#adhd-treatment-banner {
  padding: 5% 0%;
  background-image: url("/public/uploads/images/ADHD/adhd-Banner-bg.webp");
  background-size: 100% 100%;
  background-position: center;
  background-color: #f3f9f9;
  position: relative;
  margin-top: 9%;
  padding-bottom: 3%;
}

body .container {
  width: 88%;
  max-width: 88%;
  padding: 0px;
  margin: auto;
}

body {
  overflow-x: hidden;
}

#adhd-treatment-banner h1 {
  color: rgb(60, 65, 150);
  margin-bottom: 4%;
  line-height: 1.4;
  font-size: 3.4vw;
  font-family: Lato;
  font-weight: 700;
}

#adhd-treatment-banner .row a {
  background-color: #ffd54f;
  color: #3C4196;
  padding: 2% 4%;
  font-size: 1.2vw;
  border-radius: 12px;
  font-family: 'Lato-Semibold';
  display: inline-block;
  text-decoration: unset;
  position: relative;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#adhd-treatment-banner .row .col-lg-6 {
  margin: auto;
}

.adhd-outer-wrapper h2 {
  color: #3C4196;
  margin-bottom: 2%;
  padding-bottom: 1%;
  line-height: 1.2;
  font-size: 2.1vw;
  font-family: 'Lato';
  font-weight: 700;
  position: relative;
}

.adhd-outer-wrapper h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3vw;
  width: 5vw;
  height: 0.3vw;
  background-color: #F4D711;
  border-radius: 2px;
}

.adhd-outer-wrapper 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;
}

.adhd-outer-wrapper h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3vw;
  width: 5vw;
  height: 0.3vw;
  background-color: #F4D711;
  border-radius: 2px;
}

.adhd-outer-wrapper {
  padding: 3% 0%;
}

a,
span {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: unset;
}

.adhd-outer-wrapper p {
  font-size: 1.2vw;
  line-height: 1.5;
  font-family: 'Lato';
  font-weight: 500;
  padding-bottom: 2%;
  width: 100%;
}

.adhd-outer-wrapper ul {
  list-style: none;
  padding-top: 3%;
}

.adhd-outer-wrapper ul li {
  padding-left: 4%;
  font-size: 1.2vw;
  line-height: 1.5;
  font-family: 'Lato';
  font-weight: 500;
  padding-bottom: 0px;
  margin-bottom: 2%;
  width: 90%;
  color: #737373;
  position: relative;
}

.adhd-outer-wrapper ul li::after {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0vw;
  width: 0.8vw;
  height: 0.8vw;
  background-color: #F4D711;
  border-radius: 50px;
  background-position: left 0% center;
}

.adhd-outer-wrapper h5 {
  font-size: 1.5vw;
  color: #3C4196;
  padding: 1.5% 3%;
  padding-left: 5%;
  border: 1px solid #737373;
  border-radius: 50px;
  width: max-content;
  position: relative;
  font-weight: 600;
}

.adhd-outer-wrapper h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5vw;
  transform: translate(0%, -50%);
  width: 1.5vw;
  height: 1.5vw;
  border: 0.45vw solid #3C4196;
  background-color: #F4D711;
  border-radius: 50px;
  background-position: left 4% center;
}

section#treatment-adhd-second-sec {
  padding: 4% 0%;
}

section#what-adhd-treatment {
  background-color: #F7F4FA;
  background-image: url("/public/uploads/images/ADHD/ADHD-Treatment-bg.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}

.row-adhd {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}


.col-adhd-part {
  width: 50%;
}

section#what-adhd-treatment .col-adhd-part {
  width: 60%;
}

#types-adhd-treatment .col-adhd-part {
  width: 100%;
}

section#adhd-young-children {
  background-color: #F9F4F8;
}

section#adhd-seek-treat {
  background-color: #F5FBF9;
  background-image: url("/public/uploads/images/ADHD/Seek-Treat-BG.webp");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: right -15% bottom;
  overflow: hidden;
  padding-bottom: 5%;
}

section#adhd-seek-treat .row-adhd {
  justify-content: start;
}

section#adhd-seek-treat .heading-box-wrapper-seek {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section#adhd-seek-treat .col-adhd-part {
  width: 65%;
}

section#adhd-seek-treat.adhd-outer-wrapper h5::after {
  left: 0.8vw;
}

section#adhd-seek-treat.adhd-outer-wrapper h5 {
  margin-right: 2%;
  background-color: #fff;
}

section#adhd-young-children {
  padding-bottom: 5%;
}

section#why-choose-adhd {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 10% center;
}

section#why-choose-adhd .col-adhd-part {
  width: 65%;
}

#adhd-school-aged-children h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #737373;
  border-radius: 12px;
  overflow: hidden;
}

#adhd-school-aged-children h4 span.inner-number-aged {
  width: 17%;
  padding: 5% 0%;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-right: 5%;
  font-size: 8vw;
  font-weight: 500;
  color: #3C4196;
  background-color: #F4D711;
}

#adhd-school-aged-children h4 span.inner-text-aged {
  width: 80%;
  font-size: 1.8vw;
  font-weight: 600;
  color: #3C4196;
  padding-right: 5%;
}

#adhd-school-aged-children .aged-card-wrapper {
  margin-bottom: 4%;
  width: 95%;
}


section#effectiness-adhd {
  background-color: #fff;
  background-image: url("/public/uploads/images/ADHD/Effectivess-of-ADHD.webp");
  background-repeat: no-repeat;
  background-size: auto 72%;
  background-position: left bottom 12%;
  padding-bottom: 0px;
  margin-bottom: 4%;
}


.section.footer .row {
  align-items: flex-start;
}

@media (max-width: 767px) {

  section#why-choose-adhd .col-lg-8.col-md-8.col-sm-12 {
    margin-top: -20px;
  }

  #adhd-school-aged-children h4 span.inner-text-aged {
    font-size: 4.5vw;
    line-height: 1.4;
    padding: 6% 0%;
  }

  #adhd-school-aged-children h4 span.inner-number-aged {
    font-size: 12vw;
    padding: 14% 0%;
  }

  .adhd-outer-wrapper h5 {
    font-size: 5vw;
    width: 100%;
    padding: 3% 0%;
    padding-left: 15%;
    padding-right: 5%;
  }

  .adhd-outer-wrapper h5::after {
    left: 4.5vw;
    width: 4.5vw;
    height: 4.5vw;
    border: 1.25vw solid #3C4196;
  }

  .adhd-outer-wrapper h2 {
    font-size: 6.5vw;
    width: 100% !important;
    padding-bottom: 2%;
    margin-bottom: 5%;
  }


    .adhd-outer-wrapper h3 {
    font-size: 6.5vw;
    width: 100% !important;
    padding-bottom: 2%;
    margin-bottom: 5%;
  }
  .adhd-outer-wrapper h1 {
    font-size: 7vw;
    width: 100% !important;
  }

  .adhd-outer-wrapper p {
    font-size: 4.5vw;
    width: 100% !important;
  }

  .adhd-outer-wrapper ul li {
    font-size: 4.5vw;
    padding-left: 7%;
  }

  .adhd-outer-wrapper a {
    font-size: 4.5vw;
  }

  .adhd-outer-wrapper span {
    font-size: 4.5vw;
  }

  .col-adhd-part {
    width: 100% !important;
  }

  .adhd-outer-wrapper {
    padding: 8% 0% !important;
  }

  section#adhd-seek-treat.adhd-outer-wrapper h5::after {
    left: 5px;
  }

  #adhd-treatment-banner h1 {
    font-size: 7vw;
  }

  #adhd-treatment-banner .row a {
    font-size: 5vw;
  }

  .adhd-outer-wrapper h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.3vw;
    width: 20vw;
    height: 1vw;
    background-color: #F4D711;
    border-radius: 2px;
  }

   .adhd-outer-wrapper h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.3vw;
    width: 20vw;
    height: 1vw;
    background-color: #F4D711;
    border-radius: 2px;
  }

  .adhd-outer-wrapper ul li::after {
    content: "";
    position: absolute;
    top: 2vw;
    left: 0vw;
    width: 2.8vw;
    height: 2.8vw;
    background-color: #F4D711;
    border-radius: 50px;
    background-position: left 0% center;
  }

  section#what-adhd-treatment {
    background-color: #F7F4FA;
    background-image: url(/public/uploads/images/ADHD/ADHD-Treatment-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 85% !important;
  }

  .col-lg-6.col-md-6.col-sm-12 {
    margin-top: 0px;
  }

  section#effectiness-adhd {
    background-color: #fff;
    background-image: url(/public/uploads/images/ADHD/Effectivess-of-ADHD.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    margin-bottom: 4%;
    padding-top: 63% ! IMPORTANT;
  }

  section#adhd-seek-treat.adhd-outer-wrapper h5::after {
    left: 15px;
  }

  section#why-choose-adhd {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
  }

  section#adhd-seek-treat {
    background-color: #F5FBF9;
    background-image: url(/public/uploads/images/ADHD/Seek-Treat-BG.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    overflow: hidden;
    padding-bottom: 5%;
    padding-top: 75% !important;
  }

  .mobmenu {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11;
  }
}


@media (min-width: 767px) {
  section#why-choose-adhd .col-lg-8.col-md-8.col-sm-12 {
    padding-left: 6%;
  }

  section#why-choose-adhd {
    padding: 0%;
    margin-bottom: -2.1vw;
  }

  section#why-choose-adhd img.img-fluid.why-choose-adhd-img {
    max-width: 120%;
    width: 106%;
    position: relative;
    top: -2vw;
  }

  section#maarga-tales.maarga_tales-wrapper {
    padding-top: 3%;
  }

  section#maarga-tales.maarga_tales-wrapper::before {
    display: none;
  }
}


@media (max-width: 1030px) and (min-width: 767px) {
  nav#nav .row {
    flex-wrap: nowrap;
  }

  #adhd-treatment-banner .row a {
    padding: 1.8% 4%;
    font-size: 2vw;
  }

  div#header a.book-btn {
    font-size: 1.5vw;
    padding: 0.65vw 4%;
  }

  div#header .navbar-brand>img {
    width: 6.5vw;
    top: 2vw !important;
  }

  section#why-choose-adhd .col-lg-4.col-md-4.col-sm-12 {
    width: 30%;
  }

  section#why-choose-adhd .col-lg-8.col-md-8.col-sm-12 {
    padding-left: 6%;
    width: 60%;
    margin-top: -4%;
  }

  section#why-choose-adhd {
    padding: 0%;
    margin-bottom: -2.1vw;
  }

  section#why-choose-adhd img.img-fluid.why-choose-adhd-img {
    max-width: 130%;
    width: 130%;
    position: relative;
    top: -2vw;
  }

  #adhd-treatment-banner .col-lg-6.col-md-6.col-sm-12 {
    width: 48%;
  }

  .adhd-outer-wrapper .col-lg-6.col-md-6.col-sm-12 {
    width: 50%;
  }

  #adhd-school-aged-children h4 span.inner-text-aged {
    line-height: 1.4;
  }
}