.doctor-info {
    display: inline-block;
    width: 100%;
    position: relative;
    background: url(/assets/ceo-img.jpeg) no-repeat;
    padding: 50px 0;
    height: 700px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;

}



.custom-container {
    margin: 0 auto;
    /* max-width: 1620px; */
    /* padding: 0 30px; */
    max-width: 1294px;
    width: 100%;
}

.d-details {
    position: absolute;
    top: 50%;
    left: 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}


.d-details p {
    
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-bottom: 0;
    font-family: "IvyJournal-Italic";
    max-width: 90%;
    line-height: 1.8;

}

.doctorprofilehomepage {
    margin-top: 30px;
    display: block;
    color: #fff !important;
    font-weight: bold;
    font-size: 19px !important;
    font-family: "TitilliumWeb-Bold" !important;
    width: 105% !important;

}

.doctorprofilehomepage1 {
    padding-bottom: 0 !important;
    /* width: 150% !important; */
    font-family: "TitilliumWeb-Regular" !important;
}

.doctorprofilehomepage2 {
    padding-bottom: 0 !important;
    font-family: "TitilliumWeb-Regular" !important;
}

@media (max-width: 575px) {
    .doctor-info {
        height: 390px;
        background-position: top center;
        /* background-size: cover; */
        background-attachment: scroll;
    }

    .d-details p {
        color: #fff;
        font-size: 13px;
        width: 80%;
        padding: 0px;

    }

    .doctorprofilehomepage1 {
        width: 60% !important;
    }
}