@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
body{
	font-family: 'Poppins', sans-serif;
	color: #2B2B2B;
}
a{
	color: #2B2B2B;
	text-decoration: none;
}
a:hover{
	color: #ff8367 !important;
	text-decoration: none;
}
.top-head{
	background: #ecf4f3;
	font-size: 14px;
    padding: 7px 0;
}
   
.main-button{
	background: #ff8367;
}
.nav li i{
	color: #348A7B;
	font-size: 18px;
}
.nav li i:hover{
	color: #ff8367 !important;
}
.align-items-center{
	align-items: center;
}
.search-submit{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #ff8367;
    border-radius: 30px;
    white-space: nowrap;
    height: auto;
    max-width: 100%;
    color: #ffffff;
    padding: 1.34375rem 2.5rem;
    border-width: 0 !important;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.search-submit i{
	color: #ffffff !important;
}
.search-submit:hover{
	background: #fac400;
	 color: #ffffff !important;

}
.bottom-head{
	background: #348A7B;
}
.bottom-head .nav li a{
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0;
}

.bottom-head .nav li a.active{
color: #fac400;
}
.bottom-head .nav li a:hover{
color: #fac400 !important;
}
.bottom-head .nav {
	justify-content: space-between;
    flex-wrap: wrap;
}
.bottom-head .nav li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    
}
.bottom-head .nav li:hover a:before {
	top: auto;
    bottom: -25px;
    height: 6px;
    width: calc(100% + 1.5rem);
    background: #fac400;
}
.bottom-head .nav li a.active:before {
	top: auto;
    bottom: -25px;
    height: 6px;
    width: calc(100% + 1.5rem);
    background: #fac400;
}
.page_content_wrap{
	background: #94b9b4;
	overflow:hidden;
	height: 100%;
	min-height: 515px;
	position: relative;    
}
.scene {
  position:absolute;
  bottom:0;
  left:0;
  overflow:hidden;
  right:0;
  height:800px;
}
.scene > div {
  position:absolute;
  bottom:0;
}

.scene > div.clouds {
  width:895px;
  left:50%;
  margin-left:-447px;
  height:253px;
  bottom:250px;
  background:url(https://i.imgur.com/TrxXHWS.png) no-repeat center;
}
.scene div.trees {
      top: auto;
    bottom: -20%;
    right: -50%;
  background:url(../img/layer1.png) no-repeat center;
  z-index: 12;
    color: rgb(255, 255, 255);
    width: 1020px;
    height: 739px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.scene div.grass {
  width:987px;
  height:575px;
  z-index:200;
  left:-20px;
  top:13rem;
  background-size: cover;
  background:url(../img/banner1.png) no-repeat center;
}

.buildings {  
  width:831px;
  height:278px;  
  left:50%;
  margin-left:-400px;
  background:url(https://i.imgur.com/Vz9qf6J.png) no-repeat center;
 }
 .section-gap{
 	padding: 5rem 0;
 }
.main-srvices{
	margin-top:-250px;
	z-index: 9999999;
	padding-bottom:0rem;
}
.service-block{
	background-image: url(../img/background-doctor.jpg);
    background-size: cover;
    position: relative;
    min-height: 600px;
    z-index: -1;
    background-attachment: fixed;
}
.service-box{
background:#ffffff;
    padding: 25px;
    transition: all 0.3s;
    font-size: 13px;
}
.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 20px 0px rgba(0,0,0,0.4);
}
.green-bg-light{
  background: #ECF4F3;
}
.doctor-scroll{
      margin-top: -125px;
      padding-top: 7rem !important;
}
.work-wrap .text, .work-wrap .img {
  width: 50%; }
  @media (max-width: 767.98px) {
    .work-wrap .text, .work-wrap .img {
      width: 100%; } }

.work-wrap .img {
  height: 550px; 
  background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.work-wrap .text {
  /*background: #fff3f1;*/
}
  .work-wrap .text h2 {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .work-wrap .text h2 {
        font-size: 40px; } }
.img-responsive{
  width: 100%;
}
.health-scheme-promo{
  padding: 5rem;
    background-image: url(../img/product-promo.png);
    background-size: cover;
    position: relative;
    min-height: 250px;
    justify-content: space-between;
}
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #348a7b;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 30px;
    opacity: 1;
}
.banner-head{
  z-index: 99999999999999999999999999999;
}
section h2{
  color: #348A7B !important;
  line-height: 1.111em;
  font-family: "Poppins",sans-serif;
    font-size: 3.375rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.111em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.0045em;
   
}

.accordion-header{
  color:#333333;
    font-size: 20px;
    font-weight: 400;
    padding: 2.75rem 4.6875rem 2.75rem 2.5625rem;
    position: relative;
  }

  .accordion-header button{
    padding:0;
    background: transparent;;
  }
section h3{
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 2px solid #f1f3f6;
  }
  .post-date{
    padding: 0.4375rem 0.9375rem;
    border-radius: 3px;
    background-color:#348a7b;
    position: absolute;
    z-index: 1;
    bottom: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    min-width: max-content;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
  }
.entry-title{
  font-family: "Poppins",sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.27em;
    text-decoration: none;
    text-transform: none;
    color: #ff8367;
    margin-top:15px;
    letter-spacing: 0px;
}
.entry-title a{
  color: ##ff8367;
}
.post-meta{
  font-size: 12px;
    line-height: inherit;
    font-weight: normal;
    
}
.post-meta a{
  padding: 5px 7px;
}
footer p{
  color: #6f7987;
  font-size: 16px;
}
footer h4{
font-family: "Poppins",sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 1em;
    margin-bottom: 1.5em;
    color: #6f7987;
}
footer ul{
padding-left: 0px;
}
footer ul li{
  list-style-type: none;
}
footer ul li a{
  color: #6f7987;
}
footer i{
  color: #ff8367; 
  margin-top: 5px;
  font-size: 16px;
  padding-right: 7px;
}
.breadcrumb{
  background:#d6197d;
}
.title-caption{
  font-family: "Poppins",sans-serif;
    font-size: 3.375rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.111em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.0045em;
    color: #ffffff;
}
.bread-des{
  min-height: 200px;
justify-content: space-between;
align-items: center;
}
.bread-des ul{
  padding-left: 0;
  list-style: none;
}
.bread-des ul li{
  float: left;
color: #ffffff;
padding-left:5px;
}
.bread-des ul li a{
      color: #ffffff !important;
}
.bread-des ul li a.current{
   color: #fac400!important;
}
.service-details-box{
background-color: #f1f3f6;
    border-radius: 3px;
    padding: 3.5rem;
    transition: all 0.3s;
    overflow: hidden;
  }
.sc_services_item_info {
    position: relative;
    top: 0;
    padding: 1.3125rem 0 0;
    transition: all 0.3s;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
.service-details-box:hover{
  background: #348A7B;
  color: #fff;
}
.service-details-box:hover .sc_services_item_info {
    top: -8rem;
}
.service-details-box:hover .entry-title{
  color: #ffffff;
}
.service-details-box svg,
.service-details-box path{
  color: #fff;
    height: 60px;
    fill: #348a7b !important;
}

.service-details-box rect{
   fill: #348a7b !important;
 }

.service-details-box:hover svg,
.service-details-box:hover path,
.service-details-box:hover rect{
  fill: #ffffff !important;
  }
  .service-details-box p{
  overflow: hidden;
 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-details-box:hover p{
  -webkit-line-clamp: initial;
}
.grid {
  position: relative;
  clear: both;
width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 100%;
  max-width: 100%;
  max-height:450px;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  /*word-spacing: -0.15em;*/
 font-weight: bold;
 color: #ffffff !important;
    font-size: 36px;
}

.grid figure h2 span {
 font-weight: normal;
    font-size: 24px;
    display: block;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */
figure.effect-goliath {
 background: rgb(52 138 123);
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;

    text-align: left;
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
  background: #fac400;
    font-size: 20px;
}

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0,-80px,0);
  transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0,-150px,0);
  transform: translate3d(0,-150px,0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mid-head{
  text-align: center;
      line-height: 1.32em;
          font-family: "Poppins",sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #fac400;
    font-style: normal
}
.add-box{
  padding: 15px;
}
.add-box p{
  color: #696a6e;
}
.price-box-head{
  background-color: #f1f3f6;
    padding: 0 3.125rem 3.75rem;
  }
.item-info-box{
  background-color: #ff8367;
    padding: 3.0625rem 3.125rem;
    text-align: left;
    margin: 0 -3.125rem;
  }
  .item-info-box h3{
  font-family: 'Kalam', cursive;
  color: #348A7B;
    font-size: 2.25rem;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 15px;
    border-bottom: 0;
}
.item-price{
color: #ffffff;
    font-size: 3.375rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
  }
  .price-before{
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
  }
  .price-box-head ul{
    margin:20px 0;
  }
   .price-box-head  .search-submit{
    display: inline-block;
   }
   .about-des{
    padding-left: 25px;
   }
   .about-des h3{
font-family: "Poppins",sans-serif;
    font-size: 3rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.17em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.005em;
    border-bottom: 0px;
    margin: 0;
    padding-bottom: 0;
    margin-top:-1.347em;
   }
    .about-des p{
      margin-bottom: 0;
      margin-top: 0.625rem;
      color: #696a6e;

    }
     .about-des ul{
 list-style: none;
     }
     .about-des ul li{
      width: 48%;
    float: left;
    padding-right: 15px;
    position: relative;
     }
     .about-des li::before {
      content: "";
      background:  #f8bd43;
      display: block;
    width: 10px;
    height:10px;
    line-height: 0px;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: -20px;
    border-radius: 50%;
     }
  .mission-box .service-box{
    background: #f1f3f6;
    min-height: 280px;
  }
  .info-section {
    /*padding-left: 5rem;*/
  }
  .info-section h3{
    font-size: 2rem;
    margin-bottom: 0;
  }
 .info-section p i{
  
    font-size: 16px;
    margin-top: -10px;
    display: block;
    color: #ff8367;

  }
.sub-head{
 font-size: 20px;
 margin-bottom: 6px;
 color: #348A7B;
}
.iso{
  margin-bottom: 15px;
      display: inline-block;
      padding:15px;
      font-size: 13px;
}
.justify-content-space-between{
  justify-content: space-between;
}
.emboss{
  position: absolute;
    width: 60px;
    z-index: 9;
    top: 18px;
    left: 28px;
    opacity: 0.4;
    filter: blur(1px);
}
.service-box p{
   z-index: 99;
   position: static;
}
.enquire-up-link{
background: #ff8367;
    color: #fff;
    border-radius: 30px;
}
.enquire-up-link i{
   color: #fff !important; 
}
.enquire-up-link:hover{
   background: #fac400 !important;
    color: #fff !important; 
}
/*  Responsive  */
@media screen and (max-width: 1400px) {
 .mission-box .service-box{
   min-height: 215px;
    font-size: 14px;
    padding: 25px;

  }
  .about-des li{
    padding-right: 20px;
    font-size: 14px;
  }
  .about-des li::before{
    left:-13px;
  }
  .scene div.trees {
    top: auto;
    bottom: -3%;
    right: -17%;
    background: url(../img/layer1.png) no-repeat left center;
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 650px;
    height: 500px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    background-size: cover;
}
}
/*testimonial*/
.testimonials-wrap {
      padding: 40px 0;
    }
    .heading-section {
      text-align: center;
    }
    .sub-heading {
     
        font-size: 12px;
        display: block;
        font-weight: 600;
        color: #606060;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .heading-section h2 {
      color: #348A7B !important;
    line-height: 1.111em;
    font-family: "Poppins",sans-serif;
    font-size: 3.375rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.111em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.0045em;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .testimonial-box {
        display: block;
        position: relative;
        padding: 30px 20px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.03);
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    }
    .user-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: relative;
      min-width: 80px;
      background-size: 100%;
    }
    .carousel-testimonial .item {
      padding: 30px 10px;
    }
    .quote {
      position: absolute;
        top: -23px;
        color: #2e9da1;
        font-size: 35px;
    }
    .name {
      margin-bottom: 0;
        line-height: 14px;
        font-size: 17px;
        font-weight: 500;
    }
    .position {
      color: #adadad;
      font-size: 14px;
    }
    .carousel-testimonial .owl-nav {
      text-align: center;
    }
    .carousel-testimonial .owl-nav button.owl-next, 
    .carousel-testimonial .owl-nav button.owl-prev {
        padding: 0 12px !important;
    }
    .carousel-testimonial .owl-nav button {
      outline: none;
      padding: 0;
    }
    .carousel-testimonial .owl-nav button.owl-next span, 
    .carousel-testimonial .owl-nav button.owl-prev span {
      display: block;
        font-size: 40px;
        width: 25px;
        height: 25px;
        vertical-align: 0px;
        line-height: 16px;
    }
    .carousel-testimonial .owl-nav button.owl-next.disabled, 
    .carousel-testimonial .owl-nav button.owl-prev.disabled {
      opacity: 0.5;
    }
.item-block-info{
    background-image: url(../img/feature1.png);
    padding:15px;
    position: relative;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s;
    z-index: -2;
    height:170px;
}
.item-block-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 20px 0px #00000066;
}
.sc_action_item_inner {
    max-width: calc(70% + 25px) !important;
    padding: 2.5rem 2.5rem 2.1875rem 1.25rem !important;
    overflow: hidden;
    text-align: left;
   
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
    height: 100%;
}
.sc_action_bg_color{
     background-color: #F65B5F !important;
     transform: translateY(-50%);
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 30%;
  
    width: 29.625rem;
    height: 29.625rem;
    line-height: 0;
    border-radius: 50%;
}
.sc_action_item_description {
    color: #fff;
    font-size: 1rem;
    line-height: 1.375rem;
    position: relative;
}
.sc_action_item_description span:before{
    content:'';
    width:10px;
    height:10px;
    background:#ffffff;
    border-radius:50%;
    position: absolute;
    left: -15px;
    top: 6px;
}