﻿@import url('animate.css');
@import url('fancybox.css');
@import url('bootstrap.css');
@import url('fontawesome.css');
@import url('icomoon.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
fieldset {
    display: none;
}

fieldset.show {
    display: block;
}

.tpReviews {
    margin: 10px 0 30px 0;
}

.tabs {
    margin: 2px 20px 0 5px !important;
    padding-bottom: 0 !important;
    cursor: pointer;
}

    .tabs h6 {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
    }

    .tabs:hover, .tabs.active {
        border-bottom: 2px solid #dd2127 !important;
    }

        .tabs.active:after {
            content: ''
        }

* {
    margin: 0;
    padding: 0;
}

    *, *:after, *:before {
        box-sizing: border-box;
    }

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fdfffc;
    font-family: 'Nunito Sans' !important;
    font-size: 16px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

img {
    display: block;
    max-width: 100%
}

:focus {
    outline: 0;
}



.header {
    padding: 0;
    margin: 0 0 10px;
    height: 75px;
}

    .header .headRow {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 20px;
    }

    .header .logo {
        display: block;
        background: url(../images/logo.png) no-repeat;
        width: 71px;
        height: 44px;
    }
.downloadM {
    display: none;
}
.call {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.header .call-mob {
    display: none;
}
ul.breadcrumb{
    display:none;
}
/*LOGIN PAGE*/
.appCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 60px;
}

    .appCont .leftWing {
        width: 50%;
    }

.blueBox {
    background: #d3f2fa;
    width: 100%;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 16px;
    border-radius: 16px;
    text-align:center;
    margin-bottom:20px;
}
    .blueBox h1 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -2%;
        color: #323234;
    }
    .blueBox p {
        font-family: Nunito Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #323234;
    }
        .loginBox {
            width: 100%;
            padding-top: 40px;
            padding-right: 24px;
            padding-bottom: 16px;
            padding-left: 31px;
            border-radius: 16px;
            border: 1px #E3E0D1 solid;
        }
    .loginBox h2 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: -2%;
        color:#323234;
        margin-bottom:45px;
    }
    .loginBox ul li{
        margin-bottom:15px;
    }
        .loginBox ul li label {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: -2%;
            color: #323234;
            margin-bottom: 5px;
        }
        .loginBox ul li:last-child {
            text-align: right;
            margin-top:60px;
        }
        .textfield {
            border-radius: 16px;
            width: 100%;
            padding: 16px 3%;
            border: 1px #E3E0D1 solid;
            font-size: 14px;
            color: #767677;
            background: #fff;
        }

    .textfield:focus {
        border: 1px #4b89e2 solid;
    }

    .textfield:visited {
        color: #323234;
    }
.redBtn {
    background: #0074B6;
    border-radius: 16px;
    padding: 16px 24px;
    width: 175px;
    color: #fff !important;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    text-align:center;
}

    .redBtn:hover {
        background: #0074B6;
        color: #fff;
    }
    .appCont .rightWing {
        width: 40%;
    }
        .appCont .rightWing .image {
            background: url('../images/app.png');
            background-repeat: no-repeat;
            width: 100%;
            background-size: cover;
            height: 344px;
            border-radius: 16px;
        }

        .appCont .rightWing h2 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 36px;
            line-height: 100%;
            color: #323234;
            margin: 20px 0;
        }

.download {
    display: flex;
    margin-top: 18px;
}

    .download h3 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        color: #323234;
        margin-bottom: 20px;
    }

    .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;
        border: 1px #E3E0D1 solid;
        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%;
            }
/**/

/*Dashboard*/

.goldenbadgeBox {
    background: #FFFFFF;
    border: 2px solid #E3E0D1;
    border-radius: 16px;
    padding: 18px 10px 15px 0px;
    display: flex;
    align-items: center;
}

    .goldenbadgeBox .badgeText {
        padding: 0 0 0 0px;
        color: #323234;
    }

        .goldenbadgeBox .badgeText h1 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 34px;
            line-height: 100%;
            letter-spacing: -2%
        }

        .goldenbadgeBox .badgeText p {
            font-family: Nunito Sans;
            font-weight: 600;
            font-size: 20px;
            line-height: 150%;
            color: #323234;
        }
.offerBox {
    background: rgba(240, 167, 39, 0.1);
    border: 1px solid rgba(240, 167, 39, 1);
    color: #F0A727;
    width: 100%;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 33px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
}
    .offerBox img{
        margin-right:40px;
    }
    .dashmain {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 50px 0 25px;
    }


.dashLeft {
    width: 49%;
    display: flex;
}



.dashRight {
    width: 48%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 2px #E3E0D1 solid;
    background:#fff;
    padding: 24px;
}
    .dashRight h2 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-bottom:25px;
    }
    .dashRight h3 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 15px;
    }
    .dashRight p {
        font-family: Nunito Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #767677;
        margin-bottom: 5px;
    }
.break {
    border: 1px solid #E3E0D1;
    margin:5px 0 15px;
}
.productDetails {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    margin-left:20px;
}

    .productDetails .leftPart {
        width: 80%;
    }

        .productDetails .leftPart ul li {
            padding-bottom: 10px;
            color: #767677;
        }

    .productDetails .rightPart {
        width: 20%;
    }

        .productDetails .rightPart ul li {
            display: flex;
            justify-content: right;
            font-size: 20px;
            font-weight: bold;
            line-height: 22px;
            color: #0074B6;
            padding-bottom: 12px;
        }
        .dashoptionCont {
        display: flex;
        flex-wrap: wrap;
    }

    .dashoptionCont a.dashOption {
        width: 150px;
        height: 154px;
        /*background: #fff;*/
        border: 1px solid #0074B6;
        box-shadow: 0px 4px 25px 0px #1111110A;
        border-radius: 16px;
        margin: 0 25px 40px 0;
        padding: 90px 14px 19px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: Roboto Condensed;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        vertical-align: middle;
        /* or 27px */
        text-decoration: none;
        /* Charcoal Grey */

        color: #0074B6;
    }

        .dashoptionCont a.dashOption:hover {
            box-shadow: 0px 1px 8px rgba(255, 41, 41, 0.3);
        }

    .dashoptionCont .boilerDetails {
        background: url('../images/boilerDetails.png') no-repeat center 8%;
    }

            .dashoptionCont .boilerDetails-Inc {
                background: url('../images/boilerDetails_Inc.png') no-repeat center 8%;
            }

    .dashoptionCont .myDocs {
        background: url('../images/myDocs.png') no-repeat center 8%;
    }

    .dashoptionCont .editPersonal {
        background: url('../images/editPersonal.png') no-repeat center 8%;
    }

    .dashoptionCont .logClaim {
        background: url('../images/logClaim.png') no-repeat center 8%;
    }

    .dashoptionCont .bookBoiler {
        background: url('../images/bookBoiler.png') no-repeat center 8%;
    }

    .dashoptionCont .track {
        background: url('../images/track.png') no-repeat center 8%;
    }
    .dashoptionCont .offers {
        background: url('../images/offers.png') no-repeat center 8%;
    }
    .dashoptionCont .rewards {
        background: url('../images/rewards.png') no-repeat center 8%;
    }
    .dashoptionCont .newBoiler {
        background: url('../images/newBoiler.png') no-repeat center 8%;
    }
.efficiency {
    display: flex;
    justify-content:space-between;
    border: 2px solid #E3E0D1;
    padding:24px;
    border-radius:8px;
    margin:40px 0;
}
    .efficiency .rating{
        width:40%;
    }
        .efficiency .rating ul li {
            display: flex;
            justify-content: space-between;
            margin: 0 0 20px;            
        }
        .efficiency .rating ul li span {
            color: #767677;
        }
            .efficiency .rating ul li .grade {
                font-family: Roboto Condensed;
                font-weight: 700;
                font-size: 24px;
                line-height: 100%;
            }
            .efficiency .rating ul li .gA {
                color: #268222;
            }
            .efficiency .rating ul li .gB {
                color: #0BB100;
            }
            .efficiency .rating ul li .gC {
                color: #AADB00;
            }
            .efficiency .rating ul li .gD {
                color: #FFE101;
            }
            .efficiency .rating ul li .gE {
                color: #FFA900;
            }
            .efficiency .rating ul li .gF {
                color: #FF5401;
            }
            .efficiency .rating ul li .gG {
                color: #D60000;
            }
            .efficiency .chart {
                width: 40%;
            }
    .efficiency h2 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 25px;
    }

        .efficiency h3 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 18px;
            line-height: 100%;
            margin-bottom: 15px;
        }

        .efficiency p {
            font-family: Nunito Sans;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #767677;
            margin-bottom: 5px;
        }
.rewards {
    background: #D3F2FA;
    width: 100%;
    padding: 50px 0;
}

    .rewards h1 {
        font-size: 36px;
        line-height: 140%;
        color: #313A3F;
        font-family: 'Roboto Condensed';
        font-weight: 700;
    }

    .rewards p {
        font-size: 16px;
        line-height: 140%;
        color: #767677;
    }

.rewardsSlider {
/*    display: flex;
    flex-direction: row;*/
    width: 100%;
    margin: auto;
}
.Carousel {
height:auto!important;
}
    .Carousel .Card {
    flex: 1 0 auto;
    width: 220px;
    height: 323px;
    min-height:1px!important;
    scroll-snap-align: start;
    border: 0!important;
    background:#fff;
    border-radius: 16px;
}


.card-text_comm {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #767677;
    padding: 15px;
    justify-content: flex-start;
}

    .card-text_comm h4 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        color: #313a3f;
        margin: 10px 0;
    }

    .card-text_comm p {
        font-size: 14px;
        color: #767677;
    }

    .card-text_comm a {
        font-size: 14px;
        font-weight:600;
        color: #DD2127 !important;
        text-decoration: none;
        cursor: pointer !important;
        width: 129px;
        height: 35px;
        padding: 8px;
        border-radius: 16px;
        border: 1px solid #DD2127;
        background: #FBE4E5;
    }
.Arrow {
    height: 3rem !important;
    width: 3rem!important;
}
.rewards small {
    text-align: center;
    font-size: 10px;
    color: #767677;
    display: flex;
    align-items: center;
    justify-content: center;
}

.refer-a-friendCont {
    background: #FBE4E5;
    width: 100%;
    min-height: 400px;
    padding: 32px;
}
    .refer-a-friendCont .insider {
        display: flex;
    }

    .refer-a-friendCont .referPic {
        width: 50%;
    }

    .refer-a-friendCont .referTextPanel {
        width: 43%;
        margin-left: 7%;
    }

        .refer-a-friendCont .referTextPanel h1 {
            font-size: 36px;
            line-height: 120%;
            color: #701B45;
            font-family: 'Roboto Condensed';
            font-weight: 700;
        }

        .refer-a-friendCont .referTextPanel p {
            font-size: 18px;
            line-height: 140%;
            color: #701B45;
        }

        .refer-a-friendCont .referTextPanel .shareIco h4 {
            font-size: 14px;
            line-height: 140%;
            color: #313A3F;
            font-family: 'Roboto Condensed';
            font-weight: 700;
            margin-top: 24px;
        }

        .refer-a-friendCont .referTextPanel .shareIco ul li {
            display: inline-block;
            padding-left: 10px;
        }

        .refer-a-friendCont .referTextPanel .shareIco .sharefield {
            width: 100%;
            display: flex;
            border-radius: 16px;
            width: 100%;
            border: 1px #E3E0D1 solid;
            font-size: 14px;
            color: #767677;
            background: #fff;
            justify-content: space-between;
            padding: 2px;
        }

            .refer-a-friendCont .referTextPanel .shareIco .sharefield input[type=text] {
                color: #767677;
                background: #fff;
                border: 0;
                border-radius: 16px;
                padding: 12px 3%;
                width: 80%;
            }

                .refer-a-friendCont .referTextPanel .shareIco .sharefield input[type=text]:focus {
                    border: 0;
                    outline: 0;
                }

            .refer-a-friendCont .referTextPanel .shareIco .sharefield .copyBtn {
                border-radius: 12px;
                color: #DD2127 !important;
                background-color: #FFD6D8;
                border: 1px #DD2127 solid;
                padding: 8px 16px;
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                cursor: pointer;
                text-align: center;
            }
/**/

/*BoilerDetails*/
.boilerdetailsCont {
}
    .boilerdetailsCont h1 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 36px;
        line-height: 100%;
        color: #323234;
        margin-top: 40px;
    }

.boilerdetailsCont p {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #767677;
}
.boilerdetails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0;
}


.boilerLeft {
    width: 49%;
    display: flex;
    flex-direction:column;
}

.step1 {
    margin-top: 10px;
}

    .step1 ul li {
        margin-bottom: 20px;
    }

        .step1 ul li select {
            appearance: none;
            background: #fff url('../images/d-arrow.png') no-repeat 95% center !important;
            border-radius: 8px;
            width: 100%;
            padding: 15px 3%;
            border: 1px #E3E0D1 solid;
            font-size: 16px;
            color: #767677;
            background: #fff;
        }
.textfield {
    border-radius: 8px;
    width: 100%;
    padding: 15px 3%;
    border: 1px #E3E0D1 solid;
    font-size: 16px;
    color: #767677;
    background: #fff;
}
        .step1 ul li.half {
            width: 49%;
            margin-right: 2%;
            display: inline-block;
            float: left;
        }

        .step1 ul li.sixty {
            width: 60%;
            margin-right: 2%;
            display: inline-block;
            float: left;
        }

.step1 ul li.forty {
    width: 45%;
    margin-right: 10%;
    display: inline-block;
    float: left;
}
.step1 ul li.fortyR {
    width: 45%;
    display: inline-block;
    float: left;
}

        .step1 ul li.break {
            border-top: 1px #E3E0D1 solid;
            padding: 25px 0 0;
            margin: 10px 0 0;
            float: left;
            width: 100%;
        }

        /*.step1 ul li a {
            font-weight: 500;
            font-size: 12px;
            line-height: 24px;
            letter-spacing: 0.2px;*/
            /* dark skyblue */
            /*color: #4B89E2;
            text-decoration: none;*/
            /*float:right;*/
        /*}*/

        .step1 ul li p {
            color: #767677;
            font-size: 14px;
        }

.label {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #313A3F;
    padding: 0;
    margin-bottom:10px;
}
    .label span {
        color: #DD2127
    }
    .bluBtn {
        width: 261px;
        height: 49px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        border-radius: 16px;
        color: #fff !important;
        background: #0074B6;
        font-family: Nunito Sans;
        font-weight: 700;
        font-size: 18px;
        border: 0;
        cursor: pointer;
        display: block;
        text-align: center;
    }
.whiteBtn {
    width: 261px;
    height: 49px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-radius: 16px;
    color: #0074B6 !important;
    background: #fff;
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #0074B6;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-right:10px;
}
.rightInfo {
    width: 41%;
}
.boilerRight {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 2px #E3E0D1 solid;
    background: #fff;
    padding: 24px;
}

    .boilerRight h2 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 25px;
    }

    .boilerRight h3 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .boilerRight p {
        font-family: Nunito Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #767677;
        margin-bottom: 15px;
    }

/**/

/*update Sucess*/
.boilerdetailsContSucess {
}

    .boilerdetailsContSucess h1 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 36px;
        line-height: 100%;
        color: #323234;
        margin-top: 40px;
    }

    .boilerdetailsContSucess p {
        font-family: Nunito Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #767677;
    }
.successTag {
    padding: 20px 0 0;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #323234;
    display: flex;
    align-items: center;
    justify-content: center;
}
.successTag img {
    padding-right: 20px;
}
    .updateSuccess {
        width: 95%;
        display: flex;
        flex-direction: column;
        border-radius: 8px;
        border: 2px #E3E0D1 solid;
        background: #fff;
        padding: 30px 52px;
        margin: 40px auto;
    }
    .updateSuccess h2 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 25px;
    }
    .updateSuccess h3 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .updateSuccess p {
        font-family: Nunito Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #767677;
        margin-bottom: 15px;
    }
.btnHolder {
    display: flex;
    justify-content: center;
    margin-bottom:20px;
}
/**/
/*My Documents*/
.rightpart {
    width: 41%;
}
.documents{
    padding:25px 0;
    width:100%;
    display:inline-block;
}
    .documents .category {
        min-height: 120px;
        display: flex;
        flex-wrap: wrap;
    }
    .documents h3 {
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        color: #323234;
        margin-bottom:20px;
    }
    /*.documents a {
        font-family: Nunito Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-decoration: underline;
        color: #0074B6!important;
    }*/
        .documents a {
            width: 150px;
            height: 154px;
            /*background: #fff;*/
            border: 1px solid #0074B6;
            box-shadow: 0px 4px 25px 0px #1111110A;
            border-radius: 16px;
            margin: 0 25px 40px 0;
            padding: 90px 14px 19px;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: Roboto Condensed;
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
            text-align: center;
            vertical-align: middle;
            /* or 27px */
            text-decoration: none;
            /* Charcoal Grey */

            color: #0074B6;
        }

            .documents a:hover {
                box-shadow: 0px 1px 8px rgba(255, 41, 41, 0.3);
            }
    .documents .policy {
        background: url('../images/docIco1.png') no-repeat center 8%;
    }

    .documents .tc {
        background: url('../images/docIco2.png') no-repeat center 8%;
    }

    .documents .ipid {
        background: url('../images/docIco3.png') no-repeat center 8%;
    }

    .documents .about {
        background: url('../images/docIco4.png') no-repeat center 8%;
    }

    .documents .welcomeL {
        background: url('../images/docIco4.png') no-repeat center 8%;
    }
    .documents .break {
        border: 1px solid #E3E0D1;
        margin: 5px 0 40px;
        width:70%;
    }
        /**/
/*edit personal*/
ul.step-menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 60px 0 30px;
}

/* .step-menu li {
            flex: 1;
            text-align: center;
        } */

.step-menu li a {
    display: block;
    padding: 30px 24px;
    border-radius: 8px;
    border: 2px solid #E3E0D1;
    text-decoration: none;
    color: #323234;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    margin-right:25px;
    width:300px;
}
    .step-menu li a:before {
        content: url(../images/edit.png);
        float: right;
        margin-left: 5px;
        line-height: 25px;
    }
    .editPersonalDetails{
        margin:40px 0 30px;
        display:inline-block;
    }
.markettingOption {
    display: flex;
    position: relative;
    left: -10px;
}
/* Customize the label (the container) */
.check_container {
    display: flex;
    position: relative;
    /*padding: 8px;*/
    margin-bottom: 8px;
    margin-top: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    border-radius: 16px;
    width: 115px;
    height: 40px;
    color: #767677;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}
    .check_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    /*border: 1px #74a4e9 solid;*/
    border: 1px solid #E3E0D1;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.check_container:hover input ~ .checkmark {
    background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
    background-color: #0074B6;
    border: 1px solid #0074B6;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.editBtnHolder {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.editBtnHolder2 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
    /**/

/* Accordian */
.RectangleDD {
    width: 100%;
}

.accordionDD {
    padding: 15px 25px 15px 55px;
    background: url('../images/direct.png') no-repeat 15px 10px;
    background-color: #F5F8F5;
    border-radius: 16px;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom: 15px;
    font-size: 16px;
    color: #313A3F;
    font-family: 'Roboto Condensed';
    font-weight: 700;
}

    .activeDD, .accordionDD:hover {
    }

    .accordionDD:after {
        content: url(../images/downArrow.png);
        font-size: 22px;
        float: right;
        margin-left: 5px;
    }

.activeDD:after {
    content: url(../images/upArrow.png);
}

.panelDD {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: #767677;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}
    .custom-checkbox {
        width: 322px;
        height: 44px;
        font-family: 'Nunito Sans';
        font-size: 16px;
        font-weight: 400;
    }

    .custom-checkbox input#status {
        display: none;
    }

        .custom-checkbox input#status + label {
            height: 100%;
            width: 100%
        }

            .custom-checkbox input#status + label > .status-switch {
                cursor: pointer;
                width: 100%;
                height: 100%;
                position: relative;
                background-color: #fff;
                border: 1px #e3e0d1 solid;
                border-radius: 16px;
                color: #767677;
                transition: all .5s ease;
                padding: 0;
            }

                .custom-checkbox input#status + label > .status-switch:before, .custom-checkbox input#status + label > .status-switch:after {
                    border-radius: 2px;
                    height: calc(100% - 1px);
                    width: calc(50% - 1px);
                    display: flex;
                    align-items: center;
                    position: absolute;
                    justify-content: center;
                    transition: all .3s ease;
                }

                .custom-checkbox input#status + label > .status-switch:before {
                    background-color: #ffd6d8;
                    color: #dd2127;
                    border-radius: 16px;
                    border: 1px #dd2127 solid;
                    left: 0;
                    z-index: 10;
                    content: attr(data-unchecked);
                }

                .custom-checkbox input#status + label > .status-switch:after {
                    right: 0;
                    content: attr(data-checked);
                }

        .custom-checkbox input#status:checked + label > .status-switch {
            background-color: #fff;
        }

            .custom-checkbox input#status:checked + label > .status-switch:after {
                left: 0;
                content: attr(data-unchecked);
            }

            .custom-checkbox input#status:checked + label > .status-switch:before {
                color: #dd2127;
                left: 50%;
                content: attr(data-checked);
            }

/*Manage claims*/
.claims{
    width:100%;
    display:flex;
    flex-direction:column;
    margin:50px 0 40px;
}
    .claims .claimRow {
        width: 100%;
        display: flex;
        margin-bottom:30px;
    }
        .claims h2 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 24px;
            line-height: 100%;
            margin-bottom:15px;
        }
    .claims .claimRow .claimBox {
        width: 345px;
        height: 127px;
        margin-right: 33px;
        padding: 5px 10px;
        border-radius: 15px;
        border: 1px solid #0074B6;
        display: flex;
        align-items: center;
    }
            .claims .claimRow .claimBox .icoHolder{margin-right:35px;width:73px;height:73px;}
            .claims .claimRow .claimBox .txtHolder {
                width:221px;
                font-family: Roboto Condensed;
                font-weight: 500;
                font-size: 14px;
                line-height: 150%;
                color: #0074B6;
            }
            /**/
            .why247 {
                width: 100%;
                height: auto;
                background: #d3f2fa;
                padding: 70px 0;
                margin: 20px 0;
            }

    .why247 h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        text-align: center;
        color: #313a3f;
    }
    .partner h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        text-align: center;
        color: #313a3f;
    }

    .why247 h4 {
        color: #767677;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }

    .why247 .whiteBoxCont {
        display: flex;
        width: 88%;
        margin: 40px auto;
        flex-wrap: wrap;
    }

        .why247 .whiteBoxCont .whiteBox {
            background: #fff;
            border-radius: 16px;
            width: 519px;
            height: 97px;
            margin: 0 8px 8px 0;
            padding: 16px;
            display: flex;
        }

            .why247 .whiteBoxCont .whiteBox:nth-child(even) {
                margin-right: 0;
            }

            .why247 .whiteBoxCont .whiteBox .icon {
                width: 65px;
                height: 65px;
            }

            .why247 .whiteBoxCont .whiteBox .features {
                color: #767677;
                font-size: 14px;
                margin-left: 20px;
                width: 80%
            }

                .why247 .whiteBoxCont .whiteBox .features h3 {
                    font-family: 'Roboto Condensed';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 16px;
                    color: #313a3f;
                }

.partner {
    width: 100%;
}

.carousel-control-next {
    right: -24px !important;
    justify-content: flex-end !important;
}

.carousel-control-prev {
    left: -24px !important;
    justify-content: flex-start !important;
}

.carousel-control-next-icon {
    background-image: url('../images/r-next.png');
}

.carousel-control-prev-icon {
    background-image: url('../images/r-prev.png');
}

.partner .partner_logo_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 20px;
}

.partner .partner_logo {
    display: inline-block;
    min-width: 120px;
}

    .partner .partner_logo img {
        padding: 0 10%
    }

.partner .partner_logo_cont_Mobile {
    display: none;
}

.partner .partner_logo_cont_Tablet {
    display: none;
}

ul.security {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 12% 70px;
}

    ul.security li {
        color: #767677;
        font-size: 9px;
        display: flex;
        align-items: center;
        width: 30%
    }

        ul.security li .icon {
            margin-right: 15px;
            display: inline-block;
            width: 41px;
        }

        ul.security li span {
            width: 75%
        }

.brand_personality_Mobile {
    display: none;
}

.brand_personality {
    margin: 100px 0;
}

    .brand_personality .section {
        display: flex;
        margin-bottom: 56px;
        justify-content: space-between;
        align-items: center;
    }

        .brand_personality .section:last-child {
            margin-bottom: 0;
        }

        .brand_personality .section .image {
            width: 50%;
            display: flex;
            justify-content: center;
        }

        .brand_personality .section .matter {
            width: 45%
        }

            .brand_personality .section .matter h2 {
                color: #313a3f;
                font-family: 'Roboto Condensed';
                font-style: normal;
                font-weight: 700;
                font-size: 36px;
                margin-bottom: 20px;
            }

            .brand_personality .section .matter p {
                font-size: 16px;
                color: #767677;
            }

.faq {
    width: 100%;
    height: auto;
    background: #d3f2fa;
    padding: 50px 0 50px;
}

    .faq h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        color: #313a3f;
    }

    .faq h4 {
        color: #767677;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }

.faqMobile {
    width: 100%;
    display: block;
}

.faq_accordion {
    background: #fff;
    border-radius: 16px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #313a3f;
    padding: 20px 30px;
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    transition: .4s;
}

    .faq_active, .faq_accordion:hover {
        background-color: #fff;
    }

    .faq_accordion:before {
        content: url(../images/downArrow.png);
        float: right;
        margin-left: 5px;
        line-height: 30px;
    }

.faq_active:before {
    content: url(../images/upArrow.png);
}

.faq_holder {
    margin: 0 0 30px;
}

.faq_panel {
    padding: 0 30px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .012em;
    color: #767677;
    width: 100%;
    margin-top: -15px;
    border-radius: 0 0 16px 16px;
}

    .faq_panel p {
        padding: 10px 0 30px;
    }

    .faq_panel a {
        font-weight: 600;
        color: #4b89e2;
    }

    .faq_panel ul li {
        list-style-position: outside;
        list-style-type: disc;
        margin-left: 22px;
    }

.community_cont {
    margin: 70px 0;
}

    .community_cont h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        text-align: center;
        color: #313a3f;
        margin-bottom: 40px;
    }

.mce_inline_error {
    background: transparent !important;
}



#mc_embed_signup div.response {
    margin: 0 !important;
    padding: 0 .5em .5em 0 !important;
    font-weight: bold;
    overflow: visible !important;
    float: left;
    position: relative;
    top: -80px;
    z-index: 1;
    width: 80%
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 .5em 0 .5em;
    overflow: visible !important;
    position: relative;
    top: -40px;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup .helper_text {
    background-color: transparent !important;
}

#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 0 !important;
}

.faqBtnHolder {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.whiteBtn_faq {
    padding: 10px 40px;
    color: #767677;
    background: transparent;
    border: 2px #767677 solid;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.compare {
    margin: 0 auto 32px;
    width: 75%
}

    .compare h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        text-align: center;
        color: #313a3f;
    }

    .compare .boxMobile {
        display: none;
    }

    .compare .box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 16px;
        align-items: flex-start;
        margin: 24px auto;
        padding: 40px;
        background: #fff;
        border: 1px #e3e0d1 solid;
    }

        .compare .box .colBox {
            width: 14%;
            margin: 0 5px 0;
            padding: 15px 1% 0;
            background: #fff;
            position: relative;
            text-align: center;
            border-right: 1px solid #e3e0d1;
        }

        .compare .box .colBoxLandlord {
            width: 18% !important;
        }

        .compare .box .colBox .brandLogo {
            display: flex;
            justify-content: center;
        }

        .compare .box .colBox:nth-child(1) {
            width: 21%;
            border: 0;
            text-align: left;
        }

        .compare .box .colBox:nth-child(2) {
            border-radius: 16px;
            background: #d3f2fa;
            border: 0;
        }

        .compare .box .colBox:last-child {
            border: 0;
        }

        .compare .box .colBox h2 {
            color: #313a3f;
            font-family: 'Roboto Condensed';
            font-weight: bold;
            font-size: 28px;
            text-align: left;
            margin-bottom: 20px;
        }

        .compare .box .colBox ul.comList li {
            margin-bottom: 28px;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #313a3f;
            letter-spacing: .2px;
        }

            .compare .box .colBox ul.comList li img {
                display: inline-block;
            }

        .compare .box .colBox .comFeatures {
            margin-top: 20px;
        }

            .compare .box .colBox .comFeatures ul li {
                font-weight: 400;
                font-family: 'Roboto Condensed';
                font-size: 18px;
                line-height: 150%;
                color: #313a3f;
                letter-spacing: .2px;
                margin: 0;
                padding: 0 0 5px 0;
                height: 41px;
            }

                .compare .box .colBox .comFeatures ul li.bold {
                    font-weight: 700;
                }

                .compare .box .colBox .comFeatures ul li.red {
                    color: #dd2127;
                    font-weight: 700;
                }

                .compare .box .colBox .comFeatures ul li small {
                    font-size: 9px;
                    display: block;
                    line-height: 100%;
                    font-weight: 400;
                    color: #313a3f;
                }

                .compare .box .colBox .comFeatures ul li + li {
                    margin-top: 10px;
                }

                .compare .box .colBox .comFeatures ul li i {
                    display: flex;
                    justify-content: center;
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 40px;
                    color: #0074b6;
                }
/*britishGas*/
    .compare .box2 {
        border-radius: 16px;
        margin: 24px auto;
        padding: 40px 100px;
        background: #fff;
        border: 1px #e3e0d1 solid;
    }
    .compare .box2 ul.rowBox li {
        padding: 20px 0;
        display: flex;
        border-bottom: 1px solid #e3e0d1;
    }
        .compare .box2 ul.rowBox li:nth-child(1) {
            border-bottom: 0;
        }.compare .box2 ul.rowBox li:last-child {
            border-bottom: 0;
        }
        .compare .box2 ul.rowBox li h2 {
            color: #313a3f;
            font-family: 'Roboto Condensed';
            font-weight: bold;
            font-size: 28px;
            text-align: left;
            margin-bottom: 20px;
        }
        .compare .box2 ul.rowBox li small {
            font-size: 9px;
            display: block;
            line-height: 100%;
            font-weight: 400;
            color: #313a3f;
        }
        .compare .box2 ul.rowBox li .featureList {
            width: 25%;
            font-size: 18px;
            color: #767677;
        }
        .compare .box2 ul.rowBox li .homeRes {
            width: 35%;
            text-align: center;
            font-size: 18px;
            color: #0074B6;
            display: flex;
            align-items: flex-end;
            flex-direction: column;
            justify-content: center;
        }
            .compare .box2 ul.rowBox li .homeRes .brandLogo {
                width:85px;
            }
        .compare .box2 ul.rowBox li .homeRes i {
            display: flex;
            justify-content: center;
            font-size: 20px;
            font-weight: bold;
            line-height: 40px;
            color: #0074b6;
        }
        .compare .box2 ul.rowBox li .britishGas {
            width: 35%;
            text-align: center;
            font-size: 18px;
            color: #323234;
            display: flex;
            align-items: flex-end;
            flex-direction: column;
            justify-content: center;
        }
            .compare .box2 ul.rowBox li .britishGas .brandLogo {
                width: 60px;
            }
            .compare .box2 ul.rowBox li .britishGas i {
                display: flex;
                justify-content: center;
                font-size: 20px;
                font-weight: bold;
                line-height: 40px;
                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 {
    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;
        }
.blueBGsection .switchTo h2 {
    font-size: 36px;
}
        
                    .compare p {
                        font-size: 12px;
                        color: #767677;
                    }
.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;
        }


                .com_accordion {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 12px;
                    color: #313a3f;
                    padding: 20px 0 0;
                    cursor: pointer;
                    width: 100%;
                    border: 0;
                    text-align: left;
                    outline: 0;
                    transition: .4s;
                    padding: 0;
                    margin: 0 0 20px;
                }

    .com_accordion:after {
        content: url(../images/downArrow.png);
        float: right;
        margin-left: 5px;
        line-height: 30px;
    }

.com_active:after {
    content: url(../images/upArrow.png);
}

.com_holder {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    font-size: 12px;
    color: #767677;
    margin: auto;
    padding-bottom: 15px;
}

.com_panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .012em;
    color: #767677;
    width: 100%
}

.footer {
    float: left;
    width: 100%;
    background: #f5f8f5;
    padding: 0;
}

    .footer .wf-container-footer {
        padding: 50px 0 60px;
        display: flex;
        flex-direction: column;
        width: 100%
    }

        .footer .wf-container-footer .logo {
            margin-bottom: 10px;
            width: 180px;
        }

.footer_accordion {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #313a3f;
    padding: 20px 0 0;
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    transition: .4s;
    padding: 20px 0 0;
    margin: 0 0 20px;
}

    .footer_accordion:after {
        content: url(../images/downArrow.png);
        float: right;
        margin-left: 5px;
        line-height: 30px;
    }

.footer_active:after {
    content: url(../images/upArrow.png);
}

.footer_holder {
    border-bottom: 1px solid #e0e0e0;
}

.footer_panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .012em;
    color: #767677;
    width: 100%;    
    margin-bottom:10px;
}

.footer .wf-container-footer ul li {
    margin: 0 0 5px;
}

    .footer .wf-container-footer ul li:last-child {
        border: 0;
    }

    .footer .wf-container-footer ul li a {
        color: #878f9d;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        font-family: 'Nunito Sans';
    }

        .footer .wf-container-footer ul li a:hover {
            color: #7a818c;
        }

.footer .wf-container-footer .social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}

    .footer .wf-container-footer .social img {
        padding-right: 10px;
    }

.footer .footer-bottom {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    color: #767677;
}

.footerPanel {
    display: flex;
    justify-content: space-between;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    border-top: 2px solid #000;
    left: 1px;
    right: 1px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: #000;
    box-shadow: -1px -1px 2px 0 rgba(66, 66, 66, 0.6);
    font-size: 14px;
}

    .cookie-banner a {
        color: #fff;
        text-decoration: underline;
    }

.close1 {
    height: 20px;
    float: left;
    background: transparent;
    border: 0;
    margin: -48px 0 0 40px;
}

#more {
    display: none;
}

.error_bg {
    width: 100%;
    background: url(../images/error-bg.png) no-repeat bottom center;
}

.error_main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    background: url(../images/error_graphic.png) no-repeat center 50%;
    width: 100%;
    padding: 130px 0;
    text-align: center;
}

    .error_main p {
        font-size: 25px;
        text-align: center;
        line-height: 160%;
        margin-bottom: 35px;
    }

    .error_main .Rbtn {
        background: #dd2127;
        padding: 10px 120px;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        text-decoration: none;
    }

        .error_main .Rbtn:hover {
            background: #b1181d;
        }

.error_logo {
    display: block;
    text-align: center;
}

    .error_logo img {
        display: inline-block;
    }

.oops {
    display: block;
    font-size: 60px;
    color: #4b89e2;
    font-weight: bold;
    padding: 210px 0 15px;
    text-align: center;
}

.error_msg {
    display: block;
    font-size: 25px;
    color: #323234;
    font-weight: bold;
    padding: 25px 0 45px;
    text-align: center;
}

.footer_error {
    background: #f8f8f8;
    margin: 0;
    padding: 20px 5%;
    font-size: 12px;
    line-height: 140%;
    width: 100%
}

.tooltipF {
    position: relative;
    display: inline-block;
    top: 2px;
    left: 7px;
}

    .tooltipF .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #fff;
        border: 1px solid #dd2127;
        color: #323234;
        line-height: 120%;
        font-size: 10px;
        text-align: left;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: 25px;
        left: 50%;
        margin-left: -100px;
    }

        .tooltipF .tooltiptext h6 {
            font-size: 10px;
            font-weight: 700;
        }

        .tooltipF .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #dd2127 transparent;
        }

    .tooltipF:hover .tooltiptext {
        visibility: visible;
    }

@media only screen and (min-width:280px) {
    .container {
        max-width: 96%;
        padding:0;
    }
}
@media only screen and (min-width:600px) {
    .container {
        max-width: 80%;
        padding: 0;
    }
}

@media only screen and (min-width:1350px) {
    .container {
        max-width: 96%;
        padding: 0;
    }
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1240px;
        padding: 0;
    }
}
@media only screen and (max-width:1366px) {
    .blueBGsection .wBoxwrap .wBox {
        width: 260px;
    }
}
@media only screen and (max-width:1280px) {
    .why247 .whiteBoxCont .whiteBox {
        width: 517px;
    }

    .blueBGsection .wBoxwrap .wBox {
        width: 250px;
    }

    .dashoptionCont a.dashOption {
        width: 138px;
        height: 154px;
        line-height:110%;
    }
    .whitestripCont .whiteStrip {
        width: 32%;
        height: 110px;
    }
    .documents .break {
        width: 84%;
    }
    .claims .claimRow .claimBox {
        width: 310px;
        height: auto;
    }
}

@media only screen and (max-width:1024px) {
    .hero_section {
        height: auto;
        flex-direction: column;
    }

        .hero_section .heroPic_main {
            width: 100%;
            min-height: 652px;
            height: auto;
            margin-bottom: 40px;
        }

        .hero_section .heroPic {
            /* object-fit: cover; */
            /*background: url(../images/banner.png);
            background-repeat: no-repeat;
            background-size: contain;*/
            width: 100%;
            min-height: 614px;
            height: auto;
            margin-bottom: 40px;
        }

    .appCont .rightWing .image {
        height: 520px;
    }

    .homeserveBG {
        min-height: 614px;
        height: auto;
        margin-bottom: 40px;
        width: 100%;
    }

    .hometreeBG {
        min-height: 614px;
        height: auto;
        margin-bottom: 40px;
        width: 100%;
    }

    .ovoBG {
        min-height: 614px;
        height: auto;
        margin-bottom: 40px;
        width: 100%;
    }

    .hero_section .textPanel {
        width: 100%;
        margin-left: 0;
    }


    .hero_section2 {
        height: auto;
    }

        .hero_section2 p {
            display: none;
            font-size: 18px;
        }

    .trustpilot {
        display: none;
    }

    .trustpilotM {
        display: block;
        width: 100%
    }

    .tpmargin {
        margin: 75px 0 30px;
    }

    .trustpilotM a {
        font-size: 18px;
        color: #767677 !important;
        text-decoration: none;
    }

        .trustpilotM a img {
            display: inline-block;
        }

    .rowCover {
        justify-content: space-between;
        padding: 0 10%
    }

    .partner .partner_logo img {
        width: 85%
    }

    .bfHead .bfCol {
        width: 50%
    }

    .rowCover_Mobile .leftArrow {
        background-image: url('../images/left arrow - on.png');
        width: 60px;
        height: 60px;
        position: absolute;
        left: 15%;
        margin-top: 170px;
        z-index: 1;
    }

    .rowCover_Mobile .rightArrow {
        background-image: url('../images/right arrow - on.png');
        width: 60px;
        height: 60px;
        position: absolute;
        right: 15%;
        margin-top: 170px;
        z-index: 1;
    }

    .rowCover_Mobile .leftArrowOff {
        background-image: url('../images/left arrow - off.png');
        width: 60px;
        height: 60px;
        position: absolute;
        left: 15%;
        margin-top: 170px;
        z-index: 1;
        pointer-events: none;
    }

    .rowCover_Mobile .rightArrowOff {
        background-image: url('../images/right arrow- off.png');
        width: 60px;
        height: 60px;
        position: absolute;
        right: 15%;
        margin-top: 170px;
        z-index: 1;
        pointer-events: none;
    }

    .why247 .whiteBoxCont {
        justify-content: center;
    }

    .partner .partner_logo {
        display: inline-block;
        min-width: 60px;
    }

    .why247 .whiteBoxCont .whiteBox {
        margin: 0 0 8px 0;
    }

    .rowCover {
        display: none;
    }

    .rowCover_Mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 16px;
        align-items: flex-start;
        margin: 45px auto 0;
        background: #fff;
        border: 1px #e3e0d1 solid;
        width: 85%;
        justify-content: center;
    }

        .rowCover_Mobile .quoteContact {
            border-radius: 16px;
            background: #fbe4e5;
            padding: 24px;
            text-align: center;
            width: 90%;
            margin: 20px auto;
        }

            .rowCover_Mobile .quoteContact h2 {
                color: #701b45;
                font-family: 'Roboto Condensed';
                font-weight: bold;
                font-size: 18px;
                text-align: center;
                margin-bottom: 20px;
            }

            .rowCover_Mobile .quoteContact .btnContact {
                color: #701b45;
                border: 1px #701b45 solid;
                border-radius: 16px;
                padding: 12px 24px;
                font-size: 16px;
                cursor: pointer;
                background: transparent;
            }

        .rowCover_Mobile .colCover {
            width: 100%;
            margin: 0;
            padding: 20px 0 0;
            background: #fff;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .rowCover_Mobile .colCover ul.featureList {
                display: inline-block;
                width: 75%
            }

                .rowCover_Mobile .colCover ul.featureList li {
                    margin-bottom: 20px;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 150%;
                    color: #313a3f;
                    letter-spacing: .2px;
                }

                    .rowCover_Mobile .colCover ul.featureList li.no {
                        opacity: .5;
                    }

            .rowCover_Mobile .colCover.recommended {
                border: 0;
                position: relative;
                top: 0;
            }

    .bestM {
        text-align: center;
        color: #d2f5ff;
        font-size: 12px;
        font-weight: 700;
        line-height: 150%;
        padding: 3px 0;
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        background: #0074b6;
        border-bottom: 5px solid #dd2127;
        border-radius: 16px 16px 0 0;
    }

    .rowCover_Mobile h4 {
        font-family: 'Roboto Condensed';
        font-weight: bold;
        font-size: 20px;
        line-height: 32px;
        color: #313a3f;
        text-align: center;
        margin: 15px auto 10px;
    }

    .rowCover_Mobile .colCover.recommended h4 {
        margin: 15px auto 10px;
    }

    .rowCover_Mobile .coverFeatures {
        margin: 10px 10% 20px;
        display: flex;
        align-items: baseline;
        width: 80%;
        justify-content: space-between;
    }

        .rowCover_Mobile .coverFeatures .scroller-container ul li {
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #313a3f;
            letter-spacing: .2px;
            margin: 0;
            padding: 0;
        }

            .rowCover_Mobile .coverFeatures .scroller-container ul li + li {
                margin-top: 20px;
            }

            .rowCover_Mobile .coverFeatures .scroller-container ul li.Yes {
                color: #2d3436;
                position: relative;
                padding: 0;
            }

                .rowCover_Mobile .coverFeatures .scroller-container ul li.Yes a {
                    color: #0074b6;
                    padding: 0 0 5px 0;
                    text-decoration: underline;
                    display: flex;
                    justify-content: center;
                }

            .rowCover_Mobile .coverFeatures .scroller-container ul li.No {
                padding: 0;
            }

            .rowCover_Mobile .coverFeatures .scroller-container ul li.Yes i {
                display: flex;
                justify-content: center;
                font-size: 22px;
                font-weight: bold;
                line-height: 100%;
                color: #0074b6;
            }

            .rowCover_Mobile .coverFeatures .scroller-container ul li.No i {
                display: flex;
                justify-content: center;
                font-size: 22px;
                font-weight: bold;
                line-height: 100%;
                color: #dd2127;
                height: 20px;
            }

    .rowCover_Mobile .viewPlan {
        background-color: #dd2127;
        border: 0;
        border-radius: 16px;
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        text-decoration: none;
        display: table;
        margin: 0 auto;
        padding: 5px 30px;
        cursor: pointer;
        width: 100%;
        text-align: center;
    }

    .rowCover_Mobile .oldPrice {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        font-feature-settings: 'haln' on;
        color: #313a3f;
    }

        .rowCover_Mobile .oldPrice span {
            text-decoration: line-through;
            text-decoration-color: #313a3f;
            text-decoration-style: solid;
        }

            .rowCover_Mobile .oldPrice span.permonth {
                font-weight: 700;
                font-size: 12px;
                line-height: 24px;
                text-decoration: line-through;
                text-decoration-color: #313a3f;
                text-decoration-style: solid;
            }

    .rowCover_Mobile .priceis {
        text-align: center;
        margin: 10px 0 10px;
        font-family: 'Roboto Condensed'
    }

        .rowCover_Mobile .priceis .symbol {
            font-weight: 700;
            font-size: 40px;
            line-height: 100%;
            color: #0074b6;
            margin: 0 2px 0 0;
            letter-spacing: -2px;
        }

        .rowCover_Mobile .priceis .mian-price {
            font-weight: 700;
            font-size: 40px;
            line-height: 100%;
            color: #0074b6;
            letter-spacing: -2px;
        }

        .rowCover_Mobile .priceis .perbase {
            font-weight: 700;
            font-size: 12px;
            line-height: 100%;
            color: #313a3f;
            display: block;
            text-align: center;
        }

    .rowCover_Mobile .coverFeatures p.Yes i {
        text-align: center;
    }

    .greenline {
        height: 10px;
    }

    .rowCover_Mobile a.docu {
        color: #0074b6;
        padding: 0 0 5px 0;
        font-size: 14px;
        text-decoration: underline;
        display: flex;
        justify-content: center;
    }

    .feature_holder {
        width: 70%
    }

    .nav {
        border-radius: 16px 16px 0 0;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
        justify-content: space-between;
        height: 64px;
        align-items: center;
    }

    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        background: #eee;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #000;
            cursor: default;
            background-color: #fff;
            border: 0;
            border-bottom-color: transparent;
        }

        .nav-tabs > li > a {
            margin-right: 0;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 0 !important;
        }

            .nav-tabs > li > a:nth-child(1) {
                margin-right: 0;
                line-height: 1.42857143;
                border: 1px solid transparent;
                border-radius: 16px 0 0 0;
            }

            .nav-tabs > li > a:nth-child(4) {
                margin-right: 0;
                line-height: 1.42857143;
                border: 1px solid transparent;
                border-radius: 0 16px 0 0 !important;
            }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 21px 36px;
    }

    .tab-content {
        width: 90%
    }

    .compare {
        width: 100%;
        margin-top: 38px;
    }

    .partner {
        width: 100%;
        margin-top: 40px;
    }

    .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;
    }

    .dashoptionCont a.dashOption {
        width: 118px;
        height: 148px;
        margin: 0 10px 20px 0;
        font-size: 16px;
        line-height: 110%;
    }

    .step-menu li a {
        width: 235px;
    }

    .step1 ul li.forty {
        width: 65%;
        margin-right: 0;
    }

    .step1 ul li.fortyR {
        width: 65%;
    }

    .editBtnHolder {
        justify-content: flex-start;
    }

    .documents .break {
        width: 98%;
    }

    .documents a {
        width: 138px;
        height: 146px;
    }
    .claims .claimRow {
        flex-wrap: wrap;
    }
        .claims .claimRow .claimBox {
            width: 310px;
            height: auto;
            margin-bottom: 20px;
        }
}

@media only screen and (max-width:912px) {
    .rowCover_Mobile {
        width: 90%
    }
    .dashoptionCont a.dashOption {
        width: 105px;
        height: 148px;
    }
    .appCont .rightWing .image {
        height: 465px;
    }
    .step-menu li a {
        width: 214px;
        margin-right: 15px;
    }
    .documents a {
        width: 120px;
        height: 122px;
        font-size: 14px;
        line-height: 100%;
    }
}

@media only screen and (max-width:912px) {
    .custom-checkbox {
        width: 245px;
    }

    .nav > li > a {
        padding: 21px 31px;
    }

    .nav_excess {
        display: flex;
        width: 280px;
    }

        .nav_excess a {
            height: 38px;
            width: 70px;
        }

        .nav_excess .animation {
            width: 70px;
        }

    .customerSection .top .text {
        font-size: 32px;
    }

    .brand_personality .section .matter h2 {
        font-size: 30px;
    }

    .partner .partner_logo_cont {
        display: none;
    }

    .partner .partner_logo_cont_Tablet {
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    .partner .partner_logo {
        display: inline-block;
        min-width: 150px;
    }

    .compare .box .colBox {
        width: 13%
    }

        .compare .box .colBox h2 {
            font-size: 20px;
        }

        .compare .box .colBox ul.comList li {
            font-size: 14px;
            line-height: 120%
        }

        .compare .box .colBox .comFeatures {
            margin-top: 3px;
        }

            .compare .box .colBox .comFeatures ul li {
                height: 33px;
                font-size: 16px;
            }
}
@media only screen and (max-width:853px) {
    .dashoptionCont a.dashOption {
        width: 95px;
        height: 148px;
    }
    .step-menu li a {
        margin-right: 7px;
        width: 210px;
    }
    .claims .claimRow .claimBox {
        width: 300px;
        height: auto;
        margin-bottom: 20px;
    }
}
    @media only screen and (max-width:820px) {
        .header .logo a {
            display: block;
            background-size: 90%
        }

        .call {
            width: 52%
        }

        .call2 {
            display: none;
        }
        .appCont .rightWing .image {
            height: 390px;
        }
        /*.hero_section .heroPic {
        width: 52%;
    }*/

        .hero_section2 {
            padding: 16px 16px;
        }

            .hero_section2 h1 {
                font-size: 40px;
            }

        .hero_section {
            flex-direction: column;
        }

            .hero_section .textPanel {
                width: 100%;
                margin-left: 0;
            }

            .hero_section .heroPic_main {
                width: 100%;
                min-height: 520px;
                height: auto;
                margin-bottom: 40px;
            }

            .hero_section .heroPic {
                /*object-fit: cover;*/
                /*background: url('../images/banner.png');
        background-repeat:no-repeat;
        background-size:contain;*/
                width: 100%;
                min-height: 460px;
                height: auto;
                margin-bottom: 40px;
            }

        .homeserveBG {
            width: 100%;
            min-height: 460px;
            height: auto;
            margin-bottom: 40px;
        }

        .hometreeBG {
            width: 100%;
            min-height: 460px;
            height: auto;
            margin-bottom: 40px;
        }

        .ovoBG {
            width: 100%;
            min-height: 460px;
            height: auto;
            margin-bottom: 40px;
        }

        .hero_section h1 {
            font-size: 48px;
        }

        .trustpilotM a {
            font-size: 10px;
        }

            .trustpilotM a img {
                display: inline-block;
            }

        .nav > li > a {
            padding: 21px 23px;
        }

        .close1 {
            margin: -50px 0 0 40px;
        }

        .custom-checkbox {
            width: 240px;
        }

        .nav_excess {
            width: 260px;
        }

            .nav_excess a {
                height: 38px;
                width: 65px;
            }

            .nav_excess .animation {
                width: 65px;
            }

        #mc_embed_signup div.response {
            width: 100% !important;
        }

        .compare .box {
            padding: 25px;
        }

            .compare .box .colBox:nth-child(1) {
                width: 24%
            }

        .compare .box2 {
            padding: 40px;
        }

        .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;
        }

        .rightInfo {
            display: none;
        }

        .boilerLeft {
            width: 100%;
        }
        .rightpart {
            width: 100%;
        }
        .step1 ul li.half {
            width: 100%;
            margin-right: 0;
        }
        .documents .category {
            min-height: 1px;
            padding:5px 0 5px;
        }
        .dashoptionCont a.dashOption {
            width: 93px;
            height: 148px;
            font-size: 14px;
        }
        .step-menu{
            flex-direction:column;
        }
        .step-menu li a {
            margin-right: 0px;
            margin-bottom:20px;
            width: 100%;
        }
        .step1 ul li.forty {
            width: 100%;
        }
        .step1 ul li.fortyR {
            width: 100%;
        }
        .editBtnHolder {
            justify-content: center;
        }
        .editBtnHolder2 {
            justify-content: center;
        }
        .step1 ul li.sixty {
            width: 100%;
        }
        .claims .claimRow .claimBox {
            width: 290px;
            height: auto;
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width:768px) {
        .custom-checkbox {
            width: 200px;
            font-size: 12px;
        }

        .nav_excess {
            display: flex;
            width: 220px;
        }

            .nav_excess a {
                height: 38px;
                width: 55px;
                font-size: 12px;
                font-weight: 700;
            }

            .nav_excess .animation {
                width: 55px;
            }

        .nav > li > a {
            padding: 21px 19px;
        }

        .customerSection .top .text {
            font-size: 24px;
            line-height: 120%;
            width: 50%
        }

        .partner .partner_logo {
            min-width: 140px;
        }

        .customerSection .top .pic {
            width: 50%;
            margin-right: 30px;
        }

        .exit-intent-popup .newsletter {
            display: flex;
            flex-direction: column-reverse;
            text-align: center;
        }

        .eepop-img {
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
        }

        .exit-intent-popup .newsletter {
            transform: translate(-50%, 0);
        }

        .exit-intent-popup .newsletter {
            top: auto;
        }

        .blueBGsection .bigBanner {
            height: 381px;
        }

        .annualBoiler .rightWing .image {
            height: 380px;
        }

        .dashmain {
            margin: 25px 0;
            flex-direction: column;
        }

        .dashLeft {
            width: 100%;
            display: flex;
        }

        .dashoptionCont a.dashOption {
            width: 185px;
            height: 154px;
            margin: 0 10px 20px 0;
            font-size: 16px;
            line-height: 110%;
        }

        .dashRight {
            width: 100%;
        }

        .refer-a-friendCont .insider {
            display: flex;
            flex-direction: column;
        }

        .refer-a-friendCont .referPic {
            width: 100%;
            margin-bottom: 30px;
        }

        .refer-a-friendCont .referTextPanel {
            width: 100%;
            margin-left: 0;
        }
        .dashoptionCont {
            justify-content: center;
        }
        .efficiency {
            flex-direction: column;
        }
            .efficiency .rating {
                width: 100%;
            }
            .efficiency .chart {
                width: 100%;
            }
            .efficiency .rating ul li {
                flex-direction: column;
            }
                .efficiency .rating ul li .grade {
                    margin: 10px 0;
                }
        .claims .claimRow .claimBox {
            width: 285px;
            height: auto;
            margin-bottom: 20px;
            margin-right: 20px;
        }
    }

    @media only screen and (max-width:600px) {
        .download {
            display: none;
        }
        .downloadM {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .downloadM h3 {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 24px;
            line-height: 100%;
            color: #323234;
            margin-bottom: 20px;
        }

            .downloadM span {
                display: flex;
                width: 50%;
                justify-content: space-evenly;
            }
        .appCont .rightWing .image {
            height: 300px;
        }
        .loginBox h2 {
            margin-bottom: 23px;
        }
        .loginBox ul li:last-child {
            text-align: center;
            margin-top: 30px;
        }
        .redBtn {
            width: 65%;
        }
            .hero_section {
            flex-direction: column;
        }

            .hero_section h1 {
                font-size: 40px;
            }

            .hero_section .heroPic_main {
                width: 100%;
                margin-bottom: 30px;
                min-height: 377px;
            }

            .hero_section .heroPic {
                width: 100%;
                margin-bottom: 30px;
                min-height: 356px;
            }

        .homeserveBG {
            width: 100%;
            margin-bottom: 30px;
            min-height: 356px;
        }

        .hometreeBG {
            width: 100%;
            margin-bottom: 30px;
            min-height: 356px;
        }

        .ovoBG {
            width: 100%;
            margin-bottom: 30px;
            min-height: 356px;
        }


        .hero_section .textPanel {
            width: 100%;
            margin-left: 0;
        }

        .hero_section h1 {
            font-size: 35px;
        }

        .hero_section .textPanel .heroFeatures small {
            font-size: 10px;
            text-align: left;
        }

        .rowCover_Mobile {
            width: 100%
        }

        .nav > li > a {
            padding: 21px 9px;
        }

        .rowCover_Mobile .rightArrowOff {
            right: 4%
        }

        .bfHead .bfCol {
            display: flex;
            align-items: center;
            flex-direction: column;
        }

        .bfHead h4 {
            font-size: 18px;
            margin: 0 8px 10px;
        }

        .rowCover_Mobile .coverFeatures {
            justify-content: space-between;
        }

        .rowCover_Mobile .leftArrow {
            left: 3%
        }

        .rowCover_Mobile .rightArrow {
            right: 3%
        }

        .partner .partner_logo img {
            padding: 0;
        }

        .partner .partner_logo {
            min-width: 70px;
        }

        .Carousel .Card {
            width: 220px;
            height: auto !important;
        }

        .compare {
            width: 100%
        }

            .compare .box {
                padding: 10px;
            }

                .compare .box .colBox {
                    width: 12%
                }

                    .compare .box .colBox ul.comList li {
                        font-size: 13px;
                        line-height: 120%
                    }

        .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: 20px 0;
        }

            .appCont .leftWing .image {
                height: 308px;
            }

            .appCont .rightWing h2 {
                font-size: 30px;
            }

            .appCont .rightWing p {
                font-size: 16px;
            }

        .dashoptionCont a.dashOption {
            width: 142px;
            height: 154px;
            margin: 0 10px 20px 0;
            font-size: 16px;
            line-height: 110%;
        }
        .editPersonalDetails {
            width: 100%;
        }
        .editBtnHolder {
            justify-content: center;
            flex-direction: column-reverse;
            align-items: center;
        }
        .editBtnHolder2 {
            justify-content: center;
            flex-direction: column-reverse;
            align-items: center;
        }
        .whiteBtn {
            margin-top:10px;
            margin-right:0;
        }
        .step1 ul li select {
            font-size: 13px;
        }
        .claims .claimRow .claimBox {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            margin-right: 0;
        }
        .claims {
            margin: 50px 0 0;
        }
 }

    @media only screen and (max-width:540px) {
        .header {
            box-shadow: none;
            position: fixed;
            z-index: 1000;
            width: 100%;
            top: 0;
            background: #fff;
            height: 85px;
        }

            .header .headRow {
                flex-wrap: nowrap;
            }

        .call {
            display: none;
        }

        .header .call-mob {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
        }

            .header .call-mob a {
                background: #dd2127;
                border-radius: 16px;
                overflow: hidden;
                padding: 12px 24px;
                color: #fff;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
            }
        .downloadM {
            margin-top: 85px;
        }
        .goldenbadgeBox {
            padding: 10px 10px 10px 0px;
            margin-top: 85px;
        }

            .goldenbadgeBox img {
                width: 20%;
            }

            .goldenbadgeBox .badgeText h1 {
                font-size: 20px;
            }

            .goldenbadgeBox .badgeText p {
                font-size: 14px;
                margin-bottom: 0;
            }

        .offerBox {
            padding-top: 16px;
            padding-right: 10px;
            padding-bottom: 16px;
            padding-left: 15px;
            font-size: 16px;
        }

            .offerBox img {
                margin-right: 15px;
                width: 20px;
            }

        .dashmain {
            margin: 25px 0;
            flex-direction: column;
        }

        .dashLeft {
            width: 100%;
            display: flex;
        }

        .dashoptionCont a.dashOption {
            width: 154px;
            height: 122px;
            /* background: #fff; */
            margin: 0 10px 20px 0;
            padding: 65px 14px 19px;
            font-size: 14px;
            line-height: 100%;
            background-size: 50%;
            justify-content: flex-end;
        }

        .dashRight {
            width: 100%;
        }

        .boilerdetailsContSucess {
            display: none;
        }
        /* Style the list */
        ul.breadcrumb {
            padding: 10px 0;
            list-style: none;
            margin-top: 85px;
            display: flex;
            flex-wrap: nowrap;
        }

            /* Display list items side by side */
            ul.breadcrumb li {
                display: flex;
                align-items: center;
                color: #0074B6;
                font-family: Roboto Condensed;
                font-weight: 700;
                font-size: 12px;
                line-height: 100%;
                letter-spacing: -2%;
                text-align: center;
            }

                /* Add a slash symbol (/) before/behind each list item */
                ul.breadcrumb li + li:before {
                    padding: 8px;
                    color: #D8DBDA;
                    content: "\2015";
                }

                /* Add a color to all links inside the list */
                ul.breadcrumb li a {
                    display: flex;
                    align-items: center;
                    color: #D8DBDA;
                    text-decoration: none;
                    font-family: Roboto Condensed;
                    font-weight: 700;
                    font-size: 12px;
                    line-height: 100%;
                    letter-spacing: -2%;
                    text-align: center;
                }

                    /* Add a color on mouse-over */
                    ul.breadcrumb li a:hover {
                        color: #0074B6;
                        text-decoration: underline;
                    }

                    ul.breadcrumb li a img {
                        margin-right: 10px;
                    }

        .boilerdetailsCont h1 {
            font-size: 30px;
        }

        .boilerdetailsCont p {
            font-size: 16px;
        }

        .boilerdetails {
            margin: 10px 0;
        }

        .successTag {
            font-size: 24px;
            flex-direction: column;
        }

            .successTag img {
                padding-right: 0px;
            }

        .hero_section2 {
            margin-top: 85px;
        }

        .hero_section {
            margin-top: 85px;
        }

            .hero_section h1 {
                font-size: 36px;
            }

            .hero_section .heroPic_main {
                width: 100%;
                margin-bottom: 30px;
                min-height: 408px;
            }

            .hero_section .heroPic {
                width: 100%;
                margin-bottom: 30px;
                min-height: 385px;
            }

        .homeserveBG {
            width: 100%;
            margin-bottom: 30px;
            min-height: 385px;
        }

        .hometreeBG {
            width: 100%;
            margin-bottom: 30px;
            min-height: 385px;
        }

        .ovoBG {
            width: 100%;
            margin-bottom: 30px;
            min-height: 385px;
        }

        .rowCover_Mobile {
            width: 100%
        }

        .comparison_area {
            margin-top: 0px;
        }

        .customerSection {
            margin: 25px 0
        }

            .customerSection .top {
                flex-direction: column;
            }

                .customerSection .top .pic {
                    width: 100%;
                    margin-right: 0;
                }

                .customerSection .top .text {
                    font-size: 24px;
                    margin-top: 20px;
                    line-height: 120%;
                    width: 90%
                }

        .rowCover_Mobile .leftArrow {
            left: 0;
        }

        .rowCover_Mobile .rightArrowOff {
            right: 1%
        }

        .brand_personality {
            margin: 64px 0;
        }

        .partner {
            width: 100%;
            margin-top: 40px;
        }

            .partner .partner_logo_cont {
                display: none;
            }

            .partner .partner_logo_cont_Tablet {
                display: none;
            }

            .partner .partner_logo_cont_Mobile {
                display: flex;
                justify-content: center;
            }

            .partner .partner_logo {
                text-align: center;
                min-width: 160px;
            }

                .partner .partner_logo img {
                    width: 75%;
                    padding: 20px 0;
                }

        ul.security {
            flex-direction: column;
        }

            ul.security li {
                width: 100%;
                margin-bottom: 20px;
            }

        .Carousel {
            height: 60vw !important;
        }

        .close1 {
            margin: -65px 0 0 20px;
        }

        .compare .box .colBox:nth-child(1) {
            width: 26%
        }

        .compare .box2 ul.rowBox li h2 {
            font-size: 18px;
            margin-bottom: 0px;
        }

        .compare .box2 ul.rowBox li {
            padding: 10px 0;
        }

            .compare .box2 ul.rowBox li .featureList {
                font-size: 16px;
            }

            .compare .box2 ul.rowBox li .homeRes {
                font-size: 16px;
            }

            .compare .box2 ul.rowBox li .britishGas {
                font-size: 16px;
            }

        .exit-intent-popup .eepop-content p {
            font-size: 17px;
            line-height: 27px;
        }

        .exit-intent-popup .eepop-content b {
            font-size: 17px;
            line-height: 26px;
        }

        .exit-intent-popup .eepop-content a.ee-buynow {
            color: #fff;
            padding: 6px 40px;
            margin-top: 15px;
            font-size: 16px;
        }

        .eepop-img img {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .exit-intent-popup .eepop-content {
            width: 100%
        }

            .exit-intent-popup .eepop-content h1 {
                font-size: 44px;
                line-height: 46px;
            }

        .exit-intent-popup .newsletter {
            padding: 40px 20px 40px;
            top: 10%
        }

        .eepop-content span {
            position: relative;
            bottom: auto;
            left: auto;
            padding-top: 10px;
            text-align: center;
            display: block;
        }

        .annualBoiler .rightWing .image {
            height: 318px;
        }
    }

    @media screen and (max-width:444px) {
        .nav > li > a {
            padding: 21px 3px;
        }
        .blueBox h1 {
            font-size: 24px;
        }
        .hero_section .heroPic_main {
            min-height: 335px;
        }

        .hero_section .heroPic {
            min-height: 316px;
        }

        .homeserveBG {
            min-height: 316px;
        }

        .hometreeBG {
            min-height: 316px;
        }

        .ovoBG {
            min-height: 316px;
        }

        .compare .box {
            display: none;
        }

        .compare .boxMobile {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            border-radius: 16px;
            align-items: flex-start;
            margin: 24px auto;
            padding: 10px 10px 65px;
            background: #fff;
            border: 1px #e3e0d1 solid;
        }

        .colBoxM {
            width: 100%;
            margin: 0 5px 0;
            padding: 7px 1% 0;
            background: #fff;
            position: relative;
            text-align: center;
            border-right: 1px solid #e3e0d1;
        }

            .colBoxM .brandLogo {
                display: flex;
                justify-content: center;
            }

                .colBoxM .brandLogo img {
                    object-fit: cover;
                    height: 50px;
                    width: 80%
                }

        .compare .boxMobile .colFeaturesM {
            width: 33%;
            border: 0;
            text-align: left;
        }

        .col247 {
            border-radius: 16px;
            background: #d3f2fa;
            border: 0;
        }

        .collast {
            border: 0;
        }

        .compare .boxMobile .colFeaturesM h2 {
            color: #313a3f;
            font-family: 'Roboto Condensed';
            font-weight: bold;
            font-size: 20px;
            text-align: left;
            margin-bottom: 20px;
        }

        .compare .boxMobile .colFeaturesM ul.comList li {
            margin-bottom: 28px;
            font-weight: 400;
            font-size: 13px;
            line-height: 120%;
            color: #313a3f;
            letter-spacing: .2px;
        }

            .compare .boxMobile .colFeaturesM ul.comList li img {
                display: inline-block;
            }

        .colBoxM .comFeatures {
            margin-top: 5px;
        }

            .colBoxM .comFeatures ul li {
                font-weight: 400;
                font-family: 'Roboto Condensed';
                font-size: 16px;
                line-height: 150%;
                color: #313a3f;
                letter-spacing: .2px;
                margin: 0;
                padding: 0 0 5px 0;
                height: 33px;
            }

                .colBoxM .comFeatures ul li.bold {
                    font-weight: 700;
                }

                .colBoxM .comFeatures ul li.red {
                    color: #dd2127;
                    font-weight: 700;
                }

                .colBoxM .comFeatures ul li small {
                    font-size: 9px;
                    display: block;
                    line-height: 100%;
                    font-weight: 400;
                    color: #313a3f;
                }

                .colBoxM .comFeatures ul li + li {
                    margin-top: 10px;
                }

                .colBoxM .comFeatures ul li i {
                    display: flex;
                    justify-content: center;
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 40px;
                    color: #0074b6;
                }

        .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;
        }

        .dashoptionCont a.dashOption {
            width: 124px;
            height: 122px;
        }
        ul.step-menu {
            margin: 40px 0 30px;
        }
        .step-menu li a {
            margin-right: 0px;
            margin-bottom: 20px;
            width: 100%;
            border-radius: 16px;
            border: 1px solid #E3E0D1;
        }
        .check_container {
            width: 80px;
            justify-content: flex-end;
        }
        .documents a {
            width: 110px;
            height: 113px;
            font-size: 14px;
            line-height: 100%;
            margin: 0 10px 10px 0;
            padding-top: 75px;
        }
        .documents .policy {
            background: url(../images/docIco1.png) no-repeat center 8%;
            background-size: 56%;
        }
        .documents .tc {
            background: url(../images/docIco2.png) no-repeat center 8%;
            background-size: 56%;
        }
        .documents .ipid {
            background: url(../images/docIco3.png) no-repeat center 8%;
            background-size: 56%;
        }
        .documents .about {
            background: url(../images/docIco4.png) no-repeat center 8%;
            background-size: 56%;
        }
        .documents .welcomeL {
            background: url(../images/docIco4.png) no-repeat center 8%;
            background-size: 56%;
        }
    }

    @media screen and (max-width:430px) {
        .downloadM span {
            display: flex;
            width: 65%;
            justify-content: space-evenly;
        }
        .appCont .rightWing .image {
            height: 250px;
        }
        .hero_section .heroPic_main {
            /*object-fit: cover;*/
            background: url('../images/banner_main_mob.png');
            background-repeat: no-repeat;
            background-size: contain;
            width: 100%;
            min-height: 511px;
            background-position: center;
        }

        .hero_section .heroPic {
            /*object-fit: cover;*/
            background: url('../images/banner_mob.png');
            background-repeat: no-repeat;
            background-size: contain;
            width: 100%;
            min-height: 498px;
            background-position: center;
        }

        .homeserveBG {
            background: url('../images/banner_homeserve_mob.png');
            background-size: contain;
            background-repeat: no-repeat;
            width: 100%;
            min-height: 498px;
            background-position: center;
        }

        .hometreeBG {
            background: url('../images/banner_hometree_mob.png');
            background-size: contain;
            background-repeat: no-repeat;
            width: 100%;
            min-height: 498px;
            background-position: center;
        }

        .ovoBG {
            background: url('../images/banner_ovo_mob.png');
            background-size: contain;
            background-repeat: no-repeat;
            width: 100%;
            min-height: 498px;
            background-position: center;
        }

        .hero_section .textPanel .heroFeatures ul li {
            text-align: left;
        }

        .hero_section p {
            font-size: 16px;
            text-align: left;
        }

        .nav > li > a {
            padding: 9px 11px;
            word-wrap: break-word;
            width: 96px;
            display: flex;
            text-align: center;
            align-items: center;
        }

        .custom-checkbox {
            width: 175px;
            font-size: 12px;
        }

        .nav_excess {
            display: flex;
            width: 180px;
        }

            .nav_excess a {
                height: 38px;
                width: 45px;
                font-size: 12px;
                font-weight: 700;
            }

            .nav_excess .animation {
                width: 45px;
            }

        .Carousel {
            height: 70vw !important;
        }

        .partner .partner_logo {
            text-align: center;
            min-width: 110px;
        }

        .why247 h1 {
            font-size: 30px;
        }

        .partner h1 {
            font-size: 30px;
        }

        .brand_personality {
            display: none;
        }

        .brand_personality_Mobile {
            margin: 40px 0;
            display: inline-block;
        }

            .brand_personality_Mobile .section {
                display: flex;
                margin-bottom: 64px;
                flex-direction: column;
                align-items: center;
            }

                .brand_personality_Mobile .section:last-child {
                    margin-bottom: 0;
                }

                .brand_personality_Mobile .section .image {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    margin-bottom: 25px;
                }

                .brand_personality_Mobile .section .matter {
                    width: 100%
                }

                .brand_personality_Mobile .section h2 {
                    color: #313a3f;
                    font-family: 'Roboto Condensed';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 30px;
                    margin-bottom: 20px;
                }

                .brand_personality_Mobile .section .matter p {
                    font-size: 16px;
                    color: #767677;
                }

        .faq h1 {
            font-size: 30px;
        }

        .faq_accordion:before {
            content: url(../images/downArrow.png);
            float: right;
            margin-left: 5px;
            line-height: 30px;
            position: absolute;
            right: 20px;
        }

        .faq_active:before {
            content: url(../images/upArrow.png);
        }

        .community_cont h1 {
            font-size: 30px;
        }

        .faq_accordion {
            font-size: 19px;
        }

        .why247 .whiteBoxCont .whiteBox {
            height: auto;
        }

        .rowCover_Mobile .leftArrowOff {
            left: 1%
        }

        .rowCover_Mobile .rightArrowOff {
            right: 1%
        }

        .compare .box2 {
            padding: 20px;
        }

        .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;
            }

        .dashoptionCont a.dashOption {
            width: 118px;
            height: 122px;
        }

        .Pagination {
            margin: 1rem 1rem !important;
        }

        .rewards {
            padding: 25px 0;
        }
    }

    @media screen and (max-width:414px) {
        .nav > li > a {
            width: 93px;
            font-size: 14px;
        }

        .dashoptionCont a.dashOption {
            width: 113px;
            height: 122px;
        }
    }

    @media screen and (max-width:393px) {
        .nav > li > a {
            width: 90px;
        }

        .bfHead {
            flex-direction: column-reverse;
        }

            .bfHead .bfCol {
                margin-bottom: 20px;
                width: 80%
            }

        .dashoptionCont a.dashOption {
            width: 106px;
            height: 122px;
        }
    }

    @media screen and (max-width:390px) {

        .nav > li > a {
            width: 83px
        }

        .hero_section2 h1 {
            font-size: 30px;
            letter-spacing: 0;
        }


        .hero_section2 p {
            display: none;
            font-size: 16px;
        }

        .hero_section h1 {
            font-size: 30px;
            letter-spacing: 0;
        }





        .Carousel {
            height: 75vw !important;
        }

        .partner .partner_logo {
            text-align: center;
            min-width: 95px;
        }

        .faq_accordion {
            font-size: 17px;
        }

        .faq_panel {
            font-size: 16px;
        }

        .brand_personality_Mobile .section h2 {
            text-align: center;
        }

        .compare .boxMobile .colFeaturesM {
            width: 40%;
            border: 0;
            text-align: left;
        }

        .blueBGsection .wBoxwrap .wBox {
            height: auto;
        }

        .annualBoiler .rightWing .image {
            height: 270px;
        }

        .ukmap .leftWing .image {
            height: 240px;
        }
    }

    @media screen and (max-width:384px) {
        .dashoptionCont a.dashOption {
            width: 104px;
            height: 122px;
        }
    }

    @media screen and (max-width:380px) {
        .nav > li > a {
            width: 85px;
        }
        .appCont .rightWing .image {
            height: 220px;
        }
        .rowCover_Mobile .colCover ul.featureList {
            display: inline-block;
            width: 82%;
        }

        .partner .partner_logo {
            text-align: center;
            min-width: 70px;
        }

            .partner .partner_logo img {
                width: 80%;
                padding: 20px 0;
            }

        .bx-wrapper .bx-prev {
            left: 0 !important;
        }

        .bx-wrapper .bx-next {
            left: 50px !important;
        }

        .bx-wrapper .bx-pager {
            padding-left: 0 !important;
        }

        .compare .box2 ul.rowBox li h2 {
            font-size: 16px;
            margin-bottom: 0px;
        }

        .compare .box2 ul.rowBox li .homeRes .brandLogo {
            width: 60px;
        }

        .blueBGsection .bigBanner {
            height: 249px;
        }

        .annualBoiler .rightWing .image {
            height: 260px;
        }

        .ukmap .leftWing .image {
            height: 224px;
        }

        .appCont .leftWing .image {
            height: 228px;
        }

        .dashoptionCont a.dashOption {
            width: 102px;
            height: 122px;
        }
    }

    @media screen and (max-width:360px) {
        .nav > li > a {
            width: 80px;
        }
        .downloadM span {
            width: 75%;
        }
        .hero_section2 h1 {
            font-size: 21px;
        }


        .Carousel {
            height: 85vw !important;
        }

        .whitestripCont .whiteStrip {
            height: auto;
        }

        .dashoptionCont a.dashOption {
            width: 97px;
            height: 122px;
        }
        .documents a {
            width: 105px;
            height: 113px;
        }
    }

    @media screen and (max-width:354px) {
        .nav > li > a {
            width: 76px;
        }

        .dashoptionCont a.dashOption {
            width: 95px;
            height: 122px;
        }
        .documents a {
            width: 100px;
            height: 113px;
        }
    }

    @media screen and (max-width:344px) {
        .appCont .rightWing .image {
            height: 200px;
        }
        .faq_accordion {
            padding: 20px 10%;
            font-size: 16px;
        }

        .hero_section2 h1 {
            font-size: 20px;
        }

        .nav > li > a {
            width: 70px;
        }

        .compare .boxMobile .colFeaturesM {
            width: 42%;
            border: 0;
            text-align: left;
        }

        .bx-wrapper .bx-prev {
            left: -10px !important;
        }

        .bx-wrapper .bx-next {
            left: 40px !important;
        }

        .bx-wrapper .bx-pager {
            margin-left: -7% !important;
        }

        .annualBoiler .rightWing .image {
            height: 232px;
        }

        .dashoptionCont a.dashOption {
            width: 90px;
            height: 114px;
        }
    }

    @media screen and (max-width:320px) {
        .rowCover_Mobile .colCover ul.featureList li {
            font-size: 12px;
        }

        .hero_section2 h1 {
            font-size: 25px;
        }

        .hero_section .textPanel .heroFeatures .heroBtnCont .heroBtnR {
            padding: 10px 30px;
        }

        .compare .boxMobile .colFeaturesM {
            width: 47%;
            border: 0;
            text-align: left;
        }

        .bx-wrapper .bx-prev {
            left: -30px !important;
        }

        .bx-wrapper .bx-next {
            left: 20px !important;
        }

        .bx-wrapper .bx-pager {
            margin-left: -18% !important;
        }

        .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;
        }

        .dashoptionCont a.dashOption {
            width: 84px;
            height: 114px;
        }
        .documents a {
            width: 92px;
            height: 98px;
            padding-top: 60px;
            font-size: 12px;
        }
    }
