html {
    background-color: #fff !important;
}

.absolute-footer {
    display: none;
}

.shortcode-form-contact .elementor-widget-container {
    overflow: hidden !important;
}

@media (max-width: 576px) {
    .shortcode-form-contact .elementor-icon-list-items {
        margin-bottom: 20px !important;
    }
}

.cor-quote-all {
    
}

.box_price_main {
    width: 100%;
    text-align: center;
    margin: 32px 0;
}

.box_price_main_bg {
    max-width: 750px;
    width: 100%;
    display: inline-block;
    text-align: left;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
}

.box_price_main_title {
    text-align: center;
    background-color: var(--h-global-color-primary);
    color: #fff;
    padding: 10px 20px;
}

.box_price_main_title span {
    color: var(--h-global-color-secondary);
}

.ws-toggle .elementor-widget-container .box_price_main_title h3,
.box_price_main_title h3 {
    color: #fff !important;
    margin-bottom: 0;
    font-weight: 800;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.box_price_main_title h3:before {
    display: none;
}

.box_price_main_content {
    border-bottom: 5px solid var(--h-global-color-primary);
    padding: 25px;
}

.box_price_main_content ul {
    margin-bottom: 15px;
    margin-left: 10px !important;
}

.box_price_main_content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    list-style: none;
}

.box_price_main_content ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 10px;
}

.box_price_main_content p {
    margin-bottom: 15px;
}

.cor-quote-all-viewmore a {
    display: inline-block;
    border-radius: 25px;
    background: var(--h-global-color-secondary);
    padding: 10px 35px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    margin-bottom: 40px;
}

.hidden {
    display: none !important;
}