@font-face {
    font-family: 'Gustavo-light';
    src: url('fonts/Gustavo_trial-Light.woff2') format('woff2'),
        url('fonts/Gustavo_trial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo-bold';
    src: url('fonts/Gustavo_trial-Bold.woff2') format('woff2'),
        url('fonts/Gustavo_trial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Sora-regular';
    src: url('fonts/Sora-Regular.woff2') format('woff2'),
        url('fonts/Sora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo-thin';
    src: url('fonts/Gustavo_trial-Thin.woff2') format('woff2'),
        url('fonts/Gustavo_trial-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo-regular';
    src: url('fonts/Gustavo_trial-Regular.woff2') format('woff2'),
        url('fonts/Gustavo_trial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gustavo-medium';
    src: url('fonts/Gustavo_trial-Medium.woff2') format('woff2'),
        url('fonts/Gustavo_trial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {

    background-color: #fff;
}

*::selection {
    color: #000;
    background-color: #AC9B6F60;
}

*::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff60;
}

*::-webkit-scrollbar-thumb {
    box-shadow: 1px 1px 5px 5px #AC9B6F;
    background-color: #AC9B6F;
}

video::-webkit-media-controls,
video::-moz-media-controls,
video::-o-media-controls,
video::-ms-media-controls {
    display: none !important;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.progress-bar-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    z-index: 9999;
}

.progress-bar {
    height: 100%;
    background-color: #AC9B6F;
    transition: all 0.3s ease;
}


/* ==== header start ==== */



.header {
    background-color: transparent;
    width: 100%;

}

.header .animated-icon-one,
.header .animated-icon2,
.header .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;

}

.header .animated-icon-one span,
.header .animated-icon2 span,
.header .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #000;
}

.header-main.header-bg-wh .animated-icon1 span {
    background: #01CFFF;
}

.header .animated-icon-one span:nth-child(1) {
    top: 0px;
    width: 32px;
}

.header .animated-icon-one span:nth-child(2) {
    top: 7px;
    width: 32px;
}

.header .animated-icon-one span:nth-child(3) {
    top: 14px;
    width: 32px;
}

.header .animated-icon-one.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header .animated-icon-one.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.header .animated-icon-one.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header .mobile-menu-toggle-head button:focus {
    outline: none;
    box-shadow: none;
}

.mobile-menu-toggle-head {
    display: none;
}


.heade-menu-logo {
    width: 150px;
}


.header-menu {
    background-color: #000;
    padding: 15px 0;
    position: relative;
    z-index: 9999999999;
}

.header-menu-right ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-menu-right ul li {
    list-style: none;
}

.header-menu-right ul li a {
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    display: block;
    font-family: 'Sora-regular';
}

.header-menu-right ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #AC9B6F;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
}

.header-menu-right ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

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

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

.header-menu-right ul .menu-has-submenu {
    position: relative;
    transition: 0.5s all;
}


.header-menu-right ul .menu-has-submenu::after {
    content: "";
    margin: 1px 0 0px 7px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #1d818a;
    font-size: 14px;
    border-top: 5px solid #AC9B6F;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: -2px;
    right: 5px;
    bottom: 0;
    margin: auto;
    height: 6px;
}

.header-menu-right ul .menu-has-submenu .submenu {
    position: absolute;
    background-color: #000000e7;
    border: 2px solid #AC9B6F;
    width: 180px;
    left: -86px;
    top: 100%;
    /* border-radius:5px; */
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.5s all;
    text-align: center;
    z-index: 999999;
    backdrop-filter: blur(5px);
}

.header-menu-right ul .menu-has-submenu:hover .submenu {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.header-menu-right ul .menu-has-submenu .submenu li a {
    color: #fff;
    display: block;
    padding: 6px;
    font-size: 12px;
    margin: auto;
}

.header-cart-btn {
    padding-left: 40px;
}

.header-cart-btn img {
    width: 30px;
    height: 30px;
}


.header-top {
    width: 100%;
    padding: 7px;
    background-color: #000;
    border-bottom: 1px solid #fff;
}

.header-top-one {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.header-top-one span i {
    font-size: 16px;
    color: #fff;
    padding-right: 10px;
}

.header-top-one p {
    font-size: 16px;
    color: #fff;
    font-family: 'Sora-regular';

}

.header-top-one p a {
    color: #fff;
}

.header-top-all {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-all {
    width: 100%;
}

.banner-video video {
    width: 100%;
    object-fit: cover;
    height: 70vh;
    min-height: 350px;
}

.banner-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-video::after {
    background-color: #000000af;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;

}

.banner-slider-all {
    position: absolute;
    z-index: 99;
    width: 75%;
    margin: 0 auto;
}

.banner-slide h2 {
    font-size: 60px;
    line-height: 4.8rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Sora-regular';
    color: #fff;
}

.banner-slide h2 span.doller-font {
    font-family: 'Sora-regular';
}

.gold-text {
    color: #AC9B6F;
    color: #ceaf73;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#c6a059 9%, #d4b985 39%, #f9ebd1 58%, #ceaf73 76%, #c6a059 101%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 80px;
    font-family: 'Gustavo-medium';
    line-height: 80px;
    font-weight: 900;
}

.banner-slide p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Sora-regular';
    font-weight: 500;
}

/*
.banner-slide-btn {
    margin-bottom: 40px;
}*/

.banner-slide-btn a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'Sora-regular';
    width: fit-content;
    display: block;
    margin: auto;
}

.banner-slide-btn a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #AC9B6F;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
}

.banner-slide-btn a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.banner-slide-btn a span i {
    padding-left: 10px;
    color: #b3a173;
    font-size: 18px;
}

.banner-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}

.banner-logo-one img {
    width: 130px;
    height: auto;
    object-fit: cover;
}

.cars-all {
    width: 100%;
    padding: 80px 0;
    background-color: #000;
}

.cars-ctn-box {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.cars-head {
    text-align: center;
    margin-bottom: 60px;
}

.cars-head-left p {
    font-size: 18px;
    color: #AC9B6F;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Gustavo-medium';
}

.cars-head-left h3 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gustavo-medium';
}

.cars-head-right a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: normal;
    font-family: 'Sora-regular';
    padding: 10px 25px;
    border-radius: 30px;
    width: fit-content;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
}

.cars-head-right a:hover {
    color: #000;
}

.cars-head-right a:hover span i {
    color: #000;
}

.cars-head-right a .one-box {
    position: relative;
}

.cars-head-right a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #AC9B6F;
    left: 0;
    bottom: -100%;
    transition: all ease .7s;
    border-radius: 50%;
}

.cars-head-right a:hover:before {
    bottom: 0;
    border-radius: 0;
}

.cars-head-right a span i {
    padding-left: 10px;
    color: #b3a173;
    font-size: 18px;
    transition: all 0.5s;
}

.cars-ctn-all {
    width: 100%;
}

.cars-ctn-image {
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.cars-ctn-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.cars-ctn-content {
    background-color: #3838385c;
    padding: 30px;
    text-align: center;
}

.cars-ctn-content p {
    font-size: 17px;
    color: #AC9B6F;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Sora-regular';
}

.cars-ctn-content h5 {
    font-size: 17px;
    color: #fff;
    padding-bottom: 30px;
    font-family: 'Sora-regular';
}

.cars-ctn-btn a {
    padding: 10px;
    text-align: center;
    border: 1px solid #AC9B6F !important;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-family: 'Sora-regular';
    color: #fff !important;
}

.cars-ctn-btn a:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.cars-ctn-all .slick-prev {
    background-color: #383838;
    padding: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: inherit;
    left: 13px;
    top: -80px;
    bottom: inherit;
    border-radius: 10px;
    transition: 0.5s all;
    margin: auto;
}

.cars-ctn-all .slick-prev:hover {
    background-color: #AC9B6F;
}

.cars-ctn-all .slick-next:hover {
    background-color: #AC9B6F;
}

.cars-ctn-all .slick-prev i {
    font-size: 20px;
    color: #fff;
}

.cars-ctn-all .slick-next {
    background-color: #383838;
    padding: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: inherit;
    left: 80px;
    top: -80px;
    bottom: inherit;
    border-radius: 10px;
    transition: 0.5s all;
    margin: auto;
}

.cars-ctn-all .slick-next i {
    font-size: 20px;
    color: #fff;
}

.cars-ctn-all .car-slide {
    height: 100%;
    margin: 0 13px;
    transition: all 0.5s;
}

.cars-ctn-all .car-slide:hover img {
    transform: scale(1.05);
}

.cars-ctn-content p span {
    font-size: 22px;
    color: #fff;
}

/* our-service */

.our-service-main {
    padding: 50px 0 0;
    background-color: #fff;
}

.our-service-main .head {
    padding-bottom: 30px;
    text-align: center;
}

.our-service-main .head h2 {
    color: #000;
    font-size: 65px;
    font-family: 'Gustavo-bold';
    letter-spacing: 4px;
}

.our-service-main .head p {
    max-width: 1000px;
    margin: auto;
    color: #000;
    font-size: 17px;
    font-family: 'Sora-regular';
    padding-top: 10px;
    text-align: center;
    line-height: 30px;
}

.our-service-main .main-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}

.our-service-main .main-content .box {
    width: 47.8%;
    margin: 15px;
    position: relative;
    overflow: hidden;
}

.our-service-main .main-content .box h3 {
    color: #fff;
    font-size: 42px;
    font-family: 'Gustavo-medium';
}

.our-service-main .main-content .box p {
    color: #fff;
    font-size: 18px;
    font-family: 'Sora-regular';
    padding-top: 10px;
}

.our-service-main .main-content .box .left-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000cc;
    text-align: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    /*    transform: scale(0.1);*/
    transition: all 0.8s;
}

.our-service-main .main-content .box.box-one .left-area {
    transform: translateY(100%) translateX(100%);
}

.our-service-main .main-content .box.box-two .left-area {
    transform: translateY(100%) translateX(-100%);
}

.our-service-main .main-content .box.box-three .left-area {
    transform: translateY(-100%) translateX(100%);
}

.our-service-main .main-content .box.box-four .left-area {
    transform: translateY(-100%) translateX(-100%);
}

.our-service-main .main-content .box:hover .left-area {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}

.our-service-main .main-content .logo-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-service-main .main-content .logo-area {
    height: 200px;
    width: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.our-service-main .main-content .box .right-area img {
    min-height: 300px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.our-service-main .main-content .box .right-area .images,
.our-service-main .main-content .box .right-area {
    height: 100%;
    width: 100%;
}

/* our-service */
/* featured-cars-main */

.featured-cars-main,
.consignment-slider {
    padding: 100px 0;
    background-color: #fff;
}

.featured-cars-main .head h2,
.consignment-slider .head h2 {
    color: #000;
    font-size: 45px;
    font-family: 'Gustavo-bold';
    text-align: center;
}

.featured-cars-main .head p,
.consignment-slider .head p {
    text-align: center;
    font-size: 19px;
    font-family: 'Sora-regular';
    max-width: 1000px;
    margin: auto;
    color: #000;
    padding: 20px 0 10px;
}


.featured-cars-main .head a:hover:before {
    bottom: 0;
    border-radius: 0;
}

.featured-cars-main .main-content,
.consignment-slider .main-content {
    width: 100%;
    overflow-x: hidden;
    margin: 50px 0 0;
}

.featured-cars-main .main-content .box .sub-box,
.consignment-slider .main-content .box .sub-box {
    text-align: center;
    margin: 13px;
    position: relative;
    overflow: hidden;
}

.featured-cars-main .main-content .box .sub-img img,
.consignment-slider .main-content .box .sub-img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.featured-cars-main .main-content .main-img img,
.consignment-slider .main-content .main-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 400px;
}

.featured-cars-main .main-content .sub-img h3,
.consignment-slider .main-content .sub-img h3 {
    font-size: 24px;
    color: #000;
    font-family: 'Gustavo-medium';
}

.featured-cars-main .main-content .box .sub-img,
.consignment-slider .main-content .box .sub-img {
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(236deg, rgba(0, 0, 0, 0.6867121848739496) 0%, rgba(172, 155, 111, 0.8603816526610644) 100%);
    display: grid;
    align-content: flex-end;
    text-align: left;
    transform: translateX(-200%) translateY(110%);
    transition: all 0.9s;
}

.featured-cars-main .main-content .box:hover .sub-img,
.consignment-slider .main-content .box:hover .sub-img {
    transform: translateX(0) translateY(0);
    border-radius: 0
}

/* featured-cars-main */

/* featured-cars-main */

.featured-cars-main,
.consignment-slider {
    padding: 50px 0;
    background-color: #fff;
}

.featured-cars-main .head h2,
.consignment-slider .head h2 {
    color: #000;
    font-size: 45px;
    font-family: 'Gustavo-bold';
    text-align: center;
}

.featured-cars-main .head p,
.consignment-slider .head p {
    text-align: center;
    font-size: 19px;
    font-family: 'Sora-regular';
    max-width: 1000px;
    margin: auto;
    color: #000;
    padding: 20px 0 10px;
}

.featured-cars-main .head a,
.cars-ctn-btn a,
.consignment-slider .head a {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-family: 'Sora-regular';
    padding: 10px 25px;
    border-radius: 30px;
    width: fit-content;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
}

.featured-cars-main .head a .one-box,
.cars-ctn-btn a span,
.consignment-slider .head a .one-box {
    position: relative;
}

.featured-cars-main .head a:before,
.cars-ctn-btn a:before,
.consignment-slider a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #AC9B6F;
    left: 0;
    bottom: -100%;
    transition: all ease .7s;
    border-radius: 50%;
}

.cars-ctn-btn a span {
    position: relative;
}

.featured-cars-main .head a:hover:before,
.cars-ctn-btn a:hover:before,
.consignment-slider .head a:hover:before {
    bottom: 0;
    border-radius: 0;
}

/* featured-cars-main */

/* <!-- ==== When you choose start ==== --> */

.when-you-choose-main {
    width: 100%;
    padding: 60px 0px;
    background-color: black;
    overflow: hidden;
}

.when-youpera {
    margin-bottom: 36px;
}

.when-youpera p {
    text-align: center;
    font-size: 30px;
    font-family: 'Gustavo-medium';
    max-width: 1000px;
    margin: auto;
    color: white;
    padding: 20px 0 10px;
}

.when-youpera p span {
    font-family: 'Sora-regular';
}

.when-you-card-main-sec {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.when-you-card-main-onecrd {
    width: 32.33%;
    border: 1px solid #AC9B6F;
    border-radius: 0;
    padding: 28px;
    /* padding: 41px; */
    height: 300px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.5s;
    display: grid;
    align-content: center;
}

.when-you-card-icon-main {
    width: 18%;
    margin: auto;
    margin-bottom: 24px;
    border: 1px solid #AC9B6F;
    padding: 14px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    box-shadow: 0px 0px 13px -2px #AC9B6F;
}

.when-card-head h3 {
    text-transform: capitalize;
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-family: 'Gustavo-bold';
    color: white;
    transition: all 0.5s;
}

.when-card-peragrph p {
    font-size: 1rem;
    line-height: 2rem;
    font-family: 'Sora-regular';
    color: white;
    transition: all 0.5s;
}

.when-you-card-icon-main img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7452%) hue-rotate(341deg) brightness(113%) contrast(122%);
    transition: all 0.5s;
}

.when-you-card-main-onecrd:hover {
    background-color: #fff;
    transform: scale(1.03);
    box-shadow: 0px 0px 7px 5px #ac9b6f6e;
}

.when-you-card-main-onecrd:hover .when-you-card-icon-main {
    border-color: black;
}

.when-you-card-main-onecrd:hover .when-you-card-icon-main img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(7473%) hue-rotate(353deg) brightness(99%) contrast(106%);
}

.when-you-card-main-onecrd:hover .when-card-peragrph p {
    color: black;
}

.when-you-card-main-onecrd:hover .when-card-head h3 {
    color: black;
}

.cars-ctn-btn.when-sec-btn {
    width: 23%;
    margin: auto;
}

.cars-ctn-btn a:hover {
    background-color: #000;
}

.cars-ctn-btn a {
    border-radius: 8px;
    padding: 15px 30px;
}

/* <!-- ==== When you choose End ==== --> */

/* ==== home page united motoirng section start ==== */

.home-page-united-motoring-main {
    width: 100%;
    margin: auto;
    height: auto;
    mix-blend-mode: darken;
    background-color: #000;
    /*    background-image: linear-gradient(#000000e6, #000000e0 50%, #000000e6 89%, #000), url(../images/united-motoring.jpg);*/
    background-position: 0 0, 50%;
    background-size: auto, cover;
    /* padding: 100px 0px; */
    padding: 65px 0px 0;
    background-attachment: fixed;
}

.home-page-united-motoring-head h1 {
    font-size: 50px;
    line-height: 3.8rem;
    color: white;
    text-transform: uppercase;
    font-family: 'Sora-regular';
    text-align: center;
}

.home-page-united-motoring-head .gold-text {
    font-size: 60px;
    line-height: 50px;
}

.home-page-united-motoring-head h1 .question-mark {
    font-family: 'Sora-regular';
}

.home-page-united-motoring-head {
    margin-bottom: 30px;
}

.home-page-united-tab-panal-sec-main {
    width: 100%;
    margin: auto;
    /*display: flex;
    justify-content: space-between;*/
}

.home-pg-united-counte-one {
    /*    width: 39.30%;*/
}

.home-pg-united-counte-one .nav-tabs {
    border: none;
    justify-content: center;
}

.home-pg-united-counte-one .nav-tabs .nav-link.active {
    color: white;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    background-color: #0e0e0e;
}

.home-pg-united-counte-one .nav-tabs .nav-link:hover {
    opacity: 1;
    border: 1px solid 0;
}

.home-pg-united-counte-one .nav-tabs .nav-link img {
    width: 32px;
    height: 32px;
}

.home-pg-united-counte-one .nav-tabs .nav-link {
    font-family: 'Sora-regular';
    font-weight: 700;
    font-size: 18px;
    padding: 10px 32px;
    color: white;
    display: flex;
    align-items: center;
    gap: 16px;
    opacity: 0.3;
    transition: 0.3s;
    width: fit-content;
    border-radius: 0;
}

.home-page-united-motoring-main li.nav-item {
    width: fit-content;
}

.home-pg-united-counte-two .tab-content {

    background-color: #0e0e0e;
    padding: 10px 30px 0;
}

.tab-pnl-one-main-counte-mn {
    width: 100%;
    margin: auto;
    margin: auto;
    margin: 10px 0px 0;
    padding: .5rem 1rem;
}

.tb-pnl-one-main-head h4 {
    font-size: 28px;
    margin-bottom: 14px;
    font-family: 'Gustavo-bold';
    color: #AC9B6F;
}

.tb-pnl-one-main-head p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}

.tb-pnl-one-main-head img {
    width: 28px;
    height: 28px;
}

.tb-pnl-one-main-head ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.tb-pnl-one-main-head ul li {
    list-style: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Gustavo-medium';
    margin-bottom: 18px;
}

.tb-pnl-one-main-head ul li i {
    color: #AC9B6F;
    margin-top: 3px;
    font-size: 24px;
}

.home-page-united-motoring-main li.nav-item {
    /*    border-bottom: 1px solid #ffffff59;*/
    border-right: 1px solid #ffffff59;
}

.home-page-united-motoring-main li.nav-item:last-child {
    border-right: 0;
}

/* ==== home page united motoirng section End ==== */
/* About main */

.about-section-main {
    padding: 70px 0 40px;
    background-color: #fff;
    overflow-x: hidden;
}

.about-section-main .d-flex {
    align-items: center;
}

.about-section-main .left-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: bottom;
}

.about-section-main .left-area {
    padding-right: 30px;
    height: 500px;
}

.about-section-main .right-area {
    padding-left: 30px;
}

.about-section-main .right-area h3 {
    font-size: 42px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
}

.about-section-main .right-area p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: 'Sora-regular';
    margin: 10px 0;
}

.about-section-main .right-area .what-btns {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.about-section-main .right-area .what-btns .box a,
.simple-all .simple-last a {
    color: #fff;
    padding: 11px 25px;
    background: #000;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'Sora-regular';
    display: block;
    border: 2px solid #000;
    transition: all 0.5s;
}

.about-section-main .right-area .what-btns .box a:hover,
.simple-all .simple-last a:hover {
    background-color: transparent;
    color: #000;
}

.about-section-main .right-area .what-btns .box a i,
.simple-all .simple-last a i {
    font-size: 30px;
    margin-right: 10px;
}

.about-section-main .right-area .what-btns .box:first-child {
    margin-right: 20px;
}

.about-section-main .right-area .what-btns .box .main-span,
.simple-all .simple-last a .main-span {
    display: flex;
    align-items: center;
}

.about-section-main .right-area .what-btns .box .main-span span,
.simple-all .simple-last a .main-span span {
    line-height: normal;
}

/* About main */
/* inquire-main */

.inquire-main {
    position: relative;
    height: 100vh;
    max-height: 700px;
    margin: 50px 0px;
}

.mask {
    width: 100%;
}

.inquire-main .video-section {
    background-image: url(../images/featured1.JPG);
    position: relative;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
}

/* .inquire-main .video-section,
.inquire-main .video-section video
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
} */
.inquire-main .video-section:before {
    content: '';
    background-color: #00000080;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.inquire-main .main-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    padding: 70px 0;
    z-index: 1;
}

.inquire-main .main-content .container {
    position: relative;
    z-index: 11;
}

.inquire-main .main-content h5 {
    color: #bfa37c;
    font-family: 'Sora-regular';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2.2px;
}

.inquire-main .main-content .box {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.inquire-main .main-content h3 {
    color: #fff;
    font-size: 59px;
    font-family: 'Gustavo-medium';
    text-transform: uppercase;
    line-height: 60px;
    margin: 20px 0;
}

.inquire-main .main-content h3 span {
    font-size: 59px;
    line-height: 60px;
}

.inquire-main .main-content p {
    color: #fff;
    font-size: 18px;
    font-family: 'Sora-regular';
}

.inquire-main .main-content a {
    color: #fff;
    font-size: 16px;
    font-family: 'Sora-regular';
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 15px 50px;
    position: relative;
    display: block;
    overflow: hidden;
    width: fit-content;
    margin: 30px auto 0;
}

.inquire-main .main-content a span {
    position: relative;
}

.inquire-main .main-content a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*    background-color: #AC9B6F;*/
    background: linear-gradient(#c6a059 9%, #d4b985 39%, #f9ebd1 50%, #ceaf73 76%, #c6a059 101%);
    left: 0;
    bottom: -100%;
    transition: all ease .7s;
    border-radius: 50%;
}

.inquire-main .main-content a:hover:before {
    bottom: 0;
    border-radius: 0;
}

.inquire-main .main-content a:hover {
    color: #000;
    border-color: #000;
}

/* inquire-main */
/* footer-feature */

.footer-feature .gold-text {
    font-size: 45px;
    text-transform: uppercase;
}

.footer-feature.featured-cars-main .head h2 {
    color: #000;
    font-family: 'Gustavo-medium';
}

.footer-feature.featured-cars-main .head h3 {
    text-align: center;
    font-size: 25px;
    color: #000;
    font-family: 'Sora-regular';
    padding-top: 10px;
}

.footer-feature.featured-cars-main .head .social-icons {
    display: flex;
    margin: auto;
    width: fit-content;
}

.footer-feature.featured-cars-main .head a {
    font-size: 26px;
    width: 65px;
    height: 65px;
    padding: 0;
    border-radius: 50%;
    margin-top: 10px;
    border: 0;
}

.footer-feature.featured-cars-main .head a:before {
    background-color: #AC9B6F;
}

.footer-feature.featured-cars-main .head .gold-text {
    background-image: linear-gradient(#000000 9%, #767676 39%, #000000 58%, #585858 76%, #000000 101%);
}

.footer-feature.featured-cars-main .head a:hover {
    color: #000;
}

.footer-feature.featured-cars-main .head a i {
    position: relative;
}

/* footer-feature */
/* footer-main */

.footer-main {
    padding: 40px 0 0;
    /*    background-image: url('../images/footer-back.png');*/
    background-size: contain;
    background-attachment: fixed;
    background-color: #000;
}

.footer-main .main-content .main-box img {
    width: 230px;
    margin-bottom: 12px;
}

.footer-main .main-content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.footer-main .main-content .main-box {
    padding-right: 20px;
}

.footer-main .main-content .main-box h3 {
    color: #fff;
    font-size: 27px;
    font-family: 'Gustavo-bold';
    margin-bottom: 25px;
}

.footer-main .main-content .main-box p {
    color: #fff;
    font-size: 15px;
    font-family: 'Sora-regular';
    line-height: 31px;
}

.footer-main .main-content .main-box .social-icons {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.footer-main .main-content .main-box .social-icons a {
    display: block;
    width: fit-content;
}

.footer-main .main-content .main-box .social-icons a i {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.5s;
}

.footer-main .main-content .main-box .social-icons a i:hover {
    background-color: #fff;
    color: #000;
}

.footer-main .main-content .main-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main .main-content .main-box ul li a {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Sora-regular';
    display: block;
    width: fit-content;
}

.footer-main .main-content .main-box ul li a:after,
.footer-main .footer-copy p a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #AC9B6F;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%;
}

.footer-main .main-content .main-box ul li a:hover:after,
.footer-main .footer-copy p a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.footer-main .main-content .main-box a:hover {
    color: #AC9B6F;
}

.footer-main .main-content .main-box h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Gustavo-medium';
    line-height: 30px;
}

.footer-main .main-content .main-box a {
    color: #fff;
    font-size: 15px;
    font-family: 'Sora-regular';
    margin-bottom: 20px;
    display: block;
}

.footer-main .footer-copy {
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #ccc;
}

.footer-main .footer-copy p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: 'Sora-regular';
}

.footer-main .footer-copy p a {
    color: #fff;
    width: fit-content;
    display: inline-block;
}

/* footer-main */
/* banner-sub-page */

.banner-sub-page {
    padding: 100px 0;
    background-image: linear-gradient(#0c1315b3, #0c1315b3), url('../images/Porsche Front Face.JPG');
    min-height: 320px;
    display: grid;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}

.banner-sub-page h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
    margin-bottom: 15px;
}

.banner-sub-page p {
    color: #fff;
    font-size: 18px;
    font-family: 'Sora-regular';
}

.banner-sub-page .text {
    max-width: 1000px;
}

/* banner-sub-page */


.our-rental .right-area {
    padding-left: 0;
    padding-right: 30px;
}

.our-rental .right-area h3 {
    font-size: 42px;
    line-height: 50px;
}

.showroom-all {
    width: 100%;
    padding: 60px 0;
}

.showroom-head h3 {
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
    margin-bottom: 50px;
    text-align: left;
}

.showroom-one img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 520px;
    margin: auto;
    border-radius: 10px;
}



.showroom-slider .slick-prev {
    padding: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 90%;
    top: -17.7%;
    bottom: inherit;
    border-radius: 10px;
    transition: 0.5s all;
    margin: auto;
    background-color: #AC9B6F;
    border-radius: 50%;
    z-index: 999;
}

.showroom-slider .slick-prev:hover {
    background-color: #000;
}

.showroom-slider .slick-next:hover {
    background-color: #000;
}

.showroom-slider .slick-prev i {
    font-size: 20px;
    color: #fff;
}

.showroom-slider .slick-next {
    padding: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0%;
    top: -17.7%;
    bottom: inherit;
    border-radius: 10px;
    transition: 0.5s all;
    margin: auto;
    background-color: #AC9B6F;
    border-radius: 50%;
    z-index: 999;
}

.showroom-slider .slick-next i {
    font-size: 20px;
    color: #fff;
}


.service-detail-banner-all {
    width: 100%;
    padding: 100px 0;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-image: linear-gradient(#000, #000c 51%, #000 88%, #000000e6)
}

/* .service-banner-left h2 {
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gustavo-medium';
    margin-bottom: 20px;
    line-height: 50px;

} */

.service-banner-left h2 span.gold-text {
    font-size: 55px;
    line-height: 50px;
}

.service-banner-left p {
    font-size: 16px;
    font-family: 'Sora-regular';
    color: #fff;
    text-align: center;
}

.service-banner-left {
    /* width: 80%; */
    margin: 0 auto;
}

/* .service-detail-right form {
    padding: 40px 30px 30px;
    background-color: #fff;
    border-radius: 15px;
} */

.service-detail-box-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-box-one input,
.service-box-one textarea {
    width: 100% !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 10px !important;
    margin-bottom: 5px !important;
    padding: 13px 10px !important;
    font-family: 'Sora-regular' !important;
    color: #000 !important;
    font-size: 15px !important;
}

.service-box-one textarea::placeholder {
    color: #000 !important;
}

.service-box-one textarea {
    margin-bottom: 0 !important;
    resize: none;
}

.service-box-one input:focus,
.service-box-one select:focus,
.service-box-one textarea:focus {
    border: 1px solid #AC9B6F !important;
    outline: 0 !important;
}

.service-box-one select {
    width: 100% !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 10px !important;
    margin-bottom: 25px !important;
    padding: 13px 10px !important;
    font-family: 'Sora-regular' !important;
    appearance: none !important;
    font-size: 15px !important;
    background-color: #fff !important;
}

.service-detail-banner-all .fluentform .ff-el-group {
    margin-bottom: 25px;
}

.service-detail-banner-all .fluentform .ff-el-input--label {
    display: unset !important;
}

.service-detail-banner-all select.ff-el-form-control:not([size]):not([multiple]) {
    height: 100%;
}

.service-box-one.one-input.select-box {
    position: relative;
}

.service-box-one.one-input.select-box:before {
    content: '';
    font-size: 18px;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 40%;
    margin: auto;
    z-index: 1;
    width: 16px;
    height: 16px;
    background-image: url('../images/caret-down-solid.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.service-box-one {
    width: 100%;
    position: relative;
}

.service-box-one.one-input {
    width: 100%;
    position: relative;
}

.service-box-one label {
    font-size: 15px;
    color: #fff;
    font-family: 'Gustavo-medium';
    /* margin-bottom: 7px; */
    display: block;
    text-transform: capitalize;
    position: absolute;
    left: 5px;
    /* padding: 0 10px; */
    background: transparent;
    line-height: 20px;
    top: -23px;
    width: max-content;
}

.service-box-one label span {
    color: #ff0000;
}

.privacy-text-form input {
    width: 25px;
    height: 25px;
    accent-color: #000;
}

.privacy-text-form p,
.privacy-text-form span {
    width: calc(100% - 25px);
    padding-left: 10px;
    font-family: 'Gustavo-medium';
    cursor: pointer;
    color: #fff;
}

.privacy-text-form {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.privacy-text-form label {
    display: flex;
    align-items: center;
}

.service-detail-form-submit input,
.service-detail-form-submit button {
    margin-top: 20px !important;
    border: 2px solid #000 !important;
    background-color: #000 !important;
    border-radius: 50px !important;
    color: #fff !important;
    padding: 11px 35px !important;
    font-size: 17px !important;
    font-family: 'Gustavo-medium' !important;
    transition: 0.5s all !important;
}

.service-detail-form-submit input:hover,
.service-detail-form-submit button:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.service-detail-banner-all .recaptcha-main-all-form {
    margin-top: 25px;
}

.simple-head h3 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gustavo-medium';
    margin-bottom: 70px;
    text-align: center;
}

.simple-all {
    width: 100%;
    padding: 80px;
    background-color: #000;
}

.simple-box {
    padding: 40px 20px 70px;
    /*    border: 2px solid #AC9B6F;*/
    /*    text-align: center;*/
    transition: all 0.3s;
    border-radius: 10px;
    height: 100%;
}

.simple-box:hover {
    transform: translateY(-10px);
    background-color: #1A1A1A;
}

/* 
.simple-box img {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
} */

.simple-box h4 {
    font-size: 22px;
    color: #AC9B6F;
    text-transform: uppercase;
    font-family: 'Gustavo-medium';
    margin-bottom: 20px;
    /*    text-align: center;*/
}

.simple-box p {
    font-size: 16px;
    font-family: 'Sora-regular';
    color: #fff;
}

.simple-last p {
    font-size: 19px;
    color: #fff;
    font-family: 'Gustavo-medium';
    margin: 25px 0;
    text-align: center;
}

.simple-all .simple-last a {
    margin: auto;
    width: fit-content;
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
}

.simple-all .simple-last a:hover {
    color: #fff;
}

/* product-details-pages */

.product-details-pages {
    background-color: #fff;
    padding: 80px 0;
}

.product-details-pages .left-area {
    margin-right: 20px;
    padding: 15px 0;
}

.product-details-pages .right-area {
    padding: 15px 0;
    margin-left: 20px;
}

.product-details-pages .left-area .main-box {
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
}

.product-details-pages .left-area .main-box:first-child {
    border-top: 0;
}

.product-details-pages .left-area .main-box .first-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 6px;
}

.product-details-pages .left-area .main-box .first-box h4 {
    color: #000;
    font-size: 20px;
    font-family: 'Sora-regular';
}

.product-details-pages .left-area .main-box .first-box button {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 15px;
    color: #222;
    line-height: normal;
    font-family: 'Sora-regular';
}

.product-details-pages .left-area .main-box .first-box button:hover {
    text-decoration: underline;
}

.product-details-pages .left-area .main-box .second-box input {
    width: 100%;
    height: auto;
    padding: 15px 18px;
    color: #222;
    font-family: 'Sora-regular';
    font-size: 15px;
    border: 2px solid #00000024;
    margin: 10px 0;
}

.product-details-pages .left-area .main-box .second-box input:focus,
.product-details-pages .left-area .main-box .second-box button:hover,
.product-details-pages .left-area .main-box .second-box select:focus,
.product-details-pages .left-area .main-box .third-box .open-dropdown .dpdn-btn {
    box-shadow: 0 0 3px 0px #000;
}

.product-details-pages .left-area .main-box .second-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details-pages .left-area .main-box .second-box button {
    width: 48%;
    background-color: transparent;
    padding: 6px 12px;
    text-align: center;
    border: 1px solid #666;
    color: #000;
    transition: all 0.5s;
    margin: 10px 0;
}

.product-details-pages .left-area .main-box .second-box button.active-button {
    color: #fff;
    background-color: #000;
}

.product-details-pages .left-area .main-box .second-box select,
.product-details-pages .left-area .main-box .dpdn-btn {
    border: 2px solid #00000024;
    padding: 15px 18px;
    color: #222;
    font-family: 'Sora-regular';
    font-size: 15px;
    margin: 10px 0;
    width: 100%;
    appearance: none;
    position: relative;
    padding-right: 20px;
}

.product-details-pages .left-area .main-box.select-box-main .second-box {
    position: relative;
}

.product-details-pages .left-area .main-box.select-box-main .second-box:before {
    content: '';
    font-size: 18px;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 16px;
    height: 16px;
    background-image: url('../images/caret-down-solid.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product-details-pages .left-area .main-box .second-box select option {
    color: #fff;
    background-color: #000;
    padding: 10px 0;
    line-height: 40px;
}

.product-details-pages .left-area .main-box .second-box select:focus {
    outline: 0;
}

.product-details-pages .left-area .main-box .dropdown-type {
    position: relative;
}

.product-details-pages .left-area .main-box .dropdown-type .dpdn-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.product-details-pages .left-area .main-box .dropdown-type .dpdn-btn i {
    color: #000;
}

.product-details-pages .left-area .main-box .dpdn-btn h5 {
    font-size: 15px;
    color: #222;
}

.product-details-pages .left-area .main-box .third-box {
    position: relative;
}

.product-details-pages .left-area .main-box .third-box .dpdn-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    /*    transform: translateY(-20px);*/
    background-color: #000;
    border: 1px solid #ccc;
    padding: 5px 20px;
    /*    transition: all 0.4s;*/
}

.product-details-pages .left-area .main-box .third-box .open-dropdown .dpdn-btn {}

.product-details-pages .left-area .main-box .third-box .open-dropdown .dpdn-content {
    opacity: 1;
    visibility: visible;
    /*    transform: translateY(0);*/
}

.product-details-pages .left-area .main-box .third-box .dpdn-content .sub-box label {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.product-details-pages .left-area .main-box .third-box .dpdn-content .sub-box label input {
    width: 14px;
    height: 14px;
    accent-color: #AC9B6F;
}

.product-details-pages .left-area .main-box .third-box .dpdn-content .sub-box label p {
    width: calc(100% - 14px);
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Sora-regular';
    color: #fff;
    font-size: 15px;
}

.product-details-pages .left-area .clear-box {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
}

.product-details-pages .left-area .clear-box button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #000;
    font-size: 22px;
    font-family: 'Gustavo-medium';
}

.product-details-pages .left-area .clear-box button:hover {
    text-decoration: underline;
}

.product-details-pages .right-area .d-flex {
    flex-wrap: wrap;
}

.product-details-pages .right-area .col-lg-4 {
    padding: 10px;
}

.product-details-pages .right-area .main-box {
    height: 100%;
    background-color: #000;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

.product-details-pages .right-area .main-box .image {
    transition: all 0.5s;
    height: 280px;
    overflow: hidden;
}

.product-details-pages .right-area .main-box:hover {
    box-shadow: 0px 0px 14px 1px #2a2a2a;
}

.product-details-pages .right-area .main-box:hover .image img {
    transform: scale(1.05);
}

.product-details-pages .right-area .main-box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.5s;
}

.product-details-pages .right-area .main-box p {
    color: #000;
    padding: 7px 10px;
    font-size: 15px;
    background-color: #ac9b6f;
    font-family: 'Gustavo-medium';
    line-height: 16px;
    position: absolute;
    width: fit-content;
    top: 16px;
    left: 0;
    z-index: 1;
}

.product-details-pages .right-area .main-box .text .information {
    padding: 10px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #111;
}

.product-details-pages .right-area .main-box .text .information .left-section,
.product-details-pages .right-area .main-box .text .information .right-section {
    display: flex;
    align-items: center;
}

.product-details-pages .right-area .main-box .text .information h6 {
    margin: 0 5px;
    font-size: 13px;
    color: #fff;
    font-family: 'Sora-regular';
}

.product-details-pages .right-area .main-box .text .information img {
    width: 22px;
    height: auto;
    object-fit: contain;
}

.product-details-pages .right-area .main-box .text h4 {
    color: #fff;
    font-family: 'Sora-regular';
    font-size: 16px;
    padding: 16px 14px 5px;
}

.product-details-pages .right-area .main-box .text h3 {
    color: #AC9B6F;
    font-size: 20px;
    padding: 9px 14px 15px;
    font-family: 'Sora-regular';
}

.product-details-pages .right-area .view-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-pages .right-area .view-more-btn button {
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid #000;
    margin: 20px 0 0 15px;
    font-size: 17px;
    font-family: 'Sora-regular';
    transition: all 0.5s;
}

.product-details-pages .right-area .view-more-btn button:hover {
    background-color: #000;
    color: #fff;
}

/* .product-details-pages .right-area .main-box .text */

/* product-details-pages */


.pricing-one {
    width: 100%;
    padding: 30px 5px;
    /*    border-right: 2px solid #fff;*/
    text-align: center;
    transition: all 0.5s;
}

.pricing-one:hover {
    background-color: #111;
}

.pricing-all .col-lg-5 {
    border: 1px solid #1a1a1a;
}

.pricing-all .col-lg-5:first-child {
    border-top: 0;
    border-left: 0;
}

.pricing-all .col-lg-5:nth-child(2) {
    border-top: 0;
    border-right: 0;
}

.pricing-all .col-lg-5:nth-child(3) {
    border-bottom: 0;
    border-left: 0;
}

.pricing-all .col-lg-5:last-child {
    border-bottom: 0;
    border-right: 0;
}

.pricing-all .d-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.pricing-all .row .col-lg-3:last-child .pricing-one {
    border-right: 0;
}

.pricing-one img {
    /* width: 250px; */
    width: 100px;
}

.pricing-one p {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 35px;
    font-family: 'Gustavo-medium';
    color: #fff;
}

.pricing-all {
    background-color: #000;
}

/* sell-section */

.sell-section {
    background-color: #000;
    /* padding: 100px 0; */
    text-align: center;
}

.sell-section .head h3 {
    color: #fff;
    font-size: 46px;
    font-family: 'Gustavo-medium';
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sell-section .head p {
    color: #fff;
    font-size: 18px;
    font-family: 'Sora-regular';
}

.sell-section .main-content {
    /* margin: 70px 0 20px; */
    margin: 50px 0 20px;
}

.sell-section .main-content .box .number-image img {
    width: 30px;
    height: 30px;
    margin: 0 auto 35px
        /* margin:0 auto 50px; */
}

.sell-section .main-content .box .main-image img {
    /* height: 160px; */
    height: 100px;
}

.sell-section .main-content .col-lg-4:last-child .box .main-image img {
    /* height: 100px; */
    height: 70px;
}

.sell-section .main-content .box .main-image {
    /* height: 200px; */
    height: 115px;
    display: grid;
    align-content: center;
    justify-content: center;
}

.sell-section .main-content .box .text h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Gustavo-medium';
    margin-top: 20px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* sell-section */
.export-page-choose .when-you-card-icon-main img {
    filter: unset;
}

.export-page-choose .when-you-card-main-onecrd:hover img {
    filter: unset;
}

.export-page-choose .indoor-box {
    /*position: absolute;
    display: none;*/
}

.export-page-choose .when-you-card-icon-main {
    width: 60px;
    height: 60px;
}

.export-page-choose .when-you-card-icon-main lord-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.export-page-choose .indoor-box {
    height: 100%;
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.export-page-choose .indoor-box h4 {
    color: #000;
    font-size: 16px;
    font-family: 'Gustavo-regular';
    margin-bottom: 8px;
}

.export-page-choose .indoor-box h3 {
    color: #000;
    font-size: 21px;
    font-family: 'Gustavo-medium';
}

.export-page-choose .when-you-card-main-onecrd:hover {
    transform: none;
    background-color: transparent;
    box-shadow: none;
}

.export-page-choose .when-you-card-main-onecrd:hover .indoor-box {
    /*display: grid;
    transform: rotateZ(180deg);*/

    transform: none;
}

.export-page-choose .when-you-card-main-onecrd:hover .outdoor-box {
    /*display: none;
    opacity: 0;
    visibility: hidden;*/

    transform: rotateX(180deg) rotateY(0);
}

.export-page-choose .when-you-card-main-onecrd .outdoor-box,
.export-page-choose .when-you-card-main-onecrd {
    transition: all 0.8s;
}

.export-page-choose .when-youpera h2 {
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
    font-family: 'Gustavo-medium';
    text-transform: uppercase;
}

.export-page-choose .when-youpera h2 span {
    font-family: 'Sora-regular';
}

.export-page-choose .when-you-card-main-onecrd {
    position: relative;
    height: 280px;
    perspective: 1000px;
    transform-style: preserve-3d;
    --e-flip-box-view-framed-stacked-icon-color: #fff;
}

.export-page-choose .when-you-card-main-sec .main-box .outdoor-box-main {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: none;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .6s ease-in-out;
}

.export-page-choose .when-you-card-main-sec .main-box .indoor-box-main {
    transition: all .6s ease-in-out;
    display: block;
    transform: rotateX(-180deg) rotateY(0);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.export-page-choose .when-you-card-main-sec .main-box {
    position: relative;
    height: 280px;
    perspective: 1000px;
    transform-style: preserve-3d;
    --e-flip-box-view-framed-stacked-icon-color: #fff;
    width: 33.33%;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    padding: 10px;
}

.export-page-choose .when-you-card-main-sec .main-box:hover .outdoor-box-main {
    transform: rotateX(180deg) rotateY(0);
}

.export-page-choose .when-you-card-main-sec .main-box:hover .indoor-box-main {
    transform: none;
}

.export-page-choose .when-you-card-main-sec .main-box .outdoor-box-main .outdoor-box-sub,
.export-page-choose .when-you-card-main-sec .main-box .indoor-box-main .indoor-box-sub {
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.export-page-choose .when-you-card-main-sec .main-box .outdoor-box-main h2 {
    text-transform: capitalize;
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.25;
    font-family: 'Gustavo-bold';
    color: white;
    transition: all 0.5s;
}

.export-page-choose .when-you-card-main-sec .main-box .outdoor-box-main p {
    font-size: 1rem;
    line-height: 2rem;
    font-family: 'Sora-regular';
    color: white;
    transition: all 0.5s;
}

.export-page-choose .when-you-card-main-sec .main-box .indoor-box-main h4 {
    color: #000;
    font-size: 16px;
    font-family: 'Gustavo-regular';
    margin-bottom: 8px;
}

.export-page-choose .when-you-card-main-sec .main-box .indoor-box-main h3 {
    color: #000;
    font-size: 21px;
    font-family: 'Gustavo-medium';
}

.export-page-choose .when-you-card-main-sec .main-box .outdoor-box-main .outdoor-box-sub {
    background-color: #000;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 20px;
    transform: translateZ(.1px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
}

.export-page-choose .when-you-card-main-sec .main-box .indoor-box-main .indoor-box-sub {
    background-color: #ccc;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    transform: translateZ(.1px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
}

.export-page-choose .when-you-card-main-sec .main-box .indoor-box-main,
.export-page-choose .when-you-card-main-sec .main-box .outdoor-box-main {
    padding: 10px;
}


.export-page-choose .boxes-main {
    width: 100%;
    margin: auto;
}

.export-page-choose .box-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.export-page-choose .box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 32%;
    margin: 15px 0;
}

.export-page-choose .flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.export-page-choose .flip-box-front,
.export-page-choose .flip-box-back {
    padding: 35px;
    background-size: cover;
    background-position: center;
    min-height: 280px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.export-page-choose .flip-box-front {
    background-color: #111;
    -ms-transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #6e6e6e;
}

.export-page-choose .flip-box:hover .flip-box-front {
    -ms-transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.export-page-choose .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -ms-transform: rotatex(-180deg);
    -webkit-transform: rotatex(-180deg);
    transform: rotatex(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.export-page-choose .flip-box:hover .flip-box-back {
    -ms-transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.export-page-choose .flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.export-page-choose .flip-box-header {
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin-bottom: 25px;
}

.export-page-choose .flip-box p {
    font-size: 20px;
    line-height: 1.5em;
}

.export-page-choose .flip-box-img {
    width: 50px;
    height: 50px;
    margin-bottom: 21px;
    filter: brightness(0) saturate(100%) invert(88%) sepia(64%) saturate(2%) hue-rotate(145deg) brightness(108%) contrast(101%);
}

.export-page-choose .flip-box-button {
    background-color: #FDC502;
    border: 2px solid #FDC502;
    border-radius: 2px;
    color: black;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin-top: 25px;
    padding: 12px 20px;
    text-transform: uppercase;
}

.export-page-choose .flip-box-button:hover {
    background-color: transparent;
    border: 2px solid #FDC502;
    color: #FDC502;
}

.export-page-choose .flip-box-front img {
    width: 60px;
    object-fit: contain;
    height: auto;
}

.export-page-choose .flip-box .inner h4 {
    font-size: 20px;
    font-family: 'Gustavo-medium';
    color: #000;
    margin-bottom: 10px;
    padding: 0 15px;
}

.export-page-choose .flip-box .inner h3 {
    color: #000;
    font-size: 26px;
    font-family: 'Gustavo-medium';
    padding: 0 15px;
}

.export-page-choose .flip-box .inner h3.flip-box-header {
    color: #fff;
    padding: 15px 15px;
    margin-bottom: 0;
}

.export-page-choose .flip-box .inner p {
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'Sora-regular';
}

/* easy-steps */

.easy-steps {
    padding: 70px 0px 0px;
    background-color: #fff;
}

.easy-steps .head h5 {
    color: #7a7a7a;
    font-size: 20px;
    font-family: 'Gustavo-medium';
    text-align: center;
}

.easy-steps .head h2 {
    text-align: center;
    color: #000;
    font-family: 'Gustavo-medium';
    font-size: 40px;
    text-transform: uppercase;
    margin: 18px 0;
}

.easy-steps .head p {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: 'Sora-regular';
}

.easy-steps .content {
    margin-top: 40px;
    text-align: center;
    background-color: #423738;
}

.easy-steps .content h1 {
    /* font-size: 36px; */

    font-size: 30px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
    background: #AC9B6F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sora-regular';
    position: relative;
}

.easy-steps .content h3 {
    margin: 20px 0 15px;
    font-size: 25px;
    font-family: 'Sora-regular';
    color: #fff;
}

.easy-steps .content p {
    color: #fff;
    font-size: 16px;
    font-family: 'Sora-regular';
}

.easy-steps .main-box {
    padding: 60px 20px;
    position: relative;
}

.easy-steps .main-box:before {
    content: '';
    background-image: url('../images/line-drawn-stroke-and-fill.png');
    background-size: contain;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 87px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(64deg) brightness(95%) contrast(110%);
}

.easy-steps .main-box.last-box:before {
    display: none;
}

/* easy-steps */
/* consignment-slider */

.consignment-slider .main-content .main-img img {
    max-height: 370px;
    height: 100%;
    border-radius: 10px;
}

.consignment-slider .head h2 {
    text-transform: uppercase;
}

/* consignment-slider */
/* p-main-content */

.p-main-content {
    padding: 100px 0;
    background-color: #fff;
}

.p-main-content p {
    font-size: 17px;
    color: #000;
    font-family: 'Sora-regular';
    line-height: 26px;
    padding: 5px 0;
}

.p-main-content .strong-text {
    color: #000;
    font-weight: 700;
    font-size: 19px;
}

.p-main-content h2 {
    font-size: 35px;
    color: #000;
    font-family: 'Gustavo-medium';
    margin: 30px 0px 20px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.p-main-content ul li {
    list-style: none;
    margin: 8px 0;
}

.p-main-content ul li p:before {
    content: '';
    background: #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 1px;
}

.p-main-content a {
    color: #AC9B6F;
}

.p-main-content a:hover {
    color: #544c38;
    text-decoration: underline;
}

/* p-main-content */
/* blog-main */

.blog-main {
    padding: 100px 0;
    background-color: #fff;
}

.blog-main .head h4 {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: 'Gustavo-medium';
    text-transform: uppercase;
    letter-spacing: 3px;
}

.blog-main .head h2 {
    text-align: center;
    font-size: 42px;
    color: #000;
    font-family: 'Gustavo-bold';
    text-transform: uppercase;
    margin: 10px 0 0;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#000000 9%, #767676 39%, #000000 58%, #585858 76%, #000000 101%);
    -webkit-background-clip: text;
    background-clip: text;
}

.blog-main .main-content {
    margin: 50px 0 0;
}

.blog-main .main-content .col-12 {
    padding: 15px 10px;
}

.blog-main .main-content .main-box {
    padding: 10px;
    height: 100%;
    background-color: #fff;
    transition: all 0.5s;
}

.blog-main .main-content .main-box:hover {
    box-shadow: 0 0 10px 0 #ccc;
}

.blog-main .main-content .main-box:hover img {
    transform: scale(1.03);
}

.blog-main .main-content .main-box .image {
    height: 400px;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}

.blog-main .main-content .main-box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.blog-main .main-content .d-flex {
    flex-wrap: wrap;
}

.blog-main .main-content .main-box .text {
    position: relative;
    padding-left: 20px;
    margin: 30px 0;
}

.blog-main .main-content .main-box .text:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(172, 155, 111, 1) 50%, rgba(0, 0, 0, 0.8463760504201681) 100%);
    height: 100%;
    width: 8px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blog-main .main-content .main-box .text h4 {
    color: #000;
    font-size: 15px;
    font-family: 'Gustavo-medium';
    text-transform: uppercase;
}

.blog-main .main-content .main-box .text h2 {
    color: #000;
    font-size: 20px;
    font-family: 'Gustavo-bold';
}

.blog-main .main-content .main-box .text h4 span {
    font-family: 'Sora-regular';
    font-size: 20px;
}

.blog-main .main-content .main-box .blog-button a {
    padding: 10px 22px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: 'Sora-regular';
    margin-top: 15px;
    display: block;
    text-transform: uppercase;
    width: fit-content;
    border: 1px solid #000;
}

.blog-main .main-content .main-box .blog-button a:hover {
    background-color: #000;
    color: #fff;
}

.blog-main .next-prev-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.blog-main .next-prev-btn a {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-family: 'Sora-regular';
    font-size: 18px;
    margin: 10px;
    padding: 12px 20px;
    width: 121px;
    text-align: center;
}

.blog-main .next-prev-btn a:hover {
    background-color: #fff;
    color: #000;
}

/* blog-main */
/* blog-single-content */

.blog-single-content h1 {
    color: #000;
    font-size: 40px;
    font-family: 'Gustavo-bold';
    text-transform: uppercase;
}

.blog-single-content .head-sub {
    font-size: 20px;
    font-family: 'Gustavo-medium';
    color: #333;
    padding: 14px 0 9px;
    display: block;
}

.blog-single-content .head-sub span {
    font-family: 'Sora-regular';
    font-size: 23px;
}

.blog-single-content .big-image {
    height: 500px;
    margin: 20px 0 0;
    padding: 10px;
    border: 1px solid #000;
}

.blog-single-content .head {
    text-align: center;
}

.blog-single-content .quote-section h3 {
    color: #fff;
    background: #000;
    text-align: center;
    padding: 50px 20px;
    margin: 70px auto;
    font-family: 'Gustavo-medium';
    text-transform: uppercase;
    max-width: 1000px;
    font-size: 30px;
    border-radius: 20px 0 20px 0;
}

.blog-single-content .main-content .image .d-flex {
    flex-wrap: wrap;
}

.blog-single-content .main-content .image .box {
    width: 50%;
    height: 400px;
    overflow: hidden;
    padding: 10px;
}

.blog-single-content .main-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* blog-single-content */

/* ==== car lancer page start ==== */

.car-lancer-pg-main {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.car-lncr-main-one {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.car-lncr-img-part {
    width: 49%;
}

.magiczm-mn {
    width: 100%;
    margin: auto;
}

.car-img-main-two-prtfirst a {
    width: 100%;
    opacity: 1 !important;
    transition: all 0.5s !important;
}

.car-img-main-two-prtfirst a figure {
    width: 100%;
}

.car-img-main-two-prtfirst a img {
    width: 100% !important;
    height: 390px;
    object-fit: cover;
}

.car-img-main-two-prtsec {
    display: flex;
    justify-content: space-between;
}

.car-img-main-two-prtsec img {
    width: 96%;
    height: 160px;
    object-fit: cover;
}

.magiczm-mn h2 {
    font-size: 24px;
    color: black;
    margin: 10px 0px;
    font-family: 'Sora-regular';
}

.mz-expand.expand-thumbnails-left a {
    color: transparent !important;
    filter: blur(50px);
}

.mz-figure a {
    filter: blur(50px);
}

.book-atextdrive-car-lanceer {
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-top: 45px;
}

.car-lncr-tst-drv-frm {
    background-color: #f3f3f3;
    padding: 45px;
    border-radius: 4px;
}

.car-lncr-tst-drv-frm h4 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    margin-bottom: 40px;
    font-family: 'Gustavo-regular';
}

.car-lncr-tst-drv-frm input {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    min-height: 50px;
    margin-bottom: 0;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
}

.car-lncr-tst-drv-frm textarea {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    min-height: 50px;
    margin-bottom: 0;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    height: 138px;
    margin-bottom: 20px;
}

.car-lncr-tst-drv-frm button {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    height: 58px;
    border: none;
    transition: 0.5s;
    background-color: #AC9B6F;
    color: white;
    border: 1px solid #AC9B6F;
    font-family: 'Sora-regular';
}

.car-lncr-tst-drv-frm button:hover {
    background-color: #fff;
    color: #AC9B6F;
}

/* ==== left-part start ==== */

.car-lncr-counte-part-main {
    width: 49%;
}

.car-lncr-details h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
    font-family: 'Sora-regular';
    color: #000;
}

.car-lncr-details h2 {
    font-size: 28px;
    font-family: 'Gustavo-regular';
    color: #000;
}

.car-lncr-details h2 span {
    font-family: 'Sora-regular';
}

.clr-a.active {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-family: 'Sora-regular';
    color: #000;
}

.car-lncr-details a {
    width: fit-content;
    height: 60px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #AC9B6F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AC9B6F;
    font-weight: 600;
    margin: 0;
}

.car-lncr-details .cars-ctn-btn.when-sec-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car-lncr-details .cars-ctn-btn.when-sec-btn a {
    color: #AC9B6F !important;
}

.car-lncr-details .cars-ctn-btn.when-sec-btn a:hover {
    color: white !important;
}

/* ==== left-part End ==== */

/* <!-- ==== car-lncr-tbpnl start ==== --> */

/* ==== jqury start ==== */

.jqry-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
}

.mnnv {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 40px;
    margin-bottom: 18px;
}

.btn-a {
    color: black;
    border: 1px solid #000;
    padding: 14px 30px;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Sora-regular';
}

.btn-a.active {
    background-color: #000;
    color: white;
}

.btn-a:hover {
    background-color: #000;
    color: white;
}

.bg-color {
    width: 100%;
}

.clr-red {
    width: 100%;
    height: 100%;
}

.clr-green {
    width: 100%;
    height: 100%;
}

.clr-pink {
    width: 100%;
    height: 100%;
}

.clr-orange {
    width: 100%;
    height: 100%;
}

.clr-a {
    display: none;
}

/* ==== jqury End ==== */

.price-cr-lncr-mn {
    width: 48%;
    margin: 7px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 24px 10px;
    border: 1px solid #AC9B6F;
    height: 100%;
}

.price-cr-lncr-mn h6 {
    font-size: 16px;
    font-family: 'Gustavo-regular';
    text-align: right;
}

.price-img-head {
    display: flex;
    align-items: center;
}

.price-img-head .bolt-title {
    font-size: 17px;
    color: black;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Sora-regular';
}

/* <!-- ==== car-lncr-tbpnl End ==== --> */

/* ==== click progress start ==== */

/*----- Styling the sliders ----*/
.sub-container input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

.sub-container input[type="range"]:focus {
    outline: none;
}

.sub-container input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #AC9B6F;
    border-radius: 10px;
}

.sub-container input[type="range"]::-webkit-slider-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #AC9B6F;
    cursor: pointer;
    margin-top: -6px;
    -webkit-appearance: none;
}

.sub-container input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #b3b3b3;
}

.sub-container input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #AC9B6F;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
}

.sub-container input[type="range"]::-moz-range-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #AC9B6F;
    cursor: pointer;
    margin-top: -6px;
}

.sub-container input[type="range"]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #AC9B6F;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
}

.sub-container input[type="range"]::-ms-fill-lower {
    background: #AC9B6F;
    border-radius: 5px;
}

.sub-container input[type="range"]::-ms-fill-upper {
    background: #AC9B6F;
    border-radius: 5px;
}

.sub-container input[type="range"]::-ms-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #AC9B6F;
    cursor: pointer;
    margin-top: -6px;
}

.sub-container input[type="range"]:focus::-ms-fill-lower {
    background: #AC9B6F;
}

.sub-container input[type="range"]:focus::-ms-fill-upper {
    background: #AC9B6F;
}

.sub-container .details .detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.sub-container .detail p {
    color: black;
}

.sub-container .dtails-peragrph p {
    margin-top: 10px;
}

.sub-container {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.loan-terms-year-month-day-main {
    padding-bottom: 15px;
/*    border-bottom: 1px solid #ccc;*/
}

.loan-term-main-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loan-term-main-head input {
    width: 130px;
    height: 40px;
    border: none;
    background: #f1f1f1;
    color: black;
    padding: 0 14px;
    text-align: center;
    appearance: none;
}

.loan-custom-itps {
    display: flex;
    justify-content: space-between;
/*    margin: 14px 0px;*/
}

.loan-term-main-head input::placeholder,
.loan-custom-itps input::placeholder {
    color: black;
}


.down-pymnt-main .dtails-peragrph,
.loan-terms-year-month-day-main .dtails-peragrph{
    margin-top: 14px;
}

.down-pymnt-card-one-mn {
    width: 100%;
    border-radius: 12px;
    background-color: #AC9B6F;
    padding: 28px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 99999999;
}

.down-pymnt-card-one-mn h3 {
    font-size: 34px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: #fff;
    font-family: 'Gustavo-regular';
    text-align: left;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 7px;
}

.down-pymnt-card-one-mn .result-label {
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
    font-size: 20px;
}
.down-pymnt-card-one-mn .down-pymnt-box.down-pymnt-box-two .result-label
{
    font-size: 17px;
}

.down-pymnt-card-one-mn .rsult-value {
    font-size: 28px;
    font-weight: 800;
    color: white;
}

.down-pymnt-card-one-mn .description {
    color: white;
    font-size: 14px;
    margin: -9px 0px 10px;
}

.down-pymnt-card-one-mn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border: 1px solid white;
    color: white;
    padding: 0 40px;
    margin: auto;
    width: fit-content;
    font-size: 1.1em;
    margin-top: 24px;
    font-weight: 600;
    background-color: #fff;
    color: #ac9b6f;
}

.down-pymnt-card-one-mn a:hover {
    background-color: #ac9b6f;
    color: #fff;
}

.dtails-peragrph p {
    font-size: 16px;
    color: #333;
}

/* ==== click progress End ==== */

/* ==== features section tab panel start ==== */

.features-main-tabpnl {
    width: 100%;
    margin: auto;
}

.features-main-tabpnl p a:hover {
    color: #706341;
    text-decoration: underline;
}

.features-main-tabpnl h5 {
    text-transform: uppercase;
    margin: 14px 0px;
    font-size: 1.3rem;
    font-weight: 500;
}

.features-main-tabpnl p a {
    color: blue;
}

.features-main-tabpnl p a {
    color: #ac9b6f;
}

.features-main-tabpnl p {
    margin-bottom: 36px;
}

/* ==== features section tab panel End ==== */

/* ==== car lancer page End ==== */
/* ==== contact us page start ==== */

.contact-us-main {
    width: 100%;
    margin: auto;
    padding: 100px 0px;
}

.contact-us-main-head h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-family: 'Sora-regular';
    text-align: center;
}

.contact-us-main-head h1 {
    font-size: 42px;
    font-family: 'Gustavo-bold';
    color: black;
    margin: 10px 0px;
    text-align: center;
}

.contact-us-main-head h2 {
    font-size: 38px;
    font-family: 'Gustavo-bold';
    color: black;
    margin: 10px 0px;
    text-align: center;
}

.schdule-section-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
}

.schdule-section-boxes-one {
    width: 24%;
    border: 1px solid #AC9B6F;
    text-align: center;
    padding: 28px;
    transition: 0.5s;
}

.schdule-section-boxes-one h2 {
    margin: 12px 0px;
    font-family: 'Gustavo-bold';
    font-size: 24px;
}

.schdule-section-boxes-one p {
    font-family: 'Sora-regular';
    font-size: 16px;
}

.schdule-section-boxes-one p a {
    color: black;
}

.schdule-section-boxes-one:hover {
    background-color: #ac9b6f;
    box-shadow: 0px 0px 7px 5px #ac9b6f6e;
    transform: scale(1.03);
}

.schdule-section-boxes-one:hover h2 {
    color: white;
}

.schdule-section-boxes-one:hover p {
    color: white;
}

.schdule-section-boxes-one:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
}

.map-section-mbed {
    width: 100%;
    height: 500px;
}

.map-section-mbed iframe {
    height: 100%;
}

.view-morecoute-text {
    padding: 40px 0px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ac9b6f;
}

.view-more-cnct-text h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-family: 'Sora-regular';
}

.view-more-cnct-text h1 {
    font-size: 42px;
    font-family: 'Gustavo-bold';
    color: black;
    margin: 10px 0px;
}

.view-morecoute-text a {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-family: 'Sora-regular';
    padding: 10px 25px;
    border-radius: 30px;
    width: fit-content;
    height: 50px;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
}

.view-morecoute-text a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #AC9B6F;
    left: 0;
    bottom: -100%;
    transition: all ease .7s;
    border-radius: 50%;
}

.view-morecoute-text .one-box {
    position: relative;
}

.view-morecoute-text a:hover:before {
    bottom: 0;
    border-radius: 0;
}

.get-in-tuch-main {
    width: 100%;
    margin: auto;
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
}

.get-in-tuch-counte {
    width: 49%;
}

.get-in-tuch-counte-form {
    width: 49%;
}

.get-in-tuch-counte h1 {
    font-size: 44px;
    font-family: 'Sora-regular';
}

.get-in-tuch-counte p {
    font-size: 18px;
    font-family: 'Sora-regular';
    line-height: 36px;
    margin: 20px 0px;
}

.get-in-tuch-counte h2 a {
    color: black;
    font-size: 34px;
    font-family: 'Sora-regular';
}

.contact-us-social {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.contact-us-social a {
    display: block;
    width: fit-content;
}

.contact-us-social a i {
    color: #ac9b6f;
    font-size: 20px;
    margin-right: 20px;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ac9b6f;
    border-radius: 5px;
    transition: all 0.5s;
}

.contact-us-social a i:hover {
    box-shadow: 0px 0px 6px #ac9b6f;
    transform: scale(1.05);
}

.get-in-tuch-main-form-section {
    width: 100%;
    margin: auto;
}

.f-and-l-name .row {
    width: 100%;
    margin: auto;
    margin-bottom: 24px;
}

.itp-main {
    position: relative;
    height: 55px;
    line-height: 10px;
}

.itp-main input {
    position: absolute;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0px 14px;
    line-height: 55px;
    border: none !important;
    border-bottom: 2px solid #ac9b6f !important;
    background: transparent;
    transition: 0.1s ease;
    z-index: 1111;
    height: 100%;
    font-family: 'Sora-regular' !important;
    border-radius: 0 !important;
}

.labelline {
    position: absolute;
    font-size: 16px;
    color: gray;
    padding: 0px 0px 0px 20px;
    margin: 0 0px;
    background: white;
    transition: 0.2s ease;
    font-family: 'Sora-regular';
}

.itp-main input:focus,
.itp-main input:valid {
    color: gray;
}

.itp-main input:focus+.labelline,
.itp-main input:valid+.labelline {
    color: gray;
    height: 30px;
    line-height: 30px;
    transform: translate(-15px, -16px) scale(0.88);
    z-index: 1111;
}


.row.f-and-l-name {
    margin-bottom: 20px;
}

.get-in-tuch-main-form-section form textarea {
    width: 100%;
    outline: none;
    font-size: 16px;
    padding: 0px 14px;
    line-height: 55px;
    border: none !important;
    border-bottom: 2px solid #ac9b6f !important;
    background: transparent;
    transition: 0.1s ease;
    z-index: 1111;
    height: 100%;
    font-family: 'Sora-regular' !important;
    color: #898989;
    border-radius: 0 !important;
}

.i-agri-checkbox {
    padding: 8px 0px 4px;
}

.map-section-mbed iframe {
    width: 100%;
}

.i-agri-checkbox .form-check {
    padding-left: 0px;
}

.i-agri-checkbox [type=checkbox] {
    border-radius: 0px !important;
    width: 25px;
    height: 25px;
    margin: 0px 14px 0px 0px !important;
    border-color: #ac9b6f !important;
    accent-color: #ac9b6f;
}

.i-agri-checkbox span {
    color: #000;
    font-family: 'Sora-regular' !important;
    font-size: 1rem;
    user-select: none;
}

.i-agri-checkbox [type=checkbox]:checked {
    background-color: #ac9b6f;
}

.i-agri-checkbox [type=checkbox]:focus {
    border-color: #ac9b6f;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ac9b6f72;
}

.sbmit-cnct-frm-btun button {
    text-transform: uppercase;
    background-color: #ac9b6f !important;
    color: white !important;
    padding: 12px 36px !important;
    font-size: 18px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-weight: 500 !important;
    border: 1px solid transparent !important;
    font-family: 'Sora-regular' !important;
    border-radius: 0 !important;
}

.sbmit-cnct-frm-btun button:hover {
    background-color: transparent !important;
    box-shadow: 0px 0px 4px 1px #ac9b6f !important;
    border: 1px solid #ac9b6f !important;
    color: #ac9b6f !important;
}

/* ==== contact us page End ==== */

/* tiktok-section */

.tiktok-section {
    background-color: #000;
    padding: 100px 0 100px;
    display: none;
}

.tiktok-section .heading {
    text-align: center;
    padding-bottom: 60px;
}

.tiktok-section .heading img {
    margin-bottom: 20px;
}

.tiktok-section .heading h2 {
    text-align: center;
    color: #fff;
    font-family: 'Gustavo-medium';
    text-transform: uppercase;
    font-size: 40px;
}

.tiktok-section .heading a {
    text-align: center;
    font-size: 19px;
    font-family: 'Sora-regular';
    margin: auto;
    color: #fff;
    padding: 20px 0 10px;
    display: block;
    width: fit-content;
}

.tiktok-section .col-12 {
    padding: 0 15px;
}

.tiktok-section .main-content {
    padding: 8px;
    border-radius: 15px;
    background-color: #ffffff0d;
}

.tiktok-section .main-content:hover {
    outline: 1px solid #727272;
}

.tiktok-section .main-content .main-image img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.tiktok-section .main-content .main-image {
    position: relative;
    margin-bottom: 15px;
}

.tiktok-section .main-content .main-image i {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.tiktok-section .main-content .text-content h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Sora-regular';
    padding: 0 10px;
}

.tiktok-section .main-content .text-content a {
    color: #AC9B6F;
    font-size: 15px;
    padding: 6px 10px 10px;
    font-family: 'Sora-regular';
    display: block;
}

.tiktok-section .main-content .name-section {
    display: flex;
    align-items: center;
    margin: 0px 10px;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 14px;
}

.tiktok-section .main-content .name-section .image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.tiktok-section .main-content .name-section .text h5 {
    color: #fff;
    font-size: 18px;
    font-family: 'Gustavo-medium';
    margin-top: -15px;
}

.tiktok-section .main-content .tiktok-icon i {
    color: #AC9B6F;
    font-size: 28px;
}

.tiktok-section .main-content .modal {
    transform: translateY(-100%);
    transition: all 0.5s;
    display: block;
    visibility: hidden;
}

.tiktok-section .main-content .show.modal {
    display: block;
    background-color: #00000057;
    backdrop-filter: blur(3px);
    transform: translateY(0%);
    visibility: visible;
}

.tiktok-section .main-content .show.modal button.close {
    position: absolute;
    right: 12px;
    border: transparent;
    background: transparent;
    font-size: 30px;
    color: #fff;
    top: 0;
}

.tiktok-section .main-content .show.modal .modal-content,
.tiktok-section .main-content .modal-dialog {
    position: unset;
}

.tiktok-section .main-content .show.modal .tiktok-embed {
    margin: 0;
    margin-bottom: 15px;
}

/* tiktok-section */
/* --------------------- */
.calculator {
    background-color: #000;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-clcultr-loan h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Gustavo-bold';
    text-transform: uppercase;
    color: #000;
}

.form-group {
    margin-bottom: 15px;
}

/* .calculator-main label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Sora-regular';
    color: #000;
} */

.main-clcultr-loan input {
    width: 100%;
    padding: 12px;
    border: 1px solid #c5c5c6;
    border-radius: 4px;
    font-family: 'Sora-regular';
}

.calculator-main button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.calculator-main button:hover {
    background-color: #0056b3;
}

.progress-bar-sec-mn {
    /* width: 60%; */
    width: 57%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 500px;
    padding: 70px 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;

}

.results {
    margin-top: 20px;
    font-size: 16px;
    width: 64%;
}

.results h2,
.calculator-main p {
    margin: 5px 0;
    color: white;
    font-family: 'Sora-regular';
}

.results span {
    font-weight: bold;
}

/* .main-clcultr-loan {
    width: 38%;
} */

.dppymnt-mn {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.dppymnt-mn .form-group {
    width: 68%;
}

.main-clcultr-loan #calculateBtn {
    background-color: #AC9B6F;
    font-weight: 600;
    margin-top: 8px;
    width: fit-content;
    padding: 13px 40px;
    transition: all 0.5s;
    font-family: 'Sora-regular';
    border: 1px solid transparent;
}

.main-clcultr-loan #calculateBtn:hover {

    background-color: black;
    color: #fff;
    border: 1px solid #AC9B6F;
}

.progress-bar-main-one {
    width: 36%;
    display: flex;
    justify-content: center;
}

.circle-progress {
    width: 170px;
    height: 170px;
    background: #0f286a;
    border-radius: 50%;
    margin: auto;
    display: grid;
    place-items: center;
    font-size: 42px;
    font-weight: 600;
    font-family: 'Gustavo-medium';
    color: white;
}

.circle-one {
    width: 200px;
    height: 200px;
    background-image: conic-gradient(#3596ff 3.6deg, #ededed 0deg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.results p {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-between;
    color: #000;
    ;
}

.results .month {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border: 3px solid black;
    display: flex;
    border-radius: 100%;
}

.results .loan-amnt {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border: 3px solid #3596ff;
    display: flex;
    border-radius: 100%;
}

.results .intrst {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border: 3px solid #932492;
    display: flex;
    border-radius: 100%;
}

.results .rslt-hrline {
    background-color: white;
}

.p-spn-grp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.results .totl-explain {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border: 3px solid #3596ff;
    display: flex;
    border-radius: 100%;
    position: relative;
}

.results .totl-explain::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #3596ff;
    display: flex;
    border-radius: 100%;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-right-color: black;
    transform: rotate(-45deg);
}

.calculator-main {
    padding: 80px 0;
    background-color: #000;
}

/* 28-11-24 R */

.animate__slideInLeft,
.animate__slideInRight {
    --animate-duration: 1.5s;
}

.animate__slow1x {
    --animate-duration: 1.5s;
}

.animate__slow2x {
    --animate-duration: 2s;
}

.animate__slow3x {
    --animate-duration: 2.5s;
}

.animate__slow4x {
    --animate-duration: 3s;
}

.animate__slow5x {
    --animate-duration: 3.5s;
}

/* 28-11-24 R */
/* 13-12-24 R */
.service-box-one input.mb-0 {
    margin-bottom: 0 !important;
}

/* 13-12-24 R */
/* 14-12-24 R */

.map-section-mbed p {
    height: 100%;
}

/* 14-12-24 R */

/* 6-1-25 R */

.dppymnt-mn .form-group.form-group-two {
    width: 30%;
}

.loan-custom-itps input::-webkit-outer-spin-button,
.loan-custom-itps input::-webkit-inner-spin-button,
.loan-term-main-head input::-webkit-outer-spin-button,
.loan-term-main-head input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spin buttons in Firefox */
.loan-custom-itps input[type="number"],
.loan-custom-itps input[type="number"],
.loan-term-main-head input[type="number"] {
    -moz-appearance: textfield;
}
.loan-term-main-head input:focus
{
    outline: 1px solid #999;
}

/* 6-1-25 R */


/* 7-1-25 A*/



.customer-text {
    padding: 100px 0;
}

.customer-banner h2 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
    margin-bottom: 15px;
}

.our-customer-details {
    padding: 40px 0px;
}

.our-customer-btn {
    margin-top: 40px;
}

.single_item {
    display: grid !important;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    margin-bottom: 25px;
}

.single_item>img {
    grid-row: 1 / -1;
    grid-column: 1;
    border-radius: 10px;
}

.our-customer-images {
    column-count: 4;
    column-gap: 25px;
}

/* .our-cutomer-image {height: 100%;  max-width: 100%;}
.our-cutomer-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 350px;
    object-fit: fill;
    border-radius: 10px;
    object-position: bottom;
    margin-bottom: 30px;
} */


.loadmore-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-customer-btn .load a {
    color: #fff;
    padding: 11px 25px;
    background: #000;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'Sora-regular';
    display: block;
    border: 2px solid #000;
    transition: all 0.5s;
}

.our-customer-btn .load a:hover {
    background-color: transparent;
    color: #000;
}

/* 10-1-25 R */

.google-review-home-main {
    padding: 60px 0;
}

.featured-cars-main.footer-feature .head {
    margin-bottom: 50px;
}

/* 10-1-25 R */
/* 13-1-25 R */

/* checkout page */
.checkout-bill-section {
    display: flex;
    justify-content: space-between;

}

.order-details {
    padding: 50px 0px;
}

.order-part {
    display: flex;
    justify-content: space-between;
}

.bill-heading-text h2,
.form-check h2 {
    font-family: 'Sora-regular';
    font-size: 36px;
    padding-bottom: 20px;
}

.bill-indetail .form-group label {
    font-family: 'Sora-regular';
    font-weight: normal;
    font-size: 16px;
    padding: 5px 0px;
}

.bill-indetail .form-control,
.bill-indetail .form-select {

    width: 90%;
    margin-bottom: 5px;
}

.order-detail-section {
    border: 1px solid #857575;
    padding: 10px 0px;
}

.order-part {
    border-bottom: 1px solid #857575;
}

.order-part:nth-child(5) {
    border-bottom: none
}

.order-part h3 {
    font-family: 'Sora-regular';
    font-weight: normal;
    font-size: 19px;
    padding: 5px;
}


#whatsapp-widget {
    position: fixed;
    bottom: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    z-index: 999;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s
}

.email-one {
    right: 2% !important;
    bottom: 7% !important;
}

.wh-one {
    right: 25px !important;
    bottom: 7% !important;
}

#whatsapp-widget .ww-link {
    opacity: 1;
    display: block;
    bottom: -15px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    width: 60px;
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-size: 11px;
    line-height: 11px;
    border: 0;
    max-width: inherit;
    color: #afafaf !important
}

#whatsapp-widget .ww-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    opacity: 1;
    /* -webkit-animation: grow 3s infinite;
            animation: grow 3s infinite;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; */
    border: 2px solid #4DC247;
    border-radius: 50%;
    padding: 7px;

}

#whatsapp-widget .ww-icon-link.logo-2 {
    background: none !important;
    border-radius: 0;
    padding: 0
}

#whatsapp-widget .ww-icon-link.logo-2 img {
    width: 100%;
    height: 100%
}

#whatsapp-widget .ww-icon-link.logo-2 svg {
    border-radius: 0
}

#whatsapp-widget .ww-icon-link.logo-2 svg path {
    width: 60px;
    height: 60px
}

#whatsapp-widget.widget-clicked #ww-chat,
#whatsapp-widget.widget-hovered #ww-chat {
    opacity: 1 !important;
    -webkit-transition: visibility 0s, opacity .5s linear;
    transition: visibility 0s, opacity .5s linear
}

#whatsapp-widget.ww-yes {
    visibility: visible
}

#whatsapp-widget.ww-no {
    visibility: hidden !important
}

#whatsapp-widget.ww-left .ww-chat {
    left: -10%;
    right: unset
}

#whatsapp-widget.ww-right .ww-chat {
    right: -10%;
    left: unset
}

#whatsapp-widget.ww-extended .ww-text {
    display: none
}

#whatsapp-widget.ww-extended .ww-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px
}

#whatsapp-widget.ww-extended .ww-chat {
    position: absolute;
    bottom: 95px;
    opacity: 0
}

#whatsapp-widget.ww-extended .ww-chat .ww-link {
    width: auto
}

#whatsapp-widget.ww-extended .ww-chat__back-link {
    padding: 0 0 10px
}

#whatsapp-widget.ww-extended .ww-chat__back-link,
#whatsapp-widget.ww-extended .ww-chat__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#whatsapp-widget.ww-extended .ww-chat__button {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 25px;
    border: none;
    background-color: #4dc247;
    margin: 20px;
    overflow: hidden
}

#whatsapp-widget.ww-extended .ww-chat__button svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px
}

#whatsapp-widget.ww-extended .ww-chat__button-container {
    background-color: #fff;
    padding-bottom: 2px
}

#whatsapp-widget.ww-extended .ww-chat__button-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: #fff
}

#whatsapp-widget.ww-extended .ww-chat__message {
    background-color: #fff;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    border-radius: 10px
}

#whatsapp-widget.ww-extended .ww-chat__message-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, .4)
}

#whatsapp-widget.ww-extended .ww-chat__message-body {
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111
}

#whatsapp-widget.ww-extended .ww-chat__body {
    background: url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png)
}

#whatsapp-widget.ww-extended .ww-chat__brand-title {
    font-size: 16px;
    font-weight: 700
}

#whatsapp-widget.ww-extended .ww-chat__brand-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px
}

#whatsapp-widget.ww-extended .ww-chat__header {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background-color: #0a5f54;
    color: #fff;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#whatsapp-widget.ww-extended .ww-chat__header-text {
    margin-left: 20px
}

#whatsapp-widget.ww-extended .ww-chat__wrapper {
    display: block;
    background-color: #fff;
    width: 360px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 2px 2px 6px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    font: 400 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif
}

#whatsapp-widget.ww-extended .ww-chat.display {
    visibility: visible;
    opacity: 1
}

#whatsapp-widget .ww-link:hover {
    border: 0;
    text-decoration: underline !important;
    color: #afafaf !important
}

#whatsapp-widget .ww-text {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    word-break: break-word;
    background: #fff;
    padding: 1rem;
    position: relative;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .17);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, .17);
    opacity: 0;
    -webkit-animation: slide 1s;
    animation: slide 1s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-bottom: 15px;
    z-index: 100
}

#whatsapp-widget .ww-arrow {
    position: absolute;
    background: #fff;
    border-right: .5px solid #e2e2e2;
    border-bottom: .5px solid #e2e2e2;
    top: 50%;
    width: 20px;
    height: 20px;
    z-index: -100
}

#whatsapp-widget.ww-right .ww-arrow {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: -11px;
    left: unset
}

#whatsapp-widget.ww-left .ww-arrow {
    left: -11px;
    right: unset;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

#whatsapp-widget.ww-big .ww-text {
    font-size: 23px;
    line-height: 25px
}

#whatsapp-widget.ww-medium .ww-text {
    font-size: 20px;
    line-height: 22px;
    padding: 15px
}

#whatsapp-widget.ww-normal .ww-text {
    font-size: 17px;
    padding: 12px;
    line-height: 19px
}

#whatsapp-widget svg {
    fill: #fff;
    z-index: 1;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
    width: 100%;
    height: 100%;
    stroke: none
}

/*#whatsapp-widget.ww-standard svg:hover {*/
/*    -webkit-transform: rotate(2turn);*/
/*    transform: rotate(2turn)*/
/*}*/

#whatsapp-widget.ww-right .ww-text:after {
    right: -10px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

#whatsapp-widget.ww-left .ww-text:after {
    left: -10px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

#whatsapp-widget.ww-left {
    left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#whatsapp-widget.ww-right {
    right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

#whatsapp-widget .ww-icon-link {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 2px 2px 6px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0;
    background: #4dc247 !important
}

#whatsapp-widget.ww-normal .ww-icon-link {
    width: 50px;
    height: 50px
}

#whatsapp-widget.ww-medium .ww-icon-link {
    height: 65px;
    width: 65px
}

#whatsapp-widget.ww-big .ww-icon-link {
    height: 75px;
    width: 75px
}

#whatsapp-widget .ww-icon div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 768px) {
    #whatsapp-widget {
        bottom: 50px;
    }

    #whatsapp-widget .ww-text {
        display: none
    }

    #whatsapp-widget.ww-right {
        right: 5px;
        left: unset
    }

    #whatsapp-widget.ww-left {
        left: 5px;
        right: unset
    }
}

@-webkit-keyframes slide {
    0% {
        bottom: -20px
    }

    to {
        bottom: 0
    }

    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slide {
    0% {
        bottom: -20px
    }

    to {
        bottom: 0
    }

    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}


.dispaly-none {
    display: block;
}

.ww-chat {
    display: none;
}

@media(max-width:480px) {
    #whatsapp-widget {
        bottom: 15px !important;
    }
}

#whatsapp-widget.ww-right .ww-arrow {
    display: none;
}



/* 13-1-25 R */

/* == 15-01-2025 M == */

/* .home-pagesldmn {
    width: 100%;
    margin: auto; 
    display: none;
} */
/* == 17-01-2025 A == */
.home-pagesldmn {
    display: none;
}

.hm-pg-slide-one {
    width: 100%;
    margin: auto;
}

.hm-pg-sld-one-mn {
    width: 100%;
    height: 70vh;
    margin: auto;
    position: relative;
}

.hm-ph-ssld-img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.hm-ph-ssld-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-pg-sld-count {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(0 0 0 / 55%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-pg-cnct-mn h2 {
    font-size: 60px;
    line-height: 4.8rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Sora-regular';
    color: #fff;
    text-align: center;
}

.hm-pg-cnct-mn h2 .gold-text {
    color: #AC9B6F;
    color: #ceaf73;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#c6a059 9%, #d4b985 39%, #f9ebd1 58%, #ceaf73 76%, #c6a059 101%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 80px;
    font-family: 'Gustavo-medium';
    line-height: 80px;
    font-weight: 900;
}

.hm-pg-cnct-mn p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Sora-regular';
    font-weight: 500;
    text-align: center;
}

.home-pagesldmn .slick-arrow {
    display: none;
}

/* .banner-all.hmpgbnr {
    display: none;
} */

/* == 15-01-2025 M == */

/* == 17-01-2025 A == */

.banner-all.hmpgbnr {
    display: block;
}


.calculator-main label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Sora-regular';
    color: #000;
}

.main-clcultr-loan {
    width: 40%;
    background: #fff;
    padding: 15px 18px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 500px;

}

.service-detail-right form {
    padding: 40px 30px 30px;
    background-color: #80808099;
    border-radius: 15px;
}

.product-banner {
    padding: 100px 0;
    background-image: linear-gradient(#0c1315b3, #0c1315b3), url(../images/BMW\ 6\ Series\ Front\ Face.JPG);
    min-height: 320px;
    display: grid;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    height: 70vh;
}

.customer-banner {
    padding: 100px 0;
    background-image: linear-gradient(#0c1315b3, #0c1315b3), url(../images/audi-r8.jpeg);
    min-height: 320px;
    display: grid;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    height: 70vh;
}

.about-us-banner {
    padding: 100px 0;
    background-image: linear-gradient(#0c1315b3, #0c1315b3), url(../images/SLK\ Front\ Face\ 2.JPG);
    min-height: 320px;
    display: grid;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    height: 70vh;
}

.our-cars-banner {
    padding: 100px 0;
    background-image: linear-gradient(#0c1315b3, #0c1315b3), url(../images/Porsche\ Front\ Face.JPG);
    min-height: 320px;
    display: grid;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    height: 70vh;
}

.form-section-area {
    padding: 70px 0;
    background-image: linear-gradient(#000, #000c 51%, #000 88%, #000000e6),
        url(../images/featured5.JPG);
    min-height: 320px;
    display: grid;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}


.service-detail-right.animate__.animate__slideInUp.animate__slow2x.wow.animated,
.service-detail-right form {
    max-width: 1000px;
    margin: auto;
}

.service-detail-banner-all {
    padding: 50px 0;
}

.simple-all {
    padding: 18px 20px;
}

.simple-box {
    padding: 22px 8px 22px;
    text-align: center;
}

.sell-section {
    padding: 30px 0;

}

.service-banner-left {
    width: 100%;
}

.service-banner-part {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-sell-section {
    gap: 20px;
    justify-content: center;
}

.service-banner-left h2 {
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gustavo-medium';
    margin: 0px auto 40px;
    max-width: 1200px;
    text-align: center;
}

.form-section-area-sell {
    padding: 70px 0;
    background-image: linear-gradient(#000, #000c 51%, #000 88%, #000000e6),
        url(../images/featured5.JPG);
    min-height: 320px;
    display: grid;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    /* margin: 70px 0px; */
}

.simple-box img {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
}

.get-btn {
    position: fixed;
    right: 16px;
    bottom: 20%;
    border-radius: 40px;
    z-index: 9999;
    text-align: center;

}

.get-btn a {
    background-color: #AC9B6F;
    padding: 9px 24px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    font-family: 'Sora-regular';
    display: block;
    border: 1px solid transparent;
}

.get-btn a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #AC9B6F;
}

.get-btn a.first-button {
    margin-bottom: 10px;
}

#our-cars {
    display: none;
}

.popup-form {

    position: fixed;
    top: 9%;
    right: -380px;
    width: 380px;
    padding: 50px 20px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: right 0.8s ease;
    background-color: #AC9B6F;
    border-radius: 15px;
    z-index: 99999999999;
}

.popup-content {
    padding: 10px;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.5s;
    color: #000;
}

.open-form-btn {
    position: fixed;
    top: 50%;
    right: -60px;
    font-size: 16px;
    background-color: #AC9B6F !important;
    padding: 9px 35px;
    color: #fff;
    border-radius: 10px;
    font-family: 'Sora-regular';
    display: block;
    border: 1px solid transparent;
    z-index: 999999999;
    border: 1px solid transparent;
    transition: all 0.5s;
    rotate: -90deg;
    display: none;
    /* Initially hidden */
}

.open-form-btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #AC9B6F;
}

.popup-form h3 {
    font-size: 30px;
    font-family: 'Sora-regular';
    color: black;
    margin-bottom: 15px;
    text-align: left;
}

.popup-form h2 {
    font-size: 34px;
    font-family: 'Sora-regular';
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form input[type="rel"],
.popup-form textarea {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    margin: 7px 0px;
    border: 0px;
    font-size: 16px;
    font-family: 'Sora-regular';
    color: gray;
}

.popup-content .fluentform .ff-el-group {
    margin-bottom: 8px;
}


.popup-form button.close-btn:hover {
    color: white
}

.open-form-btn span i.fa-angle-left {
    rotate: 90deg;
    margin-left: 5px;
}

.popup-content button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    padding: 7px 26px;
    font-size: 16px;
    font-family: 'Sora-regular';
    border-radius: 5px;
    background-color: black;
    color: white;
    border: 1px solid transparent;
    transition: all 0.5s;
    margin-top: 15px;
}

.popup-content button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover {
    background-color: white;
    color: black;
    border: 1px solid black !important;
}

.form-section-area .ff-message-success,
.form-section-area-sell .ff-message-success {
    border: 1px solid #ced4da;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    margin-top: 10px;
    padding: 20px;
    position: relative;
    color: white;
    font-size: 18px;
    font-family: 'Sora-regular';
}
.calculator-main {
    position: relative;
    z-index: 99999999999999999999999999999999999999999999999;
}

/* 14-2-25 R */

.car-lancer-pg-main .car-sub-box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 14px;
}
.car-lancer-pg-main .car-sub-box .sub-container,
.car-lancer-pg-main .car-sub-box .loan-terms-year-month-day-main,
.car-lancer-pg-main .car-sub-box .down-pymnt-main
{
    width: 49%;
}
.car-lancer-pg-main .down-pymnt-mainbox
{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 14px 0;
}
.car-lancer-pg-main .down-pymnt-mainbox .down-pymnt-box
{
    width: 47%;
}
.car-lancer-pg-main .btn-a
{
    padding: 10px 25px;
    font-size: 15px;
}
.product-details-pages .right-area .main-box .text h5 {

    color: #AC9B6F;

    font-size: 14px;

    padding: 0px 14px 15px;

    font-family: 'Sora-regular';

}

/* 14-2-25 R */
/* 19-2-25 R */

.book-atextdrive-car-lanceer.mobile-book
{
    display: none;
}

/* 19-2-25 R */


.tabs-start {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0 40px 0px;
}


.tabs-start a {
    font-size: 20px;
    font-size: 23px;
    color: black;
    text-transform: capitalize;
    padding: 10px 20px 10px 20px;
    border-right: 1px solid;
	   font-family: 'Gustavo-medium';
    margin-right: 0px;

   border: 1px solid;
}
.tabs-start a.active {
    border: 1px solid black;
    background: black;
    color: white;
}
.tabs-start a:hover {
    border: 1px solid black;
    text-decoration: none;
    /* color: black; */
}

.tabs-content h3 {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 23px;
    font-family: 'Sora-regular';
    /* max-width: 1000px; */
    margin: auto;
    color: #000000;
    padding: 20px 0 20px;
    border-bottom: 1px solid;
}
.tabs-content {
    width: 100%;
    flex-wrap: wrap;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}




.tabs-content h3 a {
    color: #fff;
	    text-transform: capitalize;
    padding: 11px 25px;
    background: #000;
    border-radius: 0px;
    font-size: 17px;
    font-family: 'Sora-regular';
    display: block;
    border: 2px solid #000;
    transition: all 0.5s;
}

.tabs-content h3 a:hover {
background-color: transparent;
    color: #000;
}

.select-box-main h2 {
    display: flex
;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 41px;
    color: #AC9B6F;
    color: #ceaf73;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#c6a059 9%, #d4b985 39%, #f9ebd1 58%, #ceaf73 76%, #c6a059 101%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 80px;
    font-family: 'Gustavo-medium';
    line-height: 80px;
    font-weight: 900;
    text-transform: capitalize;
}
.select-box-main {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 50px;
}
.container-new {
    max-width: 1400px;
    margin: 0 auto;
	    padding: 0 15px;
    width: 100%;
    padding-bottom: 0 !important;
}
.tabs-start a:hover {
    color: black !important;
}
.tabs-start a.active:hover {
    color: white !important;
}
/* ack form 12-03-25 A  */
.form-data.six.loan { justify-content: space-between;flex-wrap: nowrap;}
.form-data.six.loan  select{ width:338px;font-size: 15px; color:#000}
.form-data.dt select{font-size: 15px;color:#000;    padding: 10px 0px}
.form-bar.stamp .form-data input[type="file"] { padding-left: 96px; }
.form-data.six.loan.number .rate-input .first{width: 50px;}
.rate-input {margin-left: -60px;}
.form-bar.stamp .form-data label{border-top: 1px solid black;}
.form-bar.stamp img {padding-bottom: 21px;}
.form-bar.stamp .form-data label,
.form-bar.stamp .form-data p { margin-left: -102px; width: 305px;}
.form-bar.stamp .form-data p { text-align: center;}
.form-data.six.number:hover {    color: #000;}
.acknowledgement-section .form-notes p, 
.invoice-section .form-notes p,
.tax-section .form-notes p {font-size: 15px;padding-bottom: 5px;}
.form-bar.stamp .form-data label {justify-content: center;}