﻿@import url('animate.css');
@import url('fancybox.css');
@import url('bootstrap.css');
@import url('fontawesome.css');
@import url('icomoon.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* Layout
------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323234;
    background-image: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

img {
    display: block;
    max-width: 100%;
}

:focus {
    outline: none;
}
/* Header
------------------------------------*/
.header {
    padding: 0;
    margin: 0;
    height: 100px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    z-index: 1000;
    top: 0;
}

    .header .headRow {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 20px;
    }

    .header .logo {
        display: block;
        background: url(../images/logo.png) no-repeat;
        width: 198px;
        height: 49px;
    }

.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: 15px 25px;
    margin-left: 5px;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

    

.ph {
    background-image: url('../images/ph.png');
    background-repeat: no-repeat;
    background-position: 10% center;
    padding: 15px 25px 15px 45px;
}

    .ph:hover {
        background-image: url('../images/ph.png');
        background-repeat: no-repeat;
        background-position: 10% center;
        padding: 15px 25px 15px 45px;
    }
/* Index page
------------------------------------*/
.main {
    margin: 0;
    width: 100%;
    background-image: none;
}

    .main h1 {
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 34px;
        line-height: 125%;
        /* identical to box height, or 42px */
        letter-spacing: 1.2px;
        /* Charcoal-grey */
        color: #323234;
    }

.tp {
    display: block;
    float: left;
    width: 61%;
}

.hero_section_mobile {
    display: none;
}

.hero_section {
    width: 100%;
    margin-top:100px;
    /*height: 700px;*/
}

    .hero_section .herorow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.hero_text_section {
    width: 55%;
    display: flex;
    flex-direction: column;
}


.hero_image_section {
    width: 45%;
    position: relative;
    bottom: -45px;
}

.hero_text_section h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 150%;
    /* or 71px */
    letter-spacing: -0.019em;
    color: #0D0D0D;
    padding-top: 30px;
    opacity: 80%;
}

sup {
    font-size: 29px;
}

.hero_text_section h1 span {
    font-style: italic;
    font-weight: 500;
    display: block;
    background: url('../images/bCurve.png') no-repeat 30% bottom;
    padding-bottom: 17px;
}

.hero_text_section ul {
    margin: 20px 0 30px 35px;
}

    .hero_text_section ul li {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        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;
    }

.hero_text_section .green_btn {
    background-color: #DD2127;
    border: none;
    border-radius: 7px;
    font-family: 'Poppins';
    font-weight: 700;
    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: 10px;
}

.tpposition {
    width: 50%;
    margin-bottom: 30px;
}

.customerSection {
    display: flex;
    margin: 15px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    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: #DD2127;
        }

    .customerSection .customerServed {
        width: 200px;
    }

        .customerSection .customerServed .count {
            font-weight: 700;
            font-size: 36px;
            line-height: 150%;
            letter-spacing: 0.016em;
            color: #DD2127;
        }

.lmtd {
    float: right;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    color: #000;
}

.comparison_area {
    padding: 75px 0;
    width: 100%;
}

    .comparison_area h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        /* identical to box height, or 106% */
        /* Black */
        color: #0D0D0D;
        text-align: center;
        margin-bottom: 20px;
    }

    .comparison_area .subheading {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        /* or 27px */

        text-align: center;
        /* Charcoal Grey */

        color: #323234;
    }

span.leftSide {
    border: 2px solid #F05830;
    position: absolute;
    transform: rotate(180deg);
    width: 87px;
    height: 0px;
    margin: 32px 0 0 -115px;
}

span.rightSide {
    border: 2px solid #F05830;
    position: absolute;
    transform: rotate(180deg);
    width: 87px;
    height: 0px;
    margin: 32px 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: 26%;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #323234;
}

.switch {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 34px;
}

    .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: 28px;
        width: 28px;
        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(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.rowCover {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .rowCover .colCover {
        width: 32%;
        margin: 50px 3px 0;
        padding: 35px 15px 0px;
        background: #FFFFFF;
        /* 2 dp • Dark shadow */

        -webkit-box-shadow: 0 0 15px 0 rgba(38, 50, 56, 0.1);
        box-shadow: 0 0 15px 0 rgba(38, 50, 56, 0.1);
        border-radius: 5px;
        position: relative;
    }

        .rowCover .colCover.recommended {
            border-width: 2px;
            border-style: solid;
            border-color: #DD2127;
        }

        .rowCover .colCover .discount {
            height: 72px;
            width: 72px;
            position: absolute;
            top: -43px;
            right: 4px;
            background: #00B67A;
            border-radius: 50%;
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            line-height: 150%;
            text-align: center;
            letter-spacing: 0.012em;
            padding-top: 10px;
        }

        .rowCover .colCover.recommended .discount {
            background: #DD2127;
        }

        .rowCover .colCover.recommended .bestSeller {
            display: flex;
            justify-content: center;
        }

        .rowCover .colCover.recommended p.best {
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            line-height: 150%;
            padding: 7px 0;
            position: absolute;
            top: -18px;
            width: 70%;
            background: #DD2127;
            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: 700;
        font-size: 20px;
        line-height: 33px;
        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 35px;
    }

        .rowCover .coverFeatures p {
            font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            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: 5px;
                left: 0;
                font-size: 8px;
                line-height: 15px;
                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: 5px;
                    left: 0;
                    font-size: 8px;
                    line-height: 14px;
                    color: #878F9D;
                    background: #fff;
                    border: 1px solid rgba(135, 143, 157, 1);
                    border-radius: 25px;
                    width: 15px;
                    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 .Plans-button {
        display: flex;
        justify-content: center;
    }

    .rowCover .viewPlan {
        background-color: #DD2127;
        border: none;
        border-radius: 7px;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        text-decoration: none;
        display: table;
        margin: 0 auto;
        padding: 8px 30px;
        cursor: pointer;
        width: 75%;
        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: baseline;
        justify-content: center;
        margin: 0 0 5px;
        font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
    }

        .rowCover .priceis .from {
            font-weight: 500;
            font-size: 14px;
            line-height: 36px;
            color: #DD2127;
            margin: 0 2px 0 0;
        }

        .rowCover .priceis .symbol {
            font-weight: 800;
            font-size: 34px;
            line-height: 36px;
            color: #DD2127;
            margin: 0 2px 0 0;
        }

        .rowCover .priceis .mian-price {
            font-weight: 800;
            font-size: 34px;
            line-height: 36px;
            color: #DD2127;
        }

        .rowCover .priceis .perbase {
            font-weight: 800;
            font-size: 16px;
            line-height: 36px;
            color: #DD2127;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    .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: #DD2127;
        border-radius: 25px;
        width: 15px;
        text-align: center;
        color: #fff;
    }

.greenline {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #323234;
    margin: 0 35px 15px;
    padding-bottom: 25px;
    border-bottom: 2px #DD2127 solid;
}

.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: 345px;
    margin-top: 34px;
    margin-bottom: 25px;
    padding: 0 6px;
    /*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%;
    background: #f9f9fa;
}

    .blu_strip p {
        padding: 40px 0;
        color: #807D7D;
        font-size: 20px;
        font-family: Poppins;
        line-height: 150%;
        /* or 36px */
        letter-spacing: 0.012em;
    }

        .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: 32px;
        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: #E6FDF6 url(../images/love_o.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: 50px 0 100px;
    display: block;
}

.faqBG {
    position: absolute;
    right: 0;
    margin-top: -324px;
    background: url(../images/compBg.png) no-repeat top;
    width: 339px;
    height: 535px;
}

.faqMobile h1 {
    font-size: 32px;
    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;
    }

.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: 75%;
    /*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: #f9f9f9;
    margin-top: -8px;
}

    .review h1 {
        text-align: center;
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 36px;
        line-height: 150%;
        color: #0d0d0d;
    }

    .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;
                height: 75px;
            }

            .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;
                height: auto;
            }

            .review ul li a.star {
                display: flex;
            }

            .review ul li .star span {
                margin-right: 3px;
            }

.reviewMobile {
    display: none;
}
/* Footer
------------------------------------*/
.footer {
    float: left;
    width: 100%;
    padding: 0 0 50px;
}

    .footer .wf-container-footer {
        padding-top: 60px;
        padding-bottom: 25px;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        border-top: 1px #D9DBE9 solid;
    }

        .footer .wf-container-footer .panelF {
            float: left;
            color: #878F9D;
            width: 15%;
            margin-right: 40px;
        }
            .footer .wf-container-footer .panelF:first-child {
                width: 23%;
            }
            .footer .wf-container-footer .panelF .logo {
                margin-bottom: 10px;
                width: 180px;
            }

        .footer .wf-container-footer .textWidget {
            color: #878F9D;
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 10px;
        }

            .footer .wf-container-footer .textWidget ul li {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                border: 0 !important;
                padding: 0 !important;
                align-items: baseline;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #878F9D;
            }

            .footer .wf-container-footer .textWidget div {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                border: 0 !important;
                padding: 0 0 10px !important;
                align-items: baseline;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #878F9D;
            }

                .footer .wf-container-footer .textWidget div span {
                    text-align: left;
                    width: 25px;
                }

            .footer .wf-container-footer .textWidget ul li a {
                color: #878F9D;
                font-size: 14px;
                line-height: 25px;
                /*margin-bottom: 10px;*/
            }

    .footer .titleF {
        color: #323234;
        font-size: 16px;
        font-weight: 500;
        margin: 15px 0;
        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;
        margin-top: 10px;
    }

        .footer .wf-container-footer .panelF .social a {
            padding-right: 15px;
        }
    /*.footer .wf-container-footer .panel ul li a:before {
				background: url(../images/arrow.png);
				position: relative;
				width: 14px;
				top: 1px;
				left: 0;
				height: 14px;
				content: "";
				border-radius: 1px;
				display: inline-block;
				margin-right: 10px;
			}*/
    .footer .footer-bottom {
        padding-top: 8px;
        padding-bottom: 8px;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        color: #878F9D;
    }

.cookie-banner {
    position: fixed;
    bottom: 0;
    border-top: 2px solid #000000;
    left: 1px;
    right: 1px;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    /*display: flex;	*/
    background-color: #000000;
    box-shadow: -1px -1px 2px 0 rgba(66, 66, 66, 0.6);
    font-size: 14px;
}

    .cookie-banner a {
        color: #fff;
        text-decoration: underline;
    }

.close1 {
    height: 20px;
    float: left;
    background: transparent;
    border: 0;
    margin: -48px 0 0 40px;
}

#more {
    display: none;
}
/*ERROR PAGE*/
.error_bg {
    width: 100%;
    background: url(../images/error-bg.png) no-repeat bottom center;
}

.error_main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    background: url(../images/error_graphic.png) no-repeat center 50%;
    width: 100%;
    padding: 130px 0;
    text-align: center;
}

    .error_main p {
        font-size: 25px;
        text-align: center;
        line-height: 160%;
        margin-bottom: 35px;
    }

    .error_main .Rbtn {
        background: #dd2127;
        padding: 10px 120px;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        text-decoration: none;
    }

        .error_main .Rbtn:hover {
            background: #b1181d;
        }

.error_logo {
    display: block;
    text-align: center;
}

    .error_logo img {
        display: inline-block;
    }

.oops {
    display: block;
    font-size: 60px;
    color: #4b89e2;
    font-weight: bold;
    padding: 210px 0 15px;
    text-align: center;
}

.error_msg {
    display: block;
    font-size: 25px;
    color: #323234;
    font-weight: bold;
    padding: 25px 0 45px;
    text-align: center;
}

.footer_error {
    background: #f8f8f8;
    margin: 0;
    padding: 20px 5%;
    font-size: 12px;
    line-height: 140%;
    /*	position: absolute;
	bottom: 0;*/
    width: 100%;
}
.customerSectionM{
    display:none;
}
/* Responsive
------------------------------------*/
@media only screen and (min-width: 280px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1350px) {
    .container {
        max-width: 92%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1255px;
    }
}

@media only screen and (max-width: 1440px) {
    .why247 {
        background: none;
    }

    .faqBG {
        display: none;
    }

    .footer {
        background: none;
    }

    .comparison_area {
        background: none;
    }
}

@media only screen and (max-width: 1370px) {
    .scroller-container, .scroller-container {
        min-height: 310px;
    }

    .rowCover h4 {
        font-size: 20px;
    }
}

@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;
    }
}

@media only screen and (max-width: 1280px) {
    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 54px;
        padding-top: 30px;
    }

    .hero_text_section_landlord {
        width: 50%;
    }

    .hero_text_section {
        width: 50%;
    }

    .hero_image_section {
        width: 50%;
        position: relative;
        bottom: -73px;
    }

    .rowCover h4 {
        font-size: 19px;
    }

    .subscribe_cont .button {
        width: 130px !important;
    }

    .review ul li p {
        height: 258px;
    }
}

@media only screen and (max-width: 1024px) {
    /* index
------------------------------------*/
    .main {
        background: none;
    }

    .hero_section {
        height: auto;
        background: transparent;
        margin-top:130px;
    }

    .hero_text_section {
        width: 50%;
    }
        .hero_text_section ul li {
            font-size: 20px;
        }

    .subscribe_cont .button {
        padding: 8px 0px !important;
        width: 100px !important;
    }

    .hero_text_section h1, .hero_text_section_landlord h1 {
        padding-top: 26px;
        line-height: 120.5%;
        font-size: 42px;
    }

    sup {
        font-size: 20px;
    }

    .hero_text_section p, .hero_text_section_landlord p {
        padding-top: 17px;
        padding-bottom: 34px;
        font-size: 12px;
    }

    .hero_text_section h1 span, .hero_text_section_landlord h1 span {
        /*background: url(../images/bCurve.png) no-repeat 98% 90%;*/
        padding-bottom: 18px;
        background-size: 50%;
    }

    .hero_image_section {
        width: 50%;
        position: relative;
        bottom: 0px;
    }

    .customerSection {
        margin: 1px 0 28px;
    }

        .customerSection .customerServed .count {
            font-size: 34px;
        }

        .customerSection .trustPilotHero .count {
            font-size: 34px;
        }

    .lmtd {
        top: 0px;
        font-size: 14px;
        margin-top:0;
    }

    .comparison_area h1 {
        font-size: 30px;
    }

    .fbstext {
        width: 85%;
        margin: auto !important;
    }

    .rowCover .viewPlan {
        width: 85%;
    }

    .rowCover h4 {
        font-size: 19px;
        min-height: 66px;
    }
    .greenline {
        margin: 0 5px 15px;
    }

    .scroller-container, .scroller-container {
        width: 100%;
        margin: 25px auto;
        min-height: 200px;
    }

    /*.rowCover .colCover {
        padding: 60px 38px 0px;
    }*/

    span.leftSide {
        margin: 20px 0 0 -115px;
    }

    span.rightSide {
        margin: 20px 0 0 30px;
    }
    /*.rowCover .colCover {
        width: 49%;
    }*/
    .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;
        text-align: center;
    }

    .why247_row .inner_colm p {
        font-size: 14px;
    }

    .blu_strip p {
        font-size: 16px;
    }

    .review h3 {
        font-size: 21px;
    }

    .review ul li a {
        font-size: 16px;
    }

        .review ul li a.name {
            font-size: 16px;
        }

    .review ul li p {
        height: 400px;
    }

    .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 7% 15px 3%;
        font-size: 18px;
    }

    .faq_panel {
        padding: 0 3%;
        font-size: 16px;
    }

    .footer .wf-container-footer .panelF {
        width: 24%;
        margin-right: 5%;
    }
        .footer .wf-container-footer .panelF:first-child {
            width: 24%;
            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) {

    .hero_text_section h1, .hero_text_section_landlord h1 {
        padding-top: 26px;
        line-height: 120.5%;
        font-size: 37px;
    }

    .hero_image_section {
        width: 50%;
        position: relative;
        bottom: -45px;
    }

    .customerSection {
        font-size: 17px;
    }

        .customerSection .trustPilotHero {
            width: 60%;
        }

            .customerSection .trustPilotHero .count {
                font-size: 30px;
            }

        .customerSection .customerServed {
            width: 40%;
        }

            .customerSection .customerServed .count {
                font-size: 30px;
            }

    .faq_accordion {
        font-size: 17px;
    }

    .bfHead {
        flex-direction: column;
    }

        .bfHead .bfCol {
            width: 100%;
        }

            .bfHead .bfCol + .bfCol {
                margin-top: 45px;
            }

        .bfHead .colTypes {
            justify-content: center;
        }

    .colTypes {
        position: relative;
        top: -90px;
    }

    .colExcess {
        position: relative;
        top: 70px;
    }

    .review ul li p {
        font-size: 14px;
        height: 340px;
    }

    .lmtd {
        top: 0px;
        font-size: 14px;
        padding-top: 20px;
    }

    .greenline {
        font-size: 15px;
    }
    .rowCover .colCover {
        padding: 35px 10px 0px;
    }

    .rowCover .priceis .mian-price {
        font-size: 30px;
    }

    .rowCover .priceis .symbol {
        font-size: 30px;
    }
}

@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;
    }



    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 34px;
    }

    .hero_text_section p, .hero_text_section_landlord p {
        font-size: 14px;
    }

    .blu_strip p.bigText {
        font-size: 20px;
    }

    .hero_image_section {
        width: 50%;
        position: relative;
        bottom: -56px;
    }

    .customerSection .trustPilotHero {
        font-size: 13px;
    }

    .customerSection .customerServed {
        font-size: 13px;
    }

    .customerSection .trustPilotHero .count {
        font-size: 23px;
    }

    .customerSection .customerServed .count {
        font-size: 23px;
    }
    .greenline {
        font-size: 14px;
    }

    .faqMobile h1 {
        font-size: 30px;
    }

    .why247_row .inner_colm {
        width: 50%;
        margin-bottom: 15px;
        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;
    }

    span.leftSide {
        margin: 20px 0 0 -56px;
        width: 40px;
    }

    span.rightSide {
        margin: 20px 0 0 12px;
        width: 40px;
    }

    .rowCover h4 {
        font-size: 20px;
    }

    .rowCover .colCover {
        padding: 60px 16px 0px;
    }

    .footer .wf-container-footer {
        flex-direction: column;
    }

        .footer .wf-container-footer .panelF {
            width: 100%;
        }
            .footer .wf-container-footer .panelF:first-child {
                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 {
        flex-direction: column;
    }

        .bfHead .bfCol {
            width: 100%;
        }

            .bfHead .bfCol + .bfCol {
                margin-top: 45px;
            }

        .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;
    }

    .review {
        padding: 60px 0 35px;
    }

        .review h1 {
            font-size: 35px;
        }

        .review ul {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

            .review ul li {
                margin: 0;
                padding: 10px 0;
                width: 100%;
            }

                .review ul li p {
                    font-size: 16px;
                    line-height: 28px;
                    letter-spacing: -0.01em;
                    color: #878F9D;
                    height: auto;
                }

                .review ul li a.name {
                    font-size: 18px;
                    padding-top: 15px;
                }
}

@media only screen and (max-width: 768px) {
    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 32px;
    }

    

    .faqMobile {
        margin-top: 40px;
        margin-bottom: 80px;
    }

        .faqMobile h1 {
            font-weight: bold;
        }
    .rowCover .colCover {
        padding: 60px 14px 0px;
    }
    .rowCover .priceis .mian-price {
        font-size: 25px;
    }

    .rowCover .priceis .symbol {
        font-size: 25px;
    }

    .hero_text_section ul li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .header {
        box-shadow: none;
    }

    .hero_section {
        height: auto;
    }

        .hero_section .herorow {
            display: flex;
            flex-direction: column;
        }

    .hero_text_section {
        width: 100%;
    }

        .hero_text_section p {
            width: 100%;
        }

        .hero_text_section h1 span, .hero_text_section_landlord h1 span {
            background: url(../images/bCurve.png) no-repeat 3% bottom;
            padding-bottom: 25px;
            background-size: 39%;
        }

    .hero_text_section_landlord p {
        width: 100%;
    }

    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 40px;
    }

    sup {
        font-size: 24px;
    }
    .customerSection{display:none}
    .customerSectionM {
        display: block;
        margin:30px auto;
        width:50%;
    }
    .hero_image_section {
        width: 70%;
        margin: auto;
        position: relative;
        bottom: 0px;
    }

    .hero_text_section_landlord {
        width: 100%;
    }

    .partnerBorder {
        width: 50%;
    }

    .why247_row {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

        .why247_row .inner_colm {
            width: 100%;
            margin-bottom: 15px;
            padding: 20px 2%;
        }

    

    .colPilot {
        display: none;
    }

    .hero_text_section .green_btn, .hero_text_section_landlord .green_btn {
        width: 65%;
        margin: 0 auto 30px;
    }

    span.rightSide {
        margin: 20px 0 0 12px;
        width: 20px;
    }

    span.leftSide {
        margin: 20px 0 0 -29px;
        width: 20px;
    }


    .comparison_area h1 {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    .rowCover .colCover {
        width: 100%;
    }

    .rowCover .colCover {
        padding: 40px 9% 40px;
        margin: 53px 0.5% 0;
    }

        .rowCover .colCover.recommended {
            top: 0px;
            padding: 40px 8% 40px;
        }

    .rowCover .coverFeatures {
        margin: 25px 0 10px;
    }

    .scroller-container, .scroller-container {
        min-height: auto !important;
        margin-bottom: 35px;
    }

    .rowCover .priceis .mian-price {
        font-size: 42px;
    }

    .rowCover .priceis .symbol {
        font-size: 42px;
    }

    .why247 h1 {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 24px;
    }

    span.faqHdesignR {
        display: none;
    }

    span.faqHdesignL {
        display: none;
    }

    .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);
    }

    .bfHead .colTypes {
        justify-content: space-evenly;
    }

    .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;
    }
}

@media only screen and (max-width: 540px) {
    /* index
------------------------------------*/
    .header .headRow {
        flex-wrap: nowrap;
    }

    .call {
        display: none;
    }

    .header .call-mob {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

        .header .call-mob a {
            background: #DD2127;
            border-radius: 5px;
            overflow: hidden;
            padding: 10px 15px;
            color: #fff;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
        }

            .header .call-mob a > i {
                font-size: 24px;
                line-height: 24px;
            }
    /*.hero_section_mobile img {
            width: 90%;
            padding-bottom: 25px;
        }*/

    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 35px;
    }

    .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 {
        padding: 40px 0;
        font-size: 14px;
    }


    .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: 30px;
        }
            .footer .wf-container-footer .panelF:first-child {
                width: 100%;
                margin-right:0;
            }

    .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: 15px;
    }

    .faq_panel {
        font-size: 14px;
    }

    .subscribe_cont .button {
        padding: 8px 0px !important;
        width: 120px !important;
        font-size: 14px !important;
    }

    .review {
        padding: 50px 0 13px;
    }

        .review h1 {
            font-size: 25px;
        }

        .review h3 {
            font-size: 18px;
            line-height: 27px;
            text-align: left;
            margin-bottom: 25px;
        }

        .review ul li p {
            font-size: 14px;
            line-height: 21px;
        }

        .review ul li .star span img {
            width: 30px;
        }
}

@media screen and (max-width: 428px) {
    .hero_section {
        height: auto;
        background: transparent;
        margin-top: 75px;
    }
    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 34px;
    }

    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: 75%;
        margin: 0 auto 30px;
        font-size: 16px;
    }

    .hero_text_section h1 span, .hero_text_section_landlord h1 span {
        /*background: url(../images/bCurve.png) no-repeat 99% 70%;*/
        padding-bottom: 21px;
        background-size: 50%;
    }

    
}

@media screen and (max-width: 390px) {
    /* index
------------------------------------*/
    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 32px;
    }

    sup {
        font-size: 17px;
    }

    .faq_accordion {
        padding: 15px 4% 15px 3%;
    }
}

@media screen and (max-width: 384px) {
    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 30px;
    }

    .faq_accordion {
        font-size: 13px;
    }

    .faq_panel {
        font-size: 13px;
    }

    .review {
        padding: 60px 0 6px;
    }

    .faq_holder {
        margin: 10px 0;
    }

    .subscribe_cont .button {
        padding: 8px 0px !important;
        width: 70px !important;
        font-size: 12px !important;
    }

    .rowCover .colCover.recommended {
        top: 0px;
        padding: 40px 7% 40px;
    }
}

@media screen and (max-width: 380px) {
    /* index
------------------------------------*/
    .bfHead .colTypes {
        justify-content: space-between;
    }

    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 30px;
    }

    sup {
        font-size: 17px;
    }

    .rowCover .colCover.recommended {
        top: 0px;
        padding: 40px 6% 40px;
    }
}

@media screen and (max-width: 360px) {
    .faq_accordion {
        font-size: 14px;
    }

    .hero_text_section ul li {
        font-size: 17px;
    }

    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 340px) {
    /* index
------------------------------------*/
    body {
        font-size: 12px;
    }

    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 27px;
    }

    .hero_text_section ul li {
        font-size: 16px;
    }

    .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: 75%;
        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) {

    .faq_accordion:after {
        margin-left: 0px;
    }

    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 26px;
    }

    .hero_text_section ul li {
        font-size: 15px;
    }

    .customerSection .customerServed {
        width: 44%;
    }

    .review ul li .star span img {
        width: 24px;
    }
    .rowCover .priceis .symbol {
        font-size: 35px;
    }
    .rowCover .priceis .mian-price {
        font-size: 35px;
    }
}

@media screen and (max-width: 280px) {
    /* index
------------------------------------*/
    body {
        font-size: 12px;
    }
    .header .logo {
        background: url(../images/logo.png) no-repeat;
        width: 175px;
        background-size: contain;
    }
    .hero_text_section h1, .hero_text_section_landlord h1 {
        font-size: 22px;
    }

    .hero_text_section ul {
        margin: 2px 0 30px 25px;
    }

    .hero_text_section h1 span, .hero_text_section_landlord h1 span {
        background: url(../images/bCurve.png) no-repeat left 60%;
        background-size: 50%;
        padding-bottom: 30px;
    }

    sup {
        font-size: 13px;
    }

    .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;
    }

    .review h1 {
        font-size: 22px;
    }

    .colTypes .type {
        font-size: 14px;
    }

    .rowCover .priceis .mian-price {
        font-size: 30px;
    }

    .rowCover .priceis .symbol {
        font-size: 30px;
    }

    .partnerHdesignR {
        margin: 18px 0px 0 6px;
    }

    .partner h1 {
        font-size: 24px;
        line-height: 150%;
    }
}
