h2::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 31px;
    left: 30px;
    width: 6px;
    height: 6px;
    background-color: #e99192;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
}
h2 {
    position: relative;
font-size: 24px !important;
	margin-bottom: 25px !important;
}
h4 {
    font-size: 18px !important;
    margin-bottom: 10px;
}
.experience_section ul li::after {
    content: "\f101" !important;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 4px;
    font-size: 10px;
    color: #b11116;
    left: -14px;
}

.experience_section ul li {
    position: relative;
}
h2::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    width: 6%;
    height: 4px;
    background-color: #b6d6eb;
    border-radius: 5px;
}
.doctor_image img {
    border-radius: 50%;
}
.doctor_image {
    margin-bottom: 20px;
}
.doctor_info {
    line-height: 3;
}
.doctor_info h3 {
    font-size: 32px;
    color: #2c599d;
}
p.degree {
    font-size: 18px;
    color: #2c599d;
    line-height: 2.5;
}
.appoinment_btn {
    /* width: 75%; */
    text-align: center;
    background: #b11016;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin: 19px 0 0px;
    font-size: 16px;
    display: inline-block;
    padding: 0px 25px;
}
a.nav-link.appoinment_btn:hover {
    color: #fff;
}
p.additional1, p.additional2 {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin: 15px 0;
}
.ekit-wid-con .elementskit-info-image-box .elementskit-box-body {
    padding: 20px 20px 60px !important;
}
h2.about_heading {
    margin-bottom: 20px;
font-size: 24px;
}
p {
    font-size: 16px !important;
}
li {
    font-size: 16px !important;
}
.about_section p {
    line-height: 2;
font-size: 16px;
}
.about_section {
    margin-bottom: 20px;
}
h2.special_head {
    margin-bottom: 20px;
font-size: 24px;
}
.specialized_area ul li::after {
    content: "\f101" !important;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 4px;
    font-size: 10px;
    color: #b11116;
    left: -14px;
}
.specialized_area ul li {
    position: relative;
    color: #000;
}
.specialized_area {
    padding: 20px;
    background: #e1f1ff;
    margin-bottom: 20px;
line-height: 2.5;
}
.specialized_area ul {
    margin-top: 20px;
}
h2.education_head {
    margin-bottom: 20px;
}
.education_section ul {
    margin-top: 20px;
}
.education_section ul li::after {
    content: "\f101" !important;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 4px;
    font-size: 10px;
    color: #b11116;
    left: -14px;
}
.education_section ul li {
    position: relative;
    color: #000;
}
.education_section{
    margin-bottom:20px;
}
h2.expirence_head {
    margin-bottom: 20px;
}
.expirence_section ul {
    margin-top: 20px;
}
.expirence_section ul li::after {
    content: "\f101" !important;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 4px;
    font-size: 10px;
    color: #b11116;
    left: -14px;
}
.expirence_section ul li {
    position: relative;
    color: #000;
}
.expirence_section {
    padding: 20px;
    background: #e1f1ff;
    margin-bottom: 20px;
}
h2.professional_head {
    margin-bottom: 20px;
}
.professional_section {
    margin-bottom: 20px;
}
.professional_section ul li::after {
    content: "\f101" !important;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 4px;
    font-size: 10px;
    color: #b11116;
    left: -14px;
}
.about_section p {
    line-height: 2 !important;
}

.professional_section ul li {
    position: relative;
    color: #000;
}
.professional_section p {
    margin-bottom: 2px;
    font-size: 14px;
}
.professional_section ul {
    margin-bottom: 2rem;
    line-height: 2.5;
}
.expirence_section ul, .education_section ul, .membership_section ul {
    line-height: 2.5;
}


h2.membership_head {
    margin-bottom: 20px;
}
.membership_section {
    padding: 20px;
    background: #e1f1ff;
    margin-bottom: 20px;
}

.membership_section ul li::after {
    content: "\f101" !important;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 4px;
    font-size: 10px;
    color: #b11116;
    left: -14px;
}
.membership_section ul li {
    position: relative;
    color: #000;
}

@media only screen and (max-width: 1600px) {

/* .appoinment_btn {
    width: 100%;
} */


}

@media only screen and (max-width: 1100px) {

.appoinment_btn {
    /* width: 100%; */
    font-size: 16px;
}
.doctor_info h3 {
    font-size: 28px;
    color: #2c599d;
}

}