/* Minification failed. Returning unminified contents.
(60,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(61,26): run-time error CSS1039: Token not allowed after unary operator: '-size'
(62,23): run-time error CSS1039: Token not allowed after unary operator: '-size'
(63,17): run-time error CSS1039: Token not allowed after unary operator: '-size'
(64,18): run-time error CSS1039: Token not allowed after unary operator: '-size'
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.modal-dialog {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media(max-width: 768px) {
    #faq_accordion h4 {
        font-size: 18px;
    }
}



.content_block ul {
    padding-left: 0;
}

/*.content_block ul li, .check-ul li {
    list-style-type: none;
    padding: 2px 0px 20px 50px;
    vertical-align: top;
    background: url(/img/check.svg) no-repeat 0 0 transparent;
}*/

.no_check_ul ul li {
    padding: 10px;
    list-style-type: disc;
    vertical-align: top;
    background: none;
}

.no_check_ul ul {
    padding-left: 25px;
}

.content_block ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.content_block ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-bottom: 20px;
    padding-top: 3px;
}

.content_block ol li::before {
    content: counter(my-awesome-counter);
    color: #00AA1B;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #E8FFF0;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #00AA1B;
}







.favorite_button {
    color: #00AA1B;
    border: 1px solid #00AA1B;
    background-color: #E8FFF0 !important;
    background: url(/img/star.svg) no-repeat center padding-box #fff;
    background-position: 9px;
    border-radius: 78px;
    padding: 5px 17px 5px 29px;
    font-weight: 700;
    font-size: 13px;
}

.transparent-button{
    background: none;
    border: none;
}



h4.subheading {
    line-height: 35px;
    font-weight: 400;
    font-size: 22px;
}

.single_service_font_color {
    color: #0866A1;
}

.regular_service_font_color {
    color: #A6C550;
}

.homehelp_font_color {
    color: #F58220;
}

.no_box{
    border: none;
    border-radius: 0;
}

.box.content_page {
    background: #E8F4FC;
}

.box.content_page li {
    background: none;
    list-style-type: disc;
    padding: 0 0 15px 0;
}

.box.content_page ul {
    padding-left: 20px;
}

.box.single_services {
    border-color: #83B2D0;
}

.box.regular_services {
    border-color: #C4D88A;
}

.box.homehelp {
    border-color: #FCD5B5;
}

.box.single_services hr {
    border-top: 1px solid #83B2D0;
}

.box.regular_services hr {
    border-top: 1px solid #A6C550;
}

.box.homehelp hr {
    border-top: 1px solid #F58220;
}

.error_text{
    color: #7e0d0d;
}




.more_info_toggle {
    background: none;
    border: none;
    border-bottom: 1px solid #000000;
}

.modal_logo {
    max-width: 101px !important;
}




.highlight_text {
    color: #f58220;
}

.hide_me {
    display: none;
}

.page_contents {
    margin-top: 53px;
}

/*image container*/
.image-container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.image-container-smaller {
    min-height: 60vh;
}

.image-container-cta {
    min-height: 50vh;
    color: #ffffff;
    padding: 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container-normal {
    padding: 40px 15px;
}

@media(min-width: 720px) {
    .image-container-normal{
        padding: 50px;
    }
}

.image-container-normal {
    min-height: 30vh;
    display: flex;
}

.image-container-cta h1 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff !important;
}


.image-container .image_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.image-container .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    opacity: 0.8;
}

.image-container-cta img {
    opacity: 1;
}

@media(min-width: 960px){
    .big-cta-content {
        width: 50%;
    }
}



.whole-page-width-1 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}





.order_section {
    margin-top: 20px;
}

.external_link_button {
    cursor: pointer;
}

.info_box {
    padding: 15px;
    border-radius: 5px;
}

.back_button {
    background-color: #eae2de;
}

.program img, .program_icon {
    width: 100%;
    height: auto;
    max-width: 100px;
}

@media (max-width: 768px) {
    /*sx screen*/
    .program img, .program_icon {
        max-width: 47px;
    }
}

.program h4 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 768px) {
    /*sx screen*/
    .program h4,
    .program h3 {
        font-size: 14px !important;
    }
}

@media (max-width: 450px) {
    .program h4,
    .program h3 {
        font-size: 12px !important;
    }
}

@media (max-width: 358px) {
    .program h4,
    .program h3 {
        font-size: 10px !important;
    }
}

.single_service img {
    width: 100%;
    height: auto;
    max-width: 65px !important;
}

@media (max-width: 768px) {
    /*sx screen*/
    .single_service img {
        max-width: 32px !important;
    }
}

@media (max-width: 770px) {
    .single_service h4,
    .single_service h3 {
        font-size: 16px !important;
    }
}

@media (max-width: 497px) {
    .single_service h4,
    .single_service h3 {
        font-size: 14px !important;
    }
}

@media (max-width: 441px) {
    .single_service h4,
    .single_service h3 {
        font-size: 12px !important;
    }
}

@media (max-width: 398px) {
    .single_service h4,
    .single_service h3 {
        font-size: 10px !important;
    }
}

.extra_service.col-xs-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.extra_service.col-xs-15.first {
    padding-left: 15px;
    padding-right: 7.5px;
}

.extra_service.col-xs-15.last {
    padding-right: 15px;
    padding-left: 7.5px;
}

.extra_service img {
    width: 100%;
    height: auto;
    max-width: 50px !important;
}

@media (max-width: 768px) {
    /*sx screen*/
    .extra_service img {
        max-width: 35px !important;
    }
}


.extra_service h4,
.extra_service h3 {
    word-spacing: 99999px;
}

@media (max-width: 1450px) {
    .extra_service h4,
    .extra_service h3 {
        font-size: 16px !important;
    }
}

@media (max-width: 623px) {
    .extra_service h4,
    .extra_service h3 {
        font-size: 14px !important;
    }
}

@media (max-width: 566px) {
    .extra_service h4,
    .extra_service h3 {
        font-size: 12px !important;
    }
}

@media (max-width: 505px) {
    .extra_service h4,
    .extra_service h3 {
        font-size: 10px !important;
    }
}

@media (max-width: 383px) {
    .extra_service h4,
    .extra_service h3 {
        font-size: 8px !important;
    }
}

@media (max-width: 445px) {
    .extra_service.col-xs-15 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .extra_service.col-xs-15.first {
        padding-right: 2px;
    }

    .extra_service.col-xs-15.last {
        padding-left: 2px;
    }
}

.icon_row .icon_holder {
    padding: 10px;
    text-align: center;
}

@media(min-width: 576px){
    .icon_row .icon_holder {
        max-width: 150px;
    }
}

@media(min-width: 992px) {
    .icon_row .icon_holder {
        max-width: 200px;
    }
}

@media(min-width: 1200px) {
    .icon_row .icon_holder {
        max-width: 230px;
    }
}

.service_type_heading {
    background: #005788;
    background: -webkit-linear-gradient(#005788, #0078bf);
    background: -o-linear-gradient(#005788, #0078bf);
    background: -moz-linear-gradient(#005788, #0078bf);
    background: linear-gradient(#005788, #0078bf);
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    color: #ffffff !important;
    /*text-transform: uppercase;*/
}

@media (max-width: 768px) {
    /*sx screen*/
    .service_type_heading {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }
}


    .cleaning_information,
    #extra_services_selection,
    #single_services_selection {
        display: none;
    }

        #extra_services_selection .service_type_heading,
        #single_services_selection .service_type_heading {
            margin-top: 20px;
        }

    @media (max-width: 768px) {
        /*sx screen*/
        #extra_services_selection .service_type_heading,
        #single_services_selection .service_type_heading {
            margin-top: 0;
        }
    }

    .price .cleaning_prices_info {
        padding: 6px;
    }


    .sub_heading {
        background-color: #eaeaea;
        padding-top: 4px;
        padding-bottom: 4px;
        margin: 0;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 3px;
    }

    @media (max-width: 550px) {
        .sub_heading {
            font-size: 12px;
        }
    }


    


    /* CONTACTS */
    #contact {
        margin-top: 50px;
    }

    /*#contact_form {
        margin-bottom: 50px;
    }*/

    #select_receiver_list {
        padding-bottom: 100px;
    }

    .top-buffer {
        margin-top: 8px;
    }

    .nounderline {
        text-decoration: none !important;
    }


    /* COMMON */
    /*.important_button {
        font-weight: 700;
        padding-left: 70px;
        padding-right: 70px;
    }

    .section_content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dropdown {
        color: #fff;
        font-weight: 700;
        border-bottom-color: #f58220;
    }

        .dropdown option {
            background-color: #fff;
            color: #005387;
            font-weight: normal;
        }

    .dropdown-toggle {
        color: #585858;
        font-weight: 700;
        font-size: 18px;
    }

    .dropdown-toggle-selected {
        color: #ffffff;
        background-color: #f58220!important;
    }

    .dropdown-menu {
        width: 100%;
        font-size: 16px;
    }

        .dropdown-menu > li > a {
            color: #585858 !important;
        }

    .dropdown-header {
        color: #585858;
        font-weight: 700;
        font-size: 14px;
    }*/


    .clickable {
        cursor: pointer;
    }

    .field-validation-error span {
        font-weight: normal;
    }

    .on-top {
        z-index: 999;
    }

    .read_more_link {
        color: inherit;
        cursor: pointer;
        text-decoration: underline;
    }

    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .number_ball {
        background-color: #0866a1;
        border-radius: 50%;
        padding: 23px;
        color: #ffffff;
        font-weight: 800;
        height: 90px;
        width: 90px;
        margin: 0 auto;
        font-size: 38px;
        line-height: 44px;
        text-align: center;
    }


    /*VARIOUS*/
    #average_customer_ratings tr:nth-child(odd) {
        background: #eaeaea;
    }

    #average_customer_ratings td {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #average_customer_ratings .branch_name {
        padding-left: 15px;
        padding-right: 50px;
    }

    #average_customer_ratings .rating {
        padding-right: 15px;
    }

    #average_customer_ratings .total_average td {
        font-weight: 700;
        padding: 7px 15px 7px 15px;
        background-color: #585858;
        color: #ffffff;
    }

    #average_customer_ratings .total_average .average {
        font-size: large;
        padding-left: 0;
    }

    #average_customer_ratings .total_average img {
        height: 22px !important;
        float: right;
    }

    #average_customer_ratings .total_average .ratingface {
        padding-right: 5px;
    }

    .no_right_pad {
        padding-right: 0;
    }

    .delete {
        color: #ff0000;
    }

    .checkboxlist {
        padding-left: 0!important;
    }

        .checkboxlist .checkbox {
            margin: 0 auto !important;
            width: 27px;
            height: 27px;
        }

        .checkboxlist .listitem {
            padding-right: 30px;
            margin-bottom: 40px;
            max-width: 350px;
        }

            .checkboxlist .listitem .fa {
                font-size: 22px;
                margin-left: 10px;
                cursor: pointer;
            }

        .checkboxlist li {
            font-weight: bold;
            padding-left: 0!important;
        }

        .checkboxlist .checkbox_item {
            text-align: center;
        }

            .checkboxlist .checkbox_item.second {
                margin-left: 20px;
            }

    @media(min-width: 990px) {
        .checkboxlist .listitem {
            height: 130px;
        }
    }

    @media(min-width: 860px) {
        .checkboxlist .listitem {
            max-width: 450px;
        }
    }

    .check-or-radio-container div {
        margin-right: 17px;
    }

    .check-or-radio-container label {
        font-weight: normal;
    }


    @media(min-width: 2100px) {
        #contact_request_form .half {
            max-width: 535px;
        }

        #contact_request_form .full {
            max-width: 1070px !important;
        }
    }

    @media(min-width: 769px) {
        #contact_request_form .two_col_big {
            display: flex;
            justify-content: center;
        }
    }


    .displayflex_center {
        display: flex;
        justify-content: center;
    }

    



    /* Hide HTML5 Up and Down arrows. */
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }
    /* SITE CONTENTS */
    #regular_programs_info,
    #extra_services_info,
    #single_services_info {
        margin-top: 15px;
        margin-bottom: 5px;
    }

        #regular_programs_info img,
        #extra_services_info img,
        #single_services_info img {
            margin: 0 auto;
        }

        #regular_programs_info .program,
        #extra_services_info .extra_service,
        #single_services_info .single_service {
            text-align: center;
            cursor: pointer;
        }

        #regular_programs_info h3,
        #extra_services_info h3,
        #single_services_info h3 {
            color: #585858;
            margin-top: 5px;
            margin-bottom: 5px;
            font-size: 20px;
        }

        #regular_programs_info .link_to_shop {
            margin-top: 13px;
            margin-bottom: 7px;
        }

    @media(max-width: 768px) {
        #regular_programs_info .link_to_shop a {
            font-size: 14px;
            padding: 10px;
        }
    }

    #single_services_info .single_service {
        padding-bottom: 8px;
        padding-top: 5px;
    }

    #extra_services_info h3,
    #single_services_info h3 {
        font-size: 18px;
    }

    #contract_cleaning ul {
        padding-left: 15px;
    }

    #recruitment_info .inside_slide {
        padding-top: 0;
    }

    .cleaning_program_info .modal-header {
        border-bottom: none;
    }

.cleaning_program_info h4, .cleaning_program_info h3 {
    margin-top: 30px;
}

    .cleaning_program_info .modal-body {
        padding-top: 0;
    }

    .cleaning_program_info h1 {
        margin-top: 10px;
    }

    .read_more_link.below_link.collapsed::after {
        font-family: FontAwesome;
        content: " \f101";
    }

    .read_more_link.below_link::after {
        font-family: FontAwesome;
        content: " \f103";
    }

    .info_link {
        color: inherit;
        cursor: pointer;
    }

        .info_link::after {
            font-family: FontAwesome;
            content: " \f05a";
        }

    .ml-20 {
        margin-left: 20px;
    }

    .mb-5 {
        margin-bottom: 5px;
    }

    .centered {
        margin: 0 auto;
    }

/* These are for Umbraco Content Grid style settings */
.display-flex-center-wrap .row .column > div:first-child, .flex-wrap-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.display-flex-start-wrap .row .column > div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.display-flex-between-wrap .row .column > div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.display-flex-wrap-between-small-screen-center .row .column > div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media(min-width: 768px) {
    .display-flex-wrap-between-small-screen-center .row .column > div:first-child {
        justify-content: space-between;
    }
}

.display-flex-wrap-start-small-screen-center .row .column > div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media(min-width: 768px) {
    .display-flex-wrap-start-small-screen-center .row .column > div:first-child {
        justify-content: flex-start;
    }
}

.display-flex-center-wrap .coin{
    margin:15px;
}

.display-block {
    display: block;
}



