ul {
    padding: 0;
}

.fs-subtitle {
    font-weight: 500;
    font-size: 1rem;
    color: var(--theme-warning);
    margin-bottom: 20px;
}

#sellyourCarHeader .nav-link:hover {
    color: #363332 !important
}

#sellyourCarHeader .nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #A1A1A1;
    padding: 0.5rem 1.5rem;
    
}

#sellyourCarHeader .nav-item.active .nav-link {
    color: #363332;
}

.registractionForm .form-group {
    text-align: start;
}

.image {
    opacity: 0.8;
    width: 166px;
    height: 90px;
    background-position: center;
    background-color: white;
    display: inline-block;
    margin: 10px;
    background-size: auto;
    background-repeat: no-repeat;
}

    .image:hover {
        opacity: 1;
    }

.radio-img > input {
    display: none;
}

.radio-img > .image {
    cursor: pointer;
    border: 2px solid black;
}

.radio-img > input:checked + .image {
    border: 2px solid orange;
}

.banklogo .form-group {
    margin: 0;
}

    .banklogo .form-group label {
        margin: 0;
    }

.termAndConditionContainer {
    max-height: 25rem;
    overflow-y: auto;
    border: 1px solid var(--theme-light);
    padding: 1rem;
    text-align: start;
    border-radius: 6px;
    margin-bottom: 1rem;
}

    .termAndConditionContainer h3 {
        font-size: 1rem;
        color: var(--theme-light);
        font-weight: 500;
    }

#basicInfo.cardHeaderCus,
#accountDetail.cardHeaderCus,
#fundingDetail.cardHeaderCus,
#termAndCondDetail.cardHeaderCus {
    background: #fff !important;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 500;
}

.cardbody_cus {
    background: #0e0e0e;
}

#heading {
    text-transform: uppercase;
    color: var(--theme-light);
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
}

    #msform fieldset {
        padding: 20px 30px;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        position: relative;
    }

        #msform fieldset .form-group {
            text-align: start;
            margin-bottom: 1rem;
        }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

    #msform .action-button {
        width: 100px;
        background: var(--theme-warning);
        border: 1px solid var(--theme-warning);
        color: #ffffff;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
        -webkit-box-shadow: 0 2px 6px 0 rgb(224 169 75 / 50%);
        box-shadow: 0 2px 6px 0 rgb(224 169 75 / 50%);
        width:200px;
        color: var(--theme-primary);
        font-weight:500
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            opacity:0.8
        }

    #msform .action-button-previous {
        width: 100px;
        background: var(--theme-warning);
        border: 1px solid var(--theme-warning);
        font-weight: bold;
        color: #ffffff;
        -webkit-box-shadow: 0 2px 6px 0 rgb(33 150 243 / 50%);
        box-shadow: 0 2px 6px 0 rgb(33 150 243 / 50%);
        border-radius: 4px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px 10px 0px;
        color: var(--theme-primary); border-radius: 10px;
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            opacity: 0.8;
        }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 2.3rem;
    text-transform: uppercase;
    color: var(--theme-light) !important;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}

@media(max-width : 988px) {
    .fs-title {
        font-size: 2rem;
    }
}

@media(max-width : 500px) {
    .fs-title {
        font-size: 1.5rem;
    }
}

.purple-text {
    color: var(--theme-light);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 8px;
    overflow: hidden;
    color: var(--theme-warning);
    padding-top: 12px;
    padding-bottom: 12px;
}

    #progressbar .active {
        color: var(--theme-light)
    }

    #progressbar li {
        list-style-type: none;
        font-size: 13px;
        width: 19%;
        float: left;
        position: relative;
        font-weight: 400;
        color:var(--theme-light)
    }

    #progressbar #basicInfo:before {
        /*font-family: "Font Awesome 5 Pro";*/
        content: "1";
    }

    #progressbar #accountdetails:before {
        /*font-family: "Font Awesome 5 Pro";*/

        content: "$";
    }

    #progressbar #basicInfoSummary:before {
        /*font-family: "Font Awesome 5 Pro";*/
        content: "2";
    }

    #progressbar #fundingdetail:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f873";
    }

    #progressbar #termandcondition:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f733";
    }

    #progressbar #reviewdetail:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f058";
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #d1d3d4;
        background: var(--theme-light);
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
        position: inherit;
        z-index: 2;
        font-weight: bolder;
        font-size: 36px;
        color: var(--theme-primary)
    }

    #progressbar li#accountdetails.active:before {
        background: #40ae49;
    }

    #progressbar #accountdetails.active {
        color: #40ae49 !important;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--theme-warning);
        position: absolute;
        left: -50%;
        top: 25px;
        z-index: 1
        
    }

    #progressbar li:first-child:after {
        content: none;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: var(--theme-warning);
        color: var(--theme-primary)
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--theme-light)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

@media(max-width : 988px) {
    .popupImstyle {
        width: 250px !important;
    }
}

@media screen and (max-width: 600px) {
    #progressbar li {
        font-size: 12px;
    }

        #progressbar li:before {
            width: 30px;
            height: 30px;
            line-height: 26px;
            display: block;
            font-size: 14px;
            color: #d1d3d4;
            background: var(--theme-warning);
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px;
            color: var(--theme-primary)
        }

        #progressbar li:after {
            top: 15px;
        }
}

@media screen and (max-width: 411px) {
    #progressbar li {
        font-size: 9px;
    }
}

.img_spec {
    text-align: left;
    margin-bottom: 1rem;
}

.priceQuantityContainer {
    margin-bottom: 15px;
    border-bottom: 1px dashed var(--theme-primary);
}
/*thank you page style*/

/*body {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%,#e1e8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e8ed',GradientType=0 );
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/
.cus_thankYou .wrapper-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

cus_thankYou .wrapper-2 {
    padding: 30px;
    text-align: center;
}

.cus_thankYou h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: var(--theme-light);
    margin: 0;
    margin-bottom: 20px;
}

.cus_thankYou .wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.cus_thankYou .footer-like {
    margin-top: auto;
    background: var(--theme-light);
    padding: 6px;
    text-align: center;
}

    .cus_thankYou .footer-like p {
        margin: 0;
        padding: 4px;
        color: #ffffff;
        font-family: 'Source Sans Pro', sans-serif;
        letter-spacing: 1px;
    }

        .cus_thankYou .footer-like p a {
            text-decoration: none;
            color: #ffffff;
            font-weight: 600;
        }

@media (min-width:360px) {
    .cus_thankYou h1 {
        font-size: 4em;
    }
}

@media (min-width:600px) {
    .cus_thankYou .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .cus_thankYou .wrapper-1 {
        height: initial;
        max-width: 700px;
        margin: auto;
        box-shadow: 4px 8px 40px 8px rgb(241 127 77 / 24%);
    }
}

.form-label {
    font-size: 12px !important;
    color: var(--theme-light);

}

.form-control {
    /*border: 1px solid var(--theme-warning) !important*/
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
     
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    /*border: 1px solid var(--theme-warning) !important;*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.frame-wrap {
    background: #073E3E;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 0.5rem 0.875rem;
}
.custom-control-label {
color: var(--theme-light)
}
@media (max-width: 567.5px) {

    #msform fieldset {
        padding: 16px 4px;
    }
}
.disabled:not(.btn), .disabled:not(.btn) > * {
    -webkit-filter: unset !important;
    filter: unset !important;
    opacity: 0.80 !important;
    cursor: not-allowed !important;
}
#progressbar{
    display:none !important;
}