

/* === form-01 === */

.form-01 {
    padding: 40px 0;
}

   /* .form-01 .form {
        padding: 43px 15px;
        background-color: #f2f2f2;
    }

    .form-01 .form-group {
        text-align: left;
        max-width: 555px;
        margin: 0 auto 12px;
    }

    .form-01 .form-text {
        max-width: 555px;
        margin: 0 auto 20px;
    }

    .form-01 .form h2 {
        margin: 0 auto 30px;
    }

    .form-01 .form .bottom-box {
        margin: 36px auto 0;
    }

    .form-01 .form .btn {
        width: 100%;
    }

    .form-01 .form .required {
        display: none;
    }

    .form-01 .form-control {
        border: 2px solid #fff;
        height: 37px;
        padding: 0 35px 0 12px;
        font-size: 16px;
        color: #494949;
        line-height: 16px;
        font-weight: 400;
    }

    .form-01 .money-input-wrapper {
        position: relative;
    }

        .form-01 .money-input-wrapper input {
            padding: 0 35px 0 25px;
        }

        .form-01 .money-input-wrapper span.currency {
            position: absolute;
            left: 12px;
            top: 0;
            bottom: 0;
            line-height: 36px;
        }





*/




    .form-01 .row {
        --bs-gutter-x: 34px;
        --bs-gutter-y: var(--bs-gutter-x);
    }

    .form-01 img {
        max-width: 100%;
    }



    .form-01 .checkatrade_section .check_footer_logo {
        margin-bottom: 20px;
    }

    .form-01 .checkatrade_section .score {
        font-weight: 300;
        margin-bottom: 5px;
    }

    .form-01 .checkatrade_section .score_reviews {
        color: #dc1018;
    }

    .form-01 .footer_content {
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .form-01 .footer_content .content {
            position: relative;
        }

            .form-01 .footer_content .content::before {
                content: "";
                background-image: url(/images/default/laser_star_r.png);
                aspect-ratio: 34/34;
                width: 34px;
                height: auto;
                position: absolute;
                background-size: cover;
                opacity: 1;
                left: 50%;
                bottom: -64px;
                z-index: 0;
                pointer-events: none;
                user-select: none;
                transform: translateX(-50%);
            }

            .form-01 .footer_content .content::after {
                content: "";
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: calc(100% + 50px);
                width: 4px;
                height: 100dvh;
                background-color: #dc1018;
                pointer-events: none;
                user-select: none;
            }
.form-01 .form textarea.form-control {
    resize: none;
    height: 230px;
}
        .form-01 .footer_content .h2 {
            margin-bottom: 20px;
        }

        .form-01 .footer_content .text {
            font-size: 20px;
            font-weight: 200;
            color: #272727;
        }


    .form-01 .form {
        background-color: #efefef;
        border-radius: 10px;
        padding: 34px;
    }

    .form-01 .form-title {
        font-size: 36px;
        letter-spacing: -6px;
        color: #0a6baf;
    }

    .form-01 .form .top-row > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 0px 28px;
    }

    .form-01 .form .top-row .form-field:is(.textarea, .tickbox ) {
        grid-column: 1/3;
    }

    .form-01 .form .col-form-label {
        font-size: 15px;
        color: #272727;
        font-weight: 200;
    }

    .form-01 .form .required-star {
        display: none;
    }

    .form-01 .required {
        display: none;
    }


    .form-01 .bottom-box .btn {
        padding-right: 28px;
    }

        .form-01 .bottom-box .btn::after {
            content: "\f061";
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            margin-left: 20px;
        }
    
    .form-01 .content_wrapper.links h3 {
        font-size: 36px;
        color: #0a6baf;
    }

    .form-01 .content_wrapper.links a {
        color: #dc1018;
        text-decoration: none;
        font-size: 18px;
        left: 5px;
        position: relative;
    }


    .form-01 .footer05_bottom {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

        .form-01 .footer05_bottom a {
            color: inherit;
            text-decoration: none;
        }

        .form-01 .footer05_bottom span.advansys {
            font-weight: 600;
            font-family: Arial;
        }

    .form-01 .footer_links a {
        font-size: 18px;
        font-weight: 400;
        display: block;
        line-height: 18px;
        padding: 12px 0px;
    }

    .form-01 .mb-ff {
        color: #0a6baf;
    }

@media(max-width: 1199px) {
    .form-01 .checkatrade_section .check_footer_logo {
        max-width: 222px;
    }

    .form-01 .footer_content {
        text-align: left;
    }

    .form-01 .mb-ff {
        margin-bottom: 20px;
    }

 

    .form-01 .mt-5 {
        margin-top: 2rem !important;
    }

    .form-01 .footer_links a {
        font-size: 18px;
        font-weight: 300;
        display: block;
        line-height: 20px;
        padding: 9px 0px;
    }
}

@media (max-width: 991px) {
    .form-01 .footer_content .text {
        font-size: 18px;
    }

}

@media(max-width: 768px) {


    .ftrorder {
        order: 2;
    }

    .form-01 .checkatrade_section {
        order: 2;
    }

    .form-01 .footer_content {
        order: 1;
    }

    .form-01 .call_us_box {
        order: 3;
    }

    .form-01 .email_box {
        order: 4;
    }
}


.form-01 .footer05_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    height: 100%;
    gap: 34px;
}
    .form-01 .footer05_grid .call_us_box .frst {
        padding: 34px 30px;
        margin-bottom: 34px;
        background-color: #efefef;
        border-radius: 10px;
    }

    .form-01 .footer05_grid .call_us_box .scnd {
        padding: 34px 30px;
        background-color: #efefef;
        border-radius: 10px;
    }

.form-01 .call_us_box.links h3 {
    font-size: 36px;
    color: #0a6baf;
}
.form-01 .content.frst, .form-01 .content.scnd {
    height:45%;
}
.form-01 .call_us_box.links a {
    color: #dc1018;
    text-decoration: none;
    font-size: 18px;
}


.form-01 .footer05_grid .call_us_box {
}

.form-01 .footer05_grid .email_box {
}

.form-01 .footer05_grid .checkatrade_section {
    grid-column-start: 1;
    grid-row-start: 2;
}

.form-01 .footer05_grid .footer_content {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    padding-top: 28px !important;
}



.form-01 .footer05_grid > .content_wrapper {
    background-color: #efefef;
    border-radius: 10px;
    padding: 34px 30px;
}

@media (max-width: 1199.98px) {
    .form-01 .content.frst, .form-01 .content.scnd {
        height:auto;
    }
    .form-01 .footer05_grid {
        height:500px;
    }
}
@media (max-width: 991px) {
    .form-01 .footer_content .text {
        font-size: 18px;
    }

    .form-01 .footer05_grid {
        gap: 20px;
    }
}

@media(max-width: 768px) {
    .form-01 .footer_content .content::before {
        background-image: none;
    }
    .form-01 .footer05_grid {
        height: 100%;
    }


    .form-01 .footer05_grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

        .form-01 .footer05_grid .checkatrade_section {
            grid-column-start: 1;
            grid-row-start: 4;
        }

        .form-01 .footer05_grid .footer_content {
            grid-row: 1;
            grid-row-start: 1;
            grid-column-start: 1;
        }

    .ftrorder {
        order: 2;
    }

    .form-01 .checkatrade_section {
        order: 2;
    }

    .form-01 .footer_content {
        order: 1;
    }

    .form-01 .call_us_box {
        order: 3;
    }

    .form-01 .email_box {
        order: 4;
    }
}
/* === form-01 === */



/* === contact-form-thankyou === */

.contact-thankyou {
    padding: 40px 0px;
}
    .contact-thankyou .container {
        background: #efefef;
        border-radius:8px;
    }
    .contact-thankyou h2 {
        margin-bottom: 20px;
        color: #0a6baf;
        font-weight:300;
    }
    .contact-thankyou p {
        font-size: 20px;
        color: #272727;
        margin-bottom:25px;
    }

    .contact-thankyou .container::before {
        content: "";
        background-image: url(/images/default/laser_star_r.png);
        aspect-ratio: 34/34;
        width: 34px;
        height: auto;
        position: absolute;
        background-size: cover;
        opacity: 1;
        left: 50%;
        bottom: 215px;
        z-index: 0;
        pointer-events: none;
        user-select: none;
        transform: translateX(-50%);
    }
    .contact-thankyou .container::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
        width: 4px;
        height: 175px;
        background-color: #dc1018;
        pointer-events: none;
        user-select: none;
    }
.contact-thankyou .text-center {
    padding-top: 15%;
    padding-bottom: 15%;
}

.contact-thankyou .btn::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-left: 20px;
}
    .contact-thankyou .text {
        margin-bottom: 45px;
    }

    .contact-thankyou .cty-feat-itme {
        height: 300px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 0px 7px 6px #0000003b;
        border-radius: 5px;
    }

        .contact-thankyou .cty-feat-itme img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

.cty-feat-itme > a {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cty-feat-itme .title {
    display: block;
    padding: 10px 0px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

    .cty-feat-itme .title b,
    .cty-feat-itme .title strong {
        font-weight: 600;
    }

.cty-feat-itme.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .cty-feat-itme.social .title {
        position: static;
    }

.cty-feat-itme .social-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 45px;
    justify-content: space-around;
}

    .cty-feat-itme .social-list a {
        background-color: #1d1d1d;
        width: calc(25% - 10px);
        height: auto;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        padding-bottom: calc(25% - 10px);
        position: relative;
        margin-top: 10px;
        position: relative;
    }

        .cty-feat-itme .social-list a > * {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

        .cty-feat-itme .social-list a svg {
            fill: #fff;
            width: 40px;
            height: 40px;
        }

@media(max-width: 1399px) {
    .cty-feat-itme .social-list a {
        width: calc(33.3% - 10px);
        padding-bottom: calc(33.3% - 10px);
    }
}

/* === contact-form-thankyou === */



/* === area_covers === */

.area_covers {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    background-color: #0a6baf;
}
    .area_covers.full-width-map {
        padding: 0;
        position: relative;
        overflow: hidden;
    }
/*    .area_covers.full-width-map .container {
        width: 100%;
        max-width: 100%;
    }*/
    .area_covers.full-width-map .container-fluid {
        padding:0;
    }
.area_covers::before {
    content: "";
    background-color: #ececec;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
}

.testimonial-carousel + .area_covers {
    padding-top: 0px;
}
.area_covers .map_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.area_covers.full-width-map .map_wrapper {
    border-radius: 0;
}

.area_covers .map {
    aspect-ratio: 1320/660;
    width: 100%;
}

.area_covers.full-width-map .map {
    aspect-ratio: 1320/457;
    width: 100%;
}


.area_covers .block_title {
    font-size: 40px;
    margin: 0;
    line-height: 31px;
}

.area_covers .content {
    position: absolute;
    width: auto;
    left: 36px;
    top: 36px;
    right: 36px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    padding: 20px 30px;
}

.area_covers .places {
    color: var(--red);
    font-size: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}


    .area_covers .places i {
        margin-right: 10px;
    }


.area_covers .leaflet-tile-pane {
    filter: grayscale(1);
}


.area_covers .leaflet-marker-pane,
.area_covers .leaflet-shadow-pane {
    display: none;
}


@media (max-width: 991px) {
    .area_covers .places {
        grid-template-columns: repeat(2, 1fr);
    }
    .area_covers .map {
        height:516px;
    }
    .area_covers {
        padding-bottom:30px;
    }
}
@media(max-width: 767.98px) {
    .area_covers .block_title {
        text-align:center;
    }
    .area_covers br {display:none;}
    .area_covers .block_title {
        font-size:36px;
        margin-bottom:20px;
    }
    .area_covers .places {
        grid-template-columns: repeat(2, 1fr);
    }
        .area_covers .places i {
            margin-right:5px;
        }
    .mallt {
        text-align:left;
    }

}
@media(max-width: 422.99px) {
    .area_covers .content {
        padding-left:5px;
        padding-right:5px;
    }
    .mallt2 {
        padding-left:11px;
    }
}

   
/* === area_covers === */



/* === footer-01 === */

.footer-01 {
    padding: 70px 0;
    color: #fff;
    background-color: #0a6baf;
}


    .footer-01 .footer05_bottom {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

        .footer-01 .footer05_bottom a {
            color: inherit;
            text-decoration: none;
        }

        .footer-01 .footer05_bottom span.advansys {
            font-weight: 600;
            font-family: Arial;
        }
    .footer-01 .footer_links a {
        font-size: 18px;
        font-weight: 400;
        display: block;
        line-height: 18px;
        padding: 12px 0px;
    }
@media(max-width: 768px) {

    @media(max-width: 768px) {

        .ftrorder {
            order: 2;
        }

    }
}
/* === footer-01 === */

