/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}
:root {
  --main-color: #236c41;
}
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}
html{
    scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

a:focus,
a:hover {
  text-decoration: none;
}
button:focus, button:active{
    outline: none;
}
i {
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #616161;
  font-weight: 400;
}

/* section {
  padding: 60px 0;
} */

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 30px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

.f12 {
  font-size: 13px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 22px;
}

.f18 {
  font-size: 18px;
  line-height: 26px;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.f50 {
  font-size: 50px;
  line-height: 52px;
}

/*Font Weight*/

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.f900 {
  font-weight: 900;
}

.text-black {
  color: #711843;
}
.banner{
    position: relative;
}
.bannerimg{
    position: absolute;
    right: 100px;
    top: 25px;
    max-width: 500px;
   
}

.buttons{
    position: absolute;
    left: 22%;
    top: 70%;
    text-align: center
}
.banner img{
    width: 100%;
}
.banner-caption .btn {
 background-color: var(--main-color);
  color: #fff;
  padding: 5px 20px;
  transition: all 0.5s; 
    font-size: 18px;
    font-weight: 600
  
}
.banner-caption .btn i{
    font-size: 14px;
    padding-left: 5px
}
.banner-caption .btn:hover,
.banner-caption .btn:focus {
      background: linear-gradient(90deg, rgb(149, 208, 38) 0%, rgb(35, 108, 65) 75%);
  color: #fff;
  text-decoration: none;  
}

.btn {
  background-color: #236c41;
  color: #fff;
  padding: 5px 20px;
  transition: all 0.5s; 
  margin-top: 10px;
}

.btn:hover,
.btn:focus {
  background: linear-gradient(90deg, rgb(149, 208, 38) 0%, rgb(35, 108, 65) 75%);
  color: #fff;
  text-decoration: none;  
}

.bg-color {
  background-color: #f7f7f7;
}

.text-blue {
  color: #17A2B8;
}

/* .text-green {
  color: #F5951C;
} */

.sp-line {
  display: inline-block;
  height: 2px;
  width: 60px;
  background-color: #908c8b;
}

/*HEADER
--------------------------------------*/
.header {
  background: #f7f7f7;
  /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); */
  padding: 0;
/*  position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
/*  height: 168px;*/
  box-shadow: 2px 2px 10px #00000015;
}
.menu{
    padding: 10px 0
}
.header .header-content
 {
  position: relative;
  background-color: #711843;
  padding: 5px 10px;
  top: 20px;
  display: inline-block;
}

.header-content-social {
  position: relative;
  top: 20px;
}
.header-content-social {
  display: flex;
}
.header .header-content i {
  font-size: 20px;
  color: #fff;
} 

.header .social-icon i {
  margin-right: 8px;
  color: #fff;
  padding: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  background-color: #711843;
  font-size: 22px;
}

.header .social-icon {
  display: inline-block;
}

.header .content-txt {
  padding-left: 65px;
}

.head-tab {
  /* padding-bottom: 22px;  */
}

.navbar {
  width: 100%;
  padding: 0; 
  /*padding-right: 50px;*/
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);*/
  /*box-shadow: 0 5px 30px 0 rgba(167, 168, 169, 0.9);*/
}

/* .navbar-nav {
  border-top: 1px dashed #000;
} */

.navbar.fixed-top {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0;
}
.navbar .navbar-brand {
    padding: 0
}
.navbar-brand img{
  width: 200px;
}
/*.navbar-brand h2,
.navbar-brand p {
  color: #F5951C;
}*/ 

.navbar.fixed-top .navbar-brand {
  width: 200px;
  padding: 8px 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
  padding: 0;
  font-size: 18px;
  line-height: 60px;
  margin: 0 0 0 30px;
  font-family: 'Oswald', sans-serif;
}
.menu ul.navbar-nav{
/*  padding-top: 35px;*/
}
.menu ul li a{
  transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.menu ul li a:hover{
  color: #908c8b!important;
  background: none!important;
}
.menu .dropdown-menu{
  padding: 0;
  border-radius: 0;
}
.menu .dropdown-menu a{
  padding: 6px 20px;
}
.menu .dropdown-menu a:hover{
  background: #236c41!important;
  color: #fff!important;
}
.fixed-top.navbar-expand-md .navbar-nav .nav-link {
  margin: 0 20px;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #232323;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #236c41;
  color: #fff;
}

.dropdown-menu {
  top: 56px;
}

/*FOOTER
--------------------------------------*/
.footer {
  background-color: #222426;
  padding: 50px 0;
}

.footer-brand {
  width: 170px;
  display: block;
  padding-bottom: 20px;
}
.footer p:first-child{
  font-size: 22px;
    color: #666;
    margin-bottom: 20px;
     font-family: 'Oswald', sans-serif;
}
.footer ul li {
 
  margin-bottom: 5px;
}

.footer .footer-contact p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer .footer-contact p i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 18px;
}

.footer a,
.footer p {
  color: #cecece;
}

.footer .social-icons i {
  font-size: 20px;
  line-height: 22px;
}
/*
.footer .social-icons i:hover{
    color: #
}
*/
.footer a:hover {
  color: #95d026;
}

.copyright-content {
  background-color: #7b7b7b;
  padding: 8px 0;
}
.info p{
  font-size: 14px;
}
.copyright-content p {
  color: #fff;
  text-align: left;
}
.copy{
  text-align: right!important;
}
.copy a{
    color: #fff;
}
.copy a:hover{
    color: #95d026;
}
.footer-button {
    display: none;
}

/*HOME PAGE
--------------------------------------*/
/*carousel*/
.carousel {
/*  margin-top: 160px;*/
}

.carousel .carousel-item {
  position: relative;
}

.carousel .carousel-item .banner-caption {
  position: absolute;
  top: 50%;
  margin-top: -90px;
}

.carousel .carousel-item .banner-caption h1 {
  margin-bottom: 15px;
  font-size: 45px;
  color: #711843;
}

.carousel .carousel-item .banner-caption .btn {
  margin-right: 20px;
  margin-top: 20px;
}

.test-1 {
  left: 100px;
}

.test-2 {
  right: 130px;
}
.test-2 h1{
  line-height: 48px;
  font-size: 35px!important;
}
.sec-feature .feature-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  -moz-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  padding: 45px;
  border: 1px solid #cecece;
  text-align: center;
  min-height: 296px;
  position: relative;
}

.sec-feature .feature-box i {
  display: inline-block;
  font-size: 46px;
  color: #17a2b8;
}

.sec-feature .feature-box .feature-icon {
  margin-bottom: 10px;
}

.about-cont h2 {
  padding-bottom: 0;
}

.about-cont li {
  padding-right: 30px;
  text-align: center;
}
.about-cont p{
  font-size: 16px;
    line-height: 28px;
    text-align: justify
}
.cont-num {
  font-size: 40px;
  line-height: 50px;
  color: #17A2B8;
}

.line-border {
  width: 60px;
  height: 2px;
  display: block;
  background-color: #908c8b;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-banner {
  background: #c5c5c5;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
/*  min-height: 400px;*/
  
}

.sec-treatment {
  padding-top: 4em;
/*  margin-top: -405px*/
}
.sec-treatment h2{
    text-transform: uppercase;
    padding-bottom: 40px;
}
.sec-service{
  padding: 0 0 4em 0;
    background: #f7f7f7
}
.sec-service .sp-line{
  background: #fff;
}
.sec-service img{
  height: 231px;
}
.sec-service .service-img {
  position: relative;
}

.sec-service .service-box:hover .service-img:after {
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
}

.sec-service .service-txt {
  padding: 30px;
  background: #f9ffec;
/*  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);*/
  border: 1px solid #d0d0d0;
/*  min-height: 330px;*/
}

/*
.sec-service .service-txt h3:hover {
  color: #711843;
  cursor: pointer;
}
*/
.small-heading p{
  color: #fff;
}
.sec-service .service-box {
  -webkit-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  -moz-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  background-color: #fff;
}
.sec-service .service-box h3{
  color: #236c41;
    font-size: 18px;
}
.service-section .service-img {
  padding: 5px;
  border: 1px solid #cecece;
  margin-bottom: 30px;
}

.sec-diseases {
  background-color: #cecece;
}
.team{
    padding: 0 0 4em 0;
    background: #f7f7f7;
}
.sec-diseases .single-team {
  position: relative;
   overflow: hidden;
}

.sec-diseases .team-thumb img {
  border: 1px solid #dadada;
}

.sec-diseases .team-thumb {
  position: relative;
  margin-bottom: 20px;
}

.sec-diseases .team-content {
  position: absolute;
  bottom: -140px;
  left: 0;
  /*background: linear-gradient(90deg, rgba(12,184,182,1) 0%, rgba(11,145,144,1) 75%); */
  background-color: #17A2B8;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  min-height: 200px;
}

.sec-diseases .single-team:hover .team-content {
  bottom: 0;
}

/*ABOUT PAGE
--------------------------------------*/
.sec-member img {
  width: 200px;
}

.sec-member {
  text-align: center;
}

.member-cover {
  border: 2px solid #17A2B8;
  padding: 15px;
}

.member-cover .member-logo {
  /*background-color: #F5951C;*/
}

.myaccordion .card-body ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.myaccordion .card-body ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #17A2B8;
}

.myaccordion .btn {
  min-width: 300px;
  text-align: left;
}
/*------------------------------------------*/

nav > .nav.nav-tabs{
  border: none;
  color:#fff;
  background:#272e38;
  border-radius:0;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
  padding: 10px 25px;
  color:#fff;
  background:#17A2B8;
  border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -53px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #F5951C ;
}
.tab-content{
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top:5px solid #F5951C;
  border-bottom:5px solid #F5951C;
  padding:30px 25px;
}

.tab-pane {
  padding: 10px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #F5951C;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.nav-tabs {
  border-bottom: none; 
}

.tab-pane ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.tab-pane ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #17A2B8;
}

/*-----------------------------------------*/
.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-body {
  border: 1px solid #ebebeb;
}

.myaccordion .card-header {
  border-bottom-color: #cccccc;
  background: #ebebeb;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  color: #000;
  padding: 0;
  border: none;
  background-color: transparent;
}

.myaccordion .btn:hover {
  background: transparent;
}

.myaccordion h2 {
  padding-bottom: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

/*CONSULTING HOSPITALS
--------------------------------------*/
/*
.consult-box {
  padding: 0 0 15px 0;
  border: 1px solid #000;
  text-align: center;
  height: auto;
}
*/

.consult-box:hover {
  /*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/
/*  border-color: #b63674;*/
}

.consult-box .consult-logo {
/*  width: 170px;*/
  margin: 0 auto;
  margin-bottom: 20px;
}

.consult-box h5 {
  font-size: 22px;
  line-height: 30px;
  color: #236c41;
}
.consult-box{
    text-align: center;
  color: #333;
    padding-bottom: 20px;
    order: 1px solid #d0d0d0;
    background: #f9ffec;
    border-bottom: 5px solid #236c41;
  transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
    border-radius: 5px;
}
.consult-box i{
    padding-right: 10px
}
.consult-box:hover{
   
/*         border-bottom: 5px solid #236c41;*/
}
.consult-box:hover p{
    color: #95d026;
}

/*GALLERY PAGE
--------------------------------------*/
.list-service li a {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  margin-bottom: 25px;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  border-left: 8px solid #17A2B8;
  color: #000;
}

.gallery-section p {
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center;
}

/*CONTACT PAGE
--------------------------------------*/
.contact-box {
  position: relative;
  padding-left: 65px;
  margin-bottom: 40px;
}

.contact-box a {
  color: #616161;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.contact-box a:hover{
    color: #95d026
}
.contact-icon {
  position: absolute;
  top: 5px;
  left: 0;
  height: 42px;
  width: 42px;
  border: 1px solid #908c8b;
  line-height: 42px;
  text-align: center;
}

.contact-icon i {
  font-size: 20px;
  color: #95d026;
}

.page-banner {
  margin-top: 110px;
  padding: 20px 0;
  position: relative;
}

.page-banner-txt {
  text-align: center;
  margin-top: -110px;
  margin-bottom: 20px;
}

.review-sec {
  background-color: #383838;
    position: relative;
}
p.th1{
  color: #e0e0e0;
}
.textibox p{
  color:#666
}
.textibox img{
    width: 70px!important;
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 999;
}
.section-testimonial {
  /*background-color: #fff;*/
  padding: 60px 30px;
  /*min-height: 439px;*/
}

#section-service .owl-nav button.owl-prev,
#section-service .owl-nav button.owl-next,
#section-testimonial .owl-nav button.owl-prev,
#section-testimonial .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  height: 40px;
  width: 40px;
    line-height: 40px;
  border: 1px solid #fff;
  text-align: center;
} 

#section-service .owl-nav button.owl-prev,
#section-testimonial .owl-nav button.owl-prev {
  left: -60px;
    outline: none;
}

#section-service .owl-nav button.owl-next,
#section-testimonial .owl-nav button.owl-next {
  right: -60px;
    outline: none;
}
.textibox{
  background-color: #fff;
  padding: 50px 0 50px 0;
    padding-left: 150px;
    padding-right: 30px;
    border-radius: 30px;
}
#section-service .owl-nav button.owl-prev span, 
#section-service .owl-nav button.owl-next span,    
#section-testimonial  .owl-nav button.owl-prev span,
#section-testimonial  .owl-nav button.owl-next span {
  font-size: 40px;
  line-height: 30px;
  color: #fff;
}

/*----------------SERVICE PAGE-------------*/
.service-content ul li {
  position: relative;
  padding-left: 25px;
}

.service-content ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #F5951C;
}

/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
     .aboutpage{
        background: #1a5e36!important;
    }
    .bannerimg {
        max-width: 400px;
    }
    .navbar-brand img {
    width: 145px;
}
    .navbar-expand-md .navbar-nav .nav-link {
        margin: 0 5px;
        font-size: 16px;
    }
    
    .test-2 {
        right: 0px;
    }
    
    .test-1 {
        left: 15px;
    }
    
    .sec-diseases .team-content {
        bottom: -190px;
        min-height: 248px;
    }
/*
    .consult-box .consult-logo {
        width: 120px;
    }
*/
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
   
    .textibox {
        padding: 30px 0;
    padding-left: 126px;
     
    }
    .teambox h3 {
        font-size: 16px!important;
    }
    .teambox img {
        max-width: 290px!important;
    }
     .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
    }
    .bannerimg {
        max-width: 333px;
        right: 70px;
    }
    .bannerimg {
        right: 30px 
    } 
    .sec-service .service-txt {
    padding: 15px;
    }
    .line-border {
    margin-top: 10px;
    margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .appointmentpage img{
        display: none
    }
    .aboutusinner h3{
            margin-top: 5px;
    }
    .aboutusinner h4{
        padding-bottom: 5px!important;
    }
    .aboutusinner h1{
        font-size: 22px;
    }
    
    .aboutusinner p:last-child{
        padding-bottom: 0
    }
    .copyright-content p{
        text-align: center;
    }
    .copy{
        text-align: center!important
    }
    .bannerimg {
        max-width: 200px;
        right: 80px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        line-height: 36px;
        padding: 0 20px;
        line-height: 36px;
        background: #eee;
    }
    .navbar-toggler{
        font-size: 28px;
        color: #236c41
    }
    .topheader{
        display: none
    }
  h1 {
    font-size: 18px;
    line-height: 26px;
  }

  h2 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 20px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

/*
  section {
    padding: 40px 0;
  }
*/

  .btn {
    padding: 5px 15px;
  }

  .navbar-brand {
    width: 160px;
    position: static;
    padding-left: 25px;
   }
   
   .navbar-brand p {
       font-size: 12px;
       line-height: 20px;
   } 
   
   .head-tab {
       display: none;
   }
   
   .carousel {
        margin-top: 97px;
    }
    
    .carousel .carousel-item .banner-caption {
        margin-top: -66px;
    }
    
    
    .carousel .carousel-item .banner-caption h1 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .carousel-indicators {
        display: none;
    }
    
    .btn-2 {
       display: none;
    }
    
    .sec-diseases .single-team {
       margin-bottom: 20px;
    }
   
    #section-service .owl-nav button.owl-prev,
    #section-testimonial .owl-nav button.owl-prev {
      left: 0px;
      top: 80%;
    }
    
    #section-service .owl-nav button.owl-next,
    #section-testimonial .owl-nav button.owl-next {
      right: 0px;
      top: 80%;
    }
    
    #section-service .owl-nav button.owl-prev,
    #section-service .owl-nav button.owl-next {
      border: 1px solid #000;
    }
    
    #section-service .owl-nav button.owl-prev span, 
    #section-service .owl-nav button.owl-next span {
      color: #000;
    }
    
    .consult-box {
      margin-bottom: 20px;
    }
    
    .page-banner {
        background-color: #17a2b8;
        margin-top: 97px;
    }
    
    .page-banner img {
        display: none;
    }
    
    .page-banner-txt {
        margin-top: 20px;
    }
    
    nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
        padding: 10px 2px;
        border-right: 1px solid #fff;
    }
    
    .member-cover {
        margin-top: 30px;
    }
    
    .footer-wrap {
       margin-bottom: 20px; 
    }
    
    .footer {
        padding: 40px 0;
    }
    
    .footer-button {
        width:100%;
        background-color: #F5951C;
        padding:10px 0;
        position:fixed;
        bottom:0;
        z-index:20;
        display:block;
    }
    
    .footer-button a {
        color:#fff;
    }
    
    .copyright-content {
/*        margin-bottom: 46px;*/
    }
  
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .navbar{
        padding-right: 0!important;
    }
    .navbar-brand img {
        width: 145px;
        margin-left: 30px;
    }
     .bannerimg {
        max-width: 160px;
        right: 30px 
    } 
    .textibox{
        padding: 20px 15px!important;
        border-radius: 0
    }
    .textibox img{
        display: none!important;
    }
}
@media (max-width: 430px) {
    .aboutusinner h2 {
        font-size: 35px!important;
    }
     .buttons {
        left: 11%;
        top: 75%;
    } 
    .bannerimg {
        max-width: 130px;
        right: 30px;
        top: 10px;
    } 
}
@media (max-width: 331.98px) {
      .bannerimg {
        max-width: 100px;
    } 
}

.banner-caption h2{
  font-size: 26px;
  padding-bottom: 10px;
}

.banner .carousel-control-prev-icon{
  position:absolute;
  left: 30px;
  width: 30px;
  height: 30px;
}
.banner .carousel-control-next-icon{
	 position:absolute;
	right: 30px;
  width: 30px;
  height: 30px;	
    font-size: 18px
}
.sec-about {
  padding: 3.5em 0;
  background: #ffffff;
}
.sec-about h2 {
    font-size: 28px;
  padding-bottom: 20px;
text-align: left
}
.vision {
  background-color: #711843;
  width: 100%;
  padding: 15px;
  display: flex;
  margin-bottom: 30px;
  position: relative;
  border-radius: 30px 0 0 30px;
  margin-top: 40px;
}
.imgbox{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
}
.imgbox img{
  width: 50px;
}
.vision h2{
  font-size: 30px;
  color: #fff;
  padding: 25px 30px;
}
.vision i{
  position: absolute;
  right: 35px;
  top: 35px;
  color: #fff;
  font-size: 25px;
  width: 36px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  background-color: #b63674;
  transition:0.5s ease;
  -moz-transition:0.5s ease;
  -webkit-transition:0.5s ease;
  box-shadow: 0 15px 20px #33333325;
}
.vision:hover i{
  right: -13px;
}
.sec-consult{
  padding: 4em 0;
}
.info p{
  margin-bottom: 15px;
  line-height: 26px;
}
.info a{
  background: #1a5e36;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  transition:0.5s ease;
  -moz-transition:0.5s ease;
  -webkit-transition:0.5s ease;
}
.info a:hover{
  color: #fff;
   background: linear-gradient(90deg, rgb(149, 208, 38) 0%, rgb(35, 108, 65) 75%);
}
.info a i{
  font-size: 12px;
  margin-left: 5px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 30px;
  height: 30px;
}
.text-pink{
  color: #236c41;
}
.wthsapp{
  position: relative; 
}
.wthsapp img{
  position: fixed;
  width: 50px;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  animation: whatsapp;
  animation-duration: 2s;
animation-iteration-count: infinite;
}
@keyframes whatsapp{
    0 {
        transform: scale(1.0);
    }
    
    75% {
        transform: scale(1.3);
    }
    
    100%{
       transform: scale(1.0); 
    }
}
.footer h2{
  font-size: 28px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.topheader{
  background:#1a5e36;
  text-align: right;
  padding: 3px 0;
}
.emialbox ul{
    color: #ffffff50;
    line-height: 35px
}
.emialbox ul li{
  padding: 0 15px;
}
.emialbox i{
  color: #fff;
  font-size: 16px;
  padding-right: 8px;

}
.emialbox ul li a: hover{
  color: ;
}
.socialicon ul li i{
  color: #fff;
  font-weight: 300;
  padding-right: 8px;
  padding-left: 15px;
  transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.topheader ul li{
  display: inline;
    line-height: 35px
}
.topheader ul li a{
  color: #fff;
    font-size: 15px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.topheader ul li a i{
    color: #fff;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.topheader ul li a:hover i{
    color: #95d026;
}
.teambox{ 
    margin-bottom: 18px;
    text-align: center;
    background: #f9ffec;
    border: 1px solid #00000015;
    padding: 40px 15px;
    box-shadow: 10px 10px 10px #aaaaaa60;
    border-bottom: 5px solid #236c41;
    border-radius: 0 0 6px 6px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.teambox:hover{
    box-shadow: none;
     border-bottom: 5px solid #fff;
}

.teambox img{
    max-width: 320px;
    margin-bottom: 15px;
      box-shadow: 2px 2px 10px 5px #aaaaaa15;
      border-radius: 50%;
}
.teambox h1{
    font-size: 28px;
    color: #236c41;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.teambox:hover h1{
    color: #236c41;
}
.teambox h3{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333;
    padding-bottom: 0px;
}
.teambox p{
    font-size: 18px;
  color: #666;
}
.teambox a button{
    width: 120px;
    padding: 5px 5px;
    background: #236c41;
    border: none;
    margin-top: 15px
}
.teambox:hover button{
    background: #95d026;
}
.section-testimonial{
    text-align: left
}
.section-testimonial h4{
    font-size: 20px;
    color: #246b3f;
    padding-top: 20px
}
.section-testimonial p{
/*    width: 90%;*/
    margin: auto;
    text-align: left;
}
.aboutpage{
    height: 120px;
    padding-top: 25px;
    width: 100%;
    background: url(../images/innerbanner.jpg) right no-repeat;
    background-size: cover;
}
.aboutpage h1{
    text-align: left;
    font-size: 24px;
    color: #fff;
}

.aboutpage ul li{
    display: inline;
      color: #fff;
    line-height: 28px;
    font-size: 14px;
}
.aboutpage ul li a{
      color: #95d026;
}
.aboutpage ul li a:hover{
    text-decoration: underline
}
.aboutpage ul li i{
    margin: 0 5px;
    font-size: 10px;
      color: #95d026;
}
.aboutusinner{
    padding: 4em 0;
}
.aboutusinner h1{
  margin-bottom: 20px;
}
.aboutusinner h2{
  text-align: center;
    font-size: 40px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
}
/*.aboutusinner h2:after{
    position: absolute;
    content: '';
    background: #ccc;
    height: 3px;
    width: 100px;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto
}*/
.aboutusinner h3{
    text-align: center;
    font-size: 28px;
    margin-top: 0;
    color: #908c8b;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.aboutusinner h4{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    color: #236c41;
    padding-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}
.aboutusinner p{
    padding-bottom: 20px;
    line-height: 32px;
    text-align: justify
}
.aboutusinner img{
    border-radius: 20px;
}
/* Team */
.ourteam{
  text-align: left;
  
}
.pdt60{
  margin-top: 60px;
}

.ourteam h2{
  text-align: left;
  padding-top: 20px;
}
/*.ourteam img{
  border: 1px solid #fff;
}*/
.ourteam h2:after{
  left: 0;
  margin: 0;
  top: 75px;
}
.ourteam h3{
  text-align: left;
}
.ourteam h4{
    text-align: left;
    
}

.ourteam p.p1{
  padding-bottom: 10px!important;
  font-weight: bold;
}
.sec-contact{
  padding: 4em 0;
}
.appointmentpage{
  padding: 5em 0 0 0;
}

.appform {
    max-width: 700px;
    margin: auto;
    background-color: #eee;
    padding: 25px;
    box-shadow: 10px 10px 5px #aaaaaa60;
/*    border: 1px solid #236c41;*/
}
.appform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.appform form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    border-radius: 3px;
/*    border-bottom: 1px solid #666;*/
    padding: 12px 10px;
    margin-bottom: 20px;
   
}
.appform form input::placeholder{
    color: #666!important;
}
.appform form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.appform form textarea{
    display: block;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
       border: none;
/*    border-bottom: 1px solid #666;*/
    padding: 8px 10px;
    height: 100px;
    padding: 10px;
}
.appform form textarea::placeholder{
    color: #666!important;
}
.appform form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.appform form button{
    width: 150px;
    height: 35px;
    border-radius: 3px;
    background-color: #236c41;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.appform form button:hover{
    background: linear-gradient(90deg, rgb(149, 208, 38) 0%, rgb(35, 108, 65) 75%);
    color: #fff;
    text-decoration: none;
}
.fixed-top {
  height: 126px;
}
.fixed-top img{
  width: 120px;
}
.fixed-top .menu ul.navbar-nav {
    padding-top: 15px;
}

/*nikita ourteam*/
.content-n {
  text-align: left;
  
}
.content-n .faras ul li{
   
}
.content-n h1{
  text-align: left;
  padding-bottom: 15px;
  padding-top: 50px;
  font-size: 30px;
}
.content-n ul li{
    
    display: inline-flex;
    border-radius: 5px;
  list-style: none;
  margin-right: 2%;
  margin-bottom: 15px;
  padding: 10px 20px;
  background-color: #00000015;
  border-bottom: 1px solid #1a5e36;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}
.content-n ul li i{
    color: #fff;
    margin-right: 10px;
    background: #95d026;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.content-n ul li:hover{
    background: #266a41;
    
}

.content-n ul li:hover i{
    transform: rotate(180deg) scale(1.2);
    -webkit-transform: rotate(180deg) scale(1.2);
    -moz-transform: rotate(180deg) scale(1.2);

}
.content-n ul li a{
  color: #666;
  font-size: 20px;
    font-weight: 600;
    display: block;
    
}
.content-n ul li:hover img{
  
}
.content-n ul li:hover a{
    color: #fff;
}
.content-n img{
  border-radius: 0;
  width: 60px;
  padding: 7px;

  border-radius: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #95d026;;
  margin-right: 25px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}

.profileabt {
  text-align: center;
}
.profileabt a{
  margin-top: 25px;
  font-size: 22px;
   font-family: 'Oswald', sans-serif;
}
.sideserv ul{
    margin-bottom: 0;
    margin-top: 15px
}
.sideserv h2{
    font-size: 32px;
    padding-top: 0
}
.sideserv ul li{
    list-style: none;
        background-color: #00000015;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
     transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.sideserv ul li a{
    display: block;
    color: #616161;
     transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.sideserv ul li i{
    color: #fff;
    margin-right: 10px;
    background: #95d026;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.sideserv ul li:hover{
    background: #266a41;
    
}
.sideserv ul li.active{
     background: #266a41;    
}

.sideserv ul li:hover a{
    color: #fff;
}
.sideserv ul li.active a{
    color: #fff;
}
.sideserv ul li:hover i{
    transform: rotate(180deg) scale(1.2);

}
.sideserv ul li.active i{
    transform: rotate(180deg) scale(1.2);

}
.servcnt{
    padding-right: 30px
}
.servcnt h2{
    font-size: 32px;
    padding-top: 0
}
.servcnt img{
    max-width: 100%;
    margin: 30px 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.servcnt img:hover{
    
}
.servcnt ul li{
    list-style: none;
    line-height: 40px;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
}
.servcnt ul li i{
    font-size: 14px;
    padding-right: 8px;
}
.text-orange{
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.owl-dots{
    display: none;
}
.fir{
    font-family: 'Open Sans', sans-serif!important;
    color: #ccc!important;
}
.btns {
    display: inline-flex;
}
.btns button{
    width: 100%;
    padding: 5px 20px;
    border: none;
    background: #95d026;
    font-weight: 500;
   font-family: 'Open Sans', sans-serif!important;
}
.doctor{
    background: #00000012;
    margin-top: 50px;
}
.doctor h2{
    font-size: 28px;
    text-align: center
}
.gallerypage {
    padding: 3em 0;
}
.gallerypage img{
    border-radius: 20px;
    border-bottom: 5px solid #1a5e36;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallerypage img:hover{
    border-bottom: 5px solid #95d026;
}
.video{
    margin: 20px 0;
    background: #1a5e36;
    padding: 5px;
    cursor: pointer
}
.video
.testipage{
    padding: 4em 0;
}
.testipageinn{
    background: #00000010;
    margin: 20px 0;
}
.testipageinn p{
    line-height: 28px;
}
.testipageinn img {
    left: 55px!important;
    top: 70px
}
.testipageinn h4{
    padding-top: 15px;font-size: 22px;
}
.testibtn{
    text-align: center;
    margin: auto;
}
.blogpage{
    padding: 4em 0
}
.blogbox{
    text-align: center;
}
.blogboxtext{
    padding: 15px 0;
    background: #00000012
}
.blogboxtext h3{
    font-size: 22px;
}
.blogboxtext p{
    padding:10px 12px 0 12px; 
}  
.blogbox img{
    border: 1px solid #00000015
}
.testipagem{
    padding: 4em 0;
}
.gallerypage{
    text-align: center;
}
.gallerypage h4{
    color: #666
}
.servcnt video{
  width: 100% !important;
}
.hsghiik{
  background: url(../images/services/background.jpg);
  margin: 60px 0;
  background-position: 100% 100%;
}
.sfs h2{
  color: #fff;
}










