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

.img_rocket {
   width: 36px;
 }
 .online-appt-booking .connect-us-sec {
    justify-content: flex-start;
    align-items: baseline;
    gap: 5px;
 }
 
 .appt-booking-benefits .row {
    gap: 30px;
 }
 .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;
      }
    }
    .info-card img {
 
      height: auto;
      margin: 0 auto;
    }
    
    .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;
    }
    
    
 .timeline-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}



/* Each step */
.step {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 2;
}

.dot {
    width: 40px;
    height: 40px;
    background: #7DDCBA;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 14px #2A916B;
  	z-index: 3;
}

.content {
  max-width: 830px;
  padding: 70px 20px;
  display: flex;
}

.content-inner {
    display: flex;

    align-items: center;
    gap: 25px;
}
.content h3 {
    margin: 0;
    font-size: 28px;
    color: #142546;
    font-weight: 800;
}

.content p {
	margin: 5px 0 0;
    font-size: 24px;
    font-weight: 600;
    color: #142546;
}

/* Step positions aligned manually */
.step1 {
  top: 20px;
  left: 100px;
}

.step1 .content {
  max-width: 800px;
}

.step2 {
  top: 300px;
  right: 50px;
  flex-direction: row-reverse;
}



.step3 {
  top: 575px;
  left: 100px;
}


.step.step3::after {
    width: 40px;
    height: 40px;
    background: #7DDCBA;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 14px #2A916B;
    z-index: 3;
    content: '';
    right: 0%;
    position: absolute;
    margin-top: 35%;
    right: -5%;
}

.step.step1 .content::after {
    width: 40px;
    height: 40px;
    background: #7DDCBA;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 14px #2A916B;
    z-index: 3;
    content: '';
	position: absolute;
    margin-top: -10%;
    right: -8%;
}
.timeline-svg-mobile {
  display: none;
}
/* Responsive adjustments */
@media (max-width: 767px) {
  .step {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .content {
    flex-direction: column;
    align-items: flex-start;
  }

.timeline-svg {
  display: none;
}

.timeline-svg-mobile {
  display: block;
  margin: 0 auto;
}

.step.step1 .content::after {
		right: 2%;
        margin-top: -10%;
            width: 26px;
    height: 26px;
}

.step1 .content-inner, .step3 .content-inner {
    display: flex;
    flex-direction: column;
}
.step1 {
    width: 280px;
    left: 20%;
    top: 50px;
}

.content-inner {
    align-items: flex-start;
}

.step2 {
		top: 430px;
        right: 8%;
        width: 280px;
}
.step2 .content-inner, .step4 .content-inner {
    flex-flow: column-reverse;
}

.content h3 {
  font-size: 18px;
}

.content p {
  font-size: 16px;
}

.step3, .step4 {
    width: 280px;
    left: 15%;
    top: 820px;
  
}

.step4 {
    top: 1210px;
    left: 15%;
}
.step.step4::after {
  width: 26px;
    height: 26px;
        margin-top: 110%;
    left: -15%;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .step1 {
    top: 20px;
  }
  .step2 {
    top: 265px;

}
.step3 {
    top: 510px;
}
.step4 {
    top: 700px;

}

.step.step1 .content::after {
margin-top: -2%;
    right: -10%;
}
.step.step4::after {
margin-top: 35%;
    left: -15%;
}
}

.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;
    }
    
    .content-img img {
	  width: 160px;
	}
	
	.step.step1 .content::after {
		display: none;
        content: none;
	}
	.step.step3::after {
		display: none;
        content: none;
	}
}