.rent-header .at_header_nav {
    background: #A81700;
}

.rent-header .at_header_nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 35%;
    height: calc(100% + 1px);
    background: #F5F8FC;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1199.98px) {
    .rent-header .at_header_nav::before {
        width: 28%;
    }
}

@media (max-width: 991.98px) {
    .rent-header .at_header_nav::before {
        width: 37%;
    }
}

@media (max-width: 767.98px) {
    .rent-header .at_header_nav::before {
        width: 55%;
    }
}

.rent-header .at_nav_menu ul li.has-submenu::after {
    color: #fff;
}

.rent-header .at_nav_menu ul li a {
    color: #fff;
}

.rent-header .at_nav_menu ul li:hover.has-submenu::after {
    color: rgba(255, 255, 255, 0.8);
}

.rent-header .at_nav_menu ul li:hover a {
    color: rgba(255, 255, 255, 0.8);
}

.rent-header .listing-btn {
    color: #fff;
}

.rent-header .listing-btn span {
    background: #fff;
    color: #111010;
}

.rent-header .listing-btn:hover {
    background: #111010;
}

.rent-header .listing-btn:hover span {
    background: #fff;
}

.rent-header .apt_search_toggle {
    width: 45px;
    height: 42px;
    border-radius: 2px;
}

.rent-header .ofcanvus-toggle {
    width: 45px;
    height: 42px;
    background: #fff;
    color: #111010;
    border-radius: 2px;
}

.rent-header .ofcanvus-toggle span {
    background: #111010;
    float: left;
}

.rent-header.sticky-on .rent-header-info {
    display: none;
}

.rent-header-info {
    background: #F8F8F8;
    padding: 12px 0;
}

.rent-header-info::after {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    background: #111010;
    width: 35%;
    height: calc(100% + 2px);
    z-index: -1;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1920px) {
    .rent-header-info::after {
        width: 32%;
    }
}

@media (max-width: 1800px) {
    .rent-header-info::after {
        width: 30%;
    }
}

@media (max-width: 1600px) {
    .rent-header-info::after {
        width: 28%;
    }
}

@media (max-width: 1399.98px) {
    .rent-header-info::after {
        display: none;
    }
}

.lang-switcher .flag {
    width: 25px;
}

.lang-switcher .dropdown-menu li + li {
    margin-top: 10px;
    position: relative;
}

.lang-switcher .dropdown-menu li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
}

.lang-switcher .dropdown-menu li a {
    padding: 0 10px;
    color: #111010;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.lang-switcher .dropdown-menu li a .flag {
    width: 24px;
}

.lang-switcher .dropdown-menu li a:hover {
    color: #A81700;
}

.rent-info-social a {
    margin-left: 24px;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.rent-info-social a:hover {
    color: #A81700;
}

@media (max-width: 1399.98px) {
    .rent-info-social a {
        color: #111010;
    }
}

.header-shadow {
    -webkit-box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.05);
    box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.05);
}

/************ motor header ************/
.md_menu_list > ul > li > a {
    color: #111010;
    padding: 14px 20px;
    font-size: 15px;
}

.md_menu_list > ul > li.has-submenu::after {
    color: #111010;
    top: 18px;
}

.md_menu_list > ul > li:hover > a {
    color: #FE5915;
}

.md_menu_list > ul > li:hover::after {
    color: #FE5915;
}

.md_nav_right {
    gap: 24px;
}

.md_header_toggle {
    width: 48px;
    height: 48px;
    border: 1px solid #7B7B7B;
    border-radius: 50%;
    background-color: transparent;
}

.header-3 .header-toggle-btn span {
    background-color: #FE5915;
}

.account_info ul li + li {
    border-top: 1px solid rgba(11, 22, 63, 0.07);
}

.account_info ul li a {
    padding: 5px 10px;
    color: #111010;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

.account_info ul li a:hover {
    padding-left: 12px;
    color: #FE5915;
}

.md_cart_wrapper .apt_cart_box {
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}

.md_cart_wrapper:hover .apt_cart_box {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.md_cart_btn .cart_total_item {
    position: absolute;
    background-color: #FE5915;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -4px;
    right: -6px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.md_listing_btn {
    padding: 14px 16px;
    background-color: #FE5915;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md_listing_btn span {
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;
    color: #FE5915;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.md_listing_btn:hover {
    background-color: #2A2929;
    color: #fff;
}

.md_listing_btn:hover span {
    background-color: #FE5915;
    color: #fff;
}

/**************** header 5 *****************/
.header-5.sticky-on {
    background-color: #fff !important;
    -webkit-box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
    box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
}

.header-5.sticky-on .eq-header-infobar {
    display: none;
}

.header-5.sticky-on .eq-header-nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.eq-header-info {
    gap: 48px;
}

.eq-header-info span i {
    margin-right: 6px;
}

@media (max-width: 1199.98px) {
    .eq-header-info {
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .eq-header-info {
        grid-row-gap: 4px;
        grid-column-gap: 16px;
    }
}

.eq-header-right .register-btn {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-header-right .register-btn:hover {
    color: var(--bs-link-hover-color);
}

.eq-listing-btn {
    color: #111010;
}

.eq-listing-btn span {
    background-color: #FEB200;
    color: #fff;
}

.eq-listing-btn:hover {
    background-color: #111010;
    color: #fff;
}

.eq-listing-btn:hover span {
    background-color: #FEB200;
}

.eq-search-toggle {
    width: 48px;
    height: 48px;
    background-color: #111010;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-search-toggle:hover {
    background-color: #FEB200;
}

.eq-ofcanvus-toggle {
    background-color: #111010;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    font-size: 20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-ofcanvus-toggle i {
    color: #fff;
}

.eq-ofcanvus-toggle:hover {
    background-color: #FEB200;
}

.eq-mobile-menu-toggle span {
    background-color: #111010;
}

/*************** bicycle header **********/
.cycle-header {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}

.cycle-header .bc-logo {
    height: 84px;
}

.cycle-header .bc-nav-menu > ul > li.has-submenu::after {
    color: #606060;
}

.cycle-header .bc-nav-menu > ul > li.has-submenu:hover::after {
    color: #0b163f;
}

.cycle-header .bc-nav-menu > ul > li > a {
    color: #606060;
}

.cycle-header .bc-nav-menu > ul > li > a:hover {
    color: #0b163f;
}

@media (max-width: 767.98px) {
    .cycle-header .bc-logo {
        height: auto;
    }
}

.bc-mobile-menu-toggle {
    width: 74px;
    height: 84px;
    background-color: #A81700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    margin-left: 160px;
}

.bc-mobile-menu-toggle span {
    background-color: #fff;
    display: inline-block;
    height: 3px;
    border-radius: 10px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.bc-mobile-menu-toggle span:nth-child(1) {
    width: 35px;
}

.bc-mobile-menu-toggle span:nth-child(2) {
    width: 30px;
}

.bc-mobile-menu-toggle span:nth-child(3) {
    width: 25px;
}

.bc-mobile-menu-toggle:hover span {
    width: 35px;
}

@media (max-width: 1600px) {
    .bc-mobile-menu-toggle {
        margin-left: 60px;
    }
}

@media (max-width: 1399.98px) {
    .bc-mobile-menu-toggle {
        margin-left: 24px;
    }
}

@media (max-width: 767.98px) {
    .bc-mobile-menu-toggle {
        height: 100%;
    }
}

.bc-header-icons button {
    width: 48px;
    height: 48px;
    background-color: #F1F1F1;
    border-radius: 50%;
    color: #0b163f;
}

.bc-header-cart:hover .apt_cart_box {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.bc-header-contact .icon {
    width: 54px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.1);
}

.bc-header-contact span, .bc-header-contact h4, .bc-header-contact .h4 {
    color: #fff;
}

.cycle-header.header-sticky.sticky-on {
    background-color: #fff;
}

.cycle-header.header-sticky.sticky-on .bc-header-contact .icon {
    background-color: rgba(17, 16, 16, 0.1);
}

.cycle-header.header-sticky.sticky-on .bc-header-contact .icon svg path {
    fill: #111010;
}

.cycle-header.header-sticky.sticky-on .bc-header-contact span, .cycle-header.header-sticky.sticky-on .bc-header-contact h4, .cycle-header.header-sticky.sticky-on .bc-header-contact .h4 {
    color: #111010;
}

.footer-banner {
    padding: 40px 30px 20px;
}

.footer-banner.banner-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(#3A3A3B));
    background: linear-gradient(180deg, #111010 0%, #3A3A3B 100%);
}

.footer-banner .footer-banner-left {
    padding-bottom: 20px;
}

.footer-banner .footer-banner-left .icon-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    color: #fff;
    font-size: 30px;
}

.footer-banner .at-explore-btn::before {
    border-color: #fff;
    width: 24px;
    height: 24px;
    top: 2px;
}

.footer-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.footer-wrapper.has-banner {
    padding-top: 250px;
    margin-top: -130px;
}

@media (max-width: 575.98px) {
    .footer-wrapper.has-banner {
        padding-top: 220px;
    }
}

.footer-widget p {
    color: #C2C2C2;
}

.footer-widget .phone-box .icon-wrapper {
    width: 56px;
    height: 56px;
    font-size: 30px;
}

.footer-sb-form {
    width: 100%;
}

.footer-sb-form input[type=email] {
    padding-right: 160px;
    border-radius: 4px;
}

.footer-sb-form input[type=email]::-webkit-input-placeholder {
    color: #323232;
}

.footer-sb-form input[type=email]::-moz-placeholder {
    color: #323232;
}

.footer-sb-form input[type=email]:-ms-input-placeholder {
    color: #323232;
}

.footer-sb-form input[type=email]::-ms-input-placeholder {
    color: #323232;
}

.footer-sb-form input[type=email]::placeholder {
    color: #323232;
}

.footer-sb-form button {
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-sb-form button::before {
    display: none;
}

.footer-social h6, .footer-social .h6 {
    position: relative;
    display: inline-block;
}

.footer-social h6::after, .footer-social .h6::after {
    content: "";
    width: 50px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: calc(100% + 5px);
    bottom: 2px;
}

.footer-social .footer-social-list li {
    display: inline-block;
}

.footer-social .footer-social-list li a {
    color: #fff;
    margin-right: 16px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.footer-social .footer-social-list li a:hover {
    color: #A81700;
}

.footer-nav li + li {
    margin-top: 6px;
}

.footer-nav li a {
    color: #C2C2C2;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
}

.footer-nav li a:hover {
    color: #A81700;
    padding-left: 4px;
}

.footer-style-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.footer-style-3.has-features {
    margin-top: -70px;
    padding-top: 180px;
}

.footer-contact-info li {
    color: #C2C2C2;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-contact-info li a {
    color: #C2C2C2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-contact-info li + li {
    margin-top: 10px;
}

.footer-contact-info li span {
    color: #A81700;
    font-size: 18px;
    display: inline-block;
    line-height: 0;
}

.widget-gallery {
    gap: 16px;
    max-width: 460px;
}

.widget-gallery li {
    width: calc(33% - 10px);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.widget-gallery li img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.widget-gallery li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(252, 0, 18, 0.5);
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    z-index: 1;
}

.widget-gallery li:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.widget-gallery li:hover a {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.footer-copyright {
    margin-top: 80px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-copyright p {
    color: #fff;
    font-size: 14px;
}

.footer-copyright p a {
    color: #A81700;
}

.footer-copyright .copyright-links a {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 14px;
}

.footer-copyright .copyright-links a + a {
    margin-left: 10px;
}

.footer-copyright .copyright-links a:hover {
    color: #A81700;
}

@media (max-width: 575.98px) {
    .footer-copyright {
        margin-top: 40px;
    }
}

.copyright-style-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 0;
}

.copyright-style-2 p a {
    color: #A81700;
}

.footer-payment {
    gap: 8px;
}

.footer-payment li {
    width: 70px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

/********************** footer 4 ******************/
.md-footer-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background-image: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.md-footer-section hr.spacer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.md-footer-top-widget .icon-wrapper {
    width: 90px;
    height: 90px;
    background-color: #2F1E17;
}

.md-footer-top-widget .phone-number {
    color: #FE5915;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-footer-top-widget .phone-number:hover {
    color: #FE5915;
}

.ft-subscribe-form input {
    background-color: transparent;
    border: 1px solid #FE5915;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    width: 100%;
}

.ft-subscribe-form .md-primary-btn {
    border-radius: 0 4px 4px 0;
}

.ft-subscribe-form .md-primary-btn:hover {
    background-color: #FE5915;
}

.footer-news-widget .ft-news-explore {
    color: #FE5915;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.footer-news-widget .ft-news-explore:hover {
    color: #FE5915;
}

.footer-news-list li {
    gap: 24px;
}

.footer-news-list li + li {
    margin-top: 24px;
}

.footer-news-list li .thumbnail-image {
    width: 95px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.footer-news-list li .thumbnail-image img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.footer-news-list li .thumbnail-image img:hover {
    -webkit-transform: scale(1.018);
    transform: scale(1.018);
}

.footer-news-list li .ft-news-content a {
    display: block;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 600;
}

.footer-news-list li .ft-news-content a:hover {
    color: #FE5915;
}

.footer-news-list li .ft-news-content .date {
    font-size: 14px;
    color: #C2C2C2;
}

.footer-social-links {
    gap: 30px;
}

.footer-social-links li a {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.footer-social-links li a:hover {
    color: #FE5915;
}

/********************** footer section start ***********************/
.footer-sb-box {
    padding: 80px 32px;
    margin-top: -30px;
}

.footer-sb-box::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #AE7A00;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.footer-sb-box input[type=email] {
    color: #111010;
}

.footer-sb-box input[type=email]::-webkit-input-placeholder {
    color: #838383;
}

.footer-sb-box input[type=email]::-moz-placeholder {
    color: #838383;
}

.footer-sb-box input[type=email]:-ms-input-placeholder {
    color: #838383;
}

.footer-sb-box input[type=email]::-ms-input-placeholder {
    color: #838383;
}

.footer-sb-box input[type=email]::placeholder {
    color: #838383;
}

@media (max-width: 767.98px) {
    .footer-sb-box {
        border-radius: 6px;
    }

    .footer-sb-box::before {
        display: none;
    }
}

.footer-post-list {
    gap: 16px;
}

.footer-post-list li {
    width: calc(33% - 10px);
}

.footer-post-list li a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.footer-post-list li a img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.footer-post-list li a:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.eq-footer-social-links li a:hover {
    color: #FEB200;
}

.eq-footer-nav li a:hover {
    color: #FEB200;
}

.eq-copyright .copyright-links a:hover {
    color: #FEB200;
}

/*********** breadcrumb section ***********/
.breadcrumb-section {
    padding: 180px 0 90px 0;
}

.breadcrumb-section.mt--75 {
    margin-top: -75px;
}

.breadcrumb-section.mt--50 {
    margin-top: -50px;
}

.breadcrumb-section .tire-print {
    bottom: 30px;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.breadcrumb-section ol li a {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.breadcrumb-section ol li a:hover {
    color: #A81700;
}

.el-breadcrumb-nav {
    gap: 16px;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 6px;
}

.el-breadcrumb-nav li {
    position: relative;
    font-size: 14px;
    color: #7B7B7B;
}

.el-breadcrumb-nav li a {
    color: #7B7B7B;
}

.el-breadcrumb-nav li + li::before {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}

.el-breadcrumb-nav li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: calc(100% + 17px);
    height: 2px;
    background-color: #5CAD2F;
}

.el-breadcrumb-nav li:last-child::after {
    width: 100%;
}

/********************* breadcrumb style 2 ******************/
.breadcrumb-style-2 {
    padding: 175px 0 90px;
    margin-top: -90px;
}

.breadcrumb-style-2 .texture-shape {
    width: 670px;
    height: 100%;
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}

.breadcrumb-style-2 .texture-shape::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
}

.breadcrumb-style-2 .text-shape {
    font-size: 190px;
    font-weight: 700;
    right: 100px;
    top: 45px;
    z-index: 2;
    color: rgba(95, 95, 95, 0.2);
    text-transform: uppercase;
}

.breadcrumb-style-2 .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
}

@media (max-width: 1399.98px) {
    .breadcrumb-style-2 .texture-shape {
        width: 355px;
    }

    .breadcrumb-style-2 .text-shape {
        right: 30px;
        top: 35%;
        font-size: 100px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-style-2 .texture-shape {
        display: none;
    }

    .breadcrumb-style-2 .text-shape {
        display: none;
    }
}

/************* hero section start **********/
.dl-hero-single {
    position: relative;
    z-index: 1;
    padding: 245px 0 210px 0;
}

.dl-hero-single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.at-hero-title .at-subtitle {
    display: inline-block;
    font-size: 20px;
}

.at-hero-title .at-subtitle::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #A81700;
    position: absolute;
    bottom: 8px;
    left: calc(100% + 5px);
}

.dealership-hero .at-hero-title p {
    color: #FFFFFF;
    max-width: 550px;
}

.dealership-hero .at-hero-title ul {
    color: #FFFFFF;
}

.dealership-hero .at-hero-description,
.dealership-hero .at-hero-description * {
    color: #FFFFFF !important;
    max-width: 540px !important;
}

.dealership-hero .display-4 {
    font-size: calc(1.375rem + 2.4vw) !important;
}

@media (min-width: 1200px) {
    .dealership-hero .display-4 {
        font-size: 3rem !important;
    }
}

.at-hero-banner {
    height: 100%;
    /*padding-bottom: 470px;*/
}

.at-hero-banner img {
    position: absolute;
    bottom: 0;
    right: -55px;
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .at-hero-banner img {
        max-width: 850px;
    }
}

@media (max-width: 1199.98px) {
    .at-hero-banner {
        padding-bottom: 0;
    }

    .at-hero-banner img {
        max-width: 100%;
        position: initial;
    }
}

.dealership-hero {
    margin-top: -150px;
}

.dealership-hero .btn-scroll-down {
    right: 0;
    bottom: 90px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 80;
}

.dealership-hero .swiper-slide-active .at-subtitle {
    -webkit-animation: 0.5s theme_fadeInUp;
    animation: 0.5s theme_fadeInUp;
}

.dealership-hero .swiper-slide-active h1, .dealership-hero .swiper-slide-active .h1 {
    -webkit-animation: 0.8s theme_fadeInUp;
    animation: 0.8s theme_fadeInUp;
}

.dealership-hero .swiper-slide-active p {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
}

.dealership-hero .swiper-slide-active ul {
    -webkit-animation: 1.1s theme_fadeInUp;
    animation: 1.1s theme_fadeInUp;
}

.dealership-hero .swiper-slide-active .at-explore-btn {
    -webkit-animation: 1.2s theme_fadeInUp;
    animation: 1.2s theme_fadeInUp;
}

.dealership-hero .swiper-slide-active .at-hero-banner img {
    -webkit-animation: 1.5s slideInRight;
    animation: 1.5s slideInRight;
    right: 0;
}


.dealership-hero .swiper-pagination {
    width: auto;
    left: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 150px;
}

.at-header-social {
    left: -100px;
    bottom: 160px;
    z-index: 50;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.at-header-social > span {
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.at-header-social > span::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 8px;
    width: 32px;
    height: 2px;
    background: #fff;
}

.at-header-social .social-list li {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 12px;
}

.at-header-social .social-list li a {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin: 5px;
}

.at-header-social .social-list li a:hover {
    color: #A81700;
}

/************ search box *************/
.at-search-box {
    padding: 40px 0;
    margin-top: -130px;
}

@media (max-width: 575.98px) {
    .at-search-box {
        margin-top: -120px;
    }
}

.at-search-box-filter {
    padding: 55px 36px 40px 36px;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    border-radius: 6px;
    position: relative;
    z-index: 50;
}

.at-search-box-filter > ul {
    gap: 16px;
    position: absolute;
    width: 100%;
    top: -15px;
    left: 36px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.at-search-box-filter > ul li {
    display: inline-block;
}

.at-search-box-filter > ul li a {
    color: #111010;
    font-weight: 700;
    background: #fff;
    padding: 12px 21px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
}

.at-search-box-filter > ul li a.active {
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    color: #A81700;
}

@media (max-width: 575.98px) {
    .at-search-box-filter > ul {
        position: initial;
        margin-bottom: 40px;
    }
}

.at-search-filter {
    gap: 24px;
}

.at-search-filter .input-field {
    width: 20%;
}

.at-search-filter .input-field label {
    font-weight: 700;
    color: #111010;
    margin-bottom: 8px;
}

@media (max-width: 1199.98px) {
    .at-search-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .at-search-filter .input-field {
        width: calc(33% - 24px);
    }
}

@media (max-width: 767.98px) {
    .at-search-filter .input-field {
        width: calc(50% - 12px);
    }
}

@media (max-width: 575.98px) {
    .at-search-filter {
        gap: 20px;
    }

    .at-search-filter .input-field {
        width: 100%;
    }
}

/********** brands filter ***********/
.brands-filter ul {
    gap: 16px;
}

.brands-filter ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
    background: #fff;
    font-weight: 600;
    border-radius: 3px;
    color: #111010;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.brands-filter ul li a img {
    position: absolute;
    left: 12px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.brands-filter ul li a .icon-white {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.brands-filter ul li a .icon-red {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.brands-filter ul li a.active {
    background: #A81700;
    color: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(252, 0, 18, 0.3);
    box-shadow: 0px 10px 40px rgba(252, 0, 18, 0.3);
}

.brands-filter ul li a.active .icon-white {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.brands-filter ul li a.active .icon-red {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ct-row {
    gap: 24px;
}

.ct-row .ct-col {
    width: calc(20% - 20px);
}

@media (max-width: 1199.98px) {
    .ct-row .ct-col {
        width: calc(25% - 18px);
    }
}

@media (max-width: 991.98px) {
    .ct-row .ct-col {
        width: calc(33% - 14px);
    }
}

@media (max-width: 767.98px) {
    .ct-row {
        gap: 20px;
    }

    .ct-row .ct-col {
        width: calc(50% - 10px);
    }
}

.brand-card {
    padding: 24px 20px 30px 20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.brand-card .icon-black,
.brand-card .icon-red {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.brand-card .icon-red {
    position: absolute;
    left: 50%;
    top: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.brand-card .explore-btn {
    right: 0;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.brand-card:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.brand-card:hover .icon-black {
    opacity: 0;
}

.brand-card:hover .icon-red {
    opacity: 1;
}

.brand-card:hover .explore-btn {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575.98px) {
    .brand-card h5, .brand-card .h5 {
        font-size: 18px;
    }
}

/*********** add center ************/
.add-center {
    max-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .add-center {
        max-height: 100%;
        padding-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .add-center {
        padding-bottom: 40px;
    }
}

.banner-slider .swiper-pagination .swiper-pagination-bullet::before {
    background-color: #111010;
}

@media (max-width: 991.98px) {
    .banner-slider .swiper-pagination .swiper-pagination-bullet::before {
        background-color: #A81700;
    }
}

/*********** latest collection **********/
.latest-collection {
    padding-top: 280px;
}

@media (max-width: 1199.98px) {
    .latest-collection {
        padding-top: 200px;
    }
}

@media (max-width: 991.98px) {
    .latest-collection {
        padding-top: 120px;
    }
}

@media (max-width: 767.98px) {
    .latest-collection {
        padding-top: 65px;
    }
}

.collection-filter-controls {
    gap: 24px;
}

.collection-filter-controls button.active {
    color: #fff;
}

.collection-filter-controls button.active::before {
    top: -30px;
}

.filter-card-item {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.filter-card-item .feature-thumb img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.filter-card-item .compare-btn {
    left: 16px;
    top: 16px;
    z-index: 1;
    opacity: 0;
}

.filter-card-item .wish-btn {
    left: 55px;
    top: 16px;
    z-index: 1;
    opacity: 0;
}

.filter-card-item .date {
    right: 16px;
    top: 16px;
    z-index: 1;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
}

.filter-card-item .filter-card-content {
    padding: 0 24px 32px;
}

.filter-card-item .filter-card-content .price-btn {
    margin-top: -15px;
    z-index: 10;
}

.filter-card-item .filter-card-content h5, .filter-card-item .filter-card-content .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.filter-card-item .filter-card-content h5:hover, .filter-card-item .filter-card-content .h5:hover {
    color: #A81700;
}

.filter-card-item .filter-card-content .meta-content {
    font-size: 14px;
    font-weight: 500;
}

.filter-card-item .filter-card-content .meta-content strong {
    font-weight: 700;
    color: #111010;
}

.filter-card-item .filter-card-content .meta-content a {
    color: #575757;
}

.filter-card-item:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
}

.filter-card-item:hover .feature-thumb img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.filter-card-item:hover .compare-btn {
    -webkit-animation: 0.8s theme_fadeInUp;
    animation: 0.8s theme_fadeInUp;
    opacity: 1;
}

.filter-card-item:hover .wish-btn {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
    opacity: 1;
}

.filter-card-item:hover .small-btn-meta {
    background: #111010;
}

.filter-card-item:hover .outline-btn {
    background: #A81700;
    color: #fff;
}

.card-feature-box {
    gap: 32px;
}

.card-feature-box .icon-box {
    font-size: 14px;
    font-weight: 600;
}

.card-feature-box .icon-box span {
    line-height: 0;
}

.card-feature-box .icon-box + .icon-box {
    position: relative;
}

.card-feature-box .icon-box + .icon-box::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(11, 22, 63, 0.07);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-feature-box {
        gap: 20px;
    }

    .card-feature-box .icon-box + .icon-box::before {
        left: -10px;
    }
}

/********** about section start ***********/
.about-section .small-circle-shape {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    top: 200px;
    right: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#A81700), to(rgba(252, 0, 18, 0)));
    background: linear-gradient(180deg, #A81700 0%, rgba(252, 0, 18, 0) 100%);
}

.about-left .circle-large {
    width: 140px;
    height: 140px;
    background: linear-gradient(32.54deg, rgba(252, 0, 18, 0.5) -28.01%, rgba(247, 108, 119, 0) 101.07%);
    border-radius: 50%;
    bottom: 0;
    left: -50px;
}

.about-icon-box {
    padding: 30px;
    max-width: 570px;
}

.about-icon-box .icon-wrapper {
    width: 48px;
    height: 48px;
    background: #FFF2F3;
    color: #A81700;
    font-size: 22px;
}

/********** feedback section start **********/
.feedback-section {
    max-height: 650px;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 10;
}

.feedback-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50.22%, #2E2E2E), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #2E2E2E 50.22%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.feedback-section .video-content-wrapper {
    padding-top: 180px;
}

@media (max-width: 1199.98px) {
    .feedback-section {
        max-height: 100%;
        padding-bottom: 120px;
    }

    .feedback-section .video-content-wrapper {
        padding-top: 0;
    }
}

.countdown-area {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 2;
    -webkit-filter: drop-shadow(10px 10px 50px rgba(0, 56, 60, 0.05));
    filter: drop-shadow(10px 10px 50px rgba(0, 56, 60, 0.05));
}

.countdown-area .main-countdown-wrapper {
    padding: 60px 100px 60px 130px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    gap: 90px;
}

.countdown-area .main-countdown-wrapper .countdown-box + .countdown-box {
    position: relative;
}

.countdown-area .main-countdown-wrapper .countdown-box + .countdown-box::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 65px;
    background: #0c0800;
    opacity: 0.05;
}

@media (max-width: 1399.98px) {
    .countdown-area .main-countdown-wrapper {
        gap: 40px;
    }

    .countdown-area .main-countdown-wrapper .countdown-box + .countdown-box::before {
        left: -20px;
    }
}

@media (max-width: 1199.98px) {
    .countdown-area {
        width: 96%;
        position: relative;
        margin-left: 2%;
    }

    .countdown-area .main-countdown-wrapper {
        -webkit-clip-path: none;
        clip-path: none;
        width: 100%;
        padding: 60px 80px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 80px;
    }

    .countdown-area .main-countdown-wrapper .countdown-box + .countdown-box::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .countdown-area .main-countdown-wrapper {
        gap: 40px;
    }
}

@media (max-width: 575.98px) {
    .countdown-area .main-countdown-wrapper {
        gap: 40px;
        padding: 50px 30px;
    }
}

@media (max-width: 480px) {
    .countdown-area .main-countdown-wrapper {
        gap: 24px;
    }
}

.countdown-box .icon-wrapper {
    width: 70px;
    height: 70px;
    background: #FFF2F3;
    font-size: 30px;
}

.countdown-box h3, .countdown-box .h3 {
    color: #000000;
}

.countdown-box .subtitle {
    font-weight: 600;
    font-size: 15px;
}

@media (max-width: 575.98px) {
    .countdown-box {
        width: 150px;
    }
}

.feedback-slider {
    max-width: 720px;
    padding: 0 20px;
    margin-left: -20px;
    overflow: hidden;
}

.feedback-slider .swiper {
    overflow: visible;
}

.feedback-slider .slide-arrow-btn {
    z-index: 10;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feedback-slider .slide-arrow-btn.slide-btn-next {
    left: auto;
    right: -15px;
}

@media (max-width: 575.98px) {
    .feedback-slider {
        margin-left: 0;
        padding: 0;
    }

    .feedback-slider .slide-arrow-btn {
        display: none;
    }
}

.feedback-single {
    padding: 40px;
}

.feedback-single .rating-box {
    padding: 6px 20px;
    background: #FFE3C5;
    font-weight: 700;
    color: #111010;
    top: 16px;
    right: 16px;
}

.feedback-single .rating-box span {
    color: #FF9729;
}

.feedback-single .author-info span {
    font-weight: 600;
    font-size: 14px;
}

.feedback-single .quote-icon {
    right: 30px;
    bottom: 25px;
}

@media (max-width: 575.98px) {
    .feedback-single {
        padding: 80px 24px 24px 24px;
    }

    .feedback-single .rating-box {
        left: 24px;
        top: 24px;
        right: auto;
    }
}

/*********** faq section start **********/
.merge-section {
    padding-top: 150px;
}

@media (max-width: 1199.98px) {
    .merge-section {
        padding-top: 0;
    }
}

/********** apps section start *******/
.apps-content-wrapper {
    background: #FFEFF1;
}

.apps-content-wrapper .apps-left {
    padding: 80px 0 80px 45px;
}

@media (max-width: 1199.98px) {
    .apps-content-wrapper .apps-left {
        padding: 60px 40px;
    }

    .apps-content-wrapper .apps-left p {
        max-width: 700px;
    }
}

.apps-btn-group {
    gap: 24px;
}

.apps-right button {
    width: 50px;
    height: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .apps-right button {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .apps-right button {
        display: none;
    }
}

.apps-right .wallet-btn {
    right: 180px;
    top: -50px;
}

.apps-right .heart-btn {
    left: 160px;
    top: -20px;
}

.download-countdown {
    padding: 20px 16px;
    top: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.download-countdown::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    width: 30px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.download-countdown .download-countdown-content > span {
    font-size: 12px;
    font-weight: 600;
    display: block;
}

@media (max-width: 480px) {
    .download-countdown {
        left: 40px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*********** blog section start *********/
.blog-card {
    padding: 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.blog-card .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.blog-card .blog-title {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.blog-card .blog-title:hover {
    color: #A81700;
}

.blog-card .blog-card-author-details .date {
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.blog-card:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
}

.blog-card:hover .feature-img img {
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
}

.blog-card:hover .blog-explore-btn {
    background: #A81700;
    color: #fff;
}

.rent-hero {
    padding: 220px 0 220px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.rent-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.98deg, rgba(17, 16, 16, 0.7) -0.21%, rgba(17, 16, 16, 0.7) 100.06%);
    z-index: -1;
}

@media (max-width: 767.98px) {
    .rent-hero {
        padding: 200px 0 100px 0;
    }
}

.rent-hero-content p {
    color: #C2C2C2;
}

@media (max-width: 575.98px) {
    .rent-hero-content .apps-btn-group {
        gap: 16px;
    }

    .rent-hero-content .apps-btn-group .app-btn {
        padding: 10px 15px;
    }
}

/*********** steps area start ********/
.steps-area .steps-left {
    padding-right: 40px;
}

@media (max-width: 1399.98px) {
    .steps-area .steps-left {
        padding-right: 0;
    }
}

.steps-box {
    padding: 30px 24px;
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
}

.steps-box .icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 30px;
}

.steps-box .icon-bg {
    right: 10px;
    bottom: 0;
    font-size: 100px;
    color: #5F5F5F;
    z-index: -1;
    opacity: 0.05;
    line-height: 0;
}

.pickup-form-wrapper .nav {
    border-radius: 4px 0 0 0;
    overflow: hidden;
}

.pickup-form-wrapper .nav li a {
    padding: 14px 30px;
    display: inline-block;
    background: #111010;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    z-index: 10;
}

.pickup-form-wrapper .nav li a.active {
    background: #A81700;
}

.pickup-form-wrapper .tire-shape {
    left: -30px;
    bottom: -30px;
}

.pickup-form-wrapper .dot-shape {
    right: -60px;
    top: -15px;
}

.pickup-form {
    padding: 50px 30px;
}

.pickup-form select {
    color: #000000;
    font-weight: 600;
}

.pickup-form .checkbox-field {
    font-size: 13px;
}

.pickup-form .checkbox-field label {
    font-weight: 500;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    color: #C2C2C2;
}

.pickup-form input {
    color: #575757;
}

.pickup-form input::-webkit-input-placeholder {
    color: #575757;
    opacity: 1;
}

.pickup-form input::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.pickup-form input:-ms-input-placeholder {
    color: #575757;
    opacity: 1;
}

.pickup-form input::-ms-input-placeholder {
    color: #575757;
    opacity: 1;
}

.pickup-form input::placeholder {
    color: #575757;
    opacity: 1;
}

.pickup-form .btn span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

/************* offer section start **********/
.offer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.offer-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.offer-section .offer-double-circle {
    right: 100px;
    top: 80px;
}

.offer-section .offer-left {
    padding-bottom: 60px;
}

.title-style-2 .subtitle mark, .title-style-2 .subtitle .mark {
    position: relative;
}

.title-style-2 .subtitle mark::after, .title-style-2 .subtitle .mark::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 30px;
    background: url(../../images/title-shape.png);
    background-size: 60px;
    background-repeat: no-repeat;
    left: 0;
    bottom: -35px;
}

.title-style-2 p {
    color: #C2C2C2;
}

.offer-right .small-circle-shape {
    width: 22px;
    height: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#A81700), to(rgba(252, 0, 18, 0)));
    background: linear-gradient(180deg, #A81700 0%, rgba(252, 0, 18, 0) 100%);
    top: 0;
    left: 47%;
    border-radius: 50%;
}

/************** car slider start **********/
.car-double-slider .plus-rectangle {
    right: -30px;
    top: -30px;
    z-index: 1;
}

.car-thumb-slider-wrapper {
    max-width: 576px;
    overflow: hidden;
    padding: 0 18px;
    margin-left: -18px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.car-thumb-slider-wrapper .car-thumb-slider {
    overflow: visible;
}

.car-thumb-slider-wrapper .car-thumb-slider .car-thumb-single {
    padding: 24px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
}

.car-thumb-slider-wrapper .car-thumb-slider .car-thumb-single.swiper-slide-thumb-active {
    border-color: #A81700;
}

.car-thumb-slider-wrapper .car-thumb-slider .slider-btn {
    width: 35px;
    height: 35px;
    background: #575757;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    position: absolute;
    left: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.car-thumb-slider-wrapper .car-thumb-slider .slider-btn:hover {
    background: #000000;
}

.car-thumb-slider-wrapper .car-thumb-slider .slider-btn.slider-button-next {
    left: auto;
    right: -18px;
}

@media (max-width: 1399.98px) {
    .car-thumb-slider-wrapper {
        max-width: 400px;
    }

    .car-thumb-slider-wrapper .car-thumb-slider .car-thumb-single {
        padding: 15px;
    }
}

@media (max-width: 1199.98px) {
    .car-thumb-slider-wrapper {
        position: relative;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        margin-bottom: 40px;
    }
}

.car-slider-single .car-slider-item-right {
    max-width: 648px;
    padding: 40px 32px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
}

.car-slider-single .car-slider-item-right .btn-meta {
    position: absolute;
    right: 15px;
    top: 15px;
}

.car-slider-single .car-slider-item-right .pricing-info .info-right {
    position: relative;
}

.car-slider-single .car-slider-item-right .pricing-info .info-right::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background: #C2C2C2;
    opacity: 0.3;
}

.car-slider-single .car-slider-item-right .pricing-info span {
    font-size: 14px;
}

.car-slider-single .car-slider-item-right .pricing-info span .h4 {
    font-size: 24px;
}

.car-slider-single .car-slider-item-left {
    max-width: 720px;
    float: right;
}

@media (max-width: 991.98px) {
    .car-slider-single .car-slider-item-right {
        position: relative;
    }

    .car-slider-single .car-slider-item-left {
        float: none;
    }
}

/*********** tutorial section start **************/
.tutorial-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.tutorial-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.75;
    z-index: -1;
}

.tutorial-section .video-popup-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 42%;
    bottom: 200px;
}

@media (max-width: 1199.98px) {
    .tutorial-section .video-popup-btn {
        left: auto;
        right: 100px;
        bottom: auto;
        top: 60px;
    }
}

@media (max-width: 575.98px) {
    .tutorial-section .video-popup-btn {
        position: initial;
        margin-left: 10px;
        margin-bottom: 20px;
    }
}

.tutorial-left a {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.tutorial-left a:hover {
    color: #A81700;
}

.h2-countdown-box {
    padding: 55px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.h2-countdown-box .icon-wrapper {
    width: 70px;
    height: 70px;
    background: #FFEEEF;
    font-size: 30px;
}

.h2-countdown-box h3, .h2-countdown-box .h3 {
    font-weight: 800;
}

@media (max-width: 1399.98px) {
    .h2-countdown-box {
        padding: 40px 16px;
    }

    .h2-countdown-box .countdown-box-right > span {
        font-size: 15px;
    }
}

/************ car booking section *********/
.car-search-filter .input-field {
    width: 25%;
}

.car-search-filter .input-field label {
    margin-bottom: 8px;
}

.car-search-filter .input-field.has-icon {
    position: relative;
}

.car-search-filter .input-field.has-icon::before {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    bottom: 12px;
    left: 15px;
    font-size: 14px;
    color: #575757;
}

.car-search-filter .input-field input {
    padding: 12px 16px;
    font-size: 14px;
}

.car-search-filter .input-field input::-webkit-input-placeholder {
    color: #575757;
}

.car-search-filter .input-field input::-moz-placeholder {
    color: #575757;
}

.car-search-filter .input-field input:-ms-input-placeholder {
    color: #575757;
}

.car-search-filter .input-field input::-ms-input-placeholder {
    color: #575757;
}

.car-search-filter .input-field input::placeholder {
    color: #575757;
}

.car-search-filter .input-field input.has-icon {
    padding-left: 35px;
}

.car-search-filter .input-field + .input-field {
    margin-left: 16px;
}

.car-search-filter .input-field select {
    font-weight: 600;
    color: #111010;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .car-search-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }

    .car-search-filter .input-field {
        width: calc(50% - 8px);
    }

    .car-search-filter .input-field + .input-field {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .car-search-filter .input-field {
        width: 100%;
    }
}

.star-rating {
    padding: 3px 19px;
    background: #FFE3C5;
    font-size: 12px;
    font-weight: 700;
}

.star-rating span {
    color: #FF9729;
    font-size: 15px;
}

.car-card .feature-img {
    border-radius: 4px 4px 4px 0;
}

.car-card .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.car-card .card-content {
    padding: 30px 24px;
    max-width: 390px;
    border-radius: 0 4px 4px 0;
    margin-top: -30px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.car-card .card-content .star-rating {
    top: -15px;
    right: 15px;
}

.car-card .card-content h5, .car-card .card-content .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.car-card .card-content h5:hover, .car-card .card-content .h5:hover {
    color: #A81700;
}

.car-card .card-content .pricing-info span {
    font-weight: 500;
    color: #111010;
    font-size: 12px;
}

.car-card .card-content .pricing-info span strong {
    font-size: 16px;
}

.car-card .card-content .car-info li {
    font-size: 14px;
    font-weight: 500;
}

.car-card .card-content .card-btns a:not(.btn-secondary) {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.car-card .card-content .card-btns a:not(.btn-secondary):hover {
    background-color: #A81700;
    color: #fff;
    border-color: #A81700;
}

.car-card:hover .feature-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.car-card:hover .card-content {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/************** contact section start *************/
.h2-contact-left {
    padding: 80px 0 80px 60px;
}

.h2-contact-left::before {
    content: "";
    position: absolute;
    right: -205px;
    top: -10px;
    width: 210px;
    height: calc(100% + 20px);
    background: #A81700;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
}

.h2-contact-left h3 mark, .h2-contact-left .h3 mark, .h2-contact-left h3 .mark, .h2-contact-left .h3 .mark {
    display: inline-block;
}

.h2-contact-left h3 mark::before, .h2-contact-left .h3 mark::before, .h2-contact-left h3 .mark::before, .h2-contact-left .h3 .mark::before {
    content: "";
    width: 130px;
    height: 50px;
    border: 3px solid #fff;
    position: absolute;
    bottom: -48px;
    right: -20px;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-clip-path: circle(45.4% at 50% 0);
    clip-path: circle(45.4% at 50% 0);
}

@media (max-width: 991.98px) {
    .h2-contact-left {
        padding: 60px 40px;
    }
}

.h2-contact-right {
    padding-left: 70px;
}

.h2-contact-right .icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 32px;
}

.h2-contact-right h6 mark::before, .h2-contact-right .h6 mark::before, .h2-contact-right h6 .mark::before, .h2-contact-right .h6 .mark::before {
    content: "";
    width: 80px;
    height: 50px;
    border: 3px solid #A81700;
    position: absolute;
    bottom: -52px;
    right: -20px;
    border-radius: 50%;
    -webkit-clip-path: circle(45.4% at 50% 0);
    clip-path: circle(45.4% at 50% 0);
}

@media (max-width: 991.98px) {
    .h2-contact-right {
        padding: 60px 40px;
    }
}

/************ feedback section start ************/
.h2-feedback-section {
    margin-top: -100px;
    padding-top: 220px;
}

@media (max-width: 767.98px) {
    .h2-feedback-section {
        padding-top: 170px;
    }
}

.h2-feedback-slider {
    padding-bottom: 80px;
}

.h2-feedback-slider .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 8px;
    border-radius: 0;
    background: #000000;
    margin-right: 6px !important;
    border: 0;
}

.h2-feedback-slider .swiper-pagination .swiper-pagination-bullet::before {
    display: none;
}

.h2-feedback-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #A81700;
    width: 40px;
}

.h2-feedback-single .h2-feedback-content {
    padding: 0 24px 32px;
    max-width: 546px;
    margin-left: 24px;
    margin-top: -60px;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}

.h2-feedback-single .h2-feedback-content .feedback-top img {
    margin-top: -45px;
}

.h2-feedback-single .h2-feedback-content .star-rating {
    margin-top: -35px;
}

.h2-feedback-single .h2-feedback-content .star-rating.position-absolute {
    top: -15px;
    right: 20px;
    margin-top: 0;
}

.h2-feedback-single .h2-feedback-content .client-info span {
    font-weight: 600;
    font-size: 14px;
}

.h2-feedback-single .h2-feedback-content .quote-icon {
    right: 20px;
    bottom: 25px;
}

@media (max-width: 575.98px) {
    .h2-feedback-single .h2-feedback-content {
        margin-left: 10px;
        padding: 24px 18px;
    }
}

/*********** map section start ***********/
.map-area {
    width: 100%;
    min-height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.location-info {
    max-width: 450px;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.location-info .icon-wrapper {
    font-size: 24px;
}

.location-info p {
    font-weight: 500;
}

.location-info .opening {
    font-weight: 500;
}

.location-info .map-explore {
    color: #A81700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.location-info .map-explore:hover {
    color: #111010;
}

@media (max-width: 575.98px) {
    .location-info {
        width: calc(100% - 24px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/************** blog section start **************/
.h2-blog-card {
    padding: 30px 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background-color: var(--background-post);
    border-radius: 4px;
    box-shadow: var(--shadow);
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.h2-blog-card .feature-img {
    width: 52%;
    border-radius: 0 4px 4px 0;
}

.h2-blog-card .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h2-blog-card .btn-meta.position-absolute {
    left: 15px;
    top: 15px;
}

.h2-blog-card h4, .h2-blog-card .h4, .h2-blog-card h3, .h2-blog-card .h3 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h2-blog-card h4:hover, .h2-blog-card .h4:hover, .h2-blog-card h3:hover, .h2-blog-card .h3:hover {
    color: #A81700;
}

.h2-blog-card .author-content span {
    font-size: 14px;
    font-weight: 500;
}

.h2-blog-card:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
}

.h2-blog-card:hover .feature-img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1399.98px) {
    .h2-blog-card .feature-img {
        width: 65%;
    }
}

@media (max-width: 1199.98px) {
    .h2-blog-card .feature-img {
        width: 100%;
        border-radius: 4px 4px 0 0;
    }
}

@media (max-width: 767.98px) {
    .h2-blog-card .feature-img img {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .h2-blog-card {
        padding: 18px 16px;
    }
}

.btn-meta {
    padding: 4px 12px;
    font-size: 12px;
    color: #575757;
    font-weight: 600;
    border-radius: 3px;
    background: #F6F6F6;
    display: inline-block;
}

.hero-3 {
    margin-top: -90px;
}

.hero-3 .at-header-social {
    right: -76px;
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 480px) {
    .hero-3 .apps-btn-group {
        gap: 15px;
    }

    .hero-3 .apps-btn-group .app-btn {
        min-width: 162px;
        padding: 10px 15px;
    }
}

.hero3-slider .slick-active .hero3-subtitle {
    -webkit-animation: 0.5s theme_fadeInUp;
    animation: 0.5s theme_fadeInUp;
}

.hero3-slider .slick-active h1, .hero3-slider .slick-active .h1 {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
}

.hero3-slider .slick-active p {
    -webkit-animation: 1.5s theme_fadeInUp;
    animation: 1.5s theme_fadeInUp;
}

.hero3-slider .slick-active .primary-btn {
    -webkit-animation: 1.6s theme_fadeInUp;
    animation: 1.6s theme_fadeInUp;
}

.hero3-slider .slick-active .white-btn {
    -webkit-animation: 1.8s theme_fadeInUp;
    animation: 1.8s theme_fadeInUp;
}

.hero3-slider .slick-active .hero3-right img {
    -webkit-animation: 1s slideInRight;
    animation: 1s slideInRight;
}

.hero3-slider .slick-dots {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #C2C2C2;
}

.hero3-slider .slick-dots li {
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.hero3-slider .slick-dots li button {
    border: 0;
    background: transparent;
    font-size: 0;
    padding: 0;
    width: 2px;
    height: 40px;
    font-weight: 700;
    color: #fff;
}

.hero3-slider .slick-dots li.slick-active {
    background: #A81700;
}

.hero3-slider .slick-dots li:first-child button {
    font-size: 16px;
    -webkit-transform: translate(-2px, -35px);
    transform: translate(-2px, -35px);
}

.hero3-slider .slick-dots li:last-child button {
    font-size: 16px;
    -webkit-transform: translate(-2px, 35px);
    transform: translate(-2px, 35px);
}

@media (max-width: 1600px) {
    .hero3-slider .slick-dots {
        left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .hero3-slider .slick-dots {
        background: transparent;
        left: 50%;
        top: auto;
        bottom: 130px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero3-slider .slick-dots li {
        width: 15px;
        height: 15px;
        border: 1px solid #A81700;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }

    .hero3-slider .slick-dots li button {
        font-size: 0 !important;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important;
    }
}

.hero3-single-slide {
    padding: 200px 0 180px 0;
    position: relative;
    z-index: 1;
}

.hero3-single-slide .lead {
    color: #C2C2C2;
    font-weight: 500;
}

/********* hero search box *******/
.h3-hero-search-box {
    margin-top: -70px;
    position: relative;
}

.h3-search-box-wrapper {
    padding: 40px 30px;
}

.h3-search-box-wrapper form .input-field label {
    position: relative;
}

.h3-search-box-wrapper form .input-field label::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #A81700;
    bottom: 8px;
    left: calc(100% + 5px);
}

.h3-search-box-wrapper form .input-field.has-icon .label-icon {
    position: absolute;
    left: 15px;
    bottom: 12px;
}

.h3-search-box-wrapper form .input-field.has-icon input[type=text] {
    color: #111010;
    font-weight: 500;
    padding: 10px 16px;
    padding-left: 38px;
}

.h3-search-box-wrapper form .input-field.has-icon input[type=text]::-webkit-input-placeholder {
    color: #111010;
}

.h3-search-box-wrapper form .input-field.has-icon input[type=text]::-moz-placeholder {
    color: #111010;
}

.h3-search-box-wrapper form .input-field.has-icon input[type=text]:-ms-input-placeholder {
    color: #111010;
}

.h3-search-box-wrapper form .input-field.has-icon input[type=text]::-ms-input-placeholder {
    color: #111010;
}

.h3-search-box-wrapper form .input-field.has-icon input[type=text]::placeholder {
    color: #111010;
}

.h3-search-box-wrapper form .form-select {
    color: #111010;
    font-weight: 500;
}

/*********** about section start **********/
.h2-about-item-box {
    padding: 45px 25px 45px 30px;
}

.h2-about-item-box .icon-bg {
    right: 30px;
    top: 30px;
}

.h2-about-item-box .icon-wrapper {
    width: 70px;
    height: 70px;
    padding: 15px;
}

/********* progress area start ***********/
.progress-counter-box {
    display: inline-block;
}

.progress-counter-box h2, .progress-counter-box .h2 {
    font-size: 120px;
    font-weight: 800;
    line-height: 1em;
}

.progress-counter-box > span {
    font-weight: 700;
    font-size: 20px;
    color: #111010;
    line-height: 1.2em;
    display: inline-block;
}

@media (max-width: 767.98px) {
    .progress-counter-box h2, .progress-counter-box .h2 {
        font-size: 80px;
    }

    .progress-counter-box span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .progress-counter-box h2, .progress-counter-box .h2 {
        font-size: 50px;
    }

    .progress-counter-box span {
        font-size: 12px;
    }
}

.single-progress {
    padding-top: 20px;
    overflow: hidden;
}

.progress-bar-line {
    background: #D9D9D9;
    height: 8px;
    border-radius: 0;
}

.progress-bar-line .progress {
    height: 8px;
    width: 0;
    position: relative;
    border-radius: 0;
    overflow: visible !important;
}

.progress-bar-line .progress span {
    color: #111010;
    position: absolute;
    top: -25px;
    right: -15px;
    font-weight: 700;
    font-size: 16px;
}

/********* countdown section *********/
.h3-counter-box {
    padding: 30px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-bottom: 40px;
}

.h3-counter-box::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -10px;
    width: calc(100% - 20px);
    height: 100px;
    background: #A81700;
    z-index: -1;
    border-radius: 4px;
}

.h3-counter-box .icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 32px;
}

.h3-counter-box h3, .h3-counter-box .h3 {
    font-weight: 800;
}

.h3-counter-box h3 span, .h3-counter-box .h3 span {
    font-weight: 800;
}

.h3-counter-box span {
    font-weight: 500;
}

/************* car brands started ************/
.h3-car-card {
    padding: 24px 24px 40px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-car-card .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-car-card .feature-img img:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.h3-car-card .btn-meta {
    left: 10px;
    top: 8px;
    z-index: 1;
}

.h3-car-card .btn-meta span {
    color: #C2C2C2;
}

.h3-car-card h4, .h3-car-card .h4 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-car-card h4:hover, .h3-car-card .h4:hover {
    color: #A81700;
}

.h3-car-card .pricing-info span {
    font-size: 12px;
}

.h3-car-card .pricing-info span .h6 {
    font-size: 18px;
}

.h3-car-card .pricing-info .info-right {
    position: relative;
}

.h3-car-card .pricing-info .info-right::before {
    content: "";
    position: absolute;
    left: -12px;
    width: 1px;
    height: 22px;
    background: rgba(11, 22, 63, 0.07);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.h3-car-card .card-feature-box {
    gap: 32px;
}

.h3-car-card .card-feature-box .icon-box {
    font-size: 14px;
    font-weight: 600;
}

.h3-car-card .card-feature-box .icon-box span {
    line-height: 0;
}

.h3-car-card .card-feature-box .icon-box + .icon-box {
    position: relative;
}

.h3-car-card .card-feature-box .icon-box + .icon-box::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(11, 22, 63, 0.07);
}

.h3-car-card:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
}

@media (max-width: 991.98px) {
    .h3-car-card {
        padding: 18px 18px 24px;
    }

    .h3-car-card .card-feature-box {
        gap: 18px;
    }

    .h3-car-card .card-feature-box .icon-box::before {
        display: none;
    }
}

/************** service section start **************/
.h3-services-wrapper {
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
}

.h3-services-wrapper .services-left {
    padding: 70px 15px 70px 40px;
}

.h3-services-wrapper .services-left h2, .h3-services-wrapper .services-left .h2 {
    font-weight: 800;
}

.services-list-box .icon-wrapper {
    font-size: 30px;
    width: 60px;
    height: 60px;
}

.services-video-box .video-bg {
    max-width: calc(100% + 90px);
    margin-left: -60px;
}

.services-video-box .video-popup-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.services-video-box .video-popup-btn:hover {
    top: calc(50% - 10px);
}

@media (max-width: 1399.98px) {
    .services-video-box .video-bg {
        max-width: calc(100% + 180px);
    }
}

@media (max-width: 1199.98px) {
    .services-video-box .video-bg {
        max-width: calc(100% + 410px);
    }
}

@media (max-width: 991.98px) {
    .services-video-box .video-bg {
        max-width: 100%;
        margin-left: 0;
    }
}

/********************* feedback section start *****************/
.h3-feedback-slider {
    max-width: 970px;
    margin: 0 auto;
}

.h3-feedback-single .rating-icons span {
    color: #FF9729;
}

.h3-feedback-single p {
    font-weight: 500;
}

.h3-feedback-slider-control {
    width: calc(100% + 24px);
    margin-left: -12px;
    overflow: hidden;
    padding: 40px 12px 120px 12px;
}

.h3-feedback-slider-control .h3-feedback-client-slider {
    overflow: visible;
}

.h3-feedback-client-single {
    padding: 24px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-feedback-client-single h6, .h3-feedback-client-single .h6, .h3-feedback-client-single span {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-feedback-client-single span {
    font-size: 14px;
}

.h3-feedback-client-single.swiper-slide-thumb-active {
    background-color: #A81700;
    -webkit-box-shadow: 0px 10px 30px rgba(252, 0, 18, 0.2);
    box-shadow: 0px 10px 30px rgba(252, 0, 18, 0.2);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.h3-feedback-client-single.swiper-slide-thumb-active h6, .h3-feedback-client-single.swiper-slide-thumb-active .h6, .h3-feedback-client-single.swiper-slide-thumb-active span {
    color: #fff;
}

.h3-feedback-client-single:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    background-color: #A81700;
    -webkit-box-shadow: 0px 20px 50px rgba(252, 0, 18, 0.2);
    box-shadow: 0px 20px 50px rgba(252, 0, 18, 0.2);
}

.h3-feedback-client-single:hover h6, .h3-feedback-client-single:hover .h6, .h3-feedback-client-single:hover span {
    color: #fff;
}

/***************** staff area start *****************/
.single-staff {
    background: #fff;
    padding: 40px 24px;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.single-staff span {
    font-size: 14px;
    display: block;
}

.single-staff .staff-social {
    gap: 8px;
}

.single-staff .staff-social a {
    width: 35px;
    height: 35px;
    color: #575757;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.single-staff .staff-social a:hover {
    color: #111010;
    background: #fff;
}

.single-staff .hover-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}

.single-staff .hover-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #A81700;
    opacity: 0.8;
    z-index: -1;
}

.single-staff .hover-overlay .staff-social a {
    color: #fff;
}

.single-staff .hover-overlay .staff-social a:hover {
    color: #111010;
}

.single-staff:hover {
    -webkit-box-shadow: 0px 20px 50px rgba(252, 0, 18, 0.2);
    box-shadow: 0px 20px 50px rgba(252, 0, 18, 0.2);
}

.single-staff:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
}

.single-staff:hover .hover-overlay h5, .single-staff:hover .hover-overlay .h5 {
    -webkit-animation: 0.3s theme_fadeInUp;
    animation: 0.3s theme_fadeInUp;
}

.single-staff:hover .hover-overlay span {
    -webkit-animation: 0.5s theme_fadeInUp;
    animation: 0.5s theme_fadeInUp;
}

.single-staff:hover .hover-overlay p {
    -webkit-animation: 0.7s theme_fadeInUp;
    animation: 0.7s theme_fadeInUp;
}

.single-staff:hover .hover-overlay .staff-social {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
}

.h3-explore-btn {
    color: #111010;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-explore-btn .icon-wrapper {
    width: 40px;
    height: 40px;
    color: #fff;
    margin: 0 8px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background: #A81700;
}

.h3-explore-btn:hover {
    color: #A81700;
}

.h3-explore-btn:hover .icon-wrapper {
    margin: 0 12px;
    background: #111010;
}

/******************** contact section start ************/
.h3-contact-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.call-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.call-btn .icon-wrapper {
    width: 40px;
    height: 40px;
    background: #A81700;
}

.call-btn span {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.call-btn:hover .icon-wrapper {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

/*************** blog section start ************/
.h3-blog-card .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.h3-blog-card .h3-blog-card-content {
    max-width: 386px;
    background: #fff;
    padding: 30px 24px;
    margin-top: -50px;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-blog-card .h3-blog-card-content h5, .h3-blog-card .h3-blog-card-content .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-blog-card .h3-blog-card-content span {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h3-blog-card:hover .feature-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.h3-blog-card:hover .h3-blog-card-content {
    background: #A81700;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.h3-blog-card:hover .h3-blog-card-content h5, .h3-blog-card:hover .h3-blog-card-content .h5 {
    color: #fff;
}

.h3-blog-card:hover .h3-blog-card-content span {
    color: #fff;
}

/************* hero section start *************/
.h4-hero-section {
    margin-top: 18px;
}

@media (max-width: 1399.98px) {
    .h4-hero-section .h4-hero-slider {
        padding-left: 48px;
    }
}

@media (max-width: 1199.98px) {
    .h4-hero-section .h4-hero-slider {
        padding-left: 0;
    }
}

.h4-hero-slider-single {
    padding: 90px 40px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1;
}

.h4-hero-slider-single .slide-content {
    max-width: 390px;
}

.h4-hero-slider-single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98.07deg, #111010 14.67%, rgba(17, 16, 16, 0.71) 44.06%, rgba(17, 16, 16, 0) 80.98%);
    z-index: -1;
}

.h4-hero-slider-single.swiper-slide-active .h4-subtitle {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
}

.h4-hero-slider-single.swiper-slide-active h3, .h4-hero-slider-single.swiper-slide-active .h3 {
    -webkit-animation: 1.2s theme_fadeInUp;
    animation: 1.2s theme_fadeInUp;
}

.h4-hero-slider-single.swiper-slide-active p {
    -webkit-animation: 1.5s theme_fadeInUp;
    animation: 1.5s theme_fadeInUp;
}

.h4-hero-slider-single.swiper-slide-active .btn {
    -webkit-animation: 1.8s theme_fadeInUp;
    animation: 1.8s theme_fadeInUp;
}

/**************** search filter *************/
.h4-search-filter form .form-select {
    color: #7A7A7A;
    border-radius: 0;
}

/***************** feature products *****************/
.h4-filter-btn-group {
    gap: 16px;
}

.h4-filter-btn {
    padding: 10px 25px;
    background: transparent;
    border: 1px solid rgba(11, 22, 63, 0.07);
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h4-filter-btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #A81700;
    z-index: -1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h4-filter-btn:hover, .h4-filter-btn.active {
    color: #fff;
    border-color: #A81700;
}

.h4-filter-btn:hover::before, .h4-filter-btn.active::before {
    width: 100%;
    right: auto;
    left: 0;
}

.h4-ft-product-card {
    -webkit-box-shadow: 0px 10px 30px rgba(131, 131, 131, 0.05);
    box-shadow: 0px 10px 30px rgba(131, 131, 131, 0.05);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    overflow: hidden;
}

.h4-ft-product-card .product-card-top .discount-badge {
    background: #A81700;
    left: 16px;
    top: 16px;
    padding: 0px 12px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}

.h4-ft-product-card .product-card-top .wish-btn {
    right: 16px;
    top: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    background: #F6F6F6;
    color: #C2C2C2;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h4-ft-product-card .product-card-top .wish-btn:hover {
    color: #A81700;
    background: rgba(252, 0, 18, 0.1);
}

.h4-ft-product-card .product-card-top .feature-img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h4-ft-product-card .product-card-top .at_product_action {
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}

.h4-ft-product-card .product-card-bottom {
    padding: 0 24px 40px;
}

.h4-ft-product-card .product-card-bottom .product-rating span {
    color: #FF9729;
}

.h4-ft-product-card .product-card-bottom .product-title {
    font-weight: 600;
    color: #111010;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: block;
}

.h4-ft-product-card .product-card-bottom .product-title:hover {
    color: #A81700;
}

.h4-ft-product-card .product-card-bottom .product-pricing span {
    font-size: 14px;
    font-weight: 600;
}

.h4-ft-product-card .product-card-bottom .product-pricing .sale-price {
    margin-right: 15px;
    position: relative;
}

.h4-ft-product-card .product-card-bottom .product-pricing .sale-price::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% + 6px);
    height: 1px;
    background: #7A7A7A;
}

.h4-ft-product-card:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
}

.h4-ft-product-card:hover .feature-img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.h4-ft-product-card:hover .at_product_action {
    bottom: 10px;
    visibility: visible;
    opacity: 1;
}

.at_product_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.at_product_action a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(139, 139, 139, 0.1);
    box-shadow: 0px 5px 10px rgba(139, 139, 139, 0.1);
    font-size: 13px;
    color: #111010;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.at_product_action a:hover {
    color: #fff;
    background: #A81700;
}

/***************** flash sales start *****************/
.flash-sales-countdown-area {
    padding-bottom: 150px;
}

.flash-sales-countdown-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.flash-sales-countdown {
    gap: 12px;
}

.flash-sales-countdown li {
    padding: 10px 13px 5px 13px;
    min-width: 70px;
}

.flash-sales-countdown li h4, .flash-sales-countdown li .h4 {
    line-height: 1em;
}

.flash-sales-countdown li span {
    font-size: 12px;
    display: block;
}

.flash-sales-slider-area {
    margin-top: -115px;
}

.flash-sales-slider-wrapper {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 0 15px;
}

@media (max-width: 575.98px) {
    .flash-sales-slider-wrapper {
        max-width: 450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

.flash-controls {
    width: 45px;
    height: 45px;
    background: #A81700;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: calc(50% - 80px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: 2;
}

.flash-controls.flash-button-prev {
    left: -15px;
    background: #111010;
}

.flash-controls.flash-button-prev:hover {
    background: #A81700;
}

.flash-controls.flash-button-next {
    right: -15px;
}

.flash-controls.flash-button-next:hover {
    background: #111010;
}

.flash-sales-slider .h4-ft-product-card:hover {
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
}

@media (max-width: 575.98px) {
    .flash-sales-slider .flash-controls {
        -webkit-transform: translate(0);
        transform: translate(0);
        top: auto;
        bottom: 0;
    }

    .flash-sales-slider .flash-controls.flash-button-prev {
        left: calc(50% - 27px);
    }

    .flash-sales-slider .flash-controls.flash-button-next {
        left: calc(50% + 27px);
        right: auto;
    }
}

/***************** offer section start **************/
.h4-offer-banner.box-style-1 {
    padding: 80px 0 0 40px;
}

.h4-offer-banner.box-style-2 {
    padding: 24px 50px 24px 30px;
    background: #0084FE;
}

@media (max-width: 767.98px) {
    .h4-offer-banner.box-style-2 {
        padding: 40px 50px 40px 30px;
    }

    .h4-offer-banner.box-style-2 .content-right img {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .h4-offer-banner.box-style-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.h4-offer-banner.box-style-3 {
    padding: 65px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

/************* best selling area start **************/
.bs-filter-btn-group {
    gap: 16px;
}

.bs-filter-btn::before {
    background: #111010;
}

.bs-filter-btn:hover, .bs-filter-btn.active {
    border-color: #111010;
}

/*************** brands section start **************/
.h4-brands-section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #A81700;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .h4-brands-section::before {
        bottom: 0;
        top: auto;
        width: 100%;
        height: 50%;
    }
}

@media (max-width: 767.98px) {
    .h4-brands-section::before {
        height: calc(50% - 55px);
    }
}

.h4-brands-left p {
    color: #C2C2C2;
}

.h4-brands-left a {
    color: #A81700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h4-brands-left a:hover {
    color: #fff;
}

.h4-brands-list {
    gap: 16px;
}

.brands-item {
    width: 140px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 10px;
}

.h4-brands-right .spam-warning {
    font-size: 12px;
}

.h4-sb-form {
    max-width: 490px;
}

.h4-sb-form input[type=email] {
    width: 100%;
    border-radius: 4px;
}

.h4-sb-form button {
    border-radius: 0 4px 4px 0;
    padding: 13px 32px;
}

/****************** top categories ***************/
.categories-slider-box {
    padding: 40px 24px 0;
    border-radius: 2px;
}

.categories-slider-box .h4-filter-btn:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(252, 0, 18, 0.2);
    box-shadow: 0px 10px 30px rgba(252, 0, 18, 0.2);
}

.h4-categories-slider-wrapper {
    padding: 0 9px;
    width: calc(100% + 18px);
    margin-left: -9px;
}

.h4-categories-slider {
    padding: 32px 0 40px 0;
}

.h4-categories-slider .flash-controls {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    top: 40%;
}

.h4-categories-slider .flash-controls.flash-button-prev {
    left: 0px;
    opacity: 0;
}

.h4-categories-slider .flash-controls.flash-button-next {
    right: 0px;
    opacity: 0;
}

.h4-categories-slider:hover .flash-controls.flash-button-prev {
    left: -9px;
    opacity: 1;
}

.h4-categories-slider:hover .flash-controls.flash-button-next {
    right: -9px;
    opacity: 1;
}

.h4-categories-card {
    border: 1px solid rgba(11, 22, 63, 0.07);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h4-categories-card .at_product_action {
    gap: 10px;
}

.h4-categories-card .at_product_action a {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.h4-categories-card .product-card-bottom {
    padding: 0 16px 18px;
}

.h4-categories-card .product-card-bottom .product-rating span {
    font-size: 10px;
}

.h4-categories-card .product-card-bottom .product-title {
    font-size: 14px;
}

.h4-categories-card .product-card-bottom .product-title.title-medium {
    font-size: 16px;
}

.h4-categories-card .product-card-bottom .product-pricing span {
    font-size: 12px;
}

.h4-categories-card:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(139, 139, 139, 0.1);
    box-shadow: 0px 5px 10px rgba(139, 139, 139, 0.1);
}

/***************** features section start **************/
.h4-features-wrapper {
    padding: 50px 40px;
    gap: 40px;
}

.h4-features-wrapper .h4-feature-item + .h4-feature-item {
    position: relative;
}

.h4-features-wrapper .h4-feature-item + .h4-feature-item::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: rgba(11, 22, 63, 0.07);
}

@media (max-width: 1399.98px) {
    .h4-features-wrapper .h4-feature-item + .h4-feature-item::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .h4-features-wrapper {
        gap: 24px;
    }
}

.h4-feature-item .icon-wrapper {
    width: 55px;
    height: 55px;
    background: #FFF2F3;
    font-size: 20px;
}

/******************* product modal *****************/
#at_product_view .modal-dialog {
    max-width: 980px;
    border: 0;
}

@media (max-width: 1199.98px) {
    #at_product_view .modal-dialog {
        max-width: 800px;
    }
}

@media (max-width: 767.98px) {
    #at_product_view .modal-dialog {
        max-width: 560px;
    }
}

.product_modal {
    padding: 30px 24px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.product_modal .product_view_slider .product_thumb_slider .swiper-slide,
.product_modal .product_view_slider .product_thumb_slider_2 .swiper-slide {
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 3px;
    padding: 2px;
}

.product_modal .product_view_slider .product_thumb_slider .swiper-slide.swiper-slide-thumb-active,
.product_modal .product_view_slider .product_thumb_slider_2 .swiper-slide.swiper-slide-thumb-active {
    border-color: rgba(252, 0, 18, 0.3);
}

.product_modal .product_view_right ul.product_review li {
    color: #FF9729;
}

.product_modal .product_view_right .key_features {
    list-style: disc;
    padding-left: 20px;
}

.product_modal .product_view_right .key_features li {
    font-size: 15px;
}

.product_modal .product_view_right .product_color_select ul {
    gap: 4px;
}

.product_modal .product_view_right .product_color_select ul li {
    position: relative;
}

.product_modal .product_view_right .product_color_select ul li input {
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.product_modal .product_view_right .product_color_select ul li span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: green;
    border-radius: 50%;
    z-index: 1;
}

.product_modal .product_view_right .add_to_cart_product {
    gap: 16px;
}

.product_modal .product_view_right .add_to_cart_product form {
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 4px;
    overflow: hidden;
}

.product_modal .product_view_right .add_to_cart_product form input {
    display: inline-block;
    padding: 0.3rem 0;
    border-radius: 3px;
    width: 40px;
    text-align: center;
    border: 0;
    color: #111010;
}

.product_modal .product_view_right .add_to_cart_product form button {
    padding: 0.3rem 12px;
    background: #fff;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.product_modal .product_view_right .add_to_cart_product form button:first-child {
    border-right: 1px solid rgba(11, 22, 63, 0.07);
}

.product_modal .product_view_right .add_to_cart_product form button:last-child {
    border-left: 1px solid rgba(11, 22, 63, 0.07);
}

.product_modal .product_view_right .add_to_cart_product form button:hover {
    background: rgba(17, 16, 16, 0.08);
}

.product_modal .product_view_right .product_price {
    font-size: 20px;
}

.template-pagination ul {
    gap: 8px;
}

.template-pagination ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #7A7A7A;
    font-weight: 600;
    border-radius: 3px;
    background: rgba(194, 194, 194, 0.5);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.template-pagination ul li a:hover {
    background: #A81700;
    color: #fff;
}

.template-pagination.pg-style-2 ul li a {
    background-color: #fff;
    color: #111010;
}

.template-pagination.pg-style-2 ul li a:hover {
    background: #A81700;
    color: #fff;
}

.template-pagination.pg-style-2 ul li a.active {
    background: #A81700;
    color: #fff;
}

.template-pagination.pg-style-3 ul li a {
    background-color: #fff;
    color: #111010;
}

.template-pagination.pg-style-3 ul li a:hover {
    background-color: #FEB200;
    color: #fff;
}

.template-pagination.pg-style-3 ul li a.active {
    background-color: #FEB200;
    color: #fff;
}

.widget-padding {
    padding: 40px 24px;
}

.tmg-search-widget form {
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 4px;
    overflow: hidden;
}

.tmg-search-widget form input[type=text] {
    width: 90%;
    color: #111010;
}

.tmg-search-widget form input[type=text]::-webkit-input-placeholder {
    color: #7A7A7A;
}

.tmg-search-widget form input[type=text]::-moz-placeholder {
    color: #7A7A7A;
}

.tmg-search-widget form input[type=text]:-ms-input-placeholder {
    color: #7A7A7A;
}

.tmg-search-widget form input[type=text]::-ms-input-placeholder {
    color: #7A7A7A;
}

.tmg-search-widget form input[type=text]::placeholder {
    color: #7A7A7A;
}

.tmg-search-widget form button {
    border-radius: 0 3px 3px 0;
    width: 56px;
    padding-right: 0;
    padding-left: 0;
}

.tmg-search-widget form button:hover::before {
    left: -30px;
}

.sidebar-widget .widget-top {
    gap: 20px;
}

.sidebar-widget .widget-top .spacer {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(11, 22, 63, 0.005);
    position: relative;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.sidebar-widget .widget-top .spacer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 2px;
    background: #A81700;
}

.widget-nav li + li {
    margin-top: 30px;
    position: relative;
}

.widget-nav li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
    opacity: 0.5;
}

.widget-nav li a {
    display: block;
    color: #7A7A7A;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.widget-nav li a:hover {
    color: #A81700;
}

.recent_posts_list li + li {
    margin-top: 30px;
    position: relative;
}

.recent_posts_list li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
    opacity: 0.5;
}

.recent_posts_list li .thumb-wrapper {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.recent_posts_list li .thumb-wrapper img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.recent_posts_list li .thumb-wrapper img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.recent_posts_list li .rp_content {
    margin-left: 20px;
}

.recent_posts_list li .rp_content a {
    display: block;
    color: #7A7A7A;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.recent_posts_list li .rp_content a:hover {
    color: #111010;
}

.recent_posts_list li .rp_content .date {
    font-size: 14px;
    font-weight: 500;
}

.tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.tags-list a {
    padding: 6px 14px;
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.tags-list a:hover {
    color: #fff;
    background: #A81700;
    border-color: #A81700;
}

.subscribe-widget .sb-top {
    padding: 70px 30px 45px 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe-widget .has-overlay {
    position: relative;
    z-index: 1;
}

.subscribe-widget .has-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.subscribe-widget .widget-padding p {
    color: rgba(87, 87, 87, 0.7);
}

/***************** blog single **************/
.blog-single-area {
    padding: 40px 30px 60px;
}

.bs-blog-meta .date {
    font-size: 14px;
    font-weight: 500;
}

.bs-blog-thumb .btn-meta {
    top: 16px;
    left: 16px;
}

.bs-blockquote {
    background: #F6F6F6;
    padding: 40px 32px;
}

.bs-blockquote p {
    font-weight: 500;
}

.bs-blockquote .quote-icon {
    right: 30px;
    bottom: 24px;
}

.tags-social {
    gap: 24px;
}

.bs_social_share a {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 50%;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.bs_social_share a:hover {
    color: #fff;
    background: #A81700;
    border-color: #A81700;
}

.bs_social_share a + a {
    margin-left: 5px;
}

.bs-author-box {
    background: #F6F6F6;
    padding: 40px;
}

.bs-author-box .author-box-content > a {
    text-decoration: underline;
}

.bs-author-box .author-box-content .bs-author-socials a {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 50%;
    color: #3b5999;
    border: 1px solid #3b5999;
}

.bs-author-box .author-box-content .bs-author-socials a.instagram {
    border-color: #e4405f;
    color: #e4405f;
}

.bs-author-box .author-box-content .bs-author-socials a.twitter {
    border-color: #1da1f2;
    color: #1da1f2;
}

@media (max-width: 575.98px) {
    .bs-author-box {
        padding: 30px 24px;
    }
}

.bs-post-item .post-control {
    font-size: 14px;
    color: #111010;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.bs-post-item .post-control:hover {
    color: #A81700;
}

.bs-post-item .bs-title {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #7A7A7A;
}

.bs-post-item .bs-title:hover {
    color: #A81700;
}

.bs-post-item .date {
    font-size: 14px;
    font-weight: 500;
}

.comments_list li .date {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.comments_list li .reply-btn {
    color: #0b163f;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.comments_list li .reply-btn:hover {
    color: #A81700;
}

.comments_list li + li {
    margin-top: 60px;
    position: relative;
}

.comments_list li + li::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
}

.comment_form .input-field input, .comment_form .input-field textarea {
    border: 1px solid rgba(11, 22, 63, 0.07);
    width: 100%;
    border-radius: 3px;
    color: #7A7A7A;
    background: rgba(246, 246, 246, 0.2);
    padding: 14px 18px;
}

.comment_form .input-field input::-webkit-input-placeholder, .comment_form .input-field textarea::-webkit-input-placeholder {
    color: #7A7A7A;
}

.comment_form .input-field input::-moz-placeholder, .comment_form .input-field textarea::-moz-placeholder {
    color: #7A7A7A;
}

.comment_form .input-field input:-ms-input-placeholder, .comment_form .input-field textarea:-ms-input-placeholder {
    color: #7A7A7A;
}

.comment_form .input-field input::-ms-input-placeholder, .comment_form .input-field textarea::-ms-input-placeholder {
    color: #7A7A7A;
}

.comment_form .input-field input::placeholder, .comment_form .input-field textarea::placeholder {
    color: #7A7A7A;
}

/****************** blog grid *****************/
.blog-grid-slider .swiper-pagination {
    bottom: 45px;
}

.blog-grid-slider .swiper-pagination .swiper-pagination-bullet::before {
    background: #111010;
}

@media (max-width: 767.98px) {
    .blog-grid-slider .swiper-pagination {
        bottom: 18px;
    }
}

.bgr-slide-card {
    padding: 24px;
}

.bgr-slide-card .blog-badge {
    right: 40px;
    top: 0;
}

.bgr-slide-card .feature-img {
    max-width: 500px;
    border-radius: 4px;
    overflow: hidden;
}

.bgr-slide-card .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.bgr-slide-card .feature-img img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.bgr-slide-card h3, .bgr-slide-card .h3 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.bgr-slide-card h3:hover, .bgr-slide-card .h3:hover {
    color: #A81700;
}

@media (max-width: 1199.98px) {
    .bgr-slide-card .feature-img {
        max-width: 100%;
    }
}

/*************** car listing ***********/
.car_listing_sidebar {
    position: sticky;
    top: 110px;
}

.car_listing_nav ul {
    position: relative;
}

.car_listing_nav ul::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #111010;
}

.car_listing_nav ul li + li {
    margin-top: 16px;
}

.car_listing_nav ul li a {
    font-weight: 500;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    position: relative;
    display: block;
    line-height: 1.35;
    padding-left: 26px;
}

.car_listing_nav ul li a::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #111010;
    border-radius: 50%;
    z-index: 2;
}

.car_listing_nav ul li a::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #F6F6F6;
    border-radius: 50%;
    border: 1px solid #A81700;
    z-index: 1;
    opacity: 0;
}

.car_listing_nav ul li a:hover {
    color: #A81700;
}

.car_listing_nav ul li a.active {
    color: #A81700;
    font-weight: 600;
}

.car_listing_nav ul li a.active::before {
    background-color: #A81700;
}

.car_listing_nav ul li a.active::after {
    opacity: 1;
}

.car_listing_form .form-btns {
    gap: 24px;
}

.listing_info_box {
    padding: 32px;
}

.listing_info_box .input-field label {
    font-weight: 600;
    font-size: 14px;
    color: #111010;
    margin-bottom: 8px;
}

.listing_info_box .input-field input, .listing_info_box .input-field textarea {
    display: block;
    border: 1px solid rgba(11, 22, 63, 0.07);
    width: 100%;
    border-radius: 4px;
    color: #111010;
    background-color: rgba(246, 246, 246, 0.2);
    padding: 0.65rem 18px;
}

.listing_info_box .input-field input::-webkit-input-placeholder, .listing_info_box .input-field textarea::-webkit-input-placeholder {
    color: #7A7A7A;
}

.listing_info_box .input-field input::-moz-placeholder, .listing_info_box .input-field textarea::-moz-placeholder {
    color: #7A7A7A;
}

.listing_info_box .input-field input:-ms-input-placeholder, .listing_info_box .input-field textarea:-ms-input-placeholder {
    color: #7A7A7A;
}

.listing_info_box .input-field input::-ms-input-placeholder, .listing_info_box .input-field textarea::-ms-input-placeholder {
    color: #7A7A7A;
}

.listing_info_box .input-field input::placeholder, .listing_info_box .input-field textarea::placeholder {
    color: #7A7A7A;
}

.listing_info_box .input-field .estimated-text {
    font-size: 12px;
    display: inline-block;
    margin-top: 4px;
    font-weight: 500;
}

.listing_info_box .input-field .radio-field label {
    position: relative;
}

.listing_info_box .input-field .radio-field label input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.listing_info_box .input-field .radio-field label input:checked ~ .input-circle {
    border-color: #A81700;
}

.listing_info_box .input-field .radio-field label input:checked ~ .input-circle::before {
    background: #A81700;
}

.listing_info_box .input-field .radio-field label .input-circle {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing_info_box .input-field .radio-field label .input-circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #111010;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing_info_box .input-field .meta-checkbox {
    font-size: 12px;
}

.listing_info_box .input-field .meta-checkbox label {
    color: #7A7A7A;
    font-weight: 400;
    position: relative;
}

.listing_info_box .input-field .meta-checkbox label .toggle-switch {
    width: 28px;
    height: 16px;
    background: #F6F6F6;
    border: 1px solid #E9E9E9;
    display: inline-block;
    border-radius: 30px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    margin-right: 6px;
    position: relative;
}

.listing_info_box .input-field .meta-checkbox label .toggle-switch::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #7A7A7A;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing_info_box .input-field .meta-checkbox label input {
    width: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.listing_info_box .input-field .meta-checkbox label input:checked ~ .toggle-switch::before {
    background: #A81700;
    left: auto;
    right: 3px;
}

.listing_info_box .input-field .top-label {
    gap: 10px;
}

.listing_info_box .input-field .top-label h6, .listing_info_box .input-field .top-label .h6 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 15px;
}

.listing_info_box .input-field .top-label .spacer {
    width: 100%;
    height: 2px;
    background: rgba(11, 22, 63, 0.006);
    position: relative;
}

.listing_info_box .input-field .top-label .spacer::before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background: #A81700;
}

.listing_info_box .input-field .checkbox-list label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #7A7A7A;
}

.listing_info_box .input-field .checkbox-list label input {
    border-color: #7A7A7A;
}

.listing_info_box .list-content {
    list-style-type: disc;
    margin-left: 20px;
}

.listing_info_box .list-content li {
    font-size: 14px;
    color: #7A7A7A;
}

.listing_info_box .file_upload {
    padding: 40px 24px;
    text-align: center;
    border: 1px dashed #E9E9E9;
    border-radius: 4px;
    position: relative;
}

.listing_info_box .file_upload input[type=file] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 220px;
    opacity: 0;
}

/********** inventory details ************/
.iv-meta span {
    font-size: 12px;
    font-weight: 500;
}

.iv-meta span + span {
    margin-left: 32px;
    position: relative;
}

.iv-meta span + span::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: rgba(122, 122, 122, 0.6);
}

.iv-meta span i {
    margin-right: 4px;
}

.iv_info_item {
    gap: 12px;
}

.iv_info_item .icon-wrapper {
    width: 48px;
    height: 48px;
    color: #A81700;
    font-size: 24px;
}

.iv_info_item .meta {
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.iv_info_item .title {
    font-weight: 600;
    color: #111010;
    display: block;
}

.expanded-content {
    display: none;
}

.iv-expand-btn {
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.iv-expand-btn:hover {
    color: #111010;
}

.iv_ft_list li {
    font-size: 14px;
    font-weight: 500;
    color: #7A7A7A;
    margin-top: 10px;
}

.iv_ft_list li span {
    width: 14px;
    height: 14px;
    background: #A81700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 8px;
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.iv_feature_accordion .accordion-item {
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 4px;
    overflow: hidden;
}

.iv_feature_accordion .accordion-header a {
    font-size: 18px;
    font-weight: 700;
    color: #111010;
    padding: 15px 30px;
    background: transparent;
    position: relative;
}

.iv_feature_accordion .accordion-header a::after {
    content: "\f107";
    font-family: "FontAwesome";
    background: none;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
}

.iv_feature_accordion .accordion-header a:not(.collapsed) {
    background: #111010;
    color: #fff;
}

.iv_feature_accordion .accordion-header a:not(.collapsed)::after {
    content: "\f106";
    color: #fff;
}

/************** inventory sidebar ************/
.iv_sidebar_widget form label {
    font-size: 14px;
    font-weight: 600;
    color: #111010;
}

.iv_sidebar_widget form input, .iv_sidebar_widget form textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 4px;
    padding: 8px 12px;
    background: rgba(246, 246, 246, 0.1);
}

.iv_sidebar_widget form .input-box span {
    width: 38px;
    height: 44px;
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-right: 0;
    text-align: center;
    line-height: 42px;
    border-radius: 4px 0 0 4px;
    font-weight: 600;
}

.iv_sidebar_widget form .input-box input {
    border-radius: 0 4px 4px 0;
}

.iv_pricing_widget .widget_meta span {
    font-size: 12px;
    position: relative;
    font-weight: 500;
}

.iv_pricing_widget .widget_meta span + span {
    margin-left: 32px;
}

.iv_pricing_widget .widget_meta span + span::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.6);
}

.iv_pricing_widget .widget_meta span i {
    margin-right: 6px;
}

.iv_seller_widget .iv_seller_info .rating span {
    font-size: 12px;
    font-weight: 500;
    color: #7A7A7A;
}

.iv_seller_widget .iv_seller_info .rating span i {
    color: #FF9729;
}

.iv_seller_widget .iv_seller_info > a {
    font-weight: 600;
    color: #7A7A7A;
    font-size: 14px;
    text-decoration: underline;
}

.iv_seller_widget .widget_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.iv_seller_widget .widget_btns a {
    padding: 13px 25px;
    font-size: 14px;
    color: #A81700;
    background: rgba(252, 0, 18, 0.05);
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.iv_seller_widget .widget_btns a:hover {
    color: #fff;
    background: rgba(252, 0, 18, 0.8);
}

@media (max-width: 575.98px) {
    .iv_seller_widget .widget_btns {
        gap: 16px;
    }

    .iv_seller_widget .widget_btns a {
        padding: 10px 20px;
    }
}

/************ inventory slider *************/
.inventory-slider .swiper-btn {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.inventory-slider .swiper-btn.slider-btn-prev {
    background: #111010;
    right: 50px;
}

.inventory-slider .swiper-btn.slider-btn-prev:hover {
    background: #A81700;
}

.inventory-slider .swiper-btn.slider-btn-next {
    background: #A81700;
}

.inventory-slider .swiper-btn.slider-btn-next:hover {
    background: #111010;
}

@media (max-width: 575.98px) {
    .inventory-slider .swiper-btn {
        display: none;
    }
}

.inventory-slider .filter-card-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/************** inventory listing sidebar ****************/
.iv2_sidebar {
    padding: 30px 16px;
}

.iv2_sidebar_widget {
    position: relative;
}

.iv2_sidebar_widget + .iv2_sidebar_widget {
    margin-top: 24px;
    position: relative;
}

.iv2_sidebar_widget + .iv2_sidebar_widget::before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
}

.iv2_search_widget input {
    padding: 10px 16px;
    font-size: 14px;
}

.iv2_search_widget button {
    width: 46px;
    height: 46.5px;
}

.iv2_sidebar_accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iv2_sidebar_accordion .accordion-button::after {
    content: "\f107";
    font-family: "FontAwesome";
    background: none;
    width: auto;
    height: auto;
}

.iv2_sidebar_list.at_scrollbar {
    height: 250px;
}

.iv2_sidebar_list li + li {
    margin-top: 10px;
}

.iv2_sidebar_list li label {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #7A7A7A;
}

.iv2_sidebar_list li input[type=checkbox] {
    opacity: 0;
}

.iv2_sidebar_list li input[type=checkbox]:checked ~ .ct-checkbox {
    background: #A81700;
    border-color: #A81700;
    color: #fff;
}

.iv2_sidebar_list li .ct-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(11, 22, 63, 0.5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 8px;
    margin-left: -13px;
    color: transparent;
}

.iv2_rangeslider_widget .ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #A81700;
    border-radius: 50%;
    top: -7px;
    outline: 0;
}

.iv2_rangeslider_widget .ui-widget-content {
    background: #C2C2C2;
    height: 3px;
    border: 0;
    margin-left: 10px;
}

.iv2_rangeslider_widget .ui-slider-range {
    background: #A81700;
}

.iv2_rangeslider_widget input {
    border: 1px solid rgba(11, 22, 63, 0.07);
    padding: 6px 24px;
    border-radius: 4px;
    text-align: center;
    width: 50%;
}

/************ inventory listing ************/
.iv_listing_top {
    padding: 16px 18px;
    gap: 24px;
}

.iv_listing_filter_menu {
    gap: 16px;
}

.iv_listing_filter_menu .form-select {
    padding: 10px 12px;
    padding-right: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 220px;
}

.iv_listing_filter_menu .grid_btn {
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(11, 22, 63, 0.07);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3px;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.iv_listing_filter_menu .grid_btn:hover {
    color: #A81700;
}

.iv_listing_filter_menu .grid_btn.active {
    color: #A81700;
}

@media (max-width: 575.98px) {
    .iv_listing_filter_menu .form-select {
        width: 150px;
    }
}

.listing_card_item .thumb-wrapper {
    max-width: 260px;
}

.listing_card_item .thumb-wrapper img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing_card_item .thumb-wrapper img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.listing_card_item .small-btn-meta {
    position: absolute;
    right: 24px;
    top: 24px;
}

.listing_card_item h5, .listing_card_item .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing_card_item h5:hover, .listing_card_item .h5:hover {
    color: #A81700;
}

.listing_card_item .card-feature-box {
    gap: 10px;
}

.listing_card_item .card-feature-box .icon-box {
    padding: 2px 15px;
    border-radius: 3px;
}

@media (max-width: 991.98px) {
    .listing_card_item .thumb-wrapper {
        max-width: 100%;
    }
}

/***************** dealer single *****************/
.dealer-single-info {
    padding: 32px;
}

.dealer-single-info .dl_single_left {
    max-width: 280px;
}

.dealer-single-info .dl_single_left .listing-count {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .dealer-single-info .dl_single_left {
        max-width: 100%;
    }
}

.dealer-single-info .rating_box li {
    font-size: 14px;
    font-weight: 500;
    color: #FF9729;
}

.dealer-single-info .info-meta span {
    font-size: 12px;
    font-weight: 500;
}

.dealer-single-info .info-meta span i {
    margin-right: 4px;
}

.dealer-single-info .info-meta a {
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;
}

.dealer-single-info .dl_info_meta {
    gap: 32px;
}

.dealer-single-info .dl_info_meta li a {
    color: #7A7A7A;
    font-weight: 500;
    font-size: 14px;
}

.dealer-single-info .dl_info_meta li + li {
    position: relative;
}

.dealer-single-info .dl_info_meta li + li::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: rgba(11, 22, 63, 0.07);
}

@media (max-width: 1399.98px) {
    .dealer-single-info .dl_info_meta {
        gap: 16px;
    }

    .dealer-single-info .dl_info_meta li + li::before {
        display: none;
    }
}

.dealer-single-info .review_share_btns a {
    padding: 10px 13px;
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #111010;
    margin-right: 8px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dealer-single-info .review_share_btns a span {
    color: #FF9729;
}

.dealer-single-info .review_share_btns a:hover {
    color: #A81700;
}

.dealer-single-tab .nav {
    padding-bottom: 6px;
    gap: 60px;
}

.dealer-single-tab .nav li a {
    font-size: 14px;
    font-weight: 700;
    color: #111010;
    padding: 10px 0;
}

.dealer-single-tab .nav li a.active {
    color: #A81700;
    border-bottom: 2px solid #A81700;
}

@media (max-width: 767.98px) {
    .dealer-single-tab .nav {
        gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.dealer_reviews > li {
    max-width: 700px;
}

.dealer_reviews > li + li {
    margin-top: 40px;
    position: relative;
}

.dealer_reviews > li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
}

.dealer_reviews > li .date {
    font-size: 12px;
    font-weight: 500;
}

.dealer_reviews > li .review-stars li {
    font-size: 10px;
    color: #FF9729;
}

.review_box .review-form-wrap > span {
    font-size: 14px;
    font-weight: 500;
}

.review_box .review-form-wrap .rating li {
    color: #FF9729;
    font-size: 12px;
}

.review_box .review-form-wrap .rating li:last-child {
    color: #575757;
}

.review_box .review-form-wrap form input, .review_box .review-form-wrap form textarea {
    outline: 0;
    color: #111010;
}

.review_box .review-form-wrap form input::-webkit-input-placeholder, .review_box .review-form-wrap form textarea::-webkit-input-placeholder {
    color: #C2C2C2;
}

.review_box .review-form-wrap form input::-moz-placeholder, .review_box .review-form-wrap form textarea::-moz-placeholder {
    color: #C2C2C2;
}

.review_box .review-form-wrap form input:-ms-input-placeholder, .review_box .review-form-wrap form textarea:-ms-input-placeholder {
    color: #C2C2C2;
}

.review_box .review-form-wrap form input::-ms-input-placeholder, .review_box .review-form-wrap form textarea::-ms-input-placeholder {
    color: #C2C2C2;
}

.review_box .review-form-wrap form input::placeholder, .review_box .review-form-wrap form textarea::placeholder {
    color: #C2C2C2;
}

/************** dealership single sidebar ***************/
.dl_sidebar_widget {
    padding: 32px 16px;
    max-width: 500px;
}

.dl_sidebar_widget .rating-box span {
    font-weight: 500;
    font-size: 14px;
    color: #C2C2C2;
    display: block;
}

.dl_sidebar_widget .rating-box ul {
    line-height: 0.8em;
}

.dl_sidebar_widget .rating-box ul li {
    display: inline-block;
    font-size: 12px;
    color: #FF9729;
    line-height: 0;
}

.dl_form_style input, .dl_form_style .form-select, .dl_form_style textarea {
    padding: 11px 16px;
    font-size: 14px;
    color: #111010;
}

.dl_form_style input::-webkit-input-placeholder, .dl_form_style .form-select::-webkit-input-placeholder, .dl_form_style textarea::-webkit-input-placeholder {
    color: #C2C2C2;
}

.dl_form_style input::-moz-placeholder, .dl_form_style .form-select::-moz-placeholder, .dl_form_style textarea::-moz-placeholder {
    color: #C2C2C2;
}

.dl_form_style input:-ms-input-placeholder, .dl_form_style .form-select:-ms-input-placeholder, .dl_form_style textarea:-ms-input-placeholder {
    color: #C2C2C2;
}

.dl_form_style input::-ms-input-placeholder, .dl_form_style .form-select::-ms-input-placeholder, .dl_form_style textarea::-ms-input-placeholder {
    color: #C2C2C2;
}

.dl_form_style input::placeholder, .dl_form_style .form-select::placeholder, .dl_form_style textarea::placeholder {
    color: #C2C2C2;
}

.dl_card_box .figure_img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl_card_box .figure_img img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.dl_card_box h5, .dl_card_box .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl_card_box h5:hover, .dl_card_box .h5:hover {
    color: #A81700;
}

.dl_card_box .listing-count {
    font-size: 14px;
    z-index: 1;
}

.dl_card_box .slide_meta_text {
    font-weight: 500;
    font-size: 12px;
}

.dl_card_box .slide_meta_text i {
    margin-right: 4px;
}

.dl_card_box .slide_meta_text.phone {
    font-size: 14px;
    font-weight: 600;
}

.dl_card_box .dl_social {
    gap: 8px;
}

.dl_card_box .dl_social a {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 3px;
    color: #C2C2C2;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl_card_box .dl_social a:hover {
    color: #A81700;
}

@media (max-width: 767.98px) {
    .dl_card_box h5, .dl_card_box .h5 {
        font-size: 18px;
    }
}

.dl_slider_widget .slick-list {
    margin: 0 -8px;
}

.dl_slider_widget .slick-list .slick-slide {
    margin: 0 8px;
}

.dl_slider_widget .slick-dots {
    position: absolute;
    right: 0;
    top: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.dl_slider_widget .slick-dots li {
    display: inline-block;
    line-height: 0;
}

.dl_slider_widget .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #C2C2C2;
    border-radius: 50%;
    padding: 0;
}

.dl_slider_widget .slick-dots li.slick-active button {
    background: #A81700;
}

.dl_posts li + li {
    margin-top: 32px;
    position: relative;
}

.dl_posts li + li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
    top: -16px;
}

.dl_posts li .thumb-wrapper img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl_posts li .thumb-wrapper img:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.dl_posts li .dl_post_content h6, .dl_posts li .dl_post_content .h6 {
    font-size: 16px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl_posts li .dl_post_content h6:hover, .dl_posts li .dl_post_content .h6:hover {
    color: #A81700;
}

.dl_posts li .dl_post_content .meta-text {
    font-size: 12px;
    font-weight: 500;
}

.dl_posts li .dl_post_content .meta-text i {
    margin-right: 4px;
}

.dl_posts li .dl_post_content .price {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.dl_info_widget a.btn-primary {
    -webkit-box-shadow: 0px 20px 50px rgba(252, 0, 18, 0.2);
    box-shadow: 0px 20px 50px rgba(252, 0, 18, 0.2);
}

/***************** shop sidebar ***************/
.shop_sidebar_ct_list {
    height: 240px;
}

.shop_sidebar_ct_list li {
    font-size: 14px;
}

.shop_sidebar_ct_list li a {
    font-size: 14px;
    font-weight: 500;
    color: #7A7A7A;
    padding: 8px 12px 8px 0;
    display: block;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.shop_sidebar_ct_list li a:hover {
    color: #A81700;
}

.shop-range-widget .range-filter input {
    padding: 4px 0;
}

.shop-range-widget .range-filter .submit-btn {
    border: 1px solid rgba(11, 22, 63, 0.07);
    background: rgba(194, 194, 194, 0.2);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.shop-colors-widget form label {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.shop-colors-widget form label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.shop-colors-widget form label input:checked ~ span i {
    opacity: 1;
}

.shop-colors-widget form label span {
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
}

.shop-colors-widget form label span i {
    color: #fff;
    opacity: 0;
}

.shop-colors-widget form .filter-btns {
    position: relative;
}

.shop-colors-widget form .filter-btns::before {
    content: "";
    position: absolute;
    left: -20px;
    width: calc(100% + 80px);
    top: -24px;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
}

.shop-colors-widget form .filter-btns .btn {
    padding: 8px 22px;
    border-radius: 1px;
}

.shop-colors-widget form .filter-btns .reset-btn {
    background: rgba(194, 194, 194, 0.2);
    margin-left: 16px;
    outline: 0;
    border: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.shop-colors-widget form .filter-btns .reset-btn:hover {
    background: #111010;
    color: #fff;
}

.shop-products-widget > ul > li {
    position: relative;
}

.shop-products-widget > ul > li + li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -24px;
    width: calc(100% + 80px);
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
}

.shop-products-widget > ul > li .feature-thumb {
    width: 80px;
}

.shop-products-widget > ul > li .rating-box li {
    font-size: 10px;
    color: #FF9729;
    margin-right: 1px;
}

.shop-products-widget > ul > li .title {
    margin-top: 4px;
    font-size: 14px;
    color: #111010;
    font-weight: 700;
    line-height: 1.3em;
    display: block;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.shop-products-widget > ul > li .title:hover {
    color: #A81700;
}

.shop-products-widget > ul > li .price del, .shop-products-widget > ul > li .price span {
    font-size: 12px;
    font-weight: 600;
    color: #7A7A7A;
}

/************ product details tab ************/
.product-details-tab-content > ul {
    gap: 24px;
    background: #fff;
}

.product-details-tab-content > ul li a {
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 3px;
    color: #111010;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
    border: 1px solid rgba(11, 22, 63, 0.07);
}

.product-details-tab-content > ul li a.active {
    background-color: #A81700;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(252, 0, 18, 0.2);
    box-shadow: 0px 10px 30px rgba(252, 0, 18, 0.2);
    border-color: #A81700;
}

.description-tab-box .bg-color {
    background: #F6F6F6;
}

.description-tab-box table {
    width: 100%;
}

.description-tab-box table tr {
    border-bottom: 1px solid rgba(11, 22, 63, 0.07);
}

.description-tab-box table tr td {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
}

.review-tab-box .rating-field li {
    font-size: 14px;
    font-weight: 500;
}

.review-tab-box .rating-field li i {
    color: #FF9729;
}

.users_review .top-left span {
    font-size: 14px;
    font-weight: 500;
}

/***************** product details sidebar ****************/
.pd-widget-title {
    position: relative;
}

.pd-widget-title::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 1px;
    background-color: rgba(11, 22, 63, 0.07);
}

/*************** related products slider **************/
.rl-products-slider .flash-controls {
    left: auto;
    right: 0;
    top: -60px;
}

.rl-products-slider .flash-controls.slider-button-prev {
    right: 60px;
    background: #111010;
}

.rl-products-slider .flash-controls.slider-button-prev:hover {
    background: #A81700;
}

@media (max-width: 767.98px) {
    .rl-products-slider .flash-controls {
        display: none;
    }
}

.contact-form-area {
    padding: 40px 32px;
}

.ct-form-wrapper .input-field input, .ct-form-wrapper .input-field textarea {
    padding: 12px 18px;
    outline: 0;
}

.ct-form-wrapper .input-field .form-select {
    padding: 12px 18px;
}

.contact-info li + li {
    margin-top: 30px;
}

.contact-info li .icon-wrapper {
    width: 50px;
    height: 50px;
    background: rgba(252, 0, 18, 0.05);
    color: #A81700;
    font-size: 20px;
}

.contact-info li .info-content span {
    font-size: 14px;
    font-weight: 500;
}

.contact-info li .info-content a {
    font-weight: 700;
    color: #111010;
}

.contact-social a {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(11, 22, 63, 0.07);
    color: #7A7A7A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 18px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-right: 10px;
}

.contact-social a:hover {
    border-color: #A81700;
    background-color: #A81700;
    color: #fff;
}

/************** dealership slider **************/
.dealership-slider-area > .container {
    background-color: #F8F8F8;
}

.dealership-slider-area > .container.mt--80 {
    margin-top: -80px;
}

.dealership-slider .swiper-pagination {
    bottom: 60px;
}

.dealership-slider .swiper-pagination .swiper-pagination-bullet::before {
    background: #111010;
}

@media (max-width: 767.98px) {
    .dealership-slider .swiper-pagination {
        bottom: 15px;
    }
}

.dealership-single .dealers-info li + li {
    margin-top: 12px;
}

.dealership-single .dealers-info li .info-text {
    font-weight: 500;
    font-size: 14px;
    color: #7A7A7A;
}

.dealership-single .map-btn {
    font-size: 14px;
    font-weight: 700;
    color: #A81700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dealership-single .map-btn:hover {
    color: #111010;
}

.login-section .bg-primary-blur {
    width: 200px;
    height: 200px;
    background: rgba(252, 0, 18, 0.3);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.login-form .cookies-area label, .login-form .cookies-area a {
    font-size: 14px;
    font-weight: 500;
}

.login-form .cookies-area a {
    text-decoration: underline;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #0086FF;
}

.login-form .cookies-area a:hover {
    color: #A81700;
}

.login-form .login-btns {
    gap: 24px;
}

.login-form .login-btns button, .login-form .login-btns a {
    width: 50%;
    text-align: center;
}

.login-form .login-btns .outline-btn svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.login-form .login-btns .outline-btn:hover svg path {
    fill: #fff !important;
}

@media (max-width: 1199.98px) {
    .login-form .login-btns button, .login-form .login-btns a {
        width: auto;
    }
}

.login-form p {
    font-weight: 500;
    font-size: 14px;
}

.login-form p a {
    color: #0086FF;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.login-form p a:hover {
    color: #A81700;
}

.login-form-right .bg-star-color {
    width: 206px;
    height: 200px;
    background: rgba(255, 151, 41, 0.5);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    border-radius: 50%;
}

.login-form-right .ball-shape {
    top: 50%;
    right: -90px;
}

.promotion-section .bg-primary-shape {
    width: 500px;
    height: 500px;
    background-color: rgba(252, 0, 18, 0.1);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.promotion-title-top .section-desc {
    border-left: 2px solid #A81700;
    padding-left: 24px;
    margin-left: -24px;
}

@media (max-width: 991.98px) {
    .promotion-title-top .section-desc {
        margin-left: 0;
        border-left: 0;
    }
}

.promotion-pricing-plan .bg-circle-shape {
    width: 250px;
    height: 250px;
    background: rgba(255, 151, 41, 0.2);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    right: -100px;
    bottom: -100px;
}

.promotion-price-single {
    padding: 40px 32px;
}

.promotion-price-single .pr-icon {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: -1;
}

.promotion-price-single h2, .promotion-price-single .h2 {
    font-weight: 800;
    font-size: 48px;
}

.promotion-price-single h2 span, .promotion-price-single .h2 span {
    font-weight: 600;
    font-size: 16px;
    color: #7A7A7A;
}

.promotion-price-single .spacer {
    width: calc(100% + 70px);
    height: 1px;
    margin-left: -35px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.79%, #E9E9E9), color-stop(76.56%, #E9E9E9), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, #E9E9E9 19.79%, #E9E9E9 76.56%, rgba(255, 255, 255, 0) 100%);
    display: block;
}

.promotion-price-single ul li {
    font-size: 14px;
}

.promotion-price-single ul li + li {
    margin-top: 12px;
}

/************ checkout *****************/
.checkout-badge {
    padding: 18px 24px;
    color: #111010;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.checkout-badge strong {
    font-weight: 700;
}

.checkout-badge:hover {
    color: #111010;
}

.checkout-box {
    padding: 40px 32px;
}

span.spacer {
    width: 100%;
    height: 1px;
    background-color: rgba(11, 22, 63, 0.02);
    display: block;
    position: relative;
}

span.spacer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 2px;
    background-color: #A81700;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkout-form .input-field {
    margin-bottom: 24px;
}

.checkout-form .input-field label {
    font-weight: 600;
    font-size: 14px;
    color: #111010;
    margin-bottom: 8px;
}

.checkout-form .input-field input {
    font-size: 14px;
}

.checkout-form .alternate-shipping {
    margin-top: -12px;
}

.checkout-form .alternate-shipping label {
    font-size: 14px;
    font-weight: 500;
}

.checkout-form .alternate-shipping-form {
    display: none;
}

.order-sidebar {
    padding: 40px 32px;
}

.order-sidebar span.spacer::before {
    width: 100px;
}

.order-sidebar table tr + tr {
    border-top: 1px solid rgba(11, 22, 63, 0.07);
}

.order-sidebar table tr th, .order-sidebar table tr td {
    font-weight: 500;
    padding: 12px 0;
}

.order-sidebar table tr th:last-child, .order-sidebar table tr td:last-child {
    text-align: right;
}

.order-sidebar table tr th {
    font-weight: 800;
    color: #111010;
}

.order-sidebar table tr td {
    font-size: 14px;
}

.order-sidebar .coupon-form button {
    min-width: 126px;
}

.order-sidebar .payments-method label {
    display: block;
}

.order-sidebar .payments-method label + label {
    margin-top: 16px;
}

/************** cart page **********/
.shopping-cart-left .checkout-badge label {
    font-size: 14px;
}

.shopping-cart-left table th, .shopping-cart-left table td {
    padding: 12px 40px;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart-left table th h6, .shopping-cart-left table th .h6, .shopping-cart-left table td h6, .shopping-cart-left table td .h6 {
    font-size: 16px;
}

.shopping-cart-left table td {
    font-weight: 500;
}

.shopping-cart-left .cart-count {
    background: #F6F6F6;
    padding: 4px 6px;
}

.shopping-cart-left .cart-count input {
    width: 40px;
    padding: 0;
    background: transparent;
    border-radius: 3px;
    text-align: center;
    color: #0c0800;
    font-weight: 500;
}

.shopping-cart-left .cart-count button {
    color: #7A7A7A;
    font-weight: 500;
}

.shopping-cart-left .table-bottom {
    padding: 0 40px 24px;
}

.shopping-cart-left .table-bottom form {
    gap: 16px;
}

.shopping-cart-left .table-bottom form input {
    background: #F6F6F6;
    font-size: 14px;
}

.shopping-cart-left .table-bottom button {
    padding: 12px 30px;
    font-size: 14px;
}

.cart-sidebar {
    padding: 40px 32px;
}

.cart-sidebar .spacer::before {
    width: 80px;
}

.wishlist-table table tr + tr {
    border-top: 1px solid rgba(11, 22, 63, 0.07);
}

.wishlist-table table th, .wishlist-table table td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 8px 32px;
    border: 0;
    font-weight: 500;
}

.wishlist-table table th {
    font-weight: 700;
}

.wishlist-table table td {
    padding: 16px 32px;
}

.wishlist-table table td h6, .wishlist-table table td .h6 {
    font-size: 16px;
}

.wishlist-table table .price-column {
    width: 300px;
}

.wishlist-table table .rating li {
    font-size: 14px;
}

.wishlist-table table .rating li i {
    color: #FF9729;
}

.wishlist-table table .stock-btn {
    background: #F6F6F6;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.wishlist-table table .close-btn {
    width: 35px;
    height: 35px;
    background: #F6F6F6;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.wishlist-table table .close-btn:hover {
    color: #A81700;
}

.car-info-box {
    padding: 40px;
    margin-top: -60px;
}

.car-info-box .location {
    font-weight: 500;
}

.car-info-box .location i {
    margin-right: 6px;
}

.car-info-box .pricing {
    font-size: 30px;
}

.car-info-box .pricing span {
    font-size: 18px;
}

.car-info-box .right-btns {
    gap: 16px;
}

.car-info-box .right-btns a {
    width: 56px;
    height: 56px;
    background: #F6F6F6;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.car-info-box .right-btns a:hover {
    color: #fff;
    background: #111010;
}

@media (max-width: 575.98px) {
    .car-info-box {
        padding: 32px 24px;
    }
}

/***************** car rental sidebar *************/
.advisor-widget .author-info .rating-star li {
    font-size: 14px;
    font-weight: 500;
}

.advisor-widget .author-info .rating-star li i {
    color: #FF9729;
}

.advisor-widget .author-info a {
    text-decoration: underline;
}

.rental-feature-box {
    padding: 60px 24px 48px;
}

.rental-feature-box h6 span, .rental-feature-box .h6 span {
    width: 10px;
    height: 10px;
    background: #0b163f;
    display: inline-block;
    border-radius: 50%;
}

.rating-field li {
    font-size: 14px;
    font-weight: 500;
    margin-right: 1px;
}

.rating-field li i {
    color: #FF9729;
}

.rental-review-box {
    padding: 32px 32px 48px;
}

.rental-review-box .review-star {
    gap: 16px;
}

.rental-review-box .review-star ul li {
    font-size: 14px;
    font-weight: 500;
}

.rental-review-box .review-star ul li i {
    color: #FF9729;
}

.users_review .gap-24 {
    gap: 24px;
}

/*************** feedback section start *********/
.sr-feedback-single {
    padding: 0 24px 40px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.sr-feedback-single .sr-feedback-top .client-thumb {
    margin-top: -40px;
}

.sr-feedback-single .sr-feedback-top span {
    font-size: 14px;
}

.sr-feedback-single .sr-feedback-quote .quote {
    width: 30px;
    height: 30px;
    position: relative;
}

.sr-feedback-single .sr-feedback-quote .quote::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
    border: 1px dashed #A81700;
    border-radius: 50%;
}

.sr-feedback-single .sr-feedback-quote .hr-line {
    width: 100%;
    height: 1px;
    background: rgba(11, 22, 63, 0.07);
    display: block;
}

.sr-feedback-single:hover {
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}

.deals-list-info li .icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

/*************** service section start ***************/
.sr-section-title h2 .shape-primary, .sr-section-title .h2 .shape-primary {
    position: relative;
}

.sr-section-title h2 .shape-primary::after, .sr-section-title .h2 .shape-primary::after {
    content: "";
    width: 252px;
    height: 125px;
    border: 3px solid #A81700;
    position: absolute;
    bottom: -120px;
    right: -25px;
    border-radius: 50%;
    -webkit-clip-path: circle(45.4% at 50% 0);
    clip-path: circle(45.4% at 50% 0);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.sr-service-single .feature-img {
    position: relative;
    z-index: 1;
}

.sr-service-single .feature-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5.11%, rgba(0, 0, 0, 0.7)), color-stop(46.65%, rgba(0, 0, 0, 0.532)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 5.11%, rgba(0, 0, 0, 0.532) 46.65%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.sr-service-single .feature-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.sr-service-single .icon-wrapper {
    width: 88px;
    height: 88px;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 56, 60, 0.2);
    box-shadow: 0px 6px 20px rgba(0, 56, 60, 0.2);
    top: -65px;
    left: 0;
    border-radius: 0 1px 0 0;
    z-index: 2;
}

.sr-service-single .icon-wrapper img {
    width: 40px;
}

.sr-service-single .icon-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: calc(100% + 6px);
    height: 6px;
    background: #A81700;
    border-radius: 0 4px 0 0;
}

.sr-service-single .icon-wrapper::after {
    content: "";
    position: absolute;
    right: -6px;
    top: -6px;
    width: 6px;
    height: 70px;
    background: #A81700;
    border-radius: 0 4px 0 0;
}

.sr-service-single h4, .sr-service-single .h4 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.sr-service-single h4:hover, .sr-service-single .h4:hover {
    color: #A81700;
}

.sr-service-single .btn-secondary {
    overflow: hidden;
}

.sr-service-single .btn-secondary span {
    position: relative;
    z-index: 3;
}

.sr-service-single .btn-secondary span i {
    margin-left: 8px;
}

.sr-service-single .btn-secondary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.21deg, rgba(39, 38, 38, 0) 4.94%, #111010 41.79%, #111010 92.59%);
    z-index: 1;
}

.sr-service-single .btn-secondary::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(269.21deg, rgba(252, 0, 18, 0) 4.94%, rgba(252, 0, 18, 0.87) 41.79%, #A81700 92.59%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.sr-service-single .btn-secondary .tire-shape-black {
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.sr-service-single .btn-secondary .tire-shape-white {
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.sr-service-single .btn-secondary:hover {
    background-color: #A81700;
    border-color: #A81700;
}

.sr-service-single .btn-secondary:hover::before {
    opacity: 0;
}

.sr-service-single .btn-secondary:hover::after {
    opacity: 1;
}

.sr-service-single .btn-secondary:hover .tire-shape-black {
    opacity: 0;
}

.sr-service-single .btn-secondary:hover .tire-shape-white {
    opacity: 1;
}

.sr-service-single:hover .feature-img img {
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
}

.sr-service-single:hover .feature-img::before {
    opacity: 1;
}

/****************** feature section start *****************/
.sr-feature-section .primary-blur {
    width: 550px;
    height: 550px;
    background: rgba(252, 0, 18, 0.1);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.sr-feature-section .yellow-blur {
    width: 550px;
    height: 550px;
    background: rgba(255, 151, 41, 0.1);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.sr-ft-list li {
    position: relative;
}

.sr-ft-list li + li {
    margin-top: 24px;
}

.sr-ft-list li .sr-ft-list-content {
    padding: 32px 50px 32px 24px;
    margin-right: 25px;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
}

.sr-ft-list li .sr-ft-list-content.icon-left {
    padding: 32px 24px 32px 50px;
    margin-right: auto;
    margin-left: 25px;
}

.sr-ft-list li .icon-wrapper {
    width: 56px;
    height: 56px;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 56, 60, 0.2);
    box-shadow: 0px 6px 20px rgba(0, 56, 60, 0.2);
    color: #A81700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sr-ft-list li .icon-wrapper.icon-left {
    right: auto;
    left: 0;
}

/**************** dealership2 hero ****************/
.dl2-hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0 480px 0;
}

.dl2-hero-section .at-header-social {
    top: calc(50% - 260px);
}

.dl2-hero-section .btn-scroll-down {
    right: -40px;
    bottom: 100px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .dl2-hero-section {
        padding: 65px 0 150px 0;
    }
}

.dl2-search-car .border-left-linear {
    left: -16px;
    bottom: -16px;
}

.dl2-search-car .border-right-linear {
    right: -16px;
    top: 25px;
}

.dl2-search-car .nav li a {
    color: #fff;
    padding: 4px 20px;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-search-car .nav li a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    background: #fff;
    -webkit-clip-path: polygon(50% 99%, 0 0, 100% 0);
    clip-path: polygon(50% 99%, 0 0, 100% 0);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0;
}

.dl2-search-car .nav li a.active {
    background: #fff;
    color: #A81700;
}

.dl2-search-car .nav li a.active::before {
    opacity: 1;
}

.dl2-search-form {
    gap: 10px;
}

.dl2-search-form .submit-btn {
    width: 43px;
    height: 43px;
    background: #A81700;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-search-form .submit-btn:hover {
    color: #111010;
}

/************* dealership about section **************/
.ds-about-info .dots-wide {
    left: -150px;
    bottom: -120px;
}

.about-info-box {
    padding: 40px 32px 40px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.about-info-box .icon-wrapper {
    width: 56px;
    height: 56px;
    background: rgba(252, 0, 18, 0.05);
    color: #A81700;
    font-size: 24px;
}

.about-info-box:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
}

.bs-brands {
    padding: 60px 40px;
}

.bs-brands .title-top {
    gap: 16px;
}

.bs-brands .bs-brand-wrapper {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border: 1px solid rgba(11, 22, 63, 0.07);
    height: 140px;
    padding: 24px;
}

.bs-brands .bs-brand-wrapper:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

@media (max-width: 480px) {
    .bs-brands {
        padding: 40px 24px;
    }

    .bs-brands .bs-brand-wrapper {
        padding: 16px;
        height: 130px;
    }
}

.explore-link {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #A81700;
}

.explore-link:hover {
    color: #111010;
}

.dl2-banner-slider .swiper-pagination {
    width: auto;
    bottom: 6px;
    left: 24px;
}

.dl2-banner-single {
    padding: 40px 24px;
}

.dl2-banner-single .banner-subtitle {
    position: relative;
    display: inline-block;
    color: #A81700;
    font-weight: 700;
}

.dl2-banner-single .banner-subtitle::after {
    content: "";
    position: absolute;
    left: calc(100% + 5px);
    bottom: 8px;
    width: 60px;
    height: 2px;
    background: #A81700;
}

.dl2-banner-single .dots-shape {
    right: 30px;
    bottom: 30px;
}

.dl2-banner-single .tire-circle {
    left: 30px;
    bottom: 190px;
}

/**************** dealership call to action ***************/
.ds-call-to-action {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.gradient-overlay {
    background: linear-gradient(89.79deg, #151414 41.73%, rgba(0, 6, 39, 0) 99.79%);
}

.cta-btns-wrapper {
    gap: 32px;
}

@media (max-width: 575.98px) {
    .cta-btns-wrapper {
        gap: 16px;
    }
}

/************** featured listing **************/
.listing-ft-controls {
    gap: 16px;
}

.listing-ft-controls button {
    padding: 10px 30px;
    background: #fff;
    font-weight: 600;
    color: #111010;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing-ft-controls button.active {
    background: #A81700;
    color: #fff;
}

.filter-card-lg .feature-img {
    overflow: hidden;
}

.filter-card-lg .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.filter-card-lg .feature-img img:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.filter-card-lg .content-wrapper {
    padding: 32px;
}

.filter-card-lg .content-wrapper span i {
    margin-right: 4px;
}

/*************** dealership counter ***************/
.dl2-counterup-area {
    padding: 80px 48px;
}

.dl2-couter-box .icon-wrapper {
    width: 72px;
    height: 72px;
    font-size: 30px;
}

.dl2-couter-box.right-line::before {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399.98px) {
    .dl2-couter-box.right-line::before {
        display: none;
    }
}

.dl2-feature-list li + li {
    margin-top: 60px;
}

.dl2-feature-list li .icon-wrapper {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 32px;
}

/*************** dealer section start ****************/
.dl2-dealers {
    padding-bottom: 290px;
}

.dl2-dealer-card {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-dealer-card .dl_social a {
    border: 0;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}

.dl2-dealer-card .dl_social a:hover {
    color: #fff;
    background: #111010;
}

.dl2-dealer-card:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
}

/****************** car body types *******************/
.car-sorting-box {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 42px;
}

.car-sorting-box.mt--250 {
    margin-top: -250px;
}

@media (max-width: 575.98px) {
    .car-sorting-box {
        padding: 40px 24px;
    }
}

.dl2-car-brands {
    gap: 16px;
}

.dl2-car-brand-item {
    background: #383838;
    height: 120px;
    width: calc(20% - 14px);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-car-brand-item:hover {
    background: rgba(252, 0, 18, 0.9);
}

@media (max-width: 991.98px) {
    .dl2-car-brand-item {
        width: calc(25% - 12px);
    }
}

@media (max-width: 767.98px) {
    .dl2-car-brand-item {
        width: calc(33% - 10px);
    }
}

@media (max-width: 575.98px) {
    .dl2-car-brand-item {
        width: calc(50% - 10px);
    }
}

/******************* dealership apps section ***************/
.dl2-apps-content .bg-circle-shape {
    opacity: 0.15;
}

.dl2-apps-content .search-btn {
    left: 130px;
    top: 50px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

/***************** dl2 blog card ***************/
.dl2-blog-card .dl2-blog-card-content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 0 55px 40px 30px;
}

.dl2-blog-card .dl2-blog-card-content .dl2-blog-meta span {
    color: #fff;
    font-size: 12px;
}

.dl2-blog-card .dl2-blog-card-content .dl2-blog-meta span i {
    margin-right: 6px;
}

.dl2-blog-card .dl2-blog-card-content .blog-title {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 30px;
}

.dl2-blog-card .dl2-blog-card-content .blog-title:hover {
    color: #A81700;
}

.dl2-blog-card .dl2-blog-card-content .dl2-blog-explore {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-blog-card .dl2-blog-card-content .dl2-blog-explore:hover {
    color: #A81700;
}

@media (max-width: 575.98px) {
    .dl2-blog-card {
        background: #111010;
    }

    .dl2-blog-card .gradient-overlay {
        display: none;
    }

    .dl2-blog-card .dl2-blog-card-content {
        position: relative;
    }

    .dl2-blog-card .dl2-blog-card-content .blog-title {
        font-size: 22px;
    }
}

.dl2-blog-card2 {
    padding: 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-blog-card2 .feature-img {
    max-width: 210px;
}

.dl2-blog-card2 .blog-meta span {
    font-size: 12px;
}

.dl2-blog-card2 .blog-meta span i {
    margin-right: 6px;
}

.dl2-blog-card2 .blog-title {
    font-size: 22px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-blog-card2 .blog-title:hover {
    color: #A81700;
}

.dl2-blog-card2 .dl2-blog-explore {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #111010;
}

.dl2-blog-card2 .dl2-blog-explore:hover {
    color: #A81700;
}

.dl2-blog-card2:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
    .dl2-blog-card2 .feature-img {
        max-width: 100%;
        width: 100%;
    }

    .dl2-blog-card2 .feature-img img {
        width: 100%;
    }
}

/**************** moto rent hero *************/
.moto-rent-hero {
    padding-bottom: 40px;
}

.moto-rent-hero .md-header-social {
    bottom: 50%;
}

.moto-rent-hero .md-header-social ul li a:hover {
    color: #FE5915;
}

.moto-rent-hero .doted-white {
    left: 24px;
    bottom: 35px;
}

.moto-rent-hero .texture-yellow {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.moto-rent-hero .wave-shape {
    right: 0;
    top: 0;
    width: 50%;
}

@media (max-width: 1199.98px) {
    .moto-rent-hero {
        padding: 100px 0 60px 0;
    }
}

.bg-texture-gradient::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background-image: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.hero-bike-slider {
    width: 776px;
    padding: 40px 0 0 50px;
}

.hero-bike-slider .bike-slider-pagination {
    top: auto;
    bottom: 40px;
    left: 332px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    z-index: 15;
    background: #111010;
    height: 2px;
}

.hero-bike-slider .bike-slider-pagination .swiper-pagination-progressbar-fill {
    background: #FE5915;
}

.hero-bike-slider .bike-pagination-text {
    position: absolute;
    bottom: 30px;
    left: 90px;
    width: 465px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-bike-slider .bike-pagination-text span {
    font-size: 12px;
    color: #111010;
    background-color: #FCEFE5;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 700;
    border-radius: 2px;
}

@media (max-width: 1440px) {
    .hero-bike-slider {
        width: 100%;
        padding-left: 0;
    }

    .hero-bike-slider .bike-slider-pagination {
        width: 180px;
        left: 290px;
    }

    .hero-bike-slider .bike-pagination-text {
        width: 380px;
    }
}

@media (max-width: 575.98px) {
    .hero-bike-slider .bike-slider-pagination {
        left: 150px;
        display: none;
    }

    .hero-bike-slider .bike-pagination-text {
        display: none;
    }
}

.hero-bike-single {
    padding-bottom: 60px;
}

.hero-bike-single .slide-index {
    font-size: 120px;
    color: #FFD7B4;
    bottom: 50px;
    left: 0;
    line-height: 0;
}

@media (max-width: 575.98px) {
    .hero-bike-single .slide-index {
        font-size: 80px;
    }
}

/************** hero search *****************/
.md-hero-search {
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.md-search-form {
    padding: 24px 32px;
    gap: 40px;
}

.md-search-form .md-search-form-fields {
    gap: 60px;
}

.md-search-form .md-search-form-fields .md-select-box + .md-select-box {
    position: relative;
}

.md-search-form .md-search-form-fields .md-select-box + .md-select-box::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: rgba(11, 22, 63, 0.07);
}

.md-search-form .mds-btn {
    width: 64px;
    height: 64px;
    font-size: 24px;
    background-color: #FE5915;
    border-radius: 6px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-search-form .mds-btn:hover {
    background-color: #2A2929;
}

@media (max-width: 991.98px) {
    .md-search-form .md-search-form-fields {
        gap: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .md-search-form .md-search-form-fields .md-select-box + .md-select-box::before {
        display: none;
    }
}

.md-select-box {
    width: 182px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.md-select-box label {
    color: #111010;
    font-weight: 500;
}

.md-select-box .form-select {
    margin-top: -10px;
    margin-left: -14px;
    max-width: 170px;
}

@media (max-width: 991.98px) {
    .md-select-box {
        width: calc(50% - 12px);
    }
}

@media (max-width: 480px) {
    .md-select-box {
        width: 100%;
        border-bottom: 1px solid rgba(11, 22, 63, 0.07);
    }
}

.md-category-section {
    padding-bottom: 95px;
}

.md-ct-single-item {
    border-radius: 6px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    min-height: 250px;
}

.md-ct-single-item .md-ct-single-box {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 6px 6px 0 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .icon-wrapper {
    background-color: rgba(252, 0, 18, 0.05);
    width: 80px;
    height: 80px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .icon-wrapper svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item h5, .md-ct-single-item .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .total-count {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .total-count .dot {
    width: 8px;
    height: 8px;
    background-color: #FE5915;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .md-ct-explore-btn {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .md-ct-explore-btn span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #FE5915;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .md-ct-explore-btn:hover span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #2A2929;
    color: #fff;
}

.md-ct-single-item:hover {
    background-color: #FE5915;
}

.md-ct-single-item:hover .md-ct-single-box {
    background-color: transparent;
}

.md-ct-single-item:hover .md-ct-single-box .icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.md-ct-single-item:hover .md-ct-single-box .icon-wrapper svg path {
    fill: #fff;
}

.md-ct-single-item:hover .md-ct-single-box h5, .md-ct-single-item:hover .md-ct-single-box .h5 {
    color: #fff;
}

.md-ct-single-item:hover .md-ct-single-box .total-count {
    color: #fff;
}

.md-ct-single-item:hover .md-ct-single-box .total-count .dot {
    background-color: #fff;
}

.md-ct-single-item:hover .md-ct-explore-btn {
    bottom: 32px;
    opacity: 1;
    visibility: visible;
}

/*************** call to action ****************/
.md-cta-box {
    padding: 60px 48px;
    background-repeat: repeat;
}

.md-cta-box .bike-man {
    position: absolute;
    bottom: 0;
    right: 140px;
}

.md-cta-box .cta-shape {
    right: 120px;
    top: -25px;
}

@media (max-width: 1199.98px) {
    .md-cta-box {
        overflow: hidden;
    }

    .md-cta-box .bike-man {
        position: initial;
    }
}

@media (max-width: 767.98px) {
    .md-cta-box .bike-man {
        max-width: 100%;
    }
}

/**************** featured motor ********************/
.md-bike-slider-wrapper .mk-bike-single {
    position: relative;
}

.md-bike-slider-wrapper .mk-bike-single span {
    font-size: 120px;
    color: #FCE6D3;
    bottom: 50px;
    left: 0;
    line-height: 0;
    font-weight: 700;
    opacity: 0.8;
    margin-top: 50px;
    display: inline-block;
}

.md-bike-slider-wrapper .mk-bike-single .ex-btn {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #FE5915;
    color: #fff;
    z-index: 2;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.md-bike-slider-wrapper .ft-bike-slider-pagination {
    width: 280px;
    height: 2px;
    background-color: #EAEDF2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80px;
    top: auto;
    bottom: 50px;
}

.md-bike-slider-wrapper .ft-bike-slider-pagination .swiper-pagination-progressbar-fill {
    background-color: #FE5915;
}

@media (max-width: 1199.98px) {
    .md-bike-slider-wrapper .ft-bike-slider-pagination {
        left: 34%;
    }
}

@media (max-width: 767.98px) {
    .md-bike-slider-wrapper .ft-bike-slider-pagination {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 200px;
    }
}

@media (max-width: 575.98px) {
    .md-bike-slider-wrapper .ft-bike-slider-pagination {
        display: none;
    }
}

.md-bike-slider-wrapper .bike-pagination-text {
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 495px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md-bike-slider-wrapper .bike-pagination-text span {
    font-size: 12px;
    color: #111010;
    background-color: #EAEDF2;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 700;
    border-radius: 2px;
}

@media (max-width: 991.98px) {
    .md-bike-slider-wrapper .bike-pagination-text {
        width: 410px;
    }
}

@media (max-width: 575.98px) {
    .md-bike-slider-wrapper .bike-pagination-text {
        display: none;
    }
}

.md-featured-motor-list {
    padding: 56px 32px;
}

.md-featured-motor-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(216.8deg, #111010 1.06%, rgba(17, 16, 16, 0.81) 52.14%);
    z-index: -1;
}

.md-featured-motor-list .nav.nav-tabs {
    max-height: 515px;
}

.md-featured-motor-list .nav.nav-tabs .mCustomScrollBox {
    width: 100%;
}

.md-featured-motor-list .nav.nav-tabs .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.md-featured-motor-list .nav.nav-tabs .mCSB_scrollTools {
    opacity: 0;
}

.motor-list-single {
    padding: 24px 20px;
    background-color: #2C2C2E;
    border-radius: 6px;
    gap: 20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.motor-list-single .motor-list-content h5, .motor-list-single .motor-list-content .h5 {
    color: #fff;
}

.motor-list-single .motor-list-content .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.motor-list-single .motor-list-content .features span {
    color: #fff;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.motor-list-single:hover {
    background-color: #FE5915;
}

.motor-list-single.active {
    background-color: #FE5915;
}

@media (max-width: 575.98px) {
    .motor-list-single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/************ about section start *************/
.md-about-section {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.md-about-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(261.78deg, rgba(17, 16, 16, 0.95) 7.6%, rgba(17, 16, 16, 0.7695) 67.15%);
    z-index: -1;
}

ul.md-feature-list {
    gap: 32px;
}

ul.md-feature-list li {
    width: calc(50% - 16px);
}

ul.md-feature-list li h4, ul.md-feature-list li .h4 {
    font-size: 22px;
}

ul.md-feature-list li p {
    color: #E9E9E9;
    font-size: 15px;
}

@media (max-width: 767.98px) {
    ul.md-feature-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.md-feature-list li {
        width: 100%;
    }
}

/******************* listing section ****************/
.md-listing-single figure img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-listing-single .md-listing-single-content {
    padding: 24px 24px 32px;
}

.md-listing-single .md-listing-single-content .meta-data {
    font-size: 12px;
    font-weight: 500;
}

.md-listing-single .md-listing-single-content .meta-data i {
    margin-right: 4px;
}

.md-listing-single .md-listing-single-content ul.meta-list li {
    width: calc(50% - 12px);
    margin-bottom: 6px;
}

.md-listing-single .md-listing-single-content ul.meta-list li:nth-child(odd) {
    margin-right: 24px;
}

.md-listing-single:hover figure img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/******************* banner slider ******************/
.md-banner-slider .md-banner-pagination {
    text-align: center;
    margin-top: 40px;
}

.md-banner-slider .md-banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #111010;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-banner-slider .md-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 34px;
    background-color: #FE5915;
    border-radius: 50px;
}

/******************* feedback section ***************/
.md-feedback-section {
    padding-bottom: 150px;
}

.md-feedback-single .clients_name {
    font-size: 18px;
    font-weight: 700;
    color: #111010;
    position: relative;
    padding-left: 40px;
    margin-left: 6px;
    display: inline-block;
}

.md-feedback-single .clients_name::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 35px;
    height: 2px;
    background-color: #111010;
}

.md-feedback-carousel .carousel-indicators {
    position: initial;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.md-feedback-carousel .carousel-indicators button {
    width: 48px;
    height: 48px;
    text-indent: 0;
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-feedback-carousel .carousel-indicators button img {
    border: 2px solid #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-feedback-carousel .carousel-indicators button.active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 3;
}

.md-feedback-carousel .carousel-indicators button.active img {
    border-color: #FE5915;
}

.md-feedback-carousel .carousel-indicators button + button {
    margin-left: -15px;
}

.md-feedback-explore {
    font-size: 18px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #FE5915;
}

.md-feedback-explore svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-feedback-explore:hover {
    color: #2A2929;
}

.md-feedback-explore:hover svg path {
    color: #2A2929;
}

/*************** motor parts ************/
.motor-pats {
    margin-top: -80px;
}

.motor-parts-box {
    padding: 70px 32px;
    border-radius: 10px;
}

.motor-parts-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(216.8deg, #111010 1.06%, rgba(17, 16, 16, 0.81) 52.14%);
    z-index: -1;
    border-radius: 10px;
}

.motor-parts-box .slide-control {
    width: 40px;
    height: 40px;
    background-color: #FE5915;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.motor-parts-box .slide-control:hover {
    background-color: #fff;
    color: #111010;
}

.motor-parts-box .slide-control.moto-parts-slider-prev {
    right: 100px;
}

.motor-parts-box .slide-control.moto-parts-slider-next {
    right: 48px;
}

.moto-parts-content p {
    color: #7B7B7B;
}

.parts-single {
    border-radius: 6px;
    padding: 24px 22px;
}

/*************** apps section ************/
.md-send-links form {
    gap: 24px;
}

.md-send-links form .phone-number {
    -webkit-box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.12);
    box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.12);
}

.md-send-links form select {
    border-radius: 4px 0 0 4px;
    font-size: 20px;
    color: #5F5F5F;
    font-weight: 500;
    width: 80px;
    padding: 11px 0 11px 12px;
    background-position: right 2px center;
}

.md-send-links form input[type=tel] {
    font-size: 20px;
    font-weight: 500;
    padding: 11px 18px 11px 10px;
    color: #5F5F5F;
}

.md-send-links form input[type=tel]::-webkit-input-placeholder {
    color: #5F5F5F;
}

.md-send-links form input[type=tel]::-moz-placeholder {
    color: #5F5F5F;
}

.md-send-links form input[type=tel]:-ms-input-placeholder {
    color: #5F5F5F;
}

.md-send-links form input[type=tel]::-ms-input-placeholder {
    color: #5F5F5F;
}

.md-send-links form input[type=tel]::placeholder {
    color: #5F5F5F;
}

.apps-title::after {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    bottom: 3px;
    width: 80px;
    height: 2px;
    background-color: #FE5915;
}

.el_menu_list > ul > li > a {
    color: #242430;
    font-weight: 500;
}

.el_menu_list > ul > li.has-submenu::after {
    color: #242430;
}

.el_menu_list > ul > li:hover > a {
    color: #5CAD2F;
}

.el_menu_list > ul > li:hover::after {
    color: #5CAD2F;
}

.el_listing_btn {
    padding: 14px 16px;
    background-color: #5CAD2F;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el_listing_btn span {
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;
    color: #5CAD2F;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.el_listing_btn:hover {
    background-color: #242430;
    color: #fff;
}

.el_listing_btn:hover span {
    background-color: #5CAD2F;
    color: #fff;
}

.el_header_toggle .cart_total_item {
    background-color: #5CAD2F;
}

.el-menu-toggle span {
    background-color: #242430;
}

.el-hero-section {
    padding: 160px 0;
}

.el-hero-section .leaf {
    bottom: 100px;
}

.el-header-socials {
    left: -155px;
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-90deg);
    transform: translateY(50%) rotate(-90deg);
}

.el-header-socials span {
    color: #5F5F5F;
}

.el-header-socials span::before {
    display: none;
}

.el-header-socials span svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 24px;
}

.el-header-socials .social-list li {
    margin-right: 0;
}

.el-header-socials .social-list li a {
    border: 2px solid #E7E7E7;
    color: #242430;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-header-socials .social-list li a:hover {
    color: #5CAD2F;
}

.el-section-title .title-desc::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: #E7E7E7;
}

@media (max-width: 767.98px) {
    .el-section-title .title-left {
        width: 100%;
    }

    .el-section-title .title-desc {
        width: 100%;
    }

    .el-section-title .title-desc::before {
        display: none;
    }
}

/**************** about section start ****************/
.el-about-section .el-blur {
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
    .el-about-section {
        overflow: hidden;
    }
}

.el-about-box {
    background-color: #fff;
    padding: 48px 24px;
    border-radius: 10px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-about-box .icon-wrapper svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-about-box h5, .el-about-box .h5, .el-about-box p {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-about-box .el-explore {
    color: #5CAD2F;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-about-box .el-explore svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-about-box:hover {
    background-color: #242430;
}

.el-about-box:hover .icon-wrapper svg path {
    fill: #fff;
}

.el-about-box:hover h5, .el-about-box:hover .h5, .el-about-box:hover p {
    color: #fff;
}

.el-about-box:hover .el-explore {
    color: #fff;
}

.el-about-box:hover .el-explore svg path {
    fill: #fff;
    stroke: #fff;
}

.el-about-box.active {
    background-color: #242430;
}

.el-about-box.active .icon-wrapper svg path {
    fill: #fff;
}

.el-about-box.active h5, .el-about-box.active .h5, .el-about-box.active p {
    color: #fff;
}

.el-about-box.active .el-explore {
    color: #fff;
}

.el-about-box.active .el-explore svg path {
    fill: #fff;
    stroke: #fff;
}

/***************** dealership section start **************/
.el-dealership-section {
    margin-bottom: -60px;
}

.el-dealership-section .el-dealership-content {
    padding-bottom: 180px;
}

@media (max-width: 1199.98px) {
    .el-dealership-section {
        margin-bottom: 0;
        overflow: hidden;
    }

    .el-dealership-section .el-dealership-content {
        padding-bottom: 40px;
    }
}

.el-author-info {
    gap: 60px;
}

.el-author-info .author-info-content {
    position: relative;
}

.el-author-info .author-info-content::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #E7E7E7;
}

.el-author-info .author-info-content span {
    font-size: 15px;
}

@media (max-width: 575.98px) {
    .el-author-info {
        gap: 16px;
    }

    .el-author-info .author-info-content::before {
        display: none;
    }
}

.el-achivements-box {
    padding: 40px 24px;
    background-color: #fff;
    -webkit-clip-path: polygon(82% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(82% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}

.el-achivements-box .el-title-sm::after {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    width: 78px;
    height: 1px;
    background-color: #E7E7E7;
    bottom: 1px;
}

.el-achivements-box .el-achivement-single + .el-achivement-single {
    margin-top: 22px;
}

.el-achivement-single .icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: rgba(92, 173, 47, 0.1);
}

.el-achivement-single .el-achivement-content h3, .el-achivement-single .el-achivement-content .h3 {
    font-size: 32px;
}

.el-achivement-single .el-achivement-content > span {
    font-weight: 500;
    font-size: 15px;
}

.achivements-social-info a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E7E7E7;
    margin-right: 12px;
    color: #242430;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.achivements-social-info a:hover {
    color: #fff;
    background-color: #5CAD2F;
    border-color: #5CAD2F;
}

.el-spacer-bottom {
    height: 100px;
    background-color: #F4FFED;
}

/******************* service section start *******************/
.el-service-section .bg-shape {
    width: 100%;
    height: 515px;
    background-repeat: no-repeat;
    background-size: cover;
}

.el-service-section .els-circle-gradient {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background-image: linear-gradient(214.74deg, rgba(92, 173, 47, 0.3) -44.19%, rgba(92, 173, 47, 0) 89.94%);
    bottom: -50px;
    right: -30px;
}

.el-service-slider-control {
    width: 56px;
    height: 56px;
    border: 1px solid #5CAD2F;
    color: #5CAD2F;
    background-color: transparent;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border-radius: 4px;
}

.el-service-slider-control:hover {
    background-color: #5CAD2F;
    color: #fff;
}

.el-service-box {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-service-box figure img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-service-box .el-service-box-content {
    padding: 32px 32px 40px;
}

.el-service-box .el-service-box-content h4, .el-service-box .el-service-box-content .h4 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-service-box .el-service-box-content h4:hover, .el-service-box .el-service-box-content .h4:hover {
    color: #5CAD2F;
}

.el-service-box .el-service-box-content .el-explore {
    color: #242430;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-service-box .el-service-box-content .el-explore svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-service-box .el-service-box-content .el-explore:hover {
    color: #5CAD2F;
}

.el-service-box .el-service-box-content .el-explore:hover svg path {
    fill: #5CAD2F;
    stroke: #5CAD2F;
}

.el-service-box:hover {
    -webkit-box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.05);
    box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.05);
}

/******************* car listing section *************/
.el-car-listing {
    padding-bottom: 255px;
}

.el-car-listing .elc-circle-gradient {
    border-radius: 50%;
    background-color: rgba(137, 255, 227, 0.15);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.el-car-listing .elc-circle-gradient.gradient-1 {
    width: 300px;
    height: 300px;
    left: 100px;
    top: 100px;
    -webkit-filter: blur(150px);
    filter: blur(150px);
}

.el-car-listing .elc-circle-gradient.gradient-2 {
    width: 600px;
    height: 600px;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1399.98px) {
    .el-car-listing {
        padding-bottom: 120px;
    }
}

.el-car-listing-slider .leaf-shape {
    top: -110px;
}

.el-car-listing-slider .doted-box {
    right: 55px;
    top: -60px;
}

.elc-slider-single .elc-slider-img {
    padding: 100px 40px;
}

.elc-slider-single .elc-slider-single-box {
    padding: 40px 32px;
    max-width: 536px;
    margin-top: -127px;
}

.elc-slider-single .elc-slider-single-box .likes {
    font-size: 12px;
    color: #242430;
    font-weight: 500;
    background-color: rgba(252, 0, 18, 0.05);
    padding: 2px 6px;
    border-radius: 30px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.elc-slider-single .elc-slider-single-box .likes i {
    color: #A81700;
    margin-right: 3px;
}

.elc-slider-single .elc-slider-single-box h3, .elc-slider-single .elc-slider-single-box .h3 {
    font-size: 32px;
}

.elc-slider-single .elc-slider-single-box .btn {
    padding: 10px 24px;
}

@media (max-width: 767.98px) {
    .elc-slider-single .elc-slider-single-box {
        margin-top: -90px;
    }

    .elc-slider-single .elc-slider-single-box h3, .elc-slider-single .elc-slider-single-box .h3 {
        font-size: 26px;
    }
}

.el-car-listing-slider-thumb {
    max-width: 630px;
    position: absolute;
    bottom: 0;
    right: 109px;
}

.el-car-listing-slider-thumb .listing-thumb-single {
    padding: 26px 8px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border: 1px solid #fff;
    border-radius: 4px;
}

.el-car-listing-slider-thumb .listing-thumb-single.swiper-slide-thumb-active {
    border-color: #5CAD2F;
}

@media (max-width: 1399.98px) {
    .el-car-listing-slider-thumb {
        position: relative;
        right: auto;
        margin-top: 40px;
    }
}

/***************** feature section start *****************/
.el-feature-section {
    background-color: #F4FFED;
}

.el-feature-section .feature-img img {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1399.98px) {
    .el-feature-section .feature-img img {
        position: relative;
    }
}

ul.el-features-list {
    gap: 22px;
}

ul.el-features-list li {
    margin-bottom: 10px;
}

ul.el-features-list li p {
    color: #7B7B7B;
}

.el-feature-explore {
    color: #5CAD2F;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-feature-explore svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-feature-explore:hover {
    color: #242430;
}

.el-feature-explore:hover svg path {
    fill: #242430;
}

.el-single-brand img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

.el-single-brand img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

/***************** feedback section start ****************/
.el-feedback-wrapper {
    background-repeat: no-repeat;
    background-position: center;
}

.el-feedback-wrapper .el-dots {
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
}

.el-feedback-slider {
    position: absolute;
    max-width: 480px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
}

.el-feedback-slider .el-feedback-slide-contorls {
    margin-top: 30px;
}

.el-feedback-slider .el-feedback-slide-contorls .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #242430;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.el-feedback-slider .el-feedback-slide-contorls .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 30px;
    background-color: #5CAD2F;
}

@media (max-width: 767.98px) {
    .el-feedback-slider {
        position: relative;
        margin-top: 48px;
    }
}

.el-feedback-single .el-feedback-box {
    padding: 40px 24px;
    border-radius: 6px;
}

.el-feedback-single .el-feedback-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 25px;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.el-feedback-single .el-feedback-box .rating {
    background-color: #FF992E;
    color: #fff;
    padding: 2px 12px;
    border-radius: 0 4px 0 0;
    font-size: 12px;
    font-weight: 700;
}

.el-footer-top-widget .icon-wrapper {
    background-color: #26351C;
}

.el-footer-top-widget .widget-outline-btn {
    border: 1px solid #5CAD2F;
}

.el-footer-top-widget .widget-outline-btn:hover {
    background-color: #5CAD2F;
}

.el-footer-top-widget .phone-number {
    color: #5CAD2F;
}

.el-subscribe-form input {
    border-color: #5CAD2F;
}

.el-subscribe-form .md-primary-btn {
    background-color: #5CAD2F;
}

.el-subscribe-form .md-primary-btn:hover {
    background-color: #5CAD2F;
}

.footer-news-widget .el-news-explore {
    color: #5CAD2F;
}

.el-footer-social-links li a:hover {
    color: #5CAD2F;
}

/************** electric details ************/
.eld-info-box {
    padding: 40px 32px;
    background-color: #242430;
}

.eld-info-icons {
    gap: 14px;
}

.eld-info-icon {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid rgba(231, 231, 231, 0.3);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #fff;
}

.eld-info-icon:hover {
    background-color: #5CAD2F;
    color: #fff;
    border-color: #5CAD2F;
}

.eld-features-box .icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
}

.el-product-description {
    padding: 32px 24px;
}

.eld-navs li a {
    font-weight: 500;
    color: #7B7B7B;
    padding: 2px 8px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
    position: relative;
}

.eld-navs li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #A81700;
    z-index: 2;
    width: 0;
}

.eld-navs li a.active {
    color: #A81700;
}

.eld-navs li a.active::after {
    width: 100%;
}

@media (max-width: 1399.98px) {
    .eld-navs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.eld-prd-title {
    display: inline-block;
}

.eld-prd-title::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1px;
    background-color: #E7E7E7;
    left: calc(100% + 10px);
    bottom: 4px;
}

.eld-prd-title::before {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    bottom: 4px;
    width: 95px;
    height: 2px;
    background-color: #5CAD2F;
    z-index: 1;
}

.ppr-table {
    width: 100%;
    border: 1px solid #E7E7E7;
    border-collapse: collapse;
}

.ppr-table tr td {
    border: 1px solid #E7E7E7;
    border-collapse: collapse;
    font-size: 14px;
    padding: 6px 16px;
}

.ppr-table tr td:first-child {
    background-color: #F6F6F6;
}

.eld-image-rotate {
    width: 100% !important;
    height: auto !important;
}

.eld-image-rotate .images-list .images-display {
    display: none;
    cursor: -webkit-grab;
    cursor: grab;
    text-align: center;
}

.eld-image-rotate .images-list .images-display img {
    max-width: 100%;
}

.eld-image-rotate .images-list .images-display.active {
    display: block;
}

.eld-image-rotate .navigation-bar-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    z-index: 6;
}

.eld-image-rotate .navigation-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.eld-image-rotate .navigation-bar .navigation-bar-previous,
.eld-image-rotate .navigation-bar .navigation-bar-next {
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eld-image-rotate .navigation-bar .navigation-bar-previous:hover,
.eld-image-rotate .navigation-bar .navigation-bar-next:hover {
    background-color: #D9D9D9;
}

.eld-image-rotate .navigation-bar .navigation-bar-previous::before,
.eld-image-rotate .navigation-bar .navigation-bar-next::before {
    font-family: "FontAwesome";
}

.eld-image-rotate .navigation-bar .navigation-bar-previous {
    margin-right: 160px;
}

.eld-image-rotate .navigation-bar .navigation-bar-previous::before {
    content: "\f104";
}

.eld-image-rotate .navigation-bar .navigation-bar-next::before {
    content: "\f105";
}

.eld-rv-form .input-wrapper {
    gap: 16px;
}

.eld-contact-box {
    padding: 40px 30px;
}

.eld-contact-info ul li .icon-wrapper {
    width: 40px;
    height: 40px;
    background-color: rgba(92, 173, 47, 0.1);
}

.eld-contact-form .input-field input, .eld-contact-form .input-field textarea {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    width: 100%;
}

.eld-contact-form .input-field input::-webkit-input-placeholder, .eld-contact-form .input-field textarea::-webkit-input-placeholder {
    color: #C2C2C2;
}

.eld-contact-form .input-field input::-moz-placeholder, .eld-contact-form .input-field textarea::-moz-placeholder {
    color: #C2C2C2;
}

.eld-contact-form .input-field input:-ms-input-placeholder, .eld-contact-form .input-field textarea:-ms-input-placeholder {
    color: #C2C2C2;
}

.eld-contact-form .input-field input::-ms-input-placeholder, .eld-contact-form .input-field textarea::-ms-input-placeholder {
    color: #C2C2C2;
}

.eld-contact-form .input-field input::placeholder, .eld-contact-form .input-field textarea::placeholder {
    color: #C2C2C2;
}

/*************** sidebar widgets ************/
.el_mrp_widget .offer-btn {
    color: #5F5F5F;
}

.el_timing_widget .timing-wrap {
    gap: 40px;
}

.el_timing_widget .timing-wrap .icon-wrapper {
    width: 48px;
    height: 48px;
    background-color: #5CAD2F;
    -webkit-box-shadow: 0 0 0 6px rgba(92, 173, 47, 0.4);
    box-shadow: 0 0 0 6px rgba(92, 173, 47, 0.4);
}

.el_timing_widget .timing-wrap p {
    font-size: 12px;
}

.el_timing_widget .timing-wrap .minutes_info {
    position: relative;
}

.el_timing_widget .timing-wrap .minutes_info::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background-color: #E9E9E9;
}

/***************** bike listing *****************/
.bike_listing_top {
    padding: 18px 32px;
}

.bike_listing_top .form-select {
    max-width: 160px;
    padding-right: 0;
}

/************** bike listing details sidebar ************/
.bld-author-widget .widget-top {
    padding: 32px;
}

.bld-author-widget .author-info {
    padding: 0 32px 32px;
}

.bld-author-widget .author-socials a {
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: #111010;
    border: 1px solid rgba(240, 240, 240, 0.7);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    margin-right: 4px;
}

.bld-author-widget .author-socials a:hover {
    background-color: #A81700;
    color: #fff;
}

.bld-author-widget .info-list {
    padding: 0 32px 32px;
}

.bld-author-widget .info-list li {
    padding: 16px 0;
    border-top: 1px solid #F0F0F0;
}

.bld-author-widget .info-list li .icon-wrapper {
    width: 56px;
    height: 56px;
    border: 1px solid #F0F0F0;
    font-size: 24px;
}

.bld-author-widget .info-list li h6, .bld-author-widget .info-list li .h6 {
    font-size: 16px;
}

.bld-contact-widget {
    padding: 40px 24px;
}

/***************** listing details *****************/
.bld-feature-box {
    padding: 32px 24px;
}

.bld-feature-box .icon-wrapper {
    background-color: #F8F8F8;
    width: 74px;
    height: 74px;
}

.bld-title::after {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    bottom: 3px;
    background-color: rgba(11, 22, 63, 0.07);
    width: 1500px;
    height: 1px;
}

.bld-title::before {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    bottom: 3px;
    background-color: #A81700;
    width: 70px;
    height: 2px;
    z-index: 1;
}

.bld-tab-navs {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
}

.bld-tab-navs li {
    display: inline-block;
}

.bld-tab-navs li a {
    padding: 12px 24px;
    background-color: #fff;
    color: #111010;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
}

.bld-tab-navs li a.active {
    background-color: #FE5915;
    color: #fff;
}

.bld-info-list {
    grid-row-gap: 24px;
    grid-column-gap: 16px;
}

.bld-info-list .iv_info_item {
    width: calc(25% - 12px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .bld-info-list .iv_info_item {
        width: calc(33% - 10px);
    }
}

@media (max-width: 767.98px) {
    .bld-info-list .iv_info_item {
        width: calc(50% - 12px);
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

.bld-features-list {
    list-style-type: disc;
    padding-left: 20px;
}

.bld-features-list li {
    font-weight: 600;
    width: 25%;
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .bld-features-list li {
        width: 33%;
    }
}

@media (max-width: 767.98px) {
    .bld-features-list li {
        width: calc(50% - 12px);
    }
}

@media (max-width: 575.98px) {
    .bld-features-list {
        grid-row-gap: 10px;
        grid-column-gap: 24px;
    }
}

.bike-listing-slider-control {
    width: 114px;
    height: 330px;
    position: absolute;
    right: 24px;
    bottom: 70px;
}

.bike-listing-slider-control .swiper-slide {
    border: 1px solid #fff;
}

.bike-listing-slider-control .swiper-slide.swiper-slide-thumb-active {
    border-color: #FE5915;
}

@media (max-width: 991.98px) {
    .bike-listing-slider-control {
        position: relative;
        width: 330px;
        height: auto;
        bottom: auto;
        right: auto;
        margin-top: 24px;
    }
}

/************** eq search form *************/
.eq-hero-section {
    padding: 230px 0 180px;
    margin-top: -40px;
}

@media (max-width: 1399.98px) {
    .eq-hero-section {
        padding: 120px 0;
    }
}

@media (max-width: 1199.98px) {
    .eq-hero-section {
        padding-bottom: 0;
    }
}

.eq-header-nav {
    -webkit-box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
    box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
}

.eq-search-form {
    gap: 16px;
}

.eq-search-form select {
    width: calc(30% - 12px);
    background-color: #F6F7F9;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

.eq-search-form .eq-submit-btn {
    padding: 10px 16px;
    background-color: #FEB200;
    color: #fff;
    border-radius: 6px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-search-form .eq-submit-btn:hover {
    background-color: #111010;
}

@media (max-width: 767.98px) {
    .eq-search-form select {
        width: calc(50% - 8px);
    }
}

@media (max-width: 480px) {
    .eq-search-form select {
        width: 100%;
    }

    .eq-search-form .eq-submit-btn {
        width: 100%;
    }
}

.eq-hero-slider-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 16px);
    height: 100%;
    background-color: #fff;
    padding-top: 150px;
}

.eq-hero-slider-wrapper .eq-hero-slider {
    max-width: 830px;
    margin: 0;
}

.eq-hero-slider-wrapper .eq_hero_slider_pagination_wrapper {
    right: -85px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.eq-hero-slider-wrapper .eq-hero-slider-pagination {
    position: relative;
    width: 220px;
    height: 2px;
    background-color: #111010;
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
}

.eq-hero-slider-wrapper .eq-hero-slider-pagination .swiper-pagination-progressbar-fill {
    background-color: #FEB200;
}

.eq-hero-slider-wrapper .slide-index {
    font-size: 20px;
    font-weight: 700;
    color: #111010;
    position: absolute;
    right: 102px;
}

.eq-hero-slider-wrapper .slide-index.slide-start-index {
    top: -148px;
}

.eq-hero-slider-wrapper .slide-index.slide-end-index {
    bottom: -148px;
}

@media (max-width: 1800px) {
    .eq-hero-slider-wrapper .eq-hero-slider {
        max-width: 700px;
    }
}

@media (max-width: 1500px) {
    .eq-hero-slider-wrapper .eq_hero_slider_pagination_wrapper {
        right: auto;
        left: 50%;
        bottom: 70px;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .eq-hero-slider-wrapper .eq_hero_slider_pagination_wrapper .eq-hero-slider-pagination {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .eq-hero-slider-wrapper .slide-index.slide-start-index {
        top: -20px;
        left: -30px;
    }

    .eq-hero-slider-wrapper .slide-index.slide-end-index {
        top: -20px;
        left: auto;
        right: -30px;
    }
}

@media (max-width: 1399.98px) {
    .eq-hero-slider-wrapper {
        width: calc(45% - 35px);
        padding-top: 95px;
    }
}

@media (max-width: 1199.98px) {
    .eq-hero-slider-wrapper {
        position: relative;
        width: 100%;
        margin-top: 80px;
        padding: 60px 24px 100px;
    }

    .eq-hero-slider-wrapper .eq-hero-slider {
        max-width: 100%;
    }
}

/******************** category section start *****************/
.eq-category-item {
    padding: 24px 24px 40px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-category-item .thumbnail img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
}

.eq-category-item h5, .eq-category-item .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-category-item h5:hover, .eq-category-item .h5:hover {
    color: #FEB200;
}

.eq-category-item .eq-btn-1 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-category-item .eq-explore-btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-category-item:hover {
    -webkit-box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
    box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
}

.eq-category-item:hover .thumbnail img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.eq-category-item:hover .eq-btn-1 {
    opacity: 0;
    visibility: hidden;
}

.eq-category-item:hover .eq-explore-btn {
    bottom: 32px;
    opacity: 1;
    visibility: visible;
}

/**************** call to action start ***************/
.eq-cta-box .path-shape {
    width: 310px;
    top: -1px;
    right: -1px;
    height: calc(100% + 2px);
    background-color: #FEB200;
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 575.98px) {
    .eq-cta-box .path-shape {
        width: 100px;
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.eq-cta-box .eq-cta-btns {
    gap: 24px;
}

.eq-cta-box .eq-primary-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.eq-cta-box .eq-white-btn svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-cta-box .eq-white-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.eq-cta-box .eq-white-btn:hover svg path {
    fill: #fff;
}

/********************** about section start ******************/
.eq-counter-box {
    padding: 24px;
    min-width: 140px;
    -webkit-box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
    box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
}

.eq-counter-box .icon-wrapper::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background-image: linear-gradient(314.59deg, #FF992E -38.96%, rgba(255, 153, 46, 0) 90.67%);
    border-radius: 50%;
    left: 18px;
    top: -8px;
    z-index: -1;
}

.eq-about-navs {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
}

.eq-about-navs li a {
    font-size: 18px;
    font-weight: 700;
    color: #111010;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-about-navs li a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #FEB200;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-about-navs li a.active {
    color: #FEB200;
}

.eq-about-navs li a.active::before {
    width: 100%;
    left: 0;
    right: auto;
}

.eq-about-list {
    list-style-type: disc;
}

.eq-about-list li {
    font-weight: 500;
}

.eq-about-list li + li {
    margin-top: 10px;
}

/******************* equipment listing *****************/
.eq-listing-card {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-listing-card .thumbnail img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-listing-card .thumbnail .pricing-box {
    background-color: #111010;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    padding: 8px 16px;
    border-radius: 5px 0 0 0;
}

.eq-listing-card .thumbnail .pricing-box h5, .eq-listing-card .thumbnail .pricing-box .h5 {
    color: #FEB200;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-listing-card .eq-listing-card-content .category {
    font-size: 12px;
    font-weight: 700;
}

.eq-listing-card .eq-listing-card-content h5, .eq-listing-card .eq-listing-card-content .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-listing-card .eq-listing-card-content h5:hover, .eq-listing-card .eq-listing-card-content .h5:hover {
    color: #FEB200;
}

.eq-listing-card .eq-listing-card-content .outline-btn:hover {
    background-color: #FEB200;
    color: #fff;
    border-color: #FEB200;
}

.eq-listing-card:hover {
    -webkit-box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
    box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
}

.eq-listing-card:hover .thumbnail img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.eq-listing-card:hover .thumbnail .pricing-box {
    background-color: #FEB200;
}

.eq-listing-card:hover .thumbnail .pricing-box h5, .eq-listing-card:hover .thumbnail .pricing-box .h5 {
    color: #fff;
}

/******************** wcs section start ******************/
.eq-wcs-area .left-bg {
    width: calc(50% + 12px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991.98px) {
    .eq-wcs-area .left-bg {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .eq-wcs-area {
        padding-bottom: 0;
    }
}

.eq-wcs-content .eq-primary-btn:hover {
    background-color: transparent;
    border: 1px solid #FEB200;
    color: #FEB200;
}

.eq-progressbar .progress-bar-line {
    background-color: #838383;
}

.eq-counter-box2 {
    position: absolute;
    bottom: -40px;
    right: calc(50% - 12px);
    padding: 40px;
    background-color: #FEB200;
    border-radius: 10px 0 0 10px;
    min-width: 675px;
    z-index: 3;
}

.eq-counter-box2::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 50px;
    height: 40px;
    background-color: #AE7A00;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

@media (max-width: 1399.98px) {
    .eq-counter-box2 {
        min-width: auto;
        width: calc(50% - 12px);
    }
}

@media (max-width: 991.98px) {
    .eq-counter-box2 {
        position: relative;
        width: calc(100% - 24px);
        left: 12px;
        right: auto;
        border-radius: 10px;
    }

    .eq-counter-box2::after {
        display: none;
    }
}

/********************** feedback section start *****************/
.eq-feedback-single {
    padding: 24px 24px 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-feedback-single .star-badge {
    background-color: #111010;
    padding: 9px 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-feedback-single .star-badge i {
    margin-right: 4px;
}

.eq-feedback-single .quote-icon {
    width: 60px;
    height: 60px;
    border: 1px dashed #111010;
    background-color: transparent;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: 1;
}

.eq-feedback-single .quote-icon::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #111010;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-feedback-single .clients_name {
    padding-left: 40px;
}

.eq-feedback-single .clients_name::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 33px;
    height: 2px;
    background-color: #111010;
}

.eq-feedback-single:hover {
    -webkit-box-shadow: 2px 20px 20px rgba(0, 23, 104, 0.08);
    box-shadow: 2px 20px 20px rgba(0, 23, 104, 0.08);
}

.eq-feedback-single:hover .star-badge {
    background-color: #FEB200;
}

.eq-feedback-single:hover .quote-icon {
    border-color: #FEB200;
}

.eq-feedback-single:hover .quote-icon::before {
    background-color: #FEB200;
}

.eq-feedback-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    text-align: center;
}

.eq-feedback-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #111010;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-feedback-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FEB200;
    width: 32px;
    border-radius: 30px;
}

/****************** brand section *******************/
.eq-brand-box {
    max-height: 335px;
}

.eq-brand-box.black-texture-bg::before {
    border-radius: 6px;
}

.eq-brand-slider-box {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 32px;
    -webkit-box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
    box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
}

.eq-brand-thumbnail {
    height: 139px;
    background-color: #F6F7F9;
}

/***************** blog section start *******************/
@media (max-width: 767.98px) {
    .eq-blog-section {
        padding-top: 120px;
        padding-bottom: 95px;
    }
}

.eq-blog-card {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-blog-card .feature-thumb img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-blog-card .feature-thumb img:hover {
    -webkit-transform: scale(1.017);
    transform: scale(1.017);
}

.eq-blog-card .eq-blog-card-content h4, .eq-blog-card .eq-blog-card-content .h4 {
    font-size: 22px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.eq-blog-card .eq-blog-card-content h4:hover, .eq-blog-card .eq-blog-card-content .h4:hover {
    color: #FEB200;
}

.eq-blog-card .eq-blog-card-content .eq-blog-meta {
    grid-column-gap: 32px;
    grid-row-gap: 8px;
}

.eq-blog-card .eq-blog-card-content .eq-blog-meta span {
    position: relative;
    color: #969696;
}

.eq-blog-card .eq-blog-card-content .eq-blog-meta span i {
    margin-right: 4px;
}

.eq-blog-card .eq-blog-card-content .eq-blog-meta span + span::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #E2E2E2;
}

.eq-blog-card:hover {
    -webkit-box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
    box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
}

@media (max-width: 480px) {
    .eq-blog-card .eq-blog-card-content .eq-blog-meta {
        grid-column-gap: 16px;
    }

    .eq-blog-card .eq-blog-card-content .eq-blog-meta span + span::before {
        display: none;
    }
}

/**************** sidebar widgets *************/
.eq-sidebar-widget.eq-widget-padding {
    padding: 32px 24px;
}

.eq-sidebar-widget + .eq-sidebar-widget {
    margin-top: 24px;
}

.eq-sidebar-widget .widget-title .title-line {
    width: 100%;
    height: 2px;
    background-color: #E7E7E7;
}

.eq-sidebar-widget .widget-title .title-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background-color: #FEB200;
}

.eq-search-widget form {
    padding: 15px;
}

.eq-search-widget form input[type=text] {
    padding: 0;
}

.eq-search-widget form .eq-submit-btn {
    padding: 6px 12px;
}

@media (max-width: 480px) {
    .eq-search-widget form .eq-submit-btn {
        width: auto;
    }
}

.eq-sidebar-lists li + li {
    margin-top: 10px;
}

.eq-sidebar-lists li label {
    position: relative;
    padding-left: 8px;
}

.eq-sidebar-lists li label input {
    opacity: 0;
}

.eq-sidebar-lists li label input:checked ~ .eq-custom-checkbox {
    border-color: #111010;
}

.eq-sidebar-lists li label input:checked ~ .eq-custom-checkbox::before {
    background-color: #FEB200;
}

.eq-sidebar-lists li label input:checked ~ .subtitle {
    color: #111010;
}

.eq-sidebar-lists li label .eq-custom-checkbox {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 2px solid #5F5F5F;
    border-radius: 50%;
}

.eq-sidebar-lists li label .eq-custom-checkbox::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: transparent;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.eq-sidebar-lists li label .subtitle {
    font-weight: 500;
}

/****************** listing details *******************/
.eq_listing_top {
    padding: 15px;
}

.eq_listing_filter_menu .form-select {
    padding: 7px 11px;
}

.eq_listing_filter_menu .grid_btn {
    width: 40px;
    height: 40px;
}

.eq_listing_filter_menu .grid_btn:hover {
    color: #FEB200;
}

.eq_listing_filter_menu .grid_btn.active {
    color: #FEB200;
}

/************* equipment details **************/
.eqd-title-box {
    max-width: 536px;
    padding: 40px 32px;
    border-radius: 0 4px 4px 4px;
    margin-top: -70px;
    -webkit-box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
    box-shadow: 10px 20px 60px rgba(0, 23, 104, 0.08);
}

.eqd-title::after {
    content: "";
    position: absolute;
    left: calc(100% + 8px);
    bottom: 3px;
    width: 65px;
    height: 2px;
    background-color: #FEB200;
}

.eqd-title::before {
    content: "";
    position: absolute;
    left: calc(100% + 8px);
    bottom: 8px;
    width: 29px;
    height: 2px;
    background-color: #FEB200;
}

.eqd-list li {
    position: relative;
    padding-left: 16px;
}

.eqd-list li + li {
    margin-top: 15px;
}

.eqd-list li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FEB200;
    border-radius: 50%;
}

.eqd-table tr {
    border-radius: 8px;
}

.eqd-table tr:nth-child(odd) {
    background-color: #fff;
}

.eqd-table tr td {
    border: 0;
    padding: 16px;
    font-weight: 500;
}

.eqd-vd-single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.eqd-review-box {
    padding: 40px 32px;
}

.eqd-review-box .outline-btn {
    border: 1px solid #FEB200;
    color: #FEB200;
}

.eqd-review-box .outline-btn:hover {
    background-color: #FEB200;
    color: #fff;
}

/************ sidebar ***********/
.eq_booking_widget .booking_money {
    border-radius: 10px 10px 0 0;
}

.eq_booking_widget .booking_money_info {
    padding: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-67.31%, #111010), color-stop(32.69%, rgba(17, 16, 16, 0.81)));
    background-image: linear-gradient(180deg, #111010 -67.31%, rgba(17, 16, 16, 0.81) 32.69%);
    grid-column-gap: 16px;
    grid-row-gap: 8px;
}

.eq_booking_widget .booking_money_info span {
    font-size: 12px;
    color: #fff;
    position: relative;
}

.eq_booking_widget .booking_money_info span + span::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.2);
}

.eq_booking_widget .eqd_booking_form {
    padding: 24px 24px 40px;
}

.eq_booking_widget .eqd_booking_form .radio-field label {
    position: relative;
    padding-left: 8px;
    display: block;
}

.eq_booking_widget .eqd_booking_form .radio-field label input {
    opacity: 0;
}

.eq_booking_widget .eqd_booking_form .radio-field label input:checked ~ .eq-custom-checkbox {
    border-color: #111010;
}

.eq_booking_widget .eqd_booking_form .radio-field label input:checked ~ .eq-custom-checkbox::before {
    background-color: #FEB200;
}

.eq_booking_widget .eqd_booking_form .radio-field label input:checked ~ .subtitle {
    color: #111010;
}

.eq_booking_widget .eqd_booking_form .radio-field label .eq-custom-checkbox {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 2px solid #5F5F5F;
    border-radius: 50%;
}

.eq_booking_widget .eqd_booking_form .radio-field label .eq-custom-checkbox::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: transparent;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.eq_booking_widget .eqd_booking_form .radio-field label .subtitle {
    font-weight: 500;
}

.eq_author_widget img.author-thumb {
    width: 80px;
}

.eq_author_widget h6, .eq_author_widget .h6 {
    font-size: 16px;
}

/***************** cycle hero ***************/
.cycle-hero {
    margin-top: -90px;
}

.cycle-hero .hero-dark-shape {
    width: 770px;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cycle-hero .hero-dark-shape span {
    line-height: 0.9em;
    font-size: 190px;
    text-transform: uppercase;
    position: absolute;
    font-weight: 700;
    left: 30%;
    top: 30%;
    color: rgba(95, 95, 95, 0.2);
}

.cycle-hero .hero-dark-shape::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.cycle-hero .hero-color-shape {
    width: 1320px;
    height: 45px;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 1500px) {
    .cycle-hero .hero-dark-shape span {
        font-size: 150px;
        top: 30%;
    }
}

@media (max-width: 1399.98px) {
    .cycle-hero .hero-dark-shape {
        width: 400px;
    }
}

@media (max-width: 1199.98px) {
    .cycle-hero .hero-dark-shape {
        display: none;
    }

    .cycle-hero .hero-color-shape {
        display: none;
    }
}

.bc_color_variant ul li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
}

.bc_color_variant ul li span {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.bc_color_variant ul li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.bc_color_variant ul li input:checked ~ span {
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}

.cycle-hero {
    padding: 120px 0;
}

.cycle-hero .cycle-hero-pagination {
    position: absolute;
    right: 25px;
    left: auto;
    width: 76px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.cycle-hero .cycle-hero-pagination .swiper-pagination-bullet {
    display: block;
    width: 70px;
    height: 50px;
    background: transparent;
    color: #606060;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-hero .cycle-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #A81700;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .cycle-hero {
        padding: 190px 0 50px 0;
    }
}

@media (max-width: 767.98px) {
    .cycle-hero .cycle-hero-pagination {
        display: none;
    }
}

.cl-hero-control-slider-wrapper {
    width: 550px;
}

@media (max-width: 767.98px) {
    .cl-hero-control-slider-wrapper {
        width: 100%;
    }
}

.cl-hero-slider-control {
    margin-left: 0;
    margin-top: -60px;
}

.cl-hero-slider-control .cl-hero-slider-control-thumb {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cl-hero-slider-control .cl-hero-slider-control-thumb.swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1199.98px) {
    .cl-hero-slider-control {
        margin-top: 24px;
    }
}

.cl-hero-slide-control-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    color: #0b163f;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.cl-hero-slide-control-arrow.cl-hero-slides-control-prev {
    left: 0;
}

.cl-hero-slide-control-arrow.cl-hero-slides-control-next {
    right: 0;
}

/***************** cycle brands *************/
.cycle-brands-list .cycle-brand-item {
    width: calc(20% - 20px);
}

@media (max-width: 991.98px) {
    .cycle-brands-list .cycle-brand-item {
        width: calc(25% - 18px);
    }
}

@media (max-width: 767.98px) {
    .cycle-brands-list .cycle-brand-item {
        width: calc(33% - 15px);
    }
}

@media (max-width: 575.98px) {
    .cycle-brands-list .cycle-brand-item {
        width: calc(50% - 12px);
    }
}

.cycle-brand-item {
    background-color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-brand-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background-color: #A81700;
    -webkit-filter: blur(24px);
    filter: blur(24px);
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-brand-item img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-brand-item .brand-white {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
}

.cycle-brand-item:hover {
    background-color: #A81700;
}

.cycle-brand-item:hover::before {
    opacity: 0.6;
}

.cycle-brand-item:hover .brand-gray {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.cycle-brand-item:hover .brand-white {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.cycle-category-box {
    padding: 40px 24px;
}

.cycle-category-box img.cycle {
    border: 2px solid rgba(180, 180, 180, 0.2);
}

.cycle-category-box .meta-text {
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    position: relative;
}

.cycle-category-box .meta-text::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #A81700;
    border-radius: 50%;
}

.cycle-category-box .box-overlay {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-category-box .box-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b163f;
    opacity: 0.8;
    z-index: -1;
}

.cycle-category-box:hover .box-overlay {
    opacity: 1;
}

.cycle-category-box:hover .box-overlay .overlay-title {
    -webkit-animation: 0.3s fadeInUp;
    animation: 0.3s fadeInUp;
}

.cycle-category-box:hover .box-overlay .meta-text {
    -webkit-animation: 0.5s fadeInUp;
    animation: 0.5s fadeInUp;
}

.cycle-category-box:hover .box-overlay .explore-btn {
    -webkit-animation: 0.6s fadeInUp;
    animation: 0.6s fadeInUp;
}

.cycle-banner {
    padding: 0 0 0 24px;
}

.cycle-banner.banner-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(101.16deg, #111010 3.01%, rgba(29, 29, 29, 0.81));
    z-index: -1;
}

.cycle-banner .circle-shape {
    position: absolute;
    width: 342px;
    height: 342px;
    background-color: #FF757F;
    border-radius: 50%;
    position: absolute;
    right: -171px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -2;
    opacity: 0.5;
}

.cycle-banner .banner-subtitle {
    font-family: "Sail", cursive;
    font-size: 20px;
}

.cycle-banner .banner-list li {
    font-size: 14px;
}

.cycle-banner .banner-list li span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.cycle-banner .banner-img img {
    margin-left: -30px;
}

.cycle-banner.ps-32 {
    padding-left: 32px;
}

/********************** about section ***********/
.cycle-ab-badge {
    left: 52%;
    top: 14%;
}

@media (max-width: 575.98px) {
    .cycle-ab-badge {
        left: 45%;
        max-width: 170px;
    }
}

.cl-explore-btn {
    font-weight: 700;
    color: #111010;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cl-explore-btn:hover {
    color: #A81700;
}

/******************** featured cycle **************/
.featured-cycle .dark-clip-shape {
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.featured-cycle .dark-clip-shape::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.featured-cycle .featured-text {
    position: absolute;
    right: 80px;
    top: 30px;
    font-size: 220px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(118, 118, 118, 0.08);
    z-index: -1;
    line-height: 0.8;
}

@media (max-width: 1399.98px) {
    .featured-cycle .featured-text {
        font-size: 140px;
    }
}

@media (max-width: 1199.98px) {
    .featured-cycle .dark-clip-shape {
        width: 100%;
        -webkit-clip-path: initial;
        clip-path: initial;
    }
}

.cl-featured-left {
    max-width: 500px;
}

.cl-featured-left p {
    color: #F6F6F6;
}

.cl-feature-single.border-left {
    padding-left: 32px;
    position: relative;
}

.cl-feature-single.border-left::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: rgba(241, 241, 241, 0.2);
}

@media (max-width: 575.98px) {
    .cl-feature-single.border-left {
        padding-left: 0;
    }

    .cl-feature-single.border-left::before {
        display: none;
    }
}

@media (max-width: 1600px) {
    .cl-featured-img img {
        max-width: 100%;
    }
}

.cl-feature-btn {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #A81700;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cl-feature-btn:hover {
    background-color: #111010;
    color: #fff;
}

.cl-feature-btn.btn-1 {
    left: 80px;
    bottom: 24px;
}

.cl-feature-btn.btn-2 {
    top: 64%;
    right: -30px;
}

.cl-feature-btn.btn-3 {
    left: 250px;
    top: 60px;
}

@media (max-width: 1600px) {
    .cl-feature-btn.btn-2 {
        right: 0;
    }
}

/******************** cycle filter ****************/
.cycle-filter-nav li a {
    color: #5F5F5F;
    padding: 8px 22px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid rgba(95, 95, 95, 0.6);
    font-weight: 500;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-filter-nav li a.active {
    background-color: #A81700;
    color: #fff;
    border-color: #A81700;
}

.cycle-filter-nav li a:hover {
    background-color: #A81700;
    color: #fff;
    border-color: #A81700;
}

.cycle-card {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-card .thumbnail {
    background-color: rgba(241, 241, 241, 0.6);
    padding: 12px;
}

.cycle-card .at_product_action {
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.cycle-card .card-title {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-card .card-title:hover {
    color: #A81700;
}

.cycle-card:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
}

.cycle-card:hover .at_product_action {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

/******************* call to action ****************/
.cycle-cta-box {
    border-radius: 8px;
    padding: 60px 80px 60px 48px;
}

.cycle-cta-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
    border-radius: 8px;
}

.cycle-cta-box .cycle-cta-left {
    width: 36%;
}

.cycle-cta-box .cycle-man {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.cycle-cta-box .cycle-cta-right .arrow-icon {
    left: -100px;
    top: 0;
}

@media (max-width: 1199.98px) {
    .cycle-cta-box .cycle-cta-left {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .cycle-cta-box .cycle-cta-left {
        width: 100%;
        margin-bottom: 32px;
    }
}

.cl-cta-explore {
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cl-cta-explore svg circle {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cl-cta-explore svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cl-cta-explore:hover svg circle {
    stroke: #A81700;
}

.cl-cta-explore:hover svg path {
    fill: #A81700;
    stroke: #A81700;
}

/******************* feedback section **************/
.cycle-feedback .dark-clip-shape {
    width: calc(50% - 150px);
    height: 500px;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}

.cycle-feedback .dark-clip-shape::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .cycle-feedback .dark-clip-shape {
        display: none;
    }
}

.cl-feedback-single {
    padding: 40px 32px;
}

.cl-feedback-single .quote-icon {
    right: -22px;
    top: 36px;
}

.cl-feedback-single p {
    font-style: italic;
    font-size: 18px;
}

.cycle-blog .circle-shape {
    left: 10%;
    top: 100px;
}

.cycle-blog .circle-half {
    right: 0;
    top: 150px;
}

/****************** subscribe area **************/
.cycle-sb-form {
    max-width: 480px;
    margin: 0 auto;
}

/*************************** cycle listing page **************************/
.cycle-pagination li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #0b163f;
    background-color: transparent;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-weight: 500;
}

.cycle-pagination li a.active {
    background-color: #A81700;
    color: #fff;
}

.cycle-pagination li a:hover {
    background-color: #A81700;
    color: #fff;
}

/************************ bicycle details ***********************/
.cycle_product_modal .product_view_right .product_color_select_box ul li {
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cycle_product_modal .product_view_right .product_color_select_box ul li span {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent;
}

.cycle_product_modal .product_view_right .product_color_select_box ul li input {
    width: 100%;
    height: 100%;
}

.cycle_product_modal .product_view_right .product_color_select_box ul li input:checked ~ span {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}

.product_size_select ul li {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product_size_select ul li input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.product_size_select ul li input:checked ~ span {
    border-color: #A81700;
}

.product_size_select ul li span {
    width: 100%;
    height: 100%;
    border: 1px solid #DCDCDC;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
}

.cycle-details-nav {
    grid-row-gap: 15px;
    grid-column-gap: 60px;
}

.cycle-details-nav li a {
    font-weight: 600;
    color: #0b163f;
    padding: 16px 0;
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    position: relative;
}

.cycle-details-nav li a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #A81700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.cycle-details-nav li a.active {
    color: #A81700;
}

.cycle-details-nav li a.active::before {
    right: auto;
    left: 0;
    width: 100%;
}

@media (max-width: 767.98px) {
    .cycle-details-nav {
        grid-column-gap: 16px;
    }
}

.cycle-sidebar.mt-110 {
    margin-top: 110px;
}

@media (max-width: 1199.98px) {
    .cycle-sidebar.mt-110 {
        margin-top: 30px;
    }
}

body {
    background: #F8F8F8;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
textarea,
select {
    padding: 0 18px;
    height: 40px;
    font-size: 14px;
    outline: 0;
    color: #747272;
    border: 1px solid #CBCBCB;
    max-width: 330px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #C2C2C2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #C2C2C2;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #C2C2C2;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #C2C2C2;
}

input::placeholder,
textarea::placeholder {
    color: #C2C2C2;
}

.form-select {
    font-size: 14px;
}

.bg-secondary-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
}

.form-select:focus {
    border-color: rgba(11, 22, 63, 0.07);
}

.at-section-title .at-subtitle::after {
    content: "";
    width: 130px;
    height: 50px;
    border: 3px solid #A81700;
    position: absolute;
    bottom: -52px;
    right: -20px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-clip-path: circle(45.4% at 50% 0);
    clip-path: circle(45.4% at 50% 0);
}

.at-section-title .at-subtitle.shape-primary::after {
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 !important;
    border: 1px solid transparent;
    opacity: 1;
    background: transparent;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #A81700;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: #A81700;
}

.spacer {
    border: 0;
    border-bottom: 1px solid rgba(11, 22, 63, 0.07);
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-5 {
    z-index: 5;
}

.z--1 {
    z-index: -1;
}

.rounded-10 {
    border-radius: 10px;
}

.bg-primary-light {
    background-color: rgba(255, 230, 234, 0.5);
}

.soft-light {
    mix-blend-mode: soft-light;
}

.pera-text-2 {
    color: #7A7A7A !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-800 {
    font-weight: 800;
}

.bg-green {
    background-color: #2ABB52;
}

.bg-blue {
    background-color: #0084FE;
}

.light-bg {
    background-color: #F4F7FD;
}

.black-texture-bg {
    position: relative;
    z-index: 1;
}

.black-texture-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background-image: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.h4-subtitle::before {
    content: "";
    position: absolute;
    left: calc(100% + 6px);
    bottom: 6px;
    width: 60px;
    height: 3px;
    background: #A81700;
}

.h4-subtitle.shape-white::before {
    background: #fff;
}

.text-md-primary {
    color: #FE5915;
}

.bg-md-primary {
    background-color: #FE5915;
}

.el-heading {
    color: #242430;
}

.text-el-primary {
    color: #5CAD2F;
}

.text-el-black {
    color: #242430;
}

.el-box-shadow {
    -webkit-box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.12);
    box-shadow: 12px 20px 60px rgba(0, 23, 104, 0.12);
}

.md-heading-bold {
    font-weight: 800;
}

.text-eq-primary {
    color: #FEB200;
}

.bg-eq-primary {
    background-color: #FEB200;
}

.bc-background {
    background-color: #F1F7FE;
}

@-webkit-keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes ripple-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #A81700;
        box-shadow: 0 0 0 0 #A81700;
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes ripple-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #A81700;
        box-shadow: 0 0 0 0 #A81700;
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@-webkit-keyframes ripple-animation2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #FE5915;
        box-shadow: 0 0 0 0 #FE5915;
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes ripple-animation2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #FE5915;
        box-shadow: 0 0 0 0 #FE5915;
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ring-preloader {
    background: rgba(17, 16, 16, 0.96);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #A81700;
    border-color: #A81700 transparent #A81700 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}

.pb-150 {
    padding-bottom: 150px !important;
}

/*# sourceMappingURL=scss */
/*# sourceMappingURL=main.css.map */
