.btn-order {
  background-image: linear-gradient(
    to right,
    #08d041 0%,
    #019421 51%,
    #08d041 100%
  );
}
.start-heading {
  background: linear-gradient(
    to bottom,
    #019421 0%,
    #08d041 50%,
    #08d041 51%,
    #019421 100%
  );
}
img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pac-icon {
  display: none;
}
.pac-item {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.pac-item:hover {
  background-color: #ececec;
}
.pac-item-query {
  font-size: 16px;
}
.error {
  background: #ff9c9c !important;
  outline: none;
  border: 1px solid #c00;
}
label.error {
  border: 0;
  display: none !important;
}
iframe {
  display: none;
}
.btm_sec {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  background: none 0% 0% repeat scroll #9f9a94;
}
.btm_timer {
  padding: 8px 0;
}
.btm_timer h2 {
  font-size: 16px;
}
.time-sec {
  background: white;
  color: #666666;
  border-radius: 3px;
  padding: 0 5px;
  display: inline-block;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.d-flex {
  display: flex;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.t-text {
  margin-right: 0.25rem;
  margin-left: 0.5rem;
}
.t_details {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding: 0.5rem;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
@media (min-width: 1023px) {
  .testimonial--2 {
    width: 50%;
  }
}
.testimonial--3 {
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial--3 {
    width: 50%;
  }
}
@media (min-width: 1023px) {
  .testimonial--3 {
    width: 33%;
  }
}
.testimonial__holder {
  border: 1px solid #a2a2a2;
  background: #f6f6f6;
  border-radius: 20px;
  padding: 0.5rem;
}
.testimonial__holder a:hover,
.testimonial__holder a:active,
.testimonial__holder a:visited {
  color: #000;
}
.testimonial__avatar {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
@media (max-width: 575.98px) {
  .testimonial__avatar {
    width: 50px;
    height: 50px;
  }
}
.testimonial__name {
  color: #2e3034;
  font-size: 16px;
  font-weight: 700;
}
.testimonial__review {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.testimonial__date {
  font-size: 12px;
  color: #000;
}