:root {
    --primary-clr: #f36d3e;
    --primary-bg-clr: #f36d3e;
    --text-dark-gray: #333;
    --text-light-gray: #666;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

/*li {
    list-style: none;
}*/

ol.decimal-type{
    list-style-type: decimal;
    padding-left: 30px;
}
ol.alpha-type{
    list-style-type: lower-alpha;
    padding-left: 30px;
}
ul.circle-type{
    /*    list-style-type: decimal;*/
    padding-left: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}

span, a {
    display: inline-block;
}

input:focus, select:focus {
    outline: none;
}

p {
    margin: 0;
}

ul {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: inherit;
    font-weight: inherit;
}

/*********************
        Header
**********************/
header {
    padding: 15px 70px;
    background-color: #EEEEEE;
}

.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.v2logo img {
    max-width: 200px;
    margin-top: 5px;
}

.header_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 250px);
    justify-content: flex-end;
}

.v2Menu li {
    display: inline-block;
}

.v2Menu li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.v2Menu li {
    margin-right: 20px;
}

.v2Menu li a:hover {
    color: #f56f36;
}

.call i {
    color: #f56f36;
    font-size: 18px;
    margin-right: 10px;
}

.call span {
    color: #f56f36;
    font-size: 18px;
    font-weight: 500;
}

/* .loginAs {
    margin-left: 20px;
} */

.loginAs select {
    border: none;
    font-size: 16px;
    min-width: 165px;
    padding-left: 10px;
    cursor: pointer;
}

.loginAs a {
    font-size: 16px;
    color: #fff;
    margin-left: 4px;
    padding: 2px 14px;
    border-radius: 30px;
    background: #f56f36;
    text-transform: uppercase;
}

.download-row {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 153px);
}

.down_img {
    width: 60%;
    background: center/cover no-repeat;
}

.down_content {
    width: 40%;
    display: flex;
    padding: 70px 100px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.down_content p {
    font-size: 20px;
    text-align: center;
    max-width: 400px;
}

.down_content p span {
    font-weight: 600;
}

.down_content p span span {
    color: #f57139;
}

.down_content>a {
    font-size: 20px;
    color: #f57037;
    text-decoration: underline;
}

footer {
    background: #eeeeee;
    padding: 20px 70px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copyright span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.ft-links a {
    color: #000;
    font-size: 16px;
    margin-left: 40px;
}

.down_content.member_login {
    display: block;
}

.member_login_text span {
    display: block;
    text-align: center;
}

.member_login_text span {
    color: #000;
    font-size: 18px;
}

.member_login_text h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.member_login_text img {
    max-width: 240px;
    margin-top: 15px;
}

.member_links {
    margin-top: 180px;
}

.member_links a {
    display: block;
    background: #f56f36;
    max-width: fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 10px auto;
    min-width: 270px;
    text-align: center;
    padding: 14px;
    border-radius: 27px;
    transition: 0.3s ease;
}

.member_links {
    text-align: center;
}

.member_links a:last-child {
    margin-top: 30px;
    background: #213d4e;
}

.signup_form {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}

.form_wrap input {
    width: 100%;
    color: #000;
    border-radius: 3px;
    padding: 15px 17px;
    border: 1px solid #7a7a7a;
}

.form_wrap {
    margin-bottom: 25px;
}

.form_wrap input::placeholder {
    color: #000;
}

.signup_btn {
    text-align: center;
    margin-top: 50px;
}

.signup_btn button {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    min-width: 195px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 30px;
    background: #f56f36;
    text-transform: uppercase;
}

.have_account {
    text-align: center;
}

.have_account span {
    color: #000;
    font-size: 14px;
}

.have_account a {
    margin-left: 10px;
    color: #f56f36;
    text-decoration: underline;
    margin: 5px 0;
}

.have_account span span {
    font-weight: 600;
}

.have_account span span span {
    color: #f56f36;
}

.down_content.postal_code {
    justify-content: center;
}

.postal_code h4 {
    font-size: 18px;
    font-weight: 500;
}

.postal_code form input {
    display: block;
    min-width: 290px;
    width: 100%;
    color: #000;
    border-radius: 3px;
    padding: 15px 17px;
    border: 1px solid #7a7a7a;
    margin: 40px 0;
    font-size: 18px;
}

.postal_code form button {
    background: #f56f36;
    display: block;
    margin: auto;
    padding: 10px 20px;
    min-width: 120px;
    color: #fff;
    border: none;
    border-radius: 27px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.container {
    max-width: 90%;
}

.services-section {
    margin-bottom: 50px;
}

.services-section p {
    text-align: center;
    margin: 35px 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.services-section p span {
    font-weight: 500;
}

.services-section p span span {
    color: #f56f36;
}

.single-service {
    height: 580px;
    background: center/cover no-repeat;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 40px;
}

.service_detail {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 60%;
}

.service_detail img {
    max-width: 160px;
    margin-bottom: 20px;
}

.select_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.select_service h5 {
    font-size: 17px;
    max-width: 230px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    max-width: calc(100% - 170px);
}

.select_service button {
    color: #fff;
    background: #000;
    border: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 27px;
    text-transform: uppercase;
    cursor: pointer;
}

.services-navigation {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.services-navigation a {
    padding: 7px 20px;
    min-width: 110px;
    font-size: 16px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 27px;
}

.services-navigation a:last-child {
    background: #f56f36;
}

.single-service.disabled {
    filter: brightness(0.4);
}

/******************************I
        Multistep Form
*******************************/
.next.action-button {
    color: #fff;
    background: #f56f36;
    border: none;
    padding: 9px 20px;
    border-radius: 27px;
    min-width: 120px;
    font-size: 18px;
    float: right;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.field_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.field_short {
    width: 48%;
    margin-bottom: 20px;
}

.all_steps fieldset h5 {
    font-size: 16px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.down_content.welcome_form {
    padding: 40px 60px;
    display: block;
}

.field_short input, .field_full input,
.field_row select {
    width: 100%;
    font-size: 14px;
    color: #3a3a3a;
    padding: 18px 15px;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
}

.field_row select {
    cursor: pointer;
}

.field_full {
    width: 100%;
    margin-bottom: 20px;
}

.all_steps input::placeholder {
    color: #3a3a3a;
}

.max-amount {
    border: 2px solid #f56f36;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.amount_info {
    width: calc(100% - 150px);
}

.calculate {
    width: 150px;
    text-align: right;
}

.amount_info span {
    color: #000;
    font-size: 14px;
}

.amount_info h5 {
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 0 !important;
    font-size: 40px !important;
}

.calculate a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.calculate a i {
    font-size: 20px;
    color: #f56f36;
    margin-left: 12px;
}

.cart_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    align-items: center;
}

.cart_header h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.cart_header span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.cart_body {
    margin: 25px 0;
}

.cart_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3px 0;
}

.cart_row span {
    color: #000;
    font-size: 14px;
}

.cart_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    border-top: 1px solid #787878;
    margin-bottom: 30px;
}

.total h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.total span {
    font-size: 12px;
    margin-top: 8px;
}

.cart_footer>span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.check label {
    display: flex;
}

.check label input {
    margin-top: 3px;
    margin-right: 10px;
}

.check span {
    color: #000;
    font-size: 13px;
}

/************************
        Welcome2
*************************/
.welcome-section {
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 80px);
}

.welcome_step {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
}

.welcome_row {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
}

.welcome_img {
    width: 60%;
    background: center/cover no-repeat;
}

.welcome_content {
    width: 40%;
    padding: 75px 50px 20px;
}

.welcome_text {
    padding: 100px;
    text-align: center;
}

.welcome_text h4 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.welcome_text h4 span {
    color: #F56F36;
}

.welcome_step:not(:first-of-type) {
    display: none;
}

.welcome_content h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: '';
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #EBEBEB;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    height: 20px;
    border-radius: 50%;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #EBEBEB;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #F56F36;
}

.progress_cover {
    position: absolute;
    right: 0;
    width: 41%;
    top: 30px;
}

.services_text {
    padding: 40px 75px;
}

.services_text p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    max-width: 600px;
    margin: 0 20px;
}

.servicesAll {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_col {
    width: 49%;
    background: #fff;
    border-radius: 13px;
    padding: 30px 30px 150px;
    position: relative;
}

.service_col h6 {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.services_options li {
    color: #000;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 30px;
}

.services_options li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: #f56f36;
    border-radius: 50%;
    height: 9px;
    width: 9px;
}

.services_options ul {
    position: relative;
}

.services_options li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    height: 100%;
    width: 1px;
    background: #f56f36;
}

.services_options li:last-child::after {
    display: none;
}

.service_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 30px;
    width: 100%;
}

.priceCol {
    width: 48%;
}

.cart a {
    background: #f56f36;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 27px;
}

.priceCol span {
    color: #F56F36;
    font-size: 27px;
    font-weight: 600;
}

.priceCol h5 {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.priceCol p {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

div#addVehicle .modal-content {
    background: #F56F36;
}

.add-vehicle {
    padding: 30px 0;
    text-align: center;
}

.add-vehicle p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.vehicle-btns {
    margin-top: 20px;
}

.vehicle-btns a {
    min-width: 90px;
    background: #000;
    color: #fff;
    padding: 15px;
    margin: 0 20px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.terms_text {
    height: 100%;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
}
.terms_text h4 {
    color: #000;
    font-weight: 500;
    font-size: 16px
}
.terms_text h5 {
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
}
.mb-20{
    margin-bottom: 20px
}
.mb-40{
    margin-bottom: 40px
}

.txt-blue{
    color: #5a5afd !important;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.terms_text h5 span {
    color: #F56F36;
}



.term_block h6 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}

.term_block P {
    color: #000;
    margin-bottom: 25px;
}

.term_block {
    /*max-height: 620px;*/
    overflow: auto;
    padding-right: 40px;
}

.term_block::-webkit-scrollbar {
    width: 15px;
}

.term_block::-webkit-scrollbar-track {
    background: #F9F9F9;
    border: 3px solid transparent;
    background-clip: content-box;
}

.term_block::-webkit-scrollbar-thumb {
    background: #f56f36;
    border: 1px solid #f56f36;
    width: 100%;
    border-radius: 20px;
}

.welcome_img.terms {
    padding: 50px;
}

.terms label {
    display: flex;
    align-items: flex-start;
}

.terms label input {
    margin-top: 5px;
    margin-right: 12px;
}

.membership_selection select {
    width: 100%;
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 3px;
}

.membership_selection {
    margin: 30px 0 25px;
}

.membership_detail_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0px;
    border-bottom: 1px solid #979797;
    margin-bottom: 40px;
}

.col_side {
    width: 47%;
}

.single_inf {
    padding-left: 10px;
    margin-bottom: 20px;
}

.single_inf h6 {
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
}

.single_inf span {
    color: #000;
    font-size: 14px;
}

.single_inf p {
    color: #000;
    font-size: 14px;
    max-width: 170px;
}

.membership_detail_box.noBorder {
    border: none;
    margin: 0;
}

.checkout-btn {
    background: #f56f36;
    margin-top: 30px;
    float: right;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    min-width: 150px;
}

.down_content.checkout_wrapper {
    display: unset;
}

.checkout_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.checkout_col {
    width: 49%;
}

.checkout_col h5 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.checkout_col h5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    height: 3px;
    width: 100%;
}

.checkout_col:nth-child(2) h5::before {
    background: #EEEEEE;
}

.down_content.checkout_wrapper>h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.field_submit button {
    display: block;
    width: 100%;
    padding: 18px;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

.welcomeText {
    padding: 100px;
    text-align: center;
}

.welcomeText h5 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.welcomeText h5 span {
    color: #F56F36;
}

.congratulations-text p {
    max-width: 100%;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.congratulations-text p span {
    color: #f56f36;
    font-style: italic;
}

.congratulations-text p:last-child span {
    font-style: normal;
}

.qrCode {
    text-align: center;
    margin: 50px 0;
}

.dashboard_link {
    text-align: center;
}

.dashboard_link a {
    background: #f56f36;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
}

.admin_dash_header .top_header {
    padding: 30px 30px 22px;
}

.dashboard_stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 30px;
    max-width: 97%;
    margin: auto;
    border-radius: 10px;
}

.single_stat {
    width: 24%;
    height: 250px;
    padding: 20px;
    border-radius: 8px;
    background: center/cover no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stat_col h5 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

.stat_col h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.stat_col {
    text-align: left;
}

.stat_numbers h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.stat_numbers h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.stat_numbers {
    margin-bottom: 20px;
    text-align: right;
}

.welcome_content {
    width: 40%;
    padding: 75px 35px 20px;
}

.menu-toggler span {
    display: block;
    height: 2px;
    width: 30px;
    background: #000;
    margin-bottom: 8px;
}

.menu-toggler span:last-child {
    margin-bottom: 0;
}

.menu-toggler {
    margin-left: 12px;
    display: none;
}

.singleStep .welcome_row {
    min-height: calc(100vh - 152px);
}

.singleStep .progress_cover {
    position: static;
    width: 100%;
}

.singleStep .welcome_content {
    padding-top: 40px;
}

.farward_link {
    margin-top: 30px;
    text-align: right;
}

.farward_link a {
    color: #fff;
    background: #f56f36;
    border: none;
    padding: 9px 20px;
    border-radius: 27px;
    min-width: 120px;
    font-size: 18px;
    float: right;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.do_it_later{
    cursor: pointer;
    border: none;
    color:#007bff;
    padding: 9px 20px;
    border-radius: 27px;
    min-width: 120px;
    font-size: 18px;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.farward_link input {
    cursor: pointer;
    color: #fff;
    background: #f56f36;
    border: none;
    padding: 9px 20px;
    border-radius: 27px;
    min-width: 120px;
    font-size: 18px;
    float: right;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.calculator_wrap {
    background: #242424;
    padding: 55px;
    border-radius: 6px;
}

.calculate_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.calculate_header h6 {
    color: #fff;
    font-size: 12px;
}

.calculate_header h4 {
    color: #fff;
    font-size: 24px;
}

.calculate_field {
    margin-top: 20px;
}

.calculate_field {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
}

.calculate_field input {
    width: calc(100% - 45px);
    padding: 12px;
    border: none;
}

.calculate_field button {
    border-radius: 6px;
    background: #F56F36;
    border: none;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.addition {
    color: #F56F36;
    font-size: 30px;
    font-weight: 600;
    margin: 12px 0;
}

.payable {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.payable span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.payable h4 {
    color: #fff;
    font-size: 24px;
}

.calculator_wrap>p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    word-break: break-word;
}

.calculator_wrap>p a {
    font-weight: 500;
    color: #F56F36;
    word-break: break-word;
}

.continue_link {
    margin-top: 60px;
    text-align: center;
}

.continue_link a {
    background: #F56F36;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 170px;
}

.goBack {
    display: block;
    margin: 30px auto;
    max-width: fit-content;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.header_social {
    margin-left: 20px;
}
.header_social a {
    color: #f56f36;
    font-size: 20px;
    margin: 0 5px;
}
.welcome_content.uploads_wrap h5 {
    margin-bottom: 6px;
}

.welcome_content.uploads_wrap h5 span {
    color: #f56f36;
}
.uploads_wrap form {
    margin-top: 30px;
}
.single_uplaod label {
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 0;
}

.single_uplaod input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.single_uplaod span {
    display: flex;
    justify-content: space-between;
}
.single_uplaod {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #c5c5c5;
}
.doc-upload-img{
    position: absolute;
    top: 50%;
    /* left: 75%; */
    right: 3rem;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: 100px !important;

}
.doc-upload-img-not-required{
    position: absolute;
    top: 50%;
    /* left: 75%; */
    right: 3rem;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: 100px !important;

}
.uplaod_links {
    margin-top: 80px;
}

.uplaod_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.uplaod_links a {
    color: #F56F36;
    margin-right: 30px;
    text-decoration: underline;
    font-size: 15px;
}

/* .uplaod_links a:first-child {
    text-decoration: none;
    background: #F56F36;
    color: #fff;
    padding: 8px 20px;
    min-width: 170px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
} */
.skip_cont a:first-child {
    text-decoration: none;
    background: #F56F36;
    color: #fff;
    padding: 8px 20px;
    min-width: 170px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.skip_cont .back {
    text-decoration: none !important;
    background: #F56F36 !important;
    color: #fff !important;
    padding: 2px 0px !important;
    min-width: 170px !important;
    text-align: center !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;border: none !important;margin-right: 20px !important;
}
.btnorange{
    background: #F56F36;
    color: #fff !important;
    padding: 8px 20px;
    min-width: 170px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size:17px !important;
    text-decoration:none !important;
}
.anchororange{
    padding: 8px 20px;
    min-width: 170px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size:17px !important;
}
.accounts_wrapper {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.accounts_wrapper p {
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
}

.identity_check {
    margin-top: 10px;
}

.identity_check input {
    margin-right: 10px;
}


.v2Menu ul > li > ul {
    position: absolute;
    left: 0;
    background: #f56f36;
    min-width: 230px;
    border: 1px solid red;
    padding: 10px;
    top: 30px;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.v2Menu ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.v2Menu ul > li > ul li {
    display: block;
}

.v2Menu li {
    position: relative;
}

.v2Menu ul > li > ul li a,
.v2Menu ul > li > ul li a:hover {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 4px 9;
}

.v2Menu ul > li > ul li {
    font-weight: 500;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.v2Menu ul > li > ul li:nth-child(3) {
    margin-bottom: 6px;
}
.v2Menu ul > li > ul li:last-child {
    margin-bottom: 0;
}
.v2Menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.v2Menu li a span {
    height: 20px;
    width: 20px;
    font-size: 15px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    border-radius: 50%;
}
.skip_step {
    text-align: center;
    margin-top: 50px;
}
.skip_step a {
    color: #4970ff;
    text-decoration: underline;
}
.skip_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: flex-end;
    margin-top: 10px;
    justify-content: flex-end;
}
.skip_cont input {text-decoration: none;
                  background: #F56F36;
                  color: #fff;
                  padding: 8px 20px;
                  min-width: 170px;
                  text-align: center;
                  border-radius: 6px;
                  text-transform: uppercase;
                  font-weight: 600;
                  letter-spacing: 1px;border: none;
}
.uplaod_links.withSkip {
    align-items: flex-start;
}
.uplaod_links a.skipBtn {
    background: none;
    color: #7c7cff;
    margin-top: 10px;
    font-size: 12px;
}

#skipModal .modal-body {
    background: #ffffff;
}

.skip-content {
    text-align: center;
}

.skip-content p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.5;
}

#skipModal .modal-body {
    border-radius: 12px;
}

.skipLinks a {
    background: #F56F36;
    padding: 8px 20px;
    min-width: 100px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin: 0 10px;
}
.skipLinks a:hover {
    text-decoration: none;
}
.payment-box.program p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #363636;
}
.terms-section{
    display: flex;
    align-items: baseline;
    gap:5px;
}
.addingforremove{ 
    z-index: 9999; 
    top: 19px;
    font-size: 26px; 
    cursor: pointer;
}
.adjust_cross_icon{
    padding-right: 15px;
}
.all_icon_div{
    display: flex;
    gap: 10px;
    align-items: center;
}
/*******************
    Responsive
********************/
@media screen and (max-width: 1360px) {
    .welcome_content {
        width: 40%;
        padding: 75px 35px 20px;
    }

    .priceCol {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart {
        width: 100%;
    }

    .cart a {
        width: 100%;
        text-align: center;
    }

    .service_col {
        padding: 15px 15px 160px;
    }

    .service_price {
        padding: 0 15px;
    }

    .down_content.checkout_wrapper {
        padding: 40px;
    }

    .service_detail {
        width: 90%;
    }
}

@media screen and (max-width: 1199px) {
    .welcome_content {
        width: 40%;
        padding: 75px 25px 20px;
    }
    .loginAs a{
        padding: none !important;
    }

    .field_short {
        width: 100%;
    }

    header {
        padding: 15px 18px;
    }

    .menu-toggler {
        display: block;
    }

    .v2Menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f56f36;
        z-index: 999;
        padding: 10px 20px;
        transition: unset !important;
        display: none;
    }

    header {
        position: relative;
    }

    .v2Menu li {
        display: block;
        margin: 15px 0;
    }

    .v2Menu li a {
        color: #fff;
        display: block;
    }

    .welcome_text {
        padding: 50px;
    }

    .single-service {
        height: 400px;
    }

    .service_detail {
        width: 95%;
    }

    .down_content.postal_code {
        padding: 70px 60px;
        text-align: center;
    }

    .postal_code form input {
        min-width: 100%;
    }

    .down_content {
        padding: 70px 30px;
    }
}

@media screen and (max-width: 991px) {
    .v2logo img {
        max-width: 150px;
    }
    .v2Menu li a span {
        display: flex;
    }
    .v2Menu li a {
        display: flex;
    }
    .welcome_img {
        width: 100%;
        min-height: 350px;
        background-position: center;
        margin-top: 65px;
    }

    .welcome_content {
        width: 100%;
        padding-top: 40px;
    }

    .progress_cover {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding: 20px 5px;
        /* background: #3e3e3e; */
    }

    .progress_cover ul {
        margin: 0 !important;
    }

    .welcome_step {
        position: static;
    }

    .services_text {
        padding: 20px;
    }

    .service_col {
        padding-bottom: 170px;
    }

    .single-service {
        margin: 10px 0;
    }

    .down_content.postal_code {
        padding: 70px 60px;
        text-align: center;
    }

    .postal_code form input {
        min-width: 100%;
    }

    .down_img {
        height: 350px;
        width: 100%;
        order: 2;
    }

    .postal_code form input {
        margin: 15px 0;
    }

    .download-row {
        min-height: unset;
    }

    .down_content.member_login {
        width: 100%;
        padding: 30px;
    }

    .down_content {
        width: 100%;
    }

    .member_links {
        margin-top: 70px;
    }

    .download-row {
        min-height: calc(100% - 200px);
    }

    .down_content p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .have_account {
        margin-top: 20px;
    }

    .welcomeText {
        padding: 30px;
    }

    .welcomeText h5 {
        font-size: 20px;
    }

    .singleStep .welcome_img {
        margin-top: 0;
    }

    .singleStep .progress_cover {
        margin-bottom: 30px;
        background: none;
    }
    .bank-plaid-box{
        flex-direction: column;
        gap: 15px;
    }
    .left-sec,.right-sec{
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .v2logo {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .header_menu {
        width: 100%;
        justify-content: space-between;
    }

    .call {
        display: none;
    }

    .loginAs {
        margin-left: 0;
    }

    header {
        padding: 10px;
    }

    .v2Menu li a {
        font-size: 16px;
        padding: 0 10px;
    }

    .v2Menu li {
        margin: 10px 0;
    }

    .v2Menu {
        padding: 10px 0;
    }

    .next.action-button {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    footer {
        padding: 20px;
    }

    .copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .ft-links {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ft-links a {
        margin: 0 20px;
    }

    .down_img {
        width: 100%;
    }

    .down_content.checkout_wrapper {
        width: 100%;
    }

    .select_service h5 {
        width: 100%;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .single-service {
        height: auto;
        padding: 20px;
    }

    .down_img {
        /* height: 250px; */
        height: 100%;
    }
    .complete-payment{
        padding: 50px !important;
    }

    .down_content.postal_code {
        width: 100%;
        padding: 50px 30px;
    }

    .down_content.postal_code form {
        width: 100%;
    }

    .down_content {
        padding: 40px 20px;
    }

    .down_content p {
        font-size: 16px;
    }

    .down_content>a {
        font-size: 16px;
    }

    .down_content p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .have_account {
        margin-top: 20px;
    }

    .signup_btn {
        margin-top: 20px;
    }

    .form_wrap {
        margin-bottom: 10px;
    }

    .service_col {
        width: 100%;
        margin-bottom: 20px;
    }

    .singleStep .progress_cover {
        margin-bottom: 0;
    }

    .singleStep .welcome_content {
        padding-top: 10px;
    }

    .farward_link {
        margin-top: 0;
        text-align: center !important;
    }
    .farward_link input{
        float: none !important;
    }
    .farward_link a {
        width: 100%;
        margin-top: 0;
    }

    .welcome_img.terms {
        padding: 20px;
    }

    .welcome_img.terms .terms_text {
        padding: 20px;
    }

    .term_block P {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .term_block {
        padding-right: 15px;
    }
    .accounts_wrapper p {
        font-size: 16px;
    }
    .uplaod_links {
        margin: 20px 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .uplaod_links a {
        display: block;
        margin: 10px auto 0;
        font-size: 14px;
    }
    .v2Menu ul > li > ul {
        position: static;
        min-width: unset;
        background: #fff;
        border: none;
        opacity: 1;
        visibility: visible;
        margin: 10px 0;
        display: none;
        transition: unset !important;
    }
    .v2Menu ul > li > ul li a, .v2Menu ul > li > ul li a:hover {
        color: blue;
        padding: 0;
    }
    .v2Menu li a:hover {
        color: #fff;
    }
    .automative-services span {
        font-size: 20px !important;
    }
    .automative-services h1 {
        font-size: 20px !important;
    }
    .updated-welcome-text {
        padding: 5px 30px !important;
    }
    .welcome_img {
        min-height: 100vh !important;
    }
    .credit-way-container{
       flex-wrap: wrap !important;
       gap: 10px !important;
       padding: 0 !important;
    }
    .onboarding-media {
        width: 35% !important;
        padding-bottom: 1.15rem !important;
    }
    .lowcredit-media {
        width: 25% !important;
    }
    .months-media {
        width: 25% !important;
    }
    .automative-services{
        margin-top: 10px !important;
    }
    .credit-check-col p, .credit-check p{
        line-height: 15px !important;
    }
    .automative-services{
        padding: 5px 15px !important;
    }
}
/* @media screen and (max-width: 575px){
    .terms-section input{
        -webkit-transform: scale(1.5);
    }
} */
.terms-section-inline-display{
    display: inline !important;
}


@media only screen and (min-width:992px) and (max-width:1250px){
    .bank-plaid-box{
        flex-direction: column;
    gap: 10px;
    }
    .document-heading{
        font-size: 13px;
    max-width: 100px;
    }
}
.text-icon-flex{
    align-items: center;
} 
.congratulations-screen-mainheading{
    color: #f56f36 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    width: max-content;
    margin: 0 auto;
    padding: 5px;
}
.congratulation-iq{
    color: #000 !important;
    font-size: 30px !important; 
    font-weight: 700 !important;
}
.congratulations-text{
    padding: 0; 
}
.welcome-text-center{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49%;
}
.registration-text{
    text-transform: capitalize;
    margin-bottom: 20px !important;
    font-size: 16px;
}
/* .credit-limit-text{
    border-bottom: 2px solid gray !important;
} */
#show_lower_amount_error{
    color: red;
    /* max-width: 250px; */
    margin-top: 1rem;
}

.onboarding-steps{
    font-size: 20px !important;
    margin-bottom: 20px !important;
}
.invoice-amount-field::placeholder{
    font-weight: 100 !important;
    color: #646464;
}
.estimate-heading{
    color: #F36D3E !important;
}
.estimates-breaker{
    border-top: 3px solid gray; 
} 
.feature-list{
    margin-left: 1.2rem;
}
.works-guide{
    color: #ff6633;
}
.works-guide:hover{
    color: #ff6633;
    text-decoration: none;
}
.select-bank-info{
    padding: 0;
    text-align: right;
}
.select-bank-info a{
    font-size: 16px !important;
    color: #7c7cff;
    margin-left: 20px;
}
.condition-case{
    text-transform: uppercase !important;
}
.license-plate-error{
    font-size: 14px;
    margin-bottom: 14px;
}
.plate-alert-close{
    background: #f36d3e !important;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 600;
    border: none !important;
    border-radius: 37px;
}
.plate-alert{
    background: #f36d3e !important;
    color: white;
}
.license-plate-body{
    font-size: 16px;
}
.easiest-way{
    display: flex;
    justify-content: center;
    align-items: center;
}
.automative-services{
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    font-family: arial, sans-serif !important;
    margin-top: 35px;
}
.automative-services h1{
    color: #213D4E !important;
    font-size: 40px;
    font-weight: 900;
}
.automative-services span{
    color: #ff6633 !important;
    font-size: 40px;
    font-weight: 900;
}
.updated-welcome-text{
    padding: 30px !important;
    height: inherit !important;
}
.credit-way{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.credit-way-container{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    text-align: center;
}
.credit-check{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
}
.credit-check h3{
    color: #ff6633 !important;
    font-size: 30px;
    font-weight: 600;
}
.credit-check h1{
    color: #213D4E !important;
    font-size: 40px;
    font-weight: 600;
}
.credit-check-col p, .credit-check p{
    color: #213D4E !important;
    font-size: 14px;
    font-weight: 600;
}
.credit-check-col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pre-approcal-cta input{
    width: auto !important;
}
.onboarding-media{
    width: 50%;
}
.months-media{
    width: 40%;
}
.lowcredit-media{
    width: 39%;
}
.client-footer-area{
    margin-bottom: 8rem;
}
@media only screen and (max-width:767.98px){
    .credit-way{
        flex-direction: column;
        margin: 10px;
    }
    .updated-welcome-text {
        padding: 5px 30px !important;
    }
    .onboarding-media.pb-4{
        padding-bottom: 1.5rem !important;
    }
    /* .credit-way-container{
        max-width: 100%;
        width: 100%;
    } */
     .welcome-names-area{
        flex-wrap: wrap;
        gap: 10px;
     }
     .do_it_later{
        margin-top: 15px;
     }
     .congratulations-screen-mainheading{
        font-size: 20px !important;
     }
}
.main-loader {
    background-color: rgb(217, 221, 220) !important;
    opacity: 0.8 !important;
}
.modal-loader {
    background-color: rgb(217, 221, 220) !important;
    opacity: 0.8 !important;
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}
.VIN-parent {
    position: relative;
}
.ocr-vin-parent{
    position: relative;
}
.vin-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: lightgray;
    padding: 4px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 14px;
    width: 30px;
    text-align: center;
    font-weight: 600;
    right: 0;
}
/*.ocr-vin-icon{*/
/*position: absolute;*/
/*top: 39%;*/
/*transform: translateY(-50%);*/
/*background: green;*/
/*padding: 8px 0;*/
/*border-top-right-radius: 12px;*/
/*border-bottom-right-radius: 14px;*/
/*width: 30px;*/
/*text-align: center;*/
/*font-weight: 600;*/
/*right: 15px;*/
/*}*/
.ocr-vin-parent #ocr-vin-check-icon{
    display: block;
}
.ocr-vin-parent #ocr-vin-check-icon {
    position: absolute;
    top: -19px;
    transform: translateY(-50%);
    background: green;
    color: white;
    padding: 3px;
    border-radius: 0;
    padding: 11px 0;
    /* border-top-right-radius: 12px;
    border-bottom-right-radius: 14px; */
    width: 30px;
    text-align: center;
    font-weight: 600;
    right: 1px;
}
.ocr-vin-icon{
    position: relative;
}
.ocr-vin-parent #ocr-vin-cross-icon {
    background: red;
    color: white;
    padding: 11px 0;
    border-radius: 0;
    position: absolute;
    top: -19px;
    transform: translateY(-50%);
    /* border-radius: 10px; */
    /* border-top-right-radius: 12px;
    border-bottom-right-radius: 14px; */
    width: 30px;
    text-align: center;
    font-weight: 600;
    right: 1px;
}
.ocr-vin-parent #ocr-vin-cross-icon {
    display: none;
}
.VIN-parent #vin-check-icon.active {
    display: contents !important;
}

.VIN-parent #vin-check-icon {
    display: none;
}

.vin-icon.green {
    background-color: green !important;
    color: white !important;
}

.display-none {
    display: none !important;
}
.modal-header.bg-primary {
    background: #f36d3e !important;
}
#vehicleOwnershipDataModal .modal-title{
    font-size: 16px;
}
#vehicleOwnershipDataModal .client-field label{
    color:#464646;
    color: #464646;
    font-size: 0.85rem;
    margin-bottom: 0;
    padding-left: 0.2rem;
    font-weight: 500;
}
/* .client-field .form-control {
    border-radius: 37px !important;
    border: 1px solid #d9d9d9;
    color: #5f5f5f;
} */
span.select2.select2-container.select2-container--default {
    width: 80px !important;
    min-width: 100%;
}
.select2-container--default .select2-selection--single {
    min-height: 37px !important;
    height: 37px !important;
    padding: 8px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 35px !important;
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #000;
    border-radius: 0 37px 37px 0 !important;
    width: 28px;
}
.select2-container--default .select2-selection--single {
    font-size: 14px;
}
.select2-container--default .select2-selection--single {
    border-radius: 37px !important;
    font-size: 14px;
    border-color: #70707059 !important;
}
.selection{
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey !important;
    line-height: 1.2 !important;
}
#vehicleOwnershipDataModal .modal-loader{
    position: absolute !important;
    bottom: -77px !important;
    height: inherit !important;
}
/* New Progress Steps Styles Start*/
.progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 2rem auto;
    width: 100%;
  }
  .step {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
  }
  .five-steps .step {
    width: 20%;
  }
  .step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-weight: bold;
    color: #666;
    position: relative;
    z-index: 2;
  }
  .step-label {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
  }
  .step.completed .step-circle {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: white;
  }
  .step.completed .step-label {
    color: #4CAF50;
    font-weight: 600;
  }
  .step-line {
    position: absolute;
    top: 20px;
    left: 12%;
    right: 12%;
    height: 2px;
    background-color: #e5e5e5;
    z-index: 0;
  }
  .checkmark {
    display: inline-block;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -3px;
  }
  /* New Progress Steps Styles End*/
  .before-submit{
    width: 100%;
    background-color:white;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius:8px;
    margin-bottom:2rem;
  }
  .thankyou-submit{
    width: 100%;
    background-color:white;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    margin-bottom:2rem;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    border-top: 4px solid #4CAF50;
  }
  .before-submit-detail p:first-child{
    color: #f36d3e;
  }
  .before-submit-detail p{
    margin-bottom: 5px;
  }
  .bs-hr{
    border-color: #ddd;
  }
  .installation-with-price{
    display: flex;
    justify-content: space-between;
  }
  .installation-with-price h4{
    color: #f36d3e;
  }
  .weekly-month{
    font-size: 18px;
  }
  .submit-bottom-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn.btn-primary {
    background: #f36d3e !important;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 600;
    border: none !important;
    border-radius: 6px;
}
.btn.btn-outline-theme{
    background: transparent !important;
    color: #F36D3E;
    padding: 10px 20px !important;
    border-radius: 6px;
    border-color: #F36D3E;
    border: 2px solid #F36D3E;
    font-weight: 600;
  }
  .success-icon-thanks{
    width: 5rem;
    height: 5rem;
    background-color: rgba(76, 175, 80, 0.1);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .success-icon-thanks::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(76, 175, 80, 0.1);
    animation: pulse 1.5s infinite;
}
.success-icon-thanks .checkmark-tick {
    color: #4CAF50;
    font-size: 2.5rem;
}
.thankyou-submit .message {
    color: #4b5563;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.reference-box {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 2rem;
}
.reference-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.reference-label {
    color: #6b7280;
    font-size: 1rem;
}
.reference-value {
    color: #111827;
    font-size: 1rem;
    font-weight: 700;
}
.phone-number {
    color: #F36D3E;
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.5rem;
}
.home-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}
.finance-purchase{
    border-radius: 8px;
    border: 1px solid #a3a3a3;
    padding: 15px;
}
.credit-score{
    color: #F36D3E !important;
    font-size: 18px !important;
}
.approved-payment{
    display: flex;
    justify-content: space-between;
}
.money-down-input input{
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
    width: 100%;
}
.cbl-invoice-amount i{
    color: white;
    background-color: #000;
    border-radius: 50%;
    padding: 3px 8px;
}
.select-service-area{
    width: 100%;
    /* background: white; */
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.get-started{
    font-size: 28px !important;
}
.checkbox-group{
    display: flex;
    align-items: center;
    padding: 16px 20px;
    margin-bottom: 12px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;  
}
.checkbox-group:hover{
    background: #fff5f0;
    border:1px solid  #F36D3E;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.15);
}
.selected-box{
    background: #fff5f0;
    border:1px solid  #F36D3E;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.15);
}
.checkbox-group input{
    border:1px solid  #F36D3E;
}
.checkbox-group input{
    scale: 1.5;
    margin-right: 20px;
}
.service-textarea textarea{
    width: 100%;
    min-height: 100px;
    padding: 16px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    color: #333;
    background: #f8f9fa;
    resize: vertical;
    transition: all 0.3s ease;
}
.orange-text{
    color: var(--primary-clr);
}