	
/* privacy policy modal */
.scrolling {
    max-height: 90vh;
    overflow-y: auto;
}
.fw-bold {
    font-weight: 600;
}
.color-light-gray {
    color: #abafba;
}
#privacy ul li {
    list-style-type: disc;
    margin-bottom: 1rem;
}
/* 2-3-2022 */
/* privacy policy modal */
.scrolling {
    max-height: calc(90vh - 100px);
    overflow-y: auto;
}
.fw-bold {
    font-weight: 600;
}
.color-light-gray {
    color: #abafba;
}
#privacy ul li {
    list-style-type: disc;
    margin-bottom: 1rem;
}
#telemedicine div.indentLine {
    margin-left: 40px;
    border-left: 5px solid #293450;
    padding-left: 20px;
}
#telemedicine .text-acent,
#privacy .text-acent,
#promotional_material .text-acent,
#terms .text-acent {
    color: #293450 !important;
}
#telemedicine .close,
#privacy .close,
#promotional_material .close,
#terms .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 30px;
}
#telemedicine .modal-body,
#privacy .modal-body,
#promotional_material .modal-body,
#terms .modal-body {
    padding: 20px 25px;
}
#terms .modal-title-color,
#privacy .modal-title-color,
#promotional_material .modal-title-color,
#telemedicine .modal-title-color {
    color: #2C314A;
}
.of-hide {
    overflow: hidden;
}

/* 21-4-2022 */
#terms .modal-body p, #telemedicine .modal-body p{
    position: relative;
    margin-left: 20px;
}
#terms .modal-body p::before, #telemedicine .modal-body p::before{
    content: "";
    position: absolute;
    left: -25px;
    height: 6px;
    width: 6px;
    background: #2c314a;
    top: 8px;
    border-radius: 50%;
}   

.footer-privacy-popup .color-primary{
   color: #2DBDCA !important;
}

.footer-privacy-popup .modal-dialog-pedia {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-privacy-popup label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.footer-privacy-popup h4{
    font-size: 18px;
}

.footer-privacy-popup p{
    word-break: break-word;
}

.footer-privacy-popup .mt-5{
    margin-top: 2rem!important;
}

.footer-privacy-popup .mb-4 {
    margin-bottom: 1rem!important;
}

.footer-privacy-popup {
    line-height: 1.3;
}


@media (min-width:1800px){
    .footer-privacy-popup .pediatric_modal_content .text-md{
        font-size: 18px;
    }
}