﻿.blueBGsection {
    background: #D3F2FA;
    padding: 70px 0;
}

    .blueBGsection .bigBanner {
        background: url('../images/bigbanner.png');
        width: 100%;
        height: 503px;
        margin-bottom: 15px;
        border-radius: 16px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .blueBGsection p {
        font-family: Nunito Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #767677;
    }

    .blueBGsection .wBoxwrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 40px 0;
    }

        .blueBGsection .wBoxwrap .wBox {
            background: #fff;
            padding: 16px;
            border-radius: 16px;
            width: 250px;
            height: 220px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
        }

            .blueBGsection .wBoxwrap .wBox .icoon {
                width: 65px;
                height: 65px;
                margin-bottom: 20px;
            }

            .blueBGsection .wBoxwrap .wBox h4 {
                font-family: Roboto Condensed;
                font-weight: 700;
                font-size: 16px;
                line-height: 100%;
                color: #323234;
                margin-bottom: 10px;
            }

            .blueBGsection .wBoxwrap .wBox p {
                font-family: Nunito Sans;
                font-weight: 400;
                color: #767677;
                font-size: 14px;
                line-height: 140%;
            }
.annualBoiler {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .annualBoiler .leftWing {
        width: 45%;
        margin-right: 30px;
    }

        .annualBoiler .leftWing h2 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 36px;
            line-height: 100%;
            color: #323234;
            margin-bottom: 20px;
        }

        .annualBoiler .leftWing p {
            font-family: Nunito Sans;
            font-weight: 400;
            font-size: 18px;
            line-height: 140%;
            color: #767677;
        }

    .annualBoiler .rightWing {
        width: 50%;
    }

        .annualBoiler .rightWing .image {
            background: url('../images/boilerinclude.png');
            background-repeat: no-repeat;
            width: 100%;
            background-size: cover;
            height: 407px;
            border-radius: 16px;
        }

.ukmap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0;
}

    .ukmap .leftWing {
        width: 50%;
    }

        .ukmap .leftWing .image {
            background: url('../images/ukmap.png');
            background-repeat: no-repeat;
            width: 100%;
            background-size: cover;
            height: 407px;
            border-radius: 16px;
        }



    .ukmap .rightWing {
        width: 50%;
    }

        .ukmap .rightWing h2 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 36px;
            line-height: 100%;
            color: #323234;
            margin-bottom: 20px;
        }

        .ukmap .rightWing p {
            font-family: Nunito Sans;
            font-weight: 400;
            font-size: 18px;
            line-height: 140%;
            color: #767677;
        }
.switchTo {
    display: flex;
    margin: 35px 0;
    flex-direction: column;
    align-items: center;
}

    .switchTo h2 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
.blueBGsection .switchTo h2 {
    font-size: 36px;
}
.grayBG {
    background: #F5F8F5;
    width: 100%;
}

.wedo {
    margin: 70px auto 0;
    width: 75%
}

    .wedo h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        text-align: center;
        color: #313a3f;
    }

    .wedo p {
        font-family: Nunito Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #767677;
    }

    .wedo .boxWe {
        border-radius: 16px;
        margin: 24px auto;
        padding: 30px;
        background: #fff;
        border: 1px #e3e0d1 solid;
    }

        .wedo .boxWe .pinkBox {
            width: 100%;
            height: 128px;
            border-radius: 16px;
            padding: 24px 48px;
            ;
            margin-bottom: 24px;
            display: flex;
            background: #FFD6D8;
            justify-content: center;
            align-items: center;
        }

            .wedo .boxWe .pinkBox h2 {
                font-family: Roboto Condensed;
                font-weight: 700;
                font-size: 36px;
                line-height: 100%;
                text-align: center;
                color: #701B45;
            }

        .wedo .boxWe .coverTable {
            width: 60%;
            margin: auto;
        }

            .wedo .boxWe .coverTable .tableRow {
                display: flex;
                justify-content: space-between;
                border-bottom: 1px #E3E0D1 solid;
                height: 46px;
                margin-bottom: 15px;
            }

                .wedo .boxWe .coverTable .tableRow:nth-child(1) {
                    border: 0;
                }

                .wedo .boxWe .coverTable .tableRow .name {
                    font-size: 16px;
                    color: #323234;
                    width: 70%;
                }

                .wedo .boxWe .coverTable .tableRow .des {
                    width: 30%;
                    font-family: Roboto Condensed;
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 100%;
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-evenly;
                }

                    .wedo .boxWe .coverTable .tableRow .des .rateT {
                        width: 180px;
                        height: 23px;
                        border-radius: 8px;
                        padding: 8px 16px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        background: #6AD4F51A;
                        color: #3898B0;
                        font-size: 14px;
                    }

    .wedo .redBox {
        width: 100%;
        height: 102px;
        border-radius: 16px;
        background: #DD2127;
        display: flex;
        margin: 25px 0 80px;
        padding: 24px 48px;
        align-items: center;
        justify-content: space-evenly;
    }

        .wedo .redBox .textHolder h3 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 24px;
            line-height: 100%;
            text-align: center;
            color: #FDFFFC;
        }

        .wedo .redBox .textHolder small {
            font-size: 14px;
            color: #FDFFFC;
        }

            .wedo .redBox .textHolder small a {
                font-size: 14px;
                color: #FDFFFC;
                text-decoration: underline;
            }

        .wedo .redBox .contactBtn {
            width: 127px;
            border-radius: 16px;
            background: #DD2127;
            border: 1px solid #FDFFFC;
            padding: 12px 20px;
            color: #FDFFFC;
            font-size: 16px;
        }

.appCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 120px 0 60px;
}

    .appCont .leftWing {
        width: 50%;
    }

        .appCont .leftWing .image {
            background: url('../images/app.png');
            background-repeat: no-repeat;
            width: 100%;
            background-size: cover;
            height: 407px;
            border-radius: 16px;
        }



    .appCont .rightWing {
        width: 50%;
        margin-left: 50px;
    }

        .appCont .rightWing h2 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 36px;
            line-height: 100%;
            color: #323234;
            margin-bottom: 20px;
        }

        .appCont .rightWing .download {
            display: flex;
            margin-top: 60px;
        }

            .appCont .rightWing .download h3 {
                font-family: Roboto Condensed;
                font-weight: 700;
                font-size: 24px;
                line-height: 100%;
                color: #323234;
                margin-bottom: 20px;
            }

            .appCont .rightWing .download a {
                margin-left: 12px;
            }

        .appCont .rightWing p {
            font-family: Nunito Sans;
            font-weight: 400;
            font-size: 18px;
            line-height: 140%;
            color: #767677;
        }

.whitestripCont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
}

    .whitestripCont .whiteStrip {
        background: #fff;
        width: 32.3%;
        height: 97px;
        border-radius: 16px;
        margin: 0 12px 24px 0;
        display: flex;
        padding: 16px;
    }

        .whitestripCont .whiteStrip .icoon {
            width: 65px;
            height: 65px;
            margin-bottom: 20px;
        }

        .whitestripCont .whiteStrip .description {
            margin-left: 20px;
            width: 80%;
        }

            .whitestripCont .whiteStrip .description h4 {
                font-family: Roboto Condensed;
                font-weight: 700;
                font-size: 16px;
                line-height: 100%;
                color: #323234;
                margin-bottom: 10px;
            }

            .whitestripCont .whiteStrip .description p {
                font-family: Nunito Sans;
                font-weight: 400;
                color: #767677;
                font-size: 14px;
                line-height: 140%;
            }




@media only screen and (max-width:1366px) {
    .blueBGsection .wBoxwrap .wBox {
        width: 260px;
    }
}

@media only screen and (max-width:1280px) {
    .blueBGsection .wBoxwrap .wBox {
        width: 250px;
    }
}
@media only screen and (max-width:1024px) {
    .blueBGsection .wBoxwrap .wBox {
        background: #fff;
        padding: 16px;
        border-radius: 16px;
        width: 100%;
        height: 100px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
    }

        .blueBGsection .wBoxwrap .wBox .icoon {
            width: 65px;
            height: 65px;
            margin-bottom: 0px;
        }

        .blueBGsection .wBoxwrap .wBox .description {
            margin-left: 20px;
            width: 80%;
        }
    .annualBoiler {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

        .annualBoiler .leftWing {
            width: 100%;
            margin-right: 0;
            margin-top: 30px;
        }

        .annualBoiler .rightWing {
            width: 100%;
        }

            .annualBoiler .rightWing .image {
                background: url(../images/boilerinclude_tab.png);
                background-repeat: no-repeat;
                width: 100%;
                background-size: cover;
                height: 504px;
                border-radius: 16px;
            }

    .ukmap {
        display: flex;
        margin: 60px 0;
        flex-direction: column;
    }

        .ukmap .leftWing {
            width: 100%;
        }

            .ukmap .leftWing .image {
                background: url(../images/ukmap.png);
                background-repeat: no-repeat;
                width: 100%;
                background-size: contain;
                height: 400px;
                background-position: center;
            }

        .ukmap .rightWing {
            width: 100%;
            margin-top: 35px;
        }
    .wedo {
        width: 100%;
    }

    .appCont {
        flex-direction: column;
        align-items: flex-start;
    }

        .appCont .leftWing {
            width: 100%;
            margin-bottom: 30px;
        }

            .appCont .leftWing .image {
                height: 507px;
            }

        .appCont .rightWing {
            width: 100%;
            margin-left: 0;
        }

    .whitestripCont .whiteStrip {
        width: 100%;
        margin: 0 0 12px 0;
    }
}
@media only screen and (max-width:820px) {
    .blueBGsection .bigBanner {
        background: url('../images/bigbanner_tab.png');
        width: 100%;
        height: 401px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .annualBoiler .rightWing .image {
        height: 403px;
    }

    .wedo .boxWe .pinkBox h2 {
        font-size: 28px;
    }

    .wedo .boxWe .coverTable {
        width: 90%;
        margin: auto;
    }

    .appCont .leftWing .image {
        height: 407px;
    }
}
@media only screen and (max-width:768px) {
    .blueBGsection .bigBanner {
        height: 381px;
    }
    .annualBoiler .rightWing .image {
        height: 380px;
    }
}
@media only screen and (max-width:600px) {
    .blueBGsection .switchTo h2 {
        font-size: 30px;
    }
    .annualBoiler .rightWing .image {
        height: 290px;
    }

    .ukmap .leftWing .image {
        height: 315px;
    }

    .blueBGsection .switchTo h2 {
        font-size: 30px;
    }

    .wedo h1 {
        font-size: 30px;
    }

    .wedo p {
        font-size: 16px;
        line-height: 140%;
    }

    .wedo .boxWe .pinkBox h2 {
        font-size: 18px;
    }

    .wedo .boxWe .pinkBox {
        height: 90px;
        padding: 24px 35px;
    }

        .wedo .boxWe .pinkBox img {
            width: 21%;
        }

    .wedo .redBox {
        height: auto;
        flex-direction: column;
    }

        .wedo .redBox .textHolder {
            margin-bottom: 20px;
        }

    .appCont {
        margin: 60px 0;
    }

        .appCont .leftWing .image {
            height: 308px;
        }

        .appCont .rightWing h2 {
            font-size: 30px;
        }

        .appCont .rightWing p {
            font-size: 16px;
        }
}
@media only screen and (max-width:540px) {
    .annualBoiler .rightWing .image {
        height: 318px;
    }
}
@media only screen and (max-width:444px) {
    .annualBoiler .rightWing .image {
        background: url(../images/boilerinclude_mob.png);
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        height: 314px;
        border-radius: 16px;
    }

    .annualBoiler .leftWing h2 {
        font-size: 30px;
    }

    .annualBoiler .leftWing p {
        font-size: 16px;
    }

    .ukmap .leftWing .image {
        height: 315px;
    }

    .ukmap .rightWing h2 {
        font-size: 30px;
    }

    .ukmap .rightWing p {
        font-size: 16px;
    }
}
    @media only screen and (max-width:430px) {
        .blueBGsection .bigBanner {
            background: url('../images/bigbanner_mob.png');
            width: 100%;
            height: 296px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .blueBGsection p {
            font-size: 16px;
        }
        .annualBoiler .rightWing .image {
            height: 300px;
        }

        .ukmap .leftWing .image {
            height: 265px;
        }

        .wedo .redBox {
            padding: 24px 30px;
        }

        .wedo .boxWe .coverTable {
            width: 100%;
            margin: auto;
        }

            .wedo .boxWe .coverTable .tableRow .des {
                width: 45%;
            }

            .wedo .boxWe .coverTable .tableRow .name {
                width: 55%;
            }

        .wedo .boxWe .pinkBox h2 {
            font-size: 18px;
            text-align: left;
        }

        .appCont .leftWing .image {
            height: 260px;
        }

        .appCont .rightWing .download {
            flex-wrap: wrap;
            margin-top: 30px;
        }

            .appCont .rightWing .download a {
                margin-left: 0;
                margin-right: 12px;
            }
    }

    @media only screen and (max-width:390px) {
        .blueBGsection .wBoxwrap .wBox {
            height: auto;
        }
        .annualBoiler .rightWing .image {
            height: 270px;
        }

        .ukmap .leftWing .image {
            height: 240px;
        }
    }

    @media only screen and (max-width:380px) {
        .blueBGsection .bigBanner {
            height: 249px;
        }
        .annualBoiler .rightWing .image {
            height: 260px;
        }

        .ukmap .leftWing .image {
            height: 224px;
        }

        .appCont .leftWing .image {
            height: 228px;
        }
    }
@media only screen and (max-width:360px) {
    .whitestripCont .whiteStrip {
        height: auto;
    }
}
@media only screen and (max-width:340px) {
    .annualBoiler .rightWing .image {
        height: 232px;
    }
}
    @media only screen and (max-width:320px) {
        .blueBGsection .bigBanner {
            height: 214px;
        }
        .annualBoiler .rightWing .image {
            height: 215px;
        }

        .ukmap .leftWing .image {
            height: 192px;
        }

        .wedo .boxWe .pinkBox img {
            width: 30%;
        }

        .appCont .leftWing .image {
            height: 197px;
        }
    }