﻿/*@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;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* Layout
------------------------------------*/
fieldset {
    display: none
}

    fieldset.show {
        display: block
    }

.tabs {
    margin: 2px 20px 0px 5px !important;
    padding-bottom: 0px !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';
    font-size: 16px;
}

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;
}
/*ExitIntent Start*/
.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5555;
    background: rgba(33, 33, 33, .8);
    transform: translateY(60%) scale(0);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1)
}

    .exit-intent-popup.visible {
        transform: translateY(0) scale(1)
    }

    .exit-intent-popup .newsletter {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

.eepop-content span {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 13px;
}

.exit-intent-popup .newsletter {
    background: #fff;
    border-radius: 3px;
    max-width: 700px;
    width: 100%;
    top: 50%;
    align-items: center;
    padding: 40px 20px 40px 40px;
}

.eepop-img {
    width: 30%;
    text-align: right;
}

.exit-intent-popup .newsletter {
    display: flex;
    justify-content: space-around;
}

.exit-intent-popup .close-it {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    font-size: 26px
}

#exit-intent-personal-details .eepop-content {
    width: 61% !important;
    padding-right: 20px;
}

#exit-intent-Payment .eepop-content {
    width: 65% !important;
    padding-right: 20px;
}

.exit-intent-popup .eepop-content h1 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 63px;
    display: block;
    color: #DD2127;
}

    .exit-intent-popup .eepop-content h1.payment {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        line-height: 120%;
        display: block;
        color: #DD2127;
        margin-bottom: 20px;
    }

.exit-intent-popup .eepop-content p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 150%;
    display: block;
    color: #323234;
}

    .exit-intent-popup .eepop-content p.small {
        font-size: 21px;
    }

.exit-intent-popup .eepop-content b {
    font-style: normal;
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #DD2127;
}

.exit-intent-popup .eepop-content a.ee-buynow {
    background: #DD2127;
    border-radius: 16px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .2px;
    display: inline-block !important;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 215px;
    text-align: center;
}

.closeIntent {
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/Icon Acrylic.png");
    background-size: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px
}


/*ExitIntent End*/


/* Header
------------------------------------*/
.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;
        /*padding:0 50px;*/
        margin-top: 20px;
    }

    .header .logo {
        display: block;
        background: url(../images/logo.png) no-repeat;
        width: 108px;
        height: 35px;
    }

.call {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.header .call-mob {
    display: none;
}

.bluBtn {
    background: #DD2127;
    border-radius: 16px;
    padding: 12px 24px;
    margin-left: 5px;
    color: #fff !important;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    border: 0;
    cursor: pointer;
}

    .bluBtn:hover {
        background: #DD2127;
        color: #fff;
    }

.trustpilot a {
    font-size: 18px;
    color: #767677 !important;
    text-decoration: none;
}

    .trustpilot a img {
        display: inline-block;
    }

.trustpilotM {
    display: none;
}
/* Homeowner page
------------------------------------*/
.hero_section2 {
    width: 100%;
    height: auto;
    background: #d3f2fa;
    padding: 32px 16px;
    text-align: center;
    border-radius: 16px;
}
.hero_section {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 25px;
}

    .hero_section .heroPic {
        width: 50%;
    }

        .hero_section .heroPic img {
            object-fit: cover;
            width: 600px;
            height: 400px;
            border-radius: 16px;
        }

    .hero_section .textPanel {
        width: 43%;
        margin-left: 7%;
    }


    .hero_section h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        color: #323234;
        letter-spacing: -1px;
    }

    .hero_section p {
        font-family: 'Nunito Sans';
        font-size: 20px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -1px;
        color: #767677;
    }

    .hero_section .textPanel .heroFeatures {
        display: flex;
        flex-direction: column;
        margin-top: 22px;
    }

        .hero_section .textPanel .heroFeatures ul li {
            width: 100%;
            border-radius: 16px;
            padding: 8px 16px;
            margin-bottom: 16px;
            background: #D3F2FA;
            color: #313A3F;
            font-family: 'Roboto Condensed';
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
        }

            .hero_section .textPanel .heroFeatures ul li img {
                margin-right: 15px;
            }

        .hero_section .textPanel .heroFeatures small {
            font-size: 10px;
        }

.NewSection {
    padding: 40px 0;
    width: 100%;
    background: #F7F8F7;
}

    .NewSection h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        color: #323234;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .NewSection h2 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        color: #323234;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .NewSection p {
        font-family: 'Nunito Sans';
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        text-align: center;
        color: #767677;
        margin: 0 auto 18px;
        width: 90%;
    }

    .NewSection .boxHolder {
        display: flex;
        padding: 32px 0;
        justify-content: space-between;
    }

        .NewSection .boxHolder .priceSpl {
            font-family: Roboto Condensed;
            font-weight: 700;
            font-size: 12px;
            line-height: 250%;
            text-align: center;
            color: #323234;
            height: 64px;
        }

            .NewSection .boxHolder .priceSpl span {
                font-size: 40px;
                color: #0074B6;
                display: block;
                font-weight: 700;
            }

            .NewSection .boxHolder .priceSpl em {
                font-size: 12px;
                color: #DD2127;
                display: block;
                font-style: normal;
            }

        .NewSection .boxHolder ul.featureNew {
            margin-top: 15px;
            width: 100%;
        }

            .NewSection .boxHolder ul.featureNew li {
                font-family: Nunito Sans;
                font-weight: 400;
                font-size: 16px;
                line-height: 200%;
                color: #767677;
                display: flex;
                align-items: center;
            }

                .NewSection .boxHolder ul.featureNew li i {
                    display: flex;
                    justify-content: center;
                    font-size: 21px;
                    font-weight: bold;
                    color: #0074b6;
                    margin-right: 12px;
                }

        .NewSection .boxHolder .redButton {
            padding: 10px 35px;
            border-radius: 8px;
            background: #DD2127;
            color: #fff;
            font-family: Nunito Sans;
            font-weight: 700;
            font-size: 14px;
            line-height: 100%;
            border: 0;
            margin-top: 20px;
        }

        .NewSection .boxHolder .blueBorderBox {
            width: 48%;
            border: 5px solid #0074B6;
            border-radius: 16px;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 30px;
        }

            .NewSection .boxHolder .blueBorderBox .blueLebel {
                background: #0074B6;
                padding: 4px 16px;
                border-radius: 8px;
                color: #FDFFFC;
                font-size: 14px;
                font-weight: 700;
                margin-bottom: 20px;
            }

        .NewSection .boxHolder .redBorderBox {
            width: 48%;
            border: 5px solid #DD2127;
            border-radius: 16px;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 30px;
        }

            .NewSection .boxHolder .redBorderBox .redLebel {
                background: #DD2127;
                padding: 4px 16px;
                border-radius: 8px;
                color: #FDFFFC;
                font-size: 14px;
                font-weight: 700;
                margin-bottom: 20px;
            }

    .NewSection .whiteBoxCont {
        display: flex;
        width: 100%;
        margin: 40px auto;
        flex-wrap: wrap
    }

        .NewSection .whiteBoxCont .whiteBox {
            background: #fff;
            border-radius: 16px;
            width: 49%;
            height: 97px;
            margin: 0 16px 16px 0;
            padding: 16px;
            display: flex;
            align-items: center;
        }

            .NewSection .whiteBoxCont .whiteBox:nth-child(even) {
                margin-right: 0
            }

            .NewSection .whiteBoxCont .whiteBox .icon {
                width: 65px;
                height: 65px
            }

            .NewSection .whiteBoxCont .whiteBox .features {
                margin-left: 20px;
                width: 80%
            }

                .NewSection .whiteBoxCont .whiteBox .features h3 {
                    font-family: 'Roboto Condensed';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 16px;
                    color: #313a3f
                }
.feature-right {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 20px;
    padding-left: 20px;
    margin-top: 10px;
}

.oneoffBoilerCont {
    padding: 40px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .oneoffBoilerCont h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        color: #323234;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .oneoffBoilerCont p {
        font-family: 'Nunito Sans';
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        text-align: center;
        color: #767677;
        margin: 0 auto 18px;
        width: 90%;
    }

    .oneoffBoilerCont .boxN {
        width: 568px;
        padding: 24px;
        border-radius: 16px;
        border: 1px solid #E3E0D1;
    }

        .oneoffBoilerCont .boxN .discount {
            width: 110px;
            background: #00b67a;
            border-radius: 16px;
            color: #fff;
            font-weight: 700;
            font-size: 20px;
            padding: 3px 10px;
            line-height: 150%;
            text-align: center;
            letter-spacing: .012em;
            margin: auto;
        }

        .oneoffBoilerCont .boxN h3 {
            font-weight: 700;
            font-family: 'Roboto Condensed';
            font-size: 16px;
            line-height: 20px;
            color: #313a3f;
            margin: 20px 0;
        }

        .oneoffBoilerCont .boxN .productDetailsCont {
            margin-bottom: 20px;
            border-bottom: 1px solid #e3e0d1;
        }

        .oneoffBoilerCont .boxN .productDetails {
            padding-bottom: 10px;
            display: flex;
        }


            .oneoffBoilerCont .boxN .productDetails .leftPart {
                width: 80%;
                font-size: 16px;
                color: #767677;
            }

            .oneoffBoilerCont .boxN .productDetails .rightPart {
                width: 20%;
                font-size: 21px;
                font-weight: bold;
                color: #0074b6;
                text-align: right;
            }

        .oneoffBoilerCont .boxN .total {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #e3e0d1;
            display: flex;
        }

            .oneoffBoilerCont .boxN .total .totalL {
                width: 50%;
                display: flex;
            }

            .oneoffBoilerCont .boxN .total .totalR {
                width: 50%;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
            }

                .oneoffBoilerCont .boxN .total .totalR .oldp {
                    color: #767677;
                    font-size: 12px;
                    text-decoration: line-through;
                }

                .oneoffBoilerCont .boxN .total .totalR .discountTotal {
                    color: #dd2127;
                    font-size: 12px;
                }

                .oneoffBoilerCont .boxN .total .totalR .saleP {
                    color: #0074b6;
                    font-size: 30px;
                    font-family: 'Roboto Condensed';
                    font-weight: 700;
                }

        .oneoffBoilerCont .boxN .detailsSec {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #e3e0d1;
        }

            .oneoffBoilerCont .boxN .detailsSec .off {
                width: 100%;
                background: url(../images/offer247icon.png) no-repeat left top;
                padding-left: 25px;
            }

            .oneoffBoilerCont .boxN .detailsSec .formeright {
                width: 100%;
                background: url(../images/checkmark247icon.png) no-repeat left top;
                padding-left: 25px;
            }

            .oneoffBoilerCont .boxN .detailsSec .appointment {
                width: 100%;
                background: url(../images/calendar.png) no-repeat left top;
                padding-left: 25px;
            }

            .oneoffBoilerCont .boxN .detailsSec ul {
                margin-left: 20px;
            }

                .oneoffBoilerCont .boxN .detailsSec ul li {
                    font-family: Nunito Sans;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 100%;
                    color: #767677;
                    list-style-type: disc;
                    padding-bottom: 8px;
                }

            .oneoffBoilerCont .boxN .detailsSec .addService {
                background: #F2F9FB;
                padding: 16px;
                border-radius: 8px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

.comparison_area {
    padding: 40px 0;
    width: 100%;
}

/*action area*/
.bfHead {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    margin: 0;
    padding: 0;
}

    .bfHead .bfCol {
        width: 33.33%;
        display: flex;
        align-items: center;
    }



    .bfHead h4 {
        font-family: 'Roboto Condensed';
        font-weight: 600;
        font-size: 16px;
        line-height: 110%;
        color: #323234;
        margin: 0 8px 0px;
        padding: 0;
    }

    .bfHead .bfTypes {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }




.nav_excess {
    display: flex;
    width: 322px;
    position: relative;
    background: #fff;
    padding: 2px;
    border: 1px #E3E0D1 solid;
    border-radius: 16px;
    font-size: 16px;
    color: #767677;
}

    .nav_excess a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        width: 80px;
        border-radius: 16px;
        font-size: 16px;
        /*color: #DD2127;*/
        font-weight: 400;
        z-index: 1;
        cursor: pointer;
    }

        .nav_excess a:hover {
            color: #DD2127 !important;
        }

    .nav_excess .animation {
        /*position: absolute;
        height: 100%;
        top: 0;
        z-index: 0;
        transition: all .5s ease 0s;*/
        border-radius: 16px;
        color: #DD2127 !important;
        background-color: #FFD6D8;
        width: 80px;
        border: 1px #DD2127 solid;
    }


/*.nav_excess .start-0, a:nth-child(1):hover~.animation {
        width: 80px;
        left: 0;
        background-color: #FFD6D8;
        color: #DD2127 !important;
        border-radius: 16px;
        border: 1px #DD2127 solid;
    }

    .nav_excess .start-45, a:nth-child(2):hover~.animation {
        width: 80px !important;
        left: 80px !important;
        background-color: #FFD6D8;
        color: #DD2127 !important;
        border-radius: 16px;
        border: 1px #DD2127 solid;
    }

    .nav_excess .start-75, a:nth-child(3):hover~.animation {
        width: 80px;
        left: 160px;
        background-color: #FFD6D8;
        color: #DD2127 !important;
        border-radius: 16px;
        border: 1px #DD2127 solid;
    }

    .nav_excess .start-95, a:nth-child(4):hover~.animation {
        width: 80px;
        left: 240px;
        background-color: #FFD6D8;
        color: #DD2127 !important;
        border-radius: 16px;
        border: 1px #DD2127 solid;
    }
*/

/*Switch*/
.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 0.5s ease;
                padding: 0px;
            }

                .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 0.3s ease;
                }

                .custom-checkbox input#status + label > .status-switch:before {
                    background-color: #FFD6D8;
                    color: #DD2127;
                    border-radius: 16px;
                    border: 1px #DD2127 solid;
                    /*box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);*/
                    left: 0px;
                    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);
            }


/*End Switch*/


.rowCover {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 16px;
    align-items: flex-start;
    margin: 15px 0 35px;
    padding: 60px 30px 60px;
    background: #fff;
    border: 1px #E3E0D1 solid;
}

    .rowCover .colCover {
        width: 23%;
        margin: 0 10px 0;
        padding: 20px 1% 0px;
        background: #FFFFFF;
        border-radius: 12px;
        border: 1px solid #E3E0D1;
        position: relative;
    }

        .rowCover .colCover:first-child {
            border: 0;
        }


        .rowCover .colCover .quoteContact {
            border-radius: 16px;
            background: #FBE4E5;
            padding: 24px;
            /*margin-top: 40px;*/
            text-align: center;
            margin-bottom: 40px;
        }

            .rowCover .colCover .quoteContact h2 {
                color: #701B45;
                font-family: 'Roboto Condensed';
                font-weight: bold;
                font-size: 24px;
                text-align: left;
                margin-bottom: 20px;
            }

            .rowCover .colCover .quoteContact .btnContact {
                color: #701B45;
                border: 1px #701B45 solid;
                border-radius: 16px;
                padding: 12px 24px;
                font-size: 16px;
                cursor: pointer;
                background: transparent;
            }

            .rowCover .colCover .quoteContact small {
                font-size: 10px;
                position: relative;
                top: 10px;
            }

.rowCover_Mobile .quoteContact small {
    font-size: 10px;
    position: relative;
    top: 10px;
}

.rowCover .colCover ul.featureList {
    margin-top: 85px;
}

    .rowCover .colCover ul.featureList li {
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #313A3F;
        letter-spacing: -0.5px;
    }

.rowCover .colCover.recommended {
    border: 2px #0074B6 solid;
    position: relative;
    top: -12px;
}



    .rowCover .colCover.recommended .best {
        text-align: center;
        color: #D2F5FF;
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;
        padding: 3px 0;
        position: absolute;
        top: -25px;
        left: 0;
        width: 100%;
        background: #0074B6;
        border-bottom: 5px solid #DD2127;
        border-radius: 16px 16px 0 0;
    }

.rowCover .colCover img.bfseller {
    position: absolute;
    top: -13px;
    right: 7px;
    width: 42px;
    height: 151px;
}

.rowCover h4 {
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #313A3F;
    text-align: center;
    margin: 15px auto 10px;
}

.rowCover .colCover.recommended h4 {
    margin: 26px auto 10px;
}

.rowCover h4 span {
    display: block;
}

.rowCover .recommended h4 {
    background-color: none;
}

.rowCover.rowLandlord h4 {
    margin-top: -30px;
}


.rowCover .coverFeatures {
    margin: 10px 0 20px;
}

    .rowCover .coverFeatures ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #313A3F;
        letter-spacing: 0.2px;
        margin: 0;
        padding: 0;
    }

        .rowCover .coverFeatures ul li + li {
            margin-top: 10px;
        }

        .rowCover .coverFeatures ul li.Yes {
            color: #2D3436;
            position: relative;
            padding: 0 0 4px 0;
        }

            .rowCover .coverFeatures ul li.Yes a {
                color: #0074B6;
                padding: 0 0 5px 0;
                text-decoration: underline;
                display: flex;
                justify-content: center;
            }

        .rowCover .coverFeatures ul li.No {
            /*text-decoration: line-through;
                color: #d9d9d9;*/
            padding: 0 0 4px 0;
        }

        .rowCover .coverFeatures ul li.Yes i {
            display: flex;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            line-height: 40px;
            color: #0074B6;
        }



        .rowCover .coverFeatures ul li.No i {
            display: flex;
            justify-content: center;
            font-size: 24px;
            font-weight: 400;
            line-height: 40px;
            color: #DD2127;
            height: 40px;
        }

    .rowCover .coverFeatures .fbsImg {
        margin: 10px auto;
        width: 100%;
    }

.rowCover .colCover:first-child .coverFeatures .fbsImg {
    visibility: hidden;
    opacity: 0;
}

.rowCover .bcFeat p:nth-child(3), .rowCover .llFeat p:nth-child(4) {
    /*display: none;*/
}

.rowCover .viewPlan {
    background-color: #DD2127;
    border: none;
    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: 90%;
    text-align: center;
}
/*.rowCover .recommended .viewPlan {
  background-color: #dd2127;
}*/
.rowCover .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;
    /* Charcoal Grey */
    color: #313A3F;
}

    .rowCover .oldPrice span {
        text-decoration: line-through;
        text-decoration-color: #313A3F;
        text-decoration-style: solid;
    }

        .rowCover .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 .priceis {
    text-align: center;
    margin: 10px 0 10px;
    font-family: 'Roboto Condensed';
}

    .rowCover .priceis .symbol {
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        color: #0074B6;
        margin: 0 2px 0 0;
        letter-spacing: -2px;
    }

    .rowCover .priceis .mian-price {
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        color: #0074B6;
        letter-spacing: -2px;
    }

    .rowCover .priceis .perbase {
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        color: #313A3F;
        display: block;
        text-align: center;
    }


.rowCover .coverFeatures p.Yes i {
    text-align: center;
}

.greenline {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #7E7E7E;
    margin: 10px 0;
    height: 40px;
}

.coverFeatures_Ul {
    padding-bottom: 30px !important;
}


.fbstext {
    color: #3898B0 !important;
    background: #F2F9FB;
    font-weight: 400 !important;
    padding: 4px 16px !important;
    border-radius: 8px;
    font-size: 14px !important;
    line-height: 105% !important;
    text-align: center;
}

    .fbstext.nottoshow {
        visibility: hidden;
    }

.faVisibility {
    visibility: hidden;
}

.feature_accordion {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #313A3F;
    padding: 20px 0px 0;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    padding: 20px 0px 0;
    margin: 0 0 20px;
}

    .feature_active, .feature_accordion:hover {
    }

    .feature_accordion:after {
        content: url(../images/downArrow.png);
        float: right;
        margin-left: 5px;
        line-height: 30px;
    }

.feature_active:after {
    content: url(../images/upArrow.png);
}

.feature_holder {
}

.feature_panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 14px;
    line-height: 130%;
    /* or 27px */
    letter-spacing: 0.012em;
    /* General / Dark */
    color: #313A3F;
    width: 100%;
}

.rowCover_Mobile {
    display: none;
}
/**/
.customerSection {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
}

    .customerSection .top {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

        .customerSection .top .pic {
            width: 600px;
            /*height: 400px;*/
            margin-right: 60px;
            display: inline-block;
        }

        .customerSection .top .text {
            font-family: 'Roboto Condensed';
            font-style: normal;
            font-weight: 700;
            font-size: 36px;
            color: #313A3F;
            display: inline-block;
            width: 560px;
        }

    .customerSection .reviewScroll {
    }

.tpRating {
    display: block;
}

    .tpRating img {
        display: inline;
    }



.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;
    }

    .why247 h4 {
        color: #767677;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
    }

    .why247 .whiteBoxCont {
        display: flex;
        width: 92%;
        /*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;
                    margin: 0 0 8px 0;
                }


.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% 0;
}

    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: 70px 0 70px;
    /*    margin: 20px 0;*/
}

    .faq h1 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        color: #313A3F;
        text-align: center;
        margin-bottom: 20px;
    }

    .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;
    /*margin-bottom:15px;*/
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #313A3F;
    padding: 20px 30px;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.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 0.2s ease-out;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    letter-spacing: 0.012em;
    /* General / Dark */
    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;
}

.community_cont .bg {
    background: #F7F8F7;
    z-index: -2;
}

.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: 16px;
        color: #313A3F;
        margin: 10px 0;
    }

    .card-text_comm p {
        font-size: 14px;
        color: #767677;
    }

    .card-text_comm a {
        font-size: 14px;
        color: #0074B6 !important;
        text-decoration: underline;
        cursor: pointer !important;
    }

#mc_embed_signup div.response {
    margin: 0 !important;
    padding: 0 0.5em 0.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: 0em 0.5em 0em 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: 0px !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: 30px;
        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% 0px;
            background: #FFFFFF;
            position: relative;
            text-align: center;
            border-right: 1px solid #E3E0D1;
        }

            .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:nth-child(6) {
                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 {
            }

                .compare .box .colBox ul.comList li {
                    margin-bottom: 28px;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 150%;
                    color: #313A3F;
                    letter-spacing: 0.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: 0.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;
                    }

    .compare p {
        font-size: 12px;
        color: #767677;
    }

.com_accordion {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #313A3F;
    padding: 20px 0px 0;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    padding: 0;
    margin: 0 0 20px;
}

    .com_active, .com_accordion:hover {
    }

    .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;
}

.com_panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 12px;
    line-height: 150%;
    /* or 27px */
    letter-spacing: 0.012em;
    /* General / Dark */
    color: #767677;
    width: 100%;
}
/* Footer
------------------------------------*/
.footer {
    float: left;
    width: 100%;
    background: #f5f8f5;
    padding: 0;
}

    .footer .wf-container-footer {
        padding: 100px 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 0px 0;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    padding: 20px 0px 0;
    margin: 0 0 20px;
}

    .footer_active, .footer_accordion:hover {
    }

    .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 0.2s ease-out;
    font-size: 14px;
    line-height: 150%;
    /* or 27px */
    letter-spacing: 0.012em;
    /* General / Dark */
    color: #767677;
    width: 100%;
}

.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;
    }

        .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 #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%;
}

.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: -5px;
        left: 110%;*/
        top: 25px;
        left: 50%;
        margin-left: -100px;
    }

        .tooltipF .tooltiptext h6 {
            font-size: 10px;
            font-weight: 700;
        }

        .tooltipF .tooltiptext::after {
            content: "";
            position: absolute;
            /*top: 20%;
            right: 100%;*/
            bottom: 100%;
            left: 50%;
            /*margin-top: -5px;*/
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #DD2127 transparent;
        }

    .tooltipF:hover .tooltiptext {
        visibility: visible;
    }


/* Responsive
------------------------------------*/
@media only screen and (min-width: 280px) {
    .container {
        max-width: 96%;
    }
}
@media only screen and (min-width:600px) {
    .container {
        max-width: 80%
    }
}
@media only screen and (min-width: 1350px) {
    .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1370px) {
}

@media only screen and (max-width: 1360px) {
}

@media only screen and (max-width: 1280px) {
    .why247 .whiteBoxCont .whiteBox {
        width: 517px;
    }
}


@media only screen and (max-width: 1024px) {
    /* index
------------------------------------*/

    .hero_section {
        height: auto;
    }

        .hero_section h1 {
            font-size: 30px;
        }

        .hero_section p {
            font-size: 16px;
        }

    .NewSection .boxHolder {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin: auto;
    }
        .NewSection .boxHolder ul.featureNew li {
            line-height: 160%;
            display: flex;
            align-items: baseline;
        }
        .NewSection .boxHolder .blueBorderBox {
            height: auto;
        }

        .NewSection .boxHolder .redBorderBox {
            height: auto;
        }

        .NewSection .boxHolder ul.featureNew li {
            font-size: 15px;
        }

    .NewSection .whiteBoxCont {
        width: 50%;
        margin: 40px auto;
        flex-direction: column;
    }

        .NewSection .whiteBoxCont .whiteBox {
            width: 100%;
        }
    .feature-right {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 0px;
        padding-left: 0px;
        margin-top: 10px;
    }

    .rowCover {
        justify-content: space-between;
        padding: 0 10%;
    }

    .partner .partner_logo img {
        width: 85%;
    }
    /*.footer .wf-container-footer .panelF {
            width: 35%;
            margin-right: 5%;
        }

            .footer .wf-container-footer .panelF:last-child {
                width: 17%;
            }*/

    .bfHead .bfCol {
        width: 41%;
    }

    .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: 70%;
        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;
            }

        /*comparison area*/
        .rowCover_Mobile .colCover {
            width: 100%;
            margin: 0;
            padding: 20px 0 0px;
            background: #FFFFFF;
            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: 19px;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 150%;
                    color: #313A3F;
                    letter-spacing: 0.2px;
                }

            /*.rowCover_Mobile .colCover ul.featureList li.no {
                        opacity: 0.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: 0.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 {
                /*text-decoration: line-through;
                color: #d9d9d9;*/
                padding: 0;
            }

            .rowCover_Mobile .coverFeatures .scroller-container ul li.Yes i {
                display: flex;
                justify-content: center;
                font-size: 21px;
                font-weight: bold;
                line-height: 100%;
                color: #0074B6;
            }



            .rowCover_Mobile .coverFeatures .scroller-container ul li.No i {
                display: flex;
                justify-content: center;
                font-size: 21px;
                font-weight: 400;
                line-height: 100%;
                color: #DD2127;
                height: 20px;
            }


    .rowCover_Mobile .viewPlan {
        background-color: #DD2127;
        border: none;
        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;
        /* Charcoal Grey */
        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%;
    }

    /*tabs*/

    .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;
            border-top: 5px solid #DD2127;
        }

        .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 30px;
        font-size: 14px;
    }

    .tab-content {
        width: 90%;
    }

    /**/
    .compare {
        width: 85%;
        margin-top: 38px;
    }
}

@media only screen and (max-width: 912px) {

    .custom-checkbox {
        width: 245px;
    }

    .nav > li > a {
        padding: 21px 10px;
    }

    .nav_excess {
        display: flex;
        width: 280px;
    }

        .nav_excess a {
            height: 38px;
            width: 70px;
        }

        .nav_excess .animation {
            width: 70px;
        }

    /* .nav_excess .start-0, a:nth-child(1):hover ~ .animation {
            width: 70px;
            left: 0;
        }

        .nav_excess .start-45, a:nth-child(2):hover ~ .animation {
            width: 70px !important;
            left: 70px !important;
        }

        .nav_excess .start-75, a:nth-child(3):hover ~ .animation {
            width: 70px;
            left: 140px;
        }

        .nav_excess .start-95, a:nth-child(4):hover ~ .animation {
            width: 70px;
            left: 210px;
        }*/

    .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: 820px) {

    .header .logo a {
        display: block;
        /*			background: url(../images/logo1.png) no-repeat;
            width: 200px;
            height: 90px;*/
        background-size: 90%;
    }

    .call {
        width: 22%;
    }

    .call2 {
        display: none;
    }

    .hero_section .heroPic {
        width: 52%;
    }

    .hero_section .textPanel {
        width: 43%;
        margin-left: 5%;
    }

    .hero_section .heroPic img {
        object-fit: cover;
        width: 375px;
        height: 370px;
    }

    .trustpilotM a {
        font-size: 10px;
    }

        .trustpilotM a img {
            display: inline-block;
        }

    .nav > li > a {
        padding: 21px 8px;
    }





    .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;
        }

    /* .nav_excess .start-0, a:nth-child(1):hover ~ .animation {
            width: 65px;
            left: 0;
        }

        .nav_excess .start-45, a:nth-child(2):hover ~ .animation {
            width: 65px !important;
            left: 65px !important;
        }

        .nav_excess .start-75, a:nth-child(3):hover ~ .animation {
            width: 65px;
            left: 130px;
        }

        .nav_excess .start-95, a:nth-child(4):hover ~ .animation {
            width: 65px;
            left: 195px;
        }*/
    /*.carousel-inner .item.active{
            display:flex;
        }*/


    #mc_embed_signup div.response {
        width: 100% !important;
    }

    .compare .box {
        padding: 25px;
    }

        .compare .box .colBox:nth-child(1) {
            width: 24%;
        }
}

@media only screen and (max-width: 768px) {
    .call {
        width: 26%;
    }

    .custom-checkbox {
        width: 200px;
        font-size: 12px;
    }

    .trustpilot {
        display: none;
    }

    .trustpilotM {
        display: block;
        margin: 30px 0;
    }

        .trustpilotM a {
            font-size: 18px;
            color: #767677 !important;
            text-decoration: none;
        }

            .trustpilotM a img {
                display: inline-block;
            }

    .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;
    }
    /*ExitIntent Start*/
    .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
    }


    /*ExitIntent End*/
}

@media only screen and (max-width: 600px) {
    .call {
        width: 31%;
    }

    .hero_section {
        flex-direction: column;
    }

        .hero_section .heroPic {
            width: 100%;
            margin-bottom: 30px;
        }

            .hero_section .heroPic img {
                object-fit: cover;
                width: 600px;
                height: 370px;
            }

        .hero_section .textPanel {
            width: 100%;
            margin-left: 0;
            text-align: center;
        }

            .hero_section .textPanel .heroFeatures small {
                font-size: 10px;
                text-align: left;
            }

    .rowCover_Mobile {
        width: 90%;
    }

    .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%;
    }
    /*.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev{
            display:flex;
        }*/
    .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%;
                }
}

@media only screen and (max-width: 540px) {
    /* index
------------------------------------*/
    .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;
        }



    .hero_section {
        margin-top: 85px;
    }

    .rowCover_Mobile {
        width: 100%;
    }

    .customerSection {
        margin: 25px 0;
    }

        .customerSection .top {
            flex-direction: column;
        }

            .customerSection .top .pic {
                width: 100%;
                margin-right: 0px;
            }

            .customerSection .top .text {
                font-size: 24px;
                margin-top: 20px;
                line-height: 120%;
                width: 90%;
            }

    .rowCover_Mobile .leftArrow {
        left: 0;
    }

    .rowCover_Mobile .rightArrow {
        right: 11px;
    }

    .brand_personality {
        margin: 64px 0;
    }

    .partner {
        width: 100%;
    }

        .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%;
    }

    .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;
    }

    .nav > li > a {
        padding: 21px 6px;
    }
    .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);
    }
}


@media screen and (max-width: 444px) {

    .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% 0px;
        background: #FFFFFF;
        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 {
    }

        .compare .boxMobile .colFeaturesM ul.comList li {
            margin-bottom: 28px;
            font-weight: 400;
            font-size: 13px;
            line-height: 120%;
            color: #313A3F;
            letter-spacing: 0.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: 0.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;
            }

    .nav > li > a {
        padding: 9px 11px;
        word-wrap: break-word;
        width: 125px;
        display: flex;
        text-align: center;
        align-items: center;
    }

    .rowCover_Mobile .coverFeatures {
        margin: 10px 5% 20px;
        display: flex;
        align-items: baseline;
        width: 90%;
        justify-content: space-between;
    }
}


@media screen and (max-width: 428px) {
    .hero_section .heroPic img {
        object-fit: cover;
        width: 385px;
        height: 248px;
    }

    .comparison_area {
        padding: 0px 0;
        width: 100%;
    }

    .nav > li > a {
        padding: 9px 11px;
        word-wrap: break-word;
        width: 120px;
        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;
        }

    /*.nav_excess .start-0, a:nth-child(1):hover ~ .animation {
            width: 45px;
            left: 0;
        }

        .nav_excess .start-45, a:nth-child(2):hover ~ .animation {
            width: 45px !important;
            left: 45px !important;
        }

        .nav_excess .start-75, a:nth-child(3):hover ~ .animation {
            width: 45px;
            left: 90px;
        }

        .nav_excess .start-95, a:nth-child(4):hover ~ .animation {
            width: 45px;
            left: 135px;
        }*/



    .Carousel {
        height: 70vw !important;
    }

    .partner .partner_logo {
        text-align: center;
        min-width: 110px;
    }

    .why247 h1 {
        font-size: 30px;
    }

    .brand_personality {
        display: none;
    }

    .brand_personality_Mobile {
        margin: 64px 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;
    }

    .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%;
    }
}

@media screen and (max-width: 414px) {

    .nav > li > a {
        width: 115px;
    }

    .rowCover_Mobile .coverFeatures {
        width: 100%;
    }
}

@media screen and (max-width: 390px) {
    /* index
------------------------------------*/
    .bfHead .bfCol {
        margin-bottom: 20px;
        width: 80%;
    }

    .bfHead {
        flex-direction: column-reverse;
    }

    .rowCover_Mobile .rightArrow {
        right: 2px;
    }

    .nav > li > a {
        width: 113px;
    }

    .rowCover_Mobile .coverFeatures {
        width: 100%;
    }

    .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;
    }
}


@media screen and (max-width: 384px) {
}

@media screen and (max-width: 380px) {
    /* index
------------------------------------*/
    .nav > li > a {
        width: 109px;
        font-size: 13px;
    }

    .rowCover_Mobile .rightArrow {
        right: -4px;
    }

    .partner .partner_logo {
        text-align: center;
        min-width: 70px;
    }

        .partner .partner_logo img {
            width: 80%;
            padding: 20px 0;
        }

    .bx-wrapper .bx-prev {
        left: 0px !important;
    }

    .bx-wrapper .bx-next {
        left: 50px !important;
    }

    .bx-wrapper .bx-pager {
        padding-left: 0% !important;
    }
}



@media screen and (max-width: 360px) {
    .nav > li > a {
        width: 104px;
        padding: 9px 8px;
    }

    .Carousel {
        height: 85vw !important;
    }
}

@media screen and (max-width: 354px) {
}

@media screen and (max-width: 340px) {
    /* index
------------------------------------*/
    .faq_accordion {
        padding: 20px 10%;
        font-size: 16px;
    }

    .nav > li > a {
        width: 90px;
        padding: 4px 8px;
    }

    .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;
    }
}

@media screen and (max-width: 320px) {

    .rowCover_Mobile .colCover ul.featureList li {
        font-size: 12px;
    }

    .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;
    }
}

@media screen and (max-width: 280px) {
    /* index
------------------------------------*/
    .nav > li > a {
        width: 75px;
        padding: 4px 8px;
    }
}





@media only screen and (max-width:600px) {
    .feature-right {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
    }

    .NewSection h1 {
        font-size: 24px;
    }

    .NewSection h2 {
        font-size: 24px;
    }

    .NewSection .boxHolder {
        flex-direction: column;
    }

        .NewSection .boxHolder .blueBorderBox {
            width: 100%;
            margin-bottom: 24px;
        }

        .NewSection .boxHolder .redBorderBox {
            width: 100%;
        }

    .oneoffBoilerCont h1 {
        font-size: 24px;
    }

    .oneoffBoilerCont .boxN {
        width: 80%;
    }

    .rowCover_Mobile {
        width: 90%
    }

        .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%
                }

    .hero_section {
        flex-direction: column;
    }

        .hero_section .heroPic {
            width: 100%;
            margin-bottom: 30px;
        }

            .hero_section .heroPic img {
                object-fit: cover;
                width: 600px;
                height: 370px;
            }

        .hero_section .textPanel {
            width: 100%;
            margin-left: 0;
            text-align: center;
        }

            .hero_section .textPanel .heroFeatures small {
                font-size: 10px;
                text-align: left;
            }
}

@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
        }


    .NewSection {
        margin-top: 85px;
    }

    .rowCover_Mobile {
        width: 100%
    }

    /*.comparison_area {
        margin-top: 85px;
    }*/

    .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%
    }

        .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%
    }

    .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
    }
}

@media screen and (max-width:444px) {
    .NewSection .whiteBoxCont {
        width: 100%;
    }

        .NewSection .whiteBoxCont .whiteBox {
            height: 70px;
        }

    .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
            }

    .comparison_area h1 {
        font-size: 24px;
    }
}

@media screen and (max-width:430px) {
    .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
    }

    .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
    }

    .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%
    }

    .hero_section .heroPic img {
        object-fit: cover;
        width: 385px;
        height: 248px;
    }
}

@media screen and (max-width:414px) {
    .nav > li > a {
        width: 93px
    }
}

@media screen and (max-width:393px) {
    .nav > li > a {
        width: 90px
    }

    .bfHead {
        flex-direction: column-reverse
    }

        .bfHead .bfCol {
            margin-bottom: 20px;
            width: 80%
        }
}

@media screen and (max-width:390px) {
    .nav > li > a {
        width: 83px
    }

    /*.hero_section h1 {
        font-size: 22px;
    }*/

    .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
    }
}

}

@media screen and (max-width:380px) {
    .nav > li > a {
        width: 85px
    }

    .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
    }
}

@media screen and (max-width:360px) {
    .nav > li > a {
        width: 80px
    }

    /*.hero_section h1 {
        font-size: 21px;
    }*/

    .Carousel {
        height: 85vw !important
    }
}

@media screen and (max-width:354px) {
    .nav > li > a {
        width: 76px
    }
}

@media screen and (max-width:340px) {
    .faq_accordion {
        padding: 20px 10%;
        font-size: 16px
    }

    /*.hero_section 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
    }
}

@media screen and (max-width:320px) {
    .rowCover_Mobile .colCover ul.featureList li {
        font-size: 12px
    }

    /*.hero_section h1 {
        font-size: 19px;
    }*/

    .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
    }
}

.oldPriceContainer {
    color: #767677;
    font-size: 15px;
    text-decoration: line-through;
    margin-top: 0px;
}

    .oldPriceContainer .oldPriceSpan {
        color: #767677 !important;
        font-size: 15px !important;
        display: contents !important;
    }

