.mdd-banner-container {
  background-image: url("/public/uploads/images/mdd/mdd_banner.webp") !important;
  position: relative;
  background-size: 103% 112% !important;
  background-position: center;
  height: 100vh;
}

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

.mdd-banner-container .austim-text-wrapper {
  width: 100%;
  padding-left: 7vw;
  position: relative;
  bottom: 60vh;
  left: 15vw !important;
}

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

#austim-treatment-banner .banner-content-wrapper .heading{
    color: #3C4196 !important;
    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 .heading span {
    font-size: 2.5vw;
    display: block;
}

.mdd-banner-container .main-heading {
  font-size: 3.7vw !important;
  font-weight: 600 !important;
  color: #3C4196 !important;
  letter-spacing: 0.02ic;
  max-width: 40% !important;
  line-height: normal !important;
  margin-bottom: -3vh !important;
}
.mdd-banner-container p {
  color: black !important;
  font-size: 1.8vw !important;
}
.mdd-banner-container h5 {
  letter-spacing: 0.09ic;
}

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

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

.mdd-section2 .stimulate-heading, .mdd-section3 h3{
  font-size: 1.5vw !important;
  font-weight: 600 !important;
  color: #3C4196 !important;
  letter-spacing: 0.02ic;
  margin-bottom: 2vh;
}


.mdd-section2 .stimulate-card {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: 3vh;
}

.mdd-section2 .stimulate-box {
  display: flex;
  gap: 1vw;
}

.mdd-section2 .stimulate-point {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.5vw;
  color: #3C4196;
  border: 1px solid #707070;
  border-radius: 100px;
  padding: 10px 15px;
  background-color: #FEEFEF ;
  font-size: 1.4vw;
  font-weight: 600;
}
 
.mdd-section3{
  background-color: #F5F5F5;
}

.mdd-section3 .treatment-box{
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin-bottom: 2vh;
}

.mdd-section3 .treatment-card{
  width: calc(25% - 1vw);
  display: flex;
  flex-direction: column;
  gap: 1.2vh;
}

.mdd-section3 .treatment-title, .mdd-section4 .therapy-sub-heading,
.mdd-section5 .medication-sub-heading,
.mdd-section6 .lifestyle-subheading,
.mdd-section7 .sub-heading,
.mdd-section8 .sub-heading
{
  font-size: 1.5vw !important;
  font-weight: 600 !important;
  color: #3C4196 !important;
  letter-spacing: 0.02ic;
}

.mdd-section3 .treatment-img{
  width: 15vw;
  height: 25vh;
}

.mdd-section3 .treatment-img3{
  width: 11vw;
  height: 25vh;
  margin-left: 2vw;
}

.mdd-section3 .treatment-card-order1 img,
.mdd-section3 .treatment-card-order2 img
{
 order: 1;
}
.mdd-section3 .treatment-card-order1 p,
.mdd-section3 .treatment-card-order2 p
{
 order: 0;
}


.mdd-section4{
   background-color: #F7E9FF;
}

.mdd-section4 .therapy-cont{
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.mdd-section4 .therapy-card{
  background-color: #fff;
  border-radius: 18px;
  padding: 2vw;
  display: flex;
  gap: 4vw;
}

.mdd-section4 .therapy-card2 img,
.mdd-section4 .therapy-card4 img
{
 order: 1;
}
.mdd-section4 .therapy-card2 .therapy-content-box,
.mdd-section4 .therapy-card4 .therapy-content-box
{
 order: 0;
}

.mdd-section4 .approach-img{
  width: 37vw;
  height: 38vh;
}

.mdd-section5 .list-card-box{
    margin-bottom: 3vh;
}
.mdd-section5 .list-style-cards{
    display: flex;
    align-items: flex-start;
    margin-bottom: -2.4vh;
    gap: 0.7vw;
}

.mdd-section5 .list-style-cards img{
   width: 1.3vw;
   position: relative;
   top: 3.3vh;
}
.mdd-section5 .list-style-cards p{
   margin-top: 2.5vh;
   color: #3C4196;
   font-weight: 600;
   font-size: 1.3vw;
}

.mdd-section5 .medication-cont{
  display: flex;
  flex-direction: column;
  gap: 7vh;
  margin: 4vh 0;
}

.mdd-section5 .medication-card{
  padding: 1vw 2vw;
  border: 1px solid gray;
  display: flex;
  flex-direction: column;
  border-radius: 13px;
  margin-right: -8vw;
}

.mdd-section5 .medication-card p{
  max-width: 70%;
  padding-left: 0.2vw;
  margin:-1.2vh 0 !important;
}

.mdd-section5 .medication-card-sub-heading{
   color: #3C4196;
   font-weight: 600;
   font-size: 1.4vw;
   padding: 0.3vw 0.8vw !important;
   border: 1px solid gray;
   position: relative;
   width: fit-content;
   top: -4.6vh;
   border-radius: 45px;
   background-color: #fff;
}

.mdd-section5 .medication-card1{
  background-color: #FDE0E0;
}
.mdd-section5 .medication-card2{
  background-color: #EAE0FD;
}
.mdd-section5 .medication-card3{
  background-color: #E0FDFC;
}
.mdd-section5 .medication-card4{
  background-color: #F9FDE0;
}


.mdd-section6{
  background: url("/public/uploads/images/mdd/mdd_lifestyle_banner.webp");
  background-size: cover !important ;
  background-position:  right -6vw center !important;
}

.mdd-section6 .left-bay-side{
  padding-left: 0 !important;
}

.mdd-section6 .lifestyle-img{
  display: none;
}

.mdd-section6 .life-style-list{
  position: relative;
  left: 0;
  margin-top: -2.5vh;
}

.mdd-section6 .lifestyle-list-card{
  display: flex;
  flex-wrap: wrap;
}

.mdd-section6 .lifestyle-list-content{
  width: calc(50% - 1vw);
}

.mdd-section6 h3{
  font-size: 2vw !important;
  font-weight: 600 !important;
  color: #3C4196 !important;
  letter-spacing: 0.02ic;
  margin-bottom: 2vh;
}



.mdd-section7{
  background-color: #eef9f9;
}

.mdd-section7 h3{
  font-size: 2vw !important;
  font-weight: 600 !important;
  color: #3C4196 !important;
  letter-spacing: 0.02ic;
  margin-bottom: 2vh;
}

.mdd-section7 .advanced-treatment-cont{
  display: flex;
  flex-wrap: wrap;
  margin-top: -3vh;
}

.mdd-section7 .advanced-treatment-card{
  width: calc(50% - 1vw);
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.mdd-section7 .advanced-treatment-card .inner-descrp{
 max-width: 90%;
}

.mdd-section7 .sub-heading-wrap{
  display: flex;
  align-items: flex-start;
  gap: 0.8vw;
}

.mdd-section7 .sub-heading-wrap img{
   width: 1vw;
   position: relative;
   top: 3.8vh;
}
.mdd-section7 .sub-heading-wrap p{
   margin-top: 2.5vh;
   color: #3C4196;
   font-size: 1.4vw;
   font-weight: 600;
}

.mdd-section7 .advanced-sections{
  display: flex;
  flex-direction: column;
  gap: 0.2vh;
}

.mdd-section7 .line-divider{
  width: 100%;
  background-color: gray;
  height: 1px;
}

.mdd-section7 .advanced-treatment-card2{
  display: flex;
  flex-direction: column;
  gap: 0.6vh;
}

.mdd-section7 .sub-heading-wrap2{
  display: flex;
  align-items: flex-start;
  gap: 0.8vw;
}

.mdd-section7 .sub-heading-wrap2 img{
   width: 1vw;
   position: relative;
   top: 1vh;
}
.mdd-section7 .sub-heading-wrap2 p{
   font-size: 1.2vw;
}
.mdd-section7 .sub-heading-wrap2 p span{
   font-size: 1.2vw;
   color: #3C4196;
   font-weight: 600;
}

.mdd-section7 .advanced-stage-card{
  display: flex;
  flex-direction: column;
  gap: 4vh;
}

.mdd-section7 .advanced-top-box{
  display: flex;
  align-items: center;
  max-width: 90%;
  position: relative;
  
}
.mdd-section7 .advanced-bottom-box{
  display: flex;
  align-items: center;
}
.mdd-section7 .advanced-stage-box{
  display: flex;
  flex-direction: column;
  padding: 1vw;
  background-color: #fff;
  border-radius: 1vw;
  border: 1px solid gray;
  max-width: fit-content;
  width: fit-content;
}
.mdd-section7 .advanced-stage-box1{
  position: relative;
  z-index: 3;
}
.mdd-section7 .advanced-stage-box .advanced-stage-heading{
   color: #3C4196;
   font-size: 1.4vw;
   font-weight: 600;
}
.mdd-section7 .advanced-btw-left-line{
  width:1vw;
  height: 1px;
  background-color: gray;
}
.mdd-section7 .advanced-btw-line{
  width:3vw;
  height: 1px;
  background-color: gray;
}
.mdd-section7 .advanced-bottom-box .advanced-btw-line{
  width:5vw;
  height: 1px;
  background-color: gray;
}
.mdd-section7 .advanced-bottom-box .advanced-btw-last-line{
  width:2vw;
  height: 1px;
  background-color: gray;
}
.mdd-section7 .advanced-stage-box-spl{
  padding-left: 3vw;
}
.mdd-section7 .advanced-stage-box-spl .advanced-stage-descr{
  max-width: 90%;
}

.mdd-section7 .line-left{
  position: absolute;
  display: flex;
  align-items: center;
  left: -1.3vw;
  z-index: 2;
}

.mmc-arrow {
  width: 0;
  height: 0;
  border-top: 0.5vw solid transparent;
  border-bottom: 0.5vw solid transparent;
  border-left: 0.8vw solid #666;
}
.mmc-dot {
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 50%;
  background-color: gray;
}


.mdd-section8 .questions-card{
  display: flex;
  flex-direction: column;
  gap: 6vh;
}

.mdd-section8 .question-one-card{
  display: flex;
  align-items: flex-start;
  gap: 3vh;
}
.mdd-section8 .question-two-card{
  display: flex;
  align-items: flex-start;
  gap: 3vh;
}

.mdd-section8 .question-one-content .listed-questions{
  display: flex;
  flex-direction: column;
  gap: 3vh;
}
.mdd-section8 .question-one-content .num-text{
  max-width: 80%;
}
.mdd-section8 .question-two-content .listed-questions{
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.mdd-section8 .question1-img{
  width: 35vw;
  height: 75vh;
}
.mdd-section8 .question2-img{
  width: 28vw;
}

.mdd-section8 .listed-questions{
  display: flex;
  flex-direction: column;
  gap: 1vh;
  margin: 2vh 0;
}

.mdd-section8 .listed-num .num{
  color: #3C4196;
  font-size: 1.3vw;
  padding: 0.7vh 1vw;
  border-radius:50%;
  border: 1px solid #3C4196;
  font-weight: 600;
  position: relative;
  top: -0.7vh;
  width: fit-content;
}
.mdd-section8 .listed-num {
  display: flex;
  gap: 0.4vw;
  align-items: flex-start;
}

.mdd-section8 .highlight{
  color: #3C4196;
  font-weight: 600;
}

.mdd-section8 .question-two-card{
  position: relative;
}

.mdd-section8 .question-two-card .question-two-content{
  order: 0;
}
.mdd-section8 .question-two-card .img-box2{
  order: 1;
}

.mdd-section8 h3{
  font-size: 2vw !important;
  font-weight: 600 !important;
  color: #3C4196 !important;
  letter-spacing: 0.02ic;
  margin-bottom: 2vh;
}


.mdd-section9{
  background-color: #F5F5F5;
}

.mdd-section9 .left-side-seek .sub-heading{
  font-size: 2vw !important;
  font-weight: 600 !important;
  color: #3C4196 !important;
  letter-spacing: 0.02ic;
  white-space: nowrap;
  margin-bottom: -1vh;
}

.mdd-section9 .seek-card{
  display: flex;
  gap: 1vw;
  margin-bottom: 4vh;
}

.mdd-section9 .right-side-seek .seek-img{
  width: 48vw;
  height: 59vh;
  object-fit: fill;
}

.mdd-section9 .list-card-box{
    margin-bottom: 3vh;
}
.mdd-section9 .list-style-cards{
    display: flex;
    align-items: flex-start;
    margin-bottom: -2.4vh;
    gap: 0.7vw;
}

.mdd-section9 .list-style-cards img{
   width: 1.3vw;
   position: relative;
   top: 3.7vh;
}
.mdd-section9 .list-style-cards p{
   margin-top: 2.5vh;
   color: #3C4196;
   font-size: 1.4vw;
   white-space: nowrap;
}

.mdd-section11{
  background-image: url("/public/uploads/images/mdd/mdd_banner_2.webp");
  background-size:cover !important;
  background-position: center !important;
  height: 100vh;
}

.mdd-section12 .mdd-diorder-card{
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.mdd-section12 .mdd-disorder-box{
  width: calc(32.5% - 1vw);
  display: flex;
  flex-direction: column;
  gap: 1vh;
  padding: 0.6vh 0.7vw 0.6vh 1.3vw;
  border-radius: 2%;
}

.mdd-section12 .mdd-disorder-purple{
 background: linear-gradient(180deg, #dedfef,#fff);
}
.mdd-section12 .mdd-disorder-green{
 background: linear-gradient(180deg, #dbece9,#fff);
}
.mdd-section12 .mdd-disorder-pink{
 background: linear-gradient(180deg, #ead6ea,#fff);
}

.mdd-section12 .sub-heading{
  font-size: 1.5vw !important;
  font-weight: 600 !important;
  color: #3C4196 !important;
  letter-spacing: 0.02ic;
  margin-bottom: 2vh;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 0.7vh 2.4vw 0.7vh 1.4vw !important;
  width: fit-content;
  margin-left: -1.4vw;
  margin-top: 2vh;
  margin-right: 2vw;
}

.mdd-section12 .list-card-box{
    margin-bottom: 3vh;
}
.mdd-section12 .list-style-cards{
    display: flex;
    align-items: flex-start;
    margin-bottom: -2.4vh;
    gap: 0.7vw;
}

.mdd-section12 .list-style-cards img{
   width: 0.8vw;
   position: relative;
   top: 4vh;
}
.mdd-section12 .list-style-cards p{
   margin-top: 2.5vh;
   color: #3C4196;
   font-size: 1.3vw;
   font-weight: 600;
}


.listed-disorder ul li{
  color: #3C4196 !important;
}

.austim-outer-wrapper ul li {
  padding-left: 3% !important;
}

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


.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.5vw !important;
}

span.faq-icon.ms-auto{
  top: 0.6vw !important;
}
#bangalore-marga-faq .accordion-item.faq-item.mb-3{
    padding:0 !important;
}

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

.disclaimer-card{
  max-width: 90%;
  margin: auto;
}
.disclaimer-box{
  background-color: #F4F2FB;
  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-mdd-container {
  display: none;
}

.desktop-mdd-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) {
  .mdd-banner-container{
    height: 37vh !important;
  }
  .mdd-banner-container .austim-text-wrapper{
    padding-left: 8vw !important;
     bottom: 26vh !important;
  left: 10vw !important;
  }
.mdd-banner-container .main-heading {
  font-size: 3.2vw !important;
  margin-bottom: -1.6vh !important;
}
.mdd-banner-container p {
  font-size: 1.8vw !important;
}

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

 .mdd-section2 h1 {
        font-size: 3vw;
    }

.mdd-section4 h2{
  margin-bottom: 2vh;
}

.mdd-section3 .treatment-card{
  gap: 0.6vh;
}

.mdd-section3 h3{
  margin-top: 1vh;
  margin-bottom: 1vh;
}


.mdd-section3 .treatment-img{
  width: 16vw;
  height: 12vh;
}
.mdd-section3 .treatment-img4{
  width: 16vw;
  height: 10vh;
}
.mdd-section3 .treatment-img2{
  width: 16vw;
  height: 10vh;
}

.mdd-section3 .treatment-img3{
  width: 11vw;
  height: 9vh;
  margin-left: 2vw;
}

.mdd-section4 .approach-img{
  width: 30vw;
  height: 13vh;
}

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

.mdd-section5 .list-card-box{
    margin-top: -1vh;
}

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

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

.mdd-section5 .medication-cont{
  gap: 3vh;
  margin: 2vh 0;
}

.mdd-section5 .medication-card{
  padding: 4vw 2vw;
}

.mdd-section5 .medication-card-sub-heading{
   top: -3.3vh;
}

.mdd-section6{
  background-position:  right -13vw center !important;
  background-repeat: no-repeat;
}

.mdd-section6 .life-style-list{
  margin-top: -1vh !important;
}

.mdd-section6 .list-style-cards img{
   top: 0.9vh;
}

 .mdd-section4 .therapy-heading, .mdd-section5 h3, .mdd-section6 h3 {
        font-size: 3vw;
    }

  .mdd-section7 .sub-heading-wrap img{
   top: 3vh;
}

.mdd-section7 .advanced-treatment-cont{
  margin-top: -2vh;
}

.mdd-section7 .advanced-treatment-card{
  gap: 0vh;
}
.mdd-section7 .sub-heading-wrap2 img{
   top: 0.5vh;
}
.mdd-section7 .sub-heading-wrap p{
   font-size: 1.6vw;
  
}

.mdd-section7 .advanced-stage-card {
  gap: 1.8vh;
  margin-top: 0.8vh;
}

.mdd-section7 .sub-heading-wrap2 p span{
  font-size: 1.4vw;
}
.mdd-section7 .sub-heading-wrap2 p{
  font-size: 1.4vw;
}
.mdd-section8 .questions-card {
  gap: 2vh;
}

.mdd-section8 .question1-img{
  width: 35vw;
  height: 29vh;
}
.mdd-section8 .question2-img{
  width: 28vw;
}

.mdd-section8 .question-one-content .listed-questions{
  gap: 1vh;
  margin-top: 1vh;
}

.mdd-section8 .question-two-content .listed-questions{
  gap: 1vh;
  margin-top: 1vh;
}

.mdd-section8 .listed-num .num{
  padding: 0.3vh 1vw;
  top: 0vh;
}

.mdd-section8 .listed-num {
  gap: 1vw;
}

.mdd-section9 .list-card-box{
    margin-bottom: 1vh;
}


.mdd-section9 .list-style-cards img{
   top: 2.9vh;
}

.mdd-section9 .right-side-seek .seek-img{
  width: 48vw;
  height: 24vh;
}

.mdd-section11{
  height: 47vh;
}

.mdd-section12 .mdd-disorder-box{
  gap: 0.1vh;
  padding: 0.1vh 0.3vw 0.3vh 1.3vw;
  border-radius: 3%;
}

.mdd-section12 .list-style-cards img{
   width: 0.7vw;
   top: 3vh;
}

.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("/public/uploads/images/Faq-bg.png") !important;
}

  .about-mdd-img {
    height: 36vh;
  }

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

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

   #bangalore-marga-faq .accordion-button{
    padding-right: 6% !important;
  }
  
  .accordion-item.faq-item.mb-3 .accordion-header {
      top:1.3vw !important;
}
span.faq-icon.ms-auto{
  top: 0vw !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;
}
  .mdd-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;
}

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

  .banner-content-wrapper .heading{
    font-size: 8vw !important;
    color: #3C4196;
    margin-bottom: 3%;
    line-height: 1.2;
    font-size: 2.45vw;
    text-align: center;
    font-family: 'Lato';
    font-weight: 600;
    padding-top: 5%;
}


 .banner-content-wrapper .heading span {
    font-size: 8vw !important;
}

  .mdd-banner-container {
    background-size: 120% 111% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40vh;
    margin-top: 18% !important;
    width: 156vw;
  }

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

  .mobile-mdd-container {
    display: block;
  }

  .desktop-mdd-container {
    display: none;
  }

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

  .mobile-mdd-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-mdd-container form.banner-appointment-form-wrapper label {
    font-weight: 600 !important;
  }
  .mobile-mdd-container
    form.banner-appointment-form-wrapper
    .custom-select {
    background-position: right 2.7vw top 4.2vw !important;
    background-size: 3.8vw;
  }

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

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

  .mdd-banner-container p {
  font-size: 3.3vw !important;
}

.mdd-banner-container .austim-text-wrapper {
  left: 13vw !important;
  bottom: 17vh !important;
}

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

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


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

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

  }
  

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

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

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

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

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

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

    .mdd-section2 .stimulate-heading, .mdd-section3 h3{
  font-size: 5vw !important;
}

.mdd-section2 .stimulate-box {
  flex-direction: column;
  gap: 3vh;
  margin-bottom: 3vh;
}

.mdd-section2 .stimulate-point {
  width: fit-content;
  font-size: 4vw;
}

.mdd-section3 .treatment-box{
  display: flex;
flex-direction: column;
align-items: center;
  justify-content: center;
}

.mdd-section3 .treatment-card{
  width: 100% !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vh;
}


.mdd-section3 .treatment-img{
  width: 100%;
  height: 100%;
  margin-left: -9vw !important;
}

.mdd-section3 .treatment-img3{
  width: 90%;
  height: 90%;
  margin-left: 0 !important;
}

.mdd-section3 .treatment-card-order1 img,
.mdd-section3 .treatment-card-order2 img
{
 order: 0;
}
.mdd-section3 .treatment-card-order1 p,
.mdd-section3 .treatment-card-order2 p
{
 order: 1;
}
.mdd-section3 .treatment-title{
  text-align: center;
}
 .mdd-section3 h3 {
  padding-left: 0 ;
 }


.mdd-section3 .treatment-title, .mdd-section4 .therapy-sub-heading,
.mdd-section5 .medication-sub-heading,
.mdd-section6 .lifestyle-subheading,
.mdd-section7 .sub-heading,
.mdd-section8 .sub-heading
{
  font-size: 5vw !important;
}

.mdd-section4 .therapy-card{
  flex-direction: column;
  padding: 4vw;
}

.mdd-section4 .therapy-card2 img,
.mdd-section4 .therapy-card4 img
{
 order: 0;
}
.mdd-section4 .therapy-card2 .therapy-content-box,
.mdd-section4 .therapy-card4 .therapy-content-box
{
 order: 1;
}

.mdd-section4 .approach-img{
  width: 100%;
  height: 100%;
}
.mdd-section4 .approach-img3 {
        width: 48% !important;
        height: auto !important;
        margin: auto !important
}
.mdd-section5 .list-style-cards img{
   width: 4vw;
   top: 3.5vh;
}
.mdd-section5 .list-style-cards p{
   font-size: 5vw;
}

.mdd-section5 .medication-cont{
  gap: 5vh;
  margin: 3vh 0;
}

.mdd-section5 .medication-card{
  padding: 10vw 3vw;
  border: 1px solid gray;
  display: flex;
  flex-direction: column;
  border-radius: 13px;
  margin-right: -8vw;
}

.mdd-section5 .medication-card p{
  max-width: 90%;
}

.mdd-section5 .medication-card-sub-heading{
   font-size: 4vw;
   padding: 0.3vw 2vw !important;
   top: -5.5vh;
}


.mdd-section6 h3,.mdd-section7 h3, .mdd-section8 h3, .mdd-section9 h3{
  font-size: 5vw !important;
}

.mdd-section6{
  background: none;
  background: rgb(246, 244, 244);
}

.mdd-section6 .lifestyle-img{
  display: block;
  width: 100%;
  height: 100%;
}

.mdd-section6 .life-style-list{
  margin-top:-0.5vh;
}

.mdd-section6 .lifestyle-list-card{
  flex-direction: column;
}

.mdd-section6 .lifestyle-list-content{
  width: 100%;
}

.austim-outer-wrapper ul li{
  padding-left: 5% !important;
}

 .mdd-section7 h3 {
  padding-left: 0 ;
 }

 .mdd-section7 .advanced-treatment-cont{
  margin-top: -2vh;
}


.mdd-section7 .advanced-treatment-card{
  width: 100%;
}
.mdd-section7 .advanced-treatment-card2 {
  gap: 2vh;
}
.mdd-section7 .sub-heading-wrap img{
   width: 3vw;
   top: 3.8vh;
}
.mdd-section7 .sub-heading-wrap p{
   font-size: 5vw;
}

.mdd-section7 .sub-heading-wrap2{
  gap: 1.5vw;
}
.mdd-section7 .sub-heading-wrap{
  gap: 1.5vw;
}

.mdd-section7 .sub-heading-wrap2 img{
   width: 3vw;
   top: 1.3vh;
}
.mdd-section7 .sub-heading-wrap2 p{
   font-size: 5vw;
}
.mdd-section7 .sub-heading-wrap2 p span{
   font-size: 5vw;
}

.mdd-section7 .advanced-sections{
  gap: 0vh;
}

.mdd-section7 .advanced-stage-box {
  padding: 1vh 1vw 1vh 3vw;
  border-radius: 2vw;
}

.mdd-section7 .advanced-stage-box .advanced-stage-heading{
   font-size: 5vw;
}

.mdd-section7 .advanced-top-box{
  flex-direction: column;
  gap: 3vh;
  max-width: 100%;
  margin-top: 2vh;
}
.mdd-section7 .advanced-bottom-box{
  flex-direction: column;
   gap: 3vh;
   margin-top: -0.8vh;
}
.mdd-section7 .advanced-stage-box-spl .advanced-stage-descr{
  max-width: 100%;
}
.mdd-section7 .line-left,
.mmc-arrow,
.mmc-dot,
.mdd-section7 .advanced-btw-left-line,
.mdd-section7 .advanced-btw-line,
.mdd-section7 .advanced-bottom-box .advanced-btw-line,
.mdd-section7 .advanced-bottom-box .advanced-btw-last-line{
  display: none;
}


.mdd-section8 .question-one-card{
  flex-direction: column;
  gap: 3vh;
}
.mdd-section8 .question-two-card{
 flex-direction: column;
  gap: 3vh;
}

.mdd-section8 .question-two-card .question-two-content{
  order: 1;
}
.mdd-section8 .question-two-card .img-box2{
  order: 0;
}

.mdd-section8 h3{
  font-size: 5vw !important;
}


.mdd-section8 .question1-img{
  width: 100%;
  height:80% ;
}
.mdd-section8 .question2-img{
  width: 100%;
}

.mdd-section8 .listed-questions{
  display: flex;
  flex-direction: column;
  gap: 1vh;
  margin: 1vh 0;
}

.mdd-section8 .listed-num .num{
  font-size:4vw;
  padding: 0vh 2vw;
  top: 0.2vh;
}
.mdd-section8 .listed-num {
  gap: 1.8vw;
}



.mdd-section9 .left-side-seek .sub-heading{
  font-size: 5vw !important;
  white-space: normal !important;
  margin-bottom: -1vh;
}

.mdd-section9 .seek-card{
  flex-direction: column;
}

.mdd-section9 .right-side-seek .seek-img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

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

.mdd-section9 .list-style-cards img{
   width:4.2vw;
   position: relative;
   top: 3.7vh
}
.mdd-section9 .list-style-cards p{
   color: #3c4196 !important;
   margin-top: 2.5vh;
   font-size: 5vw;
   white-space: normal;
}

.mdd-section10 h2{
  font-size: 5vw !important;
}

.mdd-section11{
  height: 47vh;
}

.mdd-section12 .mdd-diorder-card{
  gap: 4vh;
}

.mdd-section12 .mdd-disorder-box{
  width: 100%;
  gap: 1vh;
  padding: 0.6vh 3vw 0.6vh 4vw;
  border-radius: 4%;
}

.mdd-section12 .sub-heading{
  font-size: 5vw !important;
  margin-left: -3.9vw;
  margin-top: 2vh;
  margin-right: 7vw;
}
.mdd-section12 .list-style-cards{
    gap: 1.8vw;
}
.mdd-section12 .list-style-cards img{
   width: 3vw;
   top: 4vh;
}
.mdd-section12 .list-style-cards p{
   font-size: 5vw;
}
 .relations-container {
    padding: 8% 5% !important;
  }

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

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

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

  .about-mdd-img {
    height: 40vh;
  }

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

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

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

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

  .types-mdd-treat-container {
    padding: 8% 5% !important;
  }

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

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

  .types-mdd-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;
}

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

  .mdd-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;
  }
   [class^=col]+[class^=col]{
            margin-left:-8vw !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;
    }
}