/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rajdhani:wght@300;400;500;600;700&family=Rowdies:wght@300;400;700&display=swap');


.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.fw-medium {
  font-weight: 500;
}

.font1 {
  font-size: 17px;
}

.heading-font {
  font-size: clamp(24px, 5vw, 50px);
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}



/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
  color: var(--bs-dark);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 31px;
  height: 31px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
  position: relative;
  padding: 0 0 10px 10px;
  z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
  font-size: 60px;
  line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  left: 0;
  bottom: 0;
  border-radius: 35px;
  transition: .5s;
  z-index: -1;
}

.icon-box-primary::before {
  background: var(--bs-primary);
}

.icon-box-light::before {
  background: var(--bs-light);
}



/*** Navbar ***/

.heeader-container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.navbar-expand-lg .logo {
  position: relative; 
}

.top_head  {
  position: relative;
  padding-left: 224px;
  padding-right: 20px;
}

.logo-box {
  position: absolute;
  left: -98px;
  bottom: 1px;
  top: -45px;
  padding: 20px 51px;
  text-align: left;
}


.logo-box::before {
  position: absolute;
  content: '';
  right: 100px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
}

.ms-auto {
  margin-left: auto !important;
}

.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 12px 0;
  color: var(--bs-dark);
  font-size: 17px;
  font-weight: 400;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #8db600;
}

.navbar .dropdown-toggle::after {
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #EEEEEE;
    float: left;
  }
}

@media (min-width: 992px) {
  .sticky-top {
    margin-top: 0px;
  }

  .navbar {
    height: 70px;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}


/*** Header ***/
/*** 

====================================================================
	Main Slider Section
====================================================================

***/

.slider-two {
  position: relative;
  overflow: hidden;
}

.slider-two_slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 665px;
}



.slider-two_slide:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.10;
  background: #000;
}

.slider-two_content {
  position: relative;
  max-width: 620px;
}

.slider-two_content-inner {
  position: relative;
  padding: 0px ;
  padding-top: 60px;
}


  .bannertextheight {
    margin: 0px;
    padding: 0px;
    margin-top: 5%;
  }

  .cerificate-head .heading {
    font-family: "Rowdies" !important;
    font-weight: 700 !important;
    font-size: 4rem !important;
    color: #202c4569;
}

  /*doctorimages*/

  .drimgbox{

    margin: 0px;
    padding: 0px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-left: 80px;
  }

  .drimgbox img{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, 
    rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    animation: myanimate 10s linear infinite;
  }

.makeappointmentbtn{
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}


.makeappointmentbtn button{
  background-color: transparent;
  border: solid 1px #ffffff;
  color: white;
}



@media only screen and (max-width: 1200px) {
  .slider-two_pattern {
    position: absolute;
    right: -15px;
    top: 0px;
    bottom: 0px;
    left: -492px;
    background-repeat: repeat;
    background-color: #a0c12d;
  }
}

@media only screen and (max-width: 991px) {
  .slider-two_pattern {
    position: absolute;
    right: -15px;
    top: 0px;
    bottom: 0px;
    left: -492px;
    background-repeat: repeat;
    background-color: #a0c12d;
  }

  .shadow-sm .navbar-expand-lg .logo{

    top: 0 !important;
  }
}


@media only screen and (max-width:678px) {
  .slider-two_pattern {
    position: absolute;
    right: -15px;
    top: 0px;
    bottom: 0px;
    left: -492px;
    background-repeat: repeat;
    background-color: #a0c12d;
    height: 665px;
    /* transform: skewX(-2deg); */
  }

  .bg-white {
    background-color: #fff !important;
    padding-bottom: 0px !important;
  }

  .slider-two_content-inner h1 {

    position: relative;
    line-height: 25px !important;
    font-weight: 900;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
    padding: 0;
    margin: 0;
  }


  .slider-two_content-inner h4 {
    position: relative;
    line-height: 39px;
    font-weight: 600;
    font-size: clamp(16px, 5vw, 30px) !important;
    color: #fff !important;
    text-align: center !important;

  }

  .slider-two_content-inner h3 { 
    color:#fff !important; 
    font-weight: 700;
    text-align: center !important;
  }

}

.slider-two_content-inner h3 {
  position: relative;
  font-size: clamp(16px, 5vw, 30px) !important;
  color: #0b4e6f;
  font-family: "Playfair Display", serif;
  font-weight: 700; 
}

  .slider-two_content-inner h1 {
      line-height: 39px !important;
  }
 


.display-5 {
  font-size: clamp(24px, 5vw, 36px) !important;
}

.slider-two_content-inner h1 {
  position: relative;
  line-height: 66px;
  font-weight: 900;
  font-size: clamp(34px, 5vw, 69px) !important;
  color: #658204;
}


.slider-two .slider-two_buttons .theme-btn {
  margin-right: 15px;
}


.slider-two .owl-dots {
  display: none;
}


.slider-two .owl-nav {
  position: absolute;
  left: 30px;
  top: 50%;
  right: 30px;
}


.slider-two .owl-nav .owl-prev:hover,
.slider-two .owl-nav .owl-next:hover {
  color: #333;
  border-color: #3333;
}

.slider-two_content-inner h4 {
  font-size: clamp(16px, 5vw, 30px) !important;
  color: #0b4e6f;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}


.btn-style-four {
  position: relative;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  padding: 19px 36px;
  letter-spacing: 1px;
  display: inline-block;
  color: var(--white-color);
  font-size: var(--font-12);
  text-transform: uppercase;
  border: 1px solid var(--white-color);
}


.page-header {
  background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/about.webp) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: #fff;
}


/*** Features ***/
.feature {
  background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
  background-size: cover;
}

.feature-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
  border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
  height: 5px;
}

.experience .progress .progress-bar {
  width: 0px;
  transition: 3s;
}

.experience .nav-pills .nav-link {
  color: #000;
}

.experience .nav-pills .nav-link.active {
  color: #FFFFFF;
}

.experience .tab-content hr {
  width: 30px;
}

.bg-red {
    background-color: #668400   !important;
}

/*** About ***/
.about-font {
  font-size: 25px;
  color: #4e4646;
  font-family: 'rajdhani';
  font-weight: 700;
}


.fs-5 {
  font-size: 1.25rem !important;
  font-family: 'Rajdhani';
  font-weight: 600;
  text-align: center;
}

.about-img {
  padding: 10px;
}

.about-img img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}

.mt-n5 {
  margin-top: 0 !important;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.about-fact {
  width: 170px;
  height: 170px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
  .about-fact.mt-n130 {
    margin-top: -130px;
  }
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 46px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--bs-primary);
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 3px;
  border-left: 30px solid #FFFFFF;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}


/*** Service ***/

.service-item {
  position: relative;
  height: 100%;
  padding: 5px;
  background: #fffffff0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-appointment {
  position: relative;
  padding: 13px 12px;
  background: #fffffff0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: .5s;
  background: #440a4eed;
}

.service-item:hover::before {
  height: 100%;
  top: 0;
}

.service-item {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.service-item img {
  width: 100%;
  height: 200px;
  padding: 10px;
  margin: 0;
  object-fit: cover;
  transition: all .5s ease-in-out;

}

.service-item:hover h5,
.service-item:hover p {
  color: #41074a;
}

.service-item:hover .icon-box-primary::before {
  background: #000;
}

.service-item:hover .icon-box-primary i {
  color: #41074a !important;
}

.service-item:hover img {
  transform: scale(1.15);
}

/*** Team ***/
.container-team {
  position: relative;
}

.container-team::before {
  position: absolute;
  content: '';
  background: #1b5ed71c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
  z-index: -1;
}

.team-item {
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: .5s;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-item:hover .team-social {
  width: 100%;
  left: 0;
}

.team-item .team-social .btn {
  opacity: 0;
  transition: .5s;
}

.team-item:hover .team-social .btn {
  opacity: 1;
}

/*** 

====================================================================
	Testimonial Three
====================================================================

***/

.sec-title_heading {
  padding: 20px;
  margin: 0;
  font-weight: 700;
  line-height: 54px;
  color: #6c8a08;
  font-size: clamp(24px, 5vw, 45px) !important;
  padding-bottom: 30px;
  text-align: center;
}



.testimonial-three {
  position: relative;
  overflow: hidden;
}

.testimonial-three_pattern {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 451px;
  height: 673px;
}

.testimonial-three .left-column {
  position: relative;
  width: 100%;
}

.testimonial-three .left-column .image {
  position: relative;
}

.testimonial-three .left-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.testimonial-three_video {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 371px;
  height: 100%;
  z-index: 1;
  text-align: center;
  font-size: var(--font-40);
  color: var(--white-color);
  background: url(../img/play.png) right center no-repeat;
  background-size: cover;
}

.testimonial-three_video:before {
  position: absolute;
  top: 60%;
  margin-left: 30px;
}

.testimonial-three .right-column {
  position: relative;
  width: 100%;
}

.testimonial-three .right-column .inner-column {
  position: relative;
  max-width: 650px;
  padding-left: 50px;
}

.testimonial-three .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.testimonial-three .owl-nav .owl-prev,
.testimonial-three .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0px 5px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: var(--font-18);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--main-color);
}

.testimonial-three .owl-nav .owl-prev:hover,
.testimonial-three .owl-nav .owl-next:hover {
  color: var(--white-color);
  background-color: var(--color-four);
}



/* Testimonial Block Three */

.testimonial-block_three {
  position: relative;
}

#slider-container {
  display: flex;
  flex-wrap: wrap;
}

#testimonials {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 290px;
}

figure {
  position: absolute;
  width: 400%;
  left: 11px;
  animation: 20s slider infinite;
  -webkit-animation: 20s slider infinite;
  margin: 0;
  border-bottom: 1px solid #6c0a7c;
  margin: 0;
  background-color: #fffffc;
  color: #333333;
  font-size: 15px;
  font-size: 15px;
  font-family: 'Open Sans';
  line-height: 24px;
}

blockquote {
  width: 25%;
  margin: 0;
  float: left;
  padding-bottom: 1rem;
}

@-webkit-keyframes slider {
  0% {
    transform: translateX(0%);
  }

  25% {
    transform: translateX(0%);
  }

  33% {
    transform: translateX(-25%);
  }

  58% {
    transform: translateX(-25%);
  }

  66% {
    transform: translateX(-50%);
  }

  91% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(-75%);
  }
}

@keyframes slider {
  0% {
    transform: translateX(0%);
  }

  25% {
    transform: translateX(0%);
  }

  33% {
    transform: translateX(-25%);
  }

  58% {
    transform: translateX(-25%);
  }

  66% {
    transform: translateX(-50%);
  }

  91% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(-75%);
  }
}

@media(min-width:750px) {
  #testimonials {
    height: 150px;
  }
}

.testimonial-block_three-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
}

.testimonial-block_three-image img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}


.testimonial-block_three-rating {
  position: relative;
  color: var(--color-six);
  margin-top: var(--margin-top-10);
}



/*** 

====================================================================
	testimonial  Three
====================================================================

***/

/*** Footer ***/
.btn-primary {
  color: #fff;
  background-color: #27841e;
  border-color: #e0eae0;
}

.footer {
  background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/pattern-19.png) center center no-repeat;
  background-size: cover;
}

.footer-text p {
  color: #fff;
  font-family: 'Open Sans';
  line-height: 20px;
}

.footer-bottom {
  background-color: #354d0b;
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 35%;
    border-left: 1px dashed rgba(255, 255, 255, .2);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgb(255 251 252);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  font-family: 'Open Sans';
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: white;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
  color: var(--bs-white);
}

.copyright a:hover {
  color: var(--bs-primary);
}

.custom-btn {
  width: 150px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.text-black {
  color: #000 !important;
}


/* 7 */
.btn-7 {
  background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251, 75, 2, 1);
  box-shadow:
    -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
  transition: all 0.3s ease;
}

.btn-7:before {
  height: 0%;
  width: 2px;
}

.btn-7:after {
  width: 0%;
  height: 2px;
}

.btn-7:hover {
  color: rgba(251, 75, 2, 1);
  background: transparent;
}

.btn-7:hover:before {
  height: 100%;
}

.btn-7:hover:after {
  width: 100%;
}

.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251, 75, 2, 1);
  box-shadow:
    -7px -7px 20px 0px rgba(255, 255, 255, .9),
    -4px -4px 5px 0px rgba(255, 255, 255, .9),
    7px 7px 20px 0px rgba(0, 0, 0, .2),
    4px 4px 5px 0px rgba(0, 0, 0, .3);
  transition: all 0.3s ease;
}

.btn-7 span:before {
  width: 2px;
  height: 0%;
}

.btn-7 span:after {
  height: 2px;
  width: 0%;
}

.btn-7 span:hover:before {
  height: 100%;
}

.btn-7 span:hover:after {
  width: 100%;
}



#cover {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* 2/2 */
#cover>img {
  float: left;
  border: 2px solid #4029e4;
  width: 45%;
  margin: 1.66%;
}

@media (max-width: 678px) {
  #cover>img {
    border: 2px solid #4029e4;
    width: 100%;
    margin: 1.66%;
  }

  .testimonial-three .left-column,
  .center-icon {
    display: none;
  }

  .logo-box {
    position: relative !important;
    left: 0 !important;
    bottom: 1px !important;
    top: 0px !important;
    padding: 1px 3px !important;
    text-align: start ; 
    background-color: #fff0 !important;
  }

  .testimonial-three .right-column {
    width: 100%;
  }

  .testimonial-three .right-column .inner-column {
    width: 221%;
    padding: 0;
    margin: 0;
  }

  .slider-text {
    text-align: center;
    margin: 18px;

  }
}


/*------whatweoffer-----*/

.whatweofferleft {
 margin: 0px;
  padding: 0px;
  border-right: dotted 2px #4f6406;
  padding-right: 15px;
}

.whatweofferleft h4 {

  color: #6c8a08;
  font-size: calc(0.375rem + 2.5vw);
}

.whatweofferleft h2 {

  color: #192136;
  font-size: 22px;
}

.whatweofferleft p {
  font-family: 'Open Sans';
  line-height: 23px;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.whatweofferleftimg {

  display: flex;
  gap: 15px;
}

.whatweofferleftimg1 {

  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.whatweofferleftimg1 img {

  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.whatweofferleftimg1text {

  margin-top: 25px;
  padding: 0px;
}

.whatweofferleftimg1text h5 {

  color: #ff0000;
  font-style: italic;
}

.whatweofferright {

  margin: 0px;
  padding: 0px;

}

.whatweofferright h5 {

  color: #192136;
}

.whatweofferright p {

  color: black;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 15px;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #26841f;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1rem 1.5rem 1rem 0;
  font-family: 'Rajdhani';
  color: #26841f;
  font-weight: 600;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #26841f;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #26841f;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 34rem;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

/* Galler Started */
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 30px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img { 
    height: 200px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 4px; 
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.img-overlay {
  background: rgba(141, 182, 0, 0.37);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 0;
  cursor: pointer;
}

.text-theme-colored1 {
  color: #8DB600  !important;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }

}

@media only screen and (max-width:678px) {
  .offset-1 {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2rem;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3rem;
  }
}

#prevButton {
  color: #fff;
  font-size: 2rem;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3rem;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}


/* Btn Style Four */

.btn-style-four {
  position: relative;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  padding: 11px 25px;
  letter-spacing: 1px;
  display: inline-block;
  color: #0a71b9;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #0a71b9;
}

.btn-style-four:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}

.btn-style-four:hover:before {
  top: 0%;
}

.btn-style-four .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
}

.btn-style-four .btn-wrap .text-one {
  position: relative;
  display: block;
  color: #0a71b9;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap .text-one:first-child {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}

.btn-style-four .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-style-four:hover .btn-wrap .text-two {
  color: #26841f;
}



.btn-style-four:hover:before {
  top: -40%;
}

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/book.png) fixed center center;
    background-size: auto, auto;
  background-size: auto, auto;
  background-size: cover;
  padding: 30px 0;
}

@media only screen and (max-width:678px) {
  .btn-style-four {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    padding: 9px 9px;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid #fff;
    left: 18px;
  }

  .about-img img {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 20px;
    height: 130px;
    object-fit: cover;

  }

  .icon-box-primary i,
  .icon-box-light i {
    font-size: 34px;
    line-height: 0;
  }

  .icon-box-primary::before,
  .icon-box-light::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
  }

  .call h2 {
    font-size: 18px;
    color: #fff;
  }

  .fs-5 {
    font-size: 11px !important;
    font-family: 'Rajdhani';
    font-weight: 600;
    text-align: center;
  }

  .btn-style-four:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: #fff;
  }

  .btn-style-four .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .about-font {
    font-size: clamp(12px, 5vw, 37px);
    color: #4e4646;
  }
}

/* Mobile View Css */

/* Contact Us */
/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
  position: relative;
  padding: 40px 0px 50px;
}

.contact-info-block {
  position: relative;
  margin-bottom: 30px;
}

.contact-info-block_inner {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.contact-info-block_icon {
  position: relative;
  line-height: 1em;
  color: #8db600;
  font-size: 60px;
  font-family: "Flaticon";
}

.contact-info-block_heading {
  position: relative;
  font-weight: 700;
  color: #8db600;
  margin-top: 20px;
}

.contact-info-block_text {
  position: relative;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  margin-top: 15px;
}

.icon-box-4.bg-orange {
  background: rgba(242, 242, 212, 0.42);
} 
.icon-box-4 {
  text-align: left;
  padding: 1.7rem 1.25rem 1.7rem 5rem;
  position: relative;
  border-radius: 7px;
  height: 150px !important;
  overflow: hidden;
  box-shadow: 1px 2px 10px 4px rgba(0, 0, 0, 0.07) !important;
  transition: transform 0.3s ease-in-out;
}

.icon-box-4 svg {
  color: #8194c4;
  display: block;
  stroke-width: 1px;
  position: absolute;
  width: 57px;
  height: 57px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-info-block_text a{

  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

/*** 

====================================================================
	Map One
====================================================================

***/

.map-one {
  position: relative;
}

.map-one iframe {
  position: relative;
  height: 700px;
  width: 100%;
}

/*** 

====================================================================
	Contact Form One
====================================================================

***/

.contact-form-one {
  position: relative;
  padding: 10px 0px 30px;
}

.contact-form-one .inner-container {
  position: relative;
  padding: 60px 60px;
  background-color: rgb(231, 238, 249);
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 678px) {
  .contact-form-one .inner-container {
    position: relative;
    padding: 30px 10px;
    background-color: rgb(231, 238, 249);
    background-position: left bottom;
    background-repeat: no-repeat;
  }

  .sec-title_heading {
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 32px;
    color: #26841f;
    font-size: clamp(20px, 5vw, 52px) !important;
    padding-bottom: 15px;
    text-align: center;
  }
}

.contact-form-one .default-form .check-box label {
  color: #333;
  font-size: 16px;
}

.contact-form-one button {
  padding: 17px 44px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section {
  position: relative;
  padding: 0px 0px 0px;
}

.contact-form-section .form-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-section .form-column .inner-column {
  position: relative;
}

.contact-form-section .form-column h3 {
  margin-bottom: 40px;
}

.contact-form-section .image-column {
  position: relative;
}

.contact-form-section .image-column .inner-column {
  position: relative;
}

.doctor-details .doctor-img {
  border: 2px solid #8db600;
}

.doctor-img img{

  height: 547px;
 object-fit: contain;
}


/* Contact Us Ends */


.aboutus-text{

margin: 0px;
padding: 0;

}

.aboutus-text p{

  margin: 0px;
  padding: 0px;
  margin: 2px 0px;
  line-height: 28px;
}

.mt-20{

  margin-top: 20px !important;
}

.pl-30{

  padding-left: 100px;
}

.testimonial-block_three-author span{

  color: #e4af02;
}

/*----DoctorResearch----*/

/*----DoctorResearch----*/
.doctorresearch img{
  margin: 0;
  padding: 0;
  width: 100%;
  position:relative; 
  height: 250px;
  object-fit: cover;
  /* border: solid 1px #41074a; */ 
}

.doctorresearch{
  margin: 0px;
  padding: 20px;
  width: 100%;
  display: block;
  /* border: solid 1px #41074a; */
  box-shadow: rgb(141, 182, 0) 0px 1px 3px 0px, rgba(109, 10, 124, 0.151) 0px 0px 0px 1px;
}

.doctorresearch h2{

  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'rajdhani';
  font-weight: 600;
  line-height: 1.2;
  color: #708c0d;
  font-size: clamp(24px,5vw,32px);
}

.doctorresearch p{

  font-size: 14px;
 
}



.drimgboxresponsive{
    
    display:none;
}


.treatment-image {
  width: 100%;
  height: auto;
}




        .open-btn {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 18px;
            cursor: pointer;
            margin-top: 50px;
        }

        /* Modal Background */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
        }

        /* Modal Content */
        .modal-content {
            background-color: #fff;
            margin: 10% auto;
            padding: 20px;
            border-radius: 10px;
            width: 80%;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            position: relative;

        }

        /* Close Button */
        .close {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 22px;
            cursor: pointer;
        }

        /* Input Styling */
        input {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        textarea {
            width:100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            height:70px;
        }

        /* Submit Button */
        .submit-btn {
            background-color: #28a745;
            color: white;
            border: none;
            padding: 10px;
            font-size: 18px;
            cursor: pointer;
            width: 100%;
        }

        /* Modal Animation */
        .modal-content {
            animation: fadeIn 0.3s;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }


.modalimg img {
    width:100%;
    height:330px;
}

.modal-heading h2 {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}



.firstpara p {
    color: black !important;
}

        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
            z-index: 1;
        }




@media(max-width:991px) {

  .bannertextheight {
    margin-top: 20%;
  }

  .slider-two_content-inner {

    padding: 100px 0px 80px;
  }

  .textcenter {

    text-align: center;
  }

  .textboxcenter {

    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  .section-title {

    margin: 20px;
  }

  .mt-30 {

    margin-top: 30px;
  }

  .whatweofferleft {

    border-bottom: dotted 2px #4f6406;
    border-right: none;
  }

  .whatweofferleft p {

    padding-bottom: 30px;
  }

  .m_2 {
    margin: 20px 0px;
  }

  .dis-none{

    display: none;
  }
  .doctor-img img{
    height: 371px;
  }
  .pl-30{

    padding-left: 13px;
  }

  .about-font{

    font-size: 18px;
  }

  .accordion .accordion-content p{

    padding: 20px 0px;
  }

  .drimgboxresponsive{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: 0;
    left: 75px;
    display: block;
  }

  .drimgboxresponsivesimg{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 0;
    left: 0;
  }

  .contact-info-block_text{

    font-size: 14px;
  }
  
          .modal-content {
            background-color: #fff;
            margin: 10% auto;
            padding: 20px;
            border-radius: 10px;
            width: 100%;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            position: relative;
            margin-top:50px;

        }
        
        .modalimg img {
    width: 100%;
    height: 135px;
}

}

.dropdown-menu{

  min-width: 20rem !important;

}
 
.btn-swap{
  background-color:#fff;
  border: 2px solid #014c71;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  color: #014c71;
  border-radius: 25px;
  overflow: hidden;
  font-size: 16px;
  span{
    position: relative;
    z-index: 1;
  }
  &:hover{
    color: #fff !important;
    position: relative;
    &:after {
    width: 100%;
      z-index:0;
    }
  }
  &:after{
    content: '';
    position: absolute;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a7b47;
  }
}

 /* Treatments Started */
 .bg-silver-light {
  background-color: #f6f6f6 !important;
}

.services-container {
  height: 400px !important;
  overflow: hidden;
  box-shadow: 1px 2px 10px 4px rgba(0, 0, 0, 0.07) !important;
  transition: transform 0.3s ease-in-out;
  
}

.services-container:hover {
  transform:scale(1.1)
}

.services-container p{      
    text-overflow: ellipsis; 
    overflow: hidden;
    text-overflow: ellipsis; /* This is where the magic happens. */
    font-size: 14px;
    color: #333;
    font-family: 'montserrat', sans-serif;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
} 

.bg-white {
  background-color: #fff !important;
  padding-bottom: 8px;
}
.shadow-sm .navbar-expand-lg .logo {

position: relative;
top: 30px;
margin-top: 2px;
} 

.shadow-sm .navbar-nav {

  margin-top: 17px;
}

.shadow-sm .btn {

  margin-top: 20px;
}
#depertment .section-content img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.p-20 {
  padding: 20px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-15 {
  margin-top: 15px !important;
}
.text-end {
  text-align: right !important;
}

.galleryBg .cerificate-head {
  padding-bottom: 2rem !important;
}
 /* Treatments Ends */

 
.sidebar {
  display: block;
  position: fixed;
  right: 23px;
  bottom: 72px;
  z-index: 99;
}

.all-button ul li:nth-child(1) a {
  background: #359916;
  margin-bottom: 10px;
}

.all-button ul li:nth-child(2) a {
  background: #16af9d;
}

.all-button ul li a {
  display: inline-block; 
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  border-radius: 5px;
}

.all-button ul {
  padding-bottom : 8px;
}

@media only screen and (max-width: 678px){
  .all-button ul li a {
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 44px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    border-radius: 5px;
  }

  .bannertextheight {
    margin-top: 0 !important;
  }
}