.blue-green-transparent-bg {
    background-color: rgba(192, 225, 223, 0.65);
    display:inline-block;
}

.section-speech-therapists {
    background-image: url(../../images/bg/photo-ortho_01.jpg) ;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
    min-height: 500px;
}




.yellow-transparent-bg {
    background-color: rgba(215, 218, 0, 0.65);
    display:inline-block;
    position: absolute;
    right: 0;
    top: 50px;
}

.section-haylem-is {
    background-image: url(../../images/bg/photo-ortho_02.jpg) ;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    min-height: 500px;
}

.haylem-is-desc {
    padding-top: 175px;
}

@media screen and (max-width: 1200px){
    .haylem-is-desc {
        padding-top: 0;
    }
    .yellow-transparent-bg {
        position: revert;
    }
}




.pink-transparent-bg {
    background-color: rgba(255, 171, 124, 0.65);
    display:inline-block;
}

.section-tele-practice {
    background-image: url(../../images/bg/photo-ortho_03.jpg) ;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
    min-height: 500px;
}




.section-preview-requirements {
    background-color: #e6fcfb;
}
.popover{
    max-width: 80%;
}
