/* Minification failed. Returning unminified contents.
(337,23): run-time error CSS1038: Expected hex color, found '#white'
(353,23): run-time error CSS1038: Expected hex color, found '#white'
 */
@charset "UTF-8";

/* GEN STYLES 4 PAGE */

* {
    outline: none;
    box-shadow: none !important;
}


h1, h2, h3, h4, h5 {
    letter-spacing: 2px;
}

/* For validation */
.row {
    margin-left: auto;
    margin-right: auto;
}

    .row::before, .row::after {
        content: ' ';
        display: table;
    }

    .row::after {
        clear: both;
    }



*:focus {
    outline: none;
    box-shadow: none !important;
}

label {
    margin-top: 10px;
}

input {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: .5px solid #d9d9d9 !important;
    margin-bottom: 7px;
}

    input:-internal-autofill-selected {
        background-color: black !important;
    }


main {
    margin-left: auto;
    margin-right: auto;
}

/* GEN STYLES 4 PAGE END */


/* DIVIDERS */

.dividerSmall {
    height: 25px;
    min-height: 20px;
    width: 100%;
}

.dividerReg {
    height: 50px;
    min-height: 45px;
    width: 100%;
}

.dividerMed {
    height: 75px;
    min-height: 65px;
    width: 100%;
}

.dividerBig {
    height: 100px;
    min-height: 90px;
    width: 100%;
}

/* DIVIDERS */


/* NAVBAR - STEPS - LOADER - POPUP */

.mainLogoCont {
    display: block;
    vertical-align: middle;
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-bottom: 1px solid #ededed;
}

.innerLogoCont {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
    padding: 10px;
    margin-bottom: 15px;
}

.mainLogoCont img {
    min-width: 160px;
    width: 32%;
    height: auto;
}

.mainBord {
    width: 100%;
    /* border-left: 1px solid #ededed;
  border-right: 1px solid #ededed; */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#mainbordstep2 {
    max-width: 1400px;
}

#mainbordstep3 {
    max-width: 900px;
}

.stepsContainer {
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.loaderCont {
    display: block;
    z-index: 40;
    position: fixed;
    width: 100%;
    height: 100%;
}

.loaderStage {
    pointer-events: none;
    user-select: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.15);
    z-index: 50;
    width: 100%;
    height: 100%;
}

.spinner-border {
    width: 4.3rem;
    height: 4.3rem;
    color: #007AB3;
}

.popupCont {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
}

.popUp1 {
    z-index: 80;
    position: relative;
    text-align: center;
    padding: 17px;
    background-color: white;
    vertical-align: middle;
    width: 45%;
    margin: auto;
    height: auto;
    border: 1px solid #343434;
}

.popUpULLapsed {
}

.popUpUL1 {
    margin-top: 7px;
    width: 100%;
    padding-inline-start: 14px;
}

.popUpUL2 {
    margin-top: 7px;
    width: 100%;
    padding-inline-start: 14px;
}


.popUpBtnCont {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*.popUpConfBtn {
    margin-right: 30px;
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    padding: 6px;
    background-color: transparent;
    border: 1px solid #007AB3;
    color: #007AB3 !important;
}

    .popUpConfBtn:hover {
        color: white !important;
        background-color: #007AB3;
    }*/

.pBtnSelected {
    margin-right: 30px;
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    padding: 6px;
    background-color: #007AB3;
    border: 1px solid #007AB3;
    color: #ffffff !important;
}

#closepopup {
    position: relative;
    text-align: right;
    float: right;
    margin-bottom: 5px;
}

    #closepopup span {
    }

.popUp1 a {
    color: #343434;
    text-decoration: none;
}


    .popUp1 a:hover {
        color: #007AB3 !important;
    }

   
.afterBtnTxt {
}

    .afterBtnTxt p {
    	        padding: 3px;
        font-size: .9rem !important;
        margin-bottom: 0px;
        margin-top: 20px;
    }

.quoteStep {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: #0179B3;
    color: #ffffff;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    border: 2px solid #0179B3;
    opacity: 0.3;
}

.quoteStepActive {
    opacity: 1;
}

.quoteStep span {
    font-size: 22px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* NAVBAR - STEPS - LOADER - POPUP END */


/* TITLE AND MAIN CONT */
.errorTitleCont {
    margin-top: 30px;
}

.titleCont {
    text-align: center;
}

    .titleCont .stepTitle {
        margin-top: 40px;
        letter-spacing: 2px;
    }

    .titleCont .titleConfirm {
        margin-top: 25px;
    }


.mainContContainer {
    padding-top: 5px;
    margin-left: auto;
    height: auto;
    background-color: #white;
}

.regCont {
    height: auto;
    min-height: 300px;
}

.contentCont {
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.persInfCont {
    background-color: #white;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.preErrorCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.confirmCont {
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: white;
    border: 1px solid black;
    margin-top: 10px;
    min-height: 400px;
    padding-bottom: 12px;
}

.errorCont {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 17px;
    background-color: white;
    border: 1px solid black;
    margin-top: 10px;
    min-height: 100px;
    padding-bottom: 12px;
}

    .errorCont .preConfTxt p {
        margin-bottom: 17px;
        font-size: 1.16rem;
    }

    .errorCont a {
        text-decoration: none;
        color: #000000;
        transition: 0.15s linear;
    }

        .errorCont a:hover {
            color: #007AB3;
        }

.preConfTxt {
    margin-top: 10px;
    text-align: center;
}

    .preConfTxt p {
        font-size: 1rem;
        margin-bottom: .5rem;
    }

.confInner1 {
    width: 95%;
    margin: auto;
    height: auto;
}

.confInner3 {
    width: 95%;
    margin: auto;
    height: auto;
}

.confInner2 {
    width: 95%;
    margin: auto;
    height: auto;
}

.confTitle {
    font-size: 1.2rem;
    color: #909090;
}

.confTxtTitle {
    margin-bottom: 0.22rem;
    font-size: 1rem;
}

.confTxt {
    margin-bottom: 0.82rem;
    font-size: 1.1rem;
}

.confTxtTitle2 {
    margin-bottom: 0.1rem;
    font-size: 1rem;
}

.confTxt2 {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
}

.directDeb {
    margin-bottom: 1rem;
}

    .directDeb .confTxt {
        width: 100%;
        font-size: 1rem;
        margin-bottom: 0.3rem;
        display: inline;
    }

    .directDeb label {
        font-size: 0.85rem;
        color: #707070;
        display: block;
    }

.confPrice {
    margin-bottom: 0.2rem;
    font-size: 1.15rem;
    display: inline-block;
}

.formSection {
    max-width: 680px;
    width: 80%;
    margin: auto;
    padding: 20px;
    background-color: #ffffff;
    margin-top: 10px;
    padding-bottom: 12px;
}

.datepickerGrp label {
    width: 100%;
}

.datepickerImg {
    z-index: 999;
    margin-left: -35px;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#vehdet2 {
    min-width: 500px;
    width: 100%;
    padding: 13px;
    background-color: #E8F3E9;
    border: 1px solid #d6e1d4;
}


#formsection3 {
    width: 75%;
    max-width: 720px;
}

/*Payment page classes*/
.directDebit {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.paymentScheduleCont {
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 680px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 14px;
    border: 1px solid #d9d9d9;
    min-height: 150px;
}

.payTitle {
    margin-top: 4px;
    text-align: center;
    font-size: 16px;
    font-family: azBold;
}

.innerPaymentDetails {
    text-align: left;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.labelPayment {
    margin-top: 0px !important;
}

.paySchedTitle {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 14px;
}

    .paySchedTitle span {
        float: right;
    }

.innerPaymentDetails label {
    margin-top: 0px;
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 14px;
}

.paymenttitle {
    text-align: left;
    margin-top: 15px;
}
/*******/

.leftTxt {
    text-align: left;
    width: 66%;
    display: inline-block;
}

.rightTxt {
    text-align: right;
    width: 30%;
    display: inline-block;
}

.iptTxt {
    color: #b0b0b0;
    font-size: .8rem;
    margin-top: 10px;
    text-align: center;
}

.inlineTxt {
    position: relative;
    width: 100%;
}

.requiredText {
    width: 30%;
    text-align: left;
    display: inline-block;
    opacity: 0.7;
    margin-bottom: 15px;
    user-select: none;
}

.retrieveTxt {
    text-decoration: underline;
    float: right;
    text-align: right;
    display: inline-block;
    font-size: .96rem;
    opacity: 0.7;
    margin-bottom: 15px;
}

    .retrieveTxt a {
        color: #343434;
        text-decoration: none;
    }

        .retrieveTxt a:hover {
            cursor: pointer;
            color: #007AB3 !important;
        }

#retrievetxtback {
    display: none;
    visibility: hidden;
}

.cardTypeLabel {
    float: left;
}

.paymentMethods {
    text-align: right;
    float: right;
    margin-left: auto;
    display: inline-block;
    margin-bottom: 10px;
}

    .paymentMethods img {
        margin-left: 10px;
        width: 40px;
        height: auto;
    }

/*.titleOptCont {
    display: block;
    margin-bottom: 20px;
}

.titleOpt {
    display: inline-block;
    height: 45px;
    padding: 5px;
    border-radius: 4px;
    color: #007AB3;
    background-color: white;
    border: 1px solid #007AB3;*/
    /* box-shadow: 0px 2px 6px rgba(0,0,0, 0.05)!important; */
    /*transition: .1s linear;
}

.titleOptSelected {
    display: inline-block;
    height: 45px;
    padding: 5px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #007AB3;
    border: 1px solid #007AB3;
    transition: .1s linear;
}

.titleOpt:hover {
    color: #007AB3;
    cursor: pointer;
    border: 1px solid #007AB3;
}

.titleOver {
    z-index: 20;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.titleOptInner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.formText {
    margin-top: 5px;
    margin-bottom: 25px;
    user-select: none;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
}

input {
}

.mainForm1 {
    width: 100%;
}

.mainForm3 {
    width: 100%;
}

#formsection2 {
    width: 83%;
}

.innerForm1 {
}

.input-group label {
    display: block;
    width: 100%;
}

/*.regInput {
    position: relative;
    width: 100%;
}
*/
.searchReg {
    cursor: pointer;
    padding: 6px;
    z-index: 100;
    vertical-align: middle;
    color: #006192;
    letter-spacing: .9px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.searchRegIcon {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 1.5px;
}

.searchReg span {
}


.innerForm2 {
    display: none;
}

.innerForm3 {
    display: none;
}

#valfname, #vallname, #valpost, #val1dd, #val2add, #valcity, #valpost2, #valcount, #valnum, #valmail {
    text-align: center;
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: red;
    margin-bottom: .1rem;
}


.fieldCont {
    margin-bottom: 10px;
}

.findPostBtn {
    user-select: none;
    cursor: pointer;
    width: 100px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    border-radius: 0px;
    border: 1px solid #ced4da;
    background-color: white;
    transition: 0.2s linear;
    /* box-shadow: 0px 2px 6px rgba(0,0,0, 0.05)!important; */
}

    .findPostBtn:hover {
        color: white;
        border: 1px solid #007AB3;
        background-color: #007AB3;
    }

.findPostDisabled {
    user-select: none;
    cursor: not-allowed;
    width: 100px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    border-radius: 0px;
    border: 1px solid #ced4da;
    background-color: #e9ecef;
    transition: .15s linear;
}

.fieldCont #cpost {
    transition: .15s linear;
    /* box-shadow: 0px 2px 6px rgba(0,0,0, 0.05)!important; */
}

.manualAddress {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 2px;
    font-size: .9rem;
}

    .manualAddress a {
        color: #6c757d;
    }

        .manualAddress a:hover {
            color: #007AB3;
            text-decoration: underline;
            cursor: pointer;
        }

.manualAddressHide {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 2px;
    font-size: .9rem;
}

    .manualAddressHide a {
        color: #6c757d;
    }

        .manualAddressHide a:hover {
            color: #007AB3;
            text-decoration: underline;
            cursor: pointer;
        }

#manaddresscont {
    animation: fade1 .5s forwards;
    opacity: 0;
    display: none;
    visibility: hidden;
}

#manhidebtn {
    display: none;
    visibility: hidden;
}

@keyframes fade1 {
    0% {
    }

    100% {
        opacity: 1;
    }
}

.selectAddressCont {
    border: none;
    border-bottom: 1px solid #D9D9D9;
    padding-left: 4px;
}

.addressContainer {
    padding: 8px 12px 8px 12px !important;
    height: 140px;
    overflow-y: auto;
}

.addressContItem {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px !important;
    margin-bottom: 7px !important;
    cursor: pointer;
    transition: .1s linear;
    user-select: none;
}

    .addressContItem:hover {
        color: #007AB3;
    }

.emailTxt {
    margin-top: .3rem;
    padding: 2px;
    color: #6c757d;
    font-size: .9rem;
    margin-bottom: 0.1rem;
}

.smallTxt {
    font-size: 12px;
    color: #303030;
}

.errorMessage2 {
    text-align: left !important;
    display: none;
    margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FCE5EB;
    border: 1px solid #DC3149;
    padding: 15px;
    border-radius: 4px;
}

    .errorMessage2 img {
        width: 26px;
        margin-right: 12px;
        margin-bottom: 2px;
    }

.errorMessage {
    margin-top: 20px;
    width: 100%;
    background-color: #FCE5EB;
    border: 1px solid #DC3149;
    padding: 15px;
    border-radius: 4px;
}

    .errorMessage img {
        width: 26px;
        margin-right: 12px;
        margin-bottom: 2px;
    }

#valmile {
    width: 100%;
    background-color: #FCE5EB;
    border: 1px solid #DC3149;
}

#valcard, #valcnumber, #valexpdate, #valcvc, #valcholdname, #valaccname, #valaccnum, #valbilladd, #valpost2, #valexpdate2, #valseladd, #valccheck5, #valccheck6, #valccheck7, #valccheck8 {
    text-align: left;
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: red;
    margin-bottom: .2rem;
}

#valsortcd {
    text-align: left;
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: red;
    margin-bottom: .2rem;
}

.labelInline {
    display: block;
    vertical-align: middle;
    width: 100%;
}

.labelTxt1 {
}

.labelTxt2 {
    margin-top: .3rem;
    display: inline-block;
    float: right;
    font-size: 0.83rem;
    margin-bottom: 0.2rem;
}

.postCont, .selAddCont {
    display: none;
    visibility: hidden;
}

.labelTxt2:hover {
    text-decoration: underline;
    color: #007AB3;
    cursor: pointer;
}

.baCont {
}

#cbilladd {
    vertical-align: none;
    min-height: 90px;
    border-radius: 0px;
}

.dropField {
    margin-top: 20px;
}

.dropField2 {
    margin-top: 5px;
}

.fieldCont .form-control {
}

/* toggle switch */

.permisSwitch {
    width: 100%;
}

.contactOption {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#datetimepicker1 > div.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom {
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    font-size: 16px;
    line-height: 32px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    line-height: 35px;
}

.bootstrap-datetimepicker-widget table tr {
    user-select: none;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 45px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #007AB3;
}

/*.contactOption input {
    width: 22px;
    height: 22px;
    margin-right: 60px;
}

.contactOptTxt {
    display: inline;
    margin-bottom: 0px;
    margin-left: 13px;
}*/

.contactOption input {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.contactOptTxt {
    display: inline;
    margin-bottom: 6px;
    margin-left: 13px;
}

.mainSwitch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

    .mainSwitch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.mainSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #707070;
    -webkit-transition: .4s;
    transition: .4s;
}

    .mainSlider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        border-radius: 50%;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .mainSlider {
    background-color: #007AB3;
}

input:focus + .mainSlider {
    box-shadow: 0 0 1px #007AB3;
}

input:checked + .mainSlider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.mainSlider.round {
    border-radius: 34px;
}

    .mainSlider .round:before {
        border-radius: 50%;
    }

.mainSwitchTxt {
    margin-top: 5px;
    display: inline;
    margin-bottom: 0px;
    margin-left: 10px;
}


/* Toggle switch end */

.form-control::placeholder {
    color: #cdcdcd;
}

.mainTooltip {
    margin-left: 20px;
    display: inline-block;
}

    .mainTooltip img {
        width: 28px;
        margin-bottom: 3px;
    }

.tooltip-inner {
    background-color: white;
    border: 1px solid black;
    color: black;
    border-radius: 0px !important;
    padding: 9px;
    text-align: left;
    min-width: 300px;
    width: 40%;
}

.dropdown {
    border-radius: 0px;
}

.dropdown-toggle {
    border-radius: 0px;
}

.confirmDetailsCont {
    border-top: .6px solid #D9D9D9;
    border-bottom: .6px solid #D9D9D9;
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
    vertical-align: middle;
    position: relative;
    margin: 0;
    text-align: left;
    width: 100%;
    color: #0056b3;
    cursor: pointer;
}

.confirmDetailsTxt {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 88%;
    margin-bottom: 0px;
}

#confaccord {
}

.confirmDetailsExpanded {
    width: 100%;
    height: auto;
    padding: 20px 3px 14px 3px;
    border-bottom: .6px solid #D9D9D9;
}

.detailOption {
    display: block;
    padding: 2px;
    margin-bottom: 15px;
}

.detailCheckmark {
    display: inline-block;
    width: 22px;
    margin-right: 15px;
    margin-bottom: 8px;
}

.detailTxt {
    display: inline-block;
    width: 90%;
    margin-bottom: 2px;
}

.dropdownMenu {
    padding: 14px;
    font-size: .9rem;
    width: 100%;
    margin-top: 0 !important;
    border-radius: 0px;
}

.dropArrow1 {
    padding: 1px;
    margin-top: 17px;
    width: 18px;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

.dropArrow2 {
    padding: 1px;
    margin-top: 2px;
    width: 15px;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

#droparrow {
    transform: rotate(0deg);
    display: block;
    visibility: visible;
}

#droparrowup {
    display: none;
    visibility: hidden;
}

.cardTxt {
    margin: 0;
    text-align: left;
    width: 100%;
}


#dropdownmenu2 {
    padding: 0px;
    font-size: .9rem;
    width: 100%;
    margin-top: 0 !important;
    border-radius: 0px;
}

#dropdownbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

    #dropdownbutton::after {
        content: none;
    }

#dropdownbutton2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

    #dropdownbutton2::after {
        content: none;
    }

#dropdownmenu2 .dropdown-item {
    padding: 12px;
}

    #dropdownmenu2 .dropdown-item:hover {
        background-color: #007AB3;
        cursor: pointer;
        color: white;
    }


#dropdownbutton3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

    #dropdownbutton3::after {
        content: none;
    }

#dropdownmenu3 {
    padding: 12px;
}

    #dropdownmenu3 ul {
        list-style: none;
        margin-block-start: 0px;
        padding-inline-start: 0px;
        margin-bottom: 5px;
    }

        #dropdownmenu3 ul li {
            margin-bottom: 8px;
        }

#directdroptitle img {
    margin-left: 5px;
    width: 55px;
}

.checkCont {
}

.checkboxConfirm2 {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/* .checkboxConfirm2 .cr{
  position: relative;
  display: inline-block;
  border: 1px solid #007AB3;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: .5em;
} */

.checkTxt {
}

.checkTxtMuted {
    margin-top: 4px;
    font-size: .85rem;
    line-height: .89rem;
    margin-bottom: 0px;
    color: #707070;
}


.directDebCont {
    padding: 0px;
    width: 100%;
    height: auto;
}

    .directDebCont .fieldCont {
    }

.directTitle {
    margin-bottom: 20px;
}

.sortCodeTitle {
    width: 100%;
    margin-bottom: 0px;
}

#val1, #val2, #val3, #val4, #val5, #val6, #val7, #val8, #valref {
    margin-top: 0.18rem;
    font-size: 0.8rem;
    color: red;
    margin-bottom: .5rem;
}

.showPinTxt {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 3px;
    font-size: 1rem;
}

.maj2 {
    width: 90%;
    margin: auto;
}

    .maj2 label {
        margin-top: 5px;
    }

.form-group {
    margin-bottom: .5rem;
}



.form-group label {
    margin-top: 30px;
}

.elLabl {
    margin-top: 35px;
}

.regBtnCont {
    text-align: center;
}

.showPinBtn {
    cursor: pointer;
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    border-radius: 0px;
    border: 1px solid #ced4da;
    background-color: white;
    transition: 0.2s linear;
}

    .showPinBtn:hover {
        color: white;
        background-color: #000000;
    }

.showSelect {
    background-color: black;
    color: white;
}

.mainBtn {
    max-width: 335px;
    width: 55%;
    margin: auto;
    min-width: 250px;
    padding: 15px 12px 15px 12px;
    background-color: #3da556;
    color: white !important;
    letter-spacing: 2px;
}



.regBtnCont #cb3 {
    display: none;
    visibility: hidden;
}

.regBtnCont #cb4 {
    display: none;
    visibility: hidden;
}

.retrBtn {
    font-size: .86rem;
    width: 30%;
    margin: auto;
    min-width: 150px;
    padding: 10px 12px 10px 12px;
    border: 1px solid #747474;
    background-color: transparent;
    color: black;
    transition: 0.15s linear;
    letter-spacing: 2px;
}

    .retrBtn:hover {
        color: #007AB3 !important;
        border: 1px solid #007AB3;
    }

.carFoundCont {
    margin: auto;
    width: 100%;
    border: 1px solid #1E8927;
    background-color: #E8F3E9;
    text-align: left;
    border-radius: 5px;
    /* visibility: hidden; */
    /* display: none; */
    padding: 15px;
    margin-top: 12px;
}

#infocont {
    background-color: #ECF0F8;
    border: 1px solid #496EBD;
}

.carFoundCont2 {
    margin: auto;
    width: 100%;
    border: 1px solid #cecece;
    background-color: transparent;
    text-align: left;
    /* visibility: hidden; */
    /* display: none; */
    padding: 15px;
    margin-top: 12px;
}

.carFoundCont p {
    margin-top: 0.5rem;
    color: #000000;
    margin-bottom: 0.3rem;
}

.carFoundCont2 p {
    color: #006192;
    margin-bottom: 0.2rem;
}

.carFoundCont2 span {
    display: block;
    color: #000000;
}

.mainLink {
    text-decoration: none;
    color: black;
}


.carFoundTitle {
    color: #000000;
    letter-spacing: 0px;
    display: inline;
}

.carFoundImg {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 3px;
    width: 30px;
    height: 30px;
}

.carFoundTxt {
    margin-top: 15px;
    margin-bottom: 2px;
}

    .carFoundTxt a {
        color: black;
        text-decoration: none;
    }

        .carFoundTxt a:hover {
            color: #007AB3;
        }


.confBtn {
    visibility: hidden;
    display: none;
    padding: 20px;
    text-align: center;
}

#regconfbtn {
}

.confBtn .mainBtn {
    width: 40%;
    padding: 10px 12px 10px 12px;
    background-color: black;
    color: white !important;
}

    .confBtn .mainBtn:hover {
        background-color: #007AB3;
        color: white;
    }

/*#confbtn, #confbtn {
    display: none;
}*/

#confbtn2 {
    margin-bottom: 20px;
}

#content1 {
    width: 100%;
}

.vehicleCont {
}

.vehicleDetails {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 35%;
    padding: 17px;
    margin: auto;
    height: auto;
    background-color: transparent;
    border: 1px solid #909090;
    color: #909090;
}

.label1 {
    color: black;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

    .label1 span {
        color: #202020;
        font-weight: normal;
    }

.productCont {
    position: relative;
    text-align: center;
}


/* CHECKBOX START */
.checkboxConfirm {
    text-align: center;
    display: none;
    visibility: hidden;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

    .checkboxConfirm .cr {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #a9a9a9;
        width: 1.8rem;
        background-color: white;
        height: 1.8rem;
        margin-right: .5em;
    }

.checkConfOverlay {
    z-index: 20;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .checkConfOverlay:hover {
        cursor: pointer;
    }

.checkbox label {
    margin-bottom: 0;
}

    .checkbox label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox .cr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a9a9a9;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .5em;
}

    .checkbox .cr .cr-icon {
        line-height: 0;
    }

.checkbox label input[type="checkbox"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
    }

.prodPrice strong {
    font-size: 32px;
    color: #007AB3;
}
.prodPrice span {
    font-size: 18px;
}
/* CHECKBOX END */



.mainProdExcess {
    position: relative;
    width: 40%;
    min-width: 200px;
    margin: auto;
    margin-bottom: 7px;
    background-color: white;
    border: 1px solid #007AB3;
    color: #007AB3;
    min-height: 50px;
    height: auto;
    border-radius: 5px;
    padding: 12px;
    transition: .3s linear;
}

.mainProdOptionSelected {
    position: relative;
    width: 40%;
    min-width: 200px;
    margin: auto;
    margin-bottom: 7px;
    background-color: #007AB3;
    border: 1px solid #007AB3;
    color: #ffffff;
    min-height: 50px;
    height: auto;
    border-radius: 5px;
    padding: 12px;
    transition: .3s linear;
}

.mainProdExcess:hover {
    border: 1px solid #007AB3;
    background-color: #007AB3;
    color: #ffffff;
    cursor: pointer;
}

.mainProdExcess p {
    padding-top: 3px;
    padding-bottom: 3px;
}

.mainProd {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #707070;
    color: #404040;
    min-height: 50px;
    /*height: auto;*/
    height:90%;
    padding: 10px;
    transition: .3s linear;
    /* box-shadow: 0px 2px 10px rgba(0,0,0, 0.1)!important; */
}

.mostPop {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background-color: #E1CFEB;
    border: 2px solid #E1CFEB;
}

.mainProdInner {
    position: relative;
    text-align: left;
    width: 100% !important;
    /*height: 100%;
    display: flex;*/
    align-items: center;
    justify-content: center;
}

.prodInnDetails {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.prodDet {
    display: block;
    text-align: left;
    width: 100%;
    /*margin-bottom: 5px;*/
}

.prodDetInstruction {
    font-size: 12px !important;
    color: black;
    margin-top: 10px !important;
}

.sideCheck {
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.prodDetTxt {
    letter-spacing: -0.3px;
    font-size: 14px !important;
    display: inline;
    color: black !important;
    width: auto;
}


.mainSelectBtn {
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 220px;
    padding: 12px;
    background-color: transparent;
    color: #007AB3;
    border: 2px solid #007AB3;
    border-radius: 4px;
    letter-spacing: 2px;
}

.mainSelectedBtn {
    /* display: none;
  visibility: hidden; */
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 220px;
    padding: 12px;
    background-color: #007AB3;
    color: #ffffff;
    border: 2px solid #007AB3;
    border-radius: 4px;
    letter-spacing: 2px;
}

.pOverlay {
    z-index: 20;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}


.payCont {
    text-align: center;
}

.payOption {
    position: relative;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 39%;
    max-width: 270px;
    background-color: white;
    margin-bottom: 7px;
    border: 1px solid #707070;
    height: auto;
    padding: 13px;
    vertical-align: middle;
    transition: .15s linear;
    /* box-shadow: 0px 2px 10px rgba(0,0,0, 0.1)!important; */
}

.payOptInner {
    height: 100%;
    width: 100%;
    z-index: 100;
}

.prodTxt {
    text-align: center;
    vertical-align: middle;
    margin-top: 7px !important;
    font-size: 20px !important;
    margin-bottom: 0px;
}

.payTxt {
    text-align: center;
    vertical-align: middle;
}

.prodPrice {
    margin-bottom: 5px;
}

.labelProd {
    margin-bottom: 5px;
    text-align: center;
}

.labelPay {
    text-align: center;
    margin-bottom: 25px;
}

.label2 {
    text-align: center;
    color: #7f7f7f;
    margin-top: 14px;
    font-size: .8rem;
}

.payOption:hover, .mainProd:hover {
    border: 1px solid #007AB3;
    background-color: white;
    color: #007AB3;
    cursor: pointer;
}

.mainProd p, .payOption p, .selected p, .paySelected p, .mainProdExcess p {
    font-size: 1.1rem;
    width: 100%;
    margin: auto;
    user-select: none;
}

.selected {
    /*position: relative;*/
    /*width: 80%;*/
    /*min-height: 50px;*/
    /*margin: auto;
    margin-bottom: 15px;
    padding: 10px;
    transition: .2s linear;
    color: #007AB3;
    background-color: white;
    border: 1px solid #007AB3;
    color: #007AB3;*/
    /* box-shadow: 0px 2px 10px rgba(140,0,0, 0.15)!important; */

    border: 2px solid #007AB3;
    display: inline-block;
    font-size: 16px;
    float: right;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.1s ease-in, border-color 0.1s ease-in, color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in, border-color 0.1s ease-in, color 0.1s ease-in;
    transition: background-color 0.1s ease-in, border-color 0.1s ease-in, color 0.1s ease-in;
}

.paySelected {
    position: relative;
    border-radius: 4px;
    width: 39%;
    max-width: 270px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
    margin-bottom: 7px;
    padding: 13px;
    vertical-align: middle;
    transition: .2s linear;
    background-color: #007AB3;
    border: 1px solid #007AB3;
    color: #ffffff;
    /* box-shadow: 0px 2px 10px rgba(140,0,0, 0.15)!important; */
}

#valprod, #valpay, #valcheck {
    text-align: center;
    margin-top: 0.4rem;
    font-size: 0.8rem;
    color: red;
    margin-bottom: .1rem;
}

.mailInputCont {
    text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.confirmStatements {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#popupnostate, #popupyesstate {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.contBtnCont {
    text-align: center;
    position: relative;
    padding: 20px;
    width: 75%;
    margin: auto;
}

.continueBtn, .continueBtn2 {
    max-width: 335px;
    width: 55%;
    margin: auto;
    min-width: 250px;
    padding: 15px 12px 15px 12px;
    background-color: #3da556;
    color: white !important;
    letter-spacing: 2px;
}

.backBtn, .backBtn2 {
    letter-spacing: 1.4px;
    margin: auto;
    margin-top: 10px;
    width: 20%;
    min-width: 150px;
    padding: 10px 12px 10px 12px;
    color: #007AB3;
    text-decoration: none !important;
}
    .backBtn:before {
        content: url('../Content/Images/azArrowLeft.png');
        margin-right: 7px;
        display: inline-block;
        transform: scale(.8)
    }
    .backBtn img {
        margin-right: 7px;
        display: inline-block;
        width: 22px;
    }

.backBtn3 {
    margin: auto;
    margin-top: 10px;
    width: 33%;
    min-width: 150px;
    padding: 10px 12px 10px 12px;
    color: #007AB3;
    text-decoration: underline !important;
}

    .backBtn3:hover {
        background-color: black;
        min-width: 150px;
        color: white;
    }

.continueBtn:hover, .continueBtn2:hover {
    background-color: #007AB3;
    color: white;
}

.backBtn:hover, .backBtn2:hover {
    color: #007AB3
}

.existingCustomer {
    margin-top: 20px !important;
    width: 45%;
    text-align: center;
    margin: auto;
    border: 1px solid black;
    padding: 15px;
    font-size: 0.9rem;
    background-color: white;
}

    .existingCustomer h5 {
    }

    .existingCustomer p {
        margin-bottom: 0;
    }

.pStr {
    font-size: 1.15rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.beneCont {
    margin-top: 15px;
    margin-left: auto;
    width: 90%;
    padding: 10px;
    background-color: #F5F5F5;
    height: auto;
    text-align: center;
}

.beneCont-2 {
    margin: auto;
    width: 90%;
    padding: 10px;
    background-color: #F5F5F5;
    height: auto;
    text-align: center;
}

.benefitSection {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .benefitSection p {
        padding-bottom: 7px;
        width: 80%;
        margin: auto;
        text-align: center;
        word-wrap: break-word;
    }

.policySection {
    margin-top: 15px;
    margin: auto;
    width: 50%;
    max-width: 480px;
    padding: 6px;
    background-color: white;
    height: auto;
}

    .policySection .policyFiles {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.policyFiles p {
    font-size: 18px;
    margin-bottom: 4px;
}

.downloadTxt {
    font-size: 14px !important;
}

.pdfCont {
    background-color: #F5F5F5;
    padding: 15px;
    margin-top: 20px;
    position: relative;
    text-align: left;
}

    .pdfCont a {
        text-decoration: none;
        color: #3f3f3f;
        padding: 20px;
    }

        .pdfCont a:hover {
            color: #007AB3;
        }

    .pdfCont img {
        content: url('Images/azPdf.png');
        display: inline-block;
        width: 32px;
        margin-right: 8px;
        height: auto;
    }

    .pdfCont .downloadIcon {
        content: url('Images/azDownload.png');
        margin-top: 11px;
        position: absolute;
        right: 10px;
        width: 18px;
    }


    .pdfCont p {
        width: 100%;
        display: inline;
        text-align: center;
        font-size: 1rem;
    }



/* FOOTER */

.footerCont {
    vertical-align: bottom;
    width: 100%;
    bottom: 0;
}

.contactCont {
    margin: auto;
    width: 100%;
    bottom: 0;
    height: auto;
    background-color: #F5F3ED;
    padding: 14px;
    text-align: center;
}

.contactContText {
    margin-top: 20px;
    font-size: 13px;
}



.contactField {
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: left;
}

    .contactField img {
        display: inline-block;
        width: 64px;
        height: 64px;
        margin-right: 10px;
        margin-bottom: 3px;
    }

.contactLink {
    user-select: none;
    text-decoration: none;
    color: #007AB3;
}

    .contactLink:hover {
        text-decoration: none;
        color: #008Bc4;
    }

.contactField .contactFieldTxt {
    display: inline-block;
    font-size: 22px;
}


footer {
    bottom: 0;
    height: auto;
    padding: 14px;
}

.footerText {
    word-wrap: break-word;
    width: 85%;
    margin: auto;
    font-size: 0.9rem;
    color: #000000;
    margin-bottom: 0px;
}

.footerLinksCont {
    margin: auto;
    width: 85%;
    height: auto;
}


    .footerLinksCont a {
        display: block;
        text-decoration: none;
        color: #707070;
        padding: 2px;
        margin-bottom: 3px;
        transition: 0.15s linear;
    }

        .footerLinksCont a:hover {
            color: #007AB3;
        }

/* FOOTER END */


/* MEDIA QUERIES START*/


@media (max-width: 991px) {
    .divHi {
        display: none;
    }

    .popUp1 .dividerSmall {
        margin-bottom: 7px;
    }

    .popUpUL1, .popUpUL2, .popUpULLapsed, .popUpULRoadside {
        font-size: 0.9rem;
    }

    .carFoundCont {
        min-width: 200px;
    }

    .carFoundCont2 {
        min-width: 200px;
    }

    .infoCont {
        width: 100%;
        border-bottom: 1px solid #cacaca;
    }

    .beneCont {
        margin-top: 0px;
        width: 100%;
    }

    .beneCont-2 {
        margin-top: 0px;
        width: 100%;
    }

    .policySection {
        margin-top: 0px;
        width: 60%;
    }

    .contBtnCont {
        width: 100%;
        text-align: center;
    }

    .contactContText {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {

    .popUpConfBtn {
        margin-bottom: 8px;
    }

    .pBtnSelected {
        margin-bottom: 8px;
    }


    .quoteStep {
        width: 50px;
        height: 50px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .innerLogoCont {
        width: 88%;
    }

    .mainContContainer {
        margin-left: auto;
        height: auto;
        min-height: auto;
    }

    .vehicleDetails {
        width: 55%;
    }

    .confirmCont {
        width: 90%;
    }

    .errorCont {
        width: 90%;
    }

    .formSection {
        width: 90%;
    }

    #formsection2 {
        width: 100%;
        text-align: center;
    }

    #formsection3 {
        width: 85%;
        text-align: left;
    }

    .contentCont {
        width: 100%;
        margin: auto;
    }

    .requiredText {
        text-align: left;
        margin-bottom: 20px;
    }

    .persInfCont {
        width: 100%;
        margin: auto;
    }

    .titleOptCont {
        width: 77%;
        margin-left: auto;
        margin-right: auto;
    }

    .titleOpt {
        margin-bottom: 7px;
    }

    .titleOptSelected {
        margin-bottom: 7px;
    }

    .fieldCont {
        margin-bottom: 5px;
    }

    .dropField {
        margin-top: 15px;
    }

    .regBtnCont {
        width: 100%;
        text-align: center;
    }

    .mainBtn, .continueBtn {
        width: 100%;
        margin-left: auto;
        min-width: 180px;
    }

    .existingCustomer {
        width: 84%;
    }

    .carFoundCont {
        max-width: none;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 13px;
    }

    .carFoundCont2 {
        max-width: none;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 13px;
    }

    .existWarr {
        margin-top: 8px;
        width: 90%;
        margin: auto;
        text-align: center;
    }

        .existWarr label {
            font-size: 1rem;
        }

    .confBtn {
        width: 100%;
        text-align: center;
    }

        .confBtn .mainBtn {
            margin-left: auto;
            width: 65%;
        }

    #vehdet2 {
        min-width: 260px;
    }

    .mainProd {
        display: block;
        width: 85%;
        margin: auto;
        margin-bottom: 15px;
    }

    .mainSelectBtn {
        min-width: 180px;
        width: 80%;
        margin-top: 22px;
        margin-bottom: 15px;
    }

    .mainSelectedBtn {
        min-width: 180px;
        width: 80%;
        margin-top: 22px;
        margin-bottom: 15px;
    }

    .mostPop {
        width: 85%;
    }

    .payOption {
        display: block;
        width: 85%;
        margin: auto;
        margin-bottom: 10px;
    }

        .mainProd p, .payOption p, .selected p, .paySelected p {
            font-size: 1.1rem;
        }

    .selected {
        display: block;
        width: 85%;
        margin: auto;
        margin-bottom: 15px;
    }

    .paySelected {
        display: block;
        width: 85%;
        margin: auto;
        margin-bottom: 10px;
    }

    .sortCont {
        width: 33.3% !important;
    }

    .contBtnCont {
        width: 100%;
    }

    .backBtn3 {
        width: 60%;
    }

    .continueBtn {
        position: relative;
        width: 85%;
    }

    .addressContainer {
        height: 240px;
        padding: 8px 6px 8px 6px !important;
    }

    .backBtn {
        margin-bottom: 5px;
    }

    .continueBtn2 {
        position: relative;
        width: 85%;
        min-width: 180px;
    }

    .backBtn2 {
        margin-bottom: 5px;
    }

    .divM2 {
        display: none;
    }

    .policySection {
        width: 80%;
    }
}

@media (max-width: 497px) {



    .popUpConfBtn {
    }

    .pBtnSelected {
    }

    .afterBtnTxt p {
        padding: 0px;
        font-size: 0.8rem !important;
        margin-top: 15px;
    }


    .quoteStep {
        width: 40px;
        height: 40px;
    }

        .quoteStep span {
            font-size: 18px;
        }

    .titleCont .stepTitle {
        font-size: 1.8rem;
    }

    .titleCont .stepTitle {
        font-size: 1.56rem;
    }

    .titleCont + .dividerReg {
        height: 15px;
        min-height: 15px;
    }

    .searchReg {
        right:15px !important;
    }

        .searchReg span {
            font-size: 14px;
            letter-spacing: 1px;
        }

    .vehicleDetails {
        width: 80%;
        font-size: .75rem;
    }

    .confirmCont {
        padding: 10px;
    }

    .errorCont {
        padding: 10px;
    }

    .formSection {
        padding: 10px;
    }

    .debitInitCont {
        width: 100%;
        padding: 6px;
    }

        .debitInitCont p {
            text-align: center;
        }

    .leftTxt {
        width: 100%;
    }

    .rightTxt {
        width: 100%;
    }

    .paySchedCont {
        padding: 12px;
    }

        .paySchedCont p {
            font-size: 0.8rem;
        }

    #formsection3 {
        padding: 14px;
        width: 93%;
    }

    .requiredText {
        width: 50%;
        font-size: 0.8rem;
    }

    .fieldCont .dropdown-toggle {
        font-size: 0.65rem;
    }

    .formText {
        font-size: 1rem;
    }

    .fieldCont label, .fieldCont .sortCodeTitle {
        font-size: 0.92rem;
    }

    .findPostBtn {
        width: 60px;
        min-width: 70px;
    }

    .findPostDisabled {
        width: 60px;
        min-width: 70px;
    }

    .manualAddress a {
        font-size: .9rem;
    }

    .cardTxt {
        font-size: .9rem;
    }

    #cardtypetxt {
        font-size: .9rem;
    }

    #contacttxt {
        font-size: 0.8rem;
    }

    #directdroptitle {
        font-size: 0.7rem;
    }

    .labelTxt2 {
        margin-bottom: 0.4rem;
        margin-top: .2rem;
    }

    .dropField {
    }

    .fieldCont .checkboxConfirm2 {
        font-size: .9rem;
        line-height: 1.3rem;
    }

    .dropdownMenu {
        padding: 10px;
        font-size: .8rem;
        line-height: 1.1rem;
    }

    .confTxt2 {
        font-size: 0.9rem;
    }

    #dropdownbutton {
        min-height: 38px;
    }

    #dropdownbutton2 {
        min-height: 38px;
    }

    #dropdownbutton3 {
        min-height: 38px;
    }

    #dropdownmenu3 {
    }

        #dropdownmenu3 ul {
        }

            #dropdownmenu3 ul li {
            }

    #directdroptitle img {
        width: 36px;
    }

    .tooltip-inner {
        min-width: 220px;
        line-height: 1.1rem;
    }

    .backBtn3 {
        width: 70%;
        font-size: .9rem;
    }

    .contactField {
        min-width: auto;
    }

    .pdfCont {
        padding: 9px;
    }


    .contactCont p {
        width: 90%;
        font-size: 0.9rem;
    }

    .contactCont a {
        font-size: .85rem;
    }

    .contactField {
        text-align: center;
        margin-bottom: 5px;
        width: auto;
    }
}

@media print {

    title {
        content: "Allianz Assistance Extended Warranty - Confirmation" !important;
    }

    .titleCont .titleConfirm {
        margin: none !important;
    }

    .popupCont {
        display: none;
        visibility: hidden;
    }

        .popupCont + .dividerBig, .popupCont + .dividerReg {
            display: none;
            visibility: hidden;
        }

    .mainContContainer {
        margin: 0;
        padding: 0;
        background-color: #fff !important;
    }

        .mainContContainer + .dividerSmall, .mainContContainer + .dividerReg {
            display: none;
            visibility: hidden;
        }

    .confInner1 * {
        font-size: 0.8rem;
    }

    .confInner2 * {
        font-size: 0.8rem;
    }

    .confInner3 * {
        font-size: 0.8rem;
    }

    .confInner3 .directDeb {
        font-size: 0.8rem;
    }

    .confirmCont {
        width: 80%;
        padding: 12px;
        padding-bottom: 2px;
    }

    .errorCont {
        width: 80%;
        padding: 12px;
        padding-bottom: 2px;
    }

    .policySection {
        display: none;
        visibility: hidden;
    }

        .policySection + .dividerSmall, .policySection + .dividerReg {
            display: none;
            visibility: hidden;
        }

    .contactCont {
        display: none;
        visibility: hidden;
    }

        .contactCont + .dividerSmall, .contactCont + .dividerReg {
            display: none;
            visibility: hidden;
        }

    .printTxt {
        display: none;
        visibility: hidden;
    }

    .contBtnCont {
        display: none;
        visibility: hidden;
    }

    footer {
        display: none;
        visibility: hidden;
    }

    .print:last-child {
        page-break-after: auto;
    }
}


/* styles for radio button*/

.popUpConfBtn {
    margin: 10px;
}

    .popUpConfBtn input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

        .popUpConfBtn input[type="radio"]:checked + label {
            color: white !important;
            background-color: #007AB3;
        }

    .popUpConfBtn label {
        margin-right: 30px;
        display: inline-block;
        width: 64px;
        height: 64px;
        line-height: 50px;
        vertical-align: middle;
        border-radius: 50%;
        padding: 6px;
        background-color: transparent;
        border: 1px solid #007AB3;
        color: #007AB3 !important;
        text-align: center;
    }

    .popUpConfBtn input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .popUpConfBtn label:hover {
        color: white !important;
        background-color: #007AB3;
    }

    .popUpConfBtn input[type="radio"]:focus + label {
        color: white !important;
        background-color: #007AB3;
    }

    .popUpConfBtn input[type="radio"]:checked + label {
        color: white !important;
        background-color: #007AB3;
    }



    /* Datepicker */


.datepicker {
    background-color: #f2f6f9;
    color: #005399;
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    text-transform: uppercase;
    direction: ltr;
}

    .datepicker {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 400px;
        list-style: none;
    }

        .datepicker.dropdown-menu th {
            padding: 4px 5px;
        }

        .datepicker.dropdown-menu td {
            padding: 4px 0;
        }

@media screen and (min-width: 64em) {
    .datepicker {
        /*margin-left: -200px;*/
    }
}

.datepicker table {
    border: 0;
    margin: 0;
    width: 100%;
}

    .datepicker table tr td span {
        display: block;
        width: 23%;
        height: 54px;
        line-height: 54px;
        float: left;
        margin: 1%;
        cursor: pointer;
    }

.datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 4px 8px;
    cursor: pointer;
}

    .datepicker td:hover {
        color: #598fbd;
    }

    .datepicker td.active {
        border: 2px solid #005399;
    }

    .datepicker td.disabled {
        color: #000000;
        cursor: default;
    }

.datepicker th {
    text-align: center;
    color: #005399 !important;
    color: #bebebe;
    cursor: default;
    font-weight: 100;
    width: 50px;
    height: 20px;
    border: 0;
    padding: 4px 8px;
}

    .datepicker th.date-switch {
        color: #005399;
    }

.datepicker .fi-arrow-left, .datepicker .fi-arrow-right {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #3b3b3b transparent transparent;
    float: right;
}

.datepicker .fi-arrow-right {
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #3b3b3b;
    float: left;
}

.datepicker .cw {
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th.cw {
        cursor: default;
        background-color: transparent;
    }

.datepicker tfoot tr:first-child th {
    cursor: pointer;
}

.datepicker-rtl {
    direction: rtl;
}

    .datepicker-rtl table tr td span {
        float: right;
    }
/*
.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div,
    .datepicker-dropdown::before,
    .datepicker-dropdown::after {
        display: none;
    }
*/
.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

@media screen and (max-width: 39.9375em) {
    .datepicker.dropdown-menu {
        margin-left: 0;
    }
}


/* For customer title section*/

/*#TitleContainer label {
    display: inline-block;
    height: 40px;
    padding: 5px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #007AB3;
    box-shadow: 0px 2px 6px rgba(0,0,0, 0.05) !important;
    transition: .1s linear;
    width: 18.3%;
    text-align: center;
    color: #007AB3;
    transition: .1s linear;
}

#TitleContainer .has-error #TitleValidationErrorMessage {
    display: block !important;
}

#TitleContainer:not(.has-error) #TitleValidationErrorMessage {
    display: none;
}

.titleOptSelected {
    display: inline-block;
    height: 40px;
    padding: 5px;
    color: white;
    border-radius: 4px;
    background-color: #007AB3;
    border: 1px solid #007AB3 !important;
    box-shadow: 0px 2px 6px rgba(100,0,0, 0.08) !important;
    transition: .1s linear;
}

.titleOpt {
    display: inline-block;
    height: 40px;
    padding: 5px;
    color: white;
    background-color: #007AB3;
    border-radius: 4px;
    border: 1px solid #007AB3 !important;
    box-shadow: 0px 2px 6px rgba(100,0,0, 0.08) !important;
    transition: .1s linear;
}

#TitleContainer label:hover {
    color: white;
    cursor: pointer;
    border: 1px solid #007AB3;
    background-color: #007AB3;
}

#TitleContainer input[type="radio"]:checked +label {
    color: white;
    cursor: pointer;
    border: 1px solid #007AB3;
    background-color: #007AB3;
}

#TitleContainer input {
    display: none;
}

#TitleContainer {
    display: block;
    margin-bottom: 20px;
}*/
/*End TitleContainer radio btn*/
/*.pOverlay .checked,
input[type="radio"]:checked + .pOverlay {
    background-color: #007AB3;
    color: #ffffff;
}*/
input[type="radio"] {
    display: none;
}



.prodInnDetails .prodDet p.prodDetTxt:before {
    content: url('../Content/Images/azCheckGre.png');
    display: inline-block;
    margin-bottom: 3px;
    transform: scale(.5);
    vertical-align: middle;
}

#WarrantyExpiryDateError {
    display: none;
}
/*#PriceError { display: none;}*/

/*.field-validation-error {
    margin-top: 20px;
    width: 100%;
    background-color: #FCE5EB;
    border: 1px solid #DC3149;
    border-radius: 4px;
    display: flex;
    padding-top: 15px;
}

.field-validation-error:before {
    content: url('../Content/Images/azError.png');
    display: inline-block;
    transform: scale(.6);
    margin: -10px 5px 0;
}
*/

/*Sidebar and Internal layout */

#residencyContainer {
    width: 35%;
}

#GetQuote {
    min-width: 200px;
    padding: 12px;
    background-color: #007AB3;
}

#Next {
    padding: 5px;
    background-color: #007AB3;
    margin-top: 15px;
}

#Back {
    padding: 5px;
    background-color: #007AB3;
    margin-top: 15px;
}

.sidebarCont {
    padding: 5px;
}

.mainSidebar {
    padding-top: 25px;
    padding-bottom: 35px;
    min-height: 400px;
    width: 95% !important;
}

.innerSidebar {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.buttonCont {
    margin-top: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
}

/*.sidebarButton {
    width: 45%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    min-height: 35px;
    background-color: white;
    color: black;
    border: 1px solid #007AB3;
    font-size: 14px;
    transition: 0.1s linear;
}

    .sidebarButton:hover {
        background-color: #007AB3;
        color: white;
    }


.sidebarButtonSelected {
    width: 45%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    min-height: 35px;
    background-color: #007AB3;
    color: white;
    border: 1px solid #007AB3;
    font-size: 14px;
}

    .sidebarButton:focus, .sidebarButtonSelected:focus {
        outline: none;
    }
*/

.mainSidebar h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.mainSidebar .infoCont {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.infoField {
    padding-top: 1px;
    margin-top: 5px;
    border-bottom: 4px solid #eaeaea;
}

.infoTxt {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    margin-bottom: 8px;
}

    .infoTxt span {
        margin-left: 40px;
        font-size: 14px;
    }

.questionSelected {
    background-color: #007AB3 !important;
    color: white !important;
}

#contactinfo {
    margin-top: 55px;
}

.innerContact {
    width: 85%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .innerContact a {
        text-decoration: none;
        font-size: 22px;
        color: #007AB3;
    }

@media screen and (min-width: 64em) {

    form .col:last-child:not(:first-child) {
        float: left;
    }
}
/*For validation purpose*/ 
.input-field {
    position: relative;
}

    .input-field::before, .input-field::after {
        content: ' ';
        display: table;
    }

    .input-field::after {
        clear: both;
    }

/*has-error*/
.has-error .error-text {
    /*display: block !important;*/
    display:inline-flex;
}

/*For validation purpose*/ 
.error-text {
    display: none;
    margin-top: 20px;
    width: 100%;
    background-color: #FCE5EB;
    border: 1px solid #DC3149;
    border-radius: 4px;   
    padding-top: 15px;  
}
    .error-text:before {
        content: url('../Content/Images/azError.png');
        display: inline-block;
        transform: scale(.6);
        margin: -10px 5px 0;
    }
    .error-text p {
        margin-bottom: 0;
    }


    .error-text span {
        margin: 0;
        padding: 0;
    }


  




.not-covered {
    /*margin: 0px 0px;*/
}


/*hidden class */

[hidden] {
    display: none;
}

    [hidden][aria-hidden="false"] {
        clip: rect(0 0 0 0);
        display: inherit;
        position: absolute;
    }

        [hidden][aria-hidden="false"]:focus {
            clip: auto;
        }


.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


.info-table {
    width: 100%;
}



.has-error .yesno-yes,
.has-error .yesno-no {
    color: #DC3149 !important;
    border: 1px solid #DC3149;
}

.has-error .btn {
    background-color: #bebebe;
    color: #ffffff;
}

    .has-error .btn[disabled], .has-error .btn:hover[disabled], .has-error .btn--disabled, .has-error .input-group--radio label.btn--disabled.btn-primary, .input-group--radio .has-error label.btn--disabled.btn-primary {
        background-color: #bebebe;
        border-color: #bebebe;
        color: #ffffff;
        cursor: default;
    }

        .has-error .btn[disabled]:before, .has-error .btn:hover[disabled]:before, .has-error .btn--disabled:before, .has-error .input-group--radio label.btn--disabled.btn-primary:before, .input-group--radio .has-error label.btn--disabled.btn-primary:before {
            color: #bebebe;
        }

.has-error .btn-primary, .has-error .input-group--radio label.btn-primary, .input-group--radio .has-error label.btn-primary {
    color: #ffffff;
}

.has-error .btn-primary, .has-error .input-group--radio label.btn-primary, .input-group--radio .has-error label.btn-primary {
    color: #003781;
    background-color: #FFFFFF;
}

/*.has-error #IsVehcileCoveredByExistingWarrantyError {
    display: block;
}
*/

#IsVehcileCoveredByExistingWarrantyError {
    display: none;
}

.dpa{
    margin-left:9px;
}

.error-text a {
    display: contents;
}

.benefitsDropdown {
    text-align: center;
    user-select: none;
}

.beneDropTxt {
    width: auto !important;
    display: inline-block;
    color: #007AB3;
}

.beneDropArrow {
    margin-left: 12px;
    display: inline-block !important;
    width: 16px;
}

.afterPriceTxt {
    font-size: 14px;
    margin-top: 2px !important;
    margin-bottom: 15px;
    color: #303030;
}

.prodTxtStart {
    font-size: 14px !important;
    margin-top: 7px !important;
    letter-spacing: -0.2px;
    margin-bottom: 12px !important;
    color: black;
    text-align: center;
}


.benefitsDropdown {
    text-align: center;
    user-select: none;
}

.beneDropTxt {
    width: auto !important;
    display: inline-block;
    color: #007AB3;
}

.beneDropArrow {
    margin-left: 12px;
    display: inline-block !important;
    width: 16px;
}

.otherPop {
    user-select: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 35px;
    line-height: 33px;
    background-color: transparent;
    border: 2px solid transparent;
}

#carfoundcontpay.carFoundCont2 {
    width: 88%;
}

.label2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #3d3d3d;
    font-size: .9rem;
}

.carFoundContProductselection {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.policySectionPay {
    text-align: center;
    max-width: 620px !important;
    background-color: #F1F8FB !important;
}

.pdfContent-mt-t {
    margin-top: -45px !important;
}
#expiryYearContainer {
margin-left:10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.validation-summary-errors {
    margin-top: 1em;
    margin-left: 2em;
    color: #D20000;
}

.bordergrey-padding {
    border: 1px solid #909090;
    padding: 15px;
}

.iptTxts {
    color: #b0b0b0;
    font-size: .8rem;
}

.paddingTop20{
    padding-top: 20px
}

.marginBottom0 {
    margin-bottom: 0px
}


#dropdownmenuEC ul {
    list-style: inside;
    margin-block-start: 0px;
    padding-inline-start: 0px;
    margin-bottom: 5px;
    margin-left: 5%;
}

.mainConfirmation {
    width: 100%;
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

@media print {
    .noprint {
        visibility: hidden;
    }
}

