
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(owl.carousel.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);
/* :: 3.0 Base CSS */

* {
  margin: 0;
  padding: 0; }
  
  html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif; border-top:5px solid #e0e0e0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #081f3e;
  font-weight: 700; }
 
.onpadding{ padding:0px !important;} 

p {
  color: #7e7d7d;
  font-size: 13px;
  font-weight: 500;
  line-height:1.8; }

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; }

#preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: rgb(198,17,85);
  background: -moz-linear-gradient(180deg, rgba(198,17,85,1) 50%, rgba(0,58,113,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(198,17,85,1) 50%, rgba(0,58,113,1) 100%);
  background: linear-gradient(180deg, rgba(198,17,85,1) 50%, rgba(0,58,113,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c61155",endColorstr="#003a71",GradientType=1);
}

.modal{ z-index:999999;}
.modal-backdrop {
    position: fixed;    
    z-index: 99999;   
}
.modal-content {
    padding: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
}
.appointment-form { padding:20px 0 0 0px;}
.appointment-form .form-group .icon {
      position: absolute;
      top: 50% !important;
      right: 15px;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .appointment-form .form-group .icon span {
        color: rgba(0, 0, 0, 0.2) !important; }
    .appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap {
      position: relative; }
      .appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .appointment-form .form-group .btn {
      width: 100%;
      display: block !important; }
  .appointment-form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 45px !important;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 14px;
    border-radius: 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .appointment-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.5); }
    .appointment-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.5); }
    .appointment-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.5); }
    .appointment-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.5); }
    .appointment-form .form-control:focus, .appointment-form .form-control:active {
      border-color: #fff; }
  .appointment-form textarea.form-control {
    height: inherit !important; }
/* .hospital-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running hospital-load;
  animation: 2000ms linear 0s normal none infinite running hospital-load;
  background: transparent;
  border-color: #6e1a80;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  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; } */
  
  .hospital-load {
	  z-index: 9;
	  /*background: url(../img/loder-childcare-bg.png) no-repeat center center;	  
	  height: 620px;*/	  
  }
  .loader-icon img {display: block;
  margin:0 auto; padding:10% 0 0 0px}
  .loader-text img { display: block;
  margin:-3% auto 0 auto;}

/*@-webkit-keyframes hospital-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes hospital-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-10 {
  margin-left: 10px; }

.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: top 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: #cc085c;
  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: 50px;
  text-align: center;
  width: 50px;
  line-height: 45px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
      -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite; }
  
  #scrollUp:hover {
    background-color: #861577; }
	
	
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; 
	  }

	  .navbar-brand img{
		top: 2px !important;
		left: -24px !important;
	  }
	  
	  .counter-wrap:last-child{
		  border-bottom: 1px solid #dedede !important;
	  }
	  .facilities-area figure.effect-bubba p{
		  margin-top: -51px;
		  font-size: 7px;
		  padding: 0px 5px !important;
	  }
	  .help-img-inner{
		  padding-top:80px;
		  margin: -55px 0 0 0 !important;
	  }
	  
	  .ivf-failure1{
		  margin-top:15px;
		  margin-bottom:15px;
	  }
	  .navbar-toggler{
		  background-color: #d50659 !important;
		  margin: 10px 0 !important;
	  }
	  .header-area .main-menu .nav-link{
		  color: #fff !important;
	  }
	  .vision-section{
		  margin-bottom: 15px;
	  }
	  .mission-section{
		  margin-bottom:15px;
	  }
		
}

@media only screen and (max-width: 600px){
	.vision-section{
		  margin-bottom: 15px;
	  }
	  .mission-section{
		  margin-bottom:15px;
	  }
}






  @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-0-50 {
  padding: 0px 0 50px 0; }
 
.section-padding-0-100 {
  padding: 0px 0 100px 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); }

.hospital-btn {
  display: inline-block;  
  background-color: #fff;
  height: 35px;
  padding: 0 20px 0 20px;
  line-height: 32px;  
  min-width: 100px;
  border-radius: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; border-radius: 25px; }
  
  .hospital-btn b {font-size: 12px; 
  	text-transform: uppercase;
	background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; }	
	
	
/* ------------------------------------------------------------------
Whyus Setion
--------------------------------------------------------------------- */
.services-setion{
  margin-top: 0px;
  background:#eff6ff;
  padding:80px 0 0 0;
}

/*css-tab*/
.css-tab {
  text-align: center;
  margin:0 auto;
}

.css-tab .nav-tabs {
  border: 0;
  display: inline-block;
  padding: 5px;
  border-radius: 30px;
  margin-bottom: 45px;
}

.css-tab .nav-tabs>li>a {
  color: #656565;
  font-size: 15px;   
  border: 0;  
  margin:12px 10px;
}

.css-tab .nav-tabs>li>a i {
  display:block;
  border-radius: 50%;
  background-color: #fff;  
  width:90px; height:90px;
  line-height: 90px;
  margin:0 auto;  
}

.css-tab .nav-tabs>li>a i:before{
	font-size: 50px;
font-style: normal;
margin-left: 0px;
font-weight:200;
}

.css-tab .nav-tabs>li>a span { color: #3b3b3b; border-radius: 30px; text-transform: uppercase; text-align: center;
 vertical-align: middle;text-align: center; display:block; margin:15px 0 0 0; padding:8px 15px;}

.css-tab .nav-tabs > li > a:hover, 
.css-tab .nav-tabs > li > a:focus, 
.css-tab .nav-tabs > li.active > a, 
.css-tab .nav-tabs > li.active > a:hover, 
.css-tab .nav-tabs > li.active > a:focus {
  color: #ffffff;  
  border: 0;    
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background-color:transparent;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span {background-color:#ffffff; color:#c6095e; padding:8px 15px;
 -moz-box-shadow:    3px 3px 5px 0px #ccc;
  -webkit-box-shadow: 3px 3px 5px 0px #ccc;
  box-shadow:         3px 3px 5px 0px #ccc;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i {background: linear-gradient(to right, #6e1a80 0%, #d50659 100%); color:#fff;}

.nav-tabs > li > a:hover i{background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);}

.nikamhospital-tab-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 50px);
    flex: 0 0 calc(40% - 50px);
    min-width: calc(40% - 50px);
    margin-left: 0px;
	text-align:left;
}
.medilife-tab-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%;
}
.list-style li {
    position: relative;
    padding: 5px 0 0px 8px;
	list-style-image: url(../img/bull.png);
	margin-left:30px;
	font-weight:500;
	font-size:15px;
}

.nikamhospital-tab-text h2{    background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase; }
.nikamhospital-tab-text p{}


.css-tab .nav-tabs > li > a:focus i,
.css-tab .nav-tabs > li.active > a i, 
.css-tab .nav-tabs > li.active > a:hover span, 
.css-tab .nav-tabs > li.active > a:focus i {
  /* color: #c6095e; */
  background-color:#ffffff;
  padding:0px 15px;
  -moz-box-shadow:    3px 3px 5px 0px #ccc;
  -webkit-box-shadow: 3px 3px 5px 0px #ccc;
  box-shadow:         3px 3px 5px 0px #ccc; 
}

.css-tab .nav-tabs > li > a:hover span{padding:8px 15px; background-color:#ffffff;
-moz-box-shadow:    3px 3px 5px 0px #ccc;
  -webkit-box-shadow: 3px 3px 5px 0px #ccc;
  box-shadow:         3px 3px 5px 0px #ccc;
  color: #c6095e;
  }
.css-tab-content h3 {
  font-size: 30px;
  line-height: 80px;
  margin: 0;
}

.css-tab-content p {
  margin-bottom: 25px;
}

.nav-tabs>li { float: left;  margin-bottom: -1px; }




/* :: 4.0 Facilities Area CSS */	
.facilities-area{
    position: relative;
    overflow: hidden;
    padding: 100px 0 100px 0px;
}
.facilities-area h2 {
    background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
	}
	.facilitie-img { padding:0 50px;}

.grid {
	position: relative;
	margin: 0 auto;	
	max-width: 1000px;
	list-style: none;	
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;	
	cursor: pointer;
}

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

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

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

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

figure.effect-bubba {
	background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
}

.facilities-area figure.effect-bubba img {	
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.facilities-area figure.effect-bubba:hover img {
	opacity: 0.2;
}

.facilities-area figure.effect-bubba figcaption::before,
.facilities-area figure.effect-bubba figcaption::after {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.facilities-area figure.effect-bubba h3 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size:18px;
	font-weight:600;
	color:#fff !important; 
	text-align: left;
	position: absolute;
    bottom: 0;
	padding: 0px 15px;	
}

.facilities-area figure.effect-bubba p {
	padding: 20px 15px;
	opacity: 0;
	color:#fff;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	text-align: left;
	line-height:1.5;
}

.facilities-area figure.effect-bubba:hover figcaption::before,
.facilities-area figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.facilities-area figure.effect-bubba:hover h3
 {
	opacity: 1;
	-webkit-transform: translate3d(0,-150px,0);
	transform: translate3d(0,-150px,0);
}
.facilities-area figure.effect-bubba:hover .addeffect h3
 {	
	-webkit-transform: translate3d(0,-130px,0);
	transform: translate3d(0,-130px,0);
}

.facilities-area figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

.nikamhospital-area{
	padding: 100px 30px 0px 30px;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url(../img/nikamhospital-bg.jpg);
	position: relative;    
    overflow: hidden;}
	
.nikamhospital-box	{padding: 0px 0px;}
.ivf-failure{ padding:0 0 0 40px;}
	
	.vl-line1 {
  border-left: 1px solid #a7a7a7;
  height: 150px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  margin-top:15px;
	}

	
.single-benefits-thumb { margin:0;}
.nikamhospital-area h2{ text-align:center; font-size:20px; margin:0;  background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	vertical-align:top; text-transform:uppercase;}
	
.nikamhospital-area h3{ text-align:center; font-size:35px; background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; text-transform:uppercase;}		
	
.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: 18px;      
	  background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     }
	.single-benefits-area .pleft{ padding-left:20px;}
	.single-benefits-area .pright{ padding-right:20px;}
	.text-wrapper {width: 73%; display: inline-block;}
	.card-icon {
    float: none;
    margin-right: 0;
    margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	}
	.card-icon-right {
    float: none;
    margin-right: 10px;
    margin-left: 0;
	display: inline-block;
	vertical-align: top;
	}
  
  /*.hospital-btn span {
    width: 40px;
    height: 45px;
    background-color: #081f3e;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }*/
  .hospital-btn:hover, .hospital-btn:focus {
    background-color: #fff;
    color: #ffffff !important; font-weight: 500; }
  .hospital-btn:hover span, .hospital-btn:focus span {
    color: #ffffff;
    background-color: #006cff; }
  .hospital-btn.btn-2 {
     background: linear-gradient(to right, #6e1a80 10%, #d50659 90%);
    color: #ffffff; }
    .hospital-btn.btn-2 span {
      color: #ffffff;
      background-color: #006cff; }
    .hospital-btn.btn-2:hover, .hospital-btn.btn-2:focus {
      background-color: #006cff;
      color: #ffffff; }
    .hospital-btn.btn-2:hover span, .hospital-btn.btn-2:focus span {
      color: #ffffff;
      background-color: #081f3e; }
  .hospital-btn.btn-3 {
    background-color: #ffffff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff; }
    .hospital-btn.btn-3 span {
      top: -2px;
      right: -2px; }
  .hospital-btn.btn-4 {
    background-color: #ffffff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff; }
    .hospital-btn.btn-4 span {
      background-color: #006cff;
      top: -2px;
      right: -2px; }

.hospital-appoint-btn {
  display: inline-block;
  color: #ffffff;
  border-radius: 25px;
  background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  font-size: 10px;
  font-weight: 700;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  box-shadow: none;
  border:0;
-webkit-transition-duration: 500ms;
  transition-duration: 500ms;
      -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;  }
  .hospital-appoint-btn span {
    font-weight: 700; }
  .hospital-appoint-btn:hover, .hospital-appoint-btn:focus {
    color: #ffffff;   
    box-shadow: none;
    font-weight: 700;
	font-size: 10px; }
  .hospital-appoint-btn:hover span, .hospital-appoint-btn:focus span {
    font-weight: 700; }
	
	 .counter-wrap {
    border-bottom: 1px solid #dedede; }
    
    .counter-wrap:nth-child(even) {
        border-left: 1px solid #dedede; }
     .counter-wrap:last-child {
        border-bottom: none; }
      .counter-wrap:nth-child(3) {
        border-bottom: none; }
		
  .news-updates { padding: 4rem 0; }
  .video-des { border-bottom:1px solid #a7a7a7; padding:0 0px 20px 0;  }
  .video-des .hospital-btn {  float:right; width:52%; text-transform: uppercase; font-size:12px; margin:10px 0 0 0;}

  .news-updates .section-heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px; }
    .news-updates .section-heading h2 {
      margin-bottom: 0;
      line-height: 0; }
    .news-updates .section-heading a {
      font-size: 16px; }
  .news-updates .post-entry-big .img-link {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden; }
    .news-updates .post-entry-big .img-link img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .news-updates .post-entry-big .img-link:before {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      content: "";
      background: #000;
      opacity: 0;
      z-index: 2;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .news-updates .post-entry-big .img-link img {
      z-index: 1; }
    .news-updates .post-entry-big .img-link:hover:before {
      opacity: .6;
      visibility: visible; }
    .news-updates .post-entry-big .img-link:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .news-updates .post-entry-big .post-content .post-meta a {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;    
    color: #fff;
	font-weight:500;
	background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
	padding:5px 12px; }
  .news-updates .post-entry-big .post-content .post-heading {
    line-height: .7; }
    .news-updates .post-entry-big .post-content .post-heading a {
      font-size: 14px;      
      color: #303030; padding:0; margin:0; font-weight:600; }
      .news-updates .post-entry-big .post-content .post-heading a:hover {
        color: #303030; }
  .news-updates .post-entry-big.horizontal .img-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px; }	
	
	.video-1 {
  position: relative;
  display: block; }
  .video-1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
	border:4px solid #fff;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; }
    .video-1 .play > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
	  font-size:25px; }
  .video-1:hover {
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3); }
		
   .news-updates p{ margin:0 0 !important;}
   
/* :: Helpsetion CSS */   
   .helpsetion{ background: linear-gradient(to right, #6e1a80 10%, #d50659 90%); padding: 40px 0px 0px 0px;}
   .helpsetion h2{ color:#fff; font-size:30px; margin:0;}
   .helpsetion p{ color:#fff; font-size:16px; margin:0 0 10px 0;}
   .helpsetion h3{ color:#fff; font-size:23px;}
   .consult-btn {
  display: inline-block;  
  background-color: #fff;
  height: 35px;
  padding: 0 20px 0 20px;
  line-height: 32px;  
  min-width: 100px;  
  font-weight: 500;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; border-radius: 25px;
  text-transform:uppercase; font-size:13px;
  margin-top:5px;
   }
    .consult-btn b{ 
	  background: linear-gradient(to right, #950389 0%, #286d99 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     font-weight:600;}
	 .consult-btn:hover{font-size: 13px;}
	 
	.help-img{ margin:-350px 0 0 0;} 
	.help-img-inner{ margin:-130px 0 0 0;} 
	
.vision-section { background: #f0f0f0; padding:30px; height:230px;}
.vision-section h2{ font-size:25px; display:inline-block; background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.vision-section i{ display:inline-block; padding:0 20px 20px 0;}
.mission-section { background: #f0f0f0; padding:30px; height:230px; }
.mission-section h2{ font-size:25px; display:inline-block; background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.mission-section i{ display:inline-block; padding:0 20px 20px 0;}
.commitment-section { background: #f0f0f0; padding:30px; height:230px; }
.commitment-section h2{ font-size:25px; display:inline-block; background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.commitment-section i{ display:inline-block; padding:0 20px 20px 0;}
	 
	
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hospital-appoint-btn {
		      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .hospital-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: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    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: relative;
  z-index: 10000;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.top-header-area {
  position: relative;
  z-index: 1;
  height: 35px;   }
  
.top-header-area-right {}  
.top-header-area-right:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	height:100%;
	z-index:-1;
	width:100%;
	background-color:#ededed;
}

.top-header-area-right:after{
	position:absolute;
	content:'';
	left:-55px;
	top:0px;
	border-top: 35px solid #ededed;
	border-left: 55px solid transparent;
}

  
.header-top-two{
	position:relative;	
}

.header-top-two .top-right .links{
	position:relative;
	float:left;	
	margin: 0 0 0 -27px;
}

.header-top-two .top-right .links li{
	position:relative;
	font-size:13px;	
	margin-right:0px;
	display:inline-block;
	border-right:1px #c1c1c1 solid;
	padding:8px 15px 0px 15px;
}

.header-top-two .top-right .links li span{	
	background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight:600;	
}
.header-top-two .top-right .links li i{	
	background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:20px; padding:0px 5px 0 0; float:left;
	line-height:25px;
	margin-top:-3px;	
}
.header-top-two .top-right .links li a{
	color:#474747;
	font-weight:600;
	font-size:13px;
}


.header-top-two .top-right .social-icons{
	position:relative;
	padding:5px 0px;
	margin:0 0 0 10px;
	float:left;
}

.header-top-two .top-right .social-icons li{
	position:relative;
	margin-left:12px;
	display:inline-block;
}

.header-top-two .top-right .social-icons li:last-child{
	border-right:none;
}

.header-top-two .top-right .social-icons li a{
	position:relative;
	color:#474747;
	font-size:16px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.header-top-two .top-right .social-icons li a:hover{
	color:#cd0c5e;
}

.navbar-brand img {
    position: absolute;
    width: 330px;
    top: -12px;
    left: -65px;
}
.is-sticky .navbar-brand img {top:0px;}
	
  
  .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: 60px !important;
  position: relative;
  z-index: 1;  
  -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; } 
	  }
	  
nav .nav-link {
    position: relative;
    display: inline-block;    
    outline: none;    
    text-decoration: none;   
    text-shadow: 0 0 1px rgba(255,255,255,0.3);    
}	  

.header-area .main-menu .nav-link {
  font-size: 11px;  
  padding: 8px 6px 0 6px;
  color: #180507;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 1px; 
  -webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s; 
  }
  .header-area .main-menu a.active{color: #d50659;}
  
	.header-area .main-menu .nav-link::before {
	position: absolute;
	top: 100%;
	left:50%;	
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;	
		
}
	.header-area .main-menu .nav-link:hover::before,
	.header-area .main-menu .nav-link:focus::before {
		color: #d50659;
		text-shadow: 10px 0 #d50659, -10px 0 #d50659;		
	}

	.header-area .main-menu .nav-link:hover,
	.header-area .main-menu .nav-link:focus {
		color: #d50659;
	}
	
	
  /* .header-area .main-menu .nav-link:focus {
    background: linear-gradient(to right, #6e1a80 0%, #d50659 100%); color:#fff } */
  @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"); }




/* :: 5.0 Welcome Area CSS */
.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 700px; }
  @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{ padding:0 0 0 30px; }
.hero-slides-content h2 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 20px;
text-transform:uppercase;}
 .banner-text{background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
  
  .hero-slides-content p {
  color: #ffffff;
  font-size: 13px;
  line-height:1.5;
  }
  
  .google-review {
  position:fixed;
  width:100px;
  height:100px;  
  right:-25px;
  top:35%;
  z-index:99;
}
@keyframes jump {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  40%  {transform: translate3d(0,30%,0) scale3d(1,1,1);}
  100% {transform: translate3d(0,100%,0) scale3d(1,1,1);}
}
.jump {
  transform-origin: 50% 50%;
  animation: jump .8s linear alternate infinite;
}
.jump:hover {animation: jump .0s linear alternate infinite;}
  
  @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: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  left: 25px;
  margin-top: -35px;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;  
  font-size: 14px; }
  .hero-area .owl-prev:hover,
  .hero-area .owl-next:hover {
    }
  @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: 25px; }
  @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 {
  
  position: absolute;
  bottom: 40px;
  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: 25px;
  height: 2px;
  background-color: #cacaca;
  margin-right: 6px; }
  .hero-area .owl-dot.active {
    background-color: #fff;
	height: 3px; }

/* :: 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: 13px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
  padding: 0 15px;
  border: 2px solid #536174; }
  .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; }

.hospital-book-an-appoinment-area {
  position: relative;
  z-index: 1;
  margin-top: -65px; }
  .hospital-book-an-appoinment-area .appointment-form-content {
    background-color: #081f3e; }
  .hospital-book-an-appoinment-area .hospital-appointment-form {
    background-color: #081f3e;
    padding: 60px 50px; }
    .hospital-book-an-appoinment-area .hospital-appointment-form select {
      border: 2px solid #536174;
      background-color: transparent; }
	  
	  .medica-about-content{ padding:100px 50px 0 40px;}
	  
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hospital-book-an-appoinment-area .hospital-appointment-form {
        padding: 40px 30px; } }
    @media only screen and (max-width: 767px) {
      .hospital-book-an-appoinment-area .hospital-appointment-form {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .hospital-book-an-appoinment-area .hospital-appointment-form button[type=submit] {
        margin-top: 15px; } }
  .hospital-book-an-appoinment-area .hospital-contact-info {
    padding: 30px;
    background-color: #006cff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hospital-book-an-appoinment-area .hospital-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: 25px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; }
	.medica-about-content p.black{ line-height:1.6; color:#000;}
	.bg-white { background-color: #fff !important; }
	.counters-wrap {  width: 100%; box-shadow: 0px -30px 38px rgba(0,0,0,0.2); padding:30px 30px;}
	
	
	
  @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; }

  .zoomable-image {
    position: relative;
    overflow: hidden;
}

.zoomable-image img {
    transition: transform 0.3s ease;
}

.zoomable-image:hover img {
    transform: scale(1.1);
    cursor: zoom-in;
}

  .single-service-area .service-icon {
    width: 64px;
    height: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    margin-right: 30px;
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    background-color: #cacaca;
    border-radius: 50%;
    color: #ffffff;
    -webkit-transition-duration: 500ms;
    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; }
    .single-service-area .service-content p {
      margin-bottom: 0; }
  .single-service-area:hover .service-icon {
    background-color: #006cff; }
  .single-service-area:hover .service-content h5 {
    color: #006cff; }

/* :: 9.0 Gallery Area CSS */
.medica-gallery-area { margin:0 0px 100px 0px;}

.single-gallery-item {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-gallery-item::after {
    background-color: rgba(0, 108, 255, 0.75);
    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: 48px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .features-content h2 {
      font-size: 30px; } }

/* :: 11.0 Emergency Area CSS */
.hospital-emergency-area {
  background-color: #006cff; }
  .hospital-emergency-area .emergency-content i {
    font-size: 130px;
    color: #ffffff;
    display: block;
    margin-bottom: 50px; }
  .hospital-emergency-area .emergency-content h2 {
    font-size: 44px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hospital-emergency-area .emergency-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .hospital-emergency-area .emergency-content h2 {
        font-size: 24px; } }
  .hospital-emergency-area .emergency-content h3 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hospital-emergency-area .emergency-content h3 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hospital-emergency-area .emergency-content h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .hospital-emergency-area .emergency-content h3 {
        font-size: 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hospital-emergency-area .emergency-content {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .hospital-emergency-area .emergency-content {
      margin-bottom: 100px; } }
  .hospital-emergency-area .single-emergency-helpline h5 {
    color: #ffffff;
    margin-bottom: 20px; }
  .hospital-emergency-area .single-emergency-helpline p {
    color: #ffffff;
    margin-bottom: 0; }
	
/* ::  Testimony CSS */	
	
.testimony-section {
  position: relative;
  background: #207dff;
  overflow: hidden;
  padding:100px 0 40px 0px}
  
  .testimony-section h2{
	  background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-transform:uppercase;}
  
  .testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';    
    background: #ededed; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    bottom: 60px !important;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .testimony-section .owl-nav {
        display: none; } }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      width: 60px;
      height: 60px;
      background: #fff !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 1; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 20px;
        margin-top: 7px;
        color: #000000; }
    .testimony-section .owl-nav .owl-prev {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .testimony-section .owl-nav .owl-prev {
          right: 61px !important; } }
      .testimony-section .owl-nav .owl-prev:hover, .testimony-section .owl-nav .owl-prev:focus {
        background: #000000 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #fff; }
    .testimony-section .owl-nav .owl-next {
      top: 0 !important;
      right: 0 !important; }
      @media (min-width: 992px) {
        .testimony-section .owl-nav .owl-next {
          right: 0 !important; } }
      .testimony-section .owl-nav .owl-next:hover, .testimony-section .owl-nav .owl-next:focus {
        background: #000000 !important;
        outline: none !important; }
        .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
          font-size: 24px;
          margin-top: 7px;
          color: #fff; }
  .testimony-section .owl-dots {
    text-align: center; padding:70px 0; }
    .testimony-section .owl-dots .owl-dot {
      width: 25px;
      height: 2px;
      margin: 5px;
      display: inline-block;
      background:#727272; }
      .testimony-section .owl-dots .owl-dot.active {
        background: linear-gradient(to right, #6e1a80 0%, #d50659 100%); height: 4px; }

.testimony-wrap {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7); }
  .testimony-wrap .user-img {
    width: 90%;
    height: 50px;   
    position: relative;
    margin: 0 auto;
    }
    .testimony-wrap .user-img .quote {
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 40px;
      height: 40px;      
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .testimony-wrap .user-img .quote i {
        background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:50px; }
  .testimony-wrap .text {
    padding-top: 6em;
    margin-top: -65px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .testimony-wrap .name {
    font-weight: 600;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 18px;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;    
    font-weight: 400; }

	.vl-line {
  border-left: 1px solid #a7a7a7;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
	}
	
/* :: News Area CSS */
	
	.news-area{position: relative;    
    overflow: hidden;
    padding: 100px 0 40px 0px;}
	
	.news-area h2 {
    background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
	}
	.news-area p { margin:0 30px;}

/* :: 12.0 Footer Area CSS */
.footer-area {
  background-color: #1d1d1d;
  padding-left: 0px;
  padding-right: 0px; }
  @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-area1{ padding:80px 0px 20px 5px;}
  .footer-widget-area li, .footer-widget-area1 li { list-style: disc; padding:0 0px 10px 5px; margin:0 0 0 10px; color: #818181;}
  .footer-widget-area li a, .footer-widget-area1 li a{  font-size: 14px;
    font-weight: 500;
	    color: #818181;}
  
  
.footer-widget-area .footer-social-info {
  margin-top: 40px; }
.top-margin{padding: 80px 0px 0px 0px;}  
  
  .footer-widget-area .footer-social-info a {
    color: #ffffff;
    margin-right: 7px;
    font-size: 13px;
    display: inline-block;
	background:#333333; padding:5px 5px; border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center }
.footer-widget-area .widget-title h6, .footer-widget-area1 .widget-title h6 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase; }
.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-address-form {
  background-color: #303030;
  padding: 60px 20px 80px 20px; }
  
  .block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 0px; font-weight:normal;}
  .block-23 ul li span {
    color:#979797; font-size:14px; }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon, .block-23 ul li .text b { color:#fff; display:block; font-weight:normal;}
	
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color:#fff; }
	
	.block-23 ul li {
	border-bottom:1px dashed #979797; padding:15px 0; width: 93%;}
  
  .bottom-footer-area { background:#080808; padding:20px 0;}
  
  @media only screen and (max-width: 767px) {
    .footer-widget-area .footer-address-form {
      padding: 30px 20px; } }
.footer-widget-area .footer-newsletter-area form {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
.footer-widget-area .footer-newsletter-area input {
  width: 100%;
  height: 48px;
  background-color: #3e3e3e;
  font-size: 13px;
  padding: 0 12px; }
.footer-widget-area .footer-newsletter-area button {
  position: absolute;
  top: 0;
  padding: 0 15px;
  height: 48px;
  font-size:12px;
  right: 0;
  z-index: 9;
  cursor: pointer;
  background-color: #c00a61;
  color: #ffffff;
  border: none; }
.footer-widget-area .footer-newsletter-area p {
  font-size: 13px;
  color: #767676;
  margin-bottom: 0; }

.copywrite-text p {
  color:#616161;
  margin-bottom: 0;
  font-size:13px; }
  .copywrite-text p span{ margin-right:15px;}
  .copywrite-text p a {
    color: #616161; font-size:13px; border-left:1px solid #616161; padding:0 10px; font-weight:500; }

/* :: 13.0 Breadcumb Area CSS */
.breadcumb-area {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom:100px; }
  .breadcumb-area .breadcumb-title {
    font-size: 23px;
    margin-bottom: 10px;
	color:#fff;
	text-transform:uppercase; font-weight:600;}
	.breadcumb-area p {
		width:50%;
		color:#fff;}
	.breadcumb-section{ padding:20px 0 0 0;}
	.breadcrumb{background-color: transparent; font-size:14px; color:#737373; font-weight: 500; margin:0;}
	.breadcrumb li a {color:#737373; font-weight: 500;}
	.about-content{ padding:50px 50px 0 0;}
	.about-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; }
	.about-content p.black{ line-height:1.6; color:#000;}
	
	.nikamhospital-section {
    background: linear-gradient(to right, #6e1a80 10%, #d50659 90%);
    padding: 60px 0 60px 0;
	margin-bottom:60px; }
	.nikamhospital-section h2 { color:#fff; font-size:23px; font-weight:500; margin-bottom:30px;}
	.nikamhospital-section p { color:#fff; font-size:14px; font-weight:400;text-align: justify;}
	
	.list-number li{list-style-type: decimal; 
	margin-left:30px;
	font-weight:400;
	font-size:14px;
	color:#fff;
	margin-bottom:10px;}
	
	.list-number1 li{list-style-type: decimal; 
	margin-left:30px;
	font-weight:400;
	font-size:14px;
	color: #7e7d7d;
	margin-bottom:10px;}
	
	
	.list-style1 li {
    position: relative;
    padding: 10px 0 10px 8px;
	list-style-image: url(../img/bull-1.png);
	margin-left:40px;
	font-weight:400;
	font-size:14px;
	color:#fff;
	border-bottom:1px solid #bb6693;
	}
	
	.list-style2 li {
    position: relative;
    padding: 10px 0 10px 8px;
	list-style-image: url(../img/bull-1.png);
	margin-left:40px;
	font-weight:400;
	font-size:14px;
	color:#fff;	
	}
	.list-style3 li {
    position: relative;
    padding: 8px 0 8px 8px;
	list-style-image: url(../img/bull-1.png);
	margin-left:40px;	
	font-weight:400;
	font-size:14px;
	color: #7e7d7d;
	}
	
	.nikamhospital-section1{ padding:0 0 50px 0;}
	.nikamhospital-section1 h2{
    font-size: 23px;
    margin-bottom: 15px;
    background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
		}
   .fertility-img { margin:15px 0;}
   .laparoscopy-img { margin:15px 0;}
   .final-words-content { background: #f0f0f0; padding:25px 25px 15px 50px;}
   .final-words h2{
    font-size: 20px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   }
	
	
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-title {
        font-size: 30px; } }
  .breadcumb-area::after {
    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 */
.hospital-tabs-content .nav-tabs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none; }
.hospital-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; }
  .hospital-tabs-content .nav-link:hover, .hospital-tabs-content .nav-link:focus {
    border-color: #ffffff; }
  .hospital-tabs-content .nav-link.active {
    background-color: #006cff;
    color: #ffffff;
    border-color: #006cff; }
    @media only screen and (max-width: 767px) {
      .hospital-tabs-content .nav-link.active {
        border-color: #ffffff; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hospital-tabs-content .nav-link {
      padding: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hospital-tabs-content .nav-link {
      padding: 15px;
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .hospital-tabs-content .nav-link {
      padding: 10px;
      font-size: 12px; } }
.hospital-tabs-content .hospital-tab-content {
  margin-top: 1px;
  border: 2px solid;
  border-color: #006cff;
  padding: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hospital-tabs-content .hospital-tab-content {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .hospital-tabs-content .hospital-tab-content {
      padding: 15px; } }
  .hospital-tabs-content .hospital-tab-content .hospital-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) {
      .hospital-tabs-content .hospital-tab-content .hospital-tab-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        margin-right: 0; } }
    .hospital-tabs-content .hospital-tab-content .hospital-tab-text h2 {
      font-size: 44px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hospital-tabs-content .hospital-tab-content .hospital-tab-text h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .hospital-tabs-content .hospital-tab-content .hospital-tab-text h2 {
          font-size: 30px; } }
  .hospital-tabs-content .hospital-tab-content .hospital-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 p{font-size: 12px; color:#000000; font-weight:500;}
   

/* :: 18.0 CTA Area CSS */
.hospital-cta-area {
  position: relative;
  z-index: 1;
  background-color: #006cff;
  padding: 30px 0; }
  .hospital-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; }
    .hospital-cta-area .cta-content i {
      color: #ffffff;
      font-size: 50px;
      margin-right: 30px;
      display: inline-block; }
    .hospital-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) {
        .hospital-cta-area .cta-content h2 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .hospital-cta-area .cta-content h2 {
          font-size: 20px;
          margin: 15px 0; } }
    .hospital-cta-area .cta-content h3 {
      color: #ffffff;
      margin-bottom: 0;
      font-size: 44px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hospital-cta-area .cta-content h3 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .hospital-cta-area .cta-content h3 {
          font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .hospital-cta-area .cta-content {
        display: block; } }

/* :: 19.0 Blog Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-post-thumbnail {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-post-thumbnail .post-date a {
      min-width: 110px;
      height: 35px;
      background-color: #cc085c;
      display: block;
      color: #ffffff;
      line-height: 35px;
      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 30px 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: #081f3e;
      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; }

.hospital-catagories-card h5 {
  margin-bottom: 30px; }
.hospital-catagories-card ul li a {
  display: block;
  padding: 10px;
  color: #57595c;
  font-size: 14px;
  font-weight: 400; }
  .hospital-catagories-card ul li a:hover, .hospital-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; }

.hospital-emergency-card {
  padding: 50px 30px; }
  .hospital-emergency-card i {
    font-size: 70px;
    display: block;
    margin-bottom: 50px;
    color: #ffffff; }
  .hospital-emergency-card h2 {
    font-size: 25px;
	color: #fff;	}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hospital-emergency-card h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .hospital-emergency-card h2 {
        font-size: 20px; } }
  .hospital-emergency-card h3 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hospital-emergency-card h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .hospital-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: 10px; }
  .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,
.hospital-contact-area .comment-form h5,
.hospital-contact-area .contact-form h5 {
  margin-bottom: 50px; }
.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.hospital-contact-area .comment-form .form-group,
.hospital-contact-area .contact-form .form-group {
  margin-bottom: 10px; }
.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.hospital-contact-area .comment-form .form-control,
.hospital-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,
.hospital-contact-area .comment-form textarea.form-control,
.hospital-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],
.hospital-contact-area .comment-form button[type=submit],
.hospital-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,
  .hospital-contact-area .comment-form,
  .hospital-contact-area .contact-form {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .hospital-contact-area .comment-form,
  .hospital-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 {
    color: #006cff;
	margin-top:30px;
    margin-bottom: 10px;
    display: block; }
  .single-cool-fact-area h2 {
    font-size: 40px;
    margin-bottom: 10px;
	background: linear-gradient(to right, #6e1a80 0%, #d50659 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .single-cool-fact-area h6 {
    font-size: 18px;
    margin-bottom: 10px; }
  .single-cool-fact-area p {
    margin-bottom: 0; }

.all-icons-area {
  position: relative;
  z-index: 1; }
  .all-icons-area .hospital-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 .hospital-single-icon i {
      font-size: 50px;
      color: #006cff;
      display: block;
      margin-bottom: 15px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .all-icons-area .hospital-single-icon span {
      display: block;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .all-icons-area .hospital-single-icon:hover, .all-icons-area .hospital-single-icon:focus {
      background-color: #006cff; }
    .all-icons-area .hospital-single-icon:hover i, .all-icons-area .hospital-single-icon:focus i {
      color: #ffffff; }
    .all-icons-area .hospital-single-icon:hover span, .all-icons-area .hospital-single-icon:focus span {
      color: #ffffff; }
	  
	

/*# sourceMappingURL=style.css.map */

 #customers-testimonials .shadow-effect p {
font-family: inherit;
font-size: 15px;
line-height: 1.5;
margin: 10px 0 17px 0;
font-weight: 300;
color: #4d4d4d;
line-height: 26px;
    }
    .testimonial-name {
        margin: -17px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding: 9px 35px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
    }
    #customers-testimonials .item {
        text-align: center;
        padding: 50px;
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    #customers-testimonials .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #e20015;
    }
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
background: #c5c5c5;
display: inline-block;
height: 10px;
width: 10px;
border-radius: 50px;
-moz-border-radius: 0%;
-webkit-border-radius: 50px;
-o-border-radius: 0%;
border: 0px;
margin: 0 5px;
    }
.shadow-effect > img{
max-width: 169px;
margin: auto;
border: 1px solid #e20015;
border-radius: 50%;
padding: 10px;
}
.quote-img img{
	max-width: 40px;
}
.client-name{
	color: #e20015 !important;
	font-size: 14px;
	text-align: right;
}
.testimonials{		
padding: 50px 0px;
}

.shadow-effect {
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        text-align: center;
  border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
.news-box { background: #f0f0f0; padding:25px; margin:0px;}



.telco_link a{
	border-left:none !important;
}

.modal-header {padding:0px !important;}

.glow-text {
    position: relative;
    z-index: 1;
}

.glow-text::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: black;
    opacity: 0.5;
    box-shadow: 0 0 10px 5px black;
}
