@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

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

html {
  overflow-x: hidden !important;
}

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

.body > * {
  overflow-x: hidden;
}

.bg-offwhite {
  background: #f8f8f8;
}

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

.pinktext {
  color: #ee90a2;
}

ul,
p {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

section {
  position: relative;
}

.sectionpad {
  padding: 70px 0;
}

.logoImg {
  width: 220px;
  height: auto;
}

.sectiontitle {
  color: #307bc4;
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 4.0625rem;
  text-transform: capitalize;
}

.sectioncontent {
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8125rem;
}

.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: 40px;
  height: auto;
}

/* navbar */

.navwrapper {
  display: flex;
}

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

.logo1wrap {
  border-right: 2px solid #d7d7d7;
}

.cotactwrapper {
  display: flex;
}

.contactbtn1,
.contactbtn2 {
  color: #ee90a2;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #ee90a2;
  background: #fff;
  padding: 0 15px 0 0;
  /* 150% */
}

.contactbtn2 {
  background: #ee90a2;
  color: #fff;
  padding: 10px 10px 10px 20px;
}

/* banner section */

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

/* 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 {
  padding: 20px 15px 20px 20px;
  border-radius: 1.9375rem;
  background: #fff;
  box-shadow: 0px 4px 10.9px 0px #a0bcbf;
  width: 450px;
  transition: all 0.2s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

.benefitboxwrap:hover .benefitimgwrap {
  background: linear-gradient(98deg, #ee90a2 6.25%, #307bc4 114.19%);
  transition: all 0.2s ease;
}

.benefitboxwrap:hover .benefitimgwrap img {
  filter: brightness(226%);
  transition: all 0.2s ease;
}

.benefitbox1 {
  position: absolute;
  top: 0%;
  left: -25px;
}

.benefitbox2 {
  position: absolute;
  top: 40%;
  left: -75px;
}

.benefitbox3 {
  position: absolute;
  top: 80%;
  left: 0;
}

.benefitbox4 {
  position: absolute;
  top: 0%;
  right: -30px;
}

.benefitbox5 {
  position: absolute;
  top: 40%;
  right: -80px;
}

.benefitbox6 {
  position: absolute;
  top: 80%;
  right: 0px;
}

.benefitcount {
  color: #000;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}

.titlebenefit {
  color: #000;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.primary-btn {
  border-radius: 1.5rem;
  background: linear-gradient(98deg, #ee90a2 6.25%, #307bc4 114.19%);
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.625rem;
  width: max-content;
  padding: 10px 25px;
  margin: 130px auto 0;
}

.primary-btn:hover {
  background: #ee90a2;
}

/* explore our */
.gluta-wrapper .col-md-5 {
  padding: 0 40px;
}

.gluta-wrap {
  background: url(../images/card-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  padding: 20px 30px;
  box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.gluta-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 30px !important;
}

.gluta-wrap p {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.gluta-wrap .price {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.gluta-wrap .price.cut-txt {
  color: #666;
  position: relative;
}

.gluta-wrap .price.cut-txt::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  top: 10px;
  left: 0;
}

.secondary-btn {
  border-radius: 6.02544rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #ee90a2;
  text-align: center;
  font-size: 1.08456rem;
  font-weight: 600;
  line-height: 1.32563rem;
  letter-spacing: 0.04219rem;
  padding: 15px 25px;
  display: block;
  width: max-content;
  transition: 0.3s ease-in-out;
}

.secondary-btn:hover {
  background: #ee90a2;
  color: #fff;
}

.gluta-sec {
  background: url(../images/gluta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.elem {
  position: absolute;
  z-index: -1;
  top: 80%;
  left: 5%;
}

.elem:nth-child(2) {
  top: 25%;
  right: 30%;
  left: unset;
}

.elem:nth-child(2) img {
  width: 4vw;
}

/* steps */
.step-section {
  padding-bottom: 280px !important;
}

.steps-wrapper {
  padding-top: 140px;
}

.backtext {
  color: rgba(117, 117, 117, 0.08);
  text-align: center;
  font-family: "Poppins";
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 3.8125rem;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 150px;
  z-index: -1;
}

.steps-wrapper .steps-wrap {
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: -4px -4px 8px 0px rgba(0, 0, 0, 0.25),
    4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.steps-wrapper .steps-wrap:hover {
  transform: scale(1.02);
}

.steps-wrapper .second-step {
  margin-top: -100px;
}

.steps-wrapper .steps-wrap .stepno {
  color: #333;
  font-size: 2.32425rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.steps-wrapper .steps-wrap .smalltxt {
  color: #ee90a2;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  text-transform: capitalize;
}

.steps-wrapper .steps-wrap .step-details {
  color: rgba(51, 51, 51, 0.52);
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* text-transform: capitalize; */
  margin-top: 15px !important;
}

.dashed-circle {
  width: 100vw;
  height: 100vw;
  border: 3px dashed #c750508b;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  z-index: -1;
}

.step-section .elem {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: -2%;
  left: unset;
}

.step-section .elem2 {
  position: absolute;
  z-index: -1;
  top: unset;
  bottom: 25%;
  left: 50%;
}

.step-section .elem2 img {
  width: 4vw;
}

/* why section */
.why-section {
  background: url(../images/why-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 635px;
  max-height: 635px;
}

.why-wrap {
  border-radius: 1.5rem;
  background: #f6fbff;
  box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 45px 30px 70px;
  margin-top: -200px;
}

.why-title {
  color: #ee90a2;
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 4.0625rem;
  text-transform: capitalize;
}

.why-list li {
  color: #307bc4;
  font-size: 23px;
  font-weight: 600;
  line-height: 2.8rem;
  list-style-image: url(../images/icon/list.svg);
  margin-bottom: 33px !important;
  padding-left: 25px;
}

.why-list li::marker {
  margin-right: 15px;
}

/* how section */
.how-section {
  padding-top: 60px;
}

.how-wrap {
  background: url(../images/card-bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  padding: 30px;
}

.how-wrap .how-title {
  color: #307bc4;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.how-wrap p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.how-section .elem2 {
  position: absolute;
  z-index: -1;
  top: unset;
  bottom: 1%;
  left: unset;
  right: 25%;
}

.how-section .elem2 img {
  width: 5vw;
}

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

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

.foottext {
  color: #fff;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

/* faq section */

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

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

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

.accordion-item {
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}

button.accordion-button {
  padding: 25px 45px 20px 40px;
  border-radius: 1.5625rem;
  border: 1px solid #e1e1e1;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 1.5625rem !important;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 1.5625rem !important;
}

.accordion-body {
  background-color: #efefef;
  padding: 0 20px 30px 40px !important;
  color: #274760 !important;
  border-bottom-left-radius: 1.5625rem !important;
  border-bottom-right-radius: 1.5625rem !important;
}

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

.faqheadwrap h2 {
  color: #333;
  font-family: "Poppins";
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.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: none !important;
  border-right: none !important;
  border-left: none !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;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 0;
}

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

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

.accordion-body ul li {
  list-style: disc;
}

/*  */

/* 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;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.desktopbanner .container {
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

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

/* form  */
.banner-form {
  border-radius: 1.5rem;
  background: linear-gradient(0deg, #fff 0%, #fff 100%),
    linear-gradient(
      148deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(48, 123, 196, 0.4) 100%
    );
  box-shadow: 0px 0px 250px 0px rgba(48, 123, 196, 0.25);
  padding: 20px;
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: 2;
}

.banner-text {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  top: 2%;
  left: 33%;
}

.banner-text .banner-title {
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 4.5rem;
  text-transform: capitalize;
  background: linear-gradient(180deg, #fff 50.94%, #e9e7ff 68.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px !important;
}

.banner-text .banner-subtitle {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  text-transform: capitalize;
  color: #307bc4;
  margin-bottom: 20px !important;
}

.banner-text .banner-list {
  margin-bottom: 15px;
}

.banner-text .banner-list p {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: left;
}

.form-title {
  color: #307bc4;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 30px !important;
}

.labelinput {
  color: #274760;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.banner-form .input-group {
  flex-direction: column;
}

.banner-form input {
  border-radius: 1.875rem !important;
  border: 1px solid rgba(48, 123, 196, 0.5);
  width: 100% !important;
}

/* ======================thank you page css========================== */
.thank-sec {
  background: url(../images/banner/web.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px;
  height: 1000px;
}

.check-sign {
  background: linear-gradient(98deg, #ee90a2 6.25%, #307bc4 114.19%);
  padding: 20px;
  height: 100px;
  width: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.check-sign i {
  font-size: 55px;
  color: #fff;
}

.oops {
  color: #307bc4;
}

.oops-subtitle {
  font-size: 1rem;
  color: #fff;
  margin-top: 20px !important;
}

.oops-greet {
  color: #307bc4;
  font-size: 20px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/* media querire */

@media only screen and (min-width: 1436px) and (max-width: 1660px) {
  .why-wrap {
    padding: 37px 10px 1px 55px;
  }

  .backtext {
    font-size: 9.5rem;
  }

  .banner-text .banner-title {
    font-size: 3.2rem;
  }

  .banner-text .banner-subtitle {
    font-size: 1.9rem;
  }

  .banner-form {
    right: 2%;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1435px) {
  .why-wrap {
    padding: 37px 10px 1px 55px;
  }

  .why-list li {
    font-size: 1.25rem;
  }

  .steps-wrapper .steps-wrap {
    height: 450px;
  }

  .backtext {
    font-size: 9.5rem;
  }

  .banner-text .banner-title {
    font-size: 3rem;
  }

  .banner-text .banner-subtitle {
    font-size: 2rem;
  }

  .banner-form {
    right: 2%;
  }
}

@media only screen and (max-width: 1299px) {
  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;
  }

  .why-wrap {
    padding: 37px 10px 1px 55px;
  }

  .why-list li {
    font-size: 1rem;
  }

  .steps-wrapper .steps-wrap {
    height: 450px;
  }

  .backtext {
    font-size: 9.5rem;
  }

  .banner-text .banner-title {
    font-size: 2rem;
  }

  .banner-text .banner-subtitle {
    font-size: 1.5rem;
  }

  .banner-form {
    right: 2%;
  }
}

@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: -130px;
  }

  .banner-form {
    position: relative;
    max-width: 90%;
    margin: -130px auto 0;
  }

  .banner-text {
    height: auto;
    left: 4%;
    top: 10%;
  }
}

@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: 200px;
  }

  .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; */
    display: block;
  }

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

  .banptext {
    display: none;
  }

  .desktopbanner .apointmentbtnwrap {
    display: none;
  }

  .fixedctabtn {
    right: 10px;
  }

  .logowrap img {
    width: 37vw;
  }

  .contactbtn1,
  .contactbtn2 {
    padding: 0;
    background-color: unset !important;
  }

  .banner-form {
    position: relative;
    max-width: 90%;
    margin: -220px auto 0;
    right: 0;
  }

  .banner-text {
    height: auto;
    left: 4%;
    top: 8%;
    z-index: 33;
  }

  .banner-text .banner-title {
    line-height: 2rem;
    margin-bottom: 10px !important;
  }

  .banner-text .banner-subtitle {
    line-height: 2rem;
    margin-bottom: 10px !important;
  }

  .sectiontitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sectioncontent {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 20px !important;
  }

  .benefitboxwrap {
    position: unset;
    width: 100%;
    margin-bottom: 20px;
  }

  .nadbenefitimgwrap {
    display: block;
  }

  .nadbenefitimg {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .primary-btn {
    margin-top: 40px !important;
    width: max-content;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.625rem;
    padding: 10px 30px;
  }

  .gluta-wrapper .col-md-5 {
    padding: 0 20px;
  }

  .gluta-wrap {
    margin-bottom: 40px;
    padding: 15px;
  }

  .gluta-title {
    margin-bottom: 20px !important;
  }

  .steps-wrapper {
    padding-top: 0px;
  }

  .steps-wrapper .steps-wrap {
    height: auto;
    margin-bottom: 40px;
  }

  .steps-wrapper .second-step {
    margin-top: 0px;
  }

  .dashed-circle {
    width: 200vw;
    height: 200vw;
    top: 9%;
    left: -154%;
  }

  .step-section {
    padding-bottom: 60px !important;
  }

  .why-section {
    background: url(../images/why-bg-mob.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .why-wrap {
    margin-top: 185px;
  }

  .why-title,
  .how-wrap .how-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .why-list li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 25px !important;
    list-style-image: url(../images/icon/list-mob.svg);
    padding-left: 10px;
  }

  .how-section {
    padding-top: 0px;
  }

  .how-wrap {
    background: url(../images/card-bg1-mob.png);
    background-size: cover;
  }

  .thank-sec {
    height: 100%;
    background: #ebcadf;
  }

  .benefitimgwrap img {
    width: 50px;
    height: 50px;
  }

  .benefitimgwrap {
    margin-left: 10px;
    width: 90px;
    height: 90px;
  }

  .brightIcon2 {
    width: 70px !important;
    height: 70px !important;
  }
}

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

  .why-wrap {
    margin-top: 125px;
  }

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

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

  .herocontentwrap h1 {
    font-size: 24px;
    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;
  }

  .logo1wrap {
    border-right: 2px solid #262626;
  }

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

  .bannersidestripcontentwrap {
    bottom: 65px;
  }

  /* .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;
  }

  .how-section {
    padding-top: 140px;
  }
}
