/* Global property */
*{
	margin:0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:hover, a:focus, input:focus, input {
	text-decoration: none;
	outline: none;
}
body {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6, ul {
	margin: 0;
	padding: 0;
}
/* Nav style */
.header {
	padding: 15px 0;
	border-bottom: 1px solid #d8d8d8;
}
.top-social ul{
	margin-top: 22px;
}
.top-social ul li{
	display: inline-block;
}
.top-social ul li a {
    color: #999;
    font-size: 14px;
    margin: 0 0 0 10px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #999;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: all ease-in-out 0.2s;
}
.top-social ul li a:hover{
	transition: all ease-in-out 0.2s;
	color: #fff;
}
.top-social ul li a.fa-facebook:hover {
    background: #4267b2;
    border-color: #4267b2;
}
.top-social ul li a.fa-twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}
.top-social ul li a.fa-linkedin:hover {
    background: #0274b3;
    border-color: #4267b2;
}
/* Nav style */
.main-nav {
	text-align:center;
	background: #236148;
}
.navbar-default {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
	min-height: auto;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .nav .open>a, .navbar-default .navbar-nav>.open>a {
	background: #184e39;
	transition: all ease-in-out 0.5s;
	color: #ffffff;
}
.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>li>a:hover:after {
	width:100%;
	transition: all ease-in-out 0.5s;
}
.navbar-default .navbar-nav>li{
	border-right: 1px solid rgba(255, 255, 255, .4);
}
.navbar-default .navbar-nav>li:last-child{
	border-right: none;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: inherit;
	padding: 15px;
	transition: all ease-in-out 0.5s;
	font-weight: 500;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-nav ul.nav li:last-child a {
	margin-right: 0;
}
.navbar-nav>li>.dropdown-menu>li>a, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
	text-transform: capitalize;
	color: #222222;
	font-weight: normal;
	line-height: 26px;
	padding: 6px 20px;
	transition: all ease-in-out 0.2s;
	border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background: #236148;
	color: #fff !important;
}
.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	border: none;
}
/* left head style */
.header-left ul {
	float:right;
	margin-top:20px;
}
.header-left ul li {
	float: left;
	width: 215px;
}
.header-left ul li span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d44825;
}
.header-left ul li a {
	display: block;
	color: #666;
	font-size: 13px;
	transition: all ease-in-out 0.2s;
}
.header-left ul li a:hover {
	transition: all ease-in-out 0.2s;
	color:#ed7745;
}
.header-left ul li i {
	font-size: 30px;
	float: left;
	margin-right: 12px;
	line-height: 40px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 6px 15px;
    font-weight: 500;
    outline: none;
    margin: 0 0 30px 0;
    transition: all ease-in-out 0.2s;
    max-height: 130px;
}
/*** Main Slider style start ***/ 
 .main-slider {
	position:relative;
	width:100%;
	z-index:10;
}
.main-slider .content-box {
	position:relative;
	width:550px;
	background:rgba(255, 255, 255, 0.70);
	color:#ffffff;
	text-align:center;
	padding: 25px 0 15px 0;
}
.main-slider .content-box h3 {
	font-size: 30px !important;
	color: #204b3a;
	line-height: 42px;
	margin-bottom: 25px;
}
.main-slider .content-box .dashed-text {
	font-size: 24px !important;
	color: #444;
	font-weight: 500;
	margin-bottom: 35px;
}
.main-slider .content-box p {
	font-size:24px;
	color:#f6f6f6;
	line-height: 30px;
	margin-bottom: 35px;
}
.main-slider .content-box a {
	background-color: #fff;
	padding: 10px 60px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ea4717;
}
.main-slider .content-box a:hover {
	background-color: #fc6e51;
	color: #fff;
	transition: all ease-in-out 0.5s;
}
.main-slider .tp-bullets.preview3 .bullet {
	border:2px solid #c1c1c1 !important;
	margin:0px 4px;
	background:#c1c1c1 !important;
	width:8px !important;
	height:8px !important;
	display:inline-block
}
.main-slider .tp-bullets.preview3 .bullet:hover, .main-slider .tp-bullets.preview3 .bullet.selected {
	border-color:#222 !important;
	background:#ffffff !important;
}
.main-slider .tparrows.preview3 {
	background: #d44825;
	width: 45px;
	height: 45px;
}
.main-slider .tparrows.preview3::after {
 top: 0;
 background: transparent;
 color: rgba(255, 255, 255, 0.55);
 font-size: 36px;
 line-height: 45px;
 text-align: left;
}
.main-slider .tparrows.tp-leftarrow.preview3::after {
 content: '\e686';
 font-family:'Pe-icon-7-stroke';
}
.main-slider .tparrows.tp-rightarrow.preview3::after {
 content: '\e684';
 font-family:'Pe-icon-7-stroke';
}
.main-slider .tparrows.preview3.tp-leftarrow {
	left:20px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow {
	right:25px !important;
}
.main-slider .tparrows.preview3:hover::after {
 color: #fff;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility:hidden;
	opacity:0;
}
.banner-section{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.banner-section .banner-img{
	float: left;
	width: 50%;
	position: relative;
}

.banner-section .banner-img img{
	max-width: 100%;
	height: auto;
}
.banner-section .banner-img a{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 290px;
	height: 24px;
	background: #d44825;
	color: #fff;
	padding: 15px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	transition: all ease-in-out 0.2s;
	text-decoration: none;
}
.banner-section .banner-img a:hover{
	transition: all ease-in-out 0.2s;
	background: #184e39;
	box-shadow: 5px 2px 7px rgba(85, 85, 85, 0.6);
}
/* appointment button  style */
.appo-f {
	position:relative;
}
.appotment {
	position:absolute;
	top: 8px;
	right: 15px;
}
.appotment a {
	display: block;
	background: #d44825;
	color: #fff;
	padding: 6px 15px;
	border-radius: 3px;
	font-weight: 700;
	transition: all ease-in-out 0.2s;
}
.appotment a:hover {
	transition: all ease-in-out 0.2s;
	background-color: #ffffff;
	color: #236148;
}
/* about section style */
.about-sec {
	padding:40px 0;
}
.title h1 span, .title h2 span {
	color: #d44825;
}
.title h1, .title h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	padding: 15px 0;
}
.title h1:after, .title h2:after {
	position: absolute;
	content: "";
	height: 3px;
	background: #c5c5c5;
	width: 80px;
	bottom: 0;
	left: 0;
}
.after-center .title h1, .after-center .title h2{
	text-align: center;
	color: #555;
}
.after-center .title h1:after, .after-center .title h2:after{
	margin: 0 auto;
	display: block;
	right: 0;
}
.about-sec .about-txt font {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
	display: block;
}
.about-sec .about-txt p {
	font-size: 14px;
	line-height:24px;
	color: #666666;
}
.about-sec .about-txt a {
	display: inline-block;
	background: #d44825;
	color: #fff;
	padding: 10px 35px;
	border-radius: 3px;
	font-weight: 700;
	transition: all ease-in-out 0.2s;
	margin-top: 15px;
}
.about-sec .about-txt a:hover {
	transition: all ease-in-out 0.2s;
	background:#204b3a;
}
/* appointment text section */
.appont-sec {
	background:url(../images/para-bg.jpg);
}
.appont-sec .overlay {
	padding: 40px 0;
	background: rgba(29, 40, 105, 0.70);
	text-align: center;
}
.appoint-txt {
	margin: auto;
	width: calc(100% - 35%);
}
.appoint-txt h2 {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 20px;
}
.appoint-txt h2 span {
	color: #d44825;
}
.appoint-txt p {
	color: #fff;
	font-size: 17px;
	font-style: italic;
	line-height: 26px;
}
.appoint-txt a {
	display: inline-block;
	background: rgba(255, 255, 255, 0.8);
	color: #204b3a;
	padding: 10px 35px;
	border-radius: 3px;
	font-weight: 700;
	transition: all ease-in-out 0.2s;
	margin-top: 15px;
}
.appoint-txt a:hover {
	transition: all ease-in-out 0.2s;
	background:#fff;
}
/* Service style */
.service-sec {
	padding:40px 0;
}
.service-sec .title {
	margin-bottom:40px;
}
.conseling-box {
	position: relative;
	overflow: hidden;
	margin:15px 0;
}
.img-hover .figcaption {
	position: absolute;
	left: 0px;
	padding: 30px 30px 30px 50px;
	top: 0px;
	right: 0;
}
.img-hover .figcaption:before {
	background-color: rgba(255, 255, 255, 0.5);
	border-left: 4px solid #d44825;
	bottom: 30px;
	content: "";
	left: 100%;
	opacity: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	transition: all 0.5s ease 0.1s;
}
.img-hover .figcaption strong {
	font-weight: 400;
	text-transform: uppercase;
	transform: translate3d(0%, 0%, 0px);
	transition-delay: 0.3s;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	margin: 0 0 10px;
	position:absolute;
	bottom: -100px;
	left: 0;
	background: rgba(24, 78, 57, 0.85);
	display: block;
	padding: 15px 25px;
	transition: opacity 0.35s ease 0s,  -webkit-transform 0.35s ease 0s,  -moz-transform 0.35s ease 0s,  -o-transform 0.35s ease 0s,  transform 0.35s ease 0s;
}
.img-hover .figcaption strong a {
	color:#fff;
}
.conseling-box .thumb img {
	border-radius: 2px 2px 0 0;
	transition: all ease-in-out 0.3s;
}
.thumb img {
	width: 100%;
	height: auto;
	max-width: 100%;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.conseling-box .thumb {
	background-color: rgba(32, 75, 58, 1);
	color: #fff;
}
.thumb {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.img-hover .thumb:hover img {
	opacity: 0.1;
}
.img-hover .thumb:hover .figcaption:before {
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
	left: 30px;
	opacity: 1;
	transition-delay: 0s;
}
.img-hover .thumb:hover .figcaption strong {
	opacity: 1;
	transform: translate3d(0%, 0%, 0px);
	transition-delay: 0.3s;
	position: relative;
	background: transparent;
	top: 0;
	left: 0;
	padding: 0;
	transition: all ease-in-out 0.2s;
}
.img-hover .figcaption p {
	margin: 0 0 10px;
	opacity: 0;
	transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s, -moz-transform 0.35s ease 0s, -o-transform 0.35s ease 0s, transform 0.35s ease 0s;
}
.img-hover .thumb:hover .figcaption p {
	opacity: 0.9;
	transform: translate3d(0%, 0%, 0px);
	transition-delay: 0.3s;
}
.img-hover .figcaption p {
	font-weight: 200;
	transform: translate3d(0%, 30%, 0px);
	transition-delay: 0s;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.img-hover .figcaption a.read {
	margin: 0 0 5px;
	opacity: 0;
	transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s, -moz-transform 0.35s ease 0s, -o-transform 0.35s ease 0s, transform 0.35s ease 0s;
	display: block;
}
.img-hover .thumb:hover .figcaption a.read {
	opacity: 1;
	transform: translate3d(0%, 0%, 0px);
	transition-delay: 0.3s;
}
.img-hover .figcaption a.read {
	font-weight: 200;
	transform: translate3d(0%, 40%, 0px);
	transition-delay: 0s;
	color: #fff;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.85);
	color: #204b3a;
	width: 105px;
	padding: 6px;
	text-align: center;
}
/* Testimonial section style */
.testimonial-sec {
	padding:40px 0;
	/* background:#f1f1f1; */
}
.testimonial-sec .title{
	margin-bottom: 50px;
}
.testi-txt p {
	box-shadow: 2px 1px 11px rgba(34, 34, 34, 0.1);
	background: #f6f6f6;
	padding: 30px;
	font-size: 15px;
	font-style: italic;
	color: #666;
	position:relative;
	margin-bottom:30px;
	line-height:25px;
}
.testi-txt p:after {
	position: absolute;
	bottom: -18px;
	left: 15%;
	content: '';
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #f6f6f6;
	transform: rotate(900deg);
}
.testi-txt{
	margin-bottom: 30px;
}
.testi-txt img {
	border-radius: 50%;
	border: 3px solid #d44825;
	float: left;
	margin-right: 15px;
}
.testi-txt h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #204b3a;
	line-height: 28px;
	margin-top: 19px;
}
.testi-txt font {
	font-size: 13px;
	color: #666;
	font-weight: 600;
	display: block;
	float: left;
	width: 65%;
}
.testimonial-pag{
	padding:40px 0;
	}
.testimonial-pag .title{
	margin-bottom: 40px;
	}
.testimonial-wrp .testi-txt p{
	background:#f1f1f1;
}
.testimonial-wrp .testi-txt p:after{
	border-bottom-color:#f1f1f1;
	}
/* Footer */
footer .overlay {
	padding: 50px 0;
	background: rgba(0, 0, 0, 0.8);
}
footer .foot-items h4 {
	color: #d44825;
	font-size: 18px;
	margin:20px 0;
	line-height: 25px;
	position:  relative;
}
footer .foot-items p {
	color: #ccc;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
}
footer .foot-items ul li a {
	color: #bbb;
	font-size: 13px;
	line-height: 24px;
	margin: 5px 0;
	display: block;
	position: relative;
	transition: all ease-in-out 0.2s;
	text-decoration:  none;
}
footer .foot-items ul li a:after {
	position: absolute;
	bottom: -4px;
	content: "";
	width: 0;
	height: 1px;
	background: #ff7752;
	left: 0;
	transition: all ease-in-out 0.2s;
}
footer .foot-items ul li a:hover:after {
	width: 50%;
	transition: all ease-in-out 0.2s;
}
footer .foot-items ul li a:hover {
	color: #ff7752;
	transition: all ease-in-out 0.2s;
}
footer .foot-items form input[type=email] {
	width: 60%;
	padding: 4px 14px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid transparent;
	border-right:none;
	transition: all ease-in-out 0.2s;
	outline:  none;
}
footer .foot-items form input[type=email]:focus {
	transition: all ease-in-out 0.2s;
	border-color: #fecccb;
}
footer .foot-items form input[type=submit] {
	background: #fecccb;
	padding: 4px 22px;
	color: #993365;
	font-size: 15px;
	line-height: 26px;
	transition: all ease-in-out 0.2s;
	box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.32);
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-weight:  600;
	outline:  none;
}
footer .foot-items form input[type=submit]:hover {
	background: #000000;
	transition: all ease-in-out 0.2s;
	color:  #fff;
}
footer .foot-items h5 {
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	margin: 15px 0;
}
footer .foot-items ul.foot-contact li i, footer .foot-items ul.foot-contact li a i {
	color: #d44825;
	font-size: 21px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
	font-weight: 600;
}
footer .foot-items ul.foot-contact li {
	color: #bbb;
	margin: 0 0 10px 0;
}
.footer-bottom {
	background: #d44825;
}
.footer-bottom p {
	line-height: 24px;
	color: #fff;
	margin: 9px 0;
	font-size: 13px;
}
.footer-bottom p a {
	transition: all ease-in-out 0.2s;
	color: #c7c7c7;
	text-decoration:  none;
}
.footer-bottom p a:hover {
	transition: all ease-in-out 0.2s;
	color: #000000;
}
@keyframes bounce {
 0%, 100%, 20%, 50%, 80% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 transform: translateY(-10px);

}
 60% {
 -webkit-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 transform: translateY(-5px);
}
}
#top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #45b7ab;
	width: 40px;
	height: 40px;
	border-radius: 35px;
	color: #ffffff;
	font-size: 26px;
	text-align:  center;
	display: none;
	-webkit-animation: bounce 2s infinite 2s;
	animation: bounce 2s infinite 2s;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	line-height: 36px;
}
#top:hover {
 transition: all .2s ease-in-out;
 background: #fff;
 color: #45b7ab;
}

/* About us page style */
.innpage-banner .banner-img{
	position:relative;
	background: url(images/banner3.jpg);
	background-size: cover;
	}
.innpage-banner .crnt-page{
	padding: 40px 0;
	background: rgba(0, 0, 0, 0.3);
	}
.innpage-banner .crnt-page h1{
	    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 30px;
	}
.bed-crumb{
	border-bottom:1px solid #ddd;
	padding:5px 0;
	}
.bed-crumb ol li{
	float:left;
	}
.bed-crumb ol li span, .bed-crumb ol li a{
	font-size: 15px;
    font-weight: 500;
    color: #9e9e9e;
    padding: 5px;
    display: block;
    line-height: 26px;
	}
.bed-crumb ol li a i{
	    color: #d44825;
    font-size: 18px;
    margin: 0 0 0 7px;
    line-height: 26px;
	}
.bed-crumb ol li.active span{
	color:#204b3a;
	}
.about-txt ul li span{
	    text-transform: uppercase;
	    font-size: 13px;
	    font-weight: 700;
	    display: block;
	    color: #236148;
	    line-height: 24px;
	}
.about-txt ul li{
	font-size: 14px;
    color: #666;
    line-height: 24px;
    float: left;
    width: 45%;
    margin-bottom: 15px;
	position:relative;
	padding-left:20px;
	}
.about-txt ul li:after{
	position: absolute;
    top: 0;
    left: 0;
    content: "\e66c";
    font-family: 'Pe-icon-7-stroke';
    font-size: 15px;
    font-weight: bold;
}
.about-sec .col-sm-5 .about-txt{
	margin-top:40px;
	}
	
/* Treatment page style */ 
.tretment-wrp{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:20px 0;
	}
.tretment-wrp .tretment-txt{
	text-align: center;
	padding:15px 0;
	position: relative;
	}
.tretment-wrp .tretment-txt:after{
	position: absolute;
    content: "";
    top: 0;
    right: -15px;
    bottom: 0;
    border-right: 1px solid #ddd;
	}
.tretment-wrp .col-sm-3:nth-child(4) .tretment-txt:after{
	display:none;
	}
.tretment-wrp .tretment-txt h3{
	    font-size: 16px;
    font-weight: 600;
    color: #204b3a;
    line-height: 24px;
    margin: 8px;
	}
	
/* Our Doctor page style */
.our_doctor-sec{
	padding:40px 0;
	}
.our-doctor-sec{
	padding:40px 0;
	background: #f6f6f6;
	}
.our-doctor-sec .title{
	margin-bottom:40px;
	}	
.doctor-pro{
	margin: 6px;
	}
.doctor-pro .txt{
	background: #ffffff;
	text-align: center;
}
.gray-items .doctor-pro .txt{
	background: #f8f8f8;
	min-height: 255px;
}
.doctor-pro .txt, .doctor-pro-detail .txt{
	padding: 20px 15px;
	}
.doctor-pro .txt h4, .doctor-pro-detail .txt h4{
	    font-size: 16px;
	    font-weight: 400;
	    color: #555;
	    line-height: 24px;
	    margin-bottom: 7px;
	}
.doctor-pro .txt span, .doctor-pro-detail .txt span{
	display:block;
	color: #d44825;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	}
.doctor-pro .txt p{
	display:block;
    color: #888;
    font-size: 13px;
	line-height:24px;
	}
.doctor-pro .txt a{
	display:block;
	}
.doctor-pro .txt a.book-appo{
}
.doctor-pro .txt a.viwe-pro{
    text-transform: capitalize;
    transition: all ease-in-out 0.2s;
    width: 130px;
    margin: 10px auto;
    background: #e4e4e4;
    color: #777;
    padding: 2px;
}
.doctor-pro .txt a.viwe-pro:hover{
	transition: all ease-in-out 0.2s;
	text-decoration: none;
	color: #fff;
	background: #d44825;
}
.doctor-pro .txt a.book-appo, .doctor-detail .detail-txt a.book-appo{
	background: #184e39;
	color: #ffffff;
	padding: 7px 15px;
	border-radius: 2px;
	transition: all ease-in-out 0.2s;
	display: inline-block;
}
.doctor-pro .txt a.book-appo:hover, .doctor-detail .detail-txt a.book-appo:hover{
	transition: all ease-in-out 0.2s;
	background: #d44825;
}
.doctor-detail .detail-txt{
	padding:15px 0;
	}
.doctor-detail .detail-txt p{
	line-height: 26px;
    color: #666;
    font-size: 14px;
	}
.doctor-detail .detail-txt p strong{
	color: #204b3a;
    margin-right: 6px;
	}
.doctor-detail .detail-txt p a{
	    display: block;
    margin-bottom: 3px;
    color: #204b3a;
	}
.doctor-detail .detail-txt p a i{
	    color: #d44825;
    font-size: 22px;
    margin-right: 5px;
    line-height: 20px;
    vertical-align: middle;
	}


/* contact page style */
.contact-sec{
	padding:40px 0;
	}
.contact-frm .row{
	margin-right: 30px;
	}
.contct-wrp .col-sm-8{
	position:relative;
	}
.contct-wrp .col-sm-8:after {
    position: absolute;
    content: "";
    top: 0;
    right: 23px;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.contct-wrp, .appointment-wrp{
    background: #fff;
    padding: 40px 20px 40px 20px;
    box-shadow: 0px 6px 21px 2px rgba(0, 0, 0, 0.09);
    margin: 0 15px;
    border: 1px solid #eee;
    border-top: none;
}
.contct-wrp .map{
	padding: 4px 4px 0;
	border: 1px solid #f1f1f1;
	margin-top: 20px;
}
.contact-info ul li i{
	    color: #000000;
    font-size: 30px;
    line-height: 24px;
    float: left;
    margin: 10px 10px 0 0;
	}
.contact-info ul li a{	
        color: #333;
    font-size: 14px;
    line-height: 39px;
    font-weight: 500;
    margin: 4px 0;
    display: inline-block;
    position: relative;
    transition: all ease-in-out 0.2s;
}
.contact-info ul li a:hover{
	transition: all ease-in-out 0.2s;
	color:#d44825;
	}
.contact-frm form label{
	    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #d44825;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
	}
.contact-frm form input[type=text], 
.contact-frm form input[type=email], 
.contact-frm form textarea,
.appointment-wrp form input[type=text],
.appointment-wrp form input[type=email],
.appointment-wrp form textarea,
.appointment-wrp form select
{
	    width: 100%;
	    border: 1px solid #ddd;
	    background: #fff;
	    font-size: 15px;
	    line-height: 22px;
	    padding: 6px 15px;
	    font-weight: 500;
	    outline: none;
	    margin: 0 0 30px 0;
	    transition: all ease-in-out 0.2s;
	    max-height: 130px;
	}
.contact-frm form input[type=text]:focus, 
.contact-frm form input[type=email]:focus, 
.contact-frm form textarea:focus,
.appointment-wrp form input[type=text]:focus,
.appointment-wrp form input[type=email]:focus,
.appointment-wrp form textarea:focus,
.appointment-wrp form select:focus{
	border-color: #204b3a;
	transition: all ease-in-out 0.2s;
	}
.contact-frm form input[type=submit], .appointment-wrp form input[type=submit]{
	display: inline-block;
    background: #d44825;
    color: #fff;
    padding: 10px 35px;
    border-radius: 3px;
    font-weight: 700;
    transition: all ease-in-out 0.2s;
    outline: none;
    border: none;
	}
.contact-frm form input[type=submit]:hover, .appointment-wrp form input[type=submit]:hover{
        transition: all ease-in-out 0.2s;
    background: #204b3a;
}
 
 /* appointment section style */
 .appointment-sec{
	 padding:40px 0;
	 }
.appointment-sec .title{
	margin-bottom:10px;
	}
.appointment-wrp form .col-sm-4.two input[type=text]{
	width: 47%;
    margin-right: 5.2%;
	}
.appointment-wrp form .col-sm-4.two select{
	width: 47%;
	}
.appointment-wrp form select{
	padding: 7px 15px;
	}
.appointment-wrp form select{
  color: #757575;
}
.why-chose-us{
	background: url(images/why-choose-us-bg.jpg);
	padding: 50px 0;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.why-us-txt h2{
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 15px;
}
.why-us-txt .row{
	margin-top: 30px;
}
.why-us-txt h5{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}
.why-us-txt h5:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #d8d8d8;
}
.why-us-txt p{
	line-height: 24px;
	color: #888;
}
.txt-table{
	background: #184e39;
	padding: 30px;
	color: #fff;
}
.txt-table .title{
	border-bottom: 2px solid #f2f2f2;
	padding: 0 0 10px 0;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.txt-table ul li {
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    list-style: outside none none;
    font-weight: 600;
    padding: 15px 0;
    text-transform: capitalize;
    color: #ccc;
}
.txt-table ul li span {
    float: right;
    text-transform: none;
}
.txt-table  .emergency-line {
    border: 2px solid #ffffff;
    position: relative;
    margin-top: 35px;
    text-align: center;
}
.txt-table .emergency-line .text {
    position: absolute;
    top: -13px;
    left: 20px;
    padding: 0 10px;
    font-size: 18px;
    background: #184e39;
}
.txt-table .emergency-line .hot-line {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 29px 15px 25px;
    display: block;
}
.txt-table .description {
    line-height: 30px;
    margin-top: 25px;
}
.doctor-img{
	top: 0;
	position: absolute;
	right: 0;
	min-width: 457px;
}
.headline{
	font-size: 17px;
	color: #9e9e9e;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 44%;
	z-index: 1;
	background: #d44825;
	font-size: 30px;
	color: #ffffff;
	transform: scale(0);
	transition: all ease-in-out 0.2s;
}
.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next{
	transform: scale(1);
	transition: all ease-in-out 0.2s;
}
.owl-carousel .owl-nav .owl-prev{
	left:0;
}
.owl-carousel .owl-nav .owl-next{
	right:0;
}
.readmore-department {
    text-align: center;
    margin-top: 55px;
}
.readmore-department a {
    text-transform: uppercase;
    color: #969696;
    display: inline-block;
    border-bottom: 2px solid #f1f1f1;
    font-weight: 600;
    position: relative;
}
.readmore-department a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    background: #000;
}
.readmore-department a:hover:after{
	width: 100%;
	background: #d44825;
	transition: all ease-in-out 0.2s;
}
.light-gray-bg{
	border:1px solid  #f5f5f5;
	background: #f9f9f9;
}
.gallery-page{
	margin: 40px 0;
}
.gallery-item{
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.gallery-item .overlay-content a{
    display: block;
    position: relative;
}
.gallery-item .overlay-content a:after{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(35, 97, 72, .9);
    content: "";
    opacity: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-item .overlay-content img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-item:hover .overlay-content img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-item .overlay-content i{
    position: absolute;
    color: #236148;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-item:hover .overlay-content i, .gallery-item:hover .overlay-content a:after{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
}

 @media only screen and (max-width: 767px) and (min-width: 315px) {
 .navbar-toggle {
 border-radius: inherit;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #ffffff;
}
 .navbar-default .navbar-toggle {
 border-color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: transparent;
}
 .navbar-default .navbar-toggle:focus {
 background: transparent;
}
 .logo a {
 text-align:center;
 display:block;
}
 .appotment {
 top: 9px;
 left: 15px;
 width: 180px;
}
 .appoint-txt {
 width: calc(100%);
}
 .testi-txt font {
 width: 56%;
}
 .newsletter .subscribe-container {
 margin-bottom:30px;
}
 .navbar-default .navbar-nav>li>a:after {
 bottom:0;
}
 .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
 padding: 12px 15px;
 text-align: left;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #fff;
	border: none;
}
.header-left ul li i{
	font-size: 18px;
	margin-right: 9px;
}
.header-left ul li:nth-child(1){
	width: 130px;
}
.header-left ul li:nth-child(2){
	width: 160px;
	float: right;
}
.why-us-txt {
	text-align: center;
}
.why-us-txt h5:after{
	right: 0;
	margin: auto;
}
.footer-bottom p{
	text-align: center;
}
.contact-frm .row{
	margin-right: -15px;
}
.contct-wrp .col-sm-8:after{
	display: none;
}
.contct-wrp, .appointment-wrp {
    padding: 0;
    box-shadow: inherit;
    border: none;
}
.title h1, .title h2, .innpage-banner .crnt-page h1{
	font-size: 18px;
}
.banner-section .banner-img{
    float: none;
    width: 100%;
    max-height: 50Vh;
}
.main-slider .content-box h3{
     font-size: 18px !important;
}
.main-slider .content-box .dashed-text {
    font-size: 14px !important;
    margin-top: 15px !important;
}
}

.screen-reader-response {
    display: none;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 6px 15px;
    font-weight: 500;
    outline: none;
    margin: 0 0 30px 0;
    transition: all ease-in-out 0.2s;
}

input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 6px 15px;
    font-weight: 500;
    outline: none;
    margin: 0 0 30px 0;
    transition: all ease-in-out 0.2s;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 6px 15px;
    font-weight: 500;
    outline: none;
    margin: 0 0 30px 0;
    transition: all ease-in-out 0.2s;
}
