.enquire_popup {
    width: 50%;
    border-radius: 20px;
}

.qoute_popup {
    width: 100%;
    height: 100%;
    padding: 40px !important;
    border: 1px solid #0A3063;
    border-radius: 20px;
}

#et-boc .area-outer-wrap[data-da-color=light] .da-close {
    background: #0A3063;
    color: #fff;
    border: 1px solid var(--black_color);
    border-radius: 0px 20px 0px 0px;
}

.qoute_popup .cotnact_main_row .site_button {
    margin: auto;
}

.da-popup-visible .sfm-navicon-button.sf_label_default {
    display: none;
}

/* 320 */

@media all and (min-width: 20px) and (max-width: 767px) {

    .enquire_popup {
        width: 95%;
    }

    .qoute_popup {
        padding: 20px 0px 10px 0px !important;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .enquire_popup {
        width: 80%;
    }

    .qoute_popup {
        padding: 25px !important;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .enquire_popup {
        width: 80%;
    }

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .enquire_popup {
        width: 70%;
    }

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .enquire_popup {
        width: 60%;
    }

    .qoute_popup {
        padding: 30px !important;
    }

}