.w-35px {
    width: 35px;
}
.mb-0px {
    margin-bottom: 0px;
}
.ml-0px {
    margin-left: 0px;
}
.ml-10px {
    margin-left: 10px;
}
.mt-10px {
    margin-top: 10px;
}
.mr-10px {
    margin-right: 10px;
}

.pt-10px {
    padding-top: 10px;
}
.pt-60px {
    padding-top: 60px;
}
.pl-10px {
    padding-left: 10px;
}
.pb-10px {
    padding-bottom: 10px;
}
.pb-20px {
    padding-bottom: 20px;
}
.pb-60px {
    padding-bottom: 60px;
}
.plr-50px {
    padding: 0 50px;
}

.bb-solid-1px {
    border-bottom: 1px solid #EDEDED;
}
.icon-img-block {
    display: inline-block;
    padding: 0 0 5px;
}

.img-90 {
    width: 90%;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

/* Logo image */
.img-text-center {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.logo-text-23px {
    font-size: 23px;
    color: #c49a6c;
    font-weight: bold;
}
.logo-text-21px {
    font-size: 21px;
}
@media only screen and (max-width: 767px) {
    .main-header .logo-box .logo img {
        width: 40px;
    }
}

/* Language */
.header-language-item {
    position: relative;
    padding-right: 15px;
}
.header-language-item > span {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: var(--bd-heading);
    padding-right: 20px;
    transition: all 0.3s linear;
    z-index: 1;
    border: 1px solid #FF7101;
    /* border: 1px solid #C49A6C; */
    border-radius: 30px;
    padding: 10px 16px;
    background-color: transparent;
}
.header-language-item > span::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 11px;
    margin-left: 8px;
    vertical-align: bottom;
}
.header-language-item > span:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #FF7101;
    border-color: #FF7101;
    /* background-color: #C49A6C;
    border-color: #C49A6C; */
}

.header-language-item ul {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 111;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
    visibility: hidden;
    opacity: 0;
    min-width: max-content;
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
}

.header-language-item ul.lang-list-open {
    visibility: visible;
    opacity: 1;
}

.header-language-item ul.lang-list-open > li > a {
    position: relative;
    display: block;
    line-height: 22.4px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #24272C;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 16px 24px;
}
.header-language-item ul.lang-list-open > li:hover > a {
    color: #FF7101;
    background-color: rgba(255, 113, 1, 0.06);
}

@media only screen and (max-width: 1024px) {
    .header-language-item {
        padding-right: 40px;
    }
    .header-language-item > span {
        padding: 10px 10px;
    }
}

/* */
.tf-image-box.style2 .contact-banner-image {
    margin-bottom: -16px;
    margin-left: -5px;
    margin-top: -15px;
}
/* .tf-image-box.style2 .contact-banner-image img {
    max-width: 510px;
} */

.tf-image-box .content .contact-btn {
    padding: 15px 55.5px;
    border-radius: 14px;
    display: inline-block;
    font-size: 16px;
}
.tf-image-box.bg-orange .contact-btn {
    border: 1px solid #FF7101;
    color: #FF7101;
    background: #FFFFFF;
}
.tf-image-box .content .contact-btn:hover, .tf-image-box .content .contact-btn.active {
    border: 1px solid #FFFFFF;
    outline: 0 none;
    color: #FFFFFF;
    background-color: #FF7101;
}

.tf-sub-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.tf-sub-header::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.tf-sub-header.aboutus-bg-img {
    background-image: url(/assets/images/sub-header/aboutus-bg.jpg);
}
.tf-sub-header.ourcars-bg-img {
    background-image: url(/assets/images/sub-header/ourcars-bg.jpg);
}
.tf-sub-header.compact-bg-img {
    /* background-image: url(/assets/images/sub-header/compact-bg.jpg); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('/assets/images/sub-header/compact-bg.jpg');
}
.tf-sub-header.midsize-bg-img {
    /* background-image: url(/assets/images/sub-header/midsize-bg.jpg); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)), url('/assets/images/sub-header/midsize-bg.jpg');
}
.tf-sub-header.contact-bg-img {
    background-image: url(/assets/images/sub-header/contact-bg.jpg);
}

.tf-aboutus-map{
    padding-bottom: 100px;
}
.tf-aboutus-map .map, .tf-aboutus-map .map-content {
    height: 555px;
    width: 100%;
}
.why-choose-us-10 .content-wcs.aboutus-pl-10em {
    padding-left: 10.8em;
}

.section-why-choose-us .image-wcs {
    height: 100%;
}
.section-why-choose-us .image-wcs .bg-aboutus-info-1 {
    background-image: url(/assets/images/section/aboutus-info-1.jpg);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    height: 100%;
}
.section-why-choose-us .image-wcs .image-inner2 {
    bottom: -11%;
    right: -10%;
}

.tfcl-dashboard-reviews .comment-by-user .content p {
    margin-left: 20px;
    font-size: 16px;
}

.why-choose-us-10 .image-wcs .bg-aboutus-car-1 {
    background-image: url(/assets/images/img-box/aboutus-car-01.jpg);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    border: 1px solid #E9E8E8;
    height: 100%;
}

/* Our Cars */
.car-article-right, .car-article-left  {
    padding : 30px 30px 22px 30px;
}
.car-feature-img {
    width: 100%;
}

.loan-calculator.inner-6 {
    padding: 50px 0px !important;
}

.car-feature-title {
    font-size: 28px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.features-inner > .inner.car-feature-01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 20px 0px;
}
.car-feature-01 p {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .w-520 .box-car-list .content .text-h2-1 {
        font-size: 22px;
    }
    .features-inner > .inner.car-feature-01 {
        padding: 10px 0px;
    }
    .company-area {
        padding-top: 50px;
    }
}

/* Contact */
.comment-form label.no-hand {
    cursor: default;
}
.comments .contact-confirm {
    border: 1px solid #EDEDED;
    font-family: "Inter", sans-serif;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    border-radius: 14px;
    padding: 17px 44px 17px 18px;
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    color: #696665;
}

.comments .comment-form fieldset input::placeholder,
.comments .comment-form fieldset textarea::placeholder {
    color: #b2b0b0;;
    opacity: 1; /* Firefox */
}

.comments .comment-form fieldset input::-ms-input-placeholder,
.comments .comment-form fieldset textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #b2b0b0;
}
.comments .comment-form fieldset textarea {
    color: #696665;
    font-weight: 400;
}
.comments .ct-button-back {
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #24272C;
    box-sizing: border-box;
    padding: 15px 36.5px;
    border-radius: 14px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comments .ct-button-back span {
    color: #24272C;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comments .ct-button-back:hover {
    color: #FF7101;
    border: 1px solid #FF7101;
}
.comments .ct-button-back:hover span {
    color: #FF7101;
}

.comments .disabled-button {
    background-color: gray !important;
    cursor: not-allowed;
    pointer-events: none;
}


.tf-contact-tk-box {
    padding: 50px 30px;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 50px;
}
.tf-contact-tk-box:hover .btn-button {
    background-color: #FF7101;
}
.tf-contact-tk-box:hover .btn-button span,
.tf-contact-tk-box:hover .btn-button i {
    color: #FFFFFF !important;
}
.tf-contact-tk-box:hover .icon svg {
    transform: rotateY(180deg);
}
.tf-contact-tk-box.style-2 {
    display: flex;
    gap: 30px;
}
.tf-contact-tk-box.style-2 .content h5 {
    margin-bottom: 12px;
}
.tf-contact-tk-box .icon {
    color: #FF7101;
}
.tf-contact-tk-box .icon svg {
    transition: all 0.4s ease;
}
.tf-contact-tk-box .btn-button {
    padding: 14px 26.5px;
    border: 1px solid #FF7101;
    border-radius: 14px;
    color: #FF7101;
    display: inline-block;
    font-size: 16px;
    min-width: 204px;
    text-align: center;
}
.tf-contact-tk-box .btn-button i {
    font-size: 12px;
}
.tf-contact-tk-box .btn-button:hover {
    background-color: #FF7101;
}
.tf-contact-tk-box .btn-button:hover span,
.tf-contact-tk-box .btn-button:hover i {
    color: #FFFFFF !important;
}

@media only screen and (max-width: 1470px) {
    .main-header .main-menu .navigation > li {
      margin: 0 15px;
    }
}

.slider.home2 video {
    width: 100%;
    height: 900px;
    object-fit: cover;
}
.slider.home2 .slider-item-content .flat-tabs {
    bottom: 318px;
}

.slider.home2 .slider-item-content .heading {
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 21px 23px;
}

.slider.home2 .slider-item-content .heading p {
    padding: 21px 23px;
}

@media only screen and (max-width: 1024px) {
    .slider.home2 video {
        height: 850px;
    }
    .display-none {
        display: none;
    }
}
.section-why-choose-us2 .image-wcs .image-inner2 {
    max-width: 410px;
}
