.blog-content .post .post-cat{
	transform:none;
}

.tp-caption.clinico,.clinico{
	color:rgb(0,143,213);
	text-decoration:none;
	text-shadow:none;
	background-color:rgb(255,255,255);
	border-width:0px;
	border-color:rgb(0,143,213);
	border-style:none
}

.tp-caption a{
	color:#ff7302;
	text-shadow:none;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out
}

.tp-caption a:hover{
	color:#ffa902
}
.tp-caption.clinico{
	width:27.857em; 
	background:rgba(255,255,255,0.5) !important; 
	padding:2.143em 0; 
	text-align:center; 
	text-shadow:0 1px 0 #fff !important
}
.tp-caption.clinico i{
	position:absolute; 
	top:0; 
	left:50%; 
	-webkit-transform:translate(-50%,-50%); 
	-moz-transform:translate(-50%,-50%); 
	-ms-transform:translate(-50%,-50%); 
	transform:translate(-50%,-50%); 
	font-size:3.2em; text-shadow:none
}
.tp-caption.clinico h1{
	font-size:3.8em; 
	line-height:0.96em; 
	font-weight:700; 
	margin-bottom:0
}
.tp-caption.clinico h1 span{
	display:block; 
	font-size:0.685em 
	!important; 
	line-height:0.95em !important; 
	font-weight:400
}
.tp-caption.clinico>*+*{
	margin-top:9px
}
.tp-caption.clinico>i+*{
	margin-top:0
}
.tp-caption.clinico a{
	color:#fff
}

.homedoctor-title{
	position: absolute;
	top:160px;
	left:283px;
	color:white;
}
.homedoctor-title .homedoctor-title-1 p {
    
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: white;
}
.homedoctor-title .homedoctor-title-1 p .blue-title{
	margin-top:10px;
	display: block;
	color: rgba(0,143,213,1);
	font-weight: 900;
}
.homedoctor-title .btn-booking{
	background: transparent;
	border: solid 2px white;
	border-radius: 50px;
	padding: 10px 30px;
	color:white;
	cursor: pointer;
	font-size: 20px;
}
.homedoctor-title .btn-booking:hover{
	background: rgba(255,255,255,0.3);
}

.embed-responsive {
    border: none;
    box-shadow: none;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(240, 240, 240, 0.4);
    box-shadow: 0px 4px 10px 3px rgba(0,0,0,0.23);
    border: 1px solid rgba(211, 211, 211, 1);
}

@media screen and (max-width: 981px) and (min-width: 768px)
{
	.homedoctor-title{
		
		top:160px;
		left:50px;
		
	}

	
}



.index .cws_widget_content b{
	font-family: sans-serif;
	font-weight: 900;
	color:#333;	
}

.news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}





.testimonial img {
	display: block;
	float: left;
    margin-right: 15px;
    margin-left: 15px;
	padding: 1px;
    border: 1px solid #e3e3e3;
    width: 100px;
    border-radius: 50px;
}
.testimonial .author{
    padding:15px 60px 15px 20px;
}

.testimonial:not(.testimonial-alt) .author{
    font-size: 1em;
}

.testimonial-position{
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
	display: none;
	border: none;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
}
.owl-item:hover .testimonial-position{
	display: block;
	color: #333;
}
.hover-effect{
	background: rgba(255,255,255,0.7);
}



.btnControllerForm .btnControllerFormItem{
	display: inline-block;
	width: 33%;
}
@media screen and (max-width: 767px){
	.btnControllerForm .btnControllerFormItem{
		width: 100%;
	}
}

