.top-banner-section {
    padding: 160px 0 20px;
    width: 100%;
    position: relative;
}

.banner-cont p {
    font-size: 20px;
    line-height: 36px;
    color: #607397;
}

.connect-us-sec {
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.app-left-cont h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    margin-bottom: 24px;
    color: #142546;
}

.app-left-cont h3:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    border-radius: 4px;
    background-color: #34b586;
    width: 16px;
    height: 100%;
}

.highlight-video-text {
  text-decoration: underline;
  text-decoration-color: #34b586;
}
.video-testimonial-features {
  font-size: 18px;
  color: #607397;
  gap: 28px;
  flex-wrap: wrap;
}
.video-testimonial-features-inner {
  gap: 4px;
}
.video-testimonials-benefit .info-card img {
  width: fit-content;
  max-width: fit-content;
}
.video-testimonials-benefit .row {
  gap: 20px;
}
.video-testimonials-benefit .info-card h5 {
  font-size: 26px;
}
.pricing .f-box {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 30px;
}
.pricing .f-box-innner {
  flex-direction: column;
}
.pricing .f-box-individual {
  font-size: 18px;
  color: #6f6c90;
  font-weight: 500;
}
.pricing .f-box-individual {
  font-size: 18px;
  color: #6f6c90;
  font-weight: 500;
}
.pricing .f-box-basic {
  font-size: 24px;
  color: #170f49;
  font-weight: 700;
}
.pricing .f-box-description {
  font-size: 18px;
  font-weight: 400;
  color: #607397;
}
.pricing-value {
  gap: 10px;
}
.pricing-value .pricing-amount {
  font-size: 54px;
  color: #2f80ed;
  font-weight: 700;
}
.pricing-value .pricing-period {
  font-size: 20px;
  color: #6f6c90;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
.pricing .btn-success {
  border-radius: 50px;
  width: 90%;
}
.pricing-card {
  background-color: #f7f8fc;

  padding: 2rem;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
}
.pricing-card h5 {
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #170f49;
}
.included-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 400;
  color: #170f49;
}
.included-item span {
  top: 5px;
  position: relative;
}
.included-item .price {
  font-weight: 700;
  font-size: 18px;
  color: #2f80ed;
  top: 6px;
}
.included-item .text {
  font-weight: 700;
  font-size: 18px;
  color: #211f54;
  top: 6px;
}
.included-item img {
  position: relative;
  padding-right: 10px;
}
.included-item img:first-child {
  top: 10px;
}
.muted {
  color: #6b7280;
  font-size: 0.9rem;
}
.pricing .pricing-inner {
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .pricing-inner {
    display: flex;
  }
  .pricing-card {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    margin-top: 0;
  }
}

.appt-booking-benefits .card {
  background: #fff;
  box-shadow: 0px 6px 12px #eee;
  border: none;
}
@media (min-width: 992px) {
  .info-card {
    width: 350px;
  }
  .appt-booking-benefits .row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .banner-cont {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .highlight-video-text {
    display: block;
  }
}
.info-card img {
  width: 220px;
  height: auto;
  margin-bottom: 1rem;
}

.info-card h5 {
  font-size: 28px;
  color: #142546;
  font-weight: 600;
  line-height: 1.5;
}

.info-card .text-muted {
  font-size: 18px;
  color: #607397 !important;
}

.faq:before {
  z-index: -1;
  width: 82%;
  height: 100%;
  background: url(../images/online-appt-booking/get-started-bg.svg) no-repeat
    left top #0c3178;
  background-size: 100% 100%;
  border-radius: 32px;
  position: absolute;
  content: "";
  left: 13%;
  top: 0;
}

.faq:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/online-appt-booking/faq-bg.svg) no-repeat bottom
    left;
  background-size: contain;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.faq {
  padding: 50px 0px 30px;
  position: relative;
}

.faq-header-content {
  position: relative;
  left: 13%;
  width: 82%;
  padding: 0 3%;
  text-align: center;
  color: #fff;
}

.faq h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.faq p {
  font-size: 14px;
  margin-top: 20px;
}

.faq .accordion {
  margin-top: 40px;
  margin-left: 250px;
}

.accordion {
  margin-top: 40px;
}

.accordion .card {
  border-radius: 28px;
  background: #fff;
  margin-bottom: 36px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  color: #0c3178;
}

.accordion .card i {
  font-size: 14px;
  width: 24px;
  min-width: 24px;
  text-align: center;
  height: 24px;
  border: 2px solid #0c3178;
  border-radius: 100%;
  line-height: 20px;
}

.accordion .card > .collapsed > i:before {
  content: "\f067";
}

.accordion .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 16px 32px;
}

.card-title-header {
  color: #0c3178;
  opacity: 0.8;
}

.card-body {
  font-size: 14px;
  padding: 0px 32px 16px;
  letter-spacing: 0.24px;
  color: #474c66;
  text-align: left;
}

.faq-header-content {
  left: 0;
  width: 100%;
  padding: 0 3% 0 0;
}

.faq {
  padding: 40px 0px 20px 20px;
}

.faq:before {
  width: 100%;
  left: 0;
  border-radius: 0 0 0 60px;
}

.faq:after {
  background: url(../images/online-appt-booking/fq-small.png) no-repeat bottom
    left;
  background-size: contain;
  height: 281px;
  width: 100%;
  bottom: -106px;
  top: auto;
}

.faq .accordion {
  margin-left: 10% !important;
}


@media screen and (max-width: 767px) {
    .top-banner-section {
        padding: 100px 0 20px !important;
        text-align: center;
    }
    
    .connect-us-sec {
        flex-direction: column;
        gap: 14px;
        margin: 13px 0 66px;
    }
    .appointment-section h2 { font-size: 24px; font-weight: 600; }
    .appointment-inner-sec { padding-top: 60px !important;}
    .appointment-inner-sec h2 { margin: 0;line-height: 36px;padding: 0px 25px 0; }
    .appointment-inner-sec h3 {font-size: 20px;font-weight: 600;line-height: 30px;color: #142546;margin-bottom: 16px;}
    .app-left-cont h3 { font-size: 20px !important;}
    .app-left-cont h3:before {display: none;}
}