.bookAppointmentSchoolModal .card-wrapper, .loginRegister .card-wrapper {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
}

.bookAppointmentSchoolModal .card-header {
    position: relative;
}

.LoginTypeModal .card-header {
    padding: 0;
}

.LoginTypeModal .modalClose {
    font-size: 30px;
    z-index: 9999;
    position: relative;
    color: #fff;
    opacity: 1;
    /*right: 7px;
    top: 0px;*/
    font-weight: 700;
    float: right;
    background-color: transparent;
    margin-right: 10px;
    cursor: pointer;
}

.modalClose {
    cursor: pointer;
}

.bookAppointmentSchoolModal .card-title {
    font-size: 20px;
    line-height: 20px;
}

.ContactuspopupModal .card-title, .bookAppointmentSchoolModal .card-title {
    font-size: 28px;
    line-height: 38px;
    position: relative;
    color: #3a5898;
    padding-top: 44px;
    font-weight: 700;
    margin-bottom: .25rem;
}

.bookAppointmentSchoolModal .whatsappicon:after {
    background: url(../img/whatsapp.png) center / 80% no-repeat !important;
    color: #fff;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: -33%;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 50%;
}

/*.bookAppointmentSchoolModal .card-header:after {
    position: absolute;
    background: #138808 url(../img/userIcon.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    top: -33%;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 50%;
}*/

.bookAppointmentSchoolModal .card-wrapper, .loginRegister .card-wrapper {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
}

.bookAppointmentSchoolModal .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none;
}

.bookAppointmentSchoolModal .btnSection {
    display: flex;
    padding: 0 0 28px;
}

.LoginTypeModal .customBtn {
    padding: 0 27px;
    height: 45px;
}

.modal {
    min-height: 100% !important;
    height: auto !important;
}

#loginFormButton {
    margin-top: 10px;
}

.customBtn {
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 27px;
    min-width: 120px;
    text-align: center;
    transition: .25s;
    box-shadow: none;
    background: #3a5898;
    border: none;
}
.badge-blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.footer-right-align {
    line-height: 30px;
    text-align: right;
}
.modal-content h1 {
    padding-left: 0px !important;
}
.footer-left-align {
    line-height: 30px;
    text-align: left;
}

.footer-ml-1 {
    margin-left: 1rem !important;
}

.footer-pr-0 {
    padding-right: 0;
}

.footer-ml-15 {
    margin-left: 15px;
}
@media (max-width: 575.98px) {
    .footer-left-align {
        text-align: center;
        line-height: 30px;
    }

    .footer-ml-1 {
        margin-left: 1rem !important;
    }

    .footer-pr-0 {
        padding-right: 0;
    }

    .footer-ml-15 {
        margin-left: 15px;
    }
    .footer-right-align {
        line-height: 30px;
        text-align: center;
    }
}
