.post-grid.grid-2 .entry{
	margin:0;
	border:0px solid #ccc;
	padding-bottom:5px;
}

a.mytel{
    color:#242422;
    font-size:16px;
}
p.mytel2{
    color:#242422;
    font-size:12px !important;
}
#posts .entry p{
    font-size: 14px! important;
    color: #555! important;
}
.location{
    display:flex;
}
.location-icon{
    width:25px;
    float:left;
    text-align:center;
    display:flex;
    align-items: center;
}
.location-desc{
    width:calc(100% - 25px);
    float:left;
    align-items: center;
    display: flex;
    padding-left:5px;
    color:#242422;
}
.location-icon i{
    font-size:25px;
    
    line-height:1.2;
}
.location-icon i.icon-whatsapp{
    color: #25D366;
}
.location-desc > p, .location-desc a{
    color: #242422;
    font-size: 14px! important;
}

.location-desc a:hover{
    color: #ff0000;
}
.font-14{
    font-size:14px! important;
}
.font-ext, .location span {
    font-size: 14px ! important;
}
.futuralight{
    font-size: 14px ! important;
}
h1.doctor_name  {
    font-size: 24px;
    margin-bottom: 20px;
}
#content .single-post ul li ul{
    margin-top:10px;
}
.location-desc p{
    font-size:14px! important;
}
h2.related_title {
	text-transform:uppercase;
	background:url(../../images/doctor_border.jpg) no-repeat bottom center;
	padding-bottom:15px;
	margin-bottom:30px;
}
h3 {
	font-size:20px;
}
.redBottomLine{
	border-top:2px solid #ff0000;
	width:70px;
}

#content .single-post p {
	font-size:13px;
	color:#242422;
}

.owl-carousel .owl-nav [class*="owl-"] {
	opacity:1 !important;
}
.owl-carousel .owl-nav [class*="owl-"] {
	left: -21px;
}
.owl-carousel .owl-nav .owl-next {
	left:auto !important;
	right:-21px;
}
.owl-carousel:hover .owl-nav [class*="owl-"] {
	left: -21px;
}
.owl-carousel:hover .owl-nav .owl-next {
	left:auto !important;
	right:-21px;
}
.doctor_tab{
    background: #fff;
}
.doctor_tab .doctor_container{
    margin-top: 30px;
    position: relative;
}

@media (min-width:992px){
    .hide-991-location{
        display:block;
    }
    .show-991-location{
        display:none;
    }
    .pl-0-992{
        padding-left:0px;
    }
}
@media (max-width:991px){
    .hide-991-location{
        display:none;
    }
    .show-991-location{
        display:block;
    }
    .mt-20-991{
        margin-top:20px;
    }
}
@media (max-width: 979px) {
	.owl-carousel .owl-nav [class*="owl-"] {
		left: -18px;
	}
	.owl-carousel:hover .owl-nav [class*="owl-"] {
		left: -18px;
	}
	.owl-carousel .owl-nav .owl-next {
		left:auto !important;
		right:-18px;
	}
	.owl-carousel:hover .owl-nav .owl-next {
		right:-18px;
	}
}
@media (max-width: 480px) {
	.owl-carousel .owl-nav [class*="owl-"] {
		left: -10px;
	}
	.owl-carousel:hover .owl-nav [class*="owl-"] {
		left: -10px;
	}
	.owl-carousel .owl-nav .owl-next {
		left:auto !important;
		right:-10px;
	}
	.owl-carousel:hover .owl-nav .owl-next {
		right:-10px;
	}
}