* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}



/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .header-top {
  background-color: #009136;
  padding: 3px 0px;
}

header .header-top .top-info li,
header .header-top .top-info li a {
  color: #fff;
  font-size: 14px;
}

header .header-top .top-info li:last-child a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #009136;
  transition: .5s;
}

header .headermn .navbar .navbar-brand {
  width: 5%;
}

header .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  text-transform: uppercase;
}

.dropdown-toggle::after{
    display:none;
}

header .nav-link::after {
  content: '';
  background-color: #009136;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #009136;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #009136;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 5%;
}

header .dropdown-menu{border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f;}
header .dropdown-menu li .dropdown-item{padding: 6px 20px; font-size: 18px; font-weight: 500; font-family: initial; display: flex; align-items: center; gap: 10px;}
header .dropdown-menu li .dropdown-item:hover{background-color: #009136; color: #fff;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #009136;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #009136;
  position: relative;
  transition: .5s;
  z-index: 1;
}

header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #009136;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
}



/* slider */
#slider{ position: relative; padding-bottom: 50px; }
#slider .item{height:68vh;background-size:cover;background-position:center}
#slider .content{padding:180px 0 0 100px}
#slider .owl-nav,#slider .owl-dots{display:none}
.slider-logo-wrapper{position:relative;margin-top:-90px;z-index:99}
.slide-bottom-logo{background:#fff;border-radius:15px;padding:25px 15px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.12);height:180px;display:flex;flex-direction:column;justify-content:center}
.slide-bottom-logo img{width:80px;margin:auto}
.slide-bottom-logo h2{font-size:22px;margin-top:15px;font-weight:600;color:#333}

.content{
    position:absolute;
    top:30%;
    transform:translateY(-50%);
    max-width:550px;
    z-index:2;
}

.content h2{
    font-size:28px;
    font-weight:800;
    line-height:1.05;
    color:#009136;
    text-transform:uppercase;
    margin-bottom:20px;
    text-shadow:0 4px 15px rgba(0,0,0,.4);
}

.content p{
    font-size:17px;
    color:#000;
    margin-bottom:30px;
    text-shadow:0 2px 10px rgba(0,0,0,.4);
}

.enquiry-btn{
    display:inline-block;
    padding:15px 35px;
    background:#00a651;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.enquiry-btn:hover{
    background:#008c45;
    color:#fff;
    transform:translateY(-3px);
} 


@media (max-width:992px) {
  .slider-logo-wrapper{
    margin-top: 0;
  }
}


/* about-sec */



.about-section{background:#f8f9fa}
.about-tag{display:inline-block;padding:8px 18px;background:#000;color:#fff;border-radius:50px;font-size:14px;font-weight:600;letter-spacing:1px}
.about-title{font-size:30px;font-weight:700;line-height:1.3;color:#111}
.about-text{color:#666;line-height:1.8;font-size:16px}
.about-image img{width:100%;object-fit:cover}
@media(max-width:991px){
  .about-title{font-size:30px}
  .about-section{text-align:center}

}








/* service */

#service{padding: 50px 0px;}
#service .row{row-gap: 25px;}
#service h2{text-align: center; font-size: 35px; font-weight: 600; margin-bottom: 35px;}
#service .iner{border: 1px solid #eee;}
#service .iner .imgs{overflow: hidden; border-radius: 5px; align-items: center; display: flex; justify-content: center; margin-top: 28px;}
#service .iner .imgs img{transition: .5s; width:100px;}
#service .iner .imgs:hover img{transform: scale(1.1);}
#service .conteint{padding: 20px 30px 30px; text-align: center;}
#service .conteint h3{font-size: 20px; font-weight: 600; position: relative; margin-bottom: 15px; color: #000;}
#service .conteint .text{margin-bottom: 25px; color: #000;}
#service .conteint .read-more{padding: 10px 30px; border-radius: 50px; display: inline-block; border: 1px solid #009136; background-color: #009136;  color: #fff; transition: .5s;}
#service .conteint .read-more:hover{background-color: transparent; color: #009136;}

/* ve-proved-sec */

#ve-proved-sec{background-image: url(../images/ve-proved-bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 60px 0px; position: relative; z-index: 1;}
#ve-proved-sec::before{position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #009136cc; z-index: -1;}
#ve-proved-sec .content{text-align: center;}
#ve-proved-sec .content h3{font-size: 30px; font-weight: 600; color: #fff; margin-bottom: 15px;}
#ve-proved-sec .content .text{color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 20px;}
#ve-proved-sec .content .read-more{padding: 10px 30px; border-radius: 3px; display: inline-block; border: 1px solid #fff; background-color: #fff;  color: #000000; transition: .5s;}
#ve-proved-sec .content .read-more:hover{background-color: transparent; color: #fff;}





.counter-section{background:linear-gradient(135deg,#0091361f,#0091361f)}
.counter-box{background:#fff;padding:40px 20px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:.4s;height:100%}
.counter-box:hover{transform:translateY(-10px)}
.counter-icon{width:80px;height:80px;line-height:80px;margin:0 auto 20px;border-radius:50%;background:#0091361f;font-size:32px;color:#009136}
.counter-box h2{font-size:42px;font-weight:700;color:#222;margin-bottom:10px}
.counter-box p{margin:0;font-size:18px;color:#666;font-weight:500}





.doctors-section{padding:100px 0;background:#f7faf8}
.section-title{text-align:center;margin-bottom:60px}
.section-title span{color:#0b9444;font-weight:600;letter-spacing:2px;text-transform:uppercase}
.section-title h2{font-size:42px;font-weight:700;color:#111;margin-top:10px}
.doctor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.doctor-card{background:#fff;border-radius:25px;padding:35px 25px;text-align:center;transition:.4s;position:relative;overflow:hidden;box-shadow:0 10px 35px rgba(0,0,0,.08)}
.doctor-card:hover{transform:translateY(-10px)}
.doctor-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:#0b9444}
.doctor-img img{width: 100%; height: 270px; object-fit: cover; object-position: center; border-radius: 10px;}
.doctor-card h3{margin:25px 0 10px;font-size:18px;color:#111}
.doctor-card p{color:#666;margin-bottom:25px;font-weight:500}
.doctor-btn{display:inline-flex;align-items:center;gap:10px;background:#0b9444;color:#fff;text-decoration:none;padding:12px 28px;border-radius:50px;transition:.4s}
.doctor-btn:hover{background:#086d32;color:#fff}
.doctor-btn i{transition:.4s}
.doctor-btn:hover i{transform:translateX(5px)}





.testimonial-section {
    background: #f8fafc;
    overflow: hidden;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title span {
    color: #0a9444;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
    color: #222;
}

/* ===========================
   OWL FIX FOR EQUAL HEIGHT
=========================== */

.testimonial-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.testimonial-carousel .owl-item {
    display: flex;
    height: auto;
    padding: 50px 0;
}

/* ===========================
   CARD
=========================== */

.testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    position: relative;
    transition: all .4s ease;
    width: 100%;

    display: flex;
    flex-direction: column;

    min-height: 380px;
    height: 100%;
}

/* Hover */

.testimonial-card:hover {
    transform: translateY(-8px);
}

/* Quote Icon */

.quote {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 60px;
    color: #0a9444;
    opacity: .12;
}

/* Text */

.testimonial-card p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;

    flex: 1;
}

/* Rating */

.rating {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

/* ===========================
   CLIENT INFO
=========================== */

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.client-info img {
    width: 75px !important;
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e9ecef;
}

.client-info h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.client-info span {
    color: #777;
    font-size: 16px;
}

/* ===========================
   ACTIVE CENTER CARD
=========================== */

.owl-item.center .testimonial-card {
    background: linear-gradient(135deg, #0a9444, #0d7f3c);
    color: #fff;
    transform: scale(1.03);
}

.owl-item.center .testimonial-card p,
.owl-item.center .testimonial-card h4,
.owl-item.center .testimonial-card span {
    color: #fff;
}

.owl-item.center .quote {
    color: #fff;
    opacity: .15;
}

.owl-item.center .client-info img {
    border-color: rgba(255,255,255,.4);
}

/* ===========================
   DOTS
=========================== */

.owl-dots {
    margin-top: 40px;
    text-align: center;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #d0d0d0 !important;
    border-radius: 50%;
    display: block;
}

.owl-dot.active span {
    background: #0a9444 !important;
    width: 28px;
    border-radius: 30px;
}

/* ===========================
   NAV
=========================== */

.owl-nav {
    display: none;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 767px) {

    .section-title h2 {
        font-size: 32px;
    }

    .testimonial-card {
        min-height: auto;
        padding: 25px;
    }

    .client-info h4 {
        font-size: 18px;
    }

    .testimonial-card p {
        font-size: 15px;
    }

    .owl-item.center .testimonial-card {
        transform: scale(1);
    }
}






.faq-form-section{
    padding:100px 0;
    background:#f8fafc;
}

.section-heading span{
    color:#0b9444;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    margin:10px 0 15px;
}

.section-heading p{
    color:#666;
    margin-bottom:35px;
}

.custom-accordion .accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.custom-accordion .accordion-button{
    padding:18px 22px;
    font-weight:600;
    background:#fff;
    box-shadow:none;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#0b9444;
    color:#fff;
}

.custom-accordion .accordion-body{
    padding:20px;
    color:#666;
}

.enquiry-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.form-title span{
    color:#0b9444;
    font-weight:600;
    text-transform:uppercase;
}

.form-title h3{
    margin:10px 0 30px;
    font-size:32px;
    font-weight:700;
}

.form-control,
.form-select{
    height:55px;
    border-radius:12px;
    border:1px solid #ddd;
    box-shadow:none;
}

textarea.form-control{
    height:auto;
}

.form-control:focus,
.form-select:focus{
    border-color:#0b9444;
    box-shadow:none;
}

.submit-btn{
    width:100%;
    border:none;
    padding:15px;
    border-radius:12px;
    background:#0b9444;
    color:#fff;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.submit-btn:hover{
    background:#087838;
}

@media(max-width:991px){
    .faq-form-section{
        padding:70px 0;
    }

    .section-heading h2{
        font-size:32px;
    }

    .enquiry-box{
        padding:25px;
    }
}












    .rvx-reel-zone{
padding:90px 20px;
background:#f5fdf9;
overflow:hidden;
}

.rvx-head-area{
text-align:center;
margin-bottom:50px;
}

.rvx-head-area span{
color:#00a86b;
font-weight:700;
letter-spacing:2px;
font-size:14px;
text-transform:uppercase;
}

.rvx-head-area h2{
font-size:42px;
margin-top:10px;
color:#222;
}

.rvx-reel-card{
position:relative;
border-radius:30px;
overflow:hidden;
height:500px;
cursor:pointer;
}

.rvx-reel-card img{
width:100%;
height:100%;
object-fit:cover;
transition:1s;
}

.rvx-overlay{
position:absolute;
left:0;
top:0;
height:100%;
width:100%;
background:linear-gradient(
transparent,
rgba(0,0,0,.85)
);

display:flex;
flex-direction:column;
justify-content:flex-end;
align-items:center;

padding-bottom:40px;
opacity:0;
transition:.5s;
}

.rvx-overlay i{
font-size:60px;
color:white;
margin-bottom:15px;
transform:translateY(30px);
transition:.5s;
}

.rvx-overlay a{
padding:12px 30px;
background:linear-gradient(90deg,#00b978,#008d61);
border-radius:50px;
color:white;
text-decoration:none;
font-weight:700;
transform:translateY(30px);
transition:.7s;
}

.rvx-reel-card:hover img{
transform:scale(1.1);
}

.rvx-reel-card:hover .rvx-overlay{
opacity:1;
}

.rvx-reel-card:hover i,
.rvx-reel-card:hover a{
transform:translateY(0);
}

.rvx-reel-slider .owl-stage-outer{
padding:25px 0;
}

.rvx-reel-slider .owl-dots{
margin-top:30px;
text-align:center;
}

.rvx-reel-slider .owl-dot span{
width:12px;
height:12px;
background:#ccc!important;
}

.rvx-reel-slider .owl-dot.active span{
width:30px;
background:#00b978!important;
}

@media(max-width:768px){

.rvx-reel-card{
height:420px;
}

.rvx-head-area h2{
font-size:30px;
}

}








/* footer */

footer .footertop {
  background-color: #0b94442b;
  padding: 70px 0px 20px;
}

footer .row {
  row-gap: 25px;
}

footer .footertop h3{font-size: 20px; margin-bottom: 15px;}

footer .footertop .about img {
  width: 111px;
}

footer .footertop .about p {
  color: #000;
  font-size: 14px;
  width:77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
}

footer .footertop ul li {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #000;
  font-size: 14px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #009136;
}

footer .footertop .addres li {
  margin-bottom: 20px;
}

footer .footertop .addres li i {
  color: #009136;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #009136;
  padding-top: 20px;
}

footer .footerboo {
  background-color: #0b94442b;
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #009136;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #009136;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #009136;
  padding: 0px 10px 8px;
  border-radius: 100px;
}


/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #009136;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}

