﻿@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* Layout
------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323234;
    background-image: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

img {
    display: block;
    max-width: 100%;
}

:focus {
    outline: none;
}
/* Header
------------------------------------*/
.header {
    padding: 0;
    margin: 0;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

    .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: 122px;
        height: 43px;
    }

.call {
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.header .call-mob {
    display: none;
}

.bluBtn {
    background: #4B89E2;
    border-radius: 4px;
    padding: 15px 25px;
    margin-left: 5px;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

    .bluBtn:hover {
        background: #3a6eb8;
        color: #fff;
    }

.ph {
    background-image: url('../images/ph.png');
    background-repeat: no-repeat;
    background-position: 10% center;
    padding: 15px 25px 15px 45px;
}

    .ph:hover {
        background-image: url('../images/ph.png');
        background-repeat: no-repeat;
        background-position: 10% center;
        padding: 15px 25px 15px 45px;
    }
.signout {
    background-image: url('../images/signout.png');
    background-repeat: no-repeat;
    background-position: 10% center;
    padding: 15px 25px 15px 55px;
}

    .signout:hover {
        background-image: url('../images/signout.png');
        background-repeat: no-repeat;
        background-position: 10% center;
        padding: 15px 25px 15px 55px;
    }
.signoutM {
    background-image: url('../images/signoutM.png');
    background-repeat: no-repeat;
    background-position: 10% center;
    padding: 15px 11px;
}

    .signoutM:hover {
        background-image: url('../images/signoutM.png');
        background-repeat: no-repeat;
        background-position: 10% center;
        padding: 15px 11px;
    }

.nav {
    float: left;
    width: 650px;
    margin-top: 20px;
    margin-left: 50px;
}

    .nav #cssmenu ul li {
        display: inline-block;
    }

        .nav #cssmenu ul li a {
            display: inline-block;
            margin: 10px 14px;
            padding: 0;
            color: #333333;
            font-size: 15px;
            font-weight: 600;
        }
.nav li a.active {
    color: #fff;
    background: #e11f26;
}

.openbtn {
    display: none;
}

.sidebar {
    display: none;
}



/* Index page
------------------------------------*/
.main {
    margin: 0;
    width: 100%;
    background-image: none;
}

    .main h1 {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 34px;
        line-height: 125%;
        /* identical to box height, or 42px */
        letter-spacing: 1.2px;
        /* Charcoal-grey */
        color: #323234;
    }




.hero_section {
    background: url('../images/hero_bg.jpg') no-repeat center top;
    background-size: cover;
    width: 100%;
    padding-top: 122px;
}
.banner {
    width: 100%;
    height: 273px;
    margin-top: 30px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: 100%;
    /*box-shadow:*/ /*1px 1px 5px 0px #ccc*/ /*0px 3px 10px 0px #ccc;*/
}
    .hero_section .herorow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


.hero_text_section {
    width: 37%;
    display: flex;
    flex-direction: column;
}



.hero_image_section {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: -200px;
}

.hero_section h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 150%;
    /* or 71px */
    letter-spacing: -0.016em;
    color: #323234;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
    .hero_section h1 span {
        background: url('../images/Underline.png') no-repeat center bottom;
        background-size: 100%;
        padding-bottom: 5px;
    }

.hero_section h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    /* or 71px */
    letter-spacing: -0.016em;
    color: #323234;
}
    .hero_section h2 span {
        font-weight: 600;
        font-size: 24px;
        color: #DD2127;
    }




.hero_text_section .loginBox {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* or 33px */
    letter-spacing: 0.016em;
    color: #323234;
    padding: 60px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    border-radius: 34px;
}
    .hero_text_section .loginBox ul li{
        margin-bottom:40px;
    }
        .hero_text_section .loginBox ul li:last-child{
            margin-bottom:0;
        }
        .hero_text_section .loginBox ul li label {
            font-weight: 500;
            font-size: 16px;
            line-height: 18px;
            color: #323234;
            opacity: 0.8;
        }

.hero_section p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    /* or 23px */

    letter-spacing: 0.016em;
    /* Lipstick */

    color: #323234;
    padding-top: 10px;
    padding-bottom: 40px;
    width:37%;
}
    
        .red_btn{
            background-color: #DD2127;
            border: none;
            border-radius: 7px;
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 18px;
            line-height: 32px;
            color: #fff;
            text-decoration: none;
            padding: 8px 30px;
            cursor: pointer;
            width: 100%;
            text-align: center;
        }
.mainCont {
    /*background: url('../images/hero_bg.jpg') no-repeat center top;*/
    width: 100%;
    margin: 0 0 100px;
}
.goldenbadgeBox {
    background: #FFFFFF;
    border-bottom: 0.25px solid #FFBC46;
    box-shadow: 0px 0px 6px -1px #BA8C16;
    border-radius: 5px;
    padding:20px;
    margin-top:25px;
    display:flex;
}
    .goldenbadgeBox .badgeText {
        padding: 0 0 0 40px;
        color: #F0A727;
    }
        .goldenbadgeBox .badgeText h2 {
            font-weight: 700;
            font-size: 26px;
            line-height: 150%;
        }
        .goldenbadgeBox .badgeText a {
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
            color: #F0A727;
        }
            .goldenbadgeBox .badgeText a:hover {
                text-decoration: none;
                color: #F0A727;
            }
            .goldenbadgeBox .badgeText a:focus {
                text-decoration: none;
            }
.mainCont .dashmain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}


.dashLeft {
    width: 49%;
    display: flex;
    flex-direction: column;    
    margin-top: 40px;
    margin-bottom: 160px;
}



.dashRight {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dashLeft h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 150%;
    /* or 71px */
    letter-spacing: -0.016em;
    color: #323234;
    margin-bottom: 0;  
}
    .dashLeft h1 span {
        background: url('../images/Underline.png') no-repeat center bottom;
        background-size:90%;
        padding-bottom: 11px;
    }
    .dashLeft h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 150%;
        /* or 71px */
        letter-spacing: -0.016em;
        color: #323234;
    }

    .dashLeft h2 span {
        font-weight: 600;
        font-size: 24px;
        color: #DD2127;
    }
.dashoptionCont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
    border-right: 2px solid #c1c1c2;
}
    .dashoptionCont a.dashOption {
        width: 163px;
        height: 163px;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 25px 40px 0;
        padding: 90px 12px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        /* or 27px */
        text-decoration:none;
        text-align: center;
        letter-spacing: 0.016em;
        /* Charcoal Grey */

        color: #323234;
    }
        .dashoptionCont a.dashOption:hover {
            box-shadow: 0px 1px 8px rgba(255, 41, 41, 0.3);
        }
        .dashoptionCont .boilerEligibility {
            background: url('../images/boilerEligib.png') no-repeat center 8%;
        }
    .dashoptionCont .myPolicy {
        background: url('../images/myPolicies.png') no-repeat center 8%;
    }
    .dashoptionCont .bookBoiler {
        background: url('../images/bookBoiler.png') no-repeat center 8%;
    }
    .dashoptionCont .logClaim {
        background: url('../images/logClaim.png') no-repeat center 8%;
    }
    .dashoptionCont .trackClaim {
        background: url('../images/trackClaim.png') no-repeat center 8%;
    }
    .dashoptionCont .myDoc {
        background: url('../images/myDocs.png') no-repeat center 8%;
    }
.redBox {
    margin-left: 48px;
    padding: 37px 39px 30px;
    background: url('../images/redBox.png') no-repeat;
    background-size: cover;
    width: 100%;
}
.whiteBox {
    background: #FFFFFF url('../images/DotsPolicySection.png') no-repeat 97% 6%;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 100%;
    /*height: 528px;*/
    height: 600px;
    padding: 25px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    letter-spacing: 0.016em;
    /* Charcoal Grey */

    color: #323234;
}
    .whiteBox table td{vertical-align:top;padding:6px 0;}
    .whiteBox table td:first-child {
        font-weight: 500;
        width: 150px;
    }
    .whiteBox h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 150%;
        /* identical to box height, or 27px */

        letter-spacing: 0.012em;
        /* Gareth Green */

        color: #00B67A;
    }
    .whiteBox ul{
        display:flex;
        flex-wrap:wrap;
    }
        .whiteBox ul li {
            list-style-image: url('../images/tick.png');
            padding-bottom: 10px;
            width: 45%;
            list-style-position: outside;
            margin-left: 18px;
        }
            /*.whiteBox ul li:nth-child(even){
                width:39%;
            }*/
.changePolicyRow {
    display: flex;
    align-items: center;
    margin-top: 20px;
    /*flex-wrap: wrap;*/
}

.changePolicyBtnRow {
    display: flex;
    flex-direction: column;
}
    .changePolicyBtnRow .white_btn {
        padding: 10px 25px;
        border: 1px solid #DD2127;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        /*line-height: 150%;*/
        line-height: 100%;
        color: #DD2127;
        background: #fff;
        text-align: center;
        margin: 0 0 8px 0;
    }
    /*.changePolicyRow .white_btn {
        padding: 10px 25px;
        border: 1px solid #DD2127;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;*/
        /*line-height: 150%;*/
        /*line-height: 100%;
        color: #DD2127;
        background: #fff;*/
        /*margin: 0 8px 8px 0;*/
    /*}*/
    .policyDocsDash{margin-left:25px;}
        .policyDocsDash div{margin-bottom:4px;}
        .policyDocsDash a {
            font-weight: 500;
            font-size: 13px;
            line-height: 150%;
            /* identical to box height, or 21px */

            letter-spacing: 0.016em;
            text-decoration-line: underline;
            /* dark skyblue */

            color: #4B89E2;
        }
        .accountDetails {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
        }
    .accountDetails h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        /* identical to box height, or 36px */

        letter-spacing: 0.012em;
        /* Lipstick */
        margin-bottom:20px;
        color: #DD2127;
    }
    .accountDetails h4 {
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        /* identical to box height, or 30px */

        letter-spacing: 0.012em;
        /* Charcoal Grey */
        margin-bottom: 20px;
        color: #323234;
    }


.accountLeft {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 160px;
    border-right: 2px solid #c1c1c2;
    padding-right: 50px;
}
    .accountLeft table td {
        vertical-align: top;
        padding: 0px 0 20px;
        font-size:16px;
        font-weight:400;
        text-transform:capitalize;
    }

        .accountLeft table td:first-child {
            font-weight: 500;
            width: 55%;
        }
.help h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin:15px 0 0;
}
.help p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.accountLeft a {
    display:block;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    text-decoration-line: underline;
    /* dark skyblue */

    color: #4B89E2;
}

.accountRight {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 160px;
    padding-left:50px;
}
    .accountRight ul{}
    .accountRight ul li {
        list-style-image: url('../images/tickB.png');
        padding-bottom: 10px;
        list-style-position: outside;
        margin-left: 18px;
    }
    .accountRight a {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        /* identical to box height, or 24px */

        text-decoration-line: underline;
        /* dark skyblue */

        color: #4B89E2;
    }
    .mainCont .myDocsCont {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        /*margin:137px 0 100px;*/
        
    }
    .mainCont h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        line-height: 150%;
        /* or 71px */
        letter-spacing: -0.016em;
        color: #323234;
        margin-bottom: 0;
        margin-top:70px;
    }

        .mainCont h1 span {
            background: url('../images/Underline.png') no-repeat center bottom;
            background-size: 90%;
            padding-bottom: 11px;
        }
    .mainCont .myDocsCont p {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        /* identical to box height, or 30px */
        letter-spacing: 0.016em;
        /* Charcoal Grey */
        color: #323234;
        display:block;
        margin-top:8px;
    }
    .mainCont .myDocsCont .ddRow{
        margin-top:42px;
        width:60%;
    }
        
        .mainCont .myDocsCont .ddRow .labelDoc {
            font-weight: 500;
            font-size: 16px;
            line-height: 150%;
            /* identical to box height, or 90% */
            /* Charcoal Grey */
            margin-bottom:15px;
            color: #323234;
            width:100%;
            /*padding-bottom: 30px;*/ /*Thomas hide*/
        }
        
        .mainCont .myDocsCont .docsRowCont {
            margin-top: 60px;
        }
            .mainCont .myDocsCont .docsRowCont h3 {
                font-weight: 500;
                font-size: 18px;
                line-height: 150%;
            }
            .mainCont .myDocsCont .docsRowCont h4 {
                font-weight: 500;
                font-size: 16px;
                line-height: 150%;
                padding-top: 54px;
            }
            .mainCont .myDocsCont .docsRowCont .docsRow {
                display: flex;
                flex-wrap: wrap;
                margin-top: 5px;
                /*border-right: 2px solid #c1c1c2;*/
            }
            .mainCont .myDocsCont .docsRow a.docsOption {
                width: 128px;
                height: 133px;
                box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
                border-radius: 5px;
                margin: 0 25px 40px 0;
                padding: 80px 12px 10px;
                display: flex;
                flex-direction: column;
                align-items: center;
                font-weight: 400;
                font-size: 14px;
                line-height: 150%;
                /* or 27px */
                text-decoration: none;
                text-align: center;
                letter-spacing: 0.016em;
                /* Charcoal Grey */

                color: #323234;
            }

           /* .mainCont .myDocsCont .docsRow a.docsOption:hover {
                box-shadow: 0px 1px 8px rgba(255, 41, 41, 0.3);
            }*/

        .mainCont .myDocsCont .docsRow .policy {
            background: url('../images/policy.png') no-repeat center 8%;
        }
    .mainCont .myDocsCont .docsRow .termscond {
        background: url('../images/T&C.png') no-repeat center 8%;
    }
        .mainCont .myDocsCont .docsRow .ipid {
            background: url('../images/IPID.png') no-repeat center 8%;
        }
        .mainCont .myDocsCont .docsRow .about {
            background: url('../images/about.png') no-repeat center 8%;
        }
        .mainCont .myDocsCont .bookBoilerRow {
            margin-top: 42px;
            width: 100%;
        }
            .mainCont .myDocsCont .bookBoilerRow h2 {
                font-size: 28px;
                margin-bottom: 25px;
            }
            .mainCont .myDocsCont .bookBoilerRow .halfField {
                display: flex;
                justify-content: space-between;
            }
            .mainCont .myDocsCont .bookBoilerRow .halfField div{
                width:47%;
            }

            .mainCont .myDocsCont .bookBoilerRow .labelbook {
                font-weight: 500;
                font-size: 20px;
                line-height: 150%;
                /* identical to box height, or 90% */
                /* Charcoal Grey */

                color: #323234;
                padding-bottom: 20px;
            }
            .small{font-size:18px;font-weight:300;display:block;line-height:150%;}

/*custom radio button for question*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:not(:checked) + label {
        position: relative;
        padding: 10px 15px 10px 38px;
        width: 180px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        /*background: #F3F4F5;*/
        border: 1px solid rgba(135, 143, 157, 0.4);
        border-radius: 5px;
        font-weight: 600;
        text-align:center;
        font-size: 18px;
        line-height: 24px;
        /* identical to box height, or 150% */
        margin-right: 15px;
        letter-spacing: 0.012em;
        color: rgba(135, 143, 157, 0.6);
    }

    [type="radio"]:checked + label {
        position: relative;
        padding: 10px 15px 10px 38px;
        width: 180px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        /*background: rgba(221, 235, 255, 0.5);*/
        /* dark skyblue */
        margin-right: 15px;
        border: 1px solid #4B89E2;
        border-radius: 5px;
        font-weight: 600;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        /* identical to box height, or 150% */

        letter-spacing: 0.012em;
        /* dark skyblue */

        color: #4B89E2;
    }


    [type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        border: 1px #ccc solid ;
        margin: 14px 0 0 35%;
    }

    [type="radio"]:checked + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: #FFFFFF;
        /* dark skyblue */
        margin: 14px 0 0 35%;
        border: 1px solid #4B89E2;
    }

    [type="radio"]:not(:checked) + label:after {
        content: "";
        width: 6px;
        height: 6px;
        background: rgba(135, 143, 157, 0.5);
        position: absolute;
        top: 6px;
        left: 4px;
        border-radius: 100%;
        margin: 12px 0 0 35%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="radio"]:checked + label:after {
        content: "";
        width: 6px;
        height: 6px;
        background: #4B89E2;
        position: absolute;
        top: 6px;
        left: 4px;
        border-radius: 100%;
        margin: 12px 0 0 35%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
/**/

/* The container */
.book_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .book_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        background-color: #eee;
        border: 1px solid #ccc;
    }

/* Create a custom radio button */
    .book_container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
        border-radius: 50%;
    }

/* On mouse-over, add a grey background color */
    .book_container input ~ .checkmark {
        background-color: #eee;
        border: 1px solid #4B89E2;
    }

/* When the radio button is checked, add a blue background */
    .book_container input:checked ~ .checkmark {
        background-color: #fff;
        border: 1px solid #4B89E2;
    }

/* Create the indicator (the dot/circle - hidden when not checked) */
    .book_container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the indicator (dot/circle) when checked */
    .book_container input:checked ~ .checkmark:after {
        display: block;
    }

/* Style the indicator (dot/circle) */
    .book_container .checkmark:after {
        top: 3px;
        left: 3px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #4B89E2;
    }

.myDocsCont .btnHolder {
    display: flex;
    margin-top: 100px;
    justify-content: center;
}
.redBtn {
    background: #DD2127;
    border-radius: 7px;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    /* identical to box height, or 33px */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.012em;
    /* White */
    padding:15px 43px;
    color: #FFFFFF;
    border:0;
}

.bookNotAvail {
    display: flex;
    width: 100%;
    padding: 20px 40px;
    border-radius: 8px;
    background: #f8cccc;
    font-size: 22px;
    font-weight: 600;
    justify-content: center;
    margin-top: 40px;
}
.btn-close {
    background: transparent url('../images/closePop.png') center/1em auto no-repeat !important;
}
.boilerServiceConfirm {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    top: -50px;
}
    .boilerServiceConfirm .iconB {
        background: url('../images/modalIco.png') no-repeat;
        width:116px;
        height:116px;
        margin-bottom:20px;
    }
    .boilerServiceConfirm p {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        margin-bottom:15px;
    }
    .boilerServiceConfirm h2 {
        font-weight: 600;
        font-size: 26px;
        line-height: 118.9%;
        /* identical to box height, or 31px */

        letter-spacing: 0.0179em;
        /* General / Dark */

        color: #222222;
        margin-bottom:15px;
    }
    .boilerServiceConfirm span {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
    }
    .boilerServiceConfirm a {
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        color: #4B89E2;
        margin-bottom: 30px;
    }
    .boilerServiceConfirm .white_btn {
        padding: 10px 25px;
        border: 1px solid #DD2127;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #DD2127;
        background: #fff;
        min-width:185px;
    }

/*updated on 3/2/23 */

.directDebitBox {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(38, 50, 56, 0.1);
    border-radius: 16px;
    width: 100%;
    padding: 32px 5%;
    margin-top: 40px;
    display: flex;
}

        .directDebitBox .leftText {
            width: 77%;
            display: flex;
            flex-direction:column;
        }
    .directDebitBox .thankleftText {
        width: 90%;
        display: flex;
        flex-direction: column;
    }
        .directDebitBox .thankleftText h2 {
            font-weight: 600;
            font-size: 32px;
            line-height: 150%;
            /* or 48px */

            letter-spacing: 0.012em;
            /* Charcoal Grey */

            color: #323234;
            mix-blend-mode: normal;
            opacity: 0.8;
        }
        .directDebitBox .thankleftText p {
            font-weight: 400;
            font-size: 20px;
            line-height: 150%;
            /* or 30px */

            display: flex;
            align-items: flex-end;
            letter-spacing: 0.012em;
            font-feature-settings: 'haln' on, 'ss04' on, 'ss03' on, 'ss02' on, 'ss01' on;
            /* Charcoal Grey */

            color: #323234;
            mix-blend-mode: normal;
            opacity: 0.8;
        }
            .directDebitBox .leftText h3 {
                font-weight: 600;
                font-size: 24px;
                line-height: 150%;
                /* or 24px */

                letter-spacing: 0.012em;
                /* Charcoal Grey */

                color: #323234;
            }
            .directDebitBox .leftText p {
                font-weight: 400;
                font-size: 14px;
                line-height: 150%;
                color: #323234;
            }
        .directDebitBox .rightPic {
            /*background: url('../images/Inhibitor.png') no-repeat;*/
            width:23%;
        }
    .directDebitBox .thankrightPic {
        width: 10%;
    }
    .directDebitBox table {
        width:80%;
        margin-top:30px;
    }
        .directDebitBox td {
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        padding-bottom:10px;
    }
    .directDebitBox td span{
        font-size: 16px;
    }
    .directDebitBox td:last-child {
        font-weight: 700;
    }
        .directDebitBox td:first-child {
            width: 50px;
        }
.directDebitBox p.bottomLine{font-size:12px;}
.directDebitBox .btn_cont {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
    width:70%;
}
.lessPadding{
    padding:15px!important;
}
        .directDebitBox .addDD_btn {
            background: #4B89E2;
            border-radius: 7px;
            border: 1px #4B89E2 solid;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            line-height: 32px;
            /* or 229% */

            text-align: center;
            letter-spacing: 0.2px;
            padding: 5px 30px;
            width:40%;
        }
    .directDebitBox .btn_cont .notint_btn {
        background: #fff;
        border-radius: 7px;
        border: 1px #4B89E2 solid;
        color: #4B89E2;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
        /* or 229% */

        text-align: center;
        padding: 5px 30px;
        letter-spacing: 0.2px;
        width: 40%;
    }
    .directDebitBox .leftDotArrow {
        background: url('../images/DotsHeroSectionR.png') no-repeat;
        background-size:contain;
        width:6%;
        margin-right:4%;
    }
.directDebitBox .notInterested {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
        .directDebitBox .notInterested p {
            font-weight: 600;
            font-size: 24px;
            line-height: 150%;
            /* or 36px */

            letter-spacing: 0.012em;
            /* Charcoal Grey */

            color: #323234;
        }
        .directDebitBox .rightDotArrow {
            background: url('../images/DotsHeroSectionL.png') no-repeat;
            background-size: contain;
            width: 6%;
            margin-left:4%;
        }
    .tooltip_triger {
        margin-left: 50px;
        width: 15px;
        height: 15px;
        display: inline-block;
    }
.modal-content {
    border-radius: 10px;
    font-size:14px;
}
.modal-dialog {
    width: 570px !important;
}
    .modal-content .close {
        display: flex;
        justify-content: flex-end;
        padding: 12px 15px 0;
    }
.modal-dialog {
    margin: 210px auto;
}
.modal-content ul li {
    list-style: url('../images/popTick.png') outside;
    padding-bottom:10px;
    margin-left:18px;
}
.reactivationDD{
    display:flex;
    justify-content:space-between;
    margin:83px 0 50px;
}
    .reactivationDD h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        /* or 48px */
        margin-bottom:30px;
        letter-spacing: 0.012em;
        /* Charcoal Grey */

        color: #323234;
    }
        .reactivationDD h1 span {
            font-weight: 500;
            font-style: italic;
            background: url('../images/Underline.png') no-repeat right bottom;
            background-size: 60%;
            padding-bottom: 11px;
        }
    .reactivationDD .reactivateLeft{
        width:47%;
        margin-top:40px;
    }
        .reactivationDD .reactivateLeft p {
            font-weight: 400;
            font-size: 16px;
            line-height: 180%;
            /* or 29px */
            letter-spacing: 0.012em;
            color: #323234;
            opacity: 0.8;
        }
        .reactivationDD .reactivateRight {
            background: #FFFFFF;
            box-shadow: 0px 0px 15px rgba(38, 50, 56, 0.1);
            border-radius: 10px;
            padding: 50px 25px 40px;
            width: 49%;
        }
            .reactivationDD .reactivateRight .label {
                font-weight: 700;
            }
            .reactivationDD .reactivateRight .value{
                margin-left:5px;
                /*padding:10px 0;*/
            }
            .reactivationDD .btnContDD {
                display: flex;
                justify-content: center;
                width: 100%;
            }
        .reactivationDD .btnContDD .wid60{width:60%}


.feedbackDD {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(38, 50, 56, 0.1);
    border-radius: 10px;
    padding: 50px 25px 40px;
    width: 90%;
    margin: 83px 5% 50px;
}
    .feedbackDD h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        /* or 48px */
        margin-bottom: 30px;
        letter-spacing: 0.012em;
        /* Charcoal Grey */

        color: #323234;
    }

        .feedbackDD h1 span {
            font-weight: 500;
            font-style: italic;
            background: url('../images/Underline.png') no-repeat right bottom;
            background-size: 100%;
            padding-bottom: 11px;
        }
    .feedbackDD p {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        /* or 20px */
        letter-spacing: 0.012em;
        color: #323234;
        opacity: 0.8;
        padding-bottom:20px;
    }
        .feedbackDD p span {
            font-style: italic;
            font-weight: 400;
        }

.doubleField{
    display:flex;
    width:55%;
}
    .doubleField .ddfield {
        border-radius: 0px;
        width: 48%;
        padding: 10px 3%;
        border: 1px #e2e2e2 solid;
        font-size: 16px;
        color: #222222;
        font-weight: 300;
        margin-right:15px;
    }


    .lmtd {
        float: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 110%;
        color: #878F9D;
        padding-top: 40px;
    }

.modal-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    /* or 36px */
    letter-spacing: 0.016em;
    /* Lipstick */
    color: #DD2127;
    justify-content: flex-start !important;
    padding: 20px 50px 5px !important;
    border-bottom: 0 !important;
}
.modal-body {
    position: relative;
    padding: 0 32px 15px;
}
.closeIntent {
    cursor: pointer;
    display: block;
    width: 25px !important;
    height: 25px !important;
    background: url("../images/close.png") !important;
    background-size: auto !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: 15px !important;
    top: 15px !important
}
.readonly1 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
.step1 ul li {
    margin-bottom: 20px;
}

    .step1 ul li.half {
        width: 49%;
        margin-right: 1%;
        display: inline-block;
    }
.label {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #222;
    text-transform: capitalize;
    padding-left: 5px;
}

.datefield {
    border-radius: 0px;
    width: 71%;
    padding: 10px 3%;
    color: #323234;
    border: 1px #e2e2e2 solid;
    font-size: 14px;
    background: url(../images/date.png) no-repeat 97%;
}

    .datefield:focus {
        border: 1px #4b89e2 solid;
    }

    .datefield:visited {
        color: #323234;
    }

.textfield {
    border-radius: 0px;
    width: 65%;
    padding: 10px 3%;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
}

    .textfield:focus {
        border: 1px #4b89e2 solid;
    }

    .textfield:visited {
        color: #323234;
    }

/*upgrade page on 26/10/23*/

.upgrade {
    margin: 83px 0 50px;
}

    .upgrade h1 {
        font-weight: 500;
        font-size: 42px;
        line-height: 150%;
        /* or 48px */
        margin-bottom: 30px;
        letter-spacing: 0.012em;
        /* Charcoal Grey */

        color: #323234;
    }

        .upgrade h1 span {
            font-weight: 700;
            background: url('../images/Underline_g.png') no-repeat right bottom;
            background-size: 100%;
            padding-bottom: 11px;
            color:#0EB27A;
        }
            .upgrade h1 span.declined {
                font-weight: 700;
                background: url('../images/Underline.png') no-repeat right bottom;
                background-size: 100%;
                padding-bottom: 11px;
                color: #DD2127;
            }
    .upgrade h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 150%;
        /* or 48px */
        margin-bottom: 30px;
        letter-spacing: 0.012em;
        /* Charcoal Grey */

        color: #323234;
    }

    .upgrade p {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        /* or 20px */
        letter-spacing: 0.012em;
        color: #323234;
        opacity: 0.8;
        padding-bottom: 20px;
    }
        .upgrade p.successUpgrade {
            font-size: 16px;
        }
    .upgradeBox {
        background: #FFFFFF url('../images/upgradeBG.png') no-repeat 98% center;
        box-shadow: 0px 0px 15px rgba(38, 50, 56, 0.1);
        border-radius: 10px;
        padding: 30px;
        width: 100%;
        margin: 25px 0 0;
    }
    .upgradeBox_inner{
        display:inline-block;
        width:75%;
    }
        .upgradeBox_inner .innerL{
            width:45%;
            margin-right:10%;
            float:left;
        }
            .upgradeBox_inner .innerL td{
                padding:10px 0;
            }
        .upgradeBox_inner .innerL td:first-child {
            font-size:18px;
            font-weight:500;
        }
            .upgradeBox_inner .innerL td:last-child {
                font-size: 18px;
                font-weight: 600;
            }
.devider {
    width: 100%;
    border-bottom: 1px #878F9D solid;
    display:inline-block;
}
.policyTitle{
    padding:20px 0 10px;
    font-size:18px;
    font-weight:600;
}
.upgradeBox_inner .innerL h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.012em;
    text-align: left;
    color: #323234;
}
.upgradeBox_inner .innerR {
    width: 45%;
    float: left;
}
                .upgradeBox_inner .innerR ul{
                    
                    margin-right:10%;
                    float:left;

                }
                    .upgradeBox_inner .innerR ul li {
                        list-style-image: url('../images/tick.png');
                        list-style-position:inside;
                        padding: 5px 0;
                        font-size: 18px;
                        font-weight: 500;
                    }
                .upgradeBox_inner .innerR a {
                    font-family: Poppins;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 24px;
                    letter-spacing: 0.016em;
                    text-align: left;
                    color: #4B89E2;
                    text-decoration:underline;
                }
                .upgradeBox_inner .innerR h4 {
                    font-family: Poppins;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 27px;
                    letter-spacing: 0.012em;
                    text-align: left;
                    color: #0EB27A;
                }
.redBtn_uograde {
    padding: 7px 30px;
    color: #fff;
    background: #DD2127;
    border: 2px #DD2127 solid;
    border-radius:4px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    min-width:200px;
}
.redBtn_uograde:hover {
    color: #fff;
}
.whiteBtn_uograde {
    padding: 7px 30px;
    color: #DD2127;
    background: #fff;
    border: 2px #DD2127 solid;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-right:40px;
    min-width:200px;
}
    .whiteBtn_uograde:hover {
        color: #DD2127;
    }
.upgrade_btnHolder{
    float:right;
    margin-top:50px;
}
.modal_icon {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 106px;
}
.modal_title {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.012em;
    text-align: center;
    margin-bottom: 15px;
}
.modal-para{
    text-align:center;
    font-size:18px;
    margin-bottom:40px;
    font-weight:500;
}
.modal_btnHolder {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
}
    .modal_btnHolder .redBtn_uograde {
        padding: 7px 10px;
        min-width: 215px;
    }

    .modal_btnHolder .whiteBtn_uograde {
        padding: 7px 10px;
        margin-right: 0px;
        min-width: 215px;
    }
.appointment {
    margin: 83px 0 50px;
}

    .appointment h1 span {
        font-weight: 500;
        font-size: 42px;
        line-height: 150%;
        /* or 48px */
        display: inline-block;
        letter-spacing: 0.012em;
        /* Charcoal Grey */
        background: url(../images/Underline.png) no-repeat 50% bottom;
        background-size: 90%;
        padding-bottom: 18px;
        color: #323234;
    }

.appointmentBox {
    box-shadow: 0px 0px 15px rgba(38, 50, 56, 0.1);
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    margin: 25px 0 0;
}
    .appointmentBox ul{
        text-align:center;
    }
        .appointmentBox ul li {
            font-family: Poppins;
            font-size: 18px;
            font-weight: 600;
            line-height: 21px;
            letter-spacing: 0.0179em;
            padding-bottom:20px;
            color:#222;
        }
            .appointmentBox ul li span {
                font-family: Poppins;
                font-size: 16px;
                font-weight: 500;
                line-height: 19px;
                display:block;
            }
            .appointmentBox ul li a {
                font-family: Poppins;
                font-size: 14px;
                font-weight: 600;
                line-height: 21px;
                letter-spacing: 0.016em;
                color: #4B89E2;
                text-decoration:underline;
                padding:0 15px;
            }
#rearrenge .step1{
    margin-top:50px;
}
#rearrenge .modal-content ul li {
    list-style: none;
    text-align: left;
    margin-left: 0;
}
    #rearrenge .modal-content ul li .label {
        display: block;
        text-align: left;
        font-size: 18px;
        font-weight: 500;
    }
    #rearrenge .modal-content ul li .datefield{
        width:100%;
    }
small {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #878F9D;
    position: relative;
    top: -25px;
}
    /* Footer
------------------------------------*/
    .footer {
        float: left;
        width: 100%;
        background: #fff;
        padding: 0;
    }

    .footer .wf-container-footer {
        padding-top: 60px;
        padding-bottom: 25px;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        border-top: 1px #D9DBE9 solid;
    }

        .footer .wf-container-footer .panelF {
            float: left;
            color: #878F9D;
            width: 20%;
            margin-right: 5%;
        }

            .footer .wf-container-footer .panelF .logo {
                margin-bottom: 10px;
                width: 180px;
            }

        .footer .wf-container-footer .textWidget {
            color: #878F9D;
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 10px;
        }

            .footer .wf-container-footer .textWidget ul li {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                border: 0 !important;
                padding: 0 !important;
                align-items: baseline;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #878F9D;
            }
            .footer .wf-container-footer .textWidget div {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                border: 0 !important;
                padding: 0 0 10px !important;
                align-items: baseline;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #878F9D;
            }
                .footer .wf-container-footer .textWidget div span {
                    text-align: left;
                    width: 25px;
                }
                .footer .wf-container-footer .textWidget ul li a {
                    color: #878F9D;
                    font-size: 14px;
                    line-height: 25px;
                    /*margin-bottom: 10px;*/
                }

    .footer .titleF {
        color: #323234;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        clear: both;
    }

    .footer .wf-container-footer .panelF a {
        color: #878F9D;
        font-size: 12px;
        font-weight: 400;
        /*opacity: .6;*/
        display: inline-block;
        border: 0;
    }

        .footer .wf-container-footer .panelF a:hover {
            color: #7a818c;
        }

    .footer .wf-container-footer .panelF ul li {
        margin: 0 0 5px;
        padding: 0 0 5px;
/*        border-bottom: 1px solid;
        border-color: rgba(173,173,173,0.15);*/
    }

        .footer .wf-container-footer .panelF ul li:last-child {
            border: 0;
        }

        .footer .wf-container-footer .panelF ul li a {
            color: #878F9D;
            font-size: 14px;
            font-weight: 400;
            display: inline-block;
        }

            .footer .wf-container-footer .panelF ul li a:hover {
                color: #7a818c;
            }
    .footer .wf-container-footer .panelF .social {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
        .footer .wf-container-footer .panelF .social img {
            padding-right: 8px;
        }
        /*.footer .wf-container-footer .panel ul li a:before {
				background: url(../images/arrow.png);
				position: relative;
				width: 14px;
				top: 1px;
				left: 0;
				height: 14px;
				content: "";
				border-radius: 1px;
				display: inline-block;
				margin-right: 10px;
			}*/
        .footer .footer-bottom {
        padding-top: 8px;
        padding-bottom: 8px;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        color: #878F9D;
    }

.cookie-banner {
    position: fixed;
    bottom: 0;
    border-top: 2px solid #000000;
    left: 1px;
    right: 1px;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    /*display: flex;	*/
    background-color: #000000;
    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 PAGE*/
.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%;
    /*	position: absolute;
	bottom: 0;*/
    width: 100%;
}
/* Responsive
------------------------------------*/
@media only screen and (min-width: 280px) {
    .container {
        max-width: 94%;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1250px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1370px) {
    
}

@media only screen and (max-width: 1360px) {
    
    .footer .wf-container-footer .panelF {
        margin-right: 30px;
        width: 23%;
    }

    .ph {
        background-position: 15% center !important;
        padding: 15px 35px 15px 53px;
    }
    .signout {
        background-position: 15% center !important;
        padding: 15px 35px 15px 53px;
    }
}
@media only screen and (max-width: 1360px) {
    
}
    @media only screen and (max-width: 1280px) {
        
        
    }
@media only screen and (max-width: 1249px) {
    
}
@media only screen and (max-width: 1219px) {
    
}

    @media only screen and (max-width: 1024px) {
        /* index
------------------------------------*/

        .nav {
            display: none;
        }

        .sidebar {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: #3285e7;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 50px;
            display: block;
        }

            .sidebar a {
                padding: 12px 8px 12px 32px;
                text-decoration: none;
                font-size: 18px;
                color: #fff;
                display: block;
                transition: 0.3s;
                border-bottom: 1px solid rgba(255,255,255,0.12);
            }

                .sidebar a:hover {
                    color: #f1f1f1;
                }

            .sidebar .closebtn {
                position: absolute;
                top: 0;
                right: 25px;
                font-size: 36px;
                margin-left: 50px;
                background: #d92633;
                color: #fff;
                padding: 5px;
                margin-top: 20px;
                line-height: 21px;
            }

        .openbtn {
            font-size: 30px;
            cursor: pointer;
            background-color: #fff;
            color: #333;
            /* padding: 10px 15px; */
            border: none;
            display: inline-block;
            float: right;
            margin-top: 0px;
        }
        .main {
            background: none;
        }

        .hero_section {
            height: auto;
            padding-bottom:160px;
        }
            .hero_section .herorow {
                display: flex;
                flex-wrap: wrap;
                flex-direction: column-reverse;
                align-items: center;
            }

        
        .hero_text_section {
            width: 90%;
        }
        .hero_section p {
            width: 100%;
        }
        .hero_image_section {
            width: 65%;
            padding-top: 32px;
            top:0;
        }
        .mainCont h1 {
            margin-top: 56px;
        }
        .mainCont .myDocsCont {
            margin: 0 0 68px;
        }
        .banner {
            height: 211px;
        }
        .footer .wf-container-footer .panelF {
            width: 35%;
            margin-right: 5%;
        }

            
        /*.cookie-banner p {
		width: 70%;
		padding: 0 15%;
	}*/
        .directDebitBox .btn_cont {
            width: 100%;
        }
        .directDebitBox .leftDotArrow {
            width: 9%;
            margin-right: 3%;
        }
        .directDebitBox .rightDotArrow {
            width: 9%;
            margin-left: 3%;
        }
        .directDebitBox .notInterested p {
            font-size: 22px;
        }
        .datefield {
            width: 91%;
        }
        .reactivationDD h1 {
            font-size: 30px;
        }
        .step1 ul li.half {
            width: 49%;
            margin-right: 0%;
        }
        .reactivationDD .btnContDD .wid60 {
            width: 80%;
        }
        .upgrade h1 {
            font-size: 35px;
        }
        .upgrade p {
            font-size: 15px;
        }
        .upgradeBox_inner .innerL h4 {
            font-size: 17px;
        }
        .upgradeBox_inner .innerR h4 {
            font-size: 15px;
        }
        .upgradeBox_inner .innerL td:last-child {
            font-size: 15px;
        }
        .upgradeBox_inner .innerL td:first-child {
            font-size: 15px;
        }
        .upgradeBox_inner .innerR ul li {
            font-size: 15px;
        }
        .policyTitle {
            font-size: 15px;
        }
        .upgradeBox_inner .innerR a {
            font-size: 14px;
        }
        
        
    }

    @media only screen and (max-width: 912px) {

        .directDebitBox .notInterested p {
            font-size: 17px;
        }
        .reactivationDD h1 {
            font-size: 27px;
        }
        .reactivationDD .btnContDD .wid60 {
            width: 86%;
        }
        .doubleField {
            display: flex;
            width: 82%;
        }
        
    }

    @media only screen and (max-width: 820px) {
        .main {
            background: none;
        }

        .header .logo {
            display: block;
            /*			background: url(../images/logo1.png) no-repeat;
            width: 200px;
            height: 90px;*/
            background-size: 90%;
        }

        .call {
            width: 52%;
        }

        .call2 {
            display: none;
        }
        .banner {
            height: 164px;
        }
        .mainCont .myDocsCont .ddRow {
            width: 80%;
        }

        

        

        .footer .wf-container-footer {
            flex-direction: column;
        }

            .footer .wf-container-footer .panelF {
                width: 100%;
                margin-bottom:20px;
            }

                .footer .wf-container-footer .panelF:last-child {
                    width: 100%;
                }

        .cookie-banner p {
            width: 100%;
            padding: 0 10%;
        }

        .close1 {
            margin: -50px 0 0 40px;
        }

        .tp {
            margin-left: -20px;
        }
        .directDebitBox {
            width: 100%;
        }
            .directDebitBox .btn_cont .addDD_btn {
                width: 42%;
            }
            .directDebitBox .btn_cont .notint_btn {
                width: 42%;
            }
            .directDebitBox .thankrightPic {
                width: 20%;
            }
            .directDebitBox .thankleftText {
                width: 80%;
            }
        .datefield {
            width: 73%;
        }
        .reactivationDD {
            margin: 10px 0 50px;
            flex-direction: column;
        }
            .reactivationDD .reactivateLeft {
                width: 100%;
                margin-bottom: 40px;
            }
            .reactivationDD .reactivateRight {
                width: 100%;
            }
        .step1 ul li.half {
            width: 49%;
            margin-right: 1%;
        }

        .upgradeBox {
            background: #FFFFFF url(../images/upgradeBG.png) no-repeat 98% 84%;
            background-size: 13%;
        }
        .upgradeBox_inner {
            display: inline-block;
            width: 100%;
        }
            .upgradeBox_inner .innerL {
                width: 100%;
                margin-right: 0;
                border-bottom: 1px #878F9D solid;
                padding-bottom:20px;
                margin-bottom:20px;
            }
            .upgradeBox_inner .innerR {
                width: 100%;
            }
    }

    @media only screen and (max-width: 768px) {
        .directDebitBox .leftText h3 {
            font-size: 20px;
        }
        .directDebitBox .btn_cont .addDD_btn {
            width: 45%;
        }
        .directDebitBox .btn_cont .notint_btn {
            width: 45%;
        }

        
    }

    @media only screen and (max-width: 600px) {
        /*.header {
            box-shadow: none;
        }*/

        .hero_section {
            height: auto;
        }
        .hero_text_section {
            width: 100%;
            padding-top: 42px;
        }       

        .hero_image_section {
            width: 100%;
            position: relative;
            bottom: 0px;
        }
        .banner {
            height: 122px;
        }
        .mainCont .myDocsCont .docsRow a.docsOption {
            width: 118px;
            height: 127px;
        }
        .directDebitBox .leftText {
            width: 100%;
            background: url(../images/Inhibitor.png) no-repeat top right;
            background-size: 20%;
        }
            .directDebitBox .leftText h3 {
                font-size: 18px;
                width: 80%;
            }
            .directDebitBox .leftText p {
                font-size: 13px;
                width: 80%;
            }
        .directDebitBox p.bottomLine {
            font-size: 12px;
            width: 100%;
        }
        .directDebitBox .btn_cont .addDD_btn {
            font-size: 14px;
        }
        .directDebitBox .btn_cont .notint_btn {
            font-size: 14px;
        }
            .directDebitBox .rightPic {
            display: none;
        }
        .directDebitBox table {
            width: 100%;
        }
        .directDebitBox .leftDotArrow {
            display:none;
        }
        .directDebitBox .rightDotArrow {
            display: none;
        }
        .datefield {
            width: 91%;
        }
        .feedbackDD {
            width: 100%;
            margin: 83px 0 50px;
        }
        
    }

    @media only screen and (max-width: 540px) {
        /* index
------------------------------------*/
        .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: 5px;
                overflow: hidden;
                padding: 10px 15px;
                color: #fff;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
            }

                .header .call-mob a > i {
                    font-size: 24px;
                    line-height: 24px;
                }

        .step1 ul li.half {
            width: 100%;
            margin-right: 0%;
        }
        .banner {
            height: 114px;
        }
        .mainCont .myDocsCont .docsRow a.docsOption {
            width: 103px;
            height: 119px;
            font-size:12px;
        }

        
        .footer .wf-container-footer {
            padding-top: 35px;
        }

            .footer .wf-container-footer .panelF {
                width: 100%;
                margin-right: 0;
                margin-bottom: 30px;
            }

        .close1 {
            margin: -65px 0 0 20px;
        }

        .mainCont .myDocsCont .bookBoilerRow .halfField {
            flex-direction: column;
            padding: 20px;
            border: 1px #ededed solid;
        }
            .mainCont .myDocsCont .bookBoilerRow .halfField div {
                width: 100%;
                margin-bottom: 30px;
            }
        .mainCont .myDocsCont .ddRow {
            width: 99%;
        }
        .bookNotAvail {
            font-size: 17px;
        }
        .directDebitBox .notInterested {
            display: flex;
            align-items: center;
            flex-direction: column;
        }
        .directDebitBox .thankrightPic {
            width: 33%;
        }

        .directDebitBox .thankleftText {
            width: 67%;
        }
        .datefield {
            width: 100%;
        }
        .doubleField {
            display: flex;
            width: 100%;
            flex-direction: column;
        }
            .doubleField .ddfield {
                width: 100%;
                margin-bottom:15px;
            }
        .redBtn_uograde {
            min-width: 190px;
        }
        .whiteBtn_uograde {
            min-width: 190px;
            margin-right:15px;
        }
    }



    @media screen and (max-width: 428px) {


        .hero_btn_holder {
            display: flex;
            margin: 40px 0 20px;
            flex-direction: column;
        }
        .hero_section {
            padding-top: 45px;
            padding-bottom: 75px;
        }
        .hero_section h1 {
            font-size: 32px;
        }


        .hero_section h2 {
            font-size: 20px;
        }
        .banner {
            height: 84px;
        }
        .mainCont .myDocsCont .docsRowCont .docsRow {
            justify-content:space-between;
        }
        .mainCont .myDocsCont .docsRow a.docsOption {
            width: 47%;
            height: 131px;
            font-size: 14px;
            margin: 0 0 40px 0;
        }

        .mainCont .myDocsCont .ddRow {
            width: 96%;
        }
        .hero_text_section .makeModel {
            font-size: 14px;
        }

            .hero_text_section .makeModel tr td {
                padding-bottom: 10px;
                min-width: 175px;
            }

                .hero_text_section .makeModel tr td:first-child {
                    font-weight: 500;
                }

        .hero_text_section p {
            font-size: 14px;
        }
        .hero_text_section p.red {
            font-size: 16px;
        }


        

        .hero_btn_holder .red_btn{
            width: 78%;
            margin: 0 auto 30px;
            font-size: 18px;
        }
        .hero_btn_holder .white_btn {
            width: 78%;
            margin: 0 auto 30px;
            font-size: 18px;
        }
        .modal-body .white_btn {
            width: 100%;
        }
        .hero_image_section {
            width: 80%;
            padding:0 0 40px;
        }
        [type="radio"]:checked + label {
            padding: 10px 17%;
            width: auto;
            font-size: 14px;
        }
        [type="radio"]:not(:checked) + label {
            padding: 10px 17%;
            width: auto;
            font-size: 14px;
        }
        [type="radio"]:checked + label:before {
            margin: 14px 0 0 27%;
        }
            [type="radio"]:checked + label:after {
                margin: 12px 0 0 27%;
            }
        [type="radio"]:not(:checked) + label:before {
            margin: 14px 0 0 27%;
        }

        [type="radio"]:not(:checked) + label:after {
            margin: 12px 0 0 27%;
        }
        .mainCont h1 {
            font-size: 28px;
            margin-top: 27px;
        }
        .mainCont .myDocsCont p {
            font-size: 14px;
            margin-top: 18px;
        }
        .mainCont .myDocsCont .ddRow .labelDoc {
            font-size: 14px;
            line-height: 150%;
            padding-bottom: 10px;
        }
        .mainCont .myDocsCont .bookBoilerRow .labelbook {
            font-size: 14px;
            padding-bottom: 10px;
        }
        .textfield {
            font-size: 14px;
            width:100%;
        }
        .mainCont .myDocsCont .bookBoilerRow h2 {
            font-size: 20px;
            margin-bottom: 18px;
        }
        .small {
            font-size: 12px;
        }
        .redBtn {
            font-size: 16px;
        }
        .myDocsCont .btnHolder {
            margin-top: 50px;
        }
        .boilerServiceConfirm .iconB {
            background: url('../images/modalIco.png') no-repeat;
            width: 70px;
            height: 70px;
            background-size: cover;
            margin-bottom: 20px;
        }

        .boilerServiceConfirm p {
            font-size: 16px;
        }

        .boilerServiceConfirm h2 {
            font-size: 22px;
        }

        .boilerServiceConfirm span {
            font-size: 14px;
        }

        .boilerServiceConfirm a {
            font-size: 14px;
        }

        .boilerServiceConfirm .white_btn {
            font-size: 14px;
            min-width: 150px;
        }
        .bookNotAvail {
            font-size: 16px;
        }
            .directDebitBox .leftText h3 {
                font-size: 16px;
                width: 78%;
            }
            .directDebitBox td:first-child {
                width: 32px;
            }
        .directDebitBox .leftText p {
            font-size: 12px;
            width: 78%;
            margin-top: 8px;
        }
        .directDebitBox td {
            font-size: 14px;
        }
            .directDebitBox td span {
                font-size: 12px;
            }
        .directDebitBox p.bottomLine {
            font-size: 11px;
            width: 100%;
        }
        .directDebitBox .btn_cont .addDD_btn {
            width: 49%;
            padding: 5px 15px;
        }
        .directDebitBox .btn_cont .notint_btn {
            width: 49%;
            padding: 5px 15px;
        }
        .modal-dialog {
            width: auto !important;
            margin: 300px auto;
        }
        .modal-content {
            border-radius: 15px;
            font-size: 12px;
        }
        .directDebitBox .notInterested p {
            font-size: 17px;
            margin-top:0;
        }
        .directDebitBox .addDD_btn {
            width: 54%;
        }
        .directDebitBox .thankrightPic {
            width: 30%;
        }

        .directDebitBox .thankleftText {
            width: 70%;
        }
        .reactivationDD .btnContDD .wid60 {
            width: 90%;
        }
        .reactivationDD .reactivateLeft p {
            font-size: 14px;
        }
        .reactivationDD .reactivateRight {
            box-shadow: none;
            padding: 0;
        }
        .feedbackDD h1 {
            font-size: 28px;
        }

        .redBtn_uograde {
            min-width: 150px;
            font-size: 14px;
            padding: 7px 15px;
        }

        .whiteBtn_uograde {
            min-width: 150px;
            margin-right: 10px;
            font-size: 14px;
            padding: 7px 15px;
        }
        .upgrade h1 {
            font-size: 28px;
        }
        .upgrade p {
            font-size: 14px;
        }
        .upgrade {
            margin: 41px 0 27px;
        }
        .modal_btnHolder {
            flex-direction: column;
        }
            .modal_btnHolder .whiteBtn_uograde {
               margin-bottom:10px;
            }
        .appointment {
            margin: 41px 0 27px;
        }
            .appointment h1 span{
                font-size: 28px;
            }
        .appointmentBox ul li a {
            display:block;
            padding-bottom:15px;
        }
        #rearrenge .step1 {
            margin-top: 50px!important;
        }
            #rearrenge .modal-content ul li .label {
                font-size: 14px;
            }
        .modal-para {
            font-size: 14px;
        }
        small {
            font-size: 10px;
            line-height: 14px;
            top: -30px;
        }
    }

    @media screen and (max-width: 390px) {
        /* index
------------------------------------*/
        .mainCont .myDocsCont .ddRow {
            width: 100%;
        }
        .directDebitBox .btn_cont {
            display: flex;
            flex-direction: column;
        }
            .directDebitBox .btn_cont .notint_btn {
                width: 100%;
                margin-bottom:10px;
            }
            .directDebitBox .btn_cont .addDD_btn {
                width: 100%;
            }
        .directDebitBox .addDD_btn {
            width: 100%;
        }
        .reactivationDD h1 {
            font-size: 24px;
        }
        
    }

    @media screen and (max-width: 384px) {
        
    }

    @media screen and (max-width: 380px) {
        /* index
------------------------------------*/
        .hero_text_section .loginBox {
            padding: 40px;
        }
        .mainCont h1 {
            font-size: 26px;
            margin-top: 15px;
        }
        .banner {
            height: 78px;
        }
        [type="radio"]:checked + label {
            margin-right:20px;
        }
        .reactivationDD h1 {
            font-size: 23px;
        }
        .feedbackDD h1 {
            font-size: 26px;
        }
    }
@media screen and (max-width: 362px) {
    .reactivationDD h1 {
        font-size: 22px;
    }
    .reactivationDD .btnContDD .wid60 {
        width: 90%;
        font-size: 16px;
    }
}

    @media screen and (max-width: 360px) {
        
        .hero_text_section .makeModel {
            font-size: 13px;
        }
        .hero_text_section .makeModel tr td {
            padding-bottom: 10px;
            min-width: 150px;
        }
        
        
    }
@media screen and (max-width: 354px) {
    .feedbackDD h1 {
        font-size: 24px;
    }
}

    @media screen and (max-width: 340px) {
        /* index
------------------------------------*/
        body {
            font-size: 12px;
        }

        .banner {
            height: 72px;
        }
        .directDebitBox .notInterested p {
            font-size: 16px;
            margin-top: 0;
        }

        .directDebitBox .thankleftText h2 {
            font-size: 25px;
        }
        .reactivationDD h1 {
            font-size: 21px;
        }

        
    }

    @media screen and (max-width: 320px) {
        .hero_section h1 {
            font-size: 26px;
        }
        .hero_section p {
            font-size: 17px;
        }
        .mainCont h1 {
            font-size: 24px;
        }
        .directDebitBox .notInterested p {
            font-size: 14px;
            margin-top: 0;
        }
        .directDebitBox .thankrightPic {
            width: 45%;
        }

        .directDebitBox .thankleftText {
            width: 70%;
        }
        .reactivationDD h1 {
            font-size: 20px;
        }
        .reactivationDD .btnContDD .wid60 {
            width: 90%;
            font-size: 14px;
        }
        .feedbackDD h1 {
            font-size: 22px;
        }
        
    }

    @media screen and (max-width: 280px) {
        /* index
------------------------------------*/
        body {
            font-size: 12px;
        }
        
        .hero_text_section .makeModel tr td {
            padding-bottom: 10px;
            min-width: 114px;
        }
        .reactivationDD h1 {
            font-size: 17px;
        }
        .reactivationDD .btnContDD .wid60 {
            width: 90%;
            font-size: 12px;
        }
        .feedbackDD h1 {
            font-size: 18px;
        }
       
    }
