.EAssist_SFX_no_padding {
    padding: 0px;
}

.EAssist_SFX_module {
    padding: 10% 0%
}

.BTN_3 {
    background-color: #377dff;
    color: white;
    border-radius: 20px;
    padding: 11px 20px;
    display: inline-block;
    font-weight: 600;
    width: 150px;
    text-align: center;
}

    .BTN_3:hover {
        cursor: pointer;
    }

#E_assist_modal .modal-header {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    height: 20%;
}

#E_assist_modal .modal-content {
    border-radius: 25px;
    height: fit-content;
    -webkit-box-shadow:unset;
    box-shadow:unset;
}

.GFX_E_Assist_modal_content {
    width: 100%;
}

    .GFX_E_Assist_modal_content td:first-child {
        padding: 5% 2vw;
    }

    .GFX_E_Assist_modal_content tr:not(:last-child) td {
        border-bottom: 1px solid #e5e5e5;
    }

.GFX_E_Assist_modal_content {
    padding: 0% 3%
}

.GFX_E_Assist_modal_content_title {
    color: #fe5f55;
    /*font-weight: 600;
    font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1600 - 300)));*/
}

.GFX_E_Assist_modal_content_description {
    /*font-weight: 600;
    color: #7d7d7d;
    font-size: 18px;*/
}

.GFX_E_Assist_modal_content_phone {
    font-size: calc(12px + (35 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    color: #252525;
    padding-right: 18px;
}

.GFX_E_Assist_modal_footer {
    /*color: #959595;*/
}

#modal_svg {
    border-radius: 25px;
}


.modal-dialog {
    width: 900px;
}

.EAssist_SFX_modal_title {
    top: 0;
    /*color: #ffffff;
    font-size: 40px;
    font-weight: 600;*/
    position: relative;
    top: -160px;
}

.EAssist_SFX_modal_title_block {
    height: 250px;
}

.BTN_modal_close_group {
    position: absolute;
    right: 30px;
    top: 35px;
}

    .BTN_modal_close_group td:first-child {
        color: rgba(0,0,0,0.3);
        padding: 0px 10px;
        font-weight: 600;
    }

.BTN_modal_close_button {
    color: #ffffff;
    background-color: #fe5f55;
    font-size: 40px;
    padding: 0px 10px;
    border-radius: 25px;
    line-height: 0;
    padding: 0;
}

.BTN_modal_close_group:hover {
    cursor: pointer;
}

#E_assist_modal .modal-body {
    padding: 0;
}

.E_assist_modal_title {
    margin: 6% 6%;
}

.GFX_E_Assist_title_headings {
    /*color: #003e7e;
    font-size: 40px;
    font-weight: 600;*/
}

.GFX_E_Assist_title_subheadings {
    /*color: #464646;
    font-size: 20px;*/
}

.BTN_E_Assist_Panel {
    background-color: #377dff;
    border: 1px solid #377dff;
    padding: 9.5px 20px;
    border-radius: 25px;
    cursor: pointer;
    color: #e5e5e5;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    position: relative;
    right: 15%;
    height: 2.7vw;
    max-height: 50px;
    min-height: 40px;
    width: 6.3vw;
    max-width: 120px;
    min-width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .BTN_E_Assist_Panel:hover {
        border: 1px solid #044acc;
        background-color: #044acc;
        cursor: pointer;
    }

.GFX_E_Assist_modal_content img {
    max-width: 90px;
    max-height: 90px;
}

.GFX_E_Assist_modal_content a {
    text-decoration: none;
    color: inherit;
}


hr {
    border-top: 2px solid #377dff;
}

@media screen and (max-width: 992px) {
    .modal-dialog {
        width: 100%;
        margin: auto;
        padding: 10px;
    }

    .BTN_modal_close_group {
        right: 3%;
        top: 2.5%;
    }

    .BTN_modal_close_group td:first-child {
        display: none;
    }

    .BTN_E_Assist_Panel {
        padding: 2vw 12%;
    }

    .E_assist_modal_title img{
        width:80%;
    }

    .GFX_E_Assist_modal_content img {
        width: 80%;
    }
}
