.qoute_popup {
    width: 100%;
    height: 100%;
    padding: 40px !important;
    border: 1px dashed #6E573F;
}

#et-boc .area-outer-wrap[data-da-color=light] .da-close {
    background: #E5DAC7;
    color: #6E573F;
    border: 1px dashed #6E573F;
}

.qoute_popup .cotnact_main_row .site_button {
    margin: auto;
}

.da-popup-visible .sfm-navicon-button.sf_label_default {
    display: none;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .cust_width.popup {
        width: 100% !important;
        max-width: 100% !important;
    }

    .qoute_popup {
        padding: 20px 0px 10px 0px !important;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .qoute_popup {
        padding: 25px !important;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .qoute_popup {
        padding: 30px !important;
    }

}