@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100..900&display=swap");

* {
  font-family: "Libre Franklin", sans-serif;
  padding: 0;
  margin: 0;
  /* background: #f8f8f8; */
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  /* background: #f8f8f8; */
}

.bg-offwhite {
  background: #f8f8f8;
}

.textblue {
  color: #307bc4 !important;
}

ul,
p {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.sectionpad {
  padding: 70px 0;
}

.sectiontitle {
  font-size: 38px;
  font-weight: 500;
  color: #020d2b;
  line-height: 55px;
}

.sectioncontent {
  font-size: 19px;
  line-height: 30px;
  padding: 0 5% !important;
  margin-top: 20px !important;
}

.sectionpadtop {
  padding-top: 70px;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

.imgfluid {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 !important;
  margin: 0 !important;
}

.fixedctabtn {
  position: fixed;
  bottom: 35px;
  right: 35px;
  /* background-color: #ffff; */
  padding: 7px 10px !important;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  font-size: 15px !important;
  line-height: 22px;
}

.fixedctabtn span {
  font-weight: 600;
  color: #262626;
}

.fixedctaimg img {
  width: 60px;
  height: auto;
}

/* navbar */

.navwrapper {
  display: flex;
}

.logo1wrap,
.logo2wrap {
  padding: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
}

.cotactwrapper {
  display: flex;
}

.contact1wrap,
.contact2wrap {
  padding: 0 10px;
}

.contactbtn1 img,
.contactbtn2 img {
  width: 35px;
}

.contactbtn1,
.contactbtn2 {
  color: #307bc4;
  font-weight: 600;
  font-size: 20px;
}

/* banner section */

.desktopbanner {
  background: url("../images/banner/web2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

  /* height: 1070px; */
  height: 100vh;
  /* background-color: #f8f8f8; */
}

.bannercontent .container-fluid {
  width: 85%;
  margin: 0 auto;
}

.herocontentwrap h1 {
  font-size: 30px;
  line-height: 43px;
  margin-top: 10% !important;
}

.banptext {
  margin: 15px 0;
}

.herocontentwrap p {
  width: 80%;
  margin: 2px 0 !important;
  font-size: 16px;
  line-height: 31px;
}

.bannersidestripcontentwrap {
  border-radius: 0rem 6.25rem 6.25rem 0rem;
  background: #f8f8f8;
  display: inline-block;
  padding: 15px;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.bannersidestripcontentwrap h3 {
  font-size: 20px;
  color: #020d2b;
  font-weight: 500;
}

.bannersidestripcontentwrap p {
  margin: 10px 0 !important;
}

.bannersidestripcontentwrap img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

/* .apointmentbtnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.appointbtn {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 3.125rem;
  background: #307bc4;
  color: #fff;
  font-weight: 500;
}

.ctadocimgwrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.doctor2img {
  width: 300px;
}

/* nad card carousel */

button.owl-prev {
  position: absolute;
  top: -18px;
  left: -52px;
  bottom: 0;
}

button.owl-next {
  position: absolute;
  top: -18px;
  right: -52px;
  bottom: 0;
}

button.owl-prev,
button.owl-next {
  display: none !important;
}

.nadcardwrap {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin: 0 10px;
}

.nadcardwrap p {
  text-align: center;
  margin-top: 15px !important;
  color: #020d2b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.nadcardimgwrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nadcardimgwrap img {
  width: 70px !important;
  height: 70px;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.nadcardwrap:hover {
  background: linear-gradient(149deg, #307bc4 15.51%, #bc3d3d 149.24%);
  box-shadow: 0px 4px 10px 0px rgba(198, 209, 231, 0.5);
  transition: all 0.2s ease;
}

.nadcardwrap:hover img {
  filter: invert(50%) sepia(5%) saturate(149%) hue-rotate(108deg)
    brightness(226%) contrast(100%);
  transition: all 0.2s ease;
}

.nadcardwrap:hover p {
  color: #fff;
  transition: all 0.2s ease;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #fff;
  text-decoration: none;
}

/* doctor cta */

.mobctasection {
  display: none;
  background-color: #f8f8f8;
  padding: 25% 0;
}

.mobctasection .container {
  background-color: #327bc4;
  margin: 0 30px;
  width: 90%;
  border-radius: 40px;
  position: relative;
}

.mobctasection .sectiontitle {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  padding-top: 80px !important;
  text-transform: capitalize;
}

.mobctasection .appointbtn {
  color: #307bc4;
  background-color: #fff;
  font-weight: 500;
}

.patient3wrap {
  position: absolute;
  top: -22%;
  right: 30px;
}

.curvearrowimg {
  position: absolute;
  top: 25px;
  right: 34%;
  z-index: 10;
}
.curvearrowimg img {
  width: 100px !important;
}

.patient4wrap img,
.patient3wrap img {
  width: 165px;
  height: auto;
}

.patient4wrap {
  position: absolute;
  bottom: -19%;
  left: 25px;
}

.ctadoc2imgwrap img {
  width: 250px;
  height: auto;
  position: relative;
  z-index: 40;
}

.mobctasection .apointmentbtnwrap {
  display: flex;
  justify-content: center;
}

.bg-gray {
  border-radius: 1.25rem;
  background: #eaedee;
}

.doctorcontentwrap {
  padding: 8% 0 8% 12%;
}

.docimgwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.docimgwrap img {
  width: 56%;
}

.waveimgwrap {
  position: absolute;
  top: 35px;
  right: 0;
}

.nad-content-wrapper p {
  padding: 12px 15px !important;
  margin: 15px 0 !important;
  background-color: #fff;
  border-radius: 25px;
  font-size: 21px;
  line-height: 28px;
  width: 300px;
}

.nadbenefitimgwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mobilebenefit {
  display: none;
}

.benefitboxwrap {
  background-color: #fff;
  padding: 20px 15px 20px 20px;
  border-radius: 20px;
  width: 370px;
  transition: all 0.2s ease;
}

.benefitboxwrap:hover {
  box-shadow: 0px 4px 10.9px 0px #c6d1e7;
  transition: all 0.2s ease;
}

.benefitboxwrap:hover .benefitimgwrap {
  background: linear-gradient(153deg, #317cc4 16.94%, #bc3d3d 138.64%);
  transition: all 0.2s ease;
}

.benefitboxwrap:hover .benefitimgwrap img {
  filter: invert(50%) sepia(5%) saturate(149%) hue-rotate(108deg)
    brightness(226%) contrast(100%);
  transition: all 0.2s ease;
}

.benefitbox1 {
  position: absolute;
  top: 20%;
  left: 0;
}

.benefitbox2 {
  position: absolute;
  bottom: 20%;
  left: 0;
}

.benefitbox3 {
  position: absolute;
  top: 20%;
  right: 0;
}

.benefitbox4 {
  position: absolute;
  bottom: 20%;
  right: 0;
}

.benefitbox5 {
  position: absolute;
  bottom: -20%;
  right: 35%;
}

.benefitcount {
  font-size: 23px;
  font-weight: 700;
}

.titlebenefit {
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}

.benefitimgwrap {
  background-color: #eee;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
}

.nadbenefitimg {
  width: 47%;
  height: auto;
}

/* nadservice */

.nadservicesection {
  padding-top: 10%;
}

/* nadtherapy section */

.nadtherapysection .container-fluid {
  width: 95%;
  margin: 0 auto;
}
.therapyimg {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.therapycontentwrap {
  border-radius: 1.25rem;
  background: #e1e6eb;
  padding: 30px;
  height: 100%;
}

.therapycontentwrap p {
  font-size: 20px;
  color: #307bc4;
  font-weight: 500;
}

.therapysidecontent {
  border-radius: 0rem 12.5rem 12.5rem 0rem;
  background: #e1e6eb;
  display: inline-block;
  padding: 30px 30px 30px 60px;
  position: absolute;
  bottom: 11%;
  left: 0;
  width: 465px;
}

.therapyhead {
  color: #307bc4;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding-left: 29px !important;
}

.therapytext {
  font-weight: 500;
  margin: 10px 0 !important;
}

.therapytext img {
  width: 20px;
  height: 20px;
}

.therapybox {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.therapybox p {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 !important;
}

/* doctor cta */
.doctorctasection .container-fluid {
  width: 95%;
  margin: 0 auto;
  background-color: #307bc4;
  border-radius: 20px;
}

.ctacontentwrap {
  height: 350px;
}

.ctacontentwrap p {
  color: #fff;
  text-align: left;
  font-size: 32px;
  line-height: 48px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.ctacontentwrap .appointbtn {
  background: #fff;
  color: #307bc4;
  font-weight: 500;
}

.doctor3img {
  width: 355px;
  position: relative;
  z-index: 50;
}

.patientimg1 {
  position: absolute;
  top: -20%;
  right: 15%;
  z-index: 10;
}

.patientimg1 img,
.patientimg2 img {
  width: 200px;
  height: auto;
}

.patientimg2 {
  position: absolute;
  bottom: -14%;
  left: 7%;
  z-index: 10;
}

.curvearrow1 {
  position: absolute;
  top: 30px;
  left: 21%;
}

/* footer */
.footercontentwrap {
  background: #124271;
}

.footimg {
  width: 20px !important;
  height: auto;
  margin: 0 5px 0 10px;
}

.foottext {
  font-size: 14px !important;
  line-height: 20px;
  margin-bottom: 0 !important;
}

/* faq section */

section.faqsection .container-fluid {
  width: 95%;
  margin: 0 auto;
}

.questtext {
  font-weight: 700;
  color: #307bc4;
}

.accordion-button::after {
  background: url("../images/icon/down.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background: url("../images/icon/down.svg") !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion {
  background: transparent !important;
}

button.accordion-button {
  padding: 25px 45px 20px 40px;
}

.accordion-body {
  background-color: #efefef;
  padding: 0 20px 30px 40px !important;
  color: #274760 !important;
}

.faqhead {
  font-size: 18px;
  font-weight: 500;
  color: #274760 !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: unset !important;
}

.accordion-item {
  margin: 20px 0;
  border-radius: 10px;
  border-bottom: 1px solid #efefef !important;
  border-right: 1px solid #efefef !important;
  border-left: 1px solid #efefef !important;
  border-top: none !important;
  background-color: transparent !important;
}

.accordion-header,
.accordion-button {
  background-color: transparent !important;
  /* border: 1px solid #c3e4e8; */
  border-radius: 10px;
}

.accordion-header {
  border-top: 1px solid #efefef;
}

.accordion-button:not(.collapsed) {
  background-color: #efefef !important;
  border-radius: 10px 10px 0 0;
}

.accordion-button::after {
  width: 28px !important;
  height: 28px !important;
}

.accordion-button:not(.collapsed)::after {
  transform: unset !important;
  transition: all 0.2s ease;
}

/*  */

/* footer */

.footersection {
  background-color: #1b2728;
}

.accordion-button::after {
  background: url("../images/icon/down.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background: url("../images/icon/up.svg") !important;
}

.ctabtnwrap a {
  position: fixed;
  bottom: 4%;
  right: 6%;
  border-radius: 0.5rem;
  background: #85cfd5;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  box-shadow: 0px 4px 50px 0px rgba(164, 230, 235, 0.8);
  z-index: 9999;
}

/* togglewrap */
.togglewrap {
  font-size: 24px;
}

/* mobilefeature */
.featureboxwrap {
  display: none;
  border-radius: 0.75rem;
  /* border: 1px solid #000; */
  background: linear-gradient(90deg, #f58f8f 0%, #cb6059 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.desktopbanner {
  display: block;
}

.mobilebanner {
  display: none;
}

.mobilenav {
  display: none;
  background: linear-gradient(90deg, #f0fdff 0%, #f1feff 46.5%, #fff0f4 100%);
}

.mobnavtext {
  font-size: 18px;
  color: #000;
  font-weight: 800;
}

/* media querire */

@media only screen and (max-width: 1200px) {
  button.owl-prev,
  button.owl-next {
    display: block !important;
  }

  .herocontentwrap h1 {
    font-size: 30px;
    line-height: 47px;
    margin-top: 3% !important;
  }

  .herocontentwrap p {
    display: none;
  }

  .apointmentbtnwrap {
    margin-top: 15px;
  }

  .benefitbox1 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .benefitbox3 {
    position: absolute;
    top: 0;
    right: 0;
  }

  .benefitbox5 {
    position: absolute;
    bottom: -20%;
    right: 29%;
  }

  .ctacontentwrap p {
    font-size: 25px;
    line-height: 38px;
  }

  .patientimg1 {
    right: 0;
  }

  .patientimg2 {
    left: -15%;
  }

  .curvearrow1 {
    left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .herocontentwrap h1 {
    margin-top: 0 !important;
  }
  .contactbtn1 img,
  .contactbtn2 img {
    width: 50px;
  }
  .navphonetext {
    display: none;
  }

  .desktopbanner {
    height: 955px;
  }
  .desktopbenefit {
    display: none;
  }
  .mobilebenefit {
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    /* padding-bottom: 175px !important; */
  }

  .banptext {
    display: none;
  }

  .mobilebenefit .benefitboxwrap {
    margin: 20px 0;
    position: relative;
    z-index: 50;
  }

  .benefitdataimgwrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 20;
    display: flex;
    justify-content: center;
  }

  .benefitdataimgwrap img {
    width: 430px;
    height: auto;
  }

  .therapyimgwrap {
    margin-bottom: 30px;
  }

  .therapycontentwrap {
    padding: 20px;
    height: 100%;
  }
  .bannersidestripcontentwrap {
    display: block;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sectionpad {
    padding: 40px 0;
  }

  .sectionpadbottom {
    padding-bottom: 40px;
  }

  .herocontentwrap h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 10px !important;
  }

  .desktopbanner {
    height: 615px;
  }

  .bannersidestripcontentwrap {
    display: block;
    bottom: 20px;
  }
  .bannersidestripcontentwrap p {
    margin: 5px 0 !important;
    font-size: 15px;
  }

  .container,
  .container-sm {
    max-width: unset !important;
  }

  .sectioncontent {
    font-size: 18px;
    line-height: 30px;
    padding: 0 !important;
    text-align: center;
    font-weight: 500;
    padding: 0 10px !important;
  }

  button.owl-prev {
    left: 10px;
  }
  button.owl-next {
    right: 10px;
  }

  .docimgwrap {
    position: unset;
  }

  .nadservicesection .container {
    margin: 0 20px;
    width: 95%;
  }

  .doctorcontentwrap {
    padding: 4% 3%;
  }

  .therapybox {
    margin: 10px 0;
  }

  .nadtherapysection .apointmentbtnwrap a {
    font-size: 14px;
    line-height: 23px;
  }

  .desktopcta {
    display: none;
  }

  .mobctasection {
    display: block;
  }

  .footercontentwrap a {
    /* display: block; */
    text-align: left;
    margin: 12px 0;
  }

  .upperfooter {
    display: flex;
    justify-content: center;
    /* margin-bottom: 25px; */
  }

  .banptext {
    display: none;
  }

  .desktopbanner .apointmentbtnwrap {
    display: none;
  }

  .fixedctabtn {
    right: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .bannercontent .container-fluid {
    width: 100%;
    padding: 0 20px;
  }

  .navwrapper {
    display: flex;
    width: 220px;
  }

  .contactbtn1 img,
  .contactbtn2 img {
    width: 40px;
  }

  .herocontentwrap h1 {
    font-size: 23px;
    line-height: 35px;
    margin-top: 5px !important;
  }

  .bannersidestripcontentwrap {
    padding: 3% 2% 2% 3%;
  }

  .bannersidestripcontentwrap h3 {
    font-size: 18px;
  }
  .bannersidestripcontentwrap p {
    font-size: 12px;
  }
  .desktopbanner .apointmentbtnwrap {
    margin-top: 68%;
    margin-bottom: 20px;
    display: none;
  }
  .bannersidestripcontentwrap {
    margin-top: 0;
  }

  .item {
    display: flex;
    justify-content: center;
  }

  .sectioncontent {
    font-size: 15px;
    line-height: 25px;
  }

  .nadservicesection .container {
    margin: 0 20px;
    width: 91%;
  }

  .nadservicesection .sectiontitle {
    font-size: 30px;
    line-height: 45px;
  }

  .nad-content-wrapper p {
    font-size: 18px;
    line-height: 28px;
    width: 260px;
  }

  .therapysidecontent {
    padding: 3%;
    bottom: 11%;
    width: 350px;
  }

  .patient4wrap img,
  .patient3wrap img {
    width: 150px;
    height: auto;
  }

  .patient3wrap {
    position: absolute;
    top: -18%;
    right: 30px;
  }

  .patient4wrap {
    position: absolute;
    bottom: -15%;
    left: 25px;
  }

  .mobctasection .sectiontitle {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 400px) {
  .desktopbanner {
    height: 749px;
  }

  .bannersidestripcontentwrap p {
    font-size: 13px;
  }

  .benefitboxwrap {
    width: 325px;
  }

  .titlebenefit {
    font-size: 16px;
  }

  .nadservicesection .container {
    margin: 0 20px;
    width: 88%;
  }

  .therapysidecontent {
    padding: 3% 0 3% 20px;
    bottom: 11%;
    width: 275px;
  }

  .therapyhead {
    font-size: 18px;
    line-height: 25px;
    padding-left: 0 !important;
  }

  .therapytext {
    font-size: 12px !important;
    line-height: 25px !important;
    font-weight: 500;
    margin: 8px 0 !important;
  }
}
