@font-face {
    font-family: kiaSignature;
    src: url(../Font/KiaSignatureRegular.ttf);
}
body{
    font-family: kiaSignature,"kiaSignature";
}

.about_page_row {
    WIDTH: 100% !IMPORTANT;
    max-width: 100% !important;
    padding: 0px 200px;
}

.about_page_banner_col_outer {
    margin: AUTO;
    DISPLAY: FLEX;
    height: 780px;
}

.about_page_banner_left_col_box {
    MARGIN: AUTO;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    width: 27%;
    margin-left: 0;
}

.about_page_banner_right_col_box {
    MARGIN: AUTO;
    margin-bottom: 265px;
}

.about_page_section {
    position: relative;
    background: url(../image/about-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.about_page_section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 340px;
    background: linear-gradient(180deg, rgba(5, 20, 31, 0) 28.29%, #05141F 100%);
}

.about_page_banner_title span {
    font-weight: 600;
    font-size: 70px;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about_page_inner_title span {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1;
}

.about_page_inner_txt span {
    color: #fff !important;
    font-weight: 400;
    font-size: 22px;
    display: block;
    padding-bottom: 10px;
    line-height: 1.3;
}

.about_page_inner_title {
    padding: 13px 0px;
}


.about_dealer_row {
    width: 80% !important;
    max-width: 100% !important;
    padding: 100px 200px !important;
    position: relative;
}

.about_dealer_top_col_box {
    display: flex;
    line-height: 0;
}

.about_dealer_bottom_col_box {
    display: flex;
    line-height: 0;
}

.about_top_left {
    margin: auto;
    width: 50%;
}

.about_top_right {
    margin: auto;
    width: 50%;
    padding: 0px 110px;
}

.about_bottom_left {
    margin: auto;
    width: 50%;
    padding: 0px 100px;
}

.about_bottom_right {
    margin: auto;
    width: 50%;
}

.about_bottom_right_col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_top_left_col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_top_title span {
    font-weight: 600;
    font-size: 60px;
    line-height: 1.5;
    color: #05141F;
}

.about_top_txt span {
    font-weight: 400;
    font-size: 22px;
    color: #05141F;
    /* color: #fff !important; */
    line-height: 1.5;
    display: block;
    padding-bottom: 10px;
}

.about_dealer_section {
    position: relative;
}

.about_dealer_section:before {
    content: '';
    position: absolute;
    left: 7%;
    right: auto;
    top: 0px;
    bottom: auto;
    background: url(../image/vector.png);
    width: 71%;
    height: 950px;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.about_shop_section {
    position: relative;
    background: #f1f1f1;
}

.about_shop_title_row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 80px 0px 80px 0px !important;
    text-align: center;
}

.about_shop_title span {
    color: #05141F;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
}

.about_shop_row {
    width: 80% !important;
    max-width: 100% !important;
    padding: 0px 200px 120px 200px !important;
}

.about_shop_col_box {
    display: flex;
    justify-content: center;
}

.about_shop_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_shop_image {}

.about_shop_col_4 {
    display: flex;
    width: 25%;
    margin: auto 0;
    margin-top: 0;
    /*padding: 0px 10px;*/
}

.about_shop_col_inner {
    margin: auto 0;
    margin-top: 0;
    background: #fff;
    height: 100%;
}

.about_shop_block {
    line-height: 0;
}

.about_shop_intro {
    background: #fff;
    height: 300px;
    padding: 20px 35px 10px 35px;
}

.about_shop_inner_text span {
    text-align: justify;
    padding: 10px 10px 10px 10px;
    opacity: 0.8;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1;
    display: block;
    padding-bottom: 6px;
    color: #05141F;
}

.about_shop_title1 span {
    padding: 10px 10px 10px 10px;
    font-size: 40px;
    line-height: 1;
    color: #05141F;
    font-weight: 600;
}

.about_shop_title1 {
    padding-bottom: 10px;
}

.about_shop_col_4:nth-child(even) .about_shop_col_inner {
    background: #E8E8E8;
}

.about_shop_col_4:nth-child(even) .about_shop_col_inner .about_shop_intro {
    background: #e8e8e8;
}

.about_contact_row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 120px 200px 0px;
    text-align: center;
}

.about_red_title span {
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    color: #BB162B;
}

.about_red_title {
    padding: 10px 0px;
}

.about_drop_down_contact select {
    border: 1.5px solid #C9C9C9;
    width: 600px;
    height: 70px;
    padding: 5px;
    font-size: 23px;
    color: #C9C9C9;
}

.about_drop_down_contact {
    padding-bottom: 25px;
}

.about_part_two_col_box {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
}

.about_part_col_4 {
    width: 50%;
    margin: auto;
    margin-top: 0;
}

.about_part_icon_title span {
    font-weight: 600;
    font-size: 33px;
    line-height: 1;
    color: #05141F;
}

.about_part_loaction_title {
    display: flex;
    text-align: left;
    padding-bottom: 10px;
    /* padding-left: 10px; */
    /* margin-right: 50px; */
}

.about_part_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.about_loaction_text a {
    text-decoration: none;
    color: #000;
    display: flex;
}

.about_loaction_text {
    display: flex;
}

.about_location_right a {
    display: block;
    text-align: left;
    padding-left: 10px;
}

.about_location_left img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.about_location_right_title span {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    color: #05141F;
}

.about_location_right_address {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: #05141F;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about_location_direction a {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #05141F;
}

.about_location_time {
    display: flex;
    padding-top: 15px;
}

.about_locatrion_title {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #05141F;
}

.abut_time_text_title {
    padding-left: 10px;
    text-align: left;
    width: 60%;
}

.about_location_time_red {
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    color: #BB162B;
    padding-bottom: 10px;
}

.about_location_time_inner_table {
    display: flex;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: #05141F;
    padding-bottom: 5px;
    width: 100%;
}

.about_location_days {
    width: 50%;
}

.about_location_times {
    width: 50%;
}

.about_top_left_col {
    position: relative;
}

.about_top_left_col:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform-origin: left bottom;
    background: radial-gradient(#3d2727, #585c96cf);
    opacity: 0.5;
    transition: 1s !important;
    transform: scale(0);
}

.about_top_left_col:hover:after {
    transition: 1s !important;
    transform: scale(1);
}

.about_bottom_right_col {
    position: relative;
    overflow: hidden;
}

.about_bottom_right_col:after {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    opacity: 1;
    transition: all .35s;
    -webkit-transition: all .35s;
    background: linear-gradient(45deg, #4c5853a3, #ff0154, transparent);
}

.about_bottom_right_col:hover:after {
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    opacity: 0.6;
}

.about_shop_image {
    position: relative;
}

.about_shop_image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    height: 85%;
    margin: auto;
    background: #000;
    transition: 1s !important;
    transform: scale(0);
}

.about_shop_image:hover:before {
    transition: 1s !important;
    transform: scale(1);
    opacity: 0.5;
}






.simple_banner_row {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    height: 530px;
}

.simple_banner_col {
    margin: auto;
}

.simple_banner_col_box span {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    color: #05141F;
}

.simple_banneR_section {
    background: #EFF1F2;
}

.blue_bg_section {
    background: #05141F;
}

.blue_bg_row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 90px 200px;
}

.blue_bg_col {
    display: flex;
}

.blue_bg_left {
    margin: auto;
    width: 40%;
}

.blue_bg_right {
    width: 60%;
    margin: auto;
}

.blue_bg_red_text {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #BB162B;
    padding-bottom: 15px;
}

.blue_bg_title {
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    color: #FFFFFF;
}

.blue_bg_inner_text span {
    display: block;
    padding-bottom: 7px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
}

.site_btn {
    width: 251px;
    height: 66px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    display: flex;
    color: #05141F;
    text-decoration: none;
    margin-left: 0;
}

.site_btn span {
    margin: auto;
}

.blue_bg_inner_text {
    padding: 15px 0px;
}

.blue_bg_left_col {
    padding-right: 180px;
}

.blue_bg_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blue_bg_section.gray_bg {
    background: #EFF1F2;
}

.black_color,
.black_color span {
    color: #05141F;
}

select.State.extra_state {
    border: 1px solid #000;
    width: 200px;
    height: 55px;
    padding: 5px;
    font-size: 19px;
}


@media all and (min-width: 320px) and (max-width: 767px) {
    .condiction label.container {
        font-size: 13px !important;
        line-height: 24px;
        color: #000;
    }

    .submit .button {
        padding: 9px 18px !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .condiction {
        margin-top: 6px !IMPORTANT;
    }

    select.ddl {
        color: #0000;
        width: 100% !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 10px 9px 0 !important;
        margin: 10px 40px 10px 0 !important;
    }

    select.ddl1 {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    select.ddl2 {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    .form-contro input#mobile {
        width: 100% !important;
        height: 30px !important;
        margin: 0 10px 40px 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .form-contro button.circle-chevron {
        width: 148px !important;
        height: 38px !important;
        font-size: 13px !important;
        margin-left: 0 !important;

    }

    .info2 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
        color: #000 !important;
    }

    .container {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        color: #000 !important;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 15px 0 0;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px !important;
        width: 18px !important;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid;
    }

    .checkmark:after {
        left: 7px !important;
        top: 3px !important;
        width: 3px !important;
        height: 8px !important;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkmar {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px !important;
        width: 20px !important;
        background-color: #fff;
        border: 1px solid;
    }

    .condiction label.container {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 24px;
    }

    .submit {
        margin-top: 10px !important;
    }

    .submit .button {
        padding: 5px 20px !important;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 23px !important;
        color: #fff;
        background-color: #9BA1A5;
        letter-spacing: 1px;
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 35px !important;
    }



    select.State.extra_state {
        border: 1px solid #000;
        width: 180px;
        height: 40px;
        padding: 5px;
        font-size: 15px;
    }

    .information {
        padding: 200px 200px 0px 70px;
        margin: 0;
        width: 100% !important;
    }

    .quote {
        padding: 80px 20px 50px !important;
    }

    .quote p {
        font-size: 16px !important;
    }

    .info select.cars,
    .info select.car {
        font-size: 12px !important;
        line-height: 2px !important;
        width: 100% !important;
        padding: 2px 2px !important;
        margin-left: 0 !important;

    }

    .info h1,
    .info1 h1,
    .rate h1,
    .loan h1,
    .rate h2,
    .loan h2 {
        font-size: 16px !important;
    }

    .form-contro input#fname,
    .form-contro input#fnam,
    .form-contro input#email {
        width: 100% !important;
        height: 20px !important;
        font-size: 13px !important;
        margin: 14px 6px 16px 0 !important;
    }

    .count,
    .count2 {
        height: 100px !important;
    }

    .info1 {
        padding: 10px 0 10px !important;
    }

    .amount input#email {
        font-size: 14px !important;
        width: 213px !important;
        padding: 0 0 0px 0 !important;
        width: 300px !important;
        margin-bottom: 21px !important;
    }

    .para {
        margin-bottom: 132px !important;
        margin-top: 30px !important;
    }

    .butt1 button,
    .butt2 button {
        padding: 6px 15px !important;
    }



    .blue_bg_row {
        padding: 20px 10px;
    }

    .blue_bg_red_text {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .blue_bg_title {
        font-size: 22px;
    }

    .blue_bg_left_col {
        padding-right: 0px;
    }

    .site_btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
        margin: auto;
    }

    .blue_bg_inner_text {
        padding: 5px 0px;
    }

    .blue_bg_inner_text span {
        font-size: 14px;
    }

    .blue_bg_left,
    .blue_bg_right {
        width: 100%;
    }

    .blue_bg_col {
        display: block;
        text-align: center;
    }


    .simple_banner_row {
        height: 250px;
    }

    .simple_banner_col_box span {
        font-size: 25px;
    }

    .about_page_row {
        padding: 100px 10px 0px;
        text-align: center;
    }

    .about_page_banner_title span {
        font-size: 30px;
    }

    .about_page_inner_title span {
        font-size: 22px;
    }

    .about_page_inner_txt span {
        font-size: 15px;
    }

    .about_page_banner_right_col_box {
        margin-bottom: 0px;
    }

    .about_page_banner_left_col_box {
        width: 100%;
        margin-bottom: 0px;
    }

    .about_page_inner_title {
        padding: 4px 0px;
    }

    .about_page_banner_col_outer {
        height: 300px;
        display: block;
    }

    .about_page_section {
        background-size: cover;
    }

    .about_page_section:after {
        height: 100px;
    }


    .about_top_right {
        padding: 0px 0px;
        width: 100%;
    }

    .about_bottom_left {
        padding: 0px 0px;
        width: 100%;
    }

    .about_dealer_row {
        padding: 20px 10px !important;
    }

    .about_top_title span {
        font-size: 25px;
    }

    .about_top_txt span {
        font-size: 15px;
    }

    .about_dealer_section:before {
        left: 3%;
        width: 70%;
        height: 500px;
    }

    .about_dealer_top_col_box,
    .about_dealer_bottom_col_box {
        display: block;
    }

    .about_top_left,
    .about_bottom_right {
        width: 100%;
    }

    .about_dealer_outer_col {
        text-align: center;
    }

    .about_dealer_bottom_col_box {
        display: flex;
        flex-wrap: wrap-reverse;
    }


    .about_shop_inner_text span {
        font-size: 12px;
    }

    .about_shop_title1 span {
        font-size: 17px;
    }

    .about_shop_intro {
        height: auto;
        padding: 10px 10px 10px;
        text-align: center;
    }

    .about_shop_title span {
        font-size: 25px;
    }

    .about_shop_title_row {
        padding: 30px 0px 30px 0px;
    }

    .about_shop_row {
        padding: 0px 10px 30px 10px !important;
    }

    .about_shop_title1 {
        padding-bottom: 5px;
    }

    .about_shop_col_box {
        display: block;
    }

    .about_shop_col_4 {
        width: 100%;
        padding: 10px 0px;
        box-shadow: 1px 4px 7px #000;
    }



    .about_contact_row {
        padding: 30px 10px 0px;
    }

    .about_part_icon_title span {
        font-size: 17px;
    }

    .about_part_icon img {
        width: 25px;
        height: 25px;
    }

    .about_location_left img {
        width: 25px;
        height: 25px;
    }

    .about_location_right_title span {
        font-size: 17px;
    }

    .about_location_right_address {
        font-size: 13px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .about_location_direction a {
        font-size: 16px;
    }

    .about_locatrion_title {
        font-size: 14px;
    }

    .about_location_time_red {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .about_location_time_inner_table {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .about_location_time {
        padding-top: 6px;
    }

    .about_drop_down_contact select {
        width: 300px;
        height: 45px;
        font-size: 16px;
    }

    .about_part_two_col_box {
        width: 100%;
        display: block;
    }

    .about_red_title span {
        font-size: 16px;
    }

    .about_red_title {
        padding: 4px 0px;
    }

    .about_part_col_4 {
        width: 100%;
        box-shadow: 2px 3px 8px #0000006e;
        padding: 7px;
        margin: 10px 0px;
    }

    .about_drop_down_contact {
        padding-bottom: 8px;
    }

}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {

    .condiction label.container {
        font-size: 13px !important;
        line-height: 24px;
        color: #000;
    }

    .submit .button {
        padding: 9px 18px !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .condiction {
        margin-top: 6px !IMPORTANT;
    }



    select.ddl {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 10px 9px 0 !important;
        margin: 10px 40px 10px 0 !important;
    }

    select.ddl1 {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    select.ddl2 {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    .form-contro input#mobile {
        width: 400px !important;
        height: 30px !important;
        margin: 0 10px 40px 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .form-contro button.circle-chevron {
        width: 148px !important;
        height: 38px !important;
        font-size: 13px !important;

    }

    .info2 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
        color: #000 !important;
    }

    .container {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        color: #000 !important;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 15px 0 0;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px !important;
        width: 18px !important;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid;
    }

    .checkmark:after {
        left: 7px !important;
        top: 3px !important;
        width: 3px !important;
        height: 8px !important;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkmar {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px !important;
        width: 20px !important;
        background-color: #fff;
        border: 1px solid;
    }

    .condiction label.container {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 24px;
    }

    .submit {
        margin-top: 10px !important;
    }

    .submit .button {
        padding: 5px 20px !important;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 23px !important;
        color: #fff;
        background-color: #9BA1A5;
        letter-spacing: 1px;
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 35px !important;
    }






    select.State.extra_state {
        border: 1px solid #000;
        width: 180px;
        height: 40px;
        padding: 5px;
        font-size: 15px;
    }

    .information {
        padding: 200px 200px 0px 70px;
        margin: 0;
        width: 100% !important;
    }

    .quote {
        padding: 50px 20px !important;
    }

    .quote p {
        font-size: 16px !important;
    }

    .info select.cars,
    .info select.car {
        font-size: 12px !important;
        line-height: 2px !important;
        width: 100% !important;
        padding: 2px 2px !important;
        margin-left: 0 !important;

    }

    .info h1,
    .info1 h1,
    .rate h1,
    .loan h1,
    .rate h2,
    .loan h2 {
        font-size: 16px !important;
    }

    .form-contro input#fname,
    .form-contro input#fnam,
    .form-contro input#email {
        width: 100% !important;
        height: 22px !important;
        font-size: 13px !important;
        margin: 14px 6px 16px 0 !important;
    }

    .count,
    .count2 {
        height: 130px !important;
    }

    .info1 {
        padding: 30px 0 30px !important;
    }

    .amount input#email {
        font-size: 15px !important;
        width: 213px !important;
        padding: 0 0 0px 0 !important;
        width: 300px !important;
        margin-bottom: 21px !important;
    }

    .para {
        margin-bottom: 132px !important;
        margin-top: 30px !important;
    }

    .butt1 button,
    .butt2 button {
        padding: 7px 24px !important;
    }



    .blue_bg_row {
        padding: 20px 20px;
    }

    .blue_bg_red_text {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .blue_bg_title {
        font-size: 25px;
    }

    .blue_bg_left_col {
        padding-right: 0px;
    }

    .site_btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .blue_bg_inner_text {
        padding: 5px 0px;
    }

    .blue_bg_inner_text span {
        font-size: 14px;
    }

    .blue_bg_left,
    .blue_bg_right {
        width: 50%;
    }


    .simple_banner_row {
        height: 250px;
    }

    .simple_banner_col_box span {
        font-size: 27px;
    }


    .about_page_row {
        padding: 0px 20px;
    }

    .about_page_banner_title span {
        font-size: 30px;
    }

    .about_page_inner_title span {
        font-size: 22px;
    }

    .about_page_inner_txt span {
        font-size: 15px;
    }

    .about_page_banner_right_col_box {
        margin-bottom: 150px;
    }

    .about_page_banner_left_col_box {
        width: 40%;
        margin-bottom: 30px;
    }

    .about_page_inner_title {
        padding: 4px 0px;
    }

    .about_page_banner_col_outer {
        height: 500px;
    }

    .about_page_section:after {
        height: 100px;
    }


    .about_top_right {
        padding: 0px 10px;
    }

    .about_bottom_left {
        padding: 0px 10px;
    }

    .about_dealer_row {
        padding: 30px 20px !important;
    }

    .about_top_title span {
        font-size: 30px;
    }

    .about_top_txt span {
        font-size: 15px;
    }

    .about_dealer_section:before {
        left: 3%;
        width: 70%;
        height: 600px;
    }


    .about_shop_inner_text span {
        font-size: 12px;
    }

    .about_shop_title1 span {
        font-size: 20px;
    }

    .about_shop_intro {
        height: 200px;
        padding: 10px 10px 0px;
    }

    .about_shop_title span {
        font-size: 30px;
    }

    .about_shop_title_row {
        padding: 30px 0px 30px 0px;
    }

    .about_shop_row {
        padding: 0px 20px 30px 20px !important;
    }

    .about_shop_title1 {
        padding-bottom: 5px;
    }



    .about_contact_row {
        padding: 30px 20px 0px;
    }

    .about_part_icon_title span {
        font-size: 17px;
    }

    .about_part_icon img {
        width: 25px;
        height: 25px;
    }

    .about_location_left img {
        width: 25px;
        height: 25px;
    }

    .about_location_right_title span {
        font-size: 17px;
    }

    .about_location_right_address {
        font-size: 13px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .about_location_direction a {
        font-size: 16px;
    }

    .about_locatrion_title {
        font-size: 14px;
    }

    .about_location_time_red {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .about_location_time_inner_table {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .about_location_time {
        padding-top: 6px;
    }

    .about_drop_down_contact select {
        width: 400px;
        height: 45px;
        font-size: 16px;
    }

    .about_part_two_col_box {
        width: 95%;
    }

    .about_red_title span {
        font-size: 16px;
    }

    .about_red_title {
        padding: 4px 0px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .condiction label.container {
        font-size: 13px !important;
        line-height: 24px;
        color: #000;
    }

    .submit .button {
        padding: 9px 18px !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .condiction {
        margin-top: 6px !IMPORTANT;
    }


    select.ddl {
        width: 150px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 10px 9px 0 !important;
        margin: 10px 40px 10px 0 !important;
    }

    select.ddl1 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    select.ddl2 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    .form-contro input#mobile {
        width: 250px !important;
        height: 30px !important;
        margin: 0 10px 40px 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .form-contro button.circle-chevron {
        width: 148px !important;
        height: 38px !important;
        font-size: 13px !important;

    }

    .info2 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
        color: #000 !important;
    }

    .container {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        color: #000 !important;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 15px 0 0;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px !important;
        width: 18px !important;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid;
    }

    .checkmark:after {
        left: 7px !important;
        top: 3px !important;
        width: 3px !important;
        height: 8px !important;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkmar {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px !important;
        width: 20px !important;
        background-color: #fff;
        border: 1px solid;
    }

    .condiction label.container {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 24px;
    }

    .submit {
        margin-top: 10px !important;
    }

    .submit .button {
        padding: 5px 20px !important;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 23px !important;
        color: #fff;
        background-color: #9BA1A5;
        letter-spacing: 1px;
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 35px !important;
    }



    .quote {
        padding: 100px 50px !important;
    }

    .quote p {
        font-size: 16px !important;
    }

    .info select.cars,
    .info select.car {
        font-size: 12px !important;
        line-height: 2px !important;
        width: 100% !important;
        padding: 2px 2px !important;
        margin-left: 0 !important;

    }

    .info h1,
    .info1 h1,
    .rate h1,
    .loan h1,
    .rate h2,
    .loan h2 {
        font-size: 16px !important;
    }

    .form-contro input#fname,
    .form-contro input#fnam,
    .form-contro input#email {
        width: 100% !important;
        height: 22px !important;
        font-size: 13px !important;
        margin: 14px 6px 16px 0 !important;
    }

    .count,
    .count2 {
        height: 130px !important;
    }

    .info1 {
        padding: 30px 0 30px !important;
    }

    .amount input#email {
        font-size: 15px !important;
        width: 213px !important;
        padding: 0 0 0px 0 !important;
        width: 300px !important;
        margin-bottom: 21px !important;
    }

    .para {
        margin-bottom: 132px !important;
        margin-top: 30px !important;
    }

    .butt1 button,
    .butt2 button {
        padding: 7px 24px !important;
    }



    .blue_bg_row {
        padding: 30px 50px;
    }

    .blue_bg_red_text {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .blue_bg_title {
        font-size: 25px;
    }

    .blue_bg_left_col {
        padding-right: 0px;
    }

    .site_btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .blue_bg_inner_text {
        padding: 5px 0px;
    }

    .blue_bg_inner_text span {
        font-size: 14px;
    }



    .simple_banner_row {
        height: 300px;
    }

    .simple_banner_col_box span {
        font-size: 30px;
    }


    .about_page_row {
        padding: 0px 50px;
    }

    .about_page_banner_title span {
        font-size: 35px;
    }

    .about_page_inner_title span {
        font-size: 25px;
    }

    .about_page_inner_txt span {
        font-size: 16px;
    }

    .about_page_banner_right_col_box {
        margin-bottom: 180px;
    }

    .about_page_banner_left_col_box {
        width: 32%;
    }

    .about_page_inner_title {
        padding: 7px 0px;
    }

    .about_page_banner_col_outer {
        height: 600px;
    }

    .about_page_section:after {
        height: 100px;
    }

    .about_top_right {
        padding: 0px 10px;
    }

    .about_bottom_left {
        padding: 0px 10px;
    }

    .about_dealer_row {
        padding: 30px 50px !important;
    }

    .about_top_title span {
        font-size: 35px;
    }

    .about_top_txt span {
        font-size: 16px;
    }

    .about_dealer_section:before {
        left: 3%;
        width: 70%;
        height: 640px;
    }


    .about_shop_inner_text span {
        font-size: 12px;
    }

    .about_shop_title1 span {
        font-size: 20px;
    }

    .about_shop_intro {
        height: 200px;
        padding: 10px 10px 0px;
    }

    .about_shop_title span {
        font-size: 30px;
    }

    .about_shop_title_row {
        padding: 30px 0px 30px 0px;
    }

    .about_shop_row {
        padding: 0px 50px 30px 50px !important;
    }

    .about_shop_title1 {
        padding-bottom: 5px;
    }



    .about_contact_row {
        padding: 40px 50px 0px;
    }

    .about_part_icon_title span {
        font-size: 17px;
    }

    .about_part_icon img {
        width: 25px;
        height: 25px;
    }

    .about_location_left img {
        width: 25px;
        height: 25px;
    }

    .about_location_right_title span {
        font-size: 17px;
    }

    .about_location_right_address {
        font-size: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .about_location_direction a {
        font-size: 17px;
    }

    .about_locatrion_title {
        font-size: 14px;
    }

    .about_location_time_red {
        font-size: 14px;
    }

    .about_location_time_inner_table {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .about_location_time {
        padding-top: 6px;
    }

    .about_drop_down_contact select {
        width: 400px;
        height: 45px;
        font-size: 16px;
    }

    .about_part_two_col_box {
        width: 95%;
    }


}

@media all and (min-width: 1025px) and (max-width: 1140px) {


    .condiction label.container {
        font-size: 13px !important;
        line-height: 24px;
        color: #000;
    }

    .submit .button {
        padding: 9px 18px !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .condiction {
        margin-top: 6px !IMPORTANT;
    }


    select.ddl {
        width: 166px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 10px 9px 0 !important;
        margin: 10px 66px 10px 0 !important;
    }

    select.ddl1 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    select.ddl2 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    .form-contro input#mobile {
        width: 282px !important;
        height: 30px !important;
        margin: 0 10px 40px 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .form-contro button.circle-chevron {
        width: 148px !important;
        height: 38px !important;
        font-size: 13px !important;

    }

    .info2 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
        color: #000 !important;
    }

    .container {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        color: #000 !important;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 15px 0 0;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px !important;
        width: 18px !important;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid;
    }

    .checkmark:after {
        left: 7px !important;
        top: 3px !important;
        width: 3px !important;
        height: 8px !important;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkmar {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px !important;
        width: 20px !important;
        background-color: #fff;
        border: 1px solid;
    }

    .condiction label.container {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 24px;
    }

    .submit {
        margin-top: 10px !important;
    }

    .submit .button {
        padding: 5px 20px !important;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 23px !important;
        color: #fff;
        background-color: #9BA1A5;
        letter-spacing: 1px;
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 49px !important;
    }





    .quote {
        padding: 100px 50px !important;
    }

    .quote p {
        font-size: 15px !important;
    }

    .info select.cars,
    .info select.car {
        font-size: 12px !important;
        line-height: 2px !important;
        width: 100% !important;
        padding: 2px 2px !important;
        margin-left: 0 !important;

    }

    .info h1,
    .info1 h1,
    .rate h1,
    .loan h1,
    .rate h2,
    .loan h2 {
        font-size: 16px !important;
    }

    .form-contro input#fname,
    .form-contro input#fnam,
    .form-contro input#email {
        width: 100% !important;
        height: 22px !important;
        font-size: 13px !important;
        margin: 14px 6px 16px 0 !important;
    }

    .count,
    .count2 {
        height: 130px !important;
    }

    .info1 {
        padding: 30px 0 30px !important;
    }

    .amount input#email {
        font-size: 15px !important;
        width: 213px !important;
        padding: 0 0 0px 0 !important;
        width: 300px !important;
        margin-bottom: 21px !important;
    }

    .para {
        margin-bottom: 132px !important;
        margin-top: 30px !important;
    }

    .butt1 button,
    .butt2 button {
        padding: 7px 24px !important;
    }



    .blue_bg_row {
        padding: 30px 50px;
    }

    .blue_bg_red_text {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .blue_bg_title {
        font-size: 30px;
    }

    .blue_bg_left_col {
        padding-right: 0px;
    }

    .site_btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .blue_bg_inner_text {
        padding: 5px 0px;
    }

    .blue_bg_inner_text span {
        font-size: 15px;
    }


    .simple_banner_row {
        height: 300px;
    }

    .simple_banner_col_box span {
        font-size: 30px;
    }

    .about_page_row {
        padding: 0px 50px;
    }

    .about_page_banner_title span {
        font-size: 35px;
    }

    .about_page_inner_title span {
        font-size: 25px;
    }

    .about_page_inner_txt span {
        font-size: 16px;
    }

    .about_page_banner_right_col_box {
        margin-bottom: 180px;
    }

    .about_page_banner_left_col_box {
        width: 31%;
    }

    .about_page_inner_title {
        padding: 7px 0px;
    }

    .about_page_banner_col_outer {
        height: 600px;
    }

    .about_page_section:after {
        height: 100px;
    }


    .about_top_right {
        padding: 0px 20px;
    }

    .about_bottom_left {
        padding: 0px 20px;
    }

    .about_dealer_row {
        padding: 30px 50px !important;
    }

    .about_top_title span {
        font-size: 35px;
    }

    .about_top_txt span {
        font-size: 16px;
    }

    .about_dealer_section:before {
        left: 3%;
        width: 70%;
        height: 640px;
    }


    .about_shop_inner_text span {
        font-size: 13px;
    }

    .about_shop_title1 span {
        font-size: 20px;
    }

    .about_shop_intro {
        height: 200px;
        padding: 10px 10px 0px;
    }

    .about_shop_title span {
        font-size: 35px;
    }

    .about_shop_title_row {
        padding: 40px 0px 40px 0px;
    }

    .about_shop_row {
        padding: 0px 50px 40px 50px !important;
    }

    .about_shop_title1 {
        padding-bottom: 5px;
    }


    .about_contact_row {
        padding: 40px 50px 0px;
    }

    .about_part_icon_title span {
        font-size: 20px;
    }

    .about_part_icon img {
        width: 30px;
        height: 30px;
    }

    .about_location_left img {
        width: 30px;
        height: 30px;
    }

    .about_location_right_title span {
        font-size: 18px;
    }

    .about_location_right_address {
        font-size: 16px;
    }

    .about_location_direction a {
        font-size: 18px;
    }

    .about_locatrion_title {
        font-size: 15px;
    }

    .about_location_time_red {
        font-size: 15px;
    }

    .about_location_time_inner_table {
        font-size: 15px;
        padding-bottom: 2px;
    }

    .about_location_time {
        padding-top: 6px;
    }

    .about_drop_down_contact select {
        width: 400px;
        height: 50px;
        font-size: 17px;
    }

    .about_part_two_col_box {
        width: 90%;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .condiction label.container {
        font-size: 13px !important;
        line-height: 24px;
        color: #000;
    }

    .submit .button {
        padding: 9px 18px !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .condiction {
        margin-top: 6px !IMPORTANT;
    }



    select.ddl {
        width: 170px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 10px 9px 0 !important;
        margin: 10px 66px 10px 0 !important;
    }

    select.ddl1 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    select.ddl2 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    .form-contro input#mobile {
        width: 282px !important;
        height: 30px !important;
        margin: 0 10px 40px 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .form-contro button.circle-chevron {
        width: 148px !important;
        height: 38px !important;
        font-size: 13px !important;

    }

    .info2 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
        color: #000 !important;
    }

    .container {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        color: #000 !important;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 15px 0 0;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px !important;
        width: 18px !important;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid;
    }

    .checkmark:after {
        left: 7px !important;
        top: 3px !important;
        width: 3px !important;
        height: 8px !important;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkmar {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px !important;
        width: 20px !important;
        background-color: #fff;
        border: 1px solid;
    }

    .condiction label.container {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 24px;
    }

    .submit {
        margin-top: 10px !important;
    }

    .submit .button {
        padding: 5px 20px !important;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 23px !important;
        color: #fff;
        background-color: #9BA1A5;
        letter-spacing: 1px;
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 49px !important;
    }







    .quote {
        padding: 100px 50px !important;
    }

    .quote p {
        font-size: 18px !important;
    }

    .info select.cars,
    .info select.car {
        font-size: 12px !important;
        line-height: 2px !important;
        width: 100% !important;
        padding: 2px 2px !important;
        margin-left: 0 !important;

    }

    .info h1,
    .info1 h1,
    .rate h1,
    .loan h1,
    .rate h2,
    .loan h2 {
        font-size: 16px !important;
    }

    .form-contro input#fname,
    .form-contro input#fnam,
    .form-contro input#email {
        width: 100% !important;
        height: 22px !important;
        font-size: 13px !important;
        margin: 14px 6px 16px 0 !important;
    }

    .count,
    .count2 {
        height: 130px !important;
    }

    .info1 {
        padding: 30px 0 30px !important;
    }

    .amount input#email {
        font-size: 15px !important;
        width: 213px !important;
        padding: 0 0 0px 0 !important;
        width: 300px !important;
        margin-bottom: 21px !important;
    }

    .para {
        margin-bottom: 132px !important;
        margin-top: 30px !important;
    }

    .butt1 button,
    .butt2 button {
        padding: 7px 24px !important;
    }


    .blue_bg_row {
        padding: 30px 50px;
    }

    .blue_bg_red_text {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .blue_bg_title {
        font-size: 30px;
    }

    .blue_bg_left_col {
        padding-right: 0px;
    }

    .site_btn {
        width: 140px;
        height: 40px;
        font-size: 15px;
    }

    .blue_bg_inner_text {
        padding: 5px 0px;
    }


    .simple_banner_row {
        height: 300px;
    }

    .simple_banner_col_box span {
        font-size: 30px;
    }


    .about_page_row {
        padding: 0px 50px;
    }

    .about_page_banner_title span {
        font-size: 40px;
    }

    .about_page_inner_title span {
        font-size: 27px;
    }

    .about_page_inner_txt span {
        font-size: 16px;
    }

    .about_page_banner_right_col_box {
        margin-bottom: 200px;
    }

    .about_page_banner_left_col_box {
        width: 31%;
    }

    .about_page_inner_title {
        padding: 7px 0px;
    }

    .about_page_banner_col_outer {
        height: 700px;
    }


    .about_top_right {
        padding: 0px 20px;
    }

    .about_bottom_left {
        padding: 0px 20px;
    }

    .about_dealer_row {
        padding: 30px 50px !important;
    }

    .about_top_title span {
        font-size: 35px;
    }

    .about_top_txt span {
        font-size: 16px;
    }

    .about_dealer_section:before {
        left: 3%;
        width: 70%;
        height: 640px;
    }


    .about_shop_inner_text span {
        font-size: 14px;
    }

    .about_shop_title1 span {
        font-size: 22px;
    }

    .about_shop_intro {
        height: 200px;
        padding: 10px 10px 0px;
    }

    .about_shop_title span {
        font-size: 35px;
    }

    .about_shop_title_row {
        padding: 40px 0px 40px 0px;
    }

    .about_shop_row {
        padding: 0px 50px 40px 50px !important;
    }

    .about_shop_title1 {
        padding-bottom: 5px;
    }


    .about_contact_row {
        padding: 40px 50px 0px;
    }

    .about_part_icon_title span {
        font-size: 20px;
    }

    .about_part_icon img {
        width: 30px;
        height: 30px;
    }

    .about_location_left img {
        width: 30px;
        height: 30px;
    }

    .about_location_right_title span {
        font-size: 18px;
    }

    .about_location_right_address {
        font-size: 16px;
    }

    .about_location_direction a {
        font-size: 18px;
    }

    .about_locatrion_title {
        font-size: 15px;
    }

    .about_location_time_red {
        font-size: 15px;
    }

    .about_location_time_inner_table {
        font-size: 15px;
        padding-bottom: 2px;
    }

    .about_location_time {
        padding-top: 6px;
    }

    .about_drop_down_contact select {
        width: 400px;
        height: 50px;
        font-size: 17px;
    }

}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .condiction label.container {
        font-size: 13px !important;
        line-height: 24px;
        color: #000;
    }

    .submit .button {
        padding: 9px 18px !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .condiction {
        margin-top: 6px !IMPORTANT;
    }



    select.ddl {
        width: 170px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 10px 9px 0 !important;
        margin: 10px 66px 10px 0 !important;
    }

    select.ddl1 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    select.ddl2 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    .form-contro input#mobile {
        width: 282px !important;
        height: 30px !important;
        margin: 0 10px 40px 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .form-contro button.circle-chevron {
        width: 148px !important;
        height: 38px !important;
        font-size: 13px !important;

    }

    .info2 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
        color: #000 !important;
    }

    .container {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        color: #000 !important;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 15px 0 0;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px !important;
        width: 18px !important;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid;
    }

    .checkmark:after {
        left: 7px !important;
        top: 3px !important;
        width: 3px !important;
        height: 8px !important;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkmar {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px !important;
        width: 20px !important;
        background-color: #fff;
        border: 1px solid;
    }

    .condiction label.container {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 24px;
    }

    .submit {
        margin-top: 10px !important;
    }

    .submit .button {
        padding: 5px 20px !important;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 23px !important;
        color: #fff;
        background-color: #9BA1A5;
        letter-spacing: 1px;
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 49px !important;
    }



    .quote {
        padding: 100px 100px !important;
    }

    .quote p {
        font-size: 18px !important;
    }

    .info select.cars,
    .info select.car {
        font-size: 13px !important;
        line-height: 2px !important;
        width: 141px !important;
        padding: 2px 2px !important;
    }

    .info h1,
    .info1 h1,
    .rate h1,
    .loan h1,
    .rate h2,
    .loan h2 {
        font-size: 16px !important;
    }

    .form-contro input#fname,
    .form-contro input#fnam,
    .form-contro input#email {
        width: 217px !important;
        height: 22px !important;
        font-size: 13px !important;
        margin: 14px 6px 16px 0 !important;
    }

    .count,
    .count2 {
        height: 130px !important;
    }

    .info1 {
        padding: 30px 0 30px !important;
    }

    .amount input#email {
        font-size: 15px !important;
        width: 213px !important;
        padding: 0 0 0px 0 !important;
        width: 300px !important;
        margin-bottom: 21px !important;
    }

    .para {
        margin-bottom: 132px !important;
        margin-top: 30px !important;
    }

    .butt1 button,
    .butt2 button {
        padding: 7px 24px !important;
    }




    .blue_bg_row {
        padding: 60px 100px;
    }

    .blue_bg_red_text {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .blue_bg_title {
        font-size: 40px;
    }

    .blue_bg_left_col {
        padding-right: 62px;
    }

    .site_btn {
        width: 170px;
        height: 45px;
        font-size: 16px;
    }

    .blue_bg_inner_text {
        padding: 9px 0px;
    }


    .simple_banner_row {
        height: 350px;
    }

    .simple_banner_col_box span {
        font-size: 34px;
    }


    .about_page_row {
        padding: 0px 100px;
    }

    .about_page_banner_title span {
        font-size: 50px;
    }

    .about_page_inner_title span {
        font-size: 30px;
    }

    .about_page_inner_txt span {
        font-size: 17px;
    }

    .about_page_banner_right_col_box {
        margin-bottom: 225px;
    }

    .about_page_banner_left_col_box {
        width: 31%;
    }

    .about_top_right {
        padding: 0px 50px;
    }

    .about_bottom_left {
        padding: 0px 40px;
    }

    .about_dealer_row {
        padding: 40px 100px !important;
    }

    .about_top_title span {
        font-size: 40px;
    }

    .about_top_txt span {
        font-size: 17px;
    }


    .about_shop_inner_text span {
        font-size: 15px;
    }

    .about_shop_title1 span {
        font-size: 25px;
    }

    .about_shop_intro {
        height: 210px;
        padding: 10px 10px 0px;
    }

    .about_shop_title span {
        font-size: 40px;
    }

    .about_shop_title_row {
        padding: 40px 0px 40px 0px;
    }

    .about_shop_row {
        padding: 0px 100px 40px 100px !important;
    }

    .about_shop_title1 {
        padding-bottom: 5px;
    }

    .about_contact_row {
        padding: 40px 100px 0px;
    }

    .about_part_icon_title span {
        font-size: 20px;
    }

    .about_part_icon img {
        width: 30px;
        height: 30px;
    }

    .about_location_left img {
        width: 30px;
        height: 30px;
    }

    .about_location_right_title span {
        font-size: 18px;
    }

    .about_location_right_address {
        font-size: 16px;
    }

    .about_location_direction a {
        font-size: 18px;
    }

    .about_locatrion_title {
        font-size: 15px;
    }

    .about_location_time_red {
        font-size: 15px;
    }

    .about_location_time_inner_table {
        font-size: 15px;
        padding-bottom: 2px;
    }

    .about_location_time {
        padding-top: 6px;
    }

    .about_drop_down_contact select {
        width: 400px;
        height: 50px;
        font-size: 17px;
    }



}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .condiction label.container {
        font-size: 13px !important;
        line-height: 24px;
        color: #000;
    }

    .submit .button {
        padding: 9px 18px !important;
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .condiction {
        margin-top: 6px !IMPORTANT;
    }


    select.ddl {
        width: 170px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 10px 9px 0 !important;
        margin: 10px 66px 10px 0 !important;
    }

    select.ddl1 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    select.ddl2 {
        width: 204px !important;
        font-size: 14px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    .form-contro input#mobile {
        width: 282px !important;
        height: 30px !important;
        margin: 0 10px 40px 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .form-contro button.circle-chevron {
        width: 148px !important;
        height: 38px !important;
        font-size: 13px !important;

    }

    .info2 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px;
        color: #000 !important;
    }

    .container {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        color: #000 !important;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 15px 0 0;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px !important;
        width: 18px !important;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid;
    }

    .checkmark:after {
        left: 7px !important;
        top: 3px !important;
        width: 3px !important;
        height: 8px !important;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkmar {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px !important;
        width: 20px !important;
        background-color: #fff;
        border: 1px solid;
    }

    .condiction label.container {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 24px;
    }

    .submit {
        margin-top: 10px !important;
    }

    .submit .button {
        padding: 5px 20px !important;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 23px !important;
        color: #fff;
        background-color: #9BA1A5;
        letter-spacing: 1px;
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 49px !important;
    }



    .quote {
        padding: 100px 100px !important;
    }

    .information {
        padding: 100px 200px 50px 70px !important;
        margin: 0;
        width: 50%;
    }

    .quote p {
        font-size: 18px !important;
    }

    .info select.cars,
    .info select.car {
        font-size: 13px !important;
        line-height: 2px !important;
        width: 141px !important;
        padding: 2px 2px !important;
    }

    .info h1,
    .info1 h1,
    .rate h1,
    .loan h1,
    .rate h2,
    .loan h2 {
        font-size: 16px !important;
    }

    .form-contro input#fname,
    .form-contro input#fnam,
    .form-contro input#email {
        width: 217px !important;
        height: 22px !important;
        font-size: 13px !important;
        margin: 14px 6px 16px 0 !important;
    }

    .count,
    .count2 {
        height: 130px !important;
    }

    .info1 {
        padding: 30px 0 30px !important;
    }

    .amount input#email {
        font-size: 15px !important;
        width: 213px !important;
        padding: 0 0 0px 0 !important;
        width: 300px !important;
        margin-bottom: 21px !important;
    }

    .para {
        margin-bottom: 132px !important;
        margin-top: 30px !important;
    }

    .butt1 button,
    .butt2 button {
        padding: 7px 24px !important;
    }



    .blue_bg_row {
        padding: 60px 100px;
    }

    .blue_bg_red_text {
        font-size: 19px;
        padding-bottom: 10px;
    }

    .blue_bg_title {
        font-size: 45px;
    }

    .blue_bg_left_col {
        padding-right: 140px;
    }

    .site_btn {
        width: 200px;
        height: 50px;
        font-size: 17px;
    }

    .blue_bg_inner_text {
        padding: 9px 0px;
    }


    .simple_banner_row {
        height: 350px;
    }

    .simple_banner_col_box span {
        font-size: 34px;
    }

    .about_page_row {
        padding: 0px 100px;
    }

    .about_page_banner_title span {
        font-size: 60px;
    }

    .about_page_inner_title span {
        font-size: 33px;
    }

    .about_page_inner_txt span {
        font-size: 19px;
    }

    .about_page_banner_right_col_box {
        margin-bottom: 225px;
    }

    .about_top_right {
        padding: 0px 56px;
    }

    .about_bottom_left {
        padding: 0px 40px;
    }

    .about_dealer_row {
        padding: 60px 100px !important;
    }

    .about_top_title span {
        font-size: 45px;
    }

    .about_top_txt span {
        font-size: 19px;
    }

    .about_shop_inner_text span {
        font-size: 16px;
    }

    .about_shop_title1 span {
        font-size: 30px;
    }

    .about_shop_intro {
        height: 250px;
        padding: 15px 20px 0px;
    }

    .about_shop_title span {
        font-size: 50px;
    }

    .about_shop_title_row {
        padding: 60px 0px 60px 0px;
    }

    .about_shop_row {
        padding: 0px 100px 60px 100px !important;
    }


    .about_contact_row {
        padding: 60px 100px 0px;
    }

    .about_part_icon_title span {
        font-size: 25px;
    }

    .about_part_icon img {
        width: 30px;
        height: 30px;
    }

    .about_location_left img {
        width: 30px;
        height: 30px;
    }

    .about_location_right_title span {
        font-size: 20px;
    }

    .about_location_right_address {
        font-size: 17px;
    }

    .about_location_direction a {
        font-size: 20px;
    }

    .about_locatrion_title {
        font-size: 16px;
    }

    .about_location_time_red {
        font-size: 16px;
    }

    .about_location_time_inner_table {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .about_location_time {
        padding-top: 10px;
    }

    .about_drop_down_contact select {
        width: 450px;
        height: 50px;
        font-size: 17px;
    }



}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .condiction label.container {
        font-size: 15px !important;
        line-height: 24px;
        color: #000;
    }

    .submit .button {
        padding: 9px 28px !important;
        font-size: 17px !important;
        line-height: 21px !important;
    }


    select.ddl {
        width: 187px !important;
        font-size: 19px !important;
        line-height: 15px !important;
        padding: 10px 10px 9px 0 !important;
        margin: 38px 160px 38px 0 !important;
    }

    select.ddl1 {
        width: 204px !important;
        font-size: 17px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    select.ddl2 {
        width: 204px !important;
        font-size: 17px !important;
        line-height: 15px !important;
        padding: 10px 40px 12px 0;
    }

    .form-contro input#mobile {
        width: 394px !important;
        height: 30px !important;
        margin: 0 10px 40px 0 !important;
        font-size: 20px !important;
        line-height: 20px !important;
    }


    .quote {
        padding: 150px 100px 150px 200px;
    }

    .quote p {
        font-size: 18px !important;
    }

    .info select.cars,
    .info select.car {
        font-size: 17px !important;
        line-height: 11px !important;
        width: 190px !important;
        padding: 6px 7px !important;
    }

    .info h1,
    .info1 h1,
    .rate h1,
    .loan h1,
    .rate h2,
    .loan h2 {
        font-size: 20px !important;
    }

    .form-contro input#fname,
    .form-contro input#fnam,
    .form-contro input#email {
        width: 195px !important;
        height: 31px !important;
        font-size: 17px !important;
    }

    .count,
    .count2 {
        height: 155px !important;
    }

    .info1 {
        padding: 50px 0 50px !important;
    }

    .amount input#email {
        font-size: 18px !important;
        width: 213px !important;
        padding: 0 0 0px 0 !important;
        width: 300px !important;
        margin-bottom: 21px !important;
    }

    .para {
        margin-bottom: 132px !important;
        margin-top: 30px !important;
    }


    .blue_bg_red_text {
        font-size: 19px;
        padding-bottom: 10px;
    }

    .blue_bg_title {
        font-size: 45px;
    }

    .blue_bg_left_col {
        padding-right: 140px;
    }

    .site_btn {
        width: 200px;
        height: 50px;
        font-size: 17px;
    }

    .blue_bg_inner_text {
        padding: 9px 0px;
    }

    .about_page_banner_left_col_box {
        width: 31%;
    }

    .about_top_right {
        padding: 0px 56px;
    }

    .about_bottom_left {
        padding: 0px 40px;
    }

    .about_shop_inner_text span {
        font-size: 17px;
    }

    .about_shop_title1 span {
        font-size: 35px;
    }

    .about_shop_intro {
        height: 250px;
        padding: 15px 20px 0px;
    }

    .about_shop_title span {
        font-size: 50px;
    }

    .about_shop_title_row {
        padding: 60px 0px 60px 0px;
    }

    .about_shop_row {
        padding: 0px 200px 60px 200px !important;
    }


    .about_part_icon_title span {
        font-size: 28px;
    }

    .about_part_icon img {
        width: 33px;
        height: 33px;
    }

    .about_location_left img {
        width: 33px;
        height: 33px;
    }

    .about_location_right_title span {
        font-size: 22px;
    }

    .about_location_right_address {
        font-size: 19px;
    }

    .about_location_direction a {
        font-size: 23px;
    }

    .about_locatrion_title {
        font-size: 19px;
    }

    .about_location_time_red {
        font-size: 18px;
    }

    .about_location_time_inner_table {
        font-size: 18px;
        padding-bottom: 2px;
    }

    .about_location_time {
        padding-top: 10px;
    }

    .about_drop_down_contact select {
        width: 500px;
        height: 55px;
        font-size: 20px;
    }



}













* {
    box-sizing: border-box;
    text-decoration: none;
}

body :focus-visible {
    outline: none;
}


/** =======================
* Contenedor Principal
===========================*/


.quote-container {
    display: flex;
}

.quote {
    margin: 0;
    background-color: #EFF1F2;
    align-items: center;
    width: 50%;
    padding: 200px 200px;
}

.quote h1 {
    color: #000;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
}

.quote p {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;

    color: #000;
}

.quote h5 {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000;
}

select.cars {
    width: 200px;
    height: 58px;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    padding: 10px 20px;
    background-color: transparent;
}

.info hr {

    margin: 0;
    border: 1px solid #05141F;
}

.info h1 {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #000;
}

.info select.cars {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    width: 209px;
    padding: 10px 20px;
    border: none;
    color: #000;
    letter-spacing: 1px;
    border-bottom: 1px solid #C9C9C9;
    background-color: transparent;
}

.info select.car {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    height: 58px;
    width: 209px;
    border: none;
    padding: 10px 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #C9C9C9;
    background-color: transparent;
    margin-left: 160px;

}


.information {
    padding: 200px 200px 50px 70px;
    margin: 0;
    width: 50%;
}

.info1 {
    padding: 82px 0 52px;
}


.info1 hr {
    /*width: 583px;*/
    margin: 0;
    border: 1px solid #05141F;
}

.info1 h1 {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin: 20px 0 0;
    color: #000;
    letter-spacing: 1px;

}


.form-contro input#fname {
    margin: 40px 6px 45px 0;
    width: 213px;
    height: 38px;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    border: none;
    letter-spacing: 1px;
    border-bottom: 1px solid #C9C9C9;
}

.form-contro input#fnam {
    margin: 40px 6px 45px 0;
    width: 213px;
    height: 38px;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    border: none;
    letter-spacing: 1px;
    border-bottom: 1px solid #C9C9C9;
    margin-left: 145px;
}



.form-contro input#email {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    width: 213px;
    border: none;
    border-bottom: 1px solid #C9C9C9;
    padding: 0 0 12px 0;
    letter-spacing: 1px;
}

.info2 {
    display: flex;
}

.info2 h1 {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000 !important;
}

.info2-heading {
    margin: 0 54px 0 0;
}

.count {
    height: 196px;
}

.rate {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;

}

.rate h1 {
    margin: 0;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #05141F;


    color: #05141F;
}

.rate h2 {
    margin: 0;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #C9C9C9;


    color: #C9C9C9;
}

.count2 {
    height: 161px;
}

.loan {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;

}

.loan h1 {
    margin: 0;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #05141F;
}

.amount input#email:hover {

    background-color: #fff;
}

.loan h2 {
    margin: 0;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #C9C9C9;
}


.loan-button {
    display: flex;
    justify-content: space-between;
    /* border: none; */
}

.butt1 {
    margin: 0;
}

.butt1 button {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    background-color: #000;
    padding: 18px 56px;
}

.butt1 p.btn-title {
    color: #fff;
}

.butt2 p.btn-title {
    color: #fff;
}

.butt2 button {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    background-color: #000;
    padding: 18px 41px;
}

.butt3 button {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;

}

.butt3 p.btn-title {
    color: #05141F;
}

.butt3 {
    padding: 15px 10px;
}

.butt3 button {
    border: none;
    background-color: #fff;
}

.amount input#email {
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    width: 213px;
    border: none;
    padding: 0 0 12px 0;
    letter-spacing: 1px;
    width: 300px;
    margin-bottom: 38px;
}

body :focus-visible {
    outline: none;
}


.para {
    font-family: 'Kia Signature';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #C9C9C9;
    margin-bottom: 219px;
    margin-top: 43px;
}


.footer__block-list {
    background-color: #05141F;
    display: flex;
    padding: 50px;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.footer__block-list a {

    color: #fff;
}

.footer__block img {
    margin-bottom: 40px;
    margin-left: 60px;
}

ul.v-stack.gap-4 li {
    margin: 19px;
    font-size: 18px;
}

.footer-add p {
    color: #fff;
    font-family: 'Questrial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 1px;

}

.footer-sub p {
    color: #fff;
    font-size: 20px;
    padding: 0 0 20px 0;
    width: 331px;
    letter-spacing: 1px;
}

.footer__block--menu {
    margin-top: 80px;
    margin-left: -185px;
    margin-right: 50px;
    font-size: 0.9rem;
}

.footer-sub {
    margin-top: 80px;
}

.footer-add {
    margin-top: 80px;
}

.form-control input {
    border: 1px solid #fff;
    background: #05141F;
    width: 212px;
    height: 50px;
}

.form-control button {
    background-color: #fff;
    margin-left: -5px;
    width: 74px;
    height: 50px;
    border: 1px #fff;
    font-weight: 700;
}

.footer__block--menu a {
    color: #7498A5;

}

.footer__block--menu li {
    margin: 7px;

}

ul.social-media {
    display: flex;
}

.footer__aside-top {
    width: 250px;
    margin-left: 10px;
    height: 50px;
}


@media screen and (max-width: 1440px) {
    /* For laptop: */



    * {
        box-sizing: border-box;
        text-decoration: none;
    }

    body :focus-visible {
        outline: none;
    }

    /** =======================
  * Contenedor Principal
  ===========================*/


    .quote-container {
        display: flex;

    }

    .quote {
        margin: 0;
        background-color: #EFF1F2;
        align-items: center;
        padding: 100px 150px;
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;

        font-size: 47px;
        line-height: 49px;

    }

    .quote p {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
        width: 425px !important;
    }

    .quote h5 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    select.cars {
        width: 200px;
        height: 58px;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        padding: 10px 20px;
        background-color: transparent;
    }

    .info hr {
        /*width: 583px;*/
        margin: 0;
        border: 1px solid #05141F;
    }

    .info h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
    }

    .info select.cars {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        width: 209px;
        padding: 10px 20px;
        border: none;
        letter-spacing: 1px;
        border-bottom: 1px solid #C9C9C9;
        background-color: transparent;
    }

    .info select.car {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        height: 58px;
        width: 209px;
        border: none;
        padding: 10px 20px;
        letter-spacing: 1px;
        border-bottom: 1px solid #C9C9C9;
        background-color: transparent;
        margin-left: 160px;

    }


    .information {
        padding: 100px 50px 50px 20px;
        margin: 0;
    }

    .info1 {
        padding: 82px 0 52px;
    }


    .info1 hr {
        /*width: 583px;*/
        margin: 0;
        border: 1px solid #05141F;
    }

    .info1 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        margin: 20px 0 0;
        letter-spacing: 1px;

    }


    .form-contro input#fname {
        margin: 40px 6px 45px 0;
        width: 213px;
        height: 38px;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        border: none;
        letter-spacing: 1px;
        border-bottom: 1px solid #C9C9C9;
    }

    .form-contro input#fnam {
        margin: 40px 6px 45px 0;
        width: 213px;
        height: 38px;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        border: none;
        letter-spacing: 1px;
        border-bottom: 1px solid #C9C9C9;
        margin-left: 145px;
    }



    .form-contro input#email {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        width: 213px;
        border: none;
        border-bottom: 1px solid #C9C9C9;
        padding: 0 0 12px 0;
        letter-spacing: 1px;
    }

    .info2 {
        display: flex !important;
    }

    .info2 h1 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }

    .info2-heading {
        margin: 0 54px 0 0;
    }

    .count {
        height: 196px;
    }

    .rate {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;

    }

    .rate h1 {
        margin: 0;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        color: #05141F;


        color: #05141F;
    }

    .rate h2 {
        margin: 0;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
        color: #C9C9C9;


        color: #C9C9C9;
    }

    .count2 {
        height: 161px;
    }

    .loan {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;

    }

    .loan h1 {
        margin: 0;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        color: #05141F;
    }

    .amount input#email:hover {

        background-color: #fff;
    }

    .loan h2 {
        margin: 0;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
        color: #C9C9C9;
    }


    .loan-button {
        display: flex;
        justify-content: space-between;
        /* border: none; */
    }

    .butt1 {
        margin: 0;
    }

    .butt1 button {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        background-color: #000;
        padding: 18px 56px;
    }

    .butt1 p.btn-title {
        color: #fff;
    }

    .butt2 p.btn-title {
        color: #fff;
    }

    .butt2 button {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        background-color: #000;
        padding: 18px 41px;
    }

    .butt3 button {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;

    }

    .butt3 p.btn-title {
        color: #05141F;
    }

    .butt3 {
        padding: 15px 10px;
    }

    .butt3 button {
        border: none;
        background-color: #fff;
    }

    .amount input#email {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        width: 213px;
        border: none;
        padding: 0 0 12px 0;
        letter-spacing: 1px;
        width: 300px;
        margin-bottom: 38px;
    }

    body :focus-visible {
        outline: none;
    }


    .para {
        font-family: 'Kia Signature';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #C9C9C9;
        margin-bottom: 219px;
        margin-top: 43px;
    }


    .footer__block-list {
        background-color: #05141F;
        display: flex;
        padding: 50px;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .footer__block-list a {

        color: #fff;
    }

    .footer__block img {
        margin-bottom: 40px;
        margin-left: 60px;
    }

    ul.v-stack.gap-4 li {
        margin: 19px;
        font-size: 18px;
    }

    .footer-add p {
        color: #fff;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 133%;
        letter-spacing: 1px;

    }

    .footer-sub p {
        color: #fff;
        font-size: 20px;
        padding: 0 0 20px 0;
        width: 331px;
        letter-spacing: 1px;
    }

    .footer__block--menu {
        margin-top: 80px;
        margin-left: -185px;
        margin-right: 50px;
        font-size: 0.9rem;
    }

    .footer-sub {
        margin-top: 80px;
    }

    .footer-add {
        margin-top: 80px;
    }

    .form-control input {
        border: 1px solid #fff;
        background: #05141F;
        width: 212px;
        height: 50px;
    }

    .form-control button {
        background-color: #fff;
        margin-left: -5px;
        width: 74px;
        height: 50px;
        border: 1px #fff;
        font-weight: 700;
    }

    .footer__block--menu a {
        color: #7498A5;

    }

    .footer__block--menu li {
        margin: 7px;

    }

    ul.social-media {
        display: flex;
    }

    .footer__aside-top {
        width: 250px;
        margin-left: 10px;
        height: 50px;
    }



}



















































/* Media query adjustments for narrower screens -
     I made the breakpoint wider than usual for demo purposes */
@media (max-width: 768px) {

    /* body css */


    .quote-container {
        display: block;
        /*height: 1900px;*/
    }

    .quote h1 {
        color: #000;
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 37px;
        line-height: 40px;
    }

    .quote p {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 18px;
        letter-spacing: 1px;
        width: 100% !IMPORTANT;
    }

    .quote {
        margin: 0;
        background: #EFF1F2;
        background-color: #EFF1F2;
        align-items: center;
        width: 100% !IMPORTANT;
        padding: 20px 15px;
    }

    .quote h5 {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .information {
        padding: 20px 15px;
        margin: 0;
    }

    .info select.cars {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        width: 209px;
        padding: 10px 20px;
        border: none;
        letter-spacing: 1px;
        border-bottom: 1px solid #C9C9C9;
        background-color: transparent;
    }

    .info select.car {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        height: 58px;
        width: 209px;
        border: none;
        padding: 10px 20px;
        letter-spacing: 1px;
        border-bottom: 1px solid #C9C9C9;
        background-color: transparent;
        margin-left: 0px;
    }

    .form-contro input#fname {
        margin: 40px 6px 0px 0;
        width: 213px;
        height: 38px;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        border: none;
        letter-spacing: 1px;
        border-bottom: 1px solid #C9C9C9;
    }

    .form-contro input#fnam {
        margin: 40px 6px 45px 0;
        width: 213px;
        height: 38px;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        border: none;
        letter-spacing: 1px;
        border-bottom: 1px solid #C9C9C9;
        margin-left: 0px;
    }

    .form-contro input#email {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        width: 213px;
        border: none;
        border-bottom: 1px solid #C9C9C9;
        padding: 0 0 12px 0;
        letter-spacing: 1px;
    }

    .loan-button {
        display: flex !IMPORTANT;
    }

    .butt1 {
        margin: 10px 0;
    }

    .butt2 {
        margin: 10px 0;
    }

    .butt3 {
        padding: 15px 10px;
    }

    .butt1 button {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        background-color: #000;
        padding: 18px 56px;
    }

    .butt2 button {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        background-color: #000;
        padding: 18px 44px;
    }

    .butt3 button {
        border: none;
        background-color: #fff;
    }

    .para {
        font-family: 'Kia Signature';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #C9C9C9;
        margin-top: 43px;

    }






    /* Other unrelated stuff */


    .footer__block-list {
        background-color: #05141F;
        padding: 30px 15px 70px;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        display: block;
    }

    .footer__block-list a {

        color: #fff;
    }

    ul.v-stack.gap-4 {
        padding: 0;
    }

    .footer__block img {
        margin: 0;
    }

    ul.v-stack.gap-4 li {
        margin: 19px;
        font-size: 18px;
    }

    .footer-add p {
        color: #fff;
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 133%;
        letter-spacing: 1px;

    }

    ul.v-stack.gap-3 {
        padding: 0;
    }

    .footer-sub p {
        color: #fff;
        font-size: 20px;
        padding: 0 0 20px 0;
        width: 331px;
        letter-spacing: 1px;
    }

    .footer__block--menu {
        margin: 0;
        font-size: 18px;
    }

    .footer-sub {
        margin: 40px 0;
    }

    .footer-add {
        margin-top: 0px;
    }

    .form-control input {
        border: 1px solid #fff;
        background: #05141F;
        width: 212px;
        height: 50px;
    }

    .form-control button {
        background-color: #fff;
        margin-left: -5px;
        width: 74px;
        height: 50px;
        border: 1px #fff;
        font-size: 20px;
    }

    .footer__block--menu a {
        color: #7498A5;

    }

    .footer__block--menu li {
        margin: 7px;

    }

    .slide-show {

        align-items: flex-start;
    }

    .care {

        padding: 30px 15px;
    }

    .slid {

        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
        width: 330px;
        margin: 20px 15px 20px;
        display: block;
    }

    .slid img {
        width: 330px;
    }

    .Contact input[type="submit"] {
        width: 142px;
        height: 49px;
        margin: 130px 0;

    }

    .achievement h1 {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 70px;
        line-height: 100px;
        letter-spacing: 1.5px;

    }

    .achievement p {
        font-family: 'Questrial', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        letter-spacing: 1.5px;
    }

    .footer__aside-top {
        width: auto;
        margin: 0;
    }





    ul.social-media {
        display: flex;
        padding: 0;
    }










}