﻿@import url('animate.css');
@import url('fancybox.css');
@import url('bootstrap.css');
@import url('fontawesome.css');
@import url('icomoon.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* Layout
------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323234;
    background-image: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

img {
    display: block;
    max-width: 100%;
}

:focus {
    outline: none;
}
/* Header
------------------------------------*/
.header {
    padding: 0;
    margin: 0;
    height: 75px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

    .header .headRow {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding:0 50px;
        margin-top: 20px;
    }

    .header .logo a {
        display: block;
        background: url(../images/logo.png) no-repeat;
        width: 108px;
        height: 35px;
    }

.call {
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.header .call-mob {
    display: none;
}

.bluBtn {
    background: #DD2127;
    border-radius: 4px;
    padding: 10px 15px;
    margin-left: 5px;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

    .bluBtn:hover {
        background: #DD2127;
        color: #fff;
    }

.ph {
    background-image: url('../images/ph.png');
    background-repeat: no-repeat;
    background-position: 10% center;
    padding: 10px 15px 10px 35px;
}

    .ph:hover {
        background-image: url('../images/ph.png');
        background-repeat: no-repeat;
        background-position: 10% center;
        padding: 10px 15px 10px 35px;
    }
/* Index page
------------------------------------*/
.main {
    margin: 0;
    width: 100%;
/*    background: url(../images/hero_bg.png) no-repeat left 100px;
    background-size: 100%;*/
}

    .main h1 {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 34px;
        line-height: 125%;
        /* identical to box height, or 42px */
        letter-spacing: 1.2px;
        /* Charcoal-grey */
        color: #323234;
    }

.tp {
    display: block;
    float: left;
    width: 61%;
}

.hero_section_mobile {
    display: none;
}

.hero_section {
    
    width: 100%;
    height: auto;
    /*padding-bottom: 15px;*/
}

    .hero_section .herorow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
.blackfriday {
    background: url(../images/1920.png) no-repeat center top;
    background-size: cover;
    text-align: center;
    /*margin-top: 30px;*/
    width: 100%;
    height: 700px;
}
.beat {
    background: url(../images/beat_1920.png) no-repeat center top;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 530px;
}
.beatText {
    text-align: center;
    padding: 30px;
}
.halfPrice {
    background: url(../images/half.png) no-repeat center top;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 539px;
}

.hero_text_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.hero_text_section_landlord {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /*align-items: flex-start;*/
}

.hero_image_section {
    width: 37%;
    margin-top: 10px;
    /*    position: absolute;
    top: 133px;
    right: 14%;*/
    z-index: -100;
}

.hero_text_section h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 110%;
    color: #323234;
    padding-top: 10px;
    letter-spacing: 0.005em;
    text-align: center;
}
.hero_text_section_landlord h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 110%;
    /* or 71px */
    letter-spacing: -0.012em;
    color: #323234;
    padding-top: 10px;
    letter-spacing: 0.005em;
    text-align: center;
}


    .hero_text_section h1 em, .hero_text_section_landlord h1 em {
        font-style: italic;
        font-weight: 500;
        font-size: 32px;
        text-align: center;
        color: #323234;
        display: block;
    }
    /*.hero_text_section h1 em span, .hero_text_section_landlord h1 em span{
        background: url('../images/bCurve.png') no-repeat 58% bottom;
        background-size: 100%;
        padding-bottom: 21px;
    }*/

.hero_text_section ul, .hero_text_section_landlord ul {
    margin: 10px 0 50px 25px;
}

    .hero_text_section ul li, .hero_text_section_landlord ul li {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        /* or 33px */
        letter-spacing: 0.012em;
        color: #323234;
        padding-bottom: 10px;
        list-style-image: url('../images/tick.png');
        list-style-position: outside;
        margin-left: 15px;
    }
.hero_text_section p {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1.2000000476837158px;
    text-align: center;
    /*padding-top: 20px;
    padding-bottom: 30px;*/
    color: #323234;
}
.hero_text_section_landlord p {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1.2000000476837158px;
    text-align: center;
    /*padding-top: 20px;
    padding-bottom: 30px;*/
    color: #323234;
}
    .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
    background-color: #4B89E2;
    border: none;
    border-radius: 7px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    display: table;
    padding: 8px 30px;
    cursor: pointer;
    width: 280px;
    text-align: center;
    margin-bottom: 60px;
}

.tpposition {
    width: 50%;
    margin-bottom: 30px;
}
.customerSection {
    display: flex;
    margin: 25px 0 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.016em;
    color: #807D7D;
}
    .customerSection .trustPilotHero{
        width:290px;
    }
        .customerSection .trustPilotHero img{display:inline-block;}
        .customerSection .trustPilotHero .count {
            font-weight: 700;
            font-size: 36px;
            line-height: 150%;
            letter-spacing: 0.016em;
            color: #4B89E2;
        }
    .customerSection .customerServed{
        width:200px;
    }
    .customerSection .customerServed .count {
        font-weight: 700;
        font-size: 36px;
        line-height: 150%;
        letter-spacing: 0.016em;
        color: #4B89E2;
    }
.lmtd {
    float: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #807D7D;
    margin-top:20px;
}

.comparison_area {
    padding: 0 0 30px;
    width: 100%;
    /*background: url('../images/compBg.png') no-repeat right top;*/
}

    .comparison_area h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 150%;
        /* identical to box height, or 106% */
        /* Black */
        color: #0D0D0D;
        text-align: center;
        margin-bottom: 25px;
    }
span.leftSide {
    border: 2px solid #F05830;
    position: absolute;
    transform: rotate(180deg);
    width: 87px;
    height: 0px;
    margin: 21px 0 0 -115px;
}
span.rightSide {
    border: 2px solid #F05830;
    position: absolute;
    transform: rotate(180deg);
    width: 87px;
    height: 0px;
    margin: 21px 0 0 30px;
}
        /*action area*/
        .bfHead {
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            justify-content: space-around;
            text-align: center;
            margin: 0;
            padding: 0;
        }

    .bfHead .bfCol {
        width: 33.33%;
    }

    .bfHead .bfpilot {
        width: 180px;
    }

    .bfHead h4 {
        font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
        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;
    }

        .bfHead .bfTypes a {
            font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            color: #000;
            padding: 10px 25px;
            margin: 0;
            text-decoration: none;
            border: 2px solid #f5f5f5;
            border-radius: 7px;
        }

            .bfHead .bfTypes a + a {
                margin-left: 15px;
            }

            .bfHead .bfTypes a:hover {
                border-color: #db242e;
                background-color: #db242e;
                color: #fff;
            }

            .bfHead .bfTypes a.current, .bfHead .bfTypes a.current:hover {
                border-color: #7aa9ea;
                background-color: #ddebff;
                color: #000;
            }

    .bfHead .colTypes {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .bfHead .colExcess {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .bfHead .coverExcess {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .bfHead .btnExcess {
        background-color: #fff;
        font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
        color: #000;
        padding: 6px;
        margin: 0;
        text-decoration: none;
        border: 2px solid #f5f5f5;
        border-radius: 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .bfHead .btnExcess + .btnExcess {
            margin-left: 10px;
        }

        .bfHead .btnExcess b {
            font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
        }

        .bfHead .btnExcess small {
            font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
            font-weight: 600;
            font-size: 10px;
            line-height: 12px;
        }

        .bfHead .btnExcess:hover {
            border-color: #db242e;
            background-color: #db242e;
            color: #fff;
        }

        .bfHead .btnExcess.RectangleActive, .bfHead .btnExcess.RectangleActive:hover {
            border-color: #7aa9ea;
            background-color: #ddebff;
            color: #000;
        }

.colTypes .type {
    /*width: 23%;*/
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #323234;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    margin: 0 8px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(75, 137, 226, 0.32);
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background: #4B89E2;
        border: 1px solid #2265C5;
        box-sizing: border-box;
        box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background: rgba(75, 137, 226, 0.32);
    border: 1px solid #F1F1F1;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.rowCover {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top:25px;
}

    .rowCover .colCover {
        width: 24%;
        margin: 60px 1px 0;
        padding: 20px 2% 0px;
        background: #FFFFFF;
        /* 2 dp • Dark shadow */

        box-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
        border-radius: 16px;
        position: relative;
    }

        .rowCover .colCover.recommended {
            /* top: -20px;*/
            /*padding: 40px 2% 0;*/
            border: 2px #DD2127 solid;
        }

        .rowCover .colCover .discount {
            height: 60px;
            width: 60px;
            position: absolute;
            top: -38px;
            right: 4px;
            background: #00B67A;
            border-radius: 50%;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            line-height: 150%;
            text-align: center;
            letter-spacing: 0.012em;
            padding-top: 10px;
        }

        .rowCover .colCover.recommended .discount {
            background: #DD2127;
        }

        .rowCover .colCover.recommended p.best {
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            line-height: 150%;
            padding: 3px 0;
            position: absolute;
            top: -18px;
            width: 82%;
            background: #4B89E2;
            border-radius: 5px;
        }

        .rowCover .colCover img.bfseller {
            position: absolute;
            top: -13px;
            right: 7px;
            width: 42px;
            height: 151px;
        }

    .rowCover h4 {
        font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
        color: #323234;
        text-align: center;
        margin: 0px auto 10px;
        letter-spacing: 0.2px;
    }

        .rowCover h4 span {
            display: block;
        }

    .rowCover .recommended h4 {
        background-color: none;
    }

    .rowCover.rowLandlord h4 {
        margin-top: -30px;
    }

    .rowCover h5 {
        background-color: #323234;
        font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        margin: 0 auto 20px;
        padding: 5px 15px;
        display: table;
        border-radius: 5px;
    }

    .rowCover .coverFeatures {
        margin: 10px 0 20px;
    }

        .rowCover .coverFeatures p {
            font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 15px;
            color: #2D3436;
            letter-spacing: 0.2px;
            margin: 0;
            padding: 0;
        }

            .rowCover .coverFeatures p + p {
                margin-top: 10px;
            }

            .rowCover .coverFeatures p.Yes {
                color: #2D3436;
                position: relative;
                padding: 0 0 5px 30px;
            }

            .rowCover .coverFeatures p.No {
                text-decoration: line-through;
                color: #d9d9d9;
            }

            .rowCover .coverFeatures p.Yes i {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                font-size: 10px;
                line-height: 20px;
                color: #2D3436;
            }

            .rowCover .coverFeatures p.No {
                color: #878F9D;
                position: relative;
                padding: 0 0 5px 30px;
                font-weight: 400;
            }

                .rowCover .coverFeatures p.No i {
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-size: 10px;
                    line-height: 20px;
                    color: #878F9D;
                    background: #DDEBFF;
                    border-radius: 25px;
                    width: 20px;
                    text-align: center;
                }

        .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: 7px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        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 .recommended .viewPlan {
  background-color: #dd2127;
}*/
    .rowCover .oldPrice {
        font-family: Poppins;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 36px;
        /* identical to box height, or 180% */
        /*display: flex;
        align-items: center;*/
        text-align: center;
        letter-spacing: 0.25px;
        text-decoration: line-through;
        text-decoration-color: #DD2127;
        text-decoration-style: solid;
        font-feature-settings: 'haln' on;
        /* Charcoal Grey */
        color: #323234;
    }

        .rowCover .oldPrice span.permonth {
            font-weight: 700;
            font-size: 15px;
            line-height: 36px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

    .rowCover .priceis {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        margin: 0 0 5px;
        font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
    }

        .rowCover .priceis .symbol {
            font-weight: 800;
            font-size: 28px;
            line-height: 36px;
            color: #4B89E2;
            margin: 0 2px 0 0;
        }

        .rowCover .priceis .mian-price {
            font-weight: 800;
            font-size: 28px;
            line-height: 36px;
            color: #4B89E2;
        }

        .rowCover .priceis .perbase {
            font-weight: 700;
            font-size: 12px;
            line-height: 36px;
            color: #4B89E2;
            letter-spacing: 2.5px;
            text-transform: uppercase;
        }

    .rowCover .salePrice {
        display: table;
        font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #777;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

        .rowCover .salePrice:before {
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            background: #dd2127;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .rowCover .coverFeatures p.Yes i {
        background: #FFBC46;
        border-radius: 25px;
        width: 20px;
        text-align: center;
    }

.greenline {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #00B67A;
    margin-bottom: 15px;
}

.redline {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 105%;
    /* identical to box height, or 15px */
    text-align: center;
    letter-spacing: 0.2px;
    /* Lipstick */
    color: #DD2127;
    margin: 9px 0px;
    /*height: 15px;*/
}

.fbstext {
    width: 100%;
    border: 1px solid #DD2127;
    border-radius: 5px;
    color: #DD2127 !important;
    font-weight: 700 !important;
    padding: 8px 0 !important;
    font-size: 16px !important;
    line-height: 105% !important;
    height: 32px;
    text-align: center;
    letter-spacing: 0.2px;
}

    .fbstext.nottoshow {
        visibility: hidden;
    }

.scroller-container,
.scroller-container {
    min-height: 230px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*overflow-y: scroll;*/
}
    /* width */
    .scroller-container::-webkit-scrollbar,
    .scroller-container::-webkit-scrollbar {
        width: 5px;
    }
    /* Track */
    .scroller-container::-webkit-scrollbar-track,
    .scroller-container::-webkit-scrollbar-track {
        background: #fff;
    }
    /* Handle */
    .scroller-container::-webkit-scrollbar-thumb,
    .scroller-container::-webkit-scrollbar-thumb {
        background: #DDEBFF;
    }
        /* Handle on hover */
        .scroller-container::-webkit-scrollbar-thumb:hover,
        .scroller-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/**/
.blu_strip {
    width: 100%;
    border-top: 1px #D9DBE9 solid;
    border-bottom: 1px #D9DBE9 solid;
    text-align:center;
}

    .blu_strip p {
        padding: 10px 0;
        color: #807D7D;
        font-size: 18px;
        font-family: Poppins;
        line-height: 150%;
        /* or 36px */
        letter-spacing: 0.012em;
        margin-bottom: 0;
    }

        .blu_strip p.bigText {
            padding: 20px 0;
            color: #323234;
            font-size: 24px;
            font-family: Poppins;
            line-height: 150%;
            /* or 36px */
            letter-spacing: 0;
            text-align: justify;
        }

.partner {
    width: 100%;
    height: 224px;
    background: #f9f9fa;
    padding:30px 0;
    margin:40px 0;
}
    .partner .partner_logo_cont {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        padding-top:20px;
    }
    .partner .partner_logo {
        display:block;
    }
.partner .partner_logo_cont_Mobile{display:none;}
.partner h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */
    text-align: center;
    letter-spacing: 0.016em;
    /* Charcoal Grey */

    color: #323234;
}
.partnerBorder {
    display: block;
    text-align: center;
    border: 2px solid #F05830;
    width: 560px;
    margin: 25px auto;
}
.partnerHdesignL {
    width: 380px;
    margin: 18px 0 0 -404px;
    border: 2px solid #F05830;
    position: absolute;
    transform: rotate(180deg);
    display: inline-block;
}

.partnerHdesignR {
    width: 380px;
    margin: 18px 0 0 30px;
    border: 2px solid #F05830;
    position: absolute;
    transform: rotate(180deg);
    display: inline-block;
}

    .why247 {
        padding: 20px 0 40px;
        width: 100%;
    }

    .why247 h1 {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 36px;
        line-height:150%;
        text-align:center;
    }

.why247_row {
    display: flex;
    flex-wrap: wrap;
}

    .why247_row .inner_colm {
        width: 50%;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 20px 10%;
    }
        .why247_row .inner_colm .love {
            background: url(../images/love.png) no-repeat center center;
            background-size: cover;
            border-radius: 12px;
            width: 84px;
            height: 77px;
            margin-bottom: 20px;
        }
        .why247_row .inner_colm .availability {
            background: #FEEFEB url(../images/availability.png) no-repeat center center;
            border-radius: 12px;
            width: 84px;
            height: 77px;
            margin-bottom: 20px;
        }
        .why247_row .inner_colm .unltdCall {
            background: #E7E6EF url(../images/unltdCall.png) no-repeat center center;
            border-radius: 12px;
            width: 84px;
            height: 77px;
            margin-bottom: 20px;
        }
        .why247_row .inner_colm .cRating {
            background: #ECF3F1 url(../images/cRating.png) no-repeat center center;
            border-radius: 12px;
            width: 84px;
            height: 77px;
            margin-bottom: 20px;
        }


        .why247_row .inner_colm h3 {
            font-family: Poppins !important;
            font-size: 24px;
            font-weight: 700 !important;
            line-height: 150%;
            letter-spacing: 0.016em;
            margin-bottom: 20px;
            color: #0D0D0D;
        }

        .why247_row .inner_colm p {
            font-family: Poppins !important;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: 0.20000000298023224px;
            text-align: center;
            color: #807D7D;
        }

.faqMobile {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    display: block;
}

    .faqMobile h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.016em;
        color: #0D0D0D;
        margin-bottom: 45px;
    }
.faqHdesignL {
    width: 154px;
    margin: 25px 0 0 -182px;
    border: 2px solid #F05830;
    position: absolute;
    transform: rotate(180deg);
    display: inline-block;
}
.faqHdesignR {
    width: 154px;
    margin: 25px 0 0 30px;
    border: 2px solid #F05830;
    position: absolute;
    transform: rotate(180deg);
    display: inline-block;
}

.faq_accordion {
    background: #fdf0f1;
    font-weight: 600;
    color: #323234;
    padding: 15px 30px;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
    line-height: 150%;
}

    .faq_active, .faq_accordion:hover {
        background-color: #ddebff;
    }

    .faq_accordion:after {
        content: url(../images/l-arrow.png);
        float: right;
        margin-left: 5px;
        line-height: 30px;
    }

.faq_active:after {
    content: url(../images/d-arrow.png);
}

.faq_holder {
    margin: 4px 0;
}

.faq_panel {
    padding: 0 30px;
    background-color: #ddebff;
    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: #222222;
    width: 100%;
}

    .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;
    }
    .subscribe_cont {
        background: #f9f9fa;
        width: 100%;
        padding: 45px 0 27px;
        margin: 60px 0 40px;
    }
.subscribe {
    display: flex;
    justify-content: space-between;
}
    .subscribe_cont .textPart {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #323234;
        width:40%;
        margin-right:10%;
    }
        .subscribe_cont .textPart h2 {
            font-weight: 600;
            font-size: 32px;

            color: #4B89E2;
        }
.subscribe_cont .formPart {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-end;
}
.subscribe_cont .email {
    border: 2px solid #4B89E2!important;
    border-radius: 5px!important;
    padding: 15px 160px 15px 15px!important;
    margin-top: 30px;
    color: #333;
    width:100%!important;
}
.subscribe_cont .button {
    background-color: #4B89E2 !important;
    border: none !important;
    border-radius: 7px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 32px !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 30px !important;
    cursor: pointer !important;
    width: 150px !important;
    position: relative !important;
    top: -61px !important;
    left:73%;
    /*right: 8px;
    float: right;*/
    text-align: center !important;
    margin: 0 !important;
    height: auto !important;
}
.mce_inline_error{
    background:transparent!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; 
}
.review {
    padding: 60px 0 89px;
    width: 100%;
    background: rgba(196, 196, 196, 0.05);
    margin-top: -8px;
}

    .review h1 {
        text-align: center;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 46px;
    }

    .review h3 {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        /* Charcoal-grey */
        color: #323234;
        margin-bottom: 25px;
    }

    .review ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .review ul li {
            margin: 0 0 7px 0;
            padding: 32px 0;
            width: 22%;
        }

            .review ul li:last-child {
                margin-right: 0;
            }

            .review ul li a {
                font-family: Poppins;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 131.5%;
                text-decoration-line: underline;
                /* Charcoal-grey */
                color: #323234;
                padding-bottom: 20px;
                display: block;
            }

            .review ul li p {
                font-size: 14px;
                line-height: 21px;
                letter-spacing: 0.012em;
                /* Blue Grey */
                color: #878F9D;
                height: 220px;
            }

            .review ul li a.name {
                font-family: Poppins;
                font-style: italic;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 8px;
                padding-bottom: 0;
                text-decoration: none;
            }

            .review ul li a.star {
                display: flex;
            }

            .review ul li .star span {
                margin-right: 3px;
            }

.reviewMobile {
    display: none;
}
.faqBtnHolder {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}
.whiteBtn_faq {
    padding: 18px 40px;
    color: #DD2127;
    background: #fff;
    border: 1px #DD2127 solid;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    
}
/* Footer
------------------------------------*/
.footer {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0;
}

    .footer .wf-container-footer {
        padding-top: 60px;
        padding-bottom: 25px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px #D9DBE9 solid;
        border-top: 1px #D9DBE9 solid;
    }

        .footer .wf-container-footer .panelF {
            float: left;
            color: #878F9D;
            width: 20%;
        }

            .footer .wf-container-footer .panelF .logo {
                margin-bottom: 10px;
                width: 180px;
            }

        .footer .wf-container-footer .textWidget {
            color: #878F9D;
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 10px;
        }

            .footer .wf-container-footer .textWidget ul li {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                border: 0 !important;
                padding: 0 !important;
                align-items: baseline;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #878F9D;
            }
            .footer .wf-container-footer .textWidget div {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                border: 0 !important;
                padding: 0 0 5px !important;
                align-items: baseline;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #878F9D;
            }
                .footer .wf-container-footer .textWidget div span {
                    text-align: left;
                    width: 25px;
                }
                .footer .wf-container-footer .textWidget ul li a {
                    color: #878F9D;
                    font-size: 14px;
                    line-height: 25px;
                    /*margin-bottom: 10px;*/
                }

    .footer .titleF {
        color: #323234;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
        clear: both;
    }

    .footer .wf-container-footer .panelF a {
        color: #878F9D;
        font-size: 12px;
        font-weight: 400;
        /*opacity: .6;*/
        display: inline-block;
        border: 0;
    }

        .footer .wf-container-footer .panelF a:hover {
            color: #7a818c;
        }

    .footer .wf-container-footer .panelF ul li {
        margin: 0 0 5px;
        /*padding: 0 0 5px;*/
/*        border-bottom: 1px solid;
        border-color: rgba(173,173,173,0.15);*/
    }

        .footer .wf-container-footer .panelF ul li:last-child {
            border: 0;
        }

        .footer .wf-container-footer .panelF ul li a {
            color: #878F9D;
            font-size: 14px;
            font-weight: 400;
            display: inline-block;
        }

            .footer .wf-container-footer .panelF ul li a:hover {
                color: #7a818c;
            }
    .footer .wf-container-footer .panelF .social {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
        .footer .wf-container-footer .panelF .social img {
            padding-right: 8px;
        }
        /*.footer .wf-container-footer .panel ul li a:before {
				background: url(../images/arrow.png);
				position: relative;
				width: 14px;
				top: 1px;
				left: 0;
				height: 14px;
				content: "";
				border-radius: 1px;
				display: inline-block;
				margin-right: 10px;
			}*/
        .footer .footer-bottom {
        padding-top: 8px;
        padding-bottom: 8px;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        color: #878F9D;
    }
        .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%;
}
/* Responsive
------------------------------------*/
@media only screen and (min-width: 280px) {
    .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1350px) {
    .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}
@media only screen and (max-width: 1600px) {

    .hero_image_section {
        width: 37%;
        right: 6%;
    }
}
@media only screen and (max-width: 1440px) {
   /* .hero_section {
        background:none;
    }*/
    .main {
        background: none;
    }
    .hero_image_section {
        width: 36%;
        /*position: absolute;
        top: 148px;
        right: 3%;*/
    }
    .blackfriday {
        background: url(../images/1440.png) no-repeat center top;
        background-size: contain;
        text-align: center;
        /*margin-top: 30px;*/
        width: 100%;
        height: 500px;
    }

    .bea
    .bfHead .colPilot {
        text-align: -webkit-center;
    }
}

@media only screen and (max-width: 1370px) {
    /*.scroller-container, .scroller-container {
        min-height: 310px;
    }*/
    
    
}

@media only screen and (max-width: 1360px) {
    
    .footer .wf-container-footer .panelF {
        margin-right: 30px;
        width: 23%;
    }

    /*.ph {
        background-position: 15% center !important;
        padding: 15px 35px 15px 53px;
    }*/
    
        .hero_text_section h1 em span, .hero_text_section_landlord h1 em span {
            padding-bottom: 20px;
            background-size: 100%;
        }
}
    @media only screen and (max-width: 1280px) {
        /*.hero_text_section_landlord {
            width: 65%;
        }
        .hero_text_section h1, .hero_text_section_landlord h1 {
            padding-top: 30px;
            font-size: 40px;
        }

            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 40px;
            }*/

        .hero_image_section {
            width: 34%;
        }

        .subscribe_cont .button {
            width: 130px !important;
        }
    }


    @media only screen and (max-width: 1024px) {
        /* index
------------------------------------*/
        .main {
            background: none;
        }
        .header .headRow {
             padding: 0; 

        }
        .hero_section {
            height: auto;
        }
        .blackfriday {
            background: url(../images/1024.png) no-repeat center top;
            background-size: contain;
            text-align: center;
            width: 100%;
            height: 400px;
        }

        /*.hero_text_section h1, .hero_text_section_landlord h1 {
            font-size:31px;
        }
            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 31px;
                line-height: 150%;
            }
            .hero_text_section h1 em span, .hero_text_section_landlord h1 em span{
                background-size: 100%;
            }*/
        .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
            margin-bottom: 32px;
        }
        .hero_text_section ul, .hero_text_section_landlord ul {
            margin: 10px 0 25px 25px;
        }
        .rowCover {
            justify-content: space-between;
            padding: 0 10%;
        }
        .subscribe_cont .button {
            padding: 8px 0px !important;
            width: 100px !important;
        }
        .lmtd {
            top: 0px;
            font-size: 14px;
        }

        .comparison_area h1 {
            font-size: 30px;
            margin-bottom: 15px;
        }
        
        .fbstext {
            width: 85%;
            margin: auto !important;
        }

        .rowCover .viewPlan {
            width: 85%;
        }

        .scroller-container, .scroller-container {
            width: 78%;
            margin: 25px auto;
        }

        span.leftSide {
            margin: 20px 0 0 -115px;
        }

        span.rightSide {
            margin: 20px 0 0 30px;
        }

        .rowCover .colCover {
            width: 47%;
        }

        .partner h1 {
            font-size: 30px;
        }

        .partnerHdesignL {
            width: 10%;
            margin: 18px 0 0 -13%;
        }

        .partnerHdesignR {
            width: 10%;
        }

        .partner .partner_logo img {
            width: 85%;
        }

        .why247 h1 {
            font-size: 30px;
        }

        .why247_row .inner_colm h3 {
            font-size: 19px;
        }

        .why247_row .inner_colm p {
            font-size: 14px;
        }

        .blu_strip p {
            font-size: 16px;
        }


        .faqMobile {
            margin-top: 55px;
        }

            .faqMobile h1 {
                margin-bottom: 44px;
                font-size: 30px;
            }

        span.faqHdesignR {
            width: 65px;
            margin: 23px 0 0 15px;
        }

        span.faqHdesignL {
            width: 65px;
            margin: 23px 0 0 -84px;
        }

        .faq_accordion {
            padding: 15px 4%;
            font-size: 18px;
        }

        .faq_panel {
            padding: 0 3%;
            font-size: 16px;
        }

        .footer .wf-container-footer .panelF {
            width: 35%;
            margin-right: 5%;
        }

            .footer .wf-container-footer .panelF:last-child {
                width: 17%;
            }
        /*.cookie-banner p {
		width: 70%;
		padding: 0 15%;
	}*/
        .bfHead .bfCol {
            width: 100%;
        }

       /* .bfHead .colTypes {
            justify-content: space-around;
        }*/
    }

    @media only screen and (max-width: 912px) {

        .blackfriday {
            height: 370px;
        }

  
        .hero_text_section h1, .hero_text_section_landlord h1 {
            font-size: 50px;
        }
        /*.hero_text_section h1 em, .hero_text_section_landlord h1 em {
            font-size: 28px;
        }*/
        

            

        .faq_accordion {
            font-size: 17px;
        }
        .colPilot{display:none;}
        .trust{display:none;}
        .bfHead {
            margin: auto;
            width: 80%;
        }

        .review ul li p {
            font-size: 14px;
            height: 310px;
        }

        .lmtd {
            top: 0px;
            font-size: 14px;
            padding: 10px 0;
        }
    }

    @media only screen and (max-width: 820px) {
        .main {
            background: none;
        }

        .header .logo a{
            display: block;
            /*			background: url(../images/logo1.png) no-repeat;
            width: 200px;
            height: 90px;*/
            background-size: 90%;
        }

        .call {
            width: 52%;
        }

        .call2 {
            display: none;
        }
        .blackfriday {
            height: 330px;
        }
        .hero_section .herorow {
            display: flex;
            flex-direction: column;
        }
        .hero_text_section, .hero_text_section_landlord {
            width: 100%;
        }
        .hero_text_section h1, .hero_text_section_landlord h1 {
            font-size: 47px;
        }

        .hero_text_section ul li, .hero_text_section_landlord ul li {
            font-size: 32px;
        }

            /*.hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 39px;
            }*/
            .hero_text_section h1 em span, .hero_text_section_landlord h1 em span{
                background-size: 100%;
            }
            .hero_text_section_landlord p {
                width: 100%;
            }

        .blu_strip p.bigText {
            font-size: 20px;
        }

        .hero_image_section {
            width: 66%;
            /*position: relative;
            top: 0;*/
            margin: auto;
        }

        .customerSection .trustPilotHero {
            font-size: 13px;
        }

        .customerSection .customerServed {
            font-size: 13px;
        }

        .customerSection .trustPilotHero .count {
            font-size: 23px;
        }

        .customerSection .customerServed .count {
            font-size: 23px;
        }


        .faqMobile h1 {
            font-size: 30px;
        }

        .why247_row .inner_colm {
            width: 50%;
            margin-bottom: 0;
            padding: 20px 5%;
        }

        .subscribe_cont .textPart h2 {
            font-size: 24px;
        }

        .subscribe_cont .textPart {
            font-size: 14px;
        }

        .subscribe_cont .formPart .emailField {
            margin-top: 0;
        }

        span.faqHdesignR {
            width: 20px;
            margin: 23px 0 0 15px;
        }

        span.faqHdesignL {
            width: 20px;
            margin: 23px 0 0 -34px;
        }

        .footer .wf-container-footer {
            flex-direction: column;
        }

            .footer .wf-container-footer .panelF {
                width: 100%;
            }

                .footer .wf-container-footer .panelF:last-child {
                    width: 100%;
                }

        .cookie-banner p {
            width: 100%;
            padding: 0 10%;
        }

        .close1 {
            margin: -50px 0 0 40px;
        }

        .tp {
            margin-left: -20px;
        }

        .tpposition {
            margin-left: 0px;
        }

        
        

            .bfHead .bfCol {
                width: 100%;
            }

                /*.bfHead .bfCol + .bfCol {
                    margin-top: 30px;
                }*/

            .bfHead .colTypes {
                justify-content: center;
            }

        /*.colTypes {
            position: relative;
            top: -90px;
        }

        .colExcess {
            position: relative;
            top: 70px;
        }*/

        .subscribe_cont .button {
            padding: 8px 0px !important;
            width: 72px !important;
            font-size: 12px !important;
        }

        #mc_embed_signup div.response {
            width: 100% !important;
        }
    }

    @media only screen and (max-width: 768px) {

        .hero_text_section h1, .hero_text_section_landlord h1 {
            font-size: 45px;
            padding-bottom: 15px;
        }
            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                padding-top: 15px;
            }
        /*.hero_image_section {
            position: relative;
        }*/
            .hero_text_section p, .hero_text_section_landlord p {
                width: 100%;
            }
        .blackfriday {
            background: url(../images/768.png) no-repeat center top;
            background-size: contain;
            text-align: center;
            width: 100%;
            height: 370px;
        }
        .beat {
            background: url(../images/beat_768.png) no-repeat center top;
            background-size: cover;
            text-align: center;
            width: 100%;
            height: 513px;
        }
        .rowCover .colCover {
            margin: 36px 1px 0;
        }
        .why247 {
            padding: 20px 0 8px;
            width: 100%;
        }
        .faqMobile {
            margin-top: 40px;
            margin-bottom: 10px;
        }

            .faqMobile h1 {
                font-weight: bold;
            }
    }

    @media only screen and (max-width: 600px) {

        .blackfriday {
            height: 296px;
        }
        .beat {
            background: url(../images/beat_600.png) no-repeat center top;
            background-size: cover;
            text-align: center;
            width: 100%;
            height: 430px;
        }
        .halfPrice {
            height: 415px;
        }
        /*.bfHead .bfCol + .bfCol {
            margin-top: 45px;
        }*/
        .rowCover .colCover {
            width: 100%;
        }

        .hero_text_section h1, .hero_text_section_landlord h1 {
            font-size: 37px;
            /*text-align: center;*/
        }
            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 26px;
            }
            .hero_text_section h1 em span, .hero_text_section_landlord h1 em span {
                background: url(../images/bCurve.png) no-repeat 80% bottom;
                background-size:100%;
            }
        .hero_text_section p, .hero_text_section_landlord p {
            font-size: 18px;
        }

        sup {
            font-size: 24px;
        }

        

        .partnerBorder {
            width: 50%;
        }

        .why247_row {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: column;
        }
        .why247 {
            padding: 20px 0 20px;
            width: 100%;
        }
            .why247_row .inner_colm {
                width: 100%;
                margin-bottom: 0px;
                padding: 10px 2%;
            }

        .colPilot {
            display: none;
        }
        .bfHead {
            flex-direction: column;
            margin-bottom: 45px;
        }

            .bfHead .bfCol {
                width: 100%;
            }

            /*.bfHead .bfCol + .bfCol {
                    margin-top: 30px;
                }*/

            .bfHead .colTypes {
                justify-content: center;
            }
        /*.colTypes .type {
            width: 16%;
        }*/

        .colTypes {
            position: relative;
            top: -11px;
        }

        .colExcess {
            position: relative;
            top: 70px;
        }
        .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
            width: 65%;
            margin: 0 auto 30px;
        }



        .comparison_area h1 {
            font-size: 24px;
            line-height: 150%;
            margin-bottom: 5px;
        }



        .why247 h1 {
            margin-bottom: 30px;
            font-weight: 700;
            font-size: 24px;
        }

        

        .faqMobile {
            margin-top: 1px;
            margin-bottom: 23px;
        }

            .faqMobile h1 {
                margin-bottom: 30px;
                font-weight: 700;
                font-size: 24px;
            }



        .carousel {
            padding: 0 5%;
        }

        .carousel-control {
            opacity: 1;
        }

            .carousel-control.left {
                background: transparent;
                left: -30px;
            }

            .carousel-control.right {
                background: transparent;
                right: -20px;
            }

        .carousel-inner .active:after {
            content: '';
        }

        .carousel-control .glyphicon-chevron-left:before {
            content: url(../images/r-prev.png);
        }

        .carousel-control .glyphicon-chevron-right:before {
            content: url(../images/r-next.png);
        }

        

        .subscribe {
            flex-direction: column;
        }

        .subscribe_cont .textPart {
            width: 100%;
            margin-right: 0;
            margin-bottom: 25px;
        }

        #mc_embed_signup {
            width: 100% !important;
        }

        .subscribe_cont .button {
            padding: 8px 0px !important;
            width: 120px !important;
            font-size: 14px !important;
        }
        .rowCover .colCover.recommended p.best {
            width: 95%;
        }
        /*.colTypes .type {
            width: 21%;
        }*/
        .bfHead {
            margin-bottom: 0px;
        }
            .bfHead .colTypes {
                justify-content: center;                
            }
    }

    @media only screen and (max-width: 540px) {
        /* index
------------------------------------*/
        .header {
            box-shadow: none;
            position: fixed;
            z-index: 1000;
            width: 100%;
            top:0;
        }
        .header .headRow {
            flex-wrap: nowrap;
        }

        .blackfriday {
            background: url(../images/540.png) no-repeat center top;
            background-size: contain;
            text-align: center;
            margin-top: 0px;
            width: 100%;
            height: 725px;
        }

        .lmtd {
            top: 0px;
            font-size: 12px;
            padding-top: 0;
            margin-top: 0;
            padding-bottom: 10px;
            /*text-align: center;*/
        }
        /*.comparison_area {
            padding: 20px 0;
        }*/

        .call {
            display: none;
        }

        .header .call-mob {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
        }

            .header .call-mob a {
                background: #DD2127;
                border-radius: 5px;
                overflow: hidden;
                padding: 10px 15px;
                color: #fff;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
            }

                .header .call-mob a > i {
                    font-size: 24px;
                    line-height: 24px;
                }
        /*.hero_section_mobile img {
            width: 90%;
            padding-bottom: 25px;
        }*/

        .hero_section{
            margin-top:75px;
        }

        .hero_text_section h1 {
            font-size: 36px;
        }
        .hero_text_section_landlord h1 {
            font-size: 36px;
        }
            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 26px;
            }
                .hero_text_section h1 em span, .hero_text_section_landlord h1 em span {
                    display: block;
                    background: url(../images/bCurve.png) no-repeat left bottom;
                    background-size: 58%;
                }
        .hero_text_section p, .hero_text_section_landlord p {
            line-height: 140%;
            padding-top:20px;
        }
        .hero_text_section ul li, .hero_text_section_landlord ul li {
            font-size: 22px;
        }

        .bfHead {
            flex-direction: column;
            
        }
        .bfHeadM {
            flex-direction: column;
            position: fixed;
            top: 0;
            left: 0;
            background: #fff;
            width: 100%;
            box-shadow: 0 0 20px #ccc;
            z-index: 1000;
            height: 127px;
            justify-content: flex-start;
        }
        .partner {
            width: 100%;
            height: 250px;
        }

            .partner .partner_logo_cont {
                display: none;
            }

            .partner .partner_logo_cont_Mobile {
                display: block;
            }

            .partner .partner_logo {
                text-align: center;
                display: flex;
                justify-content: center;
            }

                .partner .partner_logo img {
                    width: 40%;
                    padding: 20px 0;
                }

        /*span.rightSide {
            display: none;
        }

        span.leftSide {
            display: none;
        }*/

        .blu_strip p.bigText {
            font-size: 14px;
        }

        .blu_strip p {
            font-size: 14px;
        }

        .rowCover .colCover {
            width: 100%;
        }

        .rowCover .colCover {
            padding: 40px 6% 40px;
            margin: 36px 0.5% 0;
            box-shadow: 0px 4px 8px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.16);
        }
            .rowCover .colCover:first-child {
                margin: 54px 0.5% 0;
            }

            .rowCover .colCover.recommended {
                top: 0px;
                padding: 40px 2% 40px;
            }

        .rowCover .coverFeatures {
            margin: 25px 0 10px;
        }

        .scroller-container, .scroller-container {
            min-height: auto !important;
            width: 94%;
            margin: 20px auto;
        }
        .rowCover .viewPlan {
            width: 96%;
        }
        .benefit {
            padding: 43px 0 10px;
        }

            .benefit h1 {
                font-size: 24px;
            }

        .why247 h1 {
            font-size: 24px;
        }



        .why247_row .inner_colm {
            width: 100%;
        }

            .why247_row .inner_colm .blu_box {
                height: 210px;
                margin: 0;
            }

        .footer .wf-container-footer {
            padding-top: 35px;
        }

            .footer .wf-container-footer .panelF {
                width: 100%;
                margin-right: 0;
                margin-bottom: 5px;
            }

        .close1 {
            margin: -65px 0 0 20px;
        }


        .faqMobile {
            margin-top: 5px;
            margin-bottom: 15px;
        }

        .faq_holder {
            margin: 4px 0;
        }

        .faqMobile h1 {
            font-size: 24px;
            font-weight: 700;
            line-height: 130%;
            margin-bottom: 35px;
        }

        .faq_accordion {
            font-size: 13px;
        }

        .faq_panel {
            font-size: 14px;
        }

        .subscribe_cont .button {
            padding: 8px 0px !important;
            width: 120px !important;
            font-size: 14px !important;
        }
        .bfHead .btnExcess + .btnExcess {
            margin-left: 5px;
        }
        .bfHead .colTypes {
            justify-content: center;
            /*margin-left: 6%;*/
        }
        .footer .titleF {
            font-size: 14px;
        }
        .footer .wf-container-footer .panelF ul li a {
            color: #878F9D;
            font-size: 12px;
            font-weight: 400;
            display: inline-block;
        }
        .footer .footer-bottom {
            line-height:130%;
            font-size: 10px;
        }
    }

/*@media screen and (max-width: 505px) {

    .hero_text_section h1 {
        font-size: 43px;
    }.hero_text_section_landlord h1 {
        font-size: 41px;
    }
        .hero_text_section h1 em, .hero_text_section_landlord h1 em {
            
        }
        
}
@media screen and (max-width: 493px) {
    .hero_text_section_landlord h1 {
        font-size: 39px;
    }
    .hero_text_section h1 em, .hero_text_section_landlord h1 em {
        font-size: 39px;
    }
    
}
@media screen and (max-width: 468px) {
    .hero_text_section_landlord h1 {
        font-size: 37px;
    }
    .hero_text_section h1 em, .hero_text_section_landlord h1 em {
        font-size: 37px;
    }
}*/
@media screen and (max-width: 444px) {
    .hero_text_section h1{
        font-size: 32px;
    }
.hero_text_section_landlord h1 {
        font-size: 32px;
    }
    .hero_text_section h1 em, .hero_text_section_landlord h1 em {
        font-size: 23px;
    }
    .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
        width: 68%;
        margin: 0 auto 30px;
    }

}

    @media screen and (max-width: 428px) {
        .hero_text_section h1 {
            font-family: Poppins;
            font-size: 36px;
            font-weight: 800;
            line-height: 40px;
            letter-spacing: 1.2000000476837158px;
            text-align: center;
            text-transform:uppercase;
        }
        .hero_text_section_landlord h1 {
            font-family: Poppins;
            font-size: 36px;
            font-weight: 800;
            line-height: 40px;
            letter-spacing: 1.2000000476837158px;
            text-align: center;
            text-transform: uppercase;
        }

            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 23px;
                text-transform:none;
                display:none;
            }

        .blackfriday {
            background: url(../images/428.png) no-repeat center top;
            background-size: contain;
            text-align: center;
            margin-top: 0px;
            width: 100%;
            height: 562px;
        }
        .beat {
            background: url(../images/beat_428.png) no-repeat center top;
            background-size: cover;
            text-align: center;
            width: 100%;
            height: 320px;
        }
        .beatText {
            text-align: center;
            padding: 5px 0;
            font-size: 14px;
            line-height: 180%;
        }
        .halfPrice {
            background: url(../images/half_M.png) no-repeat center top;
            background-size: cover;
            text-align: center;
            width: 100%;
            height: 359px;
        }
        .lmtd {
            padding-top: 0;
            margin-top:0;
            padding-bottom:10px;
        }

        .comparison_area h1 {
            font-size: 24px;
        }
        span.leftSide {
            margin: 13px 0 0 -71px;
            width: 60px;
        }
        span.rightSide {
            margin: 13px 0 0 8px;
            width: 60px;
        }
        span.faqHdesignR {
            display: none;
        }

        span.faqHdesignL {
            display: none;
        }
        .rowCover {
            justify-content: space-between;
            padding: 0;
        }
        .whiteBtn_faq {
            padding: 11px 20px;
            font-size: 14px;
        }

        /*sup {
            font-size: 20px;
        }*/

        .customerSection .trustPilotHero img {
            display: inline-block;
            width: 40%;
        }

        .subscribe_cont .button {
            padding: 8px 0px !important;
            width: 80px !important;
            font-size: 12px !important;
        }

        .subscribe_cont .email {
            padding: 15px 80px 15px 15px !important;
        }

        .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
            width: 78%;
            margin: 0 auto 30px;
            font-size: 16px;
        }

        
        .hero_text_section p, .hero_text_section_landlord p {
            font-size: 18px;
        }
        sup {
            font-size: 25px;
        }
        /*.colTypes .type {
            width: 30%;
        }*/
        .rowCover .colCover .discount {
            top: -25px;
        }
      
    }
@media screen and (max-width: 414px) {
    .blackfriday {
        height: 548px;
    }
}

    @media screen and (max-width: 390px) {
        /* index
------------------------------------*/
        .hero_text_section h1 {
            font-size: 31px;
        }

        .hero_text_section_landlord h1 {
            font-size: 31px;
        }

            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 21px;
            }

        .blackfriday {
            height: 516px;
        }
        .beat {
            background: url(../images/beat_428.png) no-repeat center top;
            background-size: contain;
            height: 282px;
        }
        span.leftSide {
            margin: 13px 0 0 -56px;
            width: 48px;
        }

        span.rightSide {
            margin: 13px 0 0 6px;
            width: 48px;
        }
        .rowCover .colCover .discount {
            top: -25px;
        }
    }

    @media screen and (max-width: 384px) {
        /*.faq_accordion {
            font-size: 11px;
        }*/

        .faq_panel {
            font-size: 12px;
        }
        /*.review {
                padding: 60px 0 6px;
            }*/
        .faq_holder {
            margin: 10px 0;
        }

        .subscribe_cont .button {
            padding: 8px 0px !important;
            width: 70px !important;
            font-size: 12px !important;
        }
        /*.hero_text_section h1 {
            font-size: 34px;
        }

        .hero_text_section_landlord h1 {
            font-size: 30px;
        }*/

        .hero_text_section h1 em, .hero_text_section_landlord h1 em {
            font-size: 20px;
        }
    }

    @media screen and (max-width: 380px) {
        /* index
------------------------------------*/
        /*.colTypes .type {
            width: 33%;
        }*/

        .blackfriday {
            height: 504px;
        }
        .beat {
            height: 282px;
        }
    }

    @media screen and (max-width: 362px) {
        /*.hero_text_section h1 {
        font-size: 32px;
    }

    .hero_text_section_landlord h1 {
        font-size: 28px;
    }*/

        .hero_text_section h1 em, .hero_text_section_landlord h1 em {
            font-size: 19px;
        }

        .blackfriday {
            height: 475px;
        }
        .beat {
            height: 265px;
        }
    }

    @media screen and (max-width: 360px) {
    }

    @media screen and (max-width: 354px) {
    }

    @media screen and (max-width: 340px) {
        /* index
------------------------------------*/
        body {
            font-size: 12px;
        }

        .hero_text_section h1 {
            font-size: 27px;
        }

        .hero_text_section_landlord h1 {
            font-size: 27px;
        }

            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 18px;
            }

        .blackfriday {
            height: 448px;
        }
        .beat {
            height: 250px;
        }
        .halfPrice {
            height: 300px;
        }
        /*.colTypes .type {
            width: 40%;
        }*/

        .customerSection .customerServed {
            font-size: 13px;
        }

        .subscribe_cont .button {
            padding: 8px 0px !important;
            width: 62px !important;
            font-size: 12px !important;
        }

        .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
            width: 78%;
            margin: 0 auto 30px;
            font-size: 14px;
        }

        .customerSection .customerServed .count {
            font-size: 20px;
        }

        .customerSection .trustPilotHero .count {
            font-size: 20px;
        }

        .customerSection .customerServed {
            font-size: 12px;
        }
    }

    @media screen and (max-width: 320px) {


        .blackfriday {
            height: 423px;
        }
        .beat {
            height: 235px;
        }
        span.leftSide {
            margin: 13px 0 0 -31px;
            width: 23px;
        }

        span.rightSide {
            margin: 13px 0 0 6px;
            width: 23px;
        }

        .faq_accordion:after {
            margin-left: 0px;
        }

        .hero_text_section h1 {
            font-size: 25px;
            line-height: 140%;
        }

        .hero_text_section_landlord h1 {
            font-size: 25px;
            line-height: 140%;
        }

            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 16px;
            }

        .hero_text_section p, .hero_text_section_landlord p {
            font-size: 14px;
        }

        sup {
            font-size: 22px;
        }

        .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
            width: 80%;
            margin: 0 auto 30px;
            font-size: 14px;
        }

        .customerSection .customerServed {
            width: 44%;
        }

        .faq_accordion {
            padding: 15px 3%;
        }
    }

    @media screen and (max-width: 280px) {
        /* index
------------------------------------*/
        body {
            font-size: 12px;
        }

        .blackfriday {
            height: 370px;
        }
        .beat {
            height: 210px;
        }
        .halfPrice {
            height: 260px;
        }

        .why247_row .inner_colm h3 {
            font-size: 19px;
            text-align: center;
        }

        .hero_text_section h1 {
            font-size: 22px;
        }

        .hero_text_section_landlord h1 {
            font-size: 22px;
        }

            .hero_text_section h1 em, .hero_text_section_landlord h1 em {
                font-size: 16px;
            }

        sup {
            font-size: 18px;
        }

        .hero_text_section ul li, .hero_text_section_landlord ul li {
            font-size: 16px;
        }

        .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
            width: 92%;
            margin: 0 auto 30px;
            font-size: 14px;
        }

        .customerSection .customerServed .count {
            font-size: 19px;
        }

        .customerSection .trustPilotHero .count {
            font-size: 19px;
        }

        .customerSection .customerServed {
            font-size: 10px;
        }

        .customerSection .trustPilotHero {
            font-size: 10px;
        }

        .faqMobile {
            margin-top: 10px;
        }


        .colTypes .type {
            font-size: 14px;
        }

        .partnerHdesignL {
            width: 5%;
            margin: 18px 0 0 -9%;
        }

        .partnerHdesignR {
            width: 5%;
            margin-left: 15px;
        }
    }
