section.objective {
    padding: 57px 0px 28px;
    background-image: url(../img/obj.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* image with text start */
section.text_image {
    padding: 62px 0px;
}

section.text_image p:last-child {
    margin-bottom: 0px;
}

section.text_image.with_back {
    background-image: url(../img/about2.png);
    background-position: left top;
    background-size: cover;
}

section.text_image .bordered_img {
    border: 1px solid #707070;
}

@media (min-width: 1400px) {
    section.text_image p {
        font-size: 13px;
    }
}

/* Doctors Css Start Here */
section.doctoes_slider_section {
    padding: 75px 0px 35px;
}

section.doctoes_slider_section .doctors-start .single_doctor {
    height: 100%;
    position: relative;
    overflow: hidden;
}

section.doctoes_slider_section .doctors-start .single_doctor .text_on_img.white_text {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background: linear-gradient(to top, #000, #00000033, #0000);
}

section.doctoes_slider_section .doctors-start .single_doctor {
    height: 100%;
    position: relative;
    overflow: hidden;
    max-width: 319px;
}

section.doctoes_slider_section .doctors-start .single_doctor {
    margin: 0px 7px 0px 15px;
}


.about-us-page .experience_section .experience_start .experience_text .text_here a.btn.mt-4 {
    display: none;
}

@media (max-width: 1200px) {
    section.doctoes_slider_section .doctors-start .single_doctor {
        margin: 0px 0px 0px 14px;
    }
}

@media (max-width: 768px) {
    section.doctoes_slider_section .doctors-start .single_doctor .text_on_img.white_text h4 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .doctors-start {
        padding: 0px 1.5rem !important;
    }

    section.doctoes_slider_section .doctors-start .single_doctor {
        margin: 0px 0px 0px 1px;
    }
}

