.enquire_popup {
    border-radius: 20px;
}

.qoute_popup {
    background: url(/../../../wp-content/uploads/2024/05/get-in-touch-with-us-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 40px !important;
    border: 1px solid #4B9B2E;
    border-radius: 20px;
}

#et-boc .area-outer-wrap[data-da-color=light] .da-close {
    background: #4B9B2E;
    color: #fff;
    border: 1px solid var(--black_color);
    border-radius: 0px 20px 0px 0px;
}

.qoute_popup .cotnact_main_row {
    margin: auto;
}

.qoute_popup .cotnact_main_from_inner .site_button {
    margin: auto;
}

/* 320 */

@media all and (min-width: 20px) and (max-width: 767px) {

    .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: 1024px) {

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    .qoute_popup {
        padding: 30px !important;
    }

}

@media all and (min-width: 1681px) and (max-width: 1880px) {

    .qoute_popup {
        padding: 35px !important;
    }

}