.custom_bg_1:before {
    bottom: 7rem!important;
}

.wpcf7 input[type="date"], .wpcf7 input[type="number"]{
    border-radius: 0;
    font-size: 1.6rem;
    line-height: 27px;
    padding: 9px 2rem;
    border: 1px solid;
    box-sizing: border-box;
    margin-bottom: 2rem !important;
    border-color: #fdbc36;
}

@media (max-width: 1023px) {
    .wpcf7 input[type="date"], .wpcf7 input[type="number"] {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 639px) {
    .wpcf7 input[type="date"], .wpcf7 input[type="number"] {
        font-size: 14px;
    }
}

.gt-tabs-holder.gt-type-2 .gt-tabs-nav > li {
    margin: 5px 5px 0 0;
    float: left;
}

.wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
    float: none!important;
    margin: auto;
}

.wpsbc-legend {
    margin: 2rem auto!important;
    width: 380px!important;
}

.wpcf7-response-output {
        font-weight: bold;
    background-color: #fdbc36;
    margin: 2rem;
    padding: 2rem;
}

@media (max-width: 479px) {
    table.simple td {
        font-size: 12px;
    }
    .custom-list.type-1 {
        font-size: 12px;
    }
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px!important;
}