.bi-polar-banner-container {
  background-image: url("../uploads/images/Bi-polar/bi_polar_banner.webp") !important;
  position: relative;
  background-size: cover !important;
  background-position: center;
}

.bi-polar-banner-container form.banner-appointment-form-wrapper {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  background-color: #ffffffe4 !important;
}

#austim-treatment-banner .banner-content-wrapper h2{
    color: #3C4196;
    margin-bottom: 3%;
    line-height: 1.2;
    font-size: 1.8vw !important;
    text-align: center !important;
    padding-top: 0px;
    margin-top: -6%;
    font-weight: 700
}


#austim-treatment-banner .banner-content-wrapper h2 span {
    font-size: 2.5vw;
    display: block;
}


.bi-polar-banner-container .austim-text-wrapper {
  width: 100%;
  padding-left: 7vw;
  position: relative;
  bottom: -5vh;
  left: -3vw !important;
}

.bi-polar-banner-container .austim-prf-wrapper{
  position: relative;
  z-index: 8;
}

.bi-polar-banner-container .main-heading {
  font-size: 3.5vw !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.02ic;
}
.bi-polar-banner-container p {
  color: black !important;
  font-size: 1.8vw !important;
}
.bi-polar-banner-container h5 {
  letter-spacing: 0.09ic;
}

.bipolar-section2 h1,
.bipolar-section4 h3,
.bipolar-section5 h3,
.alcohol-section6 h3
 {
    color: #3C4196;
    margin-bottom: 2%;
    padding-bottom: 1%;
    line-height: 1.2;
    font-size: 2.1vw;
    font-family: 'Lato';
    font-weight: 700;
    position: relative;
}

.bipolar-section2 h1::after,.bipolar-section4 h3::after,.bipolar-section5 h3::after,
.alcohol-section6 h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.3vw;
    width: 5vw;
    height: 0.3vw;
    background-color: #F4D711;
    border-radius: 2px;
}

.bi-polar-list-card {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  flex-wrap: nowrap; /* keep in one row for desktop */
  margin: 2vh 0;
}

.bi-polar-list-box {
  flex: 1;
  text-align: center;
}

.bipolar-list-img {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 2vh;
}

.bi-polar-list-card p{
    color: #3C4196;
    font-size: 1.3vw;
    text-align: center;
}

.bipolar-section2 .list-style-cards{
    display: flex;
    align-items: center;
    margin-bottom: -2.4vh;
    gap: 0.7vw;
}

.bipolar-section2 .list-style-cards img{
   width: 1.5vw;
   position: relative;
   top: 0.3vh;
}
.bipolar-section2 .list-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size: 1.4vw;
}

.bipolar-section3{
    background-color:rgb(241, 241, 241);
}

.treatment-card-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 2vw;
  justify-items: center;
  margin: 3vh 0;
}

.treatment-style-cards {
  text-align: center;
  padding: 5vw 2vw !important;
  border-radius: 50%;
  background: #fff;
  height: auto;
  width: 102%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Image */
.treatment-img {
  width: 20vw;
  margin-bottom: 10px;
}

/* Heading */
.treatment-style-cards .treatment-heading {
  font-size:1.4vw !important;
  margin-bottom: 2vh !important;
}

.treatment-style-cards p{
    max-width: 80%;
}

.bipolar-section4{
    background-color: #faf8ec;
}

.bipolar-section4 .therapy-top-card{
    display: flex;
    gap: 10vw;
}

.bipolar-section4 .therapy-box{
    width: calc(60% - 1vw);
}

.bipolar-section4 .therapy-heading{
    color: #3C4196;
    font-size: 1.4vw;
}

.bipolar-section4 .therapy-right-card{
    display: flex;   
    
}

.therapy-line{
background-color:#F4D711;
height: 75%;
width: 0.35vw;
margin: 3.6vh 1vw 10vh 0;
}

.bipolar-section4 .therapy-style-cards{
    display: flex;
    align-items: center;
    margin-bottom: -2.4vh;
    gap: 0.7vw;
}

.bipolar-section4 .therapy-style-cards img{
   width: 1.5vw;
   position: relative;
   top: 0.9vh;
}
.bipolar-section4 .therapy-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size: 1.4vw;
}

.bipolar-section4 .span-text{
    font-weight: 700;
}
.bipolar-section4 .dottedline{
    width: 100%;
 height: 2px;
  width: 100%;
  background: repeating-linear-gradient(
    to right,
    rgb(174, 171, 171) 0px,
    rgb(174, 171, 171) 12px,  /* dash length */
    transparent 12px,
    transparent 20px         /* gap */
  );
}

.therapy-bottom-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

/* Each column */
.therapy-bottom-card .therapy-box {
  flex: 1;
}

/* Heading */
.therapy-bottom-card .therapy-heading {
  font-size: 1.4vw !important;
  color: #3d4aa0 !important;
}


/* ✅ Vertical dotted line */
.therapy-bottom-card .dottedline-vertical {
 width: 2px;
  height: auto;
  align-self: stretch; 

  background: repeating-linear-gradient(
    to bottom,
    rgb(188, 187, 187) 0px,
    rgb(171, 169, 169) 12px,   
    transparent 12px,
    transparent 20px  
  );

  margin: 1.5vh 0;
}

.bipolar-section5 .list-card-box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5vh;
}
.bipolar-section5 .list-style-cards{
    width: calc(45% - 1vw);
    display: flex;
    align-items: center;
    margin-bottom: -2.4vh;
    gap: 0.7vw;
}

.bipolar-section5 .list-style-cards img{
   width: 1.5vw;
   position: relative;
   top: 0.8vh;
}
.bipolar-section5 .list-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size: 1.4vw;
   white-space:nowrap
}

.bipolar-section5 .advanced-card{
    display: flex;
    flex-wrap: wrap;
    gap: 1.3vw;
}

.bipolar-section5 .advanced-box{
    width: calc(33.33% - 1vw);
    padding: 2vh 4vw 6vh 2vw;
    border-radius: 8px;

}
.bipolar-section5 .advanced-box1{
    background: linear-gradient(195deg, #fff, #ECF5F5);
}
.bipolar-section5 .advanced-box2{
   background: linear-gradient(195deg, #fff, #EEEBF5);
}
.bipolar-section5 .advanced-box3{
   background: linear-gradient(195deg, #fff, #EDF6EE);
}

.bipolar-section5 .advanced-heading{
     color: #3c4196 !important;
   font-size: 1.4vw;
}

.bipolar-section6 .list-card-box{
    margin-bottom: 3vh;
}
.bipolar-section6 .list-style-cards{
    display: flex;
    align-items: center;
    margin-bottom: -2.4vh;
    gap: 0.7vw;
}

.bipolar-section6 .list-style-cards img{
   width: 1.5vw;
   position: relative;
   top: 0.3vh;
}
.bipolar-section6 .list-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size: 1.4vw;
}

.bipolar-section7 {
  background-image: url("../uploads/images/Bi-polar/bi_polar_banner2.webp") !important;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.bipolar-section8{
    position: relative;
    border-radius: 40px;
    top: -15vh;
    z-index:1;
    background-color: #fff;
    max-width: 96%;
    margin-bottom: -15vh !important;
}
.bipolar-section8 .container{
    margin-left: 5vw !important;
}
.seek-list{
    margin: -4vh 0 3vh auto  !important;
    position: relative !important;
}
.seek-list li{
    color: #3C4196 !important;
    margin-bottom: 1vh !important;
    padding-left: 2% !important;
    font-size: 1.4vw !important;
    position: absolute;
    left:  0 !important;
}

.bipolar-section9{
 background: linear-gradient(270deg,#f8fbfb, #f1fafa);
 position: relative;
}
.bipolar-section9 .list-card-box{
    margin-bottom: 3vh;
}
.bipolar-section9 .list-style-cards{
    display: flex;
    align-items: center;
    margin-bottom: -2.4vh;
    gap: 0.7vw;
}

.bipolar-section9 .list-style-cards img{
   width: 1.5vw;
   position: relative;
   top: 0.81vh
}
.bipolar-section9 .list-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size: 1.4vw;
}
.bipolar-section9 .profile-card{
    position: absolute;
    bottom:0 ;
    right: 1vw;
}
.bipolar-section9 .profile-img{
    width: 40vw;
    object-fit: cover;
}

.austim-outer-wrapper ul li::after{
background-color: #3C4196 !important;
}


.section3-card-cont{
  display: flex;
  flex-direction: column;
  gap: 3.6vh;
}

.alcohol-section3{
  background-color: #EEF7FD;
}

.alcohol-section3 .section3-card{
    display: flex;
    gap: 10vw;
    justify-content: space-around;
}

.alcohol-section3 .section3-card img{
    width: 32vw;
    height: 100%;
    object-fit: cover;
    margin-top: 2vh;
}

.alcohol-section3 .note-card{
    background-color: #fff;
    padding: 1vw 0 0.1vw 0.7vw;
    margin-right: -7vw;
    margin-left: -0.5vw;
}

.alcohol-section3 .note-card div{
    max-width: 87%;
}

.alcohol-section3 .note-card span{
    color: #3c4196 !important;
    font-weight: 600;
}

.horizontal-line{
height: 2px;
background-color: #3c4196;
position: relative;
bottom: 2rem;
}

.section4-card-box .left-box .box-card{
    
    margin-bottom: 3vh !important;
}

.section4-card-box{
    display: flex;
    gap: 1vw;
    width: 100%;
}

.left-box{
    width:50%;
    margin-left: 2vw;
}

.right-box{
    width:50%;
}

.alcohol-section4-detail-box1{
    background-color: rgb(231, 245, 231);
}
.alcohol-section4-detail-box2{
    background-color: #F5FFFD;
}
.alcohol-section4-detail-box3{
    background-color: #F6F5FF;
}
.alcohol-section4-detail-box4{
    background-color: #FFF5FD;
}
.alcohol-section4-detail-box5{
    background-color: #FFF5F5;
}
.alcohol-section4-detail-box6{
    background-color: #FDFFF5;
}
.alcohol-section4-detail-box7{
    background-color: #F5FBFF;
}
.alcohol-section4-detail-box8{
    background-color: #FCF5FF;
}
.alcohol-section4-detail-box9{
    background-color: #FFF5F5;
}
.alcohol-section4-detail-box10{
    background-color: rgb(231, 245, 231);
}

.alcohol-section4-detail-box{
    max-width: 98%;
    padding: 1%;
}

.alcohol-section4-detail img{
    width: 0.8vw;
}

.alcohol-section4-detail-box .alcohol-section4-detail{
   display: flex;
   align-items: center;
   gap: 0.4vw;
   margin-bottom: 0.7vw;
}

.alcohol-section4-detail-box .alcohol-section4-detail h3{
  font-size: 1.5vw;
  color: #3c4196;
  font-weight: 600;
  position: relative;
  top: -1rem;
}

.alcohol-section4-detail-box .alcohol-section4-detail .section-heading{
  font-size: 1.5vw;
  color: #3c4196;
  font-weight: 600;
  position: relative;
  top: -1.6rem;
  margin-top: 20px;
}
.alcohol-section4-detail-box p{
 margin-bottom: -2vh !important;
}

.alcohol-section5{
    background-color: rgb(249, 247, 247);
}

.alcohol-section5 .context-sect5{
  padding-left: 0 !important;
}

.alcohol-section5 img{
    width: 90%;
}

.alcohol-section6{
    background-color: rgb(237, 246, 249);
    
}

.alcohol-section6 .header{
    color: #3c4196;
    font-weight: 600;
    font-size: 1.4vw;
    margin-bottom: 0.3vh;
}

.alcohol-section6 .cards-cont{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.alcohol-section6-order-img{
  order:0;
}
.alcohol-section6-order-cont{
  order:1;
}

.alcohol-section6 .cards-cont {
  display: flex;
  flex-wrap: wrap;        /* 🔥 important */
  gap: 1vw; 
}

/* Each card = 3 per row */
.alcohol-section6 .cards-inner-cont {
  width: calc(33% - 1vw);
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 1vh;
  
}

/* Image size */
.alcohol-section6 .cards-inner-cont img {
  width: 25vw;
  height: auto;
  object-fit: cover;
  margin-bottom: 3vh;
}

.alcohol-section7 .alcohol-card{
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    margin-bottom: 5vh;
    
}

.alcohol-section7 .alcohol-list{
width: calc(43.33% - 14px);
background-color: #e5f2f6;
color: #3c4196;
font-weight: 600;
font-size: 1.4vw;
border-radius: 1rem;
padding: 1rem 1rem;
}

.alcohol-section7 img{
    height: 80vh;
}
.alcohol-section8{
    background-color: rgb(221, 221, 244);
}


/* FLEX layout */
.video-container {
  display: flex;
  gap: 5vw;
  flex-wrap: wrap;
}

/* 3 videos per row */
.video-card-cont {
  width: calc(30% - 1.3vw);
}

/* Responsive iframe */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Text */
.video-card-cont p {
  margin-top: 15px;
  color: #3c4196;
  font-size: 1.2vw;
  text-align: center;
}

.austim-outer-wrapper {
    padding: 2.5% 0%;
    padding-bottom: 2.5%;
    margin: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.about-styles h2 {
  font-weight: 600;
}

p a {
  color: #3c4196;
}

p a:hover {
  text-decoration: underline;
  color: #3c4196;
}


.relationship-faq .container {
  padding: 0 !important;
}

.relationship-faq .accordion-button {
  font-family: "Lato-Regular" !important;
}

.accordion-item.faq-item.mb-3 .accordion-header{
  top: 0.8vw !important;
}

span.faq-icon.ms-auto{
  top: 0vw !important;
}

.alcohol-faq .context-faq{
  padding-left: 0 !important;
}

.disclaimer-card{
  max-width: 90%;
  margin: auto;
}
.disclaimer-box{
  background-color: #F5F5F5;
  border-radius: 16px;
  padding: 2.4vh 2.6vh;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.disclaimer-box .disclaimer-heading{
  background-color: #F4D711;
  border-radius: 8px;
  color: #3C4196;
  width: fit-content;
  text-align: center;
  padding: 0.6vw 1vw;
  margin-bottom: 1vh;
  font-size: 1.4vw;
}

.disclaimer-box .disclaimer-desc{
  color: #000;
}


.mobile-bi-polar-container {
  display: none;
}

.desktop-bi-polar-container {
  display: block;
}

section.hp-sec5.footer-block-mmaarga-all {
  display: none !important;
}

.banner-bg-2{
  height: 100vh !important;
}

@media (min-width:768px){
    section#footer-book-appt .row {
   flex-wrap: nowrap;
}

}

@media (min-width: 768px) and (max-width: 1023px) {
  .bi-polar-banner-container{
    height: 37vh !important;
  }
  .bi-polar-banner-container .austim-text-wrapper{
    padding-left: 8vw !important;
    margin-top: -8vh !important;
  }

  .bi-polar-banner-container .austim-text-wrapper {
  left: -5vw !important;
}
.bi-polar-banner-container .main-heading {
  font-size: 3vw !important;
}
.bi-polar-banner-container p {
  font-size: 1.8vw !important;
}

.bi-polar-list-card p{
    font-size: 1.5vw;
}

.treatment-card-box {
  gap: 8vw;
  margin: 3vh 0;
}

.treatment-style-cards {
  padding: 4vw 4vw !important;
  width: 113%;
}

/* Image */
.treatment-img {
  width: 13vw;
  margin-bottom: 10px;
}

.treatment-style-cards .treatment-heading {
  font-size:2vw !important;
}

.treatment-style-cards p{
    max-width: 85%;
}

.bipolar-section4 .therapy-heading{
    color: #3C4196;
    font-size: 1.8vw;
}

.therapy-line{
height: 54%;
width: 0.35vw;
margin: 2.7vh 1vw 0 0;
}

.therapy-bottom-card .therapy-heading {
  font-size: 2vw !important;
}

.bipolar-section4 .therapy-style-cards img{
   top: 1.2vh;
}

.bipolar-section5 .list-style-cards img{
   top: 1vh;
}
.bipolar-section5 .list-style-cards p{
   font-size: 1.6vw;
}

.bipolar-section5 .advanced-heading{
   font-size: 2vw;
}

.bipolar-section6 .list-card-box{
    margin-top: -2vh;
}

.bipolar-section6 .list-style-cards img{
   top: 0.9vh;
}
.bipolar-section7 {
  height: 58vh;
}

.seek-list{
    margin: -2vh 0 1vh auto  !important;
    position: relative !important;
}
.seek-list li{
    left:  0 !important;
}

.bipolar-section9 .list-style-cards img{
   top: 0.91vh
}


 .bipolar-section2 h1 {
        font-size: 3vw;
    }
 .bipolar-section4 h3, .bipolar-section5 h3 {
        font-size: 3vw;
    }
  .bipolar-section2 .list-style-cards{
    display: flex;
    align-items: center;
    margin-bottom: 0.3vh;
    gap: 1vw;
}

.bipolar-section2 .list-style-cards img{
   width: 1.8vw;
   top: -0.1vh;
}
.bipolar-section2 .list-style-cards p{
   margin-top: 0.4vh;
   font-size: 1.7vw;
}

.bipolar-section2 .list-card-box{
    margin-top: -0.3vh;
}

.section3-card-cont{
  gap: 2vh;
}

.horizontal-line{
bottom: 2rem;
}

  .success-card-bg {
    position: relative;
    left: -11%;
    bottom: -2vh;
    width: 100vw;
    margin-top: -8vh;
    height: 50vh;
  }

  .banner-bg-2{
  height: 45vh !important;
}

  #bangalore-marga-faq{
  background-image: url("../uploads/images/Faq-bg.png") !important;
}

  .about-bi-polar-img {
    height: 36vh;
  }

   .types-bi-polar-container .list-style-heading {
    top: -0.5vh;
  }

  .types-bi-polar-treat-container .list-type-style-heading {
    top: 0.3vh;
  }

  #bangalore-marga-faq .accordion-button{
    padding-right: 6% !important;
  }

  section.hp-sec5.footer-block-mmaarga-all{
    padding: 0 !important;
  }
  .hp-sec5 .our-commitments1 .row .col-12.col-lg-6:first-child{
    width: 65% !important;
  }

   .disclaimer-box .disclaimer-heading{
  font-size: 2vw;
}


}

@media (max-width: 767px) {
  .disclaimer-box .disclaimer-heading{
  font-size: 5vw;
}
  .bi-polar-banner-container .austim-text-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 42vh;
    gap: 1.4vh;
    align-items: center;
    padding-left: 0 !important;
    margin-left: -19.5%;
  }

  div#header{
    z-index: 1000 !important;
  }

   .banner-bg-2{
  height: 35vh !important;
}

  .bi-polar-banner-container .austim-text-wrapper h5 {
    font-size: 10vw !important;
  }

  .bi-polar-banner-container {
    background-size: 120% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 38vh;
    margin-top: 18% !important;
    width: 156vw;
  }

  .bi-polar-banner-container::after {
    height: 80px;
  }

  .mobile-bi-polar-container {
    display: block;
  }

  .desktop-bi-polar-container {
    display: none;
  }

  /* Banner */
  .mobile-bi-polar-container .banner-content-wrapper {
    padding: 0 8% 0 0;
    margin: 40px auto 10px auto;
  }

  .mobile-bi-polar-container form.banner-appointment-form-wrapper {
    padding: 3vw 4.8vw 5vw 4.8vw !important;
    border-radius: 8px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
   background-color: #f0ecece4 !important;
    margin: 0 2vw 0 0 !important;
  }

  .mobile-bi-polar-container form.banner-appointment-form-wrapper label {
    font-weight: 600 !important;
  }
  .mobile-bi-polar-container
    form.banner-appointment-form-wrapper
    .custom-select {
    background-position: right 2.7vw top 4.2vw !important;
    background-size: 3.8vw;
  }

  .mobile-bi-polar-container .banner-content-wrapper h2 {
    padding-top: 2% !important;
  }

  .bi-polar-banner-container .main-heading {
    font-size: 7vw !important;
    margin-bottom: -13px;
  }

  .bi-polar-banner-container p {
  font-size: 3.2vw !important;
}

.bi-polar-banner-container .austim-text-wrapper {
  left: 0 !important;
  bottom: 1vh !important;
}

.bipolar-list-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 2vh;
}

.bi-polar-list-card p{
    color: #3C4196;
    font-size: 5.5vw;
    text-align: center;
}


 .bi-polar-list-card {
    flex-direction: column; /* stack one by one */
    align-items: center;
  }

  .bi-polar-list-box {
    width: 100%;
    margin-bottom: 3vh;

  }
  

 .bipolar-section2 h1 {
     font-size: 6vw;
    }

     .bipolar-section2 h1::after {
        bottom: -1.3vw;
        width: 11vw;
        height: 1vw;
    }

    .bipolar-section2 h1 {
        margin-bottom: 6%;
    }

 .bipolar-section4 h3,
 .bipolar-section5 h3,
  .alcohol-section6 h3
  {
    padding-left: 0;
     font-size: 6vw;
    }

     .bipolar-section4 h3::after,
     .bipolar-section5 h3::after,
     .alcohol-section6 h3::after
      {
        bottom: -1.3vw;
        width: 11vw;
        height: 1vw;
    }

    .bipolar-section4 h3,
    .bipolar-section5 h3,
     .alcohol-section6 h3
     {
        margin-bottom: 6%;
    }

.bipolar-section2 p{
   margin-bottom: 2vh;
}

.bipolar-section2 .list-style-cards{
   align-items: flex-start;
}

.bipolar-section2 .list-style-cards img{
   width: 4vw;
   top:1.2vh;
   margin-right: 1.3vw;
}

.bipolar-section2 .list-style-cards p{
   margin-top: 0;
   font-size: 5vw;
   margin-bottom: 3vh;
}

 .treatment-card-box {
    grid-template-columns: 1fr; /* single column */
    gap: 3vh;
  }

  .treatment-style-cards {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: flex;
     flex-direction: column;
  justify-content: center;
  align-items: center;
  }

  .treatment-img {
  width: 100%;
  margin-bottom: 10px;
}

.treatment-style-cards p{
    max-width: 95%;
}

.treatment-style-cards .treatment-heading {
  font-size:5.5vw !important;
  margin-left: -9vw !important;
}

.bipolar-section4 .therapy-top-card{
    display: flex;
    flex-direction: column;
    gap: 10vw;
}

.bipolar-section4 .therapy-box{
    width: 100%;
}


.bipolar-section4 .therapy-heading{
    font-size: 5vw;
}

.bipolar-section4 .therapy-style-cards{
    gap: 0.7vw;
    margin-top: -3vh;
    margin-bottom: -1vh;
    align-items: flex-start;
}


.bipolar-section4 .therapy-style-cards img{
   width: 4vw;
   top:1.1vh;
   margin-right: 1.3vw;
}

.bipolar-section4 .therapy-style-cards p{
   margin-top: 0;
   font-size: 5vw;
   margin-bottom: 3vh;
}

.therapy-bottom-card {
    flex-direction: column;
}

.therapy-bottom-card .therapy-heading {
  font-size: 5vw !important;
}

.therapy-bottom-card .dottedline-vertical{
    display: none;
}

.bipolar-section5 .list-card-box{
    flex-direction: column;
}
.bipolar-section5 .list-style-cards{
    width: 100%;
    gap: 1vw !important;
    align-items: start;
}

.bipolar-section5 .list-style-cards img{
   width:4.3vw;
   position: relative;
   top: 3.5vh;
}
.bipolar-section5 .list-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size:5vw;
   white-space:inherit;
}

.bipolar-section5 .advanced-card{
    flex-direction: column;
      gap: 3vh;
}

.bipolar-section5 .advanced-box{
    width:100%;
}

.bipolar-section5 .advanced-heading{
   font-size: 5vw;
}

.bipolar-section6 .list-style-cards{
    align-items: flex-start;
    margin-bottom: -2.4vh;
    gap: 1.3vw;
}

.bipolar-section6 .list-style-cards img{
   width: 4vw;
   position: relative;
   top: 3.5vh;
}
.bipolar-section6 .list-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size: 5vw;
}

.bipolar-section7 {
  height: 67vh;
}

.seek-list{
    margin: 0vh 0 3vh auto  !important;
    position: relative !important;
}
.seek-list li{
    color: #3C4196 !important;
    margin-bottom: 1vh !important;
    padding-left: 6% !important;
    font-size: 5vw !important;
    position: absolute;
    left:  0 !important;
    width: 100% !important;
}


.bipolar-section9 .list-style-cards{
    display: flex;
    margin-bottom: -2.4vh;
    align-items: flex-start;
    gap: 1.9vw;
}

.bipolar-section9 .list-style-cards img{
   width:4.2vw;
   position: relative;
   top: 3.7vh
}
.bipolar-section9 .list-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size: 5vw;
}
.bipolar-section9 .profile-card{
    position: relative;
}
.bipolar-section9 .profile-img{
    width: 100%;
    object-fit: cover;
}


 .relations-container {
    padding: 8% 5% !important;
  }

  .about-bi-polar-container {
    padding: 8% 5% !important;
  }

  .order-container {
    display: flex;
    flex-direction: column;
    margin-left: -3%;
  }

  .about-bi-polar-container .order-img {
    order: 1;
  }
  .about-bi-polar-container .order-cont {
    margin-top: 0px;
    order: 0;
  }

  .about-bi-polar-img {
    height: 40vh;
  }

  .types-bi-polar-container {
    padding: 8% 5% !important;
  }

  .types-bi-polar-container .checkbox-img {
    width: 5.3vw;
  }

  .types-bi-polar-container .inner-card-wrapper-appr {
    gap: 2.8vw;
  }

  .types-bi-polar-container .list-style-heading {
    margin-bottom: -0.3vh;
    top: -0.2vh;
  }
  [class^="col"] + [class^="col"] {
    margin: 20px 0;
  }

 [class^=col]+[class^=col]{
            margin-left:-8vw !important;
        }
        
  .types-bi-polar-treat-container {
    padding: 8% 5% !important;
  }

  .types-bi-polar-treat-container .checkbox-img {
    width: 5.3vw;
  }

  .types-bi-polar-treat-container .inner-type-card-wrapper-appr {
    flex-direction: column;
    gap: 5vh;
  }
  .types-bi-polar-treat-container .header-treat-card {
    gap: 1.5vw;
    align-items: flex-start;
  }

  .types-bi-polar-treat-container .list-type-style-heading {
    color: #3c4196;
    font-weight: 600;
    position: relative;
    top: -0.4vh;
  }

  .success-container .success-card {
  padding: 0 5% !important;
}

  .success-card-mob-bg {
  position: relative;
  left: -5.5%;
  bottom: -4vh;
  width: 100vw;
  margin-top: -5vh;
}

.success-container .desktop-img-card{
    display: none;
}
.success-container .mob-img-card{
    display: block;
}

  .bi-polar-doctors-container .custom-owl-nav button.owl-prev-custom {
    top: 35vh !important;
    z-index: 2;
  }

  .bi-polar-doctors-container .custom-owl-nav button.owl-next-custom {
    top: 35vh !important;
    z-index: 2;
  }

  .relationship-faq {
    padding-bottom: 0 !important;
  }

  .relationship-faq span.faq-icon.ms-auto {
    top: 3.6vw !important;
    width: 4.9vw !important;
  }

  .relationship-faq div#faqAccordion {
    padding-top: 75% !important;
  }

  p.m-subscribe1__title{
    font-size: 5.8vw !important;
  }
  section.hp-sec5.footer-block-mmaarga-all{
    margin-bottom: 12vh !important;
    padding: 5vh !important;
  }
  .footer-slogan{
    font-size: 5vw !important;
  }
}


.body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all {
    height: auto ! IMPORTANT;
    padding: 0px !important;
    margin-bottom: 0px !important;
    opacity: 1;
}

.body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
    bottom: 0vw;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.body-nav-fixed-menu-top p.m-subscribe1__title {
    text-align: center;
    padding-bottom: 0px;
}



@media (max-width: 767px) {
    .body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
        padding: 7% 8%;
        max-width: 100%;
        width: 100%;
        position: relative;
        bottom: 0px;
    }

    .body-nav-fixed-menu-top p.m-subscribe1__title {
        font-size: 5vw;
    }
}


@media (max-width: 1050px) and (min-width: 767px) {
    .body-nav-fixed-menu-top section.hp-sec5.footer-block-mmaarga-all .our-commitments1 {
        width: 100%;
        max-width: 100%;
        padding: 2% 3%;
    }

    .our-commitments1 .row {
        justify-content: center;
    }
}