/****************************************
Modal Contact form
****************************************/
#contactModal .modal-dialog {
    background-color: #FFFFFF;
    box-shadow: 0px 7px 17px rgba(31, 33, 76, 0.13);
    border-radius: 40px;
}
#contactModal .modal-content {
    
}
#contactModal .modal-body {
    padding: 20px 30px 75px 30px;
}
.modal-header {
    border-bottom: none;
    padding: 0;
    position: relative;
    height: 50px;
}
.modalClose,
.modalClose:focus {
    width: 45px;
    height: 38px;
    background-image: url('../../image/icon/entypo_cross.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px 38px;
    display: block;
    padding: 0 !important;
    margin: 35px 20px 0 auto !important;
    opacity: 1 !important;
    -webkit-filter: invert(75%) sepia(60%) saturate(437%) hue-rotate(184deg) brightness(96%) contrast(96%);
    filter: invert(75%) sepia(60%) saturate(437%) hue-rotate(184deg) brightness(96%) contrast(96%);
}
.modalClose:hover,
.modalClose:active {
    -webkit-filter: invert(17%) sepia(92%) saturate(2485%) hue-rotate(323deg) brightness(100%) contrast(97%);
    filter: invert(17%) sepia(92%) saturate(2485%) hue-rotate(323deg) brightness(100%) contrast(97%);
}
.contact-modal-form__container {

}
.contact-modal-form__title {
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    color: #1F214D;
    margin-bottom: 10px;
}
.contact-modal-form__subtitle {
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1F214D;
    max-width: 280px;
    margin: 0 auto 20px auto;
}
.contact-modal-form__btn,
.contact-modal-form__btn:focus {
    width: 100% !important;
}
.contact-modal-form__btn:hover,
.contact-modal-form__btn:active {
    width: 100% !important;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    #contactModal .modal-body {
        padding: 10px 5px 55px 5px;
    }
    .contact-modal-form__title {
        font-size: 28px;
        line-height: 31px;
        max-width: 200px;
        margin: 0 auto 10px auto;
    }
    .contact-modal-form__subtitle {
        margin: 0 auto 30px auto;
    }
    #contactModal .modal-body {
        padding: 20px 5px 75px 5px;
    }
    .modalClose, 
    .modalClose:focus {
        width: 30px;
        height: 26px;
        background-size: 30px 35px;
        margin: 20px 18px 0 auto !important;
    }
}

@media screen and (max-width: 768px) {
    
}