@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
*{
  margin: 0;
  padding: 0;
}
/* scroll style  */
::-webkit-scrollbar {
  width: 12px;
}
ul{
  padding: 0;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primary);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
background: var(--primary); 
}
ul li{
  list-style: none;
}
html, body {
  overflow-x: hidden;
  color: #444444;
  margin: 0;
}
body{
  font-family: 'Manrope', sans-serif;
  font-family: 'Rubik', sans-serif;
}
:root{
  --primary:#31b8c9;
  --danger:#c21029;
  --light:#F0F0F0;
  --dark:#202020;
  --secondary:#e5a21f;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* topbar */
.top-bar{
	width: 100%;
	background:lavender;
}
.tag {
	border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 36px;
	font-size: 14px;
    background: #31b8c9;
    padding: 0 20px 0px 23px;
    position: relative;
    text-decoration: none;
	transition: 0.2s;
}
.tag::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 14px;
}
.tag::after {
	border-bottom: 20px solid transparent;
    border-left: 14px solid #31b8c9;
    border-top: 21px solid transparent;
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
}
marquee{
	font-size: 20px;
	color: #d00;
	font-weight: 500;
}
/* Logo Section */
.logo_text{
  font-weight: 700;
  color:#060C11;
  text-transform: uppercase;
  margin-left: 5px;
  font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
  padding: 4px 19px;
}
.navbar-light .navbar-nav .nav-link.active{
  background: var(--primary);
  border-radius: 19px;
  color: #fff;
}
.get_start{
  font-family: 'Inter', sans-serif;
  padding: 6px 15px;
  background: var(--secondary);
  color: #000;
  font-weight: 600;
  border-radius: 4px;
}
.get_start:hover{
  color: #000;
}
.qoute:hover{
  animation: shake 0.95s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
      transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
      transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
      transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
      transform: translate3d(4px, 0, 0);
  }
}
/* Banner Section */
.my_banner{
  z-index: -99;
}
.my_banner img{
  width: 100%;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 72vh;
}
/* Features */
.feature_holder{
  background-color: var(--primary);
  border-radius: 5px;
  padding: 20px 0px;
  position: relative;
  top: -35px;
  z-index: 99;
}
.feature_icons{
  color: #fff;
  font-size: 30px;
}
.feature_heading{
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff26;
}
.feature_content{
  font-size: 14px;
  color: #fff;
}

.overlap__footer {
  position: absolute;
  left: 36%;
  bottom: 0px;
  color: #fff;
  text-align: center;
  background-color: #ee0e5a;
  margin: 0 auto;
  width: 30%;
  padding: 13px;
}
.overlap__footer h6{font-size: 0.8em;font-weight: 800;margin: 0;text-transform: uppercase;}
/* About Section */
.heading_box{
  background: #f30858;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 10px;
}
.about_content{
  text-transform: capitalize;
}
.about_content h2{
    color: #090909;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -1px;
}
.about_content p{
  font-size: 15px;
  color: #444444;
}
.check{
  font-size: 18px;
  color: var(--primary);
  margin-right: 5px;
}
.check_text{
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.animate_img{
  animation: animate-ai 1s linear infinite alternate;
}
.about_img{
  display: flex;
  justify-content: end;
}
.overlap_box{
  width: 68%;
    position: relative;
    bottom: 42px;
    left: 62px;
    background: #FFC4C4;
    padding: 25px;
}
.overlap_box h6{
  font-weight: bold;
  font-size: 22px;
}
.about_img img{
  width: 80%;
  text-align: right;
}
@keyframes animate-ai{

  0%{

    transform:translateY(0px);

  }

  100%{

    transform:translateY(10px);

  }

}
.nabh_text{
  color: #000;
  margin-top: 25px;
  font-size: 25px;
  font-weight: bold;
}
/* Service*/
.service_wrapper{
  font-family: 'Rubik', sans-serif;
  position: relative;
  background: var(--primary);
  margin-bottom: -48px;
}
.sub_heading{
  font-size: 15px;
}
.heading{
  color: #060C11;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
}
.service_box{
  text-align: left;
}
.service_content {
  padding: 8px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  height: 7vh;
  font-size: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #4a4a4a;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rm_btn{
  display: table;
  margin: 0 auto;
  background-color: var(--bs-danger);
  color: #FFFFFF;
  cursor: pointer;
  padding: 8px 20px;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: .5s ease;
  margin-bottom: 2rem;
}
.rm_btn:hover{
  box-shadow: rgba(225, 204, 9, 0.716) 0 1px 30px;
  transition-duration: .1s;
  color: #fff;
}
/* counter  */
.counter_section{
  position: relative;
}
.banner_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
}
.counter_section img{
    width:100%;
    height: 350px;
    object-fit: cover;
    z-index: -99;
}
.counter_wrapper{
  position: relative;
  bottom: 100px;
  z-index: 99;
}
.counter_bg{
  padding: 25px 0px;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.count{
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #2B65BF;
}
.counter_text{
    color: #414141;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
/* gallery */
.lightbox_img{
  display: block;
  height: 32vh;
  margin-bottom: 25px;
}
.lightbox_img img{
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
/* Contact */
.opd_timing{
  font-size: 18px;
  background-color: darkcyan;
  color: #fff;
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px;
  
}

.opd_charge{
  font-size: 17px;
  margin-bottom: 12px;
}
a.pills{
  color: #fff;
}
.opd_charge b{
  color: #000;
}
.pills{
  background-color: green;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 22px;
  color: #fff;
}
.close_pill{
  display: inline-block;
  background-color: var(--danger);
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 22px;

}
/* footer */
.main-footer{
  position: relative;
  background: #0c4e57;
  z-index: 99;
}

.footer-content{
  position: relative;
  padding: 85px 0px 80px 0px;
}
.footer-content:before{
  position: absolute;
  content: '';
  background: url(../image/png-clipart-realistic-eye-textures-eye.png);
  width: 359px;
    height: 372px;
    top: 35px;
    right: -112px;
  z-index: -99;
  opacity: .5;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.footer-content .logo-widget{
  position: relative;
  margin-top: -5px;
}
.footer-content .logo-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child{
  margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  color: var(--primary);
  text-align: center;
  border-radius: 50%;
  transition: .5s;
}
.footer-content .logo-widget .footer-social li a:hover{
  color: #ffffff;
  background: var(--secondary);
}
.footer-content .logo-widget .logo-box{
  margin-bottom: 25px;
}
.footer-content .logo-widget .text p{
  color: #fff;
  margin-bottom: 32px;
}
.footer-content .footer-title{
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}
.footer-content .service-widget .list li{
  display: block;
  margin-bottom: 12px;
}
.footer-content .service-widget .list li a{
  position: relative;
  display: inline-block;
  color: #fff;
  transition: .5s;
}
.footer-content .service-widget .list li a:hover{
  color: var(--secondary);
}
.footer-content .contact-widget p{
  color: #fff;
  margin-bottom: 15px;
}
.footer-content .contact-widget{
  margin-left: 35px;
}
.footer-content .contact-widget .footer-title{
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background: #107987;
  padding: 25px 0px 22px 0px;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a{
  position: relative;
  color: #fff;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover{
  color: var(--primary);
}
.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child{
  margin-left: 0px;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}
.footer-bottom .footer-nav li:first-child:before{
  display: none;
}
.logo-box img {
    max-width: 220px;
}
.list 
.link_txt{
  color: #fff !important;
}
.text a{
  transition: all 0.5s;
  color: #fff;
  font-size: 15px;
}
.text a:hover{
  color: var(--secondary);
}

/****** About Page -- (History) *******/
.all_page_banner img{
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.all_page_banner{
  position: relative;
}
.banner_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
}
.banner_text h2{
  font-size: 50px;
  font-weight: 700;
}
.page_head{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.rheh_texts{
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.nabh_texts{
  font-size: 41px;
  color: var(--primary);
  font-weight: 600;
}
.about_nabh_img{
  display: flex;
  justify-content: center;
}
/* Chairman */
.chairman_content{
  font-size: 20px;
  color: #000;
  line-height: 27px;
  margin-top: 15px;
}
/* Mission */
.mission_wrapper{
  border: 4px solid #000a3c;
  padding: 5px;
}
.msn_txt{
  padding: 25px 0px;
  font-family: 'Manrope', sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: var(--primary);
}
.mission_content{
  background-color: #000a3c;
  padding: 25px 10px;
}
.mission_list li{
  color: #fff;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
/*Doctors */
 .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.member .member-img {
  position: relative;
  overflow: hidden;
}
 .member .member-info {
  padding: 25px 15px;
}
 .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--primary);
}
 .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #444444;
}
 .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
 .member:hover .social {
  opacity: 1;
}
/* opd */
.opd_content{
  background-color: beige;
  padding: 10px 0px 30px;
  border-radius: 6px;
}
.opd_main_timing{
  font-family: 'Manrope', sans-serif;
  background-color: crimson;
  color: #fff;
  padding: 5px 15px;
  font-size: 35px;
  margin-bottom: 15px;
}
.opd_main_charge{
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
/* rate Chart */
.rate_chart{
  text-align: left;
}
.rate_chart h2{
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  background: var(--primary);
  color: #fff;
  border: 2px solid #fff;
  padding: 5px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.rate_chart h3{
  font-family: 'Manrope', sans-serif;
  font-size: 23px;
  color: #202020;
  line-height: 35px;
  font-weight: 600;
}
.rate_chart h4{
  font-family: 'Manrope', sans-serif;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 800;
}
.rate_chart h4 a{
  font-family: 'Manrope', sans-serif;
  color: #202020;
  font-weight: 600;
}
.rate_chart h3 b{
  color: darkred;
}
/********** Responsive Breakpoins *********/



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Index Page */
  .owl-carousel .owl-item img{
    height: 17vh;
  }
  .tag::after{
    right: -13px;
  }
  marquee{
    font-size: 14px;
  }
  .tag {
    font-size: 13px;
  }
  .feature_holder{
    top: 10px;
  }
  .feature_icons{
    font-size: 25px;
  }
  .feature_heading{
    font-size: 14px;
  }
  .nabh_text{
    font-size: 20px;
    margin-top: 0px;
  }
  .about_img img{
    width: 100%;
    margin-top: 20px;
  }
  .overlap_box {
    width: 97%;
    bottom: 25px;
    left: 5px;
    padding: 16px;
}
  .about_content h2{
    font-size: 30px;
  }
  .head_text{
    font-size: 28px;
  }
  .about_wrapper:after{
    display: none;
  }
  .coinfall_gif{
    right:0;
  }
  .rm_btn {
    padding: 7px 19px;
  }
  .hero_container{
    margin-bottom: 30px;
  }
  .sub_heading{
    font-size: 13px;
  }
  .content h5{
    font-size: 18px;
  }
  .content p{
    font-size: 14px;
  }
  /* About Page */
  .all_page_banner img{
    height: 120px;
  }
  .banner_text h2{
    font-size: 19px;
  }
  .heading{
    font-size: 25px;
  }
  .nabh_texts {
    font-size: 30px;
  }
  .page_head{
    font-size: 15px;
    line-height: 25px;
  }
  .chairman_content {
    font-size: 16px;
    line-height: 25px;
  }
  .opd_main_timing{
    font-size: 18px;
  }
  .opd_main_charge{
    font-size: 14px;
  }
  .pills{
    font-size: 12px;
    padding: 4px 5px;
  }
  .rate_chart h2{
    font-size: 16px;
  }
  .rate_chart h3{
    font-size: 15px;
    line-height: 23px;
  }
  .rate_chart h4{
    font-size: 15px;
  }
  .opd_charge {
    font-size: 16px;
  }
  .service_content{
    height: 9vh;
  }
  .counter_section img{
    height: 160px;
  }
  .counter_wrapper{
    bottom: 74px;
  }
  .count{
    font-size: 22px;
  }
  .counter_text{
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* Footer */
  .footer-content .contact-widget {
    margin-left: 0px;
  }
  .footer-bottom .footer-nav{
    text-align: start;
  }
  .footer-bottom {
    padding: 15px 0px 0px 0px;
  } 
  .overlap__footer {
    position: absolute;
    left: 27%;
    bottom: -9px;
    color: #fff;
    text-align: center;
    background-color: #ee0e5a;
    margin: 0 auto;
    width: 45%;
    padding: 13px;
}
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .mail_text{
    margin-right: 8px;
  }
  .head_text{
    font-size: 35px;
  }
  .hero_container{
    margin-bottom: 30px;
  }
  .all_page_banner img{
    height: 200px;
  }
  .banner_text h2 {
    font-size: 26px;
  }
  .choose_content h2{
    font-size: 30px;
  }
  .choose_content h2 span {
    font-size: 35px;
  }
  /* Footer */
  .footer-content .contact-widget {
      margin-left: 0px;
  }
  .footer-bottom .footer-nav{
      text-align: start;
   }
  .footer-bottom {
      padding: 15px 0px 0px 0px;
   }
  .footer-content {
      padding: 31px 0px 30px 0px;
   }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .head_text{
    font-size: 24px;
  }
  .content h5{
    font-size: 15px;
  }
  .content p{
    font-size: 13px;
  }
  .choose_content h2{
    font-size: 23px;
  }
  .choose_content h2 span{
    font-size: 26px;
  }
  .footer-content .contact-widget {
    margin-left: 0;
  }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .tag::after{
    right: -13px;
  }
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
  }
  .rate:not(:checked) > input {
  position:absolute;
  display: none;
  }
  .rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
  }
  .rated:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
  }
  .rate:not(:checked) > label:before {
  content: '★ ';
  }
  .rate > input:checked ~ label {
  color: #ffc700;
  }
  .rate:not(:checked) > label:hover,
  .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
  }
  .rate > input:checked + label:hover,
  .rate > input:checked + label:hover ~ label,
  .rate > input:checked ~ label:hover,
  .rate > input:checked ~ label:hover ~ label,
  .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
  }
  .star-rating-complete{
     color: #c59b08;
  }
  .rating-container .form-control:hover, .rating-container .form-control:focus{
  background: #fff;
  border: 1px solid #ced4da;
  }
  .rating-container textarea:focus, .rating-container input:focus {
  color: #000;
  }
  .rated {
  float: left;
  height: 46px;
  padding: 0 10px;
  }
  .rated:not(:checked) > input {
  position:absolute;
  display: none;
  }
  .rated:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ffc700;
  }
  .rated:not(:checked) > label:before {
  content: '★ ';
  }
  .rated > input:checked ~ label {
  color: #ffc700;
  }
  .rated:not(:checked) > label:hover,
  .rated:not(:checked) > label:hover ~ label {
  color: #deb217;
  }
  .rated > input:checked + label:hover,
  .rated > input:checked + label:hover ~ label,
  .rated > input:checked ~ label:hover,
  .rated > input:checked ~ label:hover ~ label,
  .rated > label:hover ~ input:checked ~ label {
  color: #c59b08;
  }
  .modal-bg{
    background-color: #e4ffec;
    text-align: center;
  }
  .modal-bg h5{
    font-weight: 900;
    text-align: center;
    line-height: 2rem;
    background-color: #ffde59;
    padding: 1rem;
  }
  .modal-bg .bg-brand{
    background-color: #ff2d31;
    padding: 0.8em;
    color: #fff;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .popupModal .modal-body{
    padding: 0;
  }
