*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  line-height: 1;
}
:focus {
   ouline:0;
   border:0;
}
body{
  width:100%;
  /*overflow-x: hidden !important;*/
  font-family: 'Candara', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style:scrollbar;
/*    -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  -moz-osx-font-smoothing:grayscale;
*/
  line-height: 1;
  color: #5d5d5d;
  font-size: 17px;
  background: #fff;
}
@font-face {
  font-family: "Candara";
  src: url(../fonts/Candara.ttf) format("truetype");
}
@font-face {
  font-family: "Candarab";
  src: url(../fonts/Candarab.ttf) format("truetype");
}
header{
  display: block;
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
}
img{vertical-align: bottom;width:100%;height:auto;}
.clear{clear: both;}
.center{text-align: center;}
.top-header-wrapper{
  background: #c2c2c2;
  line-height: 40px;
  position: relative;
  font-size: 13px;
  padding: 5px 0;
}
.top-header-wrapper .grid{overflow: visible;}
.top-header-wrapper:after{
  content: "";
  /*background: url('../images/shadow.png') center center no-repeat;*/
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 27px;
}
.top-header-wrapper span{
  display: inline-block;
  line-height: inherit; 
  color: #44413a;
  letter-spacing: 0.03em;
}
.top-header-wrapper span:first-child:after{
  content: "|";
  position: relative;
  top: -1px;
  color: #44413a;
  left: 2px;
}
.top-header-wrapper .top-social{text-align: right;}
.top-header-wrapper .top-social a{
  border-radius: 100%;
  background: #cccccc;    
  display: inline-block;
  width: 22px;
  margin-left: 2px;
  font-size: inherit;
  text-align: center;
  line-height: 22px;
  color: #44413a;
}
@media only screen and (max-width: 643px){
  .top-header-wrapper {line-height: 25px;}
  .top-header-wrapper .col-10-12{width: 100% !important;}
  .top-header-wrapper .col-2-12{width: 100% !important;}
  .top-header-wrapper .top-social{text-align:left !important;}
}
@media only screen and (max-width:643px){.top-header-wrapper{padding-bottom: 5px;}}
@media only screen and (max-width:340px){.top-header-wrapper span {letter-spacing: 0em;}}
@media only screen and (max-width:324px){.top-header-wrapper span {font-size: 12.5px;}}


/***************logo + nav******************************/
/*.reponsive{padding-bottom: 0;}*/
.bottom-header{
  font-size: 0; 
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.bottom-header:after{
  content: '';
  /*background:url('../images/shadow-nav.png') center top no-repeat;*/
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;  
  height: 31px;
}
.bottom-header .grid{overflow: visible !important;}
.logo{
  width: 23%;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 0;
  float: left;
}
.logo a{
  display: block;
  max-width:260px;
  width: 90%;
}
.internal-logo a{
  max-width:60px; 
}
.logo img{width: 100%;}
/***********nav *******************/
nav{
  width: 77%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  line-height: 74px;
}
nav .index-nav-l_h{line-height: 260px;}
nav ul{
  float: right;
}
nav ul li{
  float: left;
  margin-left: 15px;
  line-height: 100px;
  position: relative;
}
nav ul li:first-child{
  margin-left:0px;
}
nav ul li a{
  color: inherit;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 7px; 
  color: #6cb044;
  font-size: 16px;
  letter-spacing: 0.05em;
}
nav ul li:before{
  content: '';
  width: 0px; 
  visibility: hidden;
  height: 2px;
  background: #6cb044;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
nav ul li:hover:before,nav ul li.active:before{
  width: 100%;  
  visibility: visible;
}
.dropdown-menu{
  display: none;
  position: absolute;
  top:74px;
  left: 0;
  width:200px;
  background: #fff;
  border: 1px solid #eee;
/*   padding-bottom: 10px; */
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
          box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
ul li:hover .dropdown-menu{
  display: block;
  z-index: 9999;
}

.dropdown-menu li{
  float:none;
  line-height: 40px;
  margin-left: 0;
}
.dropdown-menu li a{display: block;  padding-left: 20px;}
.dropdown-menu li a:before{display: none;}
.dropdown-menu li a:hover:before{visibility: hidden;}
.dropdown-menu li a:hover{background: #eeeded !important;}
.dropdown-menu li:first-child{margin-left:0px;}

/*******************nav responsive****************/
/* menu icon */
#menu-icon, #close-menu {
  display: none; /* hide menu icon initially */
}
@media only screen and (max-width: 921px){
  .slide-inner{ position: initial;}
  .fixed-b{
    position:fixed !important;
    z-index:-1 !important;
    overflow-y:hidden;    
  }
/*  .reponsive{padding-bottom: 100px !important;}*/
  .close-holdr{
    display:block;
    text-align:right;
    padding-right:10px; 
  }
 
}
@media only screen and (max-width: 1160px){
     .nav-wrapper{
    position: relative;
    z-index: 1000000;
  }
    #close-menu{
    position:relative;
    font-size: 15px;
    line-height:0;
    display: inline-block;
    color: #3E8ECC;
    font-weight:300;
    margin-top:30px;
    background:#fff;
    padding:15px;font-weight: 600;
    cursor: pointer;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    }
    #close-menu:hover{
        color:#3E8ECC;
        font-weight: 700;
    }
  /* nav-wrap */
  #nav-wrap {
    position: relative;
  }
  /* menu icon */
  #menu-icon {
    /*padding:10px 0;*/
    cursor: pointer;
    display: block; /* show menu icon */
    text-align:right;
    font-size: 20px;
    color: #3E8ECC;
    line-height: 78px;
    vertical-align:bottom;
  }
  #menu-icon i{
  font-size: 18px;
  color: #3E8ECC;
  vertical-align:middle;
  padding-right:5px;
  }
  /* main nav */
  #nav{
    clear: both;
    position: fixed !important;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    padding:0;
    /*background: rgba(131, 202, 17, 0.9);*/
    background: rgba(255, 255, 255, 0.9);
    display: none; /* visibility will be toggled with jquery */
    overflow:auto;
    z-index:500;
    line-height: 1!important;
   }
   nav ul{text-align: center;}
   nav ul .nav-inner{
    position: relative;
    height: inherit;
    top: 60%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    }
   nav ul li{
    float: none;
    padding: 15px;
    margin-left: 0;
    line-height: 24px;
   }
   
  .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    height:100%;
    background: transparent;
    padding: 0;
    margin: 15px 0 15px 30px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dropdown-menu li {
    position: static;
    line-height: 1!important;
    margin-left: 0px !important;
  }
  .dropdown-menu li a{text-transform: uppercase;font-size: 11px;padding-left: 0;display: inline-block;}
  
}

@media only screen and (min-width: 1161px){
    #nav{display:block !important;}
}
/*REsponsive LOgo+menu*/
@media only screen and (max-width:397px){.logo a {max-width: 160px;}}

/*************************Slider********************************/
.slider{position:relative;}

.white-heading-text{
  color: #fff;
  font-family: "Candara";
  position: absolute;
  font-size: 3.5em;
  text-align: right;
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  background:rgba(0, 0, 0, 0.4);
  padding:20px 35px;
  border-bottom:1px solid #fff;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.7);
}
.but-cp{
  z-index: 11; 
  font-size:1.429em;
  font-weight: bold; 
  /*padding:15px 30px !important; */
  padding: 0.8em 1.8em;
  color:#fff; 
  line-height: 1 !important;
  vertical-align: top;
  border:0.3em solid #fff; 
  letter-spacing:0.05em !important;
  font-family: 'Open Sans', sans-serif;
  background: rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
          box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  /*position: relative;*/
}

/***********************About Us*****************************/
section{padding: 100px 0;}
.orng_text{
  color: #6cb044;
}
p{line-height: 25px;}
a.morebtn{text-transform: uppercase;font-size: 18px;font-weight: 600;display: inline-block;}

.about{padding-bottom:50px;}
.about a.morebtn{margin-top: 60px;}
.about .about_img img{
  width: 100%;
}

.heading{
  font-family: "Candarab";
  font-size: 2.5em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 55px;
}
.about .heading:after{
  content: '';
  position: absolute;
  width: 60%;
  bottom: -10px;
  left: 0;
  height: 3px;
  background: #6cb044;
}
.center .heading:after{
    left: 50%;
    transform: translateX(-50%);
}
.about_text p{ 
  font-weight: 600;
  margin-top: 10px; 
}
.block_home .icon{
  font-size: 30px;
}
/***********************Products****************************/
.product_back{
  background: url("../images/products.jpg");
  background-size: cover;
  padding: 100px 32px;
  text-align: center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  color: #fff;
}
.product_back p{margin-bottom: 30px;}
.product-wrapper{
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background: #6cb044;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.product-wrapper img{
  max-width: 55px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.p_name{
  color: #8e8c85;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  transition: all 0.5s ease;
}
.p_wp:hover .product-wrapper{
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.65);
}
.p_wp:hover .p_name{
  color:#6cb044;
}
.testi { background: #eee;}
.testi p{
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
}
.testi-img{margin-bottom: 40px;}
.testi-img img{
  max-width: 258px;
  width: 100%;
}
footer{
  background: #1f2c5e;
  padding: 100px 0;
      font-family: 'Candara', sans-serif;
}
footer .img-logo{
  max-width: 230px;
}
.footer-heading h5{
  color: #fff;
  font-size: 2.3em;
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 50px;
}
.footer-heading h5:after{
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 30%;
  background: #fff;
  left: 0;
}
.copny-info p{color: #fff; padding-right: 30px;}
.copny-info p a{color: #6cb044;}
/*.footer-wrap>p{
  margin-bottom: 35px;
}*/
.footer-wrap p img{
  float: left;
  max-width: 38px;
  margin-right: 8px;
  margin-bottom: 50px;
}
.footer-wrap p span{
  float: left;
  width: 80%;
  margin-bottom: 15px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  }
.footer-wrap p span a{display: inherit; color: #fff;font-family: inherit; font-size: 15px;margin-top: 6px;margin-left: 4px;}
.quick-links li a{
  display: inline-block;
  float: none;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #fff;

}
.quick-links li a:after{
  content: url(../images/footer-link-img.png);
  position: absolute;
  left: 0;
}
.footer_bottom{
  background: #6cb044;
  text-align: center;
  padding: 15px 0;
}
.footer_bottom span,.footer_bottom span a{
  font-size: 15px;
  color: #fff;
}
.img_border{position: relative;}
.img_border:before{
    content: '';
    position: absolute;
    width: 94%;
    height: 94%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid rgba(255,255,255,0.6);
    z-index: 1;
    left: 3%;
    top: 3%;
    left: calc(20px - 10px);
    top: calc(20px - 10px);
}
.slide-inner {
  height: 250px;
  background: url("../images/inner-img.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.slide-inner:after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100px;
  vertical-align: bottom;
  /*background: url(../images/inner-design.svg) center center;*/
  background-size: cover;
  vertical-align: bottom;
}
.slide-inner:before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 15;
 /* max-width: 60px;
  max-height: 60px;*/
  height: 60px;
  width: 60px;
  transform: translateX(-50%);
  /*background: url(../images/inner-center-icon.svg);*/
  vertical-align: bottom;
}
.slide-inner-text{
  text-align: center;
  margin-top: 100px;

}
.slide-inner-text h3{
  color: #fff;
  display: block;
  font-size: 2.5em;
  text-transform: uppercase;
}
/***************/
.breadcrumbs{
  display:block;
  width:100%;
  font-family: 'Arimo', sans-serif;
  margin-top:30px; 
}
.breadcrumbs span{
  color:#fff;
  font-size:12px;
  vertical-align:middle;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
}
.breadcrumbs span a{color:inherit;}

.abt_imp_text{
  margin-top: -88px;
  background: rgba(108, 176, 68, 0.88);
  padding: 30px;
  margin-left: 50px;
  margin-right: 50px;
}
.abt_imp_text p{color: #fff;text-align: center;padding: 0 20px;font-size: 16px;}


.c-tabs {
  /**/
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
  padding: 12px;
  color: #fff;
  background-color: #b3b3b3;
  text-align: center;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6cb044;
}

.c-tabs-nav__link.is-active {
  color: #6cb044;
  background-color: #e7e7e7;
  border-top: 1px solid #6cb044;
  border-left: 1px solid #6cb044;
  border-right:1px solid #6cb044;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 18px;
}

.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}

/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: #e7e7e7;
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 1.5rem;
}

/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}.c-tabs {
  /**/
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
  padding: 12px;
  color: #fff;
  background-color: #b3b3b3;
  text-align: center;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6cb044;
}

.c-tabs-nav__link.is-active {
  color: #6cb044;
  background-color: #e7e7e7;
  border-top: 1px solid #6cb044;
  border-left: 1px solid #6cb044;
  border-right:1px solid #6cb044;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-tabs-nav__link i {
  font-size: 18px;
}

.c-tabs-nav__link span {
  display: none;
  font-size: 18px;
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .c-tabs-nav__link span {
    display: block;
  }
}

/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: #e7e7e7;
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 70px 0;
}
.c-tabs-nav img{max-width: 25px; margin-bottom: 15px;}

i.cancer,i.aids,i.diabetes,i.aging,i.flu{-webkit-transition: all 0.45s; 
  -moz-transition: all 0.45s; 
  transition: all 0.45s; 
  width: 60px;
  height: 40px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
i.cancer{
  background: url("../images/virus.html") no-repeat center center;
  max-width: 25px;
}
.c-tabs-nav__link:hover i.cancer, .is-active i.cancer{
    background: url("../images/virus-o.html") no-repeat center center;
    max-width: 25px;
}
i.aids{
  background: url("../images/aids.html") no-repeat center center;
  max-width: 25px;
}
.c-tabs-nav__link:hover i.aids ,.is-active i.aids{
    background: url("../images/aids-o.html") no-repeat center center;
    max-width: 25px;
}
i.diabetes{
  background: url("../images/Diabetes.html") no-repeat center center;
  max-width: 25px;
}
.c-tabs-nav__link:hover i.diabetes, .is-active i.diabetes{
    background: url("../images/Diabetes-o.html") no-repeat center center;
    max-width: 25px;
}
i.aging{
  background: url("../images/lilyIcon.html") no-repeat center center;
  max-width: 25px;
}
.c-tabs-nav__link:hover i.aging ,.is-active i.aging{
    background: url("../images/lilyIcon-o.html") no-repeat center center;
    max-width: 25px;
}
i.flu{
  background: url("../images/bacteria.html") no-repeat center center;
  max-width: 25px;
}
.c-tabs-nav__link:hover i.flu , .is-active i.flu{
    background: url("../images/bacteria-o.html") no-repeat center center;
    max-width: 25px;
}

.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}
.mapArea{ 
  width: 100%; 
  position: relative;
  top: 0px;
  overflow: hidden;
  z-index: 0; 
}
#map-canvas {
  width: 100%;
  height: 425px;
  position: relative;
  z-index: -1 !important;
}
/*****************CONTACT*************************/
#contactWrapper input::-webkit-input-placeholder, #contactWrapper textarea::-webkit-input-placeholder {
    color: #000;
    letter-spacing: 1px;
}

#contactWrapper input[placeholder], #contactWrapper textarea[placeholder] {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
}
#contactWrapper input[type="text"], #contactWrapper input[type="email"], #contactWrapper textarea {
    display: block;
    border-top: 0px;
    border-right:0px;
    border-left: 0px;
    border-bottom: 1px solid #6cb044;
    color: #6cb044;
}
#contactWrapper input[type="text"], #contactWrapper input[type="email"], #contactWrapper textarea {
    width: 100%;
    padding: 10px 15px;
}

.error{  color: #6cb044; font-size:13px;}
.success{ 
  color: #fff;
    font-size: 15px;
    background-color: #6cb044;
    text-align: center;
    padding: 20px;
}
#contactWrapper input[type="button"] {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    background: #6cb044;
    border: 1px solid #6cb044;
    color: #eee6bc;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: 30px;
    /* margin-top: 50px; */
}
#contactWrapper input[type="button"]:hover{background: transparent; color: #6cb044;}
#contactWrapper input[type="button"]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
    background: rgba(0,0,0,.3);
}

#contactWrapper input[type="button"]:hover:after{
  width: 100%;
}
.box-services{
  border: 1px solid #e0e3e8;
  padding: 25px 20px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.sidebar-socials li{margin: 15px 0;}
.sidebar-socials a{text-transform: uppercase;}
.sidebar-socials a:hover, .sidebar-socials a:focus {
    color: #6cb044;
}
.sidebar-socials .icon {
    display: inline-block;
    font-size: 13px;
    margin-right: 25px;
    color: #6cb044;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    border: 1px solid #6cb044;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-socials a:hover .icon{
  background: #6cb044;
  color: #fff;
}
.sidebar-socials > li span{
    float: right;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 400;
    color: #889;
    margin-top: 6px;
}
.address,.phone,.email{
  border: 1px solid #6cb044;
  padding: 13px 10px;
  margin: 40px 0;  
}
.address span,.phone span,.email span{font-family: "Candara"; line-height: 24px;overflow-wrap: break-word;}
.block{
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;   

  -webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.add-img{width: 10%;float: left;}
.contact-img-icon{
  float: left;
  width:50px;
}
.contact-icon-text{
  float: left;
  width:calc(100% - 55px);
}
.contact-img-icon img{
  max-width: 35px;
  width: 100%;
}
.add-text{
  width: 90%;
  float: left;
}
.treatment-section .p_wp{
      margin-bottom: 50px;
    text-align: center;
    border:1px solid #777;
    padding:50px 0;
    transition:0.5s ease all;
}
.treatment-section .p_wp:hover{
  border-color:#6cb044;
  -webkit-box-shadow: 0px 10px 11px -8px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 11px -8px rgba(0,0,0,0.35);
box-shadow: 0px 10px 11px -8px rgba(0,0,0,0.35);
}

.guid-list li{
  padding:15px 0;
  border-bottom:1px solid #d2d2d2;
  position:relative;
  padding-left:35px;
  line-height: 26px;
}
.guid-list li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    background-image:url(../images/forward-arrow.png);
    background-repeat:no-repeat;
    background-size:100%;
    width:15px;
    height:15px;
}

section.second-guide-section {
    background: #eee;
}
.text-video-box {
    float: left;
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #6cb044;
}
.text-video-box:first-child{padding-top: 0;}
.text-video-box:last-child{border-bottom:0;}
.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

 .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.list-yy {
  display: flex;
  flex-wrap: wrap;
}
.list-item-yy {
	display: flex; 
  padding: 0.5em;
    flex-direction: column;
	width: 33.33%;
}

/*****************Responsive************************/
@media all and (max-width: 767px){
  .about_img{margin-bottom: 30px;}
  .footer-heading{margin-top: 50px;}
  .abt_imp_text{margin-top:0px;margin-left:0px;margin-right:0px;padding:10px 0px;}
}
@media all and (max-width: 670px) {
  *{font-size: 12px;}
  .logo{width: 70%;}
  nav{width: 30%;}
}
@media all and (min-width: 40em) {
  .list-item {
    width: 33.33%;
  }
}
@media all and (min-width: 60em) {
  .list-item {
    width: 50%;
  }
}

.form-group{
    display:flex;
}
.form-group input,.form-group textarea{width:100%;padding:7px 10px;}
.form-group input:focus, .form-group textarea:focus{ border:1px solid #000;}
.btn {background:#6cb044;color:#fff;border:none;padding:10px;font-size:16px;}
.rwd-table {
  color: #0d3b5e;
  // border-radius: .4em;
  overflow: hidden;
  margin: 0 auto;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #292929;
  font-size: 1em;
}
// .rwd-table {
//   margin: 1em 0;
//   min-width: 300px;
// }
.rwd-table tr {
  border-top: 1px solid #0d3b5e;
  border-bottom: 1px solid #0d3b5e;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}
.testimonial_wrapper_s{
    background:#fff;
    padding-top:6px;
    font-size:14px;
}
.testimonial_wrapper_s div{line-height:1.6em;}
.testi-text-s{margin-bottom:0px; padding:10px 20px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);z-index:2;position:relative;}
.testi-name-s{padding:10px 20px;background:#fff;display:inline-block;background:#eee;z-index:1;position:relative;}
.mb-300{margin-bottom:20px;display: table;
    width: 100%;}
.fixed-button-blink{position:fixed;bottom:0px;right:0;background:green;color:white;padding:15px 20px 20px 15px;}
.fixed-button-blink a{color:#fff;font-size:20px;
animation: animate 1s linear infinite;}
@keyframes animate {
            0% {
                opacity: 0.4;
            }
  
            50% {
                opacity: 1;
            }
  
            100% {
                opacity: 0.4;
            }
        }