@import url('animate.css');
@import url('fancybox.css');
@import url('bootstrap.css');
@import url('fontawesome.css');
@import url('icomoon.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto Condensed:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

* {
    margin: 0;
    padding: 0
}

#CopyLinkAddressShow {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.errorMsg {
    color: #dd2127;
    font-size: 13px;
    font-weight: 500;
    float: right
}

.errMsgPosition {
    position: relative;
    top: -20px
}

*:focus {
    box-shadow: none
}

button:focus {
    outline: none !important
}

::placeholder {
    color: #000;
    opacity: .3
}

fieldset {
    display: none
}

    fieldset.show {
        display: block
    }

select:focus, input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2196f3;
    outline-width: 0 !important;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    border: 0 !important
}

.tabs {
    margin: 2px 20px 0 5px !important;
    padding-bottom: 0 !important;
    cursor: pointer
}

    .tabs h6 {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px
    }

    .tabs:hover, .tabs.active {
        border-bottom: 2px solid #dd2127 !important
    }

        .tabs.active:after {
            content: ''
        }

*, ::after, ::before {
    a: hover;
    text-decoration: none
}

.box {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px
}

.modal-backdrop {
    background-color: #64b5f6
}

.line {
    background-color: #cfd8dc;
    height: 1px;
    width: 100%
}

.modal-content {
    border-radius: 15px
}

    .modal-content .download {
        display: flex;
        justify-content: space-between;
        padding: 50px 0
    }

        .modal-content .download a {
            font-weight: 500;
            font-size: 12px;
            line-height: 15px;
            text-decoration: none;
            color: #323234
        }

            .modal-content .download a img {
                display: inline-block
            }

    .modal-content .close {
        opacity: 1;
        display: flex;
        justify-content: flex-end;
        padding: 20px
    }

.required:after {
    content: "*";
    font-weight: bold;
    color: red
}

.progressCont {
    display: flex;
    flex-direction: row;
    margin: 20px auto 0;
    width: 21%;
    align-items: baseline;
    padding-left: 24px
}

    .progressCont .progressStep {
        display: flex;
        flex-direction: column;
        align-items: center
    }

        .progressCont .progressStep .round {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            background: #fff;
            border: 1px #d8dbda solid;
            color: #d8dbda;
            display: flex;
            font-family: 'Roboto Condensed';
            font-weight: 700;
            font-size: 12px;
            justify-content: center;
            align-items: center
        }

.currentRound {
    background: #0074b6 !important;
    border: 1px #0074b6 solid !important;
    color: #fff !important
}

.currentText {
    color: #0074b6 !important
}

.progressCont .progressStep p {
    color: #d8dbda;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 10px
}

.progressCont .spacer {
    width: 27px;
    height: 1px;
    background: #d8dbda;
    margin: 0 10px
}

.actionarea {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    margin: 30px auto
}

.align {
    align-items: baseline
}

.actionarea .leftPanel {
    float: left;
    width: 52%
}

.actionarea .borderedBox {
    padding: 24px;
    background: #fff;
    border: 1px solid #e3e0d1;
    box-sizing: border-box;
    border-radius: 16px
}

.leftPanel .topPart {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.actionarea .leftPanel h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #313a3f
}

.actionarea .leftPanel h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #313a3f
}

.actionarea .leftPanel .step_count {
    font-weight: 600;
    font-size: 14px;
    line-height: 118.9%;
    letter-spacing: .0179em;
    color: #222;
    margin-bottom: 22px
}

.actionarea .leftPanel .payDetailsTop {
    display: flex;
    justify-content: space-between
}

    .actionarea .leftPanel .payDetailsTop a {
        font-weight: 500;
        font-size: 12px;
        line-height: 24px;
        color: #4b89e2
    }

.actionarea .rightPanel {
    float: right;
    width: 39%;
    padding: 24px;
    background: #fff;
    border: 1px solid #e3e0d1;
    box-sizing: border-box;
    border-radius: 16px
}

    .actionarea .rightPanel h1 {
        font-weight: 700;
        font-family: 'Roboto Condensed';
        font-size: 24px;
        line-height: 32px;
        color: #313a3f;
        margin-bottom: 20px;
        text-align: left
    }

    .actionarea .rightPanel .productDetails {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e3e0d1;
        display: flex
    }

        .actionarea .rightPanel .productDetails .leftPart {
            width: 80%
        }

            .actionarea .rightPanel .productDetails .leftPart ul li {
                padding-bottom: 10px
            }

        .actionarea .rightPanel .productDetails .rightPart {
            width: 20%
        }

            .actionarea .rightPanel .productDetails .rightPart ul li {
                display: flex;
                justify-content: right;
                font-size: 20px;
                font-weight: bold;
                line-height: 22px;
                color: #0074b6;
                padding-bottom: 12px
            }

    .actionarea .rightPanel ul.include {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start
    }

        .actionarea .rightPanel ul.include li {
            list-style: url(../images/yes.svg) outside;
            margin-left: 20px;
            width: 100%;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: .2px;
            color: #2d3436;
            margin-bottom: 10px
        }

    .actionarea .rightPanel ul.not_include {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 30px
    }

        .actionarea .rightPanel ul.not_include li {
            list-style: url(../images/no.png) outside;
            width: 100%;
            font-size: 14px;
            padding-bottom: 10px;
            margin-left: 25px
        }

.total_per-mo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e0d1;
    display: flex
}

    .total_per-mo .totalL {
        width: 50%;
        display: flex
    }

        .total_per-mo .totalL h2 {
            font-weight: 700;
            font-family: 'Roboto Condensed';
            font-size: 18px;
            line-height: 24px;
            color: #313a3f
        }

    .total_per-mo .totalR {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

        .total_per-mo .totalR .oldp {
            color: #767677;
            font-size: 12px;
            text-decoration: line-through
        }

        .total_per-mo .totalR .discount {
            color: #dd2127;
            font-size: 12px
        }

        .total_per-mo .totalR .saleP {
            color: #0074b6;
            font-size: 30px;
            font-family: 'Roboto Condensed';
            font-weight: 700
        }

            .total_per-mo .totalR .saleP small {
                color: #767677;
                font-size: 10px;
                display: block;
                text-align: right;
                margin-top: -7px
            }

.startDate {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e0d1;
    display: flex;
    justify-content: space-between;
    ste
}

    .startDate .startL {
        width: 50%;
        display: flex
    }

        .startDate .startL h2 {
            font-weight: 700;
            font-family: 'Roboto Condensed';
            font-size: 18px;
            line-height: 24px;
            color: #313a3f
        }

    .startDate .startR {
        font-size: 14px;
        color: #313a3f;
        text-align: right
    }

.excessInner {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e0d1;
    display: flex
}

    .excessInner .excessL {
        width: 50%;
        display: flex
    }

    .excessInner .excessR {
        width: 50%;
        text-align: right
    }

.actionarea .rightPanel h3 {
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    line-height: 20px;
    color: #313a3f
}

.offer {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e0d1
}

    .offer .offerhead {
        width: 100%;
        background: url('../images/offer247icon.png') no-repeat left top;
        padding-left: 25px
    }

    .offer .offerBody {
        width: 100%;
        display: flex;
        flex-direction: column
    }

        .offer .offerBody .offerRed {
            color: #767677;
            font-size: 14px;
            display: block;
            margin: 16px 0
        }

            .offer .offerBody .offerRed span {
                color: #dd2127;
                font-weight: 700;
                font-family: 'Roboto Condensed';
                font-size: 18px
            }

        .offer .offerBody .offerUpgrade {
            background: #d3f2fa;
            padding: 16px;
            border-radius: 8px;
            display: flex;
            color: #313a3f;
            font-size: 14px;
            justify-content: space-between;
            align-items: center
        }

            .offer .offerBody .offerUpgrade p {
                color: #313a3f;
                font-size: 14px;
                width: 80%
            }

                .offer .offerBody .offerUpgrade p span {
                    font-weight: 700
                }

.promo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e0d1
}

    .promo .promohead {
        width: 100%;
        background: url('../images/promo247icon.png') no-repeat left center;
        padding-left: 25px
    }

    .promo .promoBody {
        width: 100%;
        display: flex;
        border-radius: 16px;
        width: 100%;
        border: 1px #e3e0d1 solid;
        font-size: 14px;
        color: #767677;
        background: #fff;
        justify-content: space-between;
        padding: 2px
    }

        .promo .promoBody input[type=text] {
            color: #767677;
            background: #fff;
            border: 0;
            border-radius: 16px;
            padding: 10px 3%
        }

            .promo .promoBody input[type=text]:focus {
                border: 0;
                outline: 0
            }

        .promo .promoBody .applyBtn {
            border-radius: 12px;
            color: #dd2127 !important;
            background-color: #ffd6d8;
            border: 1px #dd2127 solid;
            padding: 8px 16px;
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            cursor: pointer;
            text-align: center
        }

.forme {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e0d1
}

    .forme .formehead {
        width: 100%;
        background: url('../images/checkmark247icon.png') no-repeat left top;
        padding-left: 25px
    }

    .forme .formeBody {
        width: 100%;
        display: flex;
        align-items: center
    }

        .forme .formeBody p {
            font-size: 12px;
            color: #767677;
            margin: 16px 0
        }

        .forme .formeBody .viewBtn {
            border-radius: 16px;
            color: #dd2127 !important;
            background-color: #ffd6d8;
            border: 1px #dd2127 solid;
            padding: 8px 16px;
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            cursor: pointer;
            text-align: center
        }

.impDocu {
    margin-bottom: 10px
}

    .impDocu .impDocuhead {
        width: 100%;
        background: url('../images/document247icon.png') no-repeat left top;
        padding-left: 25px
    }

    .impDocu .impDocuBody {
        width: 100%;
        display: flex;
        flex-direction: column
    }

        .impDocu .impDocuBody p {
            font-size: 12px;
            color: #767677;
            margin: 16px 0
        }

        .impDocu .impDocuBody a {
            font-size: 13px;
            color: #0074b6;
            text-decoration: underline;
            margin-bottom: 5px;
            display: flex
        }

            .impDocu .impDocuBody a img {
                padding-left: 8px
            }

.step1 {
    margin-top: 10px
}

    .step1 ul li {
        margin-bottom: 15px
    }

        .step1 ul li select {
            appearance: none;
            background: #fff url('../images/d-arrow.png') no-repeat 95% center !important
        }

        .step1 ul li.half {
            width: 49%;
            margin-right: 2%;
            display: inline-block;
            float: left
        }

        .step1 ul li.sixty {
            width: 60%;
            margin-right: 2%;
            display: inline-block;
            float: left
        }

        .step1 ul li.forty {
            width: 38%;
            display: inline-block;
            float: left
        }

        .step1 ul li.break {
            border-top: 1px #e3e0d1 solid;
            padding: 25px 0 0;
            margin: 10px 0 0;
            float: left;
            width: 100%
        }

        .step1 ul li a {
            font-weight: 500;
            font-size: 12px;
            line-height: 24px;
            letter-spacing: .2px;
            color: #4b89e2;
            text-decoration: none
        }

        .step1 ul li p {
            color: #767677;
            font-size: 14px
        }

.label {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #313a3f;
    padding: 0
}

.datefield {
    border-radius: 16px;
    width: 100%;
    padding: 15px 3%;
    border: 1px #e3e0d1 solid;
    font-size: 14px;
    color: #767677;
    background: #fff url(../images/date.png) no-repeat 97%
}

    .datefield:focus {
        border: 1px #4b89e2 solid
    }

    .datefield:visited {
        color: #323234
    }

.textfield {
    border-radius: 16px;
    width: 100%;
    padding: 15px 3%;
    border: 1px #e3e0d1 solid;
    font-size: 14px;
    color: #767677;
    background: #fff
}

    .textfield:focus {
        border: 1px #4b89e2 solid
    }

    .textfield:visited {
        color: #323234
    }

#opc_input {
    border-radius: 16px;
    border: 1px #e3e0d1 solid;
    background: #fff;
    width: 70%;
    padding: 15px 3%;
    font-size: 14px;
    color: #767677 !important;
    margin-right: 2%
}

    #opc_input:focus {
        border: 1px #4b89e2 solid
    }

    #opc_input:visited {
        color: #767677
    }

#opc_dropdown {
    border-radius: 16px;
    width: 100%;
    padding: 15px 3%;
    border: 1px #e3e0d1 solid;
    font-size: 14px;
    color: #767677;
    margin-top: 25px
}

    #opc_dropdown:focus {
        border: 1px #4b89e2 solid
    }

    #opc_dropdown:visited {
        color: #767677
    }

#addressLineOne {
    border-radius: 16px;
    width: 100%;
    padding: 15px 3%;
    border: 1px #e3e0d1 solid;
    font-size: 14px;
    color: #767677;
    background: #fff
}

#postCode {
    border-radius: 16px;
    width: 100%;
    padding: 15px 3%;
    border: 1px #e3e0d1 solid;
    font-size: 14px;
    color: #767677;
    background: #fff
}

#addressLineOneLP {
    border-radius: 16px;
    width: 100%;
    padding: 10px 3%;
    border: 1px #e3e0d1 solid;
    font-size: 14px;
    color: #767677;
    background: #fff
}

#postCodeLP {
    border-radius: 16px;
    width: 100%;
    padding: 10px 3%;
    border: 1px #e3e0d1 solid;
    font-size: 14px;
    color: #767677;
    background: #fff
}

.directD {
    background: url(../images/direct.png) no-repeat 95%
}

.searchfield {
    border-radius: 5px;
    width: 90%;
    padding: 15px 3%;
    color: #999;
    border: 1px #e2e2e2 solid;
    font-size: 14px;
    background: url(../images/search.png) no-repeat 95%
}

    .searchfield:focus {
        border: 1px #2aace2 solid
    }

    .searchfield:visited {
        color: #323234
    }

.paymentBtn {
    background: #dd2127;
    border-radius: 16px;
    padding: 16px 24px;
    color: #fff !important;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    width: 190px;
    float: left
}

.btnWidth {
    width: auto;
    float: right
}

#opc_button {
    border-radius: 16px;
    color: #dd2127 !important;
    background-color: #ffd6d8;
    border: 1px #dd2127 solid;
    padding: 15px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    width: 28%
}

.check_container {
    display: flex;
    position: relative;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    border-radius: 16px;
    width: 80px;
    margin-left: 8px;
    height: 40px;
    color: #767677;
    font-size: 12px;
    align-items: center;
    justify-content: flex-end
}

.devider {
    width: 100%;
    height: 1px;
    background: #e3e0d1
}

.middle {
    width: 73%;
    margin: 0 auto
}

.terms {
    font-weight: 400;
    font-size: 12px;
    color: #666;
    border-bottom: 0;
    padding-bottom: 10px;
    width: 100%
}

    .terms a {
        font-weight: 400;
        font-size: 12px !important;
        color: #0074b6 !important
    }

.marketting {
    background: #f5f8f5;
    border-radius: 16px;
    padding: 16px
}

    .marketting .markettinghead {
        width: 100%;
        background: url('../images/contact247icon.png') no-repeat left top;
        padding-left: 25px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e3e0d1
    }

        .marketting .markettinghead h3 {
            font-weight: 700;
            font-family: 'Roboto Condensed';
            font-size: 16px;
            line-height: 20px;
            color: #313a3f
        }

    .marketting .markettingBody {
        width: 100%;
        display: flex
    }

        .marketting .markettingBody p {
            font-size: 12px;
            color: #767677;
            margin: 5px 0 10px
        }

    .marketting a {
        font-size: 12px !important;
        line-height: 21px !important;
        color: #767677 !important;
        float: none !important;
        text-decoration: underline !important
    }

    .marketting .option {
        display: flex
    }

.securityPay {
    display: block;
    color: #767677;
    font-size: 10px;
    background: url(../images/Lock.png) no-repeat left 4px;
    padding-left: 30px;
    line-height: 21px
}

.RectangleDD {
    width: 100%
}

.accordionDD {
    padding: 15px 25px 15px 55px;
    background: url('../images/direct.png') no-repeat 15px 10px;
    background-color: #f5f8f5;
    border-radius: 16px;
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    transition: .4s;
    margin-bottom: 15px;
    font-size: 16px;
    color: #313a3f;
    font-family: 'Roboto Condensed';
    font-weight: 700
}

    .accordionDD:after {
        content: url(../images/downArrow.png);
        font-size: 22px;
        float: right;
        margin-left: 5px
    }

.activeDD:after {
    content: url(../images/upArrow.png)
}

.panelDD {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: #767677;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0)
}

.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: 1px solid #e3e0d1;
    border-radius: 50%
}

.check_container:hover input ~ .checkmark {
    background-color: #fff
}

.check_container input:checked ~ .checkmark {
    background-color: #dd2127;
    border: 1px solid #dd2127
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check_container input:checked ~ .checkmark:after {
    display: block
}

.check_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#lblLandlordText {
    margin-top: 90px
}

.tooltipIco {
    position: relative;
    display: inline-block;
    margin-left: 20px
}

    .tooltipIco img {
        width: 12px;
        height: 12px
    }

    .tooltipIco .tooltiptext {
        display: none;
        width: 120px;
        height: auto;
        font-size: 11px;
        font-weight: 300;
        line-height: 140%;
        white-space: normal;
        text-transform: none;
        background-color: #323234;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px
    }

        .tooltipIco .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent
        }

    .tooltipIco:hover .tooltiptext {
        display: block
    }

.address_accordion a {
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    transition: .4s;
    margin-bottom: 15px;
    color: #0074b6 !important;
    font-size: 14px;
    float: left
}

    .address_accordion a:after {
        content: url(../images/open.png);
        font-size: 22px;
        float: left;
        margin-right: 10px
    }

.address_active a:after {
    content: url(../images/close.png)
}

.address_Panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    float: left;
    width: 100%
}

.errorMake {
    margin-bottom: 10px !important;
    /*height: 5px*/
}

.confirmation {
    font-size: 36px;
    line-height: 140%;
    color: #313a3f;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    margin: 40px auto;
    display: flex;
    justify-content: center
}

.rewards {
    background: #d3f2fa;
    width: 100%;
    padding: 100px 0;
    margin-bottom: 100px
}

    .rewards h1 {
        font-size: 36px;
        line-height: 140%;
        color: #313a3f;
        font-family: 'Roboto Condensed';
        font-weight: 700;
        text-align: center
    }

    .rewards p {
        font-size: 16px;
        line-height: 140%;
        color: #767677;
        text-align: center
    }

.rewardsSlider {
    display: flex;
    flex-direction: row;
    min-height: 400px;
    width: 76%;
    margin: auto
}

.rewards small {
    text-align: center;
    font-size: 10px;
    color: #767677;
    display: flex;
    align-items: center;
    justify-content: center
}

.confirmMain {
    padding: 0 0 20px
}

    .confirmMain h1 {
        font-size: 36px;
        line-height: 140%;
        color: #313a3f;
        font-family: 'Roboto Condensed';
        font-weight: 700;
        text-align: center
    }

.whatNext {
    background: #f5f8f5;
    border-radius: 16px;
    padding: 16px
}

    .whatNext .whathead {
        width: 100%;
        background: url('../images/mail247icon.png') no-repeat left top;
        padding-left: 25px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e3e0d1
    }

        .whatNext .whathead h3 {
            font-weight: 700;
            font-family: 'Roboto Condensed';
            font-size: 16px;
            line-height: 20px;
            color: #313a3f
        }

    .whatNext .whatBody {
        width: 100%;
        display: flex
    }

        .whatNext .whatBody p {
            font-size: 12px;
            color: #767677;
            margin: 5px 0 10px
        }

    .whatNext a {
        font-size: 12px !important;
        line-height: 21px !important;
        color: #0074b6 !important;
        float: none !important;
        text-decoration: underline !important
    }

.refer-a-friendCont {
    display: flex;
    background: #fbe4e5;
    border-radius: 16px;
    width: 100%;
    min-height: 400px;
    padding: 32px
}

    .refer-a-friendCont .referPic {
        width: 50%
    }

    .refer-a-friendCont .referTextPanel {
        width: 43%;
        margin-left: 7%
    }

        .refer-a-friendCont .referTextPanel h1 {
            font-size: 36px;
            line-height: 120%;
            color: #701b45;
            font-family: 'Roboto Condensed';
            font-weight: 700
        }

        .refer-a-friendCont .referTextPanel p {
            font-size: 18px;
            line-height: 140%;
            color: #701b45
        }

        .refer-a-friendCont .referTextPanel .shareIco h4 {
            font-size: 14px;
            line-height: 140%;
            color: #313a3f;
            font-family: 'Roboto Condensed';
            font-weight: 700;
            margin-top: 24px
        }

        .refer-a-friendCont .referTextPanel .shareIco ul li {
            display: inline-block;
            padding-left: 10px
        }

        .refer-a-friendCont .referTextPanel .shareIco .sharefield {
            width: 100%;
            display: flex;
            border-radius: 16px;
            width: 100%;
            border: 1px #e3e0d1 solid;
            font-size: 14px;
            color: #767677;
            background: #fff;
            justify-content: space-between;
            padding: 2px
        }

            .refer-a-friendCont .referTextPanel .shareIco .sharefield input[type=text] {
                color: #767677;
                background: #fff;
                border: 0;
                border-radius: 16px;
                padding: 12px 3%;
                width: 80%
            }

                .refer-a-friendCont .referTextPanel .shareIco .sharefield input[type=text]:focus {
                    border: 0;
                    outline: 0
                }

            .refer-a-friendCont .referTextPanel .shareIco .sharefield .copyBtn {
                border-radius: 12px;
                color: #dd2127 !important;
                background-color: #ffd6d8;
                border: 1px #dd2127 solid;
                padding: 8px 16px;
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                cursor: pointer;
                text-align: center
            }

.cookie-banner {
    position: fixed;
    bottom: 0;
    border-top: 2px solid #000;
    left: 1px;
    right: 1px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: #000;
    box-shadow: -1px -1px 2px 0 rgba(66,66,66,0.6);
    font-size: 14px
}

    .cookie-banner a {
        color: #fff;
        text-decoration: underline
    }

.close1 {
    height: 20px;
    float: left;
    background: transparent;
    border: 0;
    margin: -35px 0 0 40px
}

.xlQuestion {
    font-size: 17px !important;
    letter-spacing: -1px
}

#more {
    display: none
}

.error_bg {
    width: 100%;
    background: url(../images/error-bg.png) no-repeat bottom center
}

.error_main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    background: url(../images/error_graphic.png) no-repeat center 50%;
    width: 100%;
    padding: 130px 0;
    text-align: center
}

    .error_main p {
        font-size: 25px;
        text-align: center;
        line-height: 160%;
        margin-bottom: 35px
    }

    .error_main .Rbtn {
        background: #dd2127;
        padding: 10px 120px;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        text-decoration: none
    }

        .error_main .Rbtn:hover {
            background: #b1181d
        }

.error_logo {
    display: block;
    text-align: center
}

    .error_logo img {
        display: inline-block
    }

.oops {
    display: block;
    font-size: 60px;
    color: #4b89e2;
    font-weight: bold;
    padding: 210px 0 15px;
    text-align: center
}

.error_msg {
    display: block;
    font-size: 25px;
    color: #323234;
    font-weight: bold;
    padding: 25px 0 45px;
    text-align: center
}

.footer_error {
    background: #f8f8f8;
    margin: 0;
    padding: 20px 5%;
    font-size: 12px;
    line-height: 140%;
    width: 100%
}

.modal-dialog {
    max-width: 700px !important;
    width: 700px !important
}

.btn-danger {
    font-weight: 600;
    padding: 13px 25px !important;
    font-size: 14px !important;
    border-radius: 4px
}

.modal-header {
    justify-content: flex-start !important;
    padding: 25px !important;
    border-bottom: 0 !important
}

#wbox {
    margin-left: -15px
}

.custom-select {
    position: relative;
    font-family: Arial
}

    .custom-select select {
        display: none
    }

.select-selected {
    background-color: #fff
}

    .select-selected:after {
        position: absolute;
        content: url(../images/d-arrow.png);
        top: 34px;
        right: 30px;
        width: 0;
        height: 0
    }

.select-items div, .select-selected {
    color: #323234;
    padding: 8px 16px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    user-select: none
}

.select-items div {
    border-color: transparent transparent #e2e2e2 transparent;
    background: #fff
}

    .select-items div:last-child {
        border-color: transparent
    }

.select-items {
    position: absolute;
    background-color: #fff;
    height: 300px;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 18px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%)
}

.select-hide {
    display: none
}

.select-items div:hover, .same-as-selected {
    font-weight: 700
}

.swal-button {
    background-color: #00b67a !important;
    color: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

    [type="radio"]:not(:checked) + label {
        position: relative;
        padding: 10px 12px 10px 38px;
        cursor: pointer;
        line-height: 16px;
        display: inline-block;
        background: #fff;
        border: 1px solid #d8dbda;
        border-radius: 16px;
        font-weight: 400;
        font-size: 12px;
        margin-right: 7px;
        letter-spacing: .012em;
        color: #d8dbda;
        width: 100px
    }

    [type="radio"]:checked + label {
        position: relative;
        padding: 10px 12px 10px 38px;
        cursor: pointer;
        line-height: 16px;
        display: inline-block;
        background: #fff;
        border: 1px solid #d8dbda;
        border-radius: 16px;
        font-weight: 400;
        font-size: 12px;
        margin-right: 7px;
        letter-spacing: .012em;
        color: #767677;
        width: 100px
    }

    [type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: -8px;
        top: -4px;
        width: 23px;
        height: 23px;
        border-radius: 100%;
        background: #fff;
        margin: 10px 0 0 15px;
        border: 1px solid #d8dbda
    }

    [type="radio"]:checked + label:before {
        content: "";
        position: absolute;
        left: -8px;
        top: -4px;
        width: 23px;
        height: 23px;
        border-radius: 100%;
        background: #dd2127;
        margin: 10px 0 0 15px
    }

    [type="radio"]:not(:checked) + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

    [type="radio"]:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
        width: 6px;
        height: 12px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

    [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

.freePromotion h1 {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 180% !important;
    margin-bottom: 13px !important;
    letter-spacing: .0179em !important;
    color: #333 !important
}

.freePromotion h2 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 118.9% !important;
    letter-spacing: .0179em !important;
    margin-bottom: 42px !important;
    color: #222 !important
}

.freePromotion p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: .012em !important;
    margin-bottom: 21px !important;
    color: #323234 !important
}

    .freePromotion p span {
        font-weight: 400;
        font-size: 10px;
        line-height: 150%;
        letter-spacing: .0179em;
        color: #323234;
        display: block
    }

.freePromoNote {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .012em;
    color: #323234
}

.vehicleCoverDetail h3 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 118.9% !important;
    letter-spacing: .0179em !important;
    text-align: center !important;
    margin-bottom: 23px !important;
    color: #222 !important
}

.homeStartBox {
    background: #fff;
    margin: 0 auto 30px;
    width: 68%;
    padding: 30px;
    box-shadow: 0 2px 4px rgba(38,50,56,0.16),0 4px 8px rgba(38,50,56,0.08);
    border-radius: 16px
}

    .homeStartBox h4 {
        background: silver;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        padding: 5px;
        width: 100%;
        text-align: center;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: #08316b
    }

    .homeStartBox ul {
        margin-left: 10px
    }

        .homeStartBox ul li {
            background: url(../images/Step_indicator.png) no-repeat top left;
            padding-bottom: 5px;
            padding-left: 25px;
            font-weight: 500;
            font-size: 14px;
            line-height: 150%;
            letter-spacing: .012em;
            color: #323234
        }

.refer_linkCont {
    display: flex;
    width: 100%;
    border: 1px solid #e8e5e5;
    border-radius: 5px;
    padding: 30px
}

    .refer_linkCont .linkText {
        width: 75%
    }

        .refer_linkCont .linkText h3 {
            font-family: Poppins;
            font-size: 20px;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: .012em;
            text-align: left;
            margin-bottom: 20px;
            margin-top: 0
        }

        .refer_linkCont .linkText .linkBox {
            display: flex;
            justify-content: space-between;
            width: 80%;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 8px 10px;
            color: rgba(34,34,34,0.5);
            font-weight: 300;
            font-size: 12px
        }

    .refer_linkCont .pic {
        width: 25%
    }

@media only screen and (max-width:1024px) {
    .progressCont {
        width: 26%
    }

    .actionarea {
        width: 95%
    }

    .middle {
        width: 82%;
        margin: 0 auto
    }

    .rewards {
        margin-bottom: 50px
    }

    .carUpsellCont .carUpsell {
        display: flex;
        flex-direction: column
    }

    .carUpsellR img {
        display: none
    }

    .mainfield h1 {
        display: none
    }

        .mainfield h1.mview {
            display: block
        }

            .mainfield h1.mview img {
                width: 100px;
                display: inline-block
            }

    .width60 {
        width: 100%
    }

    .width40 {
        width: 80%;
        margin: auto
    }

    .upsellBtn {
        width: 42%
    }

    .homeStartBox {
        width: 100%
    }

    .carData {
        display: flex;
        flex-direction: column
    }

    .terms {
        font-size: 12px
    }
}

@media only screen and (max-width:912px) {
    .progressCont {
        width: 30%
    }

    .actionarea .leftPanel {
        width: 50%
    }

    .actionarea .rightPanel {
        width: 43%
    }

    .middle {
        width: 96%;
        margin: 0 auto
    }

    .freePromotionMobile {
        display: none
    }

    .carData div table td {
        min-width: 100px
    }

    .carUpsellCont .carUpsell .carUpsellL .mainfield2 {
        padding-left: 0
    }
}

@media only screen and (max-width:820px) {
    .progressCont {
        width: 34%
    }

    .excessInner .excessL {
        width: 40%
    }

    .excessInner .excessR {
        width: 60%
    }

    .middle {
        width: 106%;
        margin: 0 auto
    }

    .impDocu .impDocuBody a {
        align-items: center;
        justify-content: space-between
    }

    #opc_button {
        width: 34%
    }

    #opc_input {
        width: 64%
    }

    .refer-a-friendCont .referTextPanel {
        width: 47%;
        margin-left: 3%
    }

        .refer-a-friendCont .referTextPanel h1 {
            font-size: 30px;
            margin-bottom: 10px
        }

        .refer-a-friendCont .referTextPanel p {
            font-size: 16px
        }

        .refer-a-friendCont .referTextPanel .shareIco h4 {
            margin-top: 10px
        }

    .refer-a-friendCont {
        min-height: 0
    }

        .refer-a-friendCont .referPic img {
            object-fit: cover;
            width: 342px;
            height: 307px;
            border-radius: 8px
        }

    .modal-dialog {
        width: auto !important
    }

    .modal-content .download {
        flex-direction: column
    }

        .modal-content .download a {
            padding: 10px 0
        }

    .cookie-banner p {
        width: 100%;
        padding: 0 10%
    }

    .close1 {
        margin: -50px 0 0 40px
    }

    .upsellBtn {
        width: 46%
    }
}

@media only screen and (max-width:768px) {
    .progressCont {
        width: 36%
    }

    .actionarea {
        display: flex;
        flex-direction: column;
        width: 65%
    }

        .actionarea .leftPanel {
            width: 100%
        }

        .actionarea .rightPanel {
            width: 100%;
            margin-bottom: 15px
        }

    .excessInner .excessL {
        width: 50%
    }

    .excessInner .excessR {
        width: 50%
    }

    .impDocu .impDocuBody a {
        justify-content: flex-start
    }

    .btnCont {
        display: flex;
        justify-content: center
    }

    .middle {
        width: 84%;
        margin: 0 auto
    }

    .confirmation {
        font-size: 30px
    }

    .rewards {
        padding: 45px 0
    }

        .rewards h1 {
            font-size: 30px
        }

    .confirmMain h1 {
        font-size: 30px
    }
}

@media only screen and (max-width:600px) {
    .progressCont {
        width: 47%
    }

    .middle {
        width: 106%;
        margin: 0 auto
    }

    .refer-a-friendCont {
        flex-direction: column
    }

        .refer-a-friendCont .referPic {
            width: 100%
        }

            .refer-a-friendCont .referPic img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                border-radius: 8px;
                margin-bottom: 40px
            }

        .refer-a-friendCont .referTextPanel {
            width: 100%;
            margin-left: 0
        }

    .regField {
        flex-direction: column;
        align-items: flex-start
    }

        .regField div {
            width: 100%
        }

        .regField .label {
            text-align: left
        }

        .regField .fieldBox {
            width: 100%;
            position: relative;
            left: 0
        }

        .regField .search {
            left: -38px
        }
}

@media only screen and (max-width:540px) {
    .actionarea {
        width: 80%
    }

    .progressCont {
        width: 54%;
        margin-top: 90px
    }

    .middle {
        width: 97%;
        margin: 0 auto
    }

    .modal-content .download {
        flex-direction: column
    }

        .modal-content .download a {
            padding: 10px 0
        }

    .modal-dialog {
        width: auto !important
    }

    .actionarea .leftPanel .payDetailsTop {
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }

        .actionarea .leftPanel .payDetailsTop a {
            float: right;
            margin-top: -91px
        }

    .btnWidth {
        width: 100%
    }

    .close1 {
        margin: -65px 0 0 20px
    }
}

@media screen and (max-width:428px) {
    .progressCont {
        width: 65%
    }

    .actionarea {
        width: 95%
    }

    .middle {
        width: 104%;
        margin: 0 auto
    }

    .check_container {
        display: block;
        padding: 8px 8px 8px 40px
    }

    .terms {
        margin-bottom: 32px
    }

    .confirmation {
        font-size: 24px;
        align-items: center
    }

    .confirmMain h1 {
        font-size: 24px
    }

    #wbox {
        margin-left: 0;
        margin-top: -25px
    }

    .regFieldCont a {
        font-size: 12px
    }

    .refer_linkCont {
        flex-direction: column-reverse
    }

        .refer_linkCont .linkText {
            width: 100%
        }

            .refer_linkCont .linkText .linkBox {
                width: 100%
            }

        .refer_linkCont .pic {
            width: 100%;
            display: flex;
            justify-content: center
        }

        .refer_linkCont .linkText h3 {
            font-family: Poppins;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px
        }
}

@media screen and (max-width:393px) {
    .regFieldCont a {
        font-size: 11px
    }

    .progressCont {
        width: 72%
    }

    .check_container {
        display: block;
        padding: 11px 8px 8px 32px
    }

    .checkmark {
        top: 11px;
        left: 8px;
        height: 18px;
        width: 18px
    }

    .check_container .checkmark:after {
        left: 6px;
        top: 3px;
        width: 5px;
        height: 9px
    }
}

@media screen and (max-width:377px) {
    .progressCont {
        width: 75%
    }
}

@media screen and (max-width:360px) {
    .progressCont {
        width: 80%
    }

    .marketting .option {
        display: flex;
        flex-wrap: wrap
    }

    .impDocu .impDocuBody a {
        justify-content: space-between
    }

    .mainfield h1.mview img {
        width: 70px;
        display: inline-block
    }

    .regFieldCont a {
        font-size: 10px
    }
}

@media screen and (max-width:340px) {
    .progressCont {
        width: 85%
    }

    .actionarea {
        width: 100%
    }

    .refer-a-friendCont {
        padding: 20px
    }

    .accordionDD {
        font-size: 14px
    }
}

@media screen and (max-width:320px) {
    .progressCont {
        width: 90%
    }

    .total_per-mo .totalL h2 {
        font-size: 16px
    }

    .excessInner .excessR {
        width: 60%
    }

    .excessInner .excessL {
        width: 40%
    }

    #opc_input {
        width: 100%;
        margin-right: 0
    }

    #opc_button {
        width: 100%;
        margin-top: 25px
    }
}

@media screen and (max-width:280px) {
    .btnWidth {
        font-size: 13px
    }

    .progressCont {
        width: 100%
    }

    .actionarea .leftPanel .payDetailsTop a {
        font-size: 9px
    }
}
