/********** Template CSS **********/ 
@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Oswald:wght@200..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;
}

.header-bg {
  background-color: #14457B !important;
}


.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: 32px;
  height: 32px;
}

.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;
}

.ms-auto {
  margin-left: auto !important;
}

.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 12px 0;
  color: #14457B;
  font-size: 17px;
  font-weight: 400;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #f33;
}

.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 #14457B;
    /* float: left; */
  }

}

.navbar-light .navbar-toggler {
  color: rgba(51, 8, 8, 0) !important;
  border-color: rgba(51, 8, 8, 0) !important;
}

@media (min-width: 992px) {
  .sticky-top {
    margin-top: 0px;
  }

  .navbar {
    height: 66px;
  }

  .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;
  width: 100%;
}

.slider-two_content-inner {
  position: relative;
  padding: 0px ;
  padding-top: 60px;
}


  .bannertextheight {

    margin: 0px;
    padding: 0px;
    margin-top: 5%;
  }

  /*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;
}

.navbar-light .navbar-toggler-icon {
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #14457b;
}

@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: #14457B;
  }
}


@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: #14457B;
    /* transform: skewX(-2deg); */
  }

  .navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
  }

  .slider-two_content-inner h1 {
    position: relative;
    line-height: 47px !important;
    font-weight: 300 !important;
    font-size: 23px !important;
    color: #fff !important;
    font-family: "Boldonse", system-ui;
  }

  .health-one_content-column {
    position: relative;
    margin-bottom: 0px;
    padding: 30px;
  }

  .health-one_images-column {
    position: relative;
    /* padding-top: 14px;
    margin-bottom: 30px;
    padding: 30px; */
  }

  .slider-two_content-inner h2 {
    position: relative;
    line-height: 39px;
    font-weight: 600;
    font-size: clamp(16px, 5vw, 30px) !important;
    color: #fff;
    text-align: center;

  }

  .slider-two_content-inner h4 {
    position: relative;
    font-size: clamp(16px, 5vw, 30px) !important;
    color: #fff !important;
    font-family: 'rajdhani';
    font-weight: 700;
    text-align: center;
  }

}


.display-5 {
  font-size: clamp(24px, 5vw, 36px) !important;
}

.slider-two_content-inner h1 {
  position: relative;
  line-height: 84px;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 50px);
  color: #14457b;
  font-family: "Boldonse", system-ui;
}


.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: #FF3434;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.bg-light1{
  background-color: #f7ede7 !important;
}

.bg-light2{
   background-color: #eff0f4 !important;
}

.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: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #fff;
}




 
.bg-red {
  background-color: #14457B !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 {
  max-width: 100%;
  height:auto;
}

.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;
  }
}



/*** Service ***/
 

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.38);
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #14457b;
    border: 6px solid #5ACEBB !important;
    border-radius: 50%;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.content img{  
	  width:100%;
    height: 170px ; 
    border-radius: 5px; 
    text-align: center;  
    transition: all .3s;
    border: 5px #000;
    object-fit: cover;
    margin-bottom:10px; 
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #ff4500;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 14px;
    color: #14457b;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

/* .section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
} */

.section-services .single-service:hover a:after {
	background-color: #fff;
}

.container-testimonial {
  width: 100%;
  height: 200px;
  background-color: #caf0f8;
  box-shadow: 0 4px 8px rgba(0,0,0,.3);
  margin: 5px;
  padding:30px; 
  border-radius: 10px;
  position: relative;
  color: #264653;
}

.container-testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,.2);
 

    left: 50%;
  transform: translateX(-50%);
  top: -50px;
    position: absolute;
  

  
}
 
/*** Testimonial ***/


/* 
====================================================================
	testimonial  Ends
====================================================================

***/

/*** Footer ***/
.footer {
  background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
  background-size: contain;
}

.footer-text p {
  color: #fff;
  font-family: 'Open Sans';
  line-height: 20px;
}

.footer-bottom {
  background-color: #062957;
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 39%;
    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%;
}



@media (max-width: 678px) {

 
  .slider-text {
    text-align: center;
    margin: 18px;

  }
}


/* Accordion */

.accordion .accordion-item {
  border-bottom: 5px solid rgb(237, 167, 77);
  padding: 0px 15px;
  margin: 0 auto;
  background: #0F3560;
  border-radius: 14px;
  position: relative; 

}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #b06118;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: rgb(237, 167, 77);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #77604b;
  border: 1px solid #77604b;
}

.accordion button .accordion-title {
  padding: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  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: #dbcec6;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 34em;
  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 17px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  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(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  opacity: 0;
}
.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 screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#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;
  }
}
@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: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#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: #14457B;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #14457B;
}

.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: #14457B;
  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: #f33;
}

.dropdown-item{
  color: #14457b !important;
}

.btn-style-four:hover:before {
  top: -40%;
}



@media only screen and (max-width:678px) {
  .btn-style-four {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    /* / text-align: center; / */
    border-radius: 0px;
    padding: .7rem 5px;
    letter-spacing: 1px;
    display: flex;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    width: 100%;
    /* / left: 26%; / */
    /* / line-height: 1.2rem; / */
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .health-one_pattern {
   display: none
  }

  .health-one_images-column {
    position: relative;
    padding-top: 10px;
    margin-bottom: 24px;
  }
  .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 72px;
  text-align: start;
  border: 3px solid rgb(20, 69, 123);
  box-shadow: 10px 10px 10px #3823159c;
  border-radius: 10px;
}

.contact-info-block_icon {
  position: relative;
  line-height: 1em;
  color: #382315;
  font-size: 60px;
  font-family: "Flaticon";
}

.contact-info-block_heading {
  position: relative;
  font-weight: 700;
  color: #3da694;
  margin-top: 0px;
}

.contact-info-block_text {
  position: relative;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  margin-top: 15px;
}

.contact-info-block_text a{

  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}
 

/*** 

====================================================================
	Contact Form One
====================================================================

***/

.contact-form-one {
  position: relative;
  padding: 10px 0px 30px;
}

.doctor-details{
  padding:20px;
}

.contact-form-one .inner-container {
  position: relative;
  padding: 40px 55px;
  background-color: rgb(218, 223, 222);
  background-position: left bottom;
  background-repeat: no-repeat;
  box-shadow: 10px 10px 10px #3823159c;
}

@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;
  }

  .bannertextheight {
    margin-top: 5% !important;
    position: relative; 
    text-align: center;
    padding: 9px;
}

.slider-two_buttons{
  padding-right:30px;
  padding-left:30px;
  text-align: center;
  align-items: center;

}

.slider-two_buttons .text-one{
  text-align:center !important;
}


  .sec-title_heading {
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 32px;
    color: #ab8e73;
    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 #77604b;
}

.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;
}
 
/*----DoctorResearch----*/
 

.drimgboxresponsive{
      display:none;
}


@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 #ab8e73;
    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: 100%;
    height: 250px;
    border-radius: 50%;
    top: 0;
    left: 75px;
    display: block;
    justify-content: center;
  }

  .drimgboxresponsivesimg{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: 0;
    left: 0;
  }

  .contact-info-block_text{

    font-size: 14px;
  }

}

.dropdown-menu{

  min-width: 20rem !important;

}

/*Call & Whatsapp Btn */
.action-btn .btn {
  display: inline-block;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 2rem; 
  z-index: 99999;
}

.action-btn .btn-whatsapp {
  position: fixed;
  display:inline-block;
  bottom: 130px;
  right: 22px;
  font-size: 2.125rem;
  color: #fff;
  background-color: #296057;
  z-index: 99999;
  line-height: 44px;
  
}

.action-btn .btn-call {
  position: fixed;
  display:inline-block;
  bottom: 70px;
  right: 20px;
  color: #fff;
  background-color: #0369ae;
  z-index: 99999;
  line-height: 44px;
}
/* Call & Whatsapp Btn */


/*** 

====================================================================
	Health One
====================================================================

***/

.health-one{
	position:relative;
	overflow:hidden;
	padding:10px 0px 20px;
}

.health-one_pattern{
	position:absolute;
	right:0px;
	top:0px;
	width:388px;
	height:955px;
	background-repeat:no-repeat;
}

.health-one_pattern-two{
	position:absolute;
	left:0px;
	top:-200px;
	width:360px;
	height:1808px;
	background-repeat:no-repeat;
}

.health-one_images-column{
	position:relative;
	padding-top:14px;
	margin-bottom:30px;
}

.health-one_images-inner{
	position:relative;
}

.health-one_image{
	position:relative;
	z-index:1;
	display:inline-block;
	
}


.health-one_content-column{
	position:relative;
	margin-bottom: 30px;
}

.health-one_content-inner{
	position:relative;
}

.health-block{
	position:relative;
	margin-bottom:30px;
}

.health-block_inner{
	position:relative;
	line-height:28px;
	font-size:var(--font-16);
	color:var(--color-three);
	padding-left:var(--padding-left-90);
}

.health-block_icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:70px;
	line-height:1em;
	color:var(--color-four);
	font-family: "Flaticon";
}

.health-block strong{
	position:relative;
	display:block;
	font-weight:700;
	font-size:var(--font-24);
	color:var(--main-color);
	margin-bottom:var(--margin-bottom-10);
}



  .testimonial-container {
    max-width: 700px;
    margin: 7px auto;
    position: relative;
    overflow: hidden;
}

.testimonial .image {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-wrapper {
    display: flex;
    animation: slide 15s  infinite;
}
.testimonial-item {
    min-width: 100%;
    padding: 20px;
    background-color: #062957;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 1.2em;
    color: #3fff;
    transition: transform 0.5s ease-in-out;
    margin-right:4px;
}
.testimonial-item p {
    margin: 15px 0; 
    font-family: 'Open Sans';
    color:#fff;

}
.testimonial-item h3 {
    margin-top: 15px;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
}
.testimonial-item span {
    display: block;
    margin-top: 5px;
    font-size: 1em;
    color: #fff;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

  /* Slide animation */
  @keyframes slide {
    0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-100%);
  }
  50% {
      transform: translateX(-200%);
  }
  75% {
      transform: translateX(-300%);
  }
  100% {
      transform: translateX(-400%);
  }
}

/* Responsive design */
@media (max-width: 768px) {
    .testimonial-container {
        padding: 10px;
    }
    .testimonial-item {
        font-size: 1em;
    }

    .accordion button .accordion-title {
      padding: 1em 1.5em 1em 0;
      color: #fff;
      font-weight: 500;
      font-size: 13px;
    }
    .appoint-content h2{
        color:#14457b;
        text-align: center; 
    }
}

/* Ear Nose Throat Started */
.slick-slide img {
  display: block;
  width: 100%;
}

.service-card {
  height: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 45px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
}

.service-card-photo  img{
  position: relative;   
  width:100%;
  height: 250px;
  object-fit: cover;
}

.service-card-photo {
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #fff;
  margin-left: -30px;
  margin-right: -30px;
}

.service-card-name a:hover {
  text-decoration: none;
}
.service-card-name:hover, .service-card-name a:hover {
  color: #49b0c1;
}

.service-card-photo + .service-card-name {
  margin-top: 30px;
}
/* Appointment Section Started*/
.appointment-section { 
  justify-content: center;
  align-items: center; 
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 
.appointment-section img { 
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 678px){
  .appointment-section img { 
    height: 400px; 
    margin-bottom: 20px;
    object-fit: cover;
    align-items: center;
    padding-right: 20px;
  }
 
}
.appointment-info {
  margin-bottom: 20px;
}
.appointment-info p {
  font-size: 1.2em;
  color: #555;
}
.appointment-form {
  width:100%; 
  align-items: center;
}
.appointment-form input,
.appointment-form textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}
.appointment-form button { 
  padding: 8px;
  background-color: #062957;
  color: white;
  font-size: 1.2em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.appointment-form button:hover {
  background-color: #eda74d;
}

.bg-footer{
  background-color:#47B9A5;
}


#about {
  /* background-image: url("../img/about1.webp"); */
  background-position: right center;
  background-repeat: no-repeat;
}
.apb-60 {
  padding-bottom: 60px !important;
}
.apt-60 {
  padding-top: 60px !important;
}

.flaticon-medicine::before {
  content: "\f155";
}

.font28 {
  font-size: 28px !important;
}
.amb-15 {
  margin-bottom: 15px !important;
}
.amt-0 {
  margin-top: 0 !important;
}
.bg-white8 {
  background: rgba(255,255,255,.8);
}

.service-icon-box {
  margin-bottom: 30px;
  overflow: hidden;
}
.service-icon-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.gb {
  border: 1px solid #f33;
}
.padd10 {
  padding: 10px !important;
}
.radius5 {
  border-radius: 5px !important;
}
.service-icon-box:hover .icon {
  background: #017ccf;
}
.service-icon-box:hover i {
  color: #fff;
}
section {
  position: relative;
}
.service-icon-box .icon {
  background: #37aa90;
}
.service-icon-box i { 
  margin-right: 15px;
  background: #eee;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 70px;
  font-size: 40px;
  border-radius: 4px;
  float: left;
}

.text-theme-colored2{
  color:#fd3a3b;
}
/* About Section Ends */

/* Popup Started */

/*----popup-------*/

.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}

.popup-form-select{
  color: #6c757d;
  font-size:14px;
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem; 
  font-weight: 400;
  line-height: 1.5; 
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); 
    width: 60%; 
    margin-left: auto;
    margin-right: auto;
    position:relative;
    padding: 20px;
    color: #fff;
}
.close-button {
  background:none;
  color: #062957;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



/* Popup Ends */




/*-------------nosetratment--------------14.10.2025*/


.nosebox{

  margin: 60px 0px;
  padding: 0px;
}


.noseboxmain{

  margin: 0px;
  padding: 0px;
}

.noseboxunder{

  margin: 40px 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.noseboxunder-shadow{

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.noseboxunder-height{

  height: 350px !important;
}