@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.eot');
    src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff'),
        url('../fonts/DMSans-Bold.ttf') format('truetype'),
        url('../fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.eot');
    src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff'),
        url('../fonts/DMSans-Regular.ttf') format('truetype'),
        url('../fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Regular.eot');
    src: url('../fonts/Catamaran-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Regular.woff2') format('woff2'),
        url('../fonts/Catamaran-Regular.woff') format('woff'),
        url('../fonts/Catamaran-Regular.ttf') format('truetype'),
        url('../fonts/Catamaran-Regular.svg#Catamaran-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Bold.eot');
    src: url('../fonts/Catamaran-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Bold.woff2') format('woff2'),
        url('../fonts/Catamaran-Bold.woff') format('woff'),
        url('../fonts/Catamaran-Bold.ttf') format('truetype'),
        url('../fonts/Catamaran-Bold.svg#Catamaran-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #1890cd;
    --secondary-color: #0b152b;
    --text-color: #3a3a4a;
    --white-color: #ffffff;
    --black-color: #000000;
    --primary-font: 'DM Sans';
    --heading-font: 'Catamaran';
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--primary-font) !important;
    color: var(--text-color);
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

h1,
.h1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: normal;
    color: var(--black-color);
    margin-bottom: 0;
}

h1 span,
.h1 span {
    font-weight: bold;
    display: inline-block;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: normal;
    color: var(--black-color);
    font-family: var(--primary-font) !important;
}

h3,
.h3 {
    color: var(--black-color);
    font-size: 36px;
}

a {
    text-decoration: none;
}


img {
    line-height: 0;
    max-width: 100%;
}

.site-btn {
    font-size: 20px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    text-align: center;
    padding: 11px 10px 11px;
    width: 100%;
    outline: none;
    font-weight: bold;
    border-radius: 27px;
    display: inline-block;
    transition: 0.3s ease all;
}


.site-btn:hover,
.site-btn:focus {
    background-color: var(--secondary-color);
}

header {
    background-color: var(--white-color);
    padding: 10px 10px 6px;
    border-bottom: solid 1px #cccccc;
}

header .logo-img {

    max-width: 363px;
}

footer {
    background-color: var(--secondary-color);
    padding: 26px 10px;
    color: var(--white-color);
}

footer .site-logo {
    max-width: 270px;
}


footer span {
    margin-top: 15px;
    font-size: 14px;

}

.hero-section {
    padding: 90px 0 74px;
    /* overflow: hidden; */
    background-image: url(../images/hero-back.webp);
    background-repeat: no-repeat;
    background-color: #0b1126;
    background-position: left bottom;
    background-size: cover;
    max-height: 367px;

    /* background-color: var(--secondary-color); */
}

.hero-section .weekly-payment-card {
    padding: 12px 50px;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    border-radius: 30px;
    display: inline-block !important;
    max-width: 296px;
    margin-left: 61%;
    /* position: relative; */
    z-index: 2;



}

/* Show label only on mobile */
.mobile-label {
    display: none;
}

@media (max-width: 767px) {
    .mobile-label {
        display: block;
        margin-bottom: 5px;
        color: #666;
    }
    
    /* Hide the native date picker's default text */
    input[type="date"]:before {
        content: attr(placeholder);
        color: #999;
        margin-right: 0.5em;
    }
}

.hero-section .weekly-payment-card span {
    display: inline-block;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
}

.hero-section .weekly-payment-card strong {
    display: inline-block;
    font-size: 36px;
    line-height: 1.125;
    margin-left: 6% !important;
}

.hero-img {
    display: inline-block;
    margin-top: -83px;
}

.hero-content {
    border-radius: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 36px 61px;
    margin-top: -90px;
    margin-left: 80px;
}

.hero-content h1 {
    font-weight: 400;
}

.hero-content .site-btn {
    margin-top: 40px;
}

.service-section {
    padding-bottom: 100px;
}

.service-section h3 {
    text-align: center;
    margin-bottom: 48px;
    margin-top: 220px;
}

.service-card {
    padding: 40px;

    border: 1px solid #cccccc;
    border-radius: 30px;
}

.service-card .services-icon {
    margin-bottom: 27px;
}

.service-card strong {
    font-size: 24px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.4;
    display: inline-block;
}

.service-card p {
    margin: 0px !important;
}

.service-section .site-btn {
    margin-top: 72px;
}


.congrats-img {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.congrats-esebee h1 {
    color: #0d2853;
    font-weight: 700;
    max-width: 623px;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 35px;
    font-family: var(--primary-font) !important;
}

.congrats-esebee p {
    /* max-width: 644px;
    margin: 0 auto; */
    color: #3a3a4a !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.6;
    font-weight: 400;
    /* padding-bottom: 25px; */
}

.congrats-esebee p strong {
    display: inline-block;
    padding-bottom: 60px;
}

.vehicle-card img {
    max-width: 350px;
    max-height: 350px;
    width: 100%;
    height: auto;

}

.btn-details {
    width: 203px;
    height: 53px;
    border-radius: 27px;
    background-color: #1890cd;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 140px;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-details:hover {
    background-color: #0d2853;
    color: #fff;
}

/* form start */
.pre-qualified-form .container {
    max-width: 1217px;
}

.form-wrapper {
    /* max-width: 1217px; */
    margin: auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

.pre-qualified-form h1 {
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
}

.pre-qualified-form p {
    text-align: center !important;
    color: #3a3a4a;
    font-weight: 400;
    margin-bottom: 45px;
}

.form-wrapper h2 {
    font-weight: 700;
    margin-bottom: 27px;
    margin-top: 20px;

}

.btn-submit {
    width: 464px;
    height: 53px;
    border-radius: 27px;
    background-color: #1890cd;
    padding: 10px 40px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 162px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn-submit:hover {
    background: #0d2853;
    color: #ffffff;
}


.form-wrapper input[type="text"],
.form-wrapper input[type="date"],
.form-wrapper input[type="number"],
.form-wrapper input[type="tel"],.form-wrapper input[type="email"] {
    min-height: 53px;
    border-radius: 10px;
    border: 1px solid #999999;
    margin-bottom: 32px;
    color: #62627b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 17px;
    background-color: #ffffff !important;
}

.form-wrapper input[type="text"]:focus,
.form-wrapper input[type="date"]:focus,
.form-wrapper input[type="number"]:focus,
.form-wrapper input[type="tel"]:focus {
    border: 1px solid #45455b;
    color: #62627b;
    box-shadow: none;
    background-color: #f9f9f9 !important;
}

.yes-no {
    gap: 18px;
    margin-bottom: 50px;
}

.credit-score {
    margin-top: 50px !important;
    margin-bottom: 80px !important;

}

.form-wrapper .score {
    width: 180px !important;
}

.form-wrapper .custom-radio .form-check-input {
    position: relative;
    width: 23px;
    height: 23px;
    border: 1px solid #999999;
    border-radius: 50%;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;

    margin: 0 10px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

.form-wrapper .form-check-inline {
    padding: 0px;
}

.form-wrapper .custom-radio .form-check-input:checked {
    background-color: #1890cd;
    border-color: #1890cd;
}

.form-wrapper label {
    cursor: pointer;
}

.form-wrapper .custom-radio .form-check-input:checked::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 8px;
    cursor: pointer;
}

.form-wrapper .custom-radio .form-check-input:checked::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    border: none !important;
    left: 0;
    border-radius: 3px;
    padding: 1px;
    cursor: pointer;

}

.form-wrapper .custom-radio .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.form-wrapper input::-webkit-outer-spin-button,
.form-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




/* Contact page changes 19-06  */



.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -22px;
    white-space: nowrap;
}


.yesNo2 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        bottom: 10px;
        left: auto;
}



.yes-no .wpcf7-form-control-wrap .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.yesNo1 .wpcf7-form-control-wrap .wpcf7-radio{
  gap: 40px;
}

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
flex: 0 0 24%;
margin: 0;
}

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
    white-space: nowrap;
}

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 24px;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: none;
}

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input:checked {
    background-color: #1890cd;
    border-color: #1890cd;
}
.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input {
    position: relative;
    width: 23px;
    height: 23px;
    border: 1px solid #999999;
    border-radius: 50%;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0 10px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input:checked::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    border: none !important;
    left: 0;
    border-radius: 3px;
    padding: 1px;
    cursor: pointer;
}

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input:checked::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 8px;
    cursor: pointer;
}

form .wpcf7-spinner {
    margin: 16px 24px;
    position: absolute;
}

form .wpcf7-response-output {
    text-align: center;
}

/* FORM OVER */

/* @media (min-width: 1920px) {
    .container {
        width: 100%;
    }
} */

@media (min-width: 1500px) {
    .container {
        max-width: 1372px;
    }
}

@media (max-width:1500px) {

    h1,
    .h1 {
        font-size: 30px;

    }

    h3,
    .h3 {
        font-size: 30px;

    }

    header .logo-img {
        max-width: 300px;
    }

    .hero-section {
        padding: 80px 0;

    }

    .hero-content {
        padding: 25px 40px;
        margin-left: 40px;
        margin-top: -58px;
    }

    .hero-content .site-btn {
        margin-top: 25px;
    }

    .hero-section .weekly-payment-card {
        padding: 20px 30px;
        max-width: 250px;
    }

    .hero-section .weekly-payment-card span {

        font-size: 18px;
    }

    .hero-section .weekly-payment-card strong {

        font-size: 30px;
    }


    .hero-img {
        display: inline-block;
        margin-top: -55px;

    }

    .service-section h3 {
        margin-bottom: 30px;
        margin-top: 165px !important;
    }

    .service-card {
        padding: 30px 15px 30px 40px;
    }

    .service-card .services-icon {
        margin-bottom: 24px;
    }

    .service-card strong {
        margin-bottom: 20px;
    }

    .service-section .site-btn {
        margin-top: 55px;
    }

    .service-section {
        padding-bottom: 80px;
    }

    footer .site-logo {
        max-width: 240px;
    }
}

@media (max-width:1199px) {
    .hero-content {
        padding: 35px 20px;
        margin-left: 20px;
    }

    h1,
    h2,
    .h1,
    .h2 {
        font-size: 25px;
    }

    header .logo-img {
        max-width: 250px;
    }

    .hero-content {
        padding: 25px 40px;
        margin-left: 20px;
        margin-top: 20px;
    }

    .hero-content .site-btn {
        margin-top: 20px;
    }

    .hero-section .weekly-payment-card {
        padding: 15px 20px;
        max-width: 220px;
    }

    .hero-section .weekly-payment-card span {

        font-size: 16px;
    }

    .hero-section .weekly-payment-card strong {

        font-size: 24px;
    }


    .hero-img {
        display: inline-block;
        margin-top: -11px;

    }


    .service-card {
        padding: 30px;
    }

    .service-card .services-icon {
        margin-bottom: 15px;
    }

    .service-card strong {
        margin-bottom: 18px;
    }

    .service-section .site-btn {
        margin-top: 35px;
    }

    .service-section {
        padding-bottom: 80px;
    }

    .site-btn {
        font-size: 16px;
        padding: 10px
    }

    footer .site-logo {
        max-width: 180px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
    }

    h1,
    h2,
    .h1,
    .h2 {
        font-size: 22px;
    }

    .hero-content {
        padding: 25px 30px;
        margin-left: 0px;
        margin-top: 20px;
    }

    .hero-section {
        padding: 50px 0;
    }

    .service-section {
        padding-bottom: 50px;
    }

    .service-card strong {
        margin-bottom: 16px;
    }

    footer span {
        margin-top: 15px;
        font-size: 12px;
    }

    footer .site-logo {
        max-width: 150px;
    }

    .service-section h3 {
        margin-bottom: 30px;
        margin-top: 379px !important;
    }

    .vehicals-loan {
        margin-bottom: 30px;
    }

    .btn-details {
        margin: 26px 0px 10px !important;
        width: 199px;
        height: 51px;
        font-size: 18px;
    }

    .congrats-esebee p {
        padding-bottom: 0px !important;
    }

    .congrats-esebee h1 {
        margin-bottom: 20px;
    }

    .congrats-esebee p strong {
        display: inline-block;
        padding-bottom: 30px;
    }

    /* .form-wrapper input[type="text"],
    .form-wrapper input[type="date"],
    .form-wrapper input[type="number"],
    .form-wrapper input[type="tel"] {
        margin-bottom: 20px;

    } */

       .yes-no {
        gap: 15px;
    }

    .credit-score {
        margin-bottom: 30px !important;
    }

    .btn-submit {
        width: 271px;
        font-size: 18px;
        margin-bottom: 51px;

    }

    .city-vehical span {
    margin-bottom: 16px;
}

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 28px;
}

}

/* @media (max-width: 767px) {
  .service-section .h1 {
    margin-top: 100px; 
  }
} */
@media (min-width: 768px) and (max-width: 1024px) {
    .vehicals-loan {
        margin-bottom: 84px;
    }

    .congrats-esebee h1 {
        margin-bottom: 20px;
        max-width: 594px;
    }
}

@media (max-width: 767px) {
    .form-wrapper .score {
        width: 100% !important;
    }

    .hero-section .weekly-payment-card {
        padding: 15px 20px;
        max-width: 220px;
        position: relative;
        margin: 0;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-section {
        max-height: 328px;
        padding: 30px;
    }

    .service-section h3 {
        margin-top: 342px !important;
    }

    .credit-score {
        margin-top: 0px !important;
    }

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    flex: 0 0 32%;
}

 


}

@media (max-width: 575.98px) {

    .service-section h3 {
        margin-top: 292px !important;
    }

.yes-no .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    flex: 0 0 100%;
}

    .yesNo1 .wpcf7-form-control-wrap .wpcf7-radio {
    gap: 8px;
}
   .yes-no {
        gap: 16px;
        margin-bottom: 38px;
    }
}