/*@import url('animate.css');
@import url('fancybox.css');*/
@import url('bootstrap.css');
/*@import url('fontawesome.css');
@import url('icomoon.css');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto Condensed:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* Layout
------------------------------------*/
* {
    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 { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 0.3; /* Firefox */
}

/*Lansing page css*/

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 0px 5px !important;
    padding-bottom: 0px !important;
    cursor: pointer
}

    .tabs h6 {
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
    }

    .tabs:hover,
    .tabs.active {
        border-bottom: 2px solid #DD2127 !important;
    }

        .tabs.active:after {
            content: '';
        }

*, ::after, ::before {
    a: hover;
    text-decoration: none;
    /*color: #1565C0;*/
}

.box {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px
}

.modal-backdrop {
    background-color: #64B5F6
}

.line {
    background-color: #CFD8DC;
    height: 1px;
    width: 100%
}
/*.modal-header {
    justify-content: flex-start;
    border-bottom: 0;
    padding: 0 20px !important;
}*/
.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;
            /* identical to box height, or 125% */
            /* Charcoal-grey */
            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;
}
/**/


/* Index page
------------------------------------*/
.progressCont {
    display: flex;
    flex-direction: row;
    margin: 20px auto 0;
    width: 29%;
    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: #FFFFFF;
            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%;
            /* identical to box height, or 17px */
            letter-spacing: 0.0179em;
            /* General / Dark */
            color: #222222;
            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: #FFFFFF;
        border: 1px solid #E3E0D1;
        box-sizing: border-box;
        border-radius: 16px;
        margin-bottom:30px;
    }
        .actionarea .rightPanel .appointmentDate {
            display: inline-block;
            width: 30%;
            border-right: 1px #E3E0D1 solid;
            font-family: Roboto Condensed;
            font-size: 50px;
            font-weight: 700;
            line-height: 59px;
            letter-spacing: -0.02em;
            color: #313A3F;
        }
            .actionarea .rightPanel .appointmentDate span {
                font-family: Roboto Condensed;
                font-size: 16px;
                font-weight: 700;
                line-height: 18.75px;
                letter-spacing: -0.02em;
                display:block;
                padding-left:5px;
            }
        .actionarea .rightPanel .referenceNumber {
            display: inline-block;
            width: 65%;
            font-family: Roboto Condensed;
            font-size: 16px;
            font-weight: 700;
            line-height: 18.75px;
            letter-spacing: -0.02em;
            text-align: left;
            color: #313A3F;
            padding-left: 15%;
            position: relative;
            top: -20px;
        }
            .actionarea .rightPanel .referenceNumber span {
                font-family: Nunito Sans;
                font-size: 16px;
                font-weight: 400;
                line-height: 21.82px;
                letter-spacing: -0.02em;
                text-align: left;
                color:#323234;
            }
            .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;
                    font-size:14px;
                }

                .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: 20px;
                    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: 0.2px;
                /* Black */
                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;
    justify-content:space-between;
}
    .excessInner .excessL {
        width: 50%;
        display: flex;
    }

    .excessInner .excessR {
        width: 30%;
        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/accidental_icon2.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;
        clear:both;
    }
                .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;
            clear:none;
        }

        .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: 0.2px;
            /* dark skyblue */
            color: #4B89E2;
            text-decoration: none;
            /*float:right;*/
        }
        .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;
    }
/*#postcode_lookup {
    border-radius: 16px;
    width: 100%;
    border: 1px #E3E0D1 solid;
    display: flex;
    background: #fff;
    padding:5px;
}*/
#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;
}
.cardbg {
    background: url(../images/card.png) no-repeat 98% center;
}

.cvcbg {
    background: #fff url(../images/cvc.png) no-repeat 98% center;
}
.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;
    float:left;
}

.btnWidth {
    width: auto;
    /*float: right;*/
}

#opc_button {
    border-radius: 16px;
    color: #DD2127 !important;
    background-color: #FFD6D8;
    border: 1px #DD2127 solid;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    width: 28%;
}



    


/* Customize the label (the container) */
.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;
}
/* Accordian */
.RectangleDD {
    width: 100%;
    margin-top: 67px;
}

.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: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom: 15px;
    font-size: 16px;
    color: #313A3F;
    font-family: 'Roboto Condensed';
    font-weight: 700;
}

    .activeDD, .accordionDD:hover {
    }

    .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 0.2s ease-out;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: #767677;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}
/* Hide the browser's default checkbox */
.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    /*border: 1px #74a4e9 solid;*/
    border: 1px solid #E3E0D1;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.check_container:hover input ~ .checkmark {
    background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
    background-color: #DD2127;
    border: 1px solid #DD2127;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.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);
}
/*.tooltip_ico {
	position: absolute;
	display: inline-block;
}*/
#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: -25px;
		left: 110%;*/
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltipIco .tooltiptext::after {
            /*content: "";
			position: absolute;
			top: 50%;
			right: 100%;
			margin-top: -5px;
			border-width: 5px;
			border-style: solid;
			border-color: transparent black transparent transparent;*/
            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;
    }
/* Accordian */




.address_accordion a {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom: 15px;
    color: #0074B6!important;
    font-size:14px;
    float: left;
}

    .address_active, .address_accordion a:hover {
    }

    .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 0.2s ease-out;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    float: left;
    width: 100%;
}



.errorMake {
    margin-bottom: 10px !important;
    height: 15px;
}
.actionarea .leftPanel .nav-tabs {
    border-bottom: 0 !important;
    margin-top:30px;
    background:#fff;
}
    .actionarea .leftPanel .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 50%;
        text-align: center;
    }
        .actionarea .leftPanel .nav-tabs > li > a {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            color: #D8DBDA;
            border: 1px solid #D8DBDA;
            margin-left: -1px;
            padding: 10px 15px;
            width:100%;
            display:inline-block;
        }
        .actionarea .leftPanel .nav-tabs > li:nth-child(1) > a {
            border-radius: 16px 0px 0px 16px !important;
        }
        .actionarea .leftPanel .nav-tabs > li:nth-child(2) > a {
            border-radius: 0px 16px 16px 0px !important;
        }
        .actionarea .leftPanel .nav-tabs > li.active > a, .actionarea .leftPanel .nav-tabs > li.active > a:focus, .actionarea .leftPanel .nav-tabs > li.active > a:hover {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            color: #DD2127;
            border: 1px #DD2127 solid;
            background: #FBE4E5;
            opacity: 1;
        }
/* step2
------------------------------------*/
/* Step 03
------------------------------------*/
.confirmation {
    font-size: 36px;
    line-height: 140%;
    color: #313A3F;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    margin:40px auto 10px;
    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;
    margin-top: 30px;
}

    .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;
    }
    .thankYou_right{
        float:right;
        width:39%;
    }
.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;
            }
        /* Footer
------------------------------------*/
        .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: -35px 0 0 40px;
}

.xlQuestion {
    font-size: 17px !important;
    letter-spacing: -1px;
}

#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%;
}

.modal-dialog {
    max-width: 700px !important;
    width: 700px !important;
}
/* 09/03/2022*/
.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;
}
/*select dropdown list*/

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: url(../images/d-arrow.png);
        top: 34px;
        right: 30px;
        width: 0;
        height: 0;
        /*border: 6px solid transparent;
		border-color: #323234;*/
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        /*border-color: transparent transparent #323234 transparent;
		top: 34px;*/
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #323234;
    padding: 8px 16px;
    border: 1px solid #e2e2e2;
    /*border-color:transparent #e2e2e2 #e2e2e2 #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;
    }
/*style items (options):*/
.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%);
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    font-weight: 700;
}

.swal-button {
    background-color: #00B67A !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}
/*custom radio button for annual payment*/

[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;
        /* identical to box height, or 150% */
        margin-right: 7px;
        letter-spacing: 0.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;
        /* identical to box height, or 150% */
        margin-right: 7px;
        letter-spacing: 0.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 {
}

    .freePromotion h1 {
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 180% !important;
        /* or 43px */
        margin-bottom: 13px !important;
        letter-spacing: 0.0179em !important;
        color: #333333 !important;
    }

    .freePromotion h2 {
        font-weight: 600 !important;
        font-size: 20px !important;
        line-height: 118.9% !important;
        /* identical to box height, or 24px */

        letter-spacing: 0.0179em !important;
        /* General / Dark */
        margin-bottom: 42px !important;
        color: #222222 !important;
    }

    .freePromotion p {
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 150% !important;
        /* identical to box height, or 24px */

        letter-spacing: 0.012em !important;
        /* Charcoal Grey */
        margin-bottom: 21px !important;
        color: #323234 !important;
    }

        .freePromotion p span {
            font-weight: 400;
            font-size: 10px;
            line-height: 150%;
            /* identical to box height, or 15px */
            letter-spacing: 0.0179em;
            /* Charcoal Grey */
            color: #323234;
            display: block;
        }

.freePromoNote {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* or 18px */
    letter-spacing: 0.012em;
    /* Charcoal Grey */
    color: #323234;
}

.vehicleCoverDetail h3 {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 118.9% !important;
    /* identical to box height, or 24px */

    letter-spacing: 0.0179em !important;
    /* General / Dark */
    text-align: center !important;
    margin-bottom: 23px !important;
    color: #222222 !important;
}

.homeStartBox {
    background: #FFFFFF;
    /* 2 dp • Dark shadow */
    margin: 0 auto 30px;
    width: 68%;
    padding: 30px;
    box-shadow: 0px 2px 4px rgba(38, 50, 56, 0.16), 0px 4px 8px rgba(38, 50, 56, 0.08);
    border-radius: 16px;
}

    .homeStartBox h4 {
        background: #C0C0C0;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */
        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: 0.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: 0.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%;
    }



/*Card types*/


.card-bounding {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    border: 1px solid #3e73ea;
    border-radius: 6px;
    font-family: 'Roboto';
    background: #ffffff;
}

    .card-bounding aside {
        font-size: 24px;
        padding-bottom: 8px;
    }

.card-container {
    width: 100%;
    background: #fff;
    padding: 4px 40px 4px 65px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    /*margin: 0 auto 30px auto;*/
    border-radius: 16px;
}

    .card-container input {
        width: 100%;
        letter-spacing: 1px;
        /*padding: 10px 3%;*/
        border: 1px #e2e2e2 solid;
        font-size: 16px;
        color: #222222;
        font-weight: 300;
        padding: 10px 15px 10px 25px;
        border: 0;
        outline: none;
        box-sizing: border-box;
        
    }

.card-type {
    width: 55px;
    height: 36px;
    background: url("../images/cards.png");
    /*background-position: 0 -291px;*/
    background-position: 0 -844px;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 7px;
}

    .card-type.maestro {
        background-position: 0 -123px;
    }

    .card-type.mastercard {
        background-position: 0 -185px;
    }

    .card-type.visa {
        background-position: 0 -304px;
    }

    .card-type.amex {
        background-position: 0 -65px;
    }

    .card-type.diners_club_carte_blanche {
        background-position: 0 -485px;
    }

    .card-type.diners_club_international {
        background-position: 0 -485px;
    }

    .card-type.jcb {
        background-position: 0 -785px;
    }

    .card-type.laser {
        background-position: 0 -605px;
    }

    .card-type.discover {
        background-position: 0 -366px;
    }

.card-valid {
    position: absolute;
    top: -5px;
    right: 15px;
    line-height: 60px;
    font-size: 18px;
    font-family: 'fontawesome';
    color: #ccc;
}

    .card-valid.activeCard {
        color: #42ca7c;
    }

.card-details {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    transition: 300ms ease;
}

    .card-details input {
        font-size: 30px;
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }

        .card-details input.error {
            border: 1px solid #c2313c;
            box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
            outline: none;
        }

    .card-details .expiration {
        width: 50%;
        float: left;
        padding-right: 5%;
    }

    .card-details .cvv {
        width: 45%;
        float: left;
    }



/**/
/* Responsive
------------------------------------*/

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1370px) {
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1024px) {
    /* index
------------------------------------*/
    .progressCont {
        width: 37%;
    }
    .actionarea {
        width: 95%;
    }
    .middle {
        width: 82%;
        margin: 0 auto;
    }
    .rewards {
        margin-bottom: 50px;
    }
    

    /* step2
------------------------------------*/
    .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;
    }
    /*.carData div:first-child {
		margin-bottom: 20px;
	}*/
    .terms {
        font-size: 12px;
    }
}

@media only screen and (max-width: 912px) {
    
    .progressCont {
        width: 40%;
    }
    .actionarea .leftPanel {
        width: 50%;
    }

    .actionarea .thankYou_right {
        width: 43%;
    }
    .middle {
        width: 96%;
        margin: 0 auto;
    }

    .freePromotionMobile {
        display: none;
    }

    .carData div table td {
        min-width: 100px;
    }

    .carUpsellCont .carUpsell .carUpsellL .mainfield2 {
        padding-left: 0px;
    }
}


@media only screen and (max-width: 820px) {
    .progressCont {
        width: 45%;
    }
    .excessInner .excessL {
        width: 40%;
    }
    .excessInner .excessR {
        width: 30%;
    }
    .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%;
    }
    /* index
------------------------------------*/
    /* footer
------------------------------------*/
}
@media only screen and (max-width: 768px) {
    .progressCont {
        width: 50%;
    }
    .actionarea {
        display: flex;
        flex-direction:column;
        width: 65%;
    }
        .actionarea .leftPanel {
            width: 100%;
        }
        .actionarea .thankYou_right {
            width: 100%;
            margin-bottom: 15px;
        }
    .excessInner .excessL {
        width: 50%;
    }
    .excessInner .excessR {
        width: 30%;
    }
    .impDocu .impDocuBody a {
        justify-content: flex-start;
    }
    /*.actionarea .leftPanel h2 {
        margin-top: 50px;
    }*/
    .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;
    }
    .whatNext {
        margin-bottom: 50px;
    }
}
    @media only screen and (max-width: 600px) {
        .progressCont {
            width: 65%;
        }
        .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;
            }
        .errorMake {
            margin-bottom: 30px !important;
            height: 15px;
        }

        .regField {
            flex-direction: column;
            align-items: flex-start;
        }

            .regField div {
                width: 100%;
            }

            .regField .label {
                text-align: left;
            }

            .regField .fieldBox {
                width: 100%;
                position: relative;
                left: 0px;
            }

            .regField .search {
                left: -38px;
            }
    }

    @media only screen and (max-width: 540px) {
        /* index
------------------------------------*/
        .actionarea {
            width: 80%;
        }
        .progressCont {
            width: 70%;
            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;
        }

        /* step2
------------------------------------*/
    }

    @media screen and (max-width: 428px) {
        .progressCont {
            width: 90%;
        }
        .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: 0px;
            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: 100%;
        }
        .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) {
        /* index
------------------------------------*/
        .progressCont {
            width: 100%;
        }
        
    }

    @media screen and (max-width: 360px) {
        .progressCont {
            width: 100%;
            padding-left: 0;
        }
            .progressCont .progressStep {
                width: 30%;
            }
        .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: 100%;
    }
        .progressCont .progressStep {
            width: 40%;
        }
    .actionarea {
        width: 100%;
    }
    .refer-a-friendCont {
        padding: 20px;
    }
    .accordionDD {
        font-size: 14px;
    }
}
    @media screen and (max-width: 320px) {
        /* index
------------------------------------*/
        .progressCont {
            width: 100%;
        }
        .total_per-mo .totalL h2 {
            font-size: 16px;
        }
        .excessInner .excessR {
            width: 30%;
        }
        .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;
        }

        
    }
