* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

section {
  position: relative;
}

.commonheading {
  font-family: "Montserrat", sans-serif;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.form-control {
  border-radius: 0;
}

section.landingheader {
  background-color: #fff;
  padding: 0 20px;
  z-index: 9;
  box-shadow: 5px 1px 20px -7px rgb(77 77 77);
  position: sticky;
  top: 0;

  & .header-cta ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    & li {
      margin-right: 2rem;

      & a {
        color: #c67a6f;
        font-size: 18px;
        font-weight: 500;
      }

      &:last-child a img {
        filter: brightness(0) saturate(100%) invert(51%) sepia(31%) saturate(582%) hue-rotate(320deg) brightness(99%) contrast(92%);
        margin-right: 4px;
      }
    }

    & .mobile-none {
      display: block;

      & img {
        filter: brightness(0) saturate(100%) invert(51%) sepia(31%) saturate(582%) hue-rotate(320deg) brightness(99%) contrast(92%);
      }
    }
  }
}

.background-bannerwrap {
  position: relative;
  background-position: center top;
  background-size: cover;
  height: 510px;

  & .bannercaption {
    padding-top: 7rem;

    & .longlastingheading {
      font-size: 40px !important;
      font-weight: 600 !important;
      color: #c67a6f !important;
      line-height: 1 !important;
      margin-bottom: 10px !important;
      padding: 0 !important;
    }

    & p {
      font-size: 18px;
      line-height: 1.5;
    }

    & ul li {
      margin: 0;
      padding: 3px 0 0 18px;
      position: relative;
      font-size: 18px;
      font-weight: 600;

      &::before {
        position: absolute;
        content: "»";
        top: -10px;
        left: 0;
        color: #c67a6f;
        font-size: 30px;
      }
    }
  }
}

.requestappointmentsection {
  background-color: #c67a6f;
  padding: 1rem 2%;
  text-align: center;

  & .requestsheading {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
  }

  & .formleft {
    float: left;
    width: 23%;
  }

  & .formright {
    float: right;
    width: 8%;

    & .submitdivbtn {
      background-color: #222;
      color: #fff;
      padding: 7px 14px;
      font-size: 15px;
      text-align: center;
      outline: 0 !important;
      border: 0 !important;
    }
  }

  & .captchacoderequests {
    float: left;
    width: 38%;
    margin-top: 0;

    & img {
      height: 38px;
    }
  }

  & .captchacoderequestright {
    float: left;
    text-align: left;
    margin-top: 0;

    & .requestBtnSubmit {
      height: 38px;
      width: 38px;
      background-color: #222;
      border: none;
      display: grid;
      place-items: center;
    }
  }

  & .captchinputrights {
    width: 100%;
    margin-top: 0;
    float: right;
    margin-left: 10px;
  }

  & input::placeholder {
    color: #767575;
    font-weight: 500;
  }

  & .captchacodediv {
    display: flex;

    & .captcha_img img {
      width: 110px;
      height: 38px;
    }
  }

  & .BtnRfresh {
    min-width: 35px;
    height: 38px;
    border: none;
    background-color: #000;

    & i {
      color: #fff;
      font-size: 24px;
    }
  }
}

.doctor_sections {
  padding: 3rem 5%;
  background-color: #f7f7f7;

  & .dr_shilpi_img {
    position: relative;

    & .dr_shilpito {
      width: 100%;

      & img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
      }
    }

    & .dr_clinic_logo {
      position: absolute;
      padding: 10px;
      color: #fff;
      font-size: 27px;
      bottom: -4%;
      background-color: #c67a6f;
      transform: translateY(-50%);
      right: 0px;
      font-weight: 400;
      line-height: 42px;
      width: 100%;
      text-align: center;
      height: auto;
      border-radius: 0%;
      display: flex;
      align-items: center;
      justify-content: center;

      &::before {
        border: 1px solid #c67a6f;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        z-index: -1;
        border-radius: 50%;
      }
    }
  }

  & .Doctor_contents {
    padding-top: 30px;
    margin-left: 2rem;

    & .Doctor_name {
      font-size: 35px;
      color: #333;
      font-weight: 600;
      position: relative;
      margin-bottom: 15px;
    }

    & .specific {
      color: #c67a6f;
      font-size: 25px;
      font-weight: 600;
      position: relative;
      margin-bottom: 10px;
    }
  }
}

.stagesection {
  padding: 3rem 5%;

  & .stagepiccontent {
    padding-top: 6rem;

    & h3 {
      font-size: 35px;
      font-weight: 600;

      & span {
        color: #c67a6f;
      }
    }
  }
}

.afterbeforebg {
  background-color: #fff;
  padding: 3rem 5%;

  & .resultcontent {
    padding-top: 2rem;
    padding-right: 2rem;

    & h3 {
      font-size: 30px;
      font-weight: 600;

      & span {
        color: #c67a6f;
      }
    }
  }

  & .resultpic img {
    border: #ddd 1px solid;
    padding: 5px;
    margin-bottom: 10px;
  }

  & .resultpic p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
  }
}

.footer {
  padding: 20px 5%;
  background-color:#e8e5e5;

  & .footercommonheading {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
    color: #c67a6f;
    text-align: center;
  }

  & .adress_no_email {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #c67a6f;
    transition: 0.3s;

    & a,
    .contents {
      color: #3a3a3a;
      font-weight: 600;
    }

    & img {
      filter: brightness(0%) contrast(100%);
    }
  }
}

.bottomfooter {
  text-align: center;
  background: #000;
  padding: 20px;

  & p {
    color: #fff;
    margin-bottom: 0;
  }
}

.whatsapplink {
  text-align: center;
  line-height: 50px;
  position: fixed;
  left: 10px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
  z-index: 999;
  transform: translatey(0);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 #42db87;
  animation: pulsing 1.25s cubic-bezier(0.66, 0, 0, 1) infinite;
  font-weight: 400;
  font-family: sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.bottomtop {
  position: fixed;
  bottom: 50px;
  background-color: #c67a6f;
  right: 15px;
  text-align: center;
  border-radius: 3px;
  outline: none;
  padding: 8px 16px;
  color: #fff;
  border: 0;
  z-index: 99;
  display: grid;
  place-items: center;

  & img {
    rotate: -90deg;
  }
}

#scrollTopBtn {
  display: none;
}

.dekhstop-non {
  display: none;
}

.counter {
  background-color: #2e2e2e;
  padding: 20px;

  & .manage-counter {
    & .counter-alignment:not(:last-child) {
      border-right: 2px solid #fff;
    }

    & .counter-wrap {
      text-align: center;

      & .counterheading {
        font-size: 30px;
        font-weight: 500;
        color: #c67a6f;
        line-height: 1;
        margin-bottom: 6px;
      }

      & .counter-discription {
        font-size: 18px;
        color: #fff;
        line-height: 1.2;
      }
    }
  }
}

/* 28-AUG-2025  */
.welcomesections {
  padding: 3rem 5%;
}

.orangebg {
  background-color: #fff4f3;
}

.purplebg {
  background-color: #f4f7fb;
}

.welcometocolumn {
  padding: 2rem;
  height: 95%;
}

.commonheadingto {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.welcometocolumn ul {
  display: inline-block;
  margin: 10px 0 0;
  position: relative;
  padding-left: 25px;
}

.welcometocolumn ul li {
  margin: 0;
  padding: 5px 0;
  list-style-type: square;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.welcometocolumn ul li::marker {
  color: #c67a6f;
}

.welcometocolumn p {
  margin-top: 10px;
}

.btncall {
  background-image: linear-gradient(#774037, #bb7b71);
  padding: 11px 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  transition: .5s;
  border: 2px solid #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .11), 0 2px 2px rgba(0, 0, 0, .11), 0 4px 4px rgba(0, 0, 0, .11), 0 6px 8px rgba(0, 0, 0, .11), 0 8px 16px rgba(0, 0, 0, .11);
}

.btncall:hover {
  background: #1b1b1b;
  color: #fff;
}
.whychoose
{padding: 2rem 5%;
    background-image: linear-gradient(90deg, #ba7065, #e09a8f);
}
.whychoose .commonheadings
{    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
  color:#fff;}
.featuresitem
  {    display: flex
;
    align-items: flex-start;
    justify-content: center;
    margin-top: 25px;
    background-color: #fff;
    padding:1.5rem;
    transition-duration: .2s;
    transition-property: transform;
    min-height: 190px;}
.featuresitem h4
{font-size: 20px;
    color: #ba7065;
    font-weight: 700;
    margin: 0 0 10px;}
.featuresitem .fbox
    {padding: 1rem;
    font-size: 30px;
    color: #fff;
    background-color: #ba7065;
    width: 80px;
    height: 60px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;}
.featuresitem:hover
    {    background-color: #222;
    transform: translateY(-5px);
  color:#fff;}

  .featuresitem:hover h4{color:#fff;}
.faqsection
{padding:2rem 5%; background-color:#f3f3f3;}
.realresultheading
{    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;}

.accordion-item{
  background-color:#fff;
  border:none;

}
.accordion-item h2
{font-size: 18px;
    font-weight: 700;
    margin: 8px 0;
    background-color: #fff;
    border: 1px solid #ddd;}
.accordion-item h2 button
    {background-color: #fff;
    color: #222;
    padding: 1rem;
    border: none;
    text-align: left;
    font-weight:600 !important;}
.accordion-item .accordion-button:not(.collapsed)
    {    background-color: #c67a6f;
    color: #fff !important; border:none;}

    .accordion-item .accordion-button:not(.collapsed)::before
    {
      transform: rotate(180deg);
      filter: invert(1);
    }

    .accordion-button:not(.collapsed)::after
    {
      filter: invert(1);
      border-radius:0;
    }
.calltoactionbox
    {    padding: 2rem 5%;
    background-image: linear-gradient(90deg, #ba7065, #e09a8f);
    text-align: center;}
.calltoactionbox .caalltogeading
    {font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-bottom: 1rem;}
  
.calltoactionbox p{font-size:20px; color:#fff;}
.testimonials-section
{padding: 2rem 5%;}

 .slider-tech {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
.grid-slide
  {box-shadow: 3px 0px 15px 0px #00000014;
      border-radius: 10px;
      padding: 15px;
      text-align: left;
    min-width: 220px;
  margin: 10px;
        padding: 20px;}
.star-icon
        {color: #ffc107;
          margin: 10px 0px;}
.name-title
          {
            font-size: 20px;
  color: #ba7065;
  font-weight: 700;
  margin: 0 0 10px;
          }

@media (width>=1025px) and (width<=1400px) {}

@media (width>=769px) and (width<=1024px) {
  .dekhstop-non {
    display: block !important;
  }

  section.landingheader .header-cta ul .mobile-none {
    display: none !important;
  }

  .header-cta ul li a {
    border: 1px solid #c67a6f;
    color: #000;
    padding: 8px 10px;
    margin-bottom: 20px;
    position: static;
    margin-top: 20px;
  }
}

@media (width>=769px) and (width<=820px) {
  .background-bannerwrap {
    & .bannercaption {
      padding-top: 4rem;
    }
  }
}

@media (width>=320px) and (width<=768px) {
  .dekhstop-non {
    display: block !important;
  }

  section.landingheader .header-cta ul .mobile-none {
    display: none !important;
  }

  .landing-logo img {
    width: 90px;
    height: 60px;
  }

  section.landingheader .header-cta ul .mobile-none {
    display: none;
  }

  .dekhstop-non {
    display: block;
  }

  .header-cta ul li a {
    border: 1px solid #c67a6f;
    color: #000;
    padding: 8px 10px;
    margin-bottom: 20px;
    position: static;
    margin-top: 20px;
    font-size: 16px !important;
  }

  section.landingheader {
    padding: 5px 0;
  }

  .background-bannerwrap {
    background-position:40% top;
    background-size: cover;
    height: 180px;

    & .bannercaption {
      padding:30px 0 0 30px;
      font-size: 10px;
      line-height: 14px;
      margin-bottom: 0;

      & .longlastingheading {
        font-size: 15px !important;
        line-height: 14px !important;
        margin-bottom: 2px !important;
      }

      & p {
        font-size: 10px;
        margin: 0;
      }

      & ul li {
        margin: 0;
        padding: 0 0 0 10px;
        position: relative;
        font-size: 10px;
        line-height: 1.5;

        &::before {
          top: -5px;
          font-size: 15px;
        }
      }
    }
  }

  .requestappointmentsection {
    & .formleft {
      float: none;
      width: 100%;
    }

    & .captchacoderequests {
      width: 30%;
    }

    & .form-group {
      margin-bottom: 8px;
    }

    & .formright {
      margin-top: 8px;
      float: none;
      width: 100%;
    }

    & .captchinputrights {
      width: 100%;
    }

    & .requestsheading {
      font-size: 24px;
      margin-bottom: 8px;
    }

    & .submitdivbtn {
      width: 100%;
    }
  }

  .counter {
    padding: 1rem 1%;

    & .manage-counter .counter-wrap .counterheading {
      font-size: 24px;
    }

    & .manage-counter .counter-wrap .counter-discription {
      font-size: 14px;
      font-weight: 500;
    }
  }

  .doctor_sections {
    padding: 1rem 1%;

    & .dr_shilpi_img .dr_shilpito {
      width: 100%;

      & img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
      }
    }

    & .dr_shilpi_img .dr_clinic_logo {
      padding: 10px;
      font-size: 24px;
      top: 90%;
      right: 0px;
      line-height: 1;
      width: 100%;
      height: auto;
      font-weight: 500;
    }

    & .Doctor_contents {
      padding-top: 24px;
      margin-left: 0;

      & .Doctor_name {
        font-size: 24px;
        margin-bottom: 8px;
      }

      & .specific {
        font-size: 18px;
        margin-bottom: 10px;
      }
    }
  }

  .stagesection {
    padding: 1rem 2%;

    & .stagepiccontent {
      padding: 0;

      & h3 {
        font-size: 24px;
      }
    }
  }

  .afterbeforebg {
    padding: 1rem 2%;

    & .resultcontent {
      padding: 0;

      & h3 {
        font-size: 24px;
      }
    }
  }

  .footer {
    padding: 1rem 2%;

    & .footercommonheading {
      font-size: 20px;
    }

    & .adress_no_email {
      margin-top: 10px;
      height: auto;
    }
  }

  .bottomfooter {
    padding: 10px 0 50px;
    font-size: 12px;
    text-align: center;
  }

  .columnbottom {
    float: left;
    width: 33.33%;
    padding: 0;
    background: #c67a6f;

    & .bicon-bar {
      padding: 0;
      margin: 0;
    }

    & .bicon-bar a,
    .bicon-bar4 a,
    .bicon-bar2 a {
      display: block;
      text-align: center;
      padding: 3px 0;
      transition: all 0.3s ease;
      color: #fff;
      font-size: 22px;
    }

    & .bicon-bar4 a {
      background-color: #e08c7f;
    }

    .bicon-bar img {
      filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(188deg) brightness(101%) contrast(101%);
    }

    .bicon-bar4 img {
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
      background-color: transparent;
    }
  }

  .bottom_fixed {
    background: #c67a6f;
    text-align: center;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    display: block;
  }

  .welcomesections{
    padding:1rem 1%;
  }

  .commonheadingto
  {
    font-size:16px;
    line-height:22px;
  }

  .welcometocolumn
  {
      padding:1rem;
  }

  .welcometocolumn p, .welcometocolumn ul li
  {
    font-size:14px;
  }

  .btncall
  {
    margin-bottom:0;
    font-size:14px;
    padding:8px 1rem;
  }

  .whychoose .commonheadings
  {
    font-size:22px;
    line-height:28px;
  }

  .whychoose .commonheadings .stepheading{
    font-size:18px;
  }

  .featuresitem
  {
    min-height:inherit;
    padding:1rem;
  }

  .whychoose
  {
    padding:1rem 1%;
  }

  .featuresitem .fbox
  {
    font-size:16px;
  }

  .slider-tech {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  overflow-x: auto;

}
.realresultheading{
  font-size:24px;
}

.calltoactionbox .caalltogeading
{
  font-size:24px;
}

.calltoactionbox p
{
  font-size:16px;
}

.bottomfooter p
{font-size:12px;}

.name-title
{
  font-size:16px;
}

.grid-slide p
{
  font-size:12px;
}

}

@media (width>=769px) and (width<=1200px) {
  .requestappointmentsection {
    & .formleft {
      width: 50%;
      margin-bottom: 10px;
    }

    & .formright {
      float: right;
      width: 50%;

      .submitdivbtn {
        padding: 8px 30px;
        width: 100%;
      }
    }
  }
}

.blinker {
  animation: 1.3s infinite blink;
}

a.whatsapplink.active {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes blink {

  0%,
  100% {
    background-color: #6edc6e;
    -webkit-box-shadow: 0 0 3px #6edc6e;
  }

  50% {
    background-color: #30d030;
    -webkit-box-shadow: 0 0 20px 5px #34cf34;
  }
}