html{
    scroll-behavior: smooth;
}
.voucher-container{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),url(../img/residential/eco-voucher.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 750px;
    display: flex;
    overflow: hidden;
    background-position: center center;
    background-size: cover!important;
}
.temp-header p{
    color: #fff;
    width: 100%;
    font-size: 20px;
}

.voucher-insulation{
    background: #f7f7f7;
    margin-top: -50px;
    padding: 18px;
}
.voucher-insulation-type{
    background: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    min-height: 200px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
}
.voucher-insulation-type h2{
    font-size: 24px;
    color: #1FACD3;
    font-weight: 600;
}
.voucher-insulation-type span{
    letter-spacing: 1px;
    font-size: 12px;
}
.voucher-installers-title span{
    letter-spacing: 1px;
    font-size: 12px;
}
.voucher-installers-title h2{
    color: #FDA729;
    font-weight: 600;
}

.voucher-insulation-services-box{
    border-radius: 8px;
    min-height: 350px;
    padding: 18px 28px;
    background: rgba(31,172,211,0.15);
}
.voucher-insulation-services-box h3{
    color: #1FACD3;
    font-weight: 600;
}
.voucher-insulation-services-box p{
    color: #333;
}
.voucherHover:hover button{
    background: #FDA729;
}
.voucherHover:hover .voucher-insulation-services-box{
    background: rgb(253, 167, 41,0.15);
}
.voucher-list{
    list-style-type: none;
    margin-top: 12px!important;
}
.voucher-list li{
    padding: 4px 0px;
    color: #333
}
.voucher-list li img{
    width: 15px;
    transform: rotate(-90deg);
}
.voucher-button button{
    background: rgb(31, 172, 211);
    border: none;
    width: 100%;
    padding: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.voucher-button button a{
    color: #fff;
    font-weight: 600;
}

.landingSection{
    background: rgba(253, 167, 41, 0.2);
    border-radius: 4px;
    padding: 32px!important;
    margin-top: 10em!important;
}

.landingSectionAlt{
    background: rgba(31, 172, 211, 0.2);
    border-radius: 4px;
    padding: 32px!important;
    margin-top: 10em!important;
}

.landingH2 h2{
    font-family: century gothic, sans-serif;
    color: #292929;
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: 600;
}

.sectionText{
    color: #303030;
    font-size: 18px;
    letter-spacing: 1.2px;
    padding:24px;
}

.section1USP{
    height: 200px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 16px;
}
.section1USP:hover{
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
.section1USP h3{
    font-size: 22px;
    font-weight: 600;
}

.headerButton button{
    border: none;
    background: #1facd3;
    padding: 8px 12px;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.headerButton button a {
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 18px;
}
.headerButton button:hover{
    transform: scale(1.03);
}

.slick-prev:before, .slick-next:before{
    color: #1FACD3!important;
}
.slick-prev:before, .slick-next:before{
    font-size: 50px!important;
}
.slick-next{
    right: -40px;
}
.slick-prev{
    left: -50px;
}
.slick-dots{
    bottom: -55px;
}
.slick-dots li{
    width: 40px;
}
.slick-dots li button::before {
    font-size: 30px;
    color: #1FACD3;
    background:#1FACD3;
    border-radius: 100%;
}
/*Testimonials*/

.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before{
    color: #FDA729!important;
    font-size: 30px!important;
}
.about-testimonial-top p{
    color: #FDA729;
    font-weight: 500;
}
.about-quotes{
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0.2;
    z-index: 0;
}
.about-testimonial{
    min-height: 300px;
    border-bottom: 1px solid #FDA729;
    border-top: 1px solid #FDA729;
    position: relative;
}
.about-testimonial-from p{
    color: #FDA729;
    font-weight: 500;
}
.about-rating{
    position: absolute;
    height: 70px;
    width: 70px;
    border: 5px solid #1FACD3;
    border-radius: 100%;
    right: 5%;
    bottom: 5%;
    display: flex;
    justify-content: center;
}
.about-rating-number{
    margin: auto;
    font-size: 24px;
    color: #1FACD3;
    font-weight: 700;
}
.quote-logo{
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: 0.2;
    z-index: 0;
}
.google-rating{
    position: absolute;
    right: 5%;
    bottom: 5%;
}
.google-stars{
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 0;
}

.slick-dots li.slick-active button:before{
    color: #1FACD3;
}
.faq-bg h3{
    color: #676767;
}
.cost-faq-list ul li{
    list-style-type: disc;
    border-bottom: none;
    margin: 0px 22px;
    padding: 2px 0px;
    color: #656565;
}
.orange-title h2{
    color: #FDA729;
    font-weight: 600;
}
.voucher-chat{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #FDA729;
    transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.voucher-chat:hover{
    transform: translateY(-10px);
}
.voucher-chat h3{
    color: #1FACD3;
    font-weight: 600;
}
.voucher-chat a{
    color: #FDA729;
    font-weight: 500;
}
.p-new{
    padding-top: 200px;
}
.m-over{
    margin-bottom: -120px;
}
.voucher-cta-img img{
    width: 100%;
}
.voucher-cta{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: #fff;
}
.voucher-cta:hover{
    transform: translateY(-10px);
}
.voucher-cta-text{
    background: #fff;
}
.voucher-cta-text h3{
    color: #FDA729;
    font-weight: 600;
}


@media (max-width:1200px){
    .testimonial-slider .slick-prev, .testimonial-slider .slick-next{
        display: none!important;
    }
}

@media (max-width:998px){
    .section1USP img{
        width: 40px;
    }
    .section1USP h3{
        font-size: 16px;
    }
    .section1USP{
        height: 175px;
    }
    .landingSection{
        padding: 18px!important;
        padding-right: 0px!important;
    }
}

@media (max-width:768px){
    .landingImg img{
        width: 60%;
    }
    .landingImg{
        text-align: left;
        margin-top: 24px;
    }
    .section1USP{
        margin: 32px 0px!important;
    }
    .landingImgSizing img{
        margin: 18px 0px;
    }
    .landingH2O h2{
        text-align: center;
    }
    .landingReverse{
        order: 2;
    }
    .mma{
        margin:auto
    }
    .voucher-insulation-type{
        margin: 20px 0px;
    }
    .voucher-installers-title{
        padding: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .voucher-installers, .voucher-installers-even, .voucher-installers-odd{
        max-width: 33.3%;
        flex: 0 0 33.3%;
    }
    .voucher-insulation-services{
        margin: auto;
    }
    .ml-fix{
        margin-left: 0;
    }
    .voucher-chat{
        margin: 20px 0px;
    }
    .voucher-img img{
        margin: auto;
    }
    .mm-fix{
        margin-top: 0rem!important;
    }
    .faq-bg{
        padding: 0px 16px!important;
    }
}

@media (max-width:450px){
    .voucher-container{
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),url(../img/other/voucher-header-mobile.jpg);
        padding: 20px;
    }
    .voucher-header{
        padding-left: 10px;
    }
    .voucher-header h1{
        font-size: 28px;
    }
    .voucher-header p{
        font-size: 16px;
    }
    .landingSection{
        padding: 16px!important;
    }
    .landingSectionAlt{
        padding: 16px!important;
    }
    .slick-prev{
        left: -40px;
    }
    .slick-dots li{
        width: 20px;
    }
    .slick-dots li button::before{
        font-size: 24px;
    }
    .foam-cells{
        max-width: 90%;
    }
    .about-testimonial{
        min-height: 400px;
        max-width: 320px;
    }
    .about-rating{
        height: 60px;
        width: 60px;
    }
    .about-rating-number{
        font-size: 20px;
    }
    .quote-logo{
        top: 3%;
    }
}
@media (max-width:350px){
    .commercial-temp-header{
        height: auto!important;
    }
    .voucher-insulation{
        margin-top: 0px;
    }
    .voucher-header h1{
        font-size: 22px;
    }
    .voucher-header p{
        font-size: 14px;
    }
}