/*
CTC Separate Stylesheet
Updated: 2021-04-21 09:30:01
*/

.page-header {
    text-align: center;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 4px !important;
}


.plsfe-switcher img {
    width: 20px;
}

.package-price h4 span {
    font-size: 28px;
}

form#pricequote .elementor-field-type-checkbox .elementor-field-option span {
    font-weight: bold;
}
form#pricequote .elementor-field-type-checkbox .elementor-field-subgroup label {line-height: 1.4em;}
form#pricequote .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {margin-bottom:5px;}
form#pricequote input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #3c3b44;
}

@media (min-width: 601px) {
    form#pricequote .elementor-field-type-checkbox .elementor-field-subgroup label {
        display: inline-block !important;
        margin-top: -11px;
    }
}

@media (max-width: 600px) {
    form#pricequote input[type="checkbox"] {
        display: inline-block;
        vertical-align: top;
        margin-top: 2px;
    }

    form#pricequote .elementor-field-type-checkbox .elementor-field-subgroup label {
        display: inline-block !important;
        width: 86%
    }
}