.modal-header {
    border-bottom: none;
}
.modal-body {
    text-align: center;
}
.modal-body img {
    width: 150px;
    margin-bottom: 20px;
}
.btn-success {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-success:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
.text-blue{
    color: #22376f !important;
}
.bg-blue{
    background: #22376f;
}
.text-pink{
    color: #D92181;
}
.logowidth{
    width: 160px;
    padding: 10px;
}
.text-justify{
    text-align: justify;
}
.blue-box-shadow{
    box-shadow: rgb(0 45 164) 0px 2px 8px 0px;
}
.boximgclass{
    width: 50px;
    height: 50px;
}
.b-radius-18{
    border-radius: 18px;
}
.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.bg-crt{
    background: #FDFAF7;
}
.bg-gray{
    background: #E5E9EC;
}
.ptb-100{
    padding-top: 200px;
    padding-bottom: 150px;
}

.callbutton {
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
  }
  
  .content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  
  .pulse {
    height: 50px;
    width: 50px;
    background-color: #0ed724;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #0ed724;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
  }
  
  @keyframes pulse{
    0% {
      transform: scale(0.5);
      opacity: 0;
  }
  50% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.3);
      opacity: 0;
  }
  }
  
  .pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #0ed724;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
  }
  
  .whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
  }
  
  .pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
  }
  
  .whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #24cc63;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
  }
  
  .pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
  }
  
  .pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
  }
  .fw-800{
    font-weight: 800;
  }
  .brdr-solid{
    border-bottom: 2px solid #22376f;
  }
  .modallogowidth{
    width: 250px;
  }
  .real-results-card .real-image .topbefore {
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0.32px;
    color: #002345;
    transition: 0.6s;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .real-results-card .real-image .topafter {
    display: inline-flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0.32px;
    color: #002345;
    transition: 0.6s;
    position: absolute;
    left: 5px;
    bottom: 10px;
}

.video-container {
  position: relative;
  padding-bottom: 70%; /* Adjust for aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
  max-width: 100%;
  background: #000;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


  @media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblptb{
      padding-top: 40px;
      padding-bottom: 10px;
    }
    .mblptbtwenty{
      padding-top: 40px;
      padding-bottom: 20px;
    }
    .mblpbzero{
      padding: 0px !important;
    }
    .mblmtten{
      margin-top: 10px !important;
    }
    .mblfstwentytwo{
      font-size: 22px;
    }
    .mblmttwenty{
      margin-top: 20px;
    }
    .mblmtthirty{
      margin-top: 30px;
    }
    .about-content p {
      margin-bottom: 20px;
    }
    .tretptb{
      padding-top: 30px;
      padding-bottom: 20px;
    }
    .drprofptb{
      padding-top: 30px;
      padding-bottom: 0px;
    }
    .gllryptb{
      padding-top: 30px;
      padding-bottom: 10px;
    }
    .whyptb{
      padding-top: 30px;
      padding-bottom: 0px;
    }
    .mblmtzero{
      margin-top: 0px !important;
    }
    .crtfctptb{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .doctors-pagination {
      margin-top: 15px;
    }
    .dntlptb{
      padding-top: 30px;
      padding-bottom: 20px;
    }
    .smileptb{
      padding-top: 30px;
      padding-bottom: 20px;
    }
    .mblftrwidth{
      width: 180px !important;
    }
    .ftrmblpb{
      padding-bottom: 15px !important;
    }
    .mblstart{
      display: flex !important;
      justify-content: start !important;
    }
    .single-footer-widget h3, .single-footer-widget .h3 {
      margin-bottom: 15px !important;
    }
    .mblwidth{
      width: 100%;
    }
    .single-footer-widget {
      margin-bottom: 15px;
    }
    .copyright-area {
      padding-bottom: 15px !important;
    }
    .mblptbbanner{
      padding-top: 150px;
      padding-bottom: 80px;
    }
    .mblabtclinptb{
      padding-top: 40px;
      padding-bottom: 0px;
    }
    .mblftrpbzero{
      padding-bottom: 0px;
    }
    .mblabtdentptb{
      padding-top: 30px;
      padding-bottom: 10px;
    }
    .doctors-card .doctor-content {
      padding-top: 20px;
    }
    .mblnone{
      display: none;
    }
    .mbltreatmntptb{
      padding-top: 40px;
      padding-bottom: 10px;
    }
    .mblmtfifteen{
      margin-top: 15px;
    }
    .mblptttwenty{
      padding-top: 20px;
    }
    .doctors-card {
      margin-bottom: 15px;
    }
  }


  .slider-container {
    position: relative;
    aspect-ratio: 3 / 2;
    width: 100%;
    max-height: 95vh;
    overflow: hidden;
  }
  
  .img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .img-wrapper.after {
    clip-path: inset(0px 0px 0px 50%);
    z-index: 1;
  }
  
  .img-wrapper.before {
    z-index: 0;
  }
  
  .slider-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 100%;
    background-color: #FAFAFA;
    z-index: 2;
  }
  
  .slider-range {
    appearance: none;
    background-color: transparent;
    position: absolute;
    width: calc(100% + 2.25rem);
    height: 100%;
    left: -1.125rem;
    top: 0;
    z-index: 3;
  }
  
  .slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 2.25rem;
    width: 2.25rem;
    border: 0.25rem solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,...'); /* your SVG here */
    background-size: cover;
    cursor: grab;
  }
  
  .slider-range:active::-webkit-slider-thumb {
    cursor: grabbing;
  }
  
  /* Add this for Firefox */
  .slider-range::-moz-range-thumb {
    height: 2.25rem;
    width: 2.25rem;
    border: 0.25rem solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,...');
    background-size: cover;
    cursor: grab;
  }

  .fs-20{
    font-size: 20px;
  }