
/* mixin */

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#006099;
  font-weight: 700; }

p {
  color: #57595c;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size:14px;
  font-weight:700; }
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 700; }
/*----=========----------============--------------=======-------------====----*/


/*-- new-css --*/

/*-- mobile_manu --*/

.mobile-bar {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
  background: #081f3e;
  border-radius: 6px;
  border: 2px solid #fff;
  display: none;
  height: 43px;
  width: 44px;
}

.mobile-bar .fa {
  /* font-size: 28px; */
  font-size: 30px;
  line-height: 36px;
}


/*-- mobile_manu --*/


/*-- jvn-jt-header --*/

/*-- jeevan-header --*/

.jeevan-header {
  margin: 0;
  padding: 0;
  z-index: 10;
  position: static;
  top: 0;
  width: 100%;
}
/*header-top*/
.jeevan-header .header-top {
  background: #fff;
  margin: 0;
  padding: 10px 0 0 0;
}

.jeevan-header .header-top .item-lt { margin: 0; padding:0;
 width:50%; float:left; }

.jeevan-header .header-top .item-lt h1 { margin: 0; padding: 0; display:inline-block; }

.jeevan-header .header-top .item-lt h1 a { margin:0; padding:0; display:block; }
.jeevan-header .header-top .item-lt h1 a img {  width: 80%;  margin: 0 0 -14px 0;  z-index: 99;
  position: relative; }
/*----*/
.jeevan-header .header-top .item-rt { margin: 0; padding:0;
 width:50%; float:left; }
.jeevan-header .header-top .item-rt ul {  margin: 0;  padding: 35px 0 0 0;  text-align: right;margin-bottom: 10px; }
.jeevan-header .header-top .item-rt ul li { margin:0; padding:0; display:inline-block; }
.jeevan-header .header-top .item-rt ul li a {  margin: 0;  padding: 0 12px;  display: block; font-size: 24px; }

/*.jeevan-header .header-top .item-rt p { margin: 0; padding: 0; font-size:15px; color:#fff;
line-height:19px; text-align: right;  }*/


/*-- header-top --*/

/*-- header-bottom --*/

.jeevan-header .header_bottom {
	margin: 0;
	padding: 0;
	background: #01c853;
	z-index: 5;
	position: relative;
}
.jeevan-header .header_bottom::before {
  border-color: rgba(255, 255, 255, 1) transparent;
  border-style: solid;
  border-width: 24px 23px 0 0;
  content: "";
  overflow: visible;
  position: absolute;
  width: 23%;
  z-index: 0;
}

.jeevan-header .header_bottom .item-lt {
  margin: 0;
  padding: 8px 0;
  width: 29%;
  float: left;
}
.jeevan-header .header_bottom .item-lt h1 { margin: 0; padding: 0;
display:block;   }
.jeevan-header .header_bottom .item-lt h1 a { margin: 0; padding: 0;
display:block;   }

.jeevan-header .header_bottom .item-lt h1 img { width:100%; }

/**/
.jeevan-header .header_bottom .item-rt {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}

.jeevan-header .header_bottom .item-rt ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.jeevan-header .header_bottom .item-rt ul li {
  margin: 0;
  padding: 21px 15px;
  display: inline-block;
}
.jeevan-header .header_bottom .item-rt ul li a {
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
  line-height: 24px;
  transition: all 0.3s;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.5px;
}

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu {
  position: relative;
}

.jeevan-header .header_bottom .item-rt ul li a:hover {
  color: #f2f2f2;
  transition: all 0.6s;
}

.jeevan-header .header_bottom .item-rt ul li a:after {
  content: '';  position: absolute;  left: 0;
  width: 100%;  height: 2px;  background:#f2f2f2;
  -webkit-transform: scale3d(0, 1, 1);  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;  bottom:6px;
  -webkit-transform-origin: 0 50%;  transform-origin: 0 50%;  }

.jeevan-header .header_bottom .item-rt ul li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.jeevan-header .header_bottom .item-rt ul li a:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin: 0 0 -5px 0;
}

/*header-botom*/



/*--====----====----====----====----====----====----====----====----====--*/


/*-- megamanu --*/
.jeevan-header .header_bottom .item-rt { position: relative; }

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .mega-mnu_bd1 {
  margin: 0;
  padding: 0;
  /* overflow-y: auto; */
  width: 230px;
  /* height: 600px; */
  position: absolute;
  left: 0;
  top: 96%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s;
  z-index: 99;
  position: absolute;
  border: 2px solid #081f3e;
}

.jeevan-header .header_bottom .item-rt ul
.jvn-comn-mega-mnu:hover .mega-mnu_bd1  { visibility: visible;
opacity: 1; transition:all 0.8s; /*position: absolute;
left: 0;  top: 99%;*/ }

.jeevan-header .header_bottom .item-rt ul
.jvn-comn-mega-mnu:hover .mega-mnu_bd1 li a { padding:6px 10px; }
/*.jeevan-header .header_bottom .item-rt ul
.jvn-comn-mega-mnu:hover .mega-mnu_bd1 {  padding:10px 10px; }*/

 .jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu
 .mega-mnu_bd1 li { /*background:#ccc;*/
 display:block;  padding:0; margin: 0; width:100%; }

/*------------------*/
.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu
.mega-mnu_bd1 li a {
  margin: 0; padding:0 10px;  display: block;  width: 100%;
  font-size: 15px; color: #556681;  border-bottom: 1px solid #556681;
  text-align: left; position: relative; }


  /*------------------*/

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu
.mega-mnu_bd1 li a:hover { color:#001e38;
  border-bottom:1px solid #001e38; }

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu
.mega-mnu_bd1 li a:after { background-color:transparent; }

/*-- skin-&-beauty --*/

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .skin_beauty {
  margin: 0;  padding:0 10px;  overflow-y: auto;  width: 30%;
  /* height: 600px; */  position: absolute;  left:39%;
  top: 99%;  background: #fff;   visibility: hidden;
   opacity: 0;    transition: all 0.9s;  }

/*-- skin-&-beauty --*/

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .skin_beauty-sub {
margin: 0;  padding:0 10px;  overflow-y: auto;  width: 30%;
/* height: 600px; */  position: absolute;  left:39%;
top: 99%;  background: #fff;   visibility: hidden;
 opacity: 0;    transition: all 0.9s;  }


/*-- skin-&-beauty --*/
/*-- physiotherapyuty --*/
.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .physiotherapyuty-sub {
margin: 0;  padding:0 10px;  overflow-y: auto;  width: 30%;
/* height: 600px; */  position: absolute;  left:64%;
top: 99%;  background: #fff;   visibility: hidden;
 opacity: 0;    transition: all 0.9s;  }
/*-- physiotherapyuty --*/

/*---------- sub-2 ------==============sub-2-------*/

.jeevan-header .header_bottom .item-rt ul
.jvn-comn-mega-mnu .mega-mnu_bd1 .submanu02body-sec { position: relative; }

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .mega-mnu_bd1
.submanu02body-sec .submanu02sec {
  margin: 0;
  padding: 0 10px;
  overflow-y:unset;
  width:80%;
  /* height: 600px; */
  position: absolute;
  left: 100%;
  top: 0;
  background: #0a2339;
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s;
}

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .mega-mnu_bd1
.submanu02body-sec:hover .submanu02sec {
  margin: 0;
  padding: 0 0;
  overflow-y: unset;
  width: 98%;
  /* height: 600px; */
  position: absolute;
  left: 100%;
  top: 0;
  background: #0a2339;
  visibility: visible;
  opacity: 1;
  transition: all 0.9s;
}

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .mega-mnu_bd1
.submanu02body-sec .submanu02sec li { margin: 0; padding: 0; }

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .mega-mnu_bd1
.submanu02body-sec .submanu02sec li a {
  margin: 0;
  padding: 4px 15px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  transition: all 0.6s;
}


.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .mega-mnu_bd1
.submanu02body-sec .submanu02sec li a:hover {
  color: #fff;
  background: #828181;
}


/*arrow*/
.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .mega-mnu_bd1
.submanu02body-sec::after {
  content: '' !important;
  position: absolute !important;
  right: -5% !important;
  top: 4px !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 12px 0 12px 16px !important;
  border-color: transparent transparent transparent #fff !important;
  z-index: 100 !important;
  visibility: hidden;
  opacity: 0;
  transition:all 0.6s;
}

.jeevan-header .header_bottom .item-rt ul .jvn-comn-mega-mnu .mega-mnu_bd1
.submanu02body-sec:hover::after {
  content: '' !important;
  position: absolute !important;
  right: -5% !important;
  top: 4px !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 12px 0 12px 16px !important;
  border-color: transparent transparent transparent #fff !important;
  z-index: 100 !important;
  visibility: visible;
  opacity: 1;
  transition:all 0.3s;
}

/*-- arrow --*/


/*---------- sub-2 ---==========================sub=====2----------*/

/*-- youtuba-gallery_block180 --*/

.youtuba-gallery_block180 .single-gallery-item::after {
	 background-color: rgba(8,181,0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	opacity: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	display:none;
}


/*-- youtuba-gallery_block180 --*/

/*-- faq-blocksec93 --*/

.faq-blocksec93 { margin:0; padding:80px 0; }

.faq-blocksec93 .panel.panel-default {  margin:0; padding:15px 0;  }

.faq-blocksec93 .panel-body { margin:0; padding:15px 20px; background:#f2f2f2; }

.faq-blocksec93 .panel-heading h4 a {
	margin: 0;
	padding: 9px 10px;
	font-size: 20px;
	color: #000;
	background: #bfbebe;
	width: 100% !important;
	display: block;
	font-weight: 400;
}

/*-- faq-blocksec93 --*/

/*---------- submanu-3 ---==========================submanu-3=====----------*/

.submanu_block03 { position: relative !important;  }


.submanu_block03 .submanu-list03 {
  position: absolute !important;
  left: 100% !important;
  top: 0px !important;
  width: 180px !important;
  height: auto !important;
  border-style: solid !important;
  border-width: 0 !important;
  border-color: transparent transparent transparent #fff !important;
  z-index: 100 !important;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  background: #08384a;
}

.submanu_block03:hover .submanu-list03 { visibility:visible;
   opacity:1; width: 196px !important; transition: all 0.9s; }

.submanu_block03 .submanu-list03 li { margin: 0; padding: 0; border: 0; }

.submanu_block03 .submanu-list03 li a { margin: 0;
  padding: 4px 15px;
  display: block;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  transition: all 0.6s; }



/*.submanu_block03 .submanu-list03 li:hover {
  content: '' !important;
  position: absolute !important;
  left:0% !important;
  top: 4px !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 12px 0 12px 16px !important;
  border-color: transparent transparent transparent #fff !important;
  z-index:200 !important;
  visibility: hidden;
  opacity: 0;
  transition:all 0.6s;
}*/

.submanu_block03 .submanu-list03 li::after {
  content: '' !important;
  position: absolute !important;
  left: 0% !important;
  top: 4px !important;
  width: 2px !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 10px 0 10px 11px !important;
  border-color: transparent transparent transparent #fff !important;
  z-index: 200 !important;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}






/*----*/

/*--====----====----====----====----====----====----====----====----====--*/

/*-- manu --*/



/*-- gallery-sub --*/
.jeevan-header .header_bottom .item-rt { position: relative; }
.jeevan-header .header_bottom .item-rt ul .gallery-sub .gallery-sub_bd {
  margin: 0; padding:0 10px;  width: 18%; position: absolute;
  left: 79%; top:99%;  background: #fff; visibility: hidden;
  opacity: 0; transition: all 0.3s; }



.jeevan-header .header_bottom .item-rt ul
 .gallery-sub .gallery-sub_bd li  { margin: 0; padding: 0 ;
  display:block; width:100%; }

.jeevan-header .header_bottom .item-rt ul
.gallery-sub .gallery-sub_bd li a { margin: 0;
padding:0 10px; display: block;  width: 100%;
font-size: 15px; color:#556681;
 border-bottom: 1px solid #556681;
 text-align: left; }

.jeevan-header .header_bottom .item-rt ul .gallery-sub:hover
.gallery-sub_bd li a { color:#001e38;
  border-bottom:1px solid #001e38;  padding:4px 10px; }

.jeevan-header .header_bottom .item-rt ul .gallery-sub:hover
.gallery-sub_bd { visibility: visible;
opacity: 1; transition:all 0.8s; padding:10px;  }

.jeevan-header .header_bottom .item-rt ul
.gallery-sub .gallery-sub_bd li a:after { background-color:transparent; }

/*-- gallery-sub --*/

/*jeevan_banner*/

.jeevan_banner {
  margin: 0;
  padding: 0;
  background: #444;
  position: relative;
  /* top: 38px; */
}

/*-- jeevan-header --*/
/*-- header --*/


/*-- jvnjti-services --*/
.jvnjti-services {
  margin: 0;
  padding: 80px 0 0 0 !important;
}

.jvnjti-services h2 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #006099;
  text-align: center;
}

/*-- jvnjti-services --*/



/*-- jvjti-ftr-link --*/

.jvjti-ftr-link ul { margin: 0; padding: 0;  }

.jvjti-ftr-link ul li {
  display: block;
  margin: 0;
  padding: 3px 0 3px 17px;
  background: url(../img/icons/right-arrow.png) no-repeat left 8px;
  background-size: 13px;
}
.jvjti-ftr-link ul li a {    display: inline-block;
  text-decoration: none;  margin: 0;  padding: 0 0 2px 0;  background-size: 12px;
  font-size: 16px;  color: #fff;  line-height: 24px;
  transition: all ease-in-out 0.3s;  position: relative;  font-weight: 400; }

.jvjti-ftr-link ul li a::before {  content: "";  position: absolute;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  left: 0; right: 100%;  bottom: 0;  /* top: calc(0% - 2px); */
  background: #fff;  height: 2px;  z-index: 1; }

.jvjti-ftr-link ul li a:hover::before {  right: 0; }
/*-- new-css --*/

/*-- footer-contact-map --*/
.footer-contact-map { width:100%; height:230px; border:2px solid #fa0433; }
.jvnjti-main-footer { padding:0 0 15px 0; }
.copywrite-text p { padding:15px 0 0 0;  border-top: 1px solid #808080; }

/**/
.jvnjti-footer { padding:50px 0; }
/*-- footer-contact-map --*/

/*-- innr-page-start --*/

/*.innr-fix_header .jeevan-header { position: static; }*/

/*-- about-us --*/

/*-- innr-banner --*/

.jeevan-all-inr-bnr { margin: 0; padding: 0; position: relative;  width: 100%;  }
.jeevan-all-inr-bnr .figure { height:320px; margin: 0; padding: 0; width:100%; }
.jeevan-all-inr-bnr .figure img { width: 100%; height: 100%; object-fit:cover; }

.jeevan-all-inr-bnr .banner_text { background:rgba(0,0,0, 0.3); margin: 0; padding: 0;
position: absolute; left: 0;  top:0; width: 100%; text-align: center; height:320px; }
.jeevan-all-inr-bnr .banner_text h2 { font-size: 50px;
color: #fff; line-height:56px; margin: 0 auto; padding: 0;
position: absolute; left:50%; top: 50%; transform:translate(-50%,-50%);
width:100%;  }
/*-- inr-banner --*/

/*-- about-us --*/
.jeevan-about-sec { margin: 0; padding:50px 0; }

.jeevan-about-sec .lt-img-fig {
  margin: 0 30px 15px 0;  padding: 0;  width: 420px;  height: 300px;
  float: left;  background: #ccc; }

.jeevan-about-sec .lt-img-fig img {  width: 100%;  height: 100%;  object-fit: cover;
  border-width: 5px;  border-style: double;  border-color: #00590a; }
/**/
.jeevan-about-sec h3 {	margin: 0;	padding: 0 0 20px 0;	font-size: 30px;
	color: #52b500;	line-height: 19px; }

.jeevan-about-sec p { margin: 0; padding:24px 0 0 0 ; font-size:15px; color:#444;
 line-height:24px; }

/*----*/

.about-helth-box { margin: 0; padding:30px 0 50px 0;  background:#eaeaea; }

.about-helth-box .box6 {background:#000; position:relative; overflow:hidden; }
.about-helth-box .box6:after { content: "";  background:rgba(0,0,0,.7);
position:absolute; top:0; left:-30%; bottom:0; right:70%;
transform:skew(20deg) translateX(-75%); transition: all 0.3s; }
.about-helth-box .box6:hover:after {  transform:skew(20deg) translateX(0);
transition: all 0.6s; }
.about-helth-box .box6 img {  width: 100%;  height: 273px;
 object-fit: cover; }
.about-helth-box .box6:hover img{opacity:.5; }
.about-helth-box .box6 .box-content{padding:20px; text-align:right;
  position:absolute;top:0; right:0; z-index:1; }
.about-helth-box .box6 .icon,.box7 .icon{padding:0; list-style:none; }
.about-helth-box .box10 .icon li a,.box11,.box12,.box13,.box14,.box6 .icon li a,.box7,.box7 .icon li a,.box8,.box8 .icon li a{text-align:center; }
.about-helth-box .box6 .title {  font-size: 24px;  font-weight: 500;
 color: #fff;  margin: 0 0 10px;  transform: scale(0); }
 .about-helth-box .box6:hover .title{transform:scale(1); }
.about-helth-box .box6 .icon li,.box6 .post{opacity:0; transform:translateX(40px);
  transition:all .35s ease 0s; }
.about-helth-box .box6 .post{display:block;font-size:14px; color:#fff;
  margin-bottom:5px; }
.about-helth-box .box6 .icon{display:inline-block;margin:0; }
.about-helth-box .box6:hover .icon li,.box6:hover .post{opacity:1;
  transform:translateX(0); }
.about-helth-box .box6:hover .icon li:first-child{transition-delay:.1s;}
.about-helth-box .box6:hover .icon li:nth-child(2){transition-delay:.2s;}
.about-helth-box .box6 .icon li a{display:block;width:35px; height:35px;
  line-height:35px; background:#fff; font-size:18px; color:#605f5f;
  margin-bottom:5px; transition:all .35s ease; }
.about-helth-box .box6 .icon li a:hover{background:#605f5f; color:#fff; }

@media only screen and (max-width:990px){.box6{margin-bottom:30px; } }
/*-- about-us --*/

/*--  jeevan-homeopathy --*/

    /*jeevan-homeopathy {} */

/*--  jeevan-homeopathy --*/

/*-- jeevan-working-time --*/
.jeevan-working-time { margin: 0; padding: 50px 0;
background:#52b500;  }

.jeevan-working-time .working-bd {
  margin: 0 auto;  padding:20px;  width: 90%;
  height: 100%;  background: #fff;  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
  box-shadow: 0px 13px 22px -3px rgba(0,0,0,1);
  box-sizing:border-box; }

.jeevan-working-time .working-bd h3 {
  margin: 0;  padding: 0 0 14px 0;  font-size: 20px;  color: #fa0433;
  line-height: 26px;  border-bottom: 1px solid #000; }


/*.jeevan-working-time .working-bd .item-box { margin: 0; padding:0 15px;
width:33.33%; float: left; box-sizing:border-box; border-right:1px solid #444; }*/

.jeevan-working-time .working-bd .item-box {
  margin: 15px;  padding: 15px;  width: 30%;  float: left;
  box-sizing: border-box;  background: #fff;  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
  box-shadow: 0px 8px 13px -3px rgba(0,0,0,1);
}





.jeevan-working-time .working-bd .item-box:nth-child(4) { border-right: 0; }

.jeevan-working-time .working-bd .item-box .opening-time { margin: 0; padding: 0; }
.jeevan-working-time .working-bd .item-box .opening-time .btn {
margin: 0;  padding: 6px 13px;  font-size: 18px;
background: #fa0433;  border: 0;  outline: 0; }

.jeevan-working-time .working-bd .item-box .opening-time .btn:focus { outline: 0; border: 0;
box-shadow:none; }

.jeevan-working-time .working-bd .item-box h4 { margin: 0; padding: 0;
  font-size:20px; color:#fa0433; line-height:26px;  }

.jeevan-working-time .working-bd .item-box .opening-time .dropdown-menu {
  margin: 0;  padding: 16px;  background:#fa0433;
  width: 100%; border:1px solid #fff; }

.jeevan-working-time .working-bd .item-box .opening-time .dropdown-menu li { margin: 0; padding: 0;
 display: block; }
.jeevan-working-time .working-bd .item-box .opening-time
.dropdown-menu li a { margin: 0; padding:6px 4px; display: block;
  font-size:16px; color:#fff; line-height:20px;
  font-weight:400; border-bottom:1px solid #fff; }


/**/
.jeevan-working-time .working-bd .item-box
.opening-time .dropdown-menu li a span {  display:inline-block; float:right;  }

/*-- hom-ch-open --*/
.hom-ch-open-closed { margin: 0;
padding: 0; color: #fff;  }
/*-- hom-ch-open --*/

/*-- jeevan-working-time --*/


/*-- jeevan-video-gallery --*/
.jeevan-video-gallery { margin: 0; padding:50px 0;}

.jeevan-video-gallery .item-video { margin:15px 0;
 padding: 0; width:100%; height:350px;  }

.jeevan-video-gallery h3 { margin:0 0 20px 0;  padding:15px 20px;
 font-size: 30px; color:#fff; line-height: 19px; display:inline-block;
 background:#52b500; }

/*-- jeevan-video-gallery --*/

/*-- jeevan-images-gallery --*/
.jeevan-images-gallery { margin: 0; padding:50px 0;  }

.jeevan-images-gallery h3 { margin:0 0 20px 0;  padding:15px 20px;
 font-size: 30px; color:#fff; line-height: 19px; display:inline-block;
 background:#52b500; }

.jeevan-images-gallery .image_gallery {
  margin: 0 0 30px 0;  padding: 0;  border-style: double;
  border-color: #218a00; }


.jeevan-images-gallery .image_gallery a { display: block;
  margin: 0;  padding: 0;  height: 210px; }

.jeevan-images-gallery .image_gallery a img {
  width: 100%;  height: 210px;  object-fit: scale-down; }

.jeevan-images-gallery .image_gallery p {
margin: 0;  padding: 10px 6px;  text-align: center;  font-size: 16px;
color: #fff; text-transform: uppercase;  background-color:#52b500;
line-height: 20px; }

/*-- jeevan-images-gallery --*/

/*-- contact-us --*/

/**/

.jeevan-contact-inr { background:url(../img/bg-img/google-map.jpg) no-repeat center center  ;
background-size:cover; margin: 0; padding:80px 0;
/*background:#e0e0e0;*/ display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }


.jeevan-contact-inr .contact-bd {  margin: 0 auto;  padding: 4px; width:100%;
    height: 100%; background: #fff; display: -moz-box; display: -ms-flexbox;
    display: -webkit-flex; display: flex; border-radius: 8px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
    box-shadow: 0px 13px 22px -3px rgba(0,0,0,1);
}


.jeevan-contact-inr .contact-bd .bg-color {
  margin: 0;  padding: 0;
  background-image: linear-gradient(124deg, #37ae00 75%, #00840b 40%, #113400 0% );
  width: 100%; }

.jeevan-contact-inr .contact-bd .contact-lt { margin: 0; padding: 30px;
width:40%; height:100%;/* background:#de8f00; */float: left;
border-radius: 8px 0 0 8px; }

.jeevan-contact-inr .contact-bd .contact-lt h4 {  margin: 0;
padding: 0 0 15px 0;
font-size: 30px;  color: #fff; line-height: 36px; font-weight: 400; }

.jeevan-contact-inr .contact-bd .contact-lt p {  margin: 0;
padding: 0 0 5px 0; font-size:16px;  color: #f2f2f2; line-height:22px; font-weight: 400; }

.jeevan-contact-inr .contact-bd .contact-lt .item { margin: 0; padding: 0; }
.jeevan-contact-inr .contact-bd .contact-lt .item h5 {
 margin: 0; padding: 0 0 8px 0;
font-size:22px;  color: #fff; line-height:28px; font-weight: 400; }

.jeevan-contact-inr .contact-bd .contact-lt .item a {
margin: 0; padding: 0 0 8px 0;  display: block;
 font-size:16px;  color: #f2f2f2; line-height:30px; font-weight: 400; }
.jeevan-contact-inr .contact-bd .contact-lt .item a .fa {
    font-size: 27px; color: #fff;  position: relative; top: 5px;
    background: #14d229;  width: 40px; height: 40px;
    text-align: center; line-height: 40px; border-radius: 50%; }

.jeevan-contact-inr .contact-bd .contact-lt .item .item02 span { font-size:16px;
  color:#2d2d2d; display:block; padding: 0 0 8px 0; font-weight:600; }


.jeevan-contact-inr .contact-bd .contact-lt .item080 p {
  font-size: 16px;  color: #fff;  line-height: 24px;  margin: 0;
  padding: 10px 12px; display: block; background: #8a5900; }



/**/
.jeevan-contact-inr .contact-bd .contact-rt { margin: 0; padding:30px;
width:60%; height:100%; /*background:#a36900;*/ float:right;
border-radius: 0  8px  8px 0 ; }

.jeevan-contact-inr .contact-bd .contact-rt h4 {  margin: 0;
padding: 0 0 15px 0;
font-size: 30px;  color:#141414; line-height: 36px; font-weight: 400; }

.jeevan-contact-inr .contact-bd .contact-rt .item { margin: 0 0 10px 0;
    padding: 0;  }

.jeevan-contact-inr .contact-bd .contact-rt .item input[type="text"] {
 font-size: 15px ;  color: #444 ;  line-height: 20px;  height: 46px ;
  background: #fff;  border: 1px solid #656565 !important;  font-style: normal;
  border-radius: 7px ; width:100%; padding:2px 8px; box-sizing:border-box; }

/*.jeevan-contact-inr .contact-bd .contact-rt .item input[type="text"] {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  height: 46px;
  background: rgba(255, 255, 255, 0.5);
  font-style: normal;
  border-radius: 7px;
  width: 100%;
  padding: 2px 8px;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
}*/


.jeevan-contact-inr .contact-bd .contact-rt .item input[type="email"] {
  font-size: 15px ;  color: #444 ;  line-height: 20px;  height: 46px ;
  background: #fff;  border: 1px solid #656565;  font-style: normal;
  border-radius: 7px ; width:100%; padding:2px 8px; box-sizing:border-box; }


.jeevan-contact-inr .contact-bd .contact-rt .item textarea {
    font-size: 15px ; color: #444;  line-height: 20px;
    height:190px !important; background: #fff; border:1px solid #444;
     font-style:normal; width:100%; padding:10px 8px; box-sizing:border-box; }

.jeevan-contact-inr .contact-bd .contact-rt .item input[type="submit"] {
    background-color: transparent;  margin: 20px 0 0 0; padding: 0;
    display: block; width: 130px; height: 45px; /*border-radius: 50px;*/
    text-align: center; border: 1px solid #fff;
    font-size: 18px;  color: #fff; line-height: 40px;
    box-sizing: border-box; transition: all 0.3s; font-style:normal; }


.jeevan-contact-inr .contact-bd .contact-rt .item input[type="submit"]:hover {
text-decoration: none; border: 1px solid #fff;
background-color: transparent;  color: #fff;
    box-shadow: 0px 3px 6px #fff;
}

.jeevan-contact-inr .contact-bd .contact-rt .item .form-control:focus {
    color: #444;   background-color:none;  border-color:0;  outline: 0;
    box-shadow: none; border:1px solid #444; }

/*-- contact-us --*/
/*-- enquip-contact-inr --*/

/*-----------=========----------==============------------========-----*/
#preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background-color: #006cff; }

.medilife-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running medilife-load;
  animation: 2000ms linear 0s normal none infinite running medilife-load;
  background: transparent;
  border-color: #ffffff;
  border-top-color: #006cff;
  border-left-color: #006cff;
  border-right-color: #006cff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9; }

@-webkit-keyframes medilife-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes medilife-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

.medica-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0; }

.medica-table-cell {
  display: table-cell;
  vertical-align: middle; }

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-transparent {
  background-color: transparent; }

.bg-transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

#scrollUp {
  background-color:#fa0433;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 70px;
  text-align: center;
  width: 70px;
  line-height: 66px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  display: none !important;  }

  #scrollUp:hover {
    background-color: #081f3e; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

.section-padding-100-0 {
  padding: 100px 0 0; }

.section-padding-0-100 {
  padding: 0 0 100px; }

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  .section-heading h2 {
    font-size: 44px;
    margin-bottom: 0; }

.btn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn:hover, .btn:focus {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }

      .medilife-btn {
        display: inline-block;
        color: #ffffff;
        background-color: #044b75;
        height: 45px;
        padding: 0 55px 0 30px;
        line-height: 42px;
        font-size: 14px;
        min-width: 140px;
        border-radius: 0;
        font-weight: 700;
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
      }
    .medilife-btn span {
      width: 40px;
      height: 45px;
      background-color: #006099;
      display: inline-block;
      position: absolute;
      top: -1px;
      right: -1px;
      font-size: 24px;
      color: #ffffff;
      font-weight: 500;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
    }
.medilife-btn:hover, .medilife-btn:focus {
  background-color: #006099;
  color: #ffffff;
}
.medilife-btn:hover span, .medilife-btn:focus span {
  color: #ffffff;
  background-color: #044b75;
}
  .medilife-btn.btn-2 {
    background-color: #081f3e;
    color: #ffffff; }
    .medilife-btn.btn-2 span {
      color: #ffffff;
      background-color: #006cff; }
    .medilife-btn.btn-2:hover, .medilife-btn.btn-2:focus {
      background-color: #006cff;
      color: #ffffff; }
    .medilife-btn.btn-2:hover span, .medilife-btn.btn-2:focus span {
      color: #ffffff;
      background-color: #081f3e; }
  .medilife-btn.btn-3 {
    background-color: #ffffff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff; }
    .medilife-btn.btn-3 span {
      top: -2px;
      right: -2px; }
  .medilife-btn.btn-4 {
    background-color: #ffffff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff; }
    .medilife-btn.btn-4 span {
      background-color: #006cff;
      top: -2px;
      right: -2px; }

.medilife-appoint-btn {
  display: inline-block;
  color: #ffffff;
  background-color:#ed3338;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  min-width: 140px;
  border-radius: 0;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  box-shadow: none; }
  .medilife-appoint-btn span {
    font-weight: 700; }
  .medilife-appoint-btn:hover, .medilife-appoint-btn:focus {
    color: #006cff;
    background-color: #ffffff;
    box-shadow: none;
    font-weight: 500; }
  .medilife-appoint-btn:hover span, .medilife-appoint-btn:focus span {
    font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-appoint-btn {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .medilife-appoint-btn {
      margin-top: 10px; } }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006cff;
    opacity: 0.85;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: 1; }
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.bg-gray {
  background-color: #f5f7f9; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.nicescroll-rails {
  z-index: 999999 !important; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.top-header-area {
  position: relative;
  z-index: 1;
  height: 45px;
  background-color: #081f3e; }
  .top-header-area p {
    margin-bottom: 0;
    color: #b5b5b5; }
    .top-header-area p span {
      color: #006cff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .top-header-area p {
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .top-header-area p {
        font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .top-header-area {
      height: auto;
      padding: 15px 0; } }

.main-header-area {
  width: 100%;
  height: 110px;
  position: relative;
  z-index: 1;
  background-color: rgba(255,255,255, 0.5);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area {
      height: 80px; } }
  @media only screen and (max-width: 767px) {
    .main-header-area {
      height: 70px; } }

.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000 !important;
  height: 80px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
      height: 70px; } }

.header-area .main-menu .nav-link {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 1px; }
  .header-area .main-menu .nav-link:hover {
    background-color: #006cff; }
  .header-area .main-menu .nav-link:focus {
    background-color: #006cff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-menu .nav-link {
      padding: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-menu .nav-link {
      padding: 10px 30px;
      margin: 1px 0; } }
  @media only screen and (max-width: 767px) {
    .header-area .main-menu .nav-link {
      padding: 10px 30px;
      margin: 1px 0; } }

.header-area .main-menu .nav-item.active .nav-link {
  background-color: #006cff; }

.dropdown-menu.show {
  border: none;
  padding: 15px 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin-top: 15px; }

.dropdown-item {
  font-size: 13px;
  font-weight: 500;
  color: #5f5f5f;
  text-transform: uppercase; }
  .dropdown-item:hover {
    color: #006cff;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9; }
  .dropdown-item:focus {
    color: #006cff;
    font-size: 13px;
    font-weight: 500;
    background-color: #f5f7f9; }

.navbar {
  padding: 0; }

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    margin: 20px 0; } }
@media only screen and (max-width: 767px) {
  .navbar-toggler {
    margin: 15px 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #medilifeMenu {
    width: 100%;
    background-color: #081f3e;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 15px;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    border-radius: 0; } }
@media only screen and (max-width: 767px) {
  #medilifeMenu {
    width: 100%;
    background-color: #081f3e;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 20px 10px;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    border-radius: 0; } }

/* :: 5.0 Welcome Area CSS */
.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 900px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 700px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 700px; } }

.hero-slides-content h2 {
  color: #081f3e;
  font-size: 60px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides-content h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .hero-slides-content h2 {
      font-size: 24px; } }
.hero-slides-content h5 {
  color: #081f3e;
  font-size: 22px;
  font-weight: 600; }

.hero-area .owl-prev,
.hero-area .owl-next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  left: 70px;
  margin-top: -35px;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #081f3e;
  font-size: 14px; }
  .hero-area .owl-prev:hover,
  .hero-area .owl-next:hover {
    background-color: #006cff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
      left: 30px;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      line-height: 50px; } }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
      left: 15px;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      line-height: 40px; } }
.hero-area .owl-next {
  left: auto;
  right: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-next {
      right: 30px; } }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-next {
      right: 15px; } }
.hero-area:hover .owl-prev, .hero-area:hover .owl-next {
  opacity: 1; }
.hero-area .owl-dots {
  width: 1110px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .owl-dots {
      width: 920px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-dots {
      width: 680px; } }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-dots {
      width: 85%; } }
.hero-area .owl-dot {
  display: inline-block;
  width: 36px;
  height: 4px;
  background-color: #cacaca;
  margin-right: 8px; }
  .hero-area .owl-dot.active {
    background-color: #006cff; }

/* :: 6.0 Book An Appoinment Area */
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.form-control {
  background-color: transparent;
  width: 100%;
  height: 38px;
  border-radius: 0;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
  padding: 0 15px;
  border: 2px solid #fff;
}
  .form-control:hover, .form-control:focus {
    background-color: transparent;
    box-shadow: none; }

textarea {
  width: 100%;
  height: 100px !important;
  padding: 20px; }

.nice-select {
  line-height: 34px; }
  .nice-select .list {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0; }

.medilife-book-an-appoinment-area {
  position: relative;
  z-index: 1;
   /*margin-top: -65px; */
  background-color:transparent;
}
.medilife-book-an-appoinment-area .appointment-form-content {
	background-color: #EC5151;
}

    .medilife-book-an-appoinment-area .medilife-appointment-form {
    	background-color: #01c853;
    	padding: 60px 50px;
    }
    .medilife-book-an-appoinment-area .medilife-appointment-form select {
      border: 2px solid #536174;
      background-color: transparent; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medilife-book-an-appoinment-area .medilife-appointment-form {
        padding: 40px 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-book-an-appoinment-area .medilife-appointment-form {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-book-an-appoinment-area .medilife-appointment-form button[type=submit] {
        margin-top: 15px; } }
.medilife-book-an-appoinment-area .medilife-contact-info {
	padding: 30px;
	background-color:#EC5151;
}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medilife-book-an-appoinment-area .medilife-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0; } }

.single-contact-info img {
  margin-bottom: 15px; }
.single-contact-info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0; }

/* :: 7.0 About Us Area CSS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medica-about-content {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .medica-about-content {
    margin-bottom: 100px; } }
.medica-about-content h2 {  font-size: 30px;  margin-bottom: 30px;  color: #006099; }
  @media only screen and (max-width: 767px) {
    .medica-about-content h2 {
      font-size: 30px; } }

/* :: 8.0 Service Area CSS */
.medica-services-area {
  position: relative;
  z-index: 1; }

.single-service-area {
  margin-bottom: 80px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-service-area .service-icon {
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
  flex: 0 0 64px;
  margin-right: 30px;
  text-align: center;
  line-height: 64px;
  font-size: 30px;
  background-color: #F7661D;
  border-radius: 50%;
  color: #ffffff;
  transition-duration: 500ms;
}
  .single-service-area .service-content {
    margin-top: 15px; }
  .single-service-area .service-content h5 {
    font-size: 22px;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #F7661D;
  }



    .single-service-area .service-content p {
      margin-bottom: 0; }
.single-service-area:hover .service-icon {
  background-color: #c65300;
}
  .single-service-area:hover .service-content h5 {
    color: #c65300; }

/* :: 9.0 Gallery Area CSS */
.single-gallery-item {
  position: relative;
  z-index: 1;
  padding:5px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-gallery-item::after {
    background-color: rgba(8,181,0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-gallery-item:hover::after {
    opacity: 1; }
  .single-gallery-item .view-more-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-gallery-item .view-more-btn a {
      background-color: transparent;
      font-size: 16px;
      color: #ffffff;
      display: block;
      box-shadow: none;
      font-weight: 700;
      opacity: 0; }
  .single-gallery-item:hover .view-more-btn a {
    opacity: 1; }

/* :: 10.0 Features Area CSS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .features-content {
    margin-bottom: 100px; } }
  .features-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #006099;
}
  @media only screen and (max-width: 767px) {
    .features-content h2 {
      font-size: 30px; } }

/* :: 11.0 Emergency Area CSS */
.medilife-emergency-area {
  background-color: #006cff; }
  .medilife-emergency-area .emergency-content i {
    font-size: 130px;
    color: #ffffff;
    display: block;
    margin-bottom: 50px; }
  .medilife-emergency-area .emergency-content h2 {
    font-size: 44px;
    margin-bottom: 20px; color:#fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medilife-emergency-area .emergency-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-emergency-area .emergency-content h2 {
        font-size: 24px; } }
  .medilife-emergency-area .emergency-content h3 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .medilife-emergency-area .emergency-content h3 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medilife-emergency-area .emergency-content h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-emergency-area .emergency-content h3 {
        font-size: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-emergency-area .emergency-content {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .medilife-emergency-area .emergency-content {
      margin-bottom: 100px; } }
  .medilife-emergency-area .single-emergency-helpline h5 {
    color: #ffffff;
    margin-bottom: 20px; }
  .medilife-emergency-area .single-emergency-helpline p {
    color: #ffffff;
    margin-bottom: 0; }

/* :: 12.0 Footer Area CSS */
.footer-area {
	background-color: #01c853;
	padding-left: 45px;
	padding-right: 45px;
}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 767px) {
    .footer-area {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-area {
    margin-bottom: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-area {
    margin-bottom: 50px; } }
@media only screen and (max-width: 767px) {
  .footer-widget-area {
    margin-bottom: 50px; } }
.footer-widget-area .footer-logo {
  margin-bottom: 50px; }
.footer-widget-area p {
  color: #ffffff;
  margin-bottom: 0; }
.footer-widget-area .footer-social-info {
  margin-top: 40px; }
  .footer-widget-area .footer-social-info a {
    color: #ffffff;
    margin-right: 15px;
    font-size: 18px;
    display: inline-block; }
  .footer-widget-area .widget-title h6 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
.footer-widget-area .widget-single-blog-post {
  margin-bottom: 15px; }
  .footer-widget-area .widget-single-blog-post .widget-post-thumbnail {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px; }
  .footer-widget-area .widget-single-blog-post .widget-post-content a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px; }
  .footer-widget-area .widget-single-blog-post .widget-post-content p {
    font-size: 12px; }
.footer-widget-area .footer-contact-form {
  background-color: #081f3e;
  padding: 30px 40px; }
  @media only screen and (max-width: 767px) {
    .footer-widget-area .footer-contact-form {
      padding: 30px 20px; } }
.footer-widget-area .footer-newsletter-area form {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
.footer-widget-area .footer-newsletter-area input {
  width: 100%;
  height: 48px;
  background-color: #081f3e;
  font-size: 15px;
  padding: 0 15px; }
.footer-widget-area .footer-newsletter-area button {
  position: absolute;
  top: 0;
  padding: 0 20px;
  height: 48px;
  right: 0;
  z-index: 9;
  cursor: pointer;
  background-color: #006cff;
  color: #ffffff;
  border: none; }
.footer-widget-area .footer-newsletter-area p {
  font-size: 12px;
  color: #fff;
  font-style: italic;
  margin-bottom: 0; }

.copywrite-text p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
  .copywrite-text p a {
    color: rgba(255, 255, 255, 0.35); }

/* :: 13.0 Breadcumb Area CSS */
.breadcumb-area {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
  padding-top: 150px; }
  .breadcumb-area .breadcumb-title {
    font-size: 60px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-title {
        font-size: 30px; } }
  .breadcumb-area::after {
    background-color: rgba(230, 241, 255, 0.75);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }

/* :: 14.0 Video Area CSS */
.video-box {
  position: relative;
  z-index: 1; }
  .video-box .play-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
    .video-box .play-btn a {
      margin-bottom: 30px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .video-box .play-btn a {
          margin-bottom: 15px; } }
    .video-box .play-btn h6 {
      font-size: 18px;
      margin-bottom: 0;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .video-box .play-btn h6 {
          font-size: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-content {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .video-content {
    margin-top: 100px; } }
.video-content h2 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-content h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .video-content h2 {
      font-size: 24px; } }
.video-content p {
  color: #ffffff;
  margin-bottom: 0; }

.single-pie-bar {
  position: relative;
  z-index: 1;
  margin-bottom: 100px; }
  .single-pie-bar canvas {
    margin-bottom: 20px; }
  .single-pie-bar p {
    margin-bottom: 0; }

/* :: 15.0 Tabs Area CSS */
.medilife-tabs-content .nav-tabs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none; }
.medilife-tabs-content .nav-link {
  padding: 15px 30px;
  background-color: #f0f0f0;
  display: block;
  border-radius: 0 !important;
  border: none;
  border-bottom: 20px solid #ffffff;
  font-size: 18px;
  color: #081f3e; }
  .medilife-tabs-content .nav-link:hover, .medilife-tabs-content .nav-link:focus {
    border-color: #ffffff; }
  .medilife-tabs-content .nav-link.active {
    background-color: #006cff;
    color: #ffffff;
    border-color: #006cff; }
    @media only screen and (max-width: 767px) {
      .medilife-tabs-content .nav-link.active {
        border-color: #ffffff; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .medilife-tabs-content .nav-link {
      padding: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-tabs-content .nav-link {
      padding: 15px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .medilife-tabs-content .nav-link {
      padding: 10px;
      font-size: 12px; } }
.medilife-tabs-content .medilife-tab-content {
  margin-top: 1px;
  border: 2px solid;
  border-color: #006cff;
  padding: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-tabs-content .medilife-tab-content {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .medilife-tabs-content .medilife-tab-content {
      padding: 15px; } }
  .medilife-tabs-content .medilife-tab-content .medilife-tab-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(55% - 50px);
    flex: 0 0 calc(55% - 50px);
    min-width: calc(55% - 50px);
    margin-right: 50px; }
    @media only screen and (max-width: 767px) {
      .medilife-tabs-content .medilife-tab-content .medilife-tab-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        margin-right: 0; } }
    .medilife-tabs-content .medilife-tab-content .medilife-tab-text h2 {
      font-size: 44px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .medilife-tabs-content .medilife-tab-content .medilife-tab-text h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .medilife-tabs-content .medilife-tab-content .medilife-tab-text h2 {
          font-size: 30px; } }
  .medilife-tabs-content .medilife-tab-content .medilife-tab-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-width: 45%; }

/* :: 16.0 Services Area CSS */
.singleServiceArea {
  position: relative;
  z-index: 1;
  width: 33.3333333%;
  display: inline-block;
  float: left;
  padding: 70px 40px 100px; }
  .singleServiceArea:first-child {
    background-color: #006cff; }
  .singleServiceArea:last-child {
    background-color: #081f3e; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .singleServiceArea {
      padding: 50px 20px; } }
  @media only screen and (max-width: 767px) {
    .singleServiceArea {
      padding: 50px 20px;
      width: 100%; } }
  .singleServiceArea .singleServiceIcon {
    margin-right: 20px; }
    .singleServiceArea .singleServiceIcon i {
      color: #ffffff;
      font-size: 80px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .singleServiceArea .singleServiceIcon i {
          font-size: 60px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .singleServiceArea .singleServiceIcon i {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .singleServiceArea .singleServiceIcon i {
          font-size: 30px; } }
  .singleServiceArea .singleServiceText {
    padding-top: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .singleServiceArea .singleServiceText {
        padding-top: 0; } }
    @media only screen and (max-width: 767px) {
      .singleServiceArea .singleServiceText {
        padding-top: 0; } }
    .singleServiceArea .singleServiceText h2 {
      color: #ffffff;
      margin-bottom: 20px;
      font-size: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .singleServiceArea .singleServiceText h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .singleServiceArea .singleServiceText h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .singleServiceArea .singleServiceText h2 {
          font-size: 24px; } }
    .singleServiceArea .singleServiceText p {
      color: #ffffff; }

/* :: 17.0 Single Benefits Area CSS */
.single-benefits-area {
  position: relative;
  z-index: 1; }
  .single-benefits-area .single-benefits-title {
    margin-bottom: 20px; }
    .single-benefits-area .single-benefits-title i {
      font-size: 50px;
      color: #006cff; }
    .single-benefits-area .single-benefits-title h5 {
      font-size: 22px;
      margin: 0 15px; }

/* :: 18.0 CTA Area CSS */
.medilife-cta-area {
  position: relative;
  z-index: 1;
  background-color: #006cff;
  padding: 30px 0; }
  .medilife-cta-area .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .medilife-cta-area .cta-content i {
      color: #ffffff;
      font-size: 50px;
      margin-right: 30px;
      display: inline-block; }
    .medilife-cta-area .cta-content h2 {
      margin-bottom: 0;
      font-size: 36px;
      margin-right: 30px;
      color: #081f3e; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .medilife-cta-area .cta-content h2 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .medilife-cta-area .cta-content h2 {
          font-size: 20px;
          margin: 15px 0; } }
    .medilife-cta-area .cta-content h3 {
      color: #ffffff;
      margin-bottom: 0;
      font-size: 44px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .medilife-cta-area .cta-content h3 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .medilife-cta-area .cta-content h3 {
          font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .medilife-cta-area .cta-content {
        display: block; } }

/* :: 19.0 Blog Area CSS */
.single-blog-area {  position: relative;  z-index: 1;  padding: 0;
  border: 1px solid #444;  border-radius: 6px; }

.single-blog-area .blog-post-thumbnail {
  position: relative;
  z-index: 1; }

.single-blog-area .blog-post-thumbnail img { border-radius:6px 6px 0 0 ; }

.single-blog-area .blog-post-thumbnail .post-date a {
  min-width: 110px;
  height: 31px;
  background-color: #F7661D;
  display: block;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  top: 20px;
  left: 20px;
  z-index: 3;
}
  .single-blog-area .post-content {    position: relative;   z-index: 1;
    padding: 50px 20px; }
.single-blog-area .post-content .post-author {  width: 58px;   height: 58px;
      position: absolute; z-index: 5;  border-radius: 50%;  top: -29px;
      left: 20px; }
.single-blog-area .post-content .post-author a {
border-radius: 50%; }
.single-blog-area .post-content .post-author a img {
border-radius: 50%; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }
.single-blog-area .post-content .headline {
  font-size: 22px;
  margin-bottom: 15px;
  color: #044b75;
  display: block;
}

.single-blog-area .post-content .comments {
  font-size: 12px;  color: #57595c;  text-decoration: underline;
  font-weight: 300; }

.search-widget-area form {
  position: relative;
  z-index: 1; }
.search-widget-area input[type=search] {
  width: 100%;  height: 50px;  background-color: #f5f7f9;
  border: none;  font-size: 12px;  font-style: italic;
  padding: 0 15px; }
.search-widget-area input[type=submit] {
  width: 80px;
  height: 50px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #006cff;
  font-weight: 500;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.medilife-catagories-card h5 {
  margin-bottom: 30px; }
.medilife-catagories-card ul li a {
  display: block;
  padding: 10px;
  color: #57595c;
  font-size: 14px;
  font-weight: 400; }
  .medilife-catagories-card ul li a:hover, .medilife-catagories-card ul li a:focus {
    color: #006cff; }

.latest-news-widget-area h5 {
  margin-bottom: 30px; }
.latest-news-widget-area .widget-single-blog-post {
  margin-bottom: 30px; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    min-width: 58px; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-content a {
    display: block;
    color: #57595c;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-content:hover a, .latest-news-widget-area .widget-single-blog-post .widget-post-content:focus a {
    color: #006cff; }
  .latest-news-widget-area .widget-single-blog-post .widget-post-content p {
    font-size: 12px;
    color: #006cff;
    margin-bottom: 0;
    font-weight: 500; }

.medilife-emergency-card {
  padding: 50px 30px; }
  .medilife-emergency-card i {
    font-size: 70px;
    display: block;
    margin-bottom: 50px;
    color: #ffffff; }
  .medilife-emergency-card h2 {
    font-size: 28px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .medilife-emergency-card h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .medilife-emergency-card h2 {
        font-size: 20px; } }
  .medilife-emergency-card h3 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .medilife-emergency-card h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .medilife-emergency-card h3 {
        font-size: 20px; } }

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #006cff; }
.pagination .page-link {
  padding: 0;
  margin-left: 3px;
  line-height: 43px;
  font-size: 16px;
  color: #081f3e;
  background-color: #f5f7f9;
  border: none;
  width: 43px;
  height: 43px;
  text-align: center; }
  .pagination .page-link:focus, .pagination .page-link:hover {
    color: #ffffff;
    background-color: #006cff; }

.post-meta {
  margin-bottom: 30px; }
  .post-meta a {
    font-size: 14px;
    color: #57595c;
    font-weight: 400; }

.comments-area h5 {
  margin-bottom: 50px; }

.single_comment_area {
  margin-bottom: 50px; }
  .single_comment_area .comment-wrapper .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    border-radius: 50%;
    margin-right: 30px; }
    .single_comment_area .comment-wrapper .comment-author img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .comment-wrapper .comment-author {
        margin-right: 10px; } }
  .single_comment_area .comment-wrapper .comment-content .comment-meta a {
    display: inline-block;
    color: #081f3e;
    font-size: 14px;
    margin-bottom: 20px; }
    .single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
      color: #006cff; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .comment-wrapper .comment-content .comment-meta a {
        font-size: 12px; } }
  .single_comment_area .comment-wrapper .comment-content p {
    font-size: 14px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .comment-wrapper .comment-content p {
        font-size: 13px; } }
  .single_comment_area .children {
    margin-top: 50px;
    padding-left: 90px; }
    @media only screen and (max-width: 767px) {
      .single_comment_area .children {
        padding-left: 30px; } }

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.medilife-contact-area .comment-form h5,
.medilife-contact-area .contact-form h5 {
  margin-bottom: 50px; }
.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.medilife-contact-area .comment-form .form-group,
.medilife-contact-area .contact-form .form-group {
  margin-bottom: 10px; }
.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.medilife-contact-area .comment-form .form-control,
.medilife-contact-area .contact-form .form-control {
  width: 100%;
  height: 55px;
  background-color: #f5f7f9;
  padding: 15px;
  border: none;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0 !important; }
.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.medilife-contact-area .comment-form textarea.form-control,
.medilife-contact-area .contact-form textarea.form-control {
  height: 250px !important; }
.leave-comment-area .comment-form button[type=submit],
.leave-comment-area .contact-form button[type=submit],
.medilife-contact-area .comment-form button[type=submit],
.medilife-contact-area .contact-form button[type=submit] {
  margin-top: 40px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .medilife-contact-area .comment-form,
  .medilife-contact-area .contact-form {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .medilife-contact-area .comment-form,
  .medilife-contact-area .contact-form {
    margin-bottom: 100px; } }

/* :: 20.0 Contact Area CSS */
.single-contact {
  margin-bottom: 20px; }
  .single-contact .contact-icon i {
    color: #006cff;
    font-size: 20px; }
  .single-contact .contact-meta p {
    margin-bottom: 0; }

.contact-social-area {
  margin-top: 30px; }
  .contact-social-area a {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    color: #b4b4b4; }
    .contact-social-area a:focus, .contact-social-area a:hover {
      color: #006cff; }

.googleMap {
  width: 100%;
  height: 600px;
  border-bottom: 5px solid;
  border-color: #006cff; }

/* :: 21.0 Shortcode Area CSS */
.elements-title h2 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 50px; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #1d1d1d;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 24px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #006cff;
      color: #ffffff; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Cool Facts CSS */
.single-cool-fact-area {
  text-align: center; }
  .single-cool-fact-area i {
    font-size: 100px;
    color: #006cff;
    margin-bottom: 30px;
    display: block; }
  .single-cool-fact-area h2 {
    font-size: 48px;
    margin-bottom: 20px; }
  .single-cool-fact-area h6 {
    font-size: 22px;
    margin-bottom: 20px; }
  .single-cool-fact-area p {
    margin-bottom: 0; }

.all-icons-area {
  position: relative;
  z-index: 1; }
  .all-icons-area .medilife-single-icon {
    padding: 30px;
    border: 1px solid #f5f7f9;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .all-icons-area .medilife-single-icon i {
      font-size: 50px;
      color: #006cff;
      display: block;
      margin-bottom: 15px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .all-icons-area .medilife-single-icon span {
      display: block;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .all-icons-area .medilife-single-icon:hover, .all-icons-area .medilife-single-icon:focus {
      background-color: #006cff; }
    .all-icons-area .medilife-single-icon:hover i, .all-icons-area .medilife-single-icon:focus i {
      color: #ffffff; }
    .all-icons-area .medilife-single-icon:hover span, .all-icons-area .medilife-single-icon:focus span {
      color: #ffffff; }

/* testimonials css */

.card-main {
    padding: 50px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 4px 8px 0px #000;
}

.card-0 {
    color: #fff;
    background-color:#01c853;
    position: relative;
    margin-left: 70px;
    border-radius: 10px;
    min-height: 312px
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 10px;
    height: 10px
}

.profile {
    color: #000;
    background-color: #FFD54F;
    position: absolute;
    left: -70px;
    top: 17%;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.profile-pic {
    width: 120px;
    height: 120px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px
}

.open-quotes {
    margin-left: 130px;
    margin-top: 100px
}

.content {
    margin-left: 150px;
    margin-right: 80px;
    color: #fff;
    font-size: 18px;
}

.close-quotes {
    margin-bottom: 100px;
    margin-right: 60px
}

@media screen and (max-width: 600px) {
    .card-main {
        padding: 50px 10px
    }

    .card-0 {
        min-height: 432px
    }

    .profile {
        top: 24%
    }

    .profile-pic {
        width: 90px;
        height: 90px
    }

    .open-quotes {
        margin-left: 100px
    }

    .content {
        margin-left: 120px;
        margin-right: 50px
    }

    .close-quotes {
        margin-right: 30px
    }
}
.h2, h2 {
    font-size: 30px !important;padding-top: 10px !important;}
.mbfifty{margin-bottom:50px;}
.colora{background-color:#81DAF5}
.colorb{background-color:#088A08 !important}
.colorb p{color:#fff}
.colorb h2{color:#fff}