/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 05:56:38 */

.doctor-detail-container {
        background-color: #fff;
    border: 0px solid #F5D9B8;
    box-shadow: 0 2px 6px 0 #64646433;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
	    align-items: stretch;
    margin-bottom: 20px;
}
.doctor-bio {
    width: 25%;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(87, 46, 0, 0.06);
    display: block;
    padding: 15px;
    border-radius: 12px;
}
.doctor-info {
    width: 55%;
}
.doctor-image {
    width: 20%;
	    background-color: #fef7ef;
}
h1.doctor-name {
    font-size: 35px;
    line-height: 1.4em;
    color: #572e00;
    font-weight: 600;
    margin: 0px;
}
p.doctor-qualification {
    font-size: 19px;
    line-height: 1.4em;
    color: #ff7600;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
p.doctor-desigination{
	 font-size: 17px;
    line-height: 1.4em;
    color: #231f20b3;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
.doctor-specialization ul, .doctor-bio ul, .ab-achievements ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.doctor-specialization {
    margin-top: 10px;
    margin-bottom: 10px;
}
.doctor-specialization ul  li i{
	color: #ff7600;
}
.doctor-specialization ul  li,  .doctor-bio ul li{
	font-family: "Jost", Sans-serif;
    font-size: 17px;
    font-weight: 500;
	margin-bottom: 5px;
    line-height: 1.5em;
    color: #572e00;
}
.doctor-specialization ul  li span,  .doctor-bio ul li span{
	font-family: "Jost", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
}
a.btn.btn-book {
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    border: 1px solid #ff7600;
    background-color: #ff7600;
    color: #fff;
}
a.btn.btn-call {
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    border: 1px solid #ff7600;
    background-color: transparent;
    color: #ff7600;
}
.doctor-bio h3{
	font-size: 20px;
    color: #572e00;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 10px;
}
 .doctor-bio ul li a{
	font-family: "Jost", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    display: block;
    line-height: 1.5em;
    color: #572e00;
}
.doctor-bio ul li {
    margin-bottom: 20px;
}
section.about-doctor, section.condition-treatment, section.location, section.education,
.doctor-section{
	    box-shadow: 0 2px 6px 0 #64646433;
    padding: 20px;
	    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.doctor-section h2{
	    font-size: 25px;
    line-height: 1.4em;
    color: #572e00;
    font-weight: bold;
    margin: 10px 0px;
}
.doctor-section p{
	font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight:400;
    display: block;
    line-height: 1.5em;
    color: #000;
	margin:0px;
}
.ab-education .education-institution{
	font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
	margin-bottom:10px;
    line-height: 1.5em;
    color: #000;
}
p.education-course, .ab-achievements li i {
    color: #ff7600;
    font-weight: 500;
}
section.education.doctor-section {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.ab-achievements li {
    font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #000;
}
.blog-slide {
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(87, 46, 0, 0.06);
    padding: 10px;
    border-radius: 12px;
}
.blog-slide  h3{
	font-size: 18px;
    line-height: 1.4em;
    color: #572e00;
    font-weight: 400;
    margin: 10px 0px;
}
.blog-slide .blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.blog-author-img{
	border-radius:100px;
}
span.blog-author{
	color: #000;
	font-size: 16px;
}
@media(max-width:768px){
	.doctor-bio{
		display:none;
	}
	.doctor-info {
    width: 70%;
}
	.doctor-image{
		    width: 30%;
	}
	
}
@media(max-width:767px){
	.doctor-section h2{
		font-size: 20px;
	}
	 .doctor-image {
        width: 100%;
    }
	h1.doctor-name{
		font-size: 28px;
	}
	 .doctor-info {
        width: 100%;
    }
	.doctor-detail-container, section.education.doctor-section{
		flex-direction: column-reverse !important;
	}
}