.modal {
    background: rgba(255, 255, 255, .6);
}
.bookAppointmentSchoolModal .card-wrapper, .loginRegister .card-wrapper {
    background: #ff6b6b;
    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;
    border:none;
}

.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;*/
    color: #fff;
    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);*/
    background: #ff6b6b;
    color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(10, 24, 61, 0.5);
}

.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;
}
.text-success1 {
    color: #fff;
}
#loginFormButton {
    margin-top: 10px;
}
.LoginTypeModal .customBtn {
    padding: 0 27px;
    height: 45px;
    background: #fff;
    color: #ff0000;
    border: 1px solid #ccc !important;
}
#loginFormButton {
    min-width: 200px;
}
.tnc .containerCheckbox {
    color: #fff;
}
.modal label {
    color: #0a183d;
}
.containerCheckbox .aterm {
    color: #fff !important;
    text-decoration:underline;
} 
.modalClose {
    color: #fff !important;
}
.containerCheckbox {
    color: #fff;
}
.modal .form-control {
    border: 1px solid #ccc !important;
}
.modal .card-header {
    border-bottom: none;
    background:none;
}
.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;
    }
}
