.contact-us-header {
    position: relative;
    height: 35vh;
}
.contact-us-header .back-ground-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(/assets/img/contact-us/bg2.png);
}
.contact-us-header .bred-crub-section {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.contact-us-header .bred-crub-section .page-title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
.contact-us-header .bred-crub-section .bred-crub p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
.about-doctor .over-view-about-doctor p {
    color: #6e6e6e;
}
.about-doctor .certifications p {
    margin-bottom: 10px;
    color: #6e6e6e;
    margin-left: 20px;
}
.about-doctor .certifications ul li {
    color: #6e6e6e;
    margin-left: 20px;
}
.about-doctor .certifications h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #2f3241;
    position: relative;
    padding-left: 10px;
}

.about-doctor .certifications h4::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}