/*--------------------------------------------------------------
>>> CSS THEME TABLE OF CONTENTS:
----------------------------------------------------------------
* Hero Slider CSS
* Schedule CSS
* Feautes CSS
* Fun Facts CSS
* Why Choose CSS
* Call to Action CSS
* Portfolio CSS
	+ Portfolio Single CSS
* Services CSS
* Testimonials CSS
* Departments CSS
* Pricing Table CSS
* Team CSS
	+ Single Team
* Blog CSS
	+ Latest Blog CSS
	+ Blog Single CSS
	+ Blog Sidebar CSS
* Clients CSS
* Appointment CSS
* Faq CSS
* Contact Us CSS
* Error 404 CSS
* Mail Success CSS
* Newsletter CSS
* Doctor Calendar CSS
* About Us CSS
* Footer CSS
--------------------------------------------------------------*/

/*===========================
	Global CSS
=============================*/
.section{
	padding:100px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
}
.section-title h1 {
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 24px;
	position: relative;
	color: #2C2D3F;
}
.section-title h2 {
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 24px;
	position: relative;
	color: #2C2D3F;
}
.section-title h3 {
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 24px;
	position: relative;
	color: #2C2D3F;
}
.section-title h4 {
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 24px;
	position: relative;
	color: #2C2D3F;
}
.section-title p{
	font-size:15px;
	color:#888;
	margin-top:15px;
}
.section-title-2 {
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
}
.section-title-2 h5 {
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 24px;
	padding: 20px;
    background-color: #1a76d1;
	position: relative;
	color: #fff;
	margin-top: 30px;
}
.vc_column-inner {
	padding-top: 0px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vc_col-sm-3 {
	width: 50% !important;
}
}
/*===========================
	End Global CSS
=============================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.slider .single-slider .text{
	margin-top:120px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h1 {
	color: #2C2D3F;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.slider .single-slider h1 span{
	color:#1a76d1;
}
.slider .single-slider p {
	color: #fff;
	/*color: #2C2D3F;*/
	margin-top: 27px;
	font-weight: 600;
}
.slider .single-slider .button{
	margin-top:30px;
}
.slider .single-slider .btn {
	font-weight: 500;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	color: #fff;
}
.slider .single-slider .btn:last-child{
	margin:0;
}
.slider .single-slider .btn.primary{
	background:#2C2D3F;
	color:#fff;
}
.slider .single-slider .btn.primary:before{
	background:#1A76D1;
}
.slider .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #1A76D1;
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover{
	background:#2C2D3F;
	color:#fff;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1{
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p{
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button{
    animation: fadeInDown 1s both 1.5s;
}
/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/
.schedule {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 230px;
}
.schedule-inner {
	position: relative;
	transform: translateY(-50%);
	z-index: 9;
	margin-bottom: -140px;
	padding-top: 16px;
	padding-bottom: 32px;
}
.single-schedule {
	position: relative;
	text-align: left;
	z-index:3;
	border-radius:5px;
	/*background:#1A76D1;*/
	 -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.single-schedule .inner {
	overflow:hidden;
	position: relative;
	padding:30px;
	z-index:2;
}
.single-schedule:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#1A76D1;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.single-schedule:hover:before{
	opacity: 0.8;
}
.single-schedule:hover{
	transform: translateY(-5px);
}
.single-schedule .icon i{
	position: absolute;
	font-size: 110px;
	color: #fff;
	 -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	z-index:-1;
	visibility:visible;
	opacity:0.7;
	right: -25px;
	bottom: -30px;
}
.single-schedule span{
	display:block;
	color:#fff;
}
.single-schedule h4{
	font-size: 20px;
	font-weight:600;
	display:inline-block;
	text-transform:capitalize;
	color:#fff;
	margin-top:13px;
}
.single-schedule p{
	color:#fff;
	margin-top:22px;
}
.single-schedule a {
	color: #fff !important;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
.single-schedule a:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:1px;
	width:0%;
	background:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-schedule a:hover:before{
	width:100%;
	width:100%;
}
.single-schedule a i{
	margin-left:10px;
}
.single-schedule .time-sidual{
	overflow:hidden;
	margin-top:17px;
}
.single-schedule .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom:3px;
}
.single-schedule .time-sidual li:last-child{
	margin:0;
}
.single-schedule .time-sidual li span{
	display:inline-block;
	float:right;
}
.single-schedule .day-head .time {
	font-weight: 400;
	float: right;
}
/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes{
	padding-top:0;
}
.single-feature {
	text-align: center;
	position: relative;
}
.single-feature::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #1a76d1;
}
.single-feature.disable:before{
	display:none;
}
.single-feature.last::before{
	display:none;
}
.single-feature .signle-icon{
	position:relative;
}
.single-feature .signle-icon i{
	font-size:50px;
	color:#1a76d1;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	height:100px;
	width:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #dddddd;
	border-radius:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-feature:hover .signle-icon i{
	background:#1A76D1;
	color:#fff;
	border-color:transparent;
}
.single-feature h3{
	padding-top: 128px;
	color:#2C2D3F;
	font-weight:600;
	font-size:21px;
}
.single-feature p {
	margin-top: 20px;
}
/*=============================
	End Feautes CSS
===============================*/

/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts{
	position:relative;
}
.fun-facts.section{
	padding:120px 0;
}
.fun-facts{
	background:url('http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/fun-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-facts .single-fun {
	position: relative;
	z-index: 333;
}
.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	background-color: #1a76d1 ;
	padding: 0;
	margin: 0;
	border: 2px solid #1a76d1;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.fun-facts .single-fun:hover i{
	color:#000;
	background:#fff;
	border-color:#000;
}
.fun-facts .single-fun .content {
	padding-left: 80px;
}
.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}
.fun-facts .single-fun p{
	color:#000;
	font-size:15px;
}
/*===================
	End Fun Facts
=====================*/

/*===================
	Why choose CSS
=====================*/
.small-list h3{
	font-size:20px;
	font-weight:600;
	color:#fff;
	position:relative;
	padding:10px;
	margin-bottom:24px;
	margin-top: 28px;
	background-color: #f85c37;
	border-radius: 10px;
}
.small-list h3 a:hover{
	color:#000;
}
.small-list h4{
	font-size: 30px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.small-list h4:before{
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #1a76d1;
}

.margin-1 p{
	margin-bottom: 10px;
}

.small-list h2{
	font-size:24px;
	font-weight:600;
	color:#fff;
	position:relative;
	padding:20px;
	margin-bottom:24px;
	margin-top: 30px;
	background-color: rgb(2, 117, 216);
}
.small-list h2 a:hover{
	color:#000;
}
.small-list img{
	margin-top: 20px;
}
.small-list h2:before{
	/*position:absolute;*/
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	/*background:#1a76d1;*/
}
.small-list-2 h2{
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.small-list-2 h2:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 20%;
	background: #2C2D3F;
	
}
.small-list-2 h5{
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.small-list-2 img{
	margin-top: 20px;
	border-radius: 5px;
}
.small-list-2 h5:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #2C2D3F;
}
.small-list-2 h3{
	color: #1a76d1;
    font-weight: 500;
    margin: 20px 0;
    font-size: 17px;
}
.small-list-2 p{
	margin-bottom:10px;
}
.small-list-2 p:before{
	content: "\f00c";
    font-family: 'FontAwesome';
    width: 16px;
    height: 16px;
    background: #3D76D1;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    position: relative;
    text-align: center;
    padding: 0;
    margin-right: 8px;
}

.small-list-2 h6{
	color: #1a76d1;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 18px;
    font-size: 17px;
}

.small-list p{
	margin-bottom:6px;
	color: #000;
	padding-left: 30px;
}
.small-list .list{
	margin-top:20px;
	margin-bottom:30px;
}
.small-list .list li {
	color: #3f3d3d;
	margin-bottom: 12px;
	width: 49%;
	display: inline-block;
}
.small-list .list li:last-child{
	margin-bottom:0px;
}
.small-list .list li i{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	background:#1a76d1;
	color:#fff;
	font-size:14px;
	border-radius:100%;
	padding-left:2px;
	margin-right:16px;
}
/* Start Faq CSS */
.video-play{
	height:100%;
	width:100%;
	position:relative;
}
.video-play .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 21px;
	background: #1a76d1;
	padding-left: 4px;
}
.video-play .video:hover{
	transform:scale(1.1);
}
.video-play .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.video-play .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.video-play .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.video-play .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/*=======================
	End Why choose CSS
=========================*/

/*===============================
	Start Call to action CSS
=================================*/
.call-action{
	background-image:url('http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/call-bg.jpg');
	background-size:cover;
	background-position:center;
	position:relative;
	background-repeat:no-repeat;
}
.call-action .content {
	text-align: center;
	padding: 80px 65px 100px;
	z-index: 30;
	position: relative;
}
.call-action .content h2{
	color:#fff;
	font-size:32px;
	font-weight:600;
	line-height:46px;
}
.call-action .content p {
	color: #fff;
	margin: 30px 0px;
	font-size: 15px;
}
.call-action .content p span{
	color: #f85c37;
	margin: 30px 0px;
	font-size: 25px;
	font-weight: 600;
}
.call-action .content p span a{
	color: #f85c37;
	margin: 30px 0px;
	font-size: 25px;
	font-weight: 600;
}
.call-action .content .btn {
	margin-right: 20px;
	font-weight: 500;
	border: 1px solid transparent;
	color: #1a76d1;
	background: #fff;
}
.call-action .content .btn:last-child{
	margin:0;
}
.call-action .content .btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.call-action .content .btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.call-action .content .btn.second {
  background: transparent;
  border: ;
  border-color: #fff;
  color: #fff;
}
.call-action .content .btn.second:hover {
  background: #fff;
  border-color: transparent;
  color: #1a76d1;
}
.call-action .content .btn.second:before {
  background: #fff;
}
/*===============================
	Start Call to action CSS
=================================*/

/*==========================
	Start Portfolio CSS
============================*/
.single-pf{
	position:relative;
}
.single-pf img{
	height:100%;
	width:100%;
}
.single-pf:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#1a76d1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	z-index:1;
}
.single-pf:hover:before{
	opacity:0.7;
	visibility:visible;
}
.single-pf .btn {
	color: #000;
	z-index: 3;
	background: #fff;
	position: relative;
	/*left: 20.8%;*/
	/*top: 50%;*/
	border-radius: 0px;
	/*opacity: 0;*/
	/*visibility: hidden;*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: auto;
	width: 100%;
	text-align: center;
	line-height: 80px;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	/*margin-left: -75px;*/
	margin-top: -24px;
	border-radius:4px;
}
.single-pf .btn::before {
	background: #2C2D3F;
}
.single-pf:hover .btn{
	opacity:1;
	visibility:visible;
}
.single-pf .btn:hover{
	color:#fff;
}
.portfolio .owl-nav{
	display:none;
}
.pf-details {
	padding: 100px 0;
}
/* Slider Nav */
.pf-details .image-slider .owl-nav{
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.pf-details .image-slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 45px;
	background: #fff;
	color: #1A76D1;
	position: absolute;
	margin: 0;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #0000001a;
}
.pf-details .image-slider .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#1A76D1;
}
.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}
.pf-details .image-slider{
	border-radius:8px 8px 0 0;
}
.pf-details .image-slider img{
	height:100%;
	width:100%;
}
.pf-details .pf-menu{
	background: #1a76d1;
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-top: -1px;
}
.pf-details .pf-menu ul li {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 30px;
}
.pf-details .pf-menu ul li:last-child{
	margin:0;
}
.pf-details .pf-menu ul li span{
	font-weight:500;
	display:inline-block;
	margin-right:5px;
}
.pf-details .body-text .single-content{
	margin-top:30px;
}
.pf-details .body-text h1 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}
.pf-details .body-text p{
	margin-bottom:20px;
}
.pf-details .body-text p:last-child{
	margin:0;
}
.pf-details .body-text .share{
	margin-top:40px;
}
.pf-details .body-text .share h4 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
}
.pf-details .body-text .share ul{
	display:inline-block;
	margin-left:12px;
}
.pf-details .body-text .share ul li{
	display:inline-block;
	margin-right:10px;
}
.pf-details .body-text .share ul li:last-child{
	margin-right:0;
}
.pf-details .body-text .share ul li a{
	height:35px;
	width:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #C8C8C8;
	color:#757575;
	display:block;
	border-radius:50%;
}
.pf-details .body-text .share ul li a:hover{
	color:#fff;
	border-color:transparent;
	background:#1A76D1;
}
/*==========================
	End Portfolio CSS
============================*/

/*=========================
	Srart service CSS
===========================*/
.single-service {
	position: relative;
	padding-left: 70px;
}
.single-service i{
	font-size:45px;
	color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-service img{
	margin-bottom: 20px;
	align-content: center;
}
.single-service h4{
	text-transform:capitalize;
	margin-bottom:25px;
	color:#2C2D3F;
}
.single-service h4 a{
	color:#2C2D3F;
	font-size:20px;
	font-weight:600;
}
.single-service h4 a:hover{
	color:#1A76D1;
}
.single-service p{
	color:#868686;
}
/*-- Service Details --*/
.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.service-details-area h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 16px;
	margin-top: 20px;
}
.service-details-area P {
  margin-bottom: 20px;
}
.service-details-area .wp-block-quote {
	font-size: 15px;
	color: #4a6f8a;
	background-color: #1a76d1;
	padding: 30px 46px;
	line-height: 26px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	border-color: transparent;
	margin: 0 30px;
	border-radius: 15px;
}
.service-details-area .wp-block-quote p {
	color:#fff;
}
.service-details-inner-left {
  background-image: url("http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/signup-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.service-details-inner-left img {
  display: none;
}
.service-details-inner {
  margin-left: auto;
  margin-right: auto;
}
.service-details-inner h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	border-left: 3px solid #1a76d1;
	padding-left: 15px;
}
.service-details-inner p {
  margin-bottom: 15px;
}
.service-details-inner p:last-child {
  margin-bottom: 0;
}
/*=========================
	End service CSS
===========================*/

/*=============================
	Start Testimonials CSS
===============================*/
.testimonials .section-title h2{
	color:#fff;
}
.single-testimonial {
	text-align: left;
	position: relative;
	background: #fff;
	padding: 40px 30px;
	margin: 5px;
	margin-bottom: 27px;
	margin-right: 30px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0;
	margin: 30px 20px;
}
.single-testimonial:hover{
	box-shadow: 0px 10px 10px #0000001c;
	transform: translateY(-4px);
}
.single-testimonial .img-head img {
	position: absolute;
	left: 30px;
	bottom: -33px;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	margin-bottom: 5px;
}
.single-testimonial p{
	color:#868686;
	font-size:14px;
}
.single-testimonial .t-name {
	margin-top: 22px;
	color: #2C2D3F;
	font-weight: 500;
	font-size: 15px;
}
.single-testimonial .t-name span {
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}
.testimonials .owl-dots {
    padding: 10px 25px;
    border-radius: 3px;
    margin-top: 30px;
}
.testimonials .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}
.testimonials .owl-dots .owl-dot:last-child{
	margin:0px;
}
.testimonials .owl-dots .owl-dot span {
	width: 10px;
	height:10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #fff;
	position: relative;
}
.testimonials .owl-dots .owl-dot span:hover{
	background:#fff;
}
.testimonials .owl-dots .owl-dot.active span{
	background:#fff;
	width:20px;
}
/*=============================
	End Testimonials CSS
===============================*/


/*=============================
	Start Pricing Table CSS
===============================*/
.single-table {
	background: #fff;
	border:1px solid #ddd;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding:45px 35px 30px 35px;
}
/* Table Head */
.single-table .table-head {
	text-align:center;
}
.single-table .icon i{
	font-size:65px;
	color:#1a76d1;
}
.single-table .title {
	font-size: 21px;
	color: #2C2D3F;
	margin-top: 30px;
	margin-bottom: 15px;
}
.single-table .amount {
	font-size:36px;
	font-weight:600;
	color:#1a76d1;
}
.single-table .amount span{
	display:inline-block;
	font-size:14px;
	font-weight:400;
	color:#868686;
	margin-left:8px;
}
/* Table List */
.single-table .table-list {
	padding: 10px 0;
	text-align: left;
	margin-top: 30px;
}
.single-table .table-list li {
	position: relative;
	color: #666;
	text-transform: capitalize;
	margin-bottom: 18px;
	padding-right: 32px;
}
.single-table .table-list li:last-child{
	margin-bottom:0px;
}
.single-table .table-list li.disable i{
	background:#aaaaaa;
}
.single-table .table-list i {
	font-size: 7px;
	text-align: center;
	margin-right: 10px;
	position: absolute;
	right: 0;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #1a76d1;
	border-radius: 100%;
	padding-left: 1px;
}

/* Table Bottom */
.single-table .table-bottom {
	margin-top: 25px;
}
.single-table .btn {
	padding: 12px 25px;
	width: 100%;
	color:#fff;
}
.single-table .btn:hover{
	color:#fff;
}
.single-table .btn i {
	font-size: 16px;
	margin-right: 10px;
}
/*=============================
	End Pricing Table CSS
===============================*/

/*========================
	Start Clients CSS
==========================*/
.single-client img {
	width: 100%;
	cursor: pointer;
	text-align: center;
	float: none;
	padding: 0 35px;
}
/*========================
	End Clients CSS
==========================*/

/*====================
	Start Team CSS
======================*/ 
.team .section-title{
	position:relative;
	z-index:100;
}
.team .section-title h2 {
	color: #fff;
}
.team .section-title h3 {
	color: #fff;
}
.team .section-title h4 {
	color: #fff;
}
.team .section-title p {
	color: #fff;
}
.single-team {
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #00000021;
	border-radius: 5px;
	overflow: hidden;
	position:relative;
	z-index: 500;
}
.single-team .t-head{
	position:relative;
	overflow:hidden;
}
.single-team .t-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #a2dad1;
	opacity:0;
	visibility:hidden;
	content: "";
	z-index: 2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-team:hover .t-head::before{
	visibility:visible;
	opacity:0.5;
}
.single-team .t-head img{
	width:100%;
	position:relative;
}
.single-team .t-icon a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 46px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border-radius: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
	margin: -23px 0 0 -75px;
	font-size: 15px;
	background: #2889E4;
	font-size: 13px;
	line-height: 46px;
	padding:0;
	border-radius:4px;
}
.single-team .t-icon a:before{
	background:#2C2D3F;
}
.single-team:hover .t-icon a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity:1;
	visibility:visible;
}
.single-team .t-bottom {
	text-align: center;
	position: relative;
	padding: 0 20px;
	padding: 25px 20px;
}
.single-team .t-bottom p {
	color: #666;
	font-size: 13px;
	display: block;
	margin-bottom: 4px;
	text-align: initial;
}
.single-team .t-bottom h2 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	color: #2C2D3F;
}
.single-team .t-bottom h2 a:hover{
	color:#1A76D1;
}
.single-team .t-bottom h3 {
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
	color: #2C2D3F;
	margin-bottom: 15px;
}
.single-team .t-bottom h3 a:hover{
	color:#1A76D1;
}
/*-- Doctor Details --*/
.doctor-details-area{
	padding: 100px 0;
}
.doctor-details-left {
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
	border-radius: 10px;
	overflow: hidden;
	background-color: #1b49ab;
}
.doctor-details-left-2 {
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
	border-radius: 10px;
	overflow: hidden;
	/*background-color: #1b49ab;*/
}
.doctor-details-item img {
  width: 100%;
  border-radius:0;
}
.doctor-details-item .doctor-details-contact {
	padding: 50px;
}
.doctor-details-item .doctor-details-contact h3 {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}
.doctor-details-item .doctor-details-contact p {
	font-weight: 600;
	font-size: 13px;
	color: #fff;
}
.doctor-details-item .doctor-details-contact .basic-info {
  margin: 0;
  padding: 0;
}
.doctor-details-item .doctor-details-contact .basic-info li {
	list-style-type: none;
	display: block;
	font-weight: 400;
	font-size: 15px;
	color: #2C2D3F;
	margin-bottom: 10px;
}
.doctor-details-item .doctor-details-contact .basic-info li:last-child {
  margin-bottom: 0;
}
.doctor-details-item .doctor-details-contact .basic-info li i {
	display: inline-block;
	color: #1A76D1;
	margin-right: 8px;
	font-size: 16px;
	position: relative;
	top: 1px;
}
.doctor-details-area .doctor-details-left .social{
	margin-top:25px;
}
.doctor-details-area .doctor-details-left .social li{
	display:inline-block;
	margin-right:10px;
}
.doctor-details-area .doctor-details-left .social li:last-child{
	margin-right:0px;
}
.doctor-details-area .doctor-details-left .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #C8C8C8;
	text-align: center;
	padding: 0;
	border-radius: 4px;
	display: block;
	color: #757575;
	font-size: 16px;
}
.doctor-details-area .doctor-details-left .social li a:hover{
	color:#fff;
	background:#1A76D1;
	border-color:transparent;
}
.doctor-details-item .doctor-details-work h3 {
	font-weight: 600;
	font-size: 20px;
	color: #0275d8;
	margin-top: 30px;
}
.doctor-details-item .doctor-details-work h3:hover {
	color: #f85c37;
}

.doctor-details-item .doctor-details-work h4 {
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}
.doctor-details-item .doctor-details-work h4:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #2C2D3F;
}

.doctor-details-item .doctor-details-work h2 {
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}
.doctor-details-item .doctor-details-work h2:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #2C2D3F;
}

.doctor-details-item .doctor-details-work P {
	color: #1a76d1;
    font-weight: 500;
    margin: 20px 0;
    font-size: 17px;
}

.doctor-details-item .doctor-details-work .time-sidual{
}
.doctor-details-item .doctor-details-work .time-sidual{
	overflow:hidden;
}
.doctor-details-item .doctor-details-work .time-sidual li {
	display: block;
	color: #4e4e51;
	width: 100%;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.doctor-details-item .doctor-details-work .time-sidual li strong {
	color: #1a76d1;
}
.doctor-details-item .doctor-details-work .time-sidual li span{
	display:inline-block;
	float:right;
}
.doctor-details-item .doctor-details-work .time-sidual li img{
	width: auto;
	margin-right: 15px;
}
.doctor-details-item .doctor-details-work .day-head .time {
	font-weight: 400;
	float: right;
}

.doctor-details-right{
	padding-left: 60px;
	padding-top: 50px;
}
.doctor-details-biography h3 {
  font-weight: 500;
  font-size: 22px;
  color: #2f60bd;
  margin-bottom: 25px;
  margin-top: 25px;
}
.doctor-details-biography p {
  margin-bottom: 15px;
}
.doctor-details-biography ul {
  margin: 0;
  padding: 0;
}
.doctor-details-biography ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.doctor-details-biography ul li:last-child {
  margin-bottom: 0;
}
.doctor-details-item .doctor-name .name{
	font-size:30px;
	font-weight:600;
	margin-bottom: 40px;
}
.doctor-details-item .doctor-name .deg {
	font-size: 22px;
	margin: 10px 0 5px 0;
}
.doctor-details-item .doctor-name .degree{
	font-size: 16px;
}


.doctor-details-item .comment-respond {
	margin-top: 30px;
	/*-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);*/
	/*border-radius: 8px;*/
	/*padding: 30px;*/
}
.doctor-details-item .bottom-title .comments-heading {
	text-align: left;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: 500;
}
.doctor-details-item .bottom-title p {
    margin-bottom: 20px;
}
/*====================
	End Doctor CSS
======================*/ 


/*==========================
	Start Appointment CSS
============================*/
.appointment-form{}
.appointment-form .title{
	margin-bottom:30px;
}
.appointment-form h3 {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	font-weight:600;
}
.appointment-form p{}
.appointment .form{
	margin-top:30px;
}
.appointment-form .form-group{}
.appointment-form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight:400;
	border-radius:0;
	border-radius: 4px;
}
.appointment-form .form-group select {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	padding: 0 15px;
	font-weight: 400;
	color: #555555a8;
}
.appointment-form .form-group textarea {
    width: 100%;
    height: 200px;
    font-weight: normal;
    padding: 18px;
    border: 1px solid #eee;
    text-transform: capitalize;
    resize: none;
    border-radius: 4px;
}
.appointment-form .form-group .nice-select{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #999;
	font-size: 14px;
	font-weight:400;
	border-radius: 4px;
	font-weight:400;
}
.appointment-form .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}
.appointment-form .form-group .list{
	border-radius: 4px;
}
.appointment-form .form-group .list li{
	color:#757575;
	border-radius:0;
}
.appointment-form .form-group .list li.selected{
	color:#757575;
	font-weight:400;
}
.appointment-form .form-group .list li:hover {
	color:#fff;
	background: #1A76D1;
}
.appointment-form .appointment-image{}
.appointment.single-page .button .btn{
	width:100%;
}
.appointment-form .button .btn{
	font-weight:500;
}
.appointment-form .button .btn:hover{
	color:#fff;
}
.appointment-form .form p{
	margin-top: 10px;
	color:#868686;
}
.appointment-form.inner{
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.working-hour{
	background:#1A76D1;
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.working-hour h3 {
	font-size: 25px;
	display: block;
	font-weight:600;
	margin-bottom: 20px;
	color:#fff;
}
.working-hour .time-schedule{
	margin-top:15px;
}
.working-hour .time-schedule{
	overflow:hidden;
}
.working-hour .time-schedule li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}
.working-hour .time-schedule li i {
	margin-right: 10px;
}
.working-hour .time-schedule li span{
	display:inline-block;
	float:right;
}
.working-hour .day-head .time {
	font-weight: 400;
	float: right;
}
.appoinment-main .wpb_single_image {
	margin:0;
}
/*==========================
	End Appointment CSS
============================*/

/*=====================
   Start Faq CSS
=======================*/
.faq-head{
  margin-bottom:30px;
}
.faq-head h2 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 25px;
}
.faq-wrap {
  margin-bottom: 50px;
}
.faq-wrap:last-child {
  margin-bottom: 30px;
}
.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}
.accordion a {
	font-size: 16px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 400;
	padding: 15px 50px 15px 18px;
	border-radius: 0;
	background: #fff;
	color: #333;
	border: 1px solid #eee;
}
.accordion a:hover {
  color:#fff !important;
  background:#1A76D1;
}
.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 16px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}
.accordion a:hover:after {
  color: #fff !important;
}
.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}
.accordion li:first-child {
  border-top: 0;
}
.accordion li:last-child {
  margin-bottom: 0;
}
.accordion li a.active {
  color: #ffffff;
  background-color: #1A76D1;
  border: 1px solid #1A76D1;
}
.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}
/*=====================
   End Faq CSS
=======================*/

/*====================================
	Departments
======================================*/
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	border-bottom: 1px solid #ddd;
	position: relative;
	background: #fff;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	padding: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li {
	margin-right: 20px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:last-child{
	margin:0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li a {
	padding: 20px 30px;
	display: block;
	color: #353535;
	position: relative;
	background: transparent;
	border: none;
	text-align: center;
	border-bottom: 2px solid transparent;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active a {
	border-bottom-color: #1A76D1 !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li a .vc_tta-title-text {
	display: block;
	padding-top: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #f85c37;
}
.wpb-js-composer div.vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ *{
	margin-left:0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li a i {
	color: #868686;
	margin-right: 5px;
	transition: all 0.3s ease;
	display: block;
	font-size: 40px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:hover a,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active a{
	background:transparent;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:hover a i, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active a i {
	color: #1A76D1;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	border: none;
	background: transparent;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h2 {
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 26px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
/*.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h2:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 20%;
	background: #2C2D3F;
}*/

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h3 {
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 26px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h3:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background: #2C2D3F;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h4 {
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 26px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h5 {
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 26px;
	position: relative;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h6 {
	display: ;
	color: #2C2D3F;
	font-weight: 600;
	font-size: 22px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h6:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #2C2D3F;
}


.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body .p1 {
	color: #1a76d1;
	font-weight: 500;
	margin-bottom: 18px;
	margin-top: 18px;
	font-size: 17px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body ul li {
	padding-left: 25px;
	position: relative;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #333;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body ul li span{
	display: inline-block;
    float: right;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body ul li::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	width: 16px;
	height: 16px;
	background: #3D76D1;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	margin-top: ;
	text-align: center;
	padding: 0;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body ul li:last-child {
  margin: 0;
}



/*====================================
	End Departments
======================================*/

/*====================================
	Mail Chimp Fix
======================================*/
.mc4wp-form-fields {
	display: inline-block;
}
.mail-chimp-fix div.mc4wp-form-fields input {
	background: #fff !important;
	height: 60px !important;
	border: none;
	color: #333;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 15px !important;
	background: #fff;
	font-weight: 400;
	width: 300px !important;
}
.mail-chimp-fix .mc4wp-form-fields {
	position: relative;
	width: 425px;
}
.mail-chimp-fix div.mc4wp-form-fields input[type="submit"] {
	transition: all 0.4s ease;
	display: inline-block;
	line-height: 60px;
	border-radius: 5px;
	margin-left: 10px;
	font-weight: 500;
	box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
	background: #1A76D1 !important;
	color: #fff;
	padding: 0 30px;
	right: 0;
	top: 0;
	width: auto !important;
	position: absolute;
	right: 0;
}
.mail-chimp-fix .mc4wp-form-fields label {
	font-size: 0px;
	margin: 0;
}
.mail-chimp-fix div.mc4wp-form-fields input[type="submit"]:hover {
	background: #2C2D3F !important;
}
/*====================================
	End Mail Chimp Fix
======================================*/


/*=========================
   Start Contact Us CSS
===========================*/
.contact-us-inner{
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow:hidden;
}
.contact-us .contact-us-left{
    width: 100%;
    height: 100%;
}
.contact-us-form{
	padding:50px 40px;
}
.contact-us-form h2 {
	position: relative;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.contact-us-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#1A76D1;
}
.contact-us-form h3 {
	position: relative;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:30px;
}
.contact-us-form p a:hover{
	color: #1a76d1;
}
.contact-us-form .form-group {
	margin-bottom: 22px;
}
.contact-us-form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #d6d4d4;
	/*text-transform: capitalize;*/
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.contact-us-form .form-group textarea {
	width: 100%;
	height:150px;
	border: 1px solid #d6d4d4;
	/*text-transform: capitalize;*/
	padding:18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.contact-us-form .form-group.login-btn {
	margin: 0;
}
.contact-us-form button {
	border: none;
}
.contact-us-form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width:100%;
}
.contact-us-form .btn:hover{
	background:#1A76D1;
	color:#fff;
}
.contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
}
.contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.contact-us-form .checkbox label:hover{
	cursor:pointer;
}
.contact-us-form .checkbox label input{
	display:none;
}
.contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #1A76D1;
	border-radius: 100%;
}
.contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #1A76D1;
	border-radius: 100%;
}
.contact-us-form .checkbox label.checked::after{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
/* Contact Form */
.contact-info {
	background: #1a76d1;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position:relative;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-info:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#1A76D1;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-info:hover:before{
	opacity: 0.8;
}
.contact-info:hover{
	transform: translateY(-5px);
}
.contact-info i{
	font-size:42px;
	color:#fff;
	position:absolute;
	left:40px;
}
.contact-info .content {
	margin-left: 45px;
}
.contact-info .content h3{
	color:#fff;
	font-size:18px;
	font-weight:600;
	
}
.contact-info .content p{
	color:#fff;
	margin-top:5px;
}
/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}
/*=========================
   End Contact Us CSS
===========================*/

/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
  position: relative;
  z-index: 1;
}
.doctor-calendar-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.doctor-calendar-table table {
  margin-bottom: 40px;
  border: 1px solid #615d5d!important;
  vertical-align: middle;
  text-align: center;
  border: none;
  color: #ffffff;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 15px;
}
.doctor-calendar-table table tbody tr td {
  vertical-align: middle;
  border: 0.5px solid #847d7d;
  border-top: none;
  line-height: 31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  /*padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;*/
  color: #333;
  font-weight: 400;
}
.doctor-calendar-table table tbody tr td strong{
	color: #333;
}
.doctor-calendar-table table tbody tr td:first-child {
  border-left: none;
}
.doctor-calendar-table table tbody tr td:last-child {
  border-right: none;
}
.doctor-calendar-table table tbody tr td h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}
.doctor-calendar-table table tbody tr td span {
  display: block;
  color: #333;
  font-size: 13px;
  /*margin-top: 5px;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doctor-calendar-table table tbody tr td span.time {
  display: inline-block;
  background-color: #dff5e8;
  text-align: center;
  color: #1A76D1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
}
.doctor-calendar-table table tbody tr td:hover {
  background-color: #1A76D1;
  border-color: #1A76D1;
}
.doctor-calendar-table table tbody tr td:hover h3 {
  color: #ffffff;
}
.doctor-calendar-table table tbody tr td:hover span {
  color: #ffffff;
}
.doctor-calendar-table table tbody tr td:hover span.time {
  background-color: #ffffff;
  color: #1A76D1;
}
.doctor-calendar-table table tbody tr:last-child td {
  border-bottom: none;
}
/*===============================
	End Doctor Calendar CSS
=================================*/

/*=========================
	Start About Us CSS
===========================*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-image {
  width: 100%;
  height: 100%;
  background-image: url(http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/about-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-image img {
  display: none;
}
.about-content {
  max-width: 555px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}
.about-content span {
  display: block;
  margin-bottom: 5px;
  color: #1A76D1;
  font-size: 21px;
  font-weight: 600;
}
.about-content-2 span {
  display: block;
  margin-bottom: 25px;
  margin-top: 15px;
  color: #1A76D1;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
.about-content h1 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 600;
}
.about-content h2 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.about-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.about-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.about-content ul p {
  margin-top: 5px;
  margin-bottom: 20px;
}
.about-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 34px;
  color: #6f6d6d;
}
.about-content ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #1A76D12B;
	color: #1A76D1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: -2px;
}
.about-content ul li:hover i {
  background-color: #1A76D1;
  color: #ffffff;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content .btn {
  margin-top: 30px;
}
/* Start Our Vision Area CSS */
.our-vision-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.single-vision-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.single-vision-box-2 {
  margin-bottom: 30px;
  background-color: #4cadc9;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.single-vision-box-2 p {
  color: #ffffff;
}
.single-vision-box-2 .content-2 .list {color: #fff!important;}
.single-vision-box-2 .content-2 .list li img{margin-right: 15px;}
.single-vision-box-2 .content-2 .list li:before{content: none!important;}
.single-vision-box-2 .content-2 p {line-height: 33px;}

.single-vision-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #1A76D1;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.single-vision-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}
.single-vision-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1A76D1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #ffffff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.single-vision-box:hover::before {
  width: 100%;
}
.single-vision-box:hover .icon {
  background-color: #fff;
  color: #1A76D1;
}
.single-vision-box:hover h3 {
  color: #ffffff;
}
.single-vision-box:hover p {
  color: #ffffff;
}
.single-vision-box:hover::after {
  left: -50px;
  bottom: -50px;
}
/* End Our Vision CSS */

/* Our Mission Area CSS */
.our-mission-area {
  position: relative;
  z-index: 1;
}
.our-mission-image {
  width: 100%;
  height: 100%;
  background-image: url(http://demo.wpthemesgrid.com/wp/mediplus/wp-content/plugins/mediplus-toolkit/assets/css/img/mission-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-mission-image img {
  display: none;
}
.our-mission-content {
  /*max-width: 555px;*/
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}
.our-mission-content .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #1A76D1;
  font-size: 17px;
}
.our-mission-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.our-mission-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.our-mission-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.our-mission-content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}
.our-mission-content ul li .icon {
  margin-bottom: 13px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
   box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #1A76D1;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-mission-content ul li span {
  display: block;
  color: #121521;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}
.our-mission-content ul li:hover .icon {
  background-color: #1A76D1;
  color: #ffffff;
  border-radius: 100%;
}
/*=========================
	End About Us CSS
===========================*/
