@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&amp;display=swap");



/************* Header Style One **************/
.header-style-one {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-style-one .at_topbar {
    padding: 5px 0;
}

.tp-info-wrapper {
    gap: 70px;
}

.red {
    color: red;
}

@media (max-width: 1399.98px) {
    .tp-info-wrapper {
        gap: 30px;
    }
}

.properties {
    border-radius: 5px;
}

.star-rating-details {
    padding: 5px 20px;
    background: #141414;
    font-size: 12px;
    font-weight: 700;
}

.star-rating-details a {
    color: #fff;
    margin: 10px;
}

.star-rating-details a i {
    font-size: 15px;
}

.tp-info .icon-wrapper {
    line-height: 0;
    color: #FC0012;
}

.tp-info p {
    font-size: 14px;
    font-weight: 500;
    color: #111010;
}

@media (max-width: 575.98px) {
    .logo-wrapper a {
        width: 140px;
        display: inline-block;
    }
}

.at_header_nav {
    background: #000;
}

@media (max-width: 991.98px) {
    .at_header_nav {
        padding: 10px 0;
    }
}

.at_nav_menu ul li {
    display: inline-block;
}

.at_nav_menu ul li a {
    display: block;
    padding: 24px 15px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.at_nav_menu ul li.has-submenu.account::after {
    display: none;
}

@media (max-width: 1199.98px) {
    .at_nav_menu ul li a {
        padding: 24px 15px;
    }
}

.at_nav_menu ul li.has-submenu {
    position: relative;
}

.at_nav_menu ul li.has-submenu::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    top: 27px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.at_nav_menu ul li.has-submenu .submenu-wrapper {
    position: absolute;
    top: 100%;
    right: 0px;
    min-width: 260px;
    background: #111010;
    border-radius: 0 0 6px 6px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-perspective: 200px;
    perspective: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: 50;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.at_nav_menu ul li.has-submenu.account .submenu-wrapper {
    position: absolute;
    top: 100%;
    left: 15px;
    min-width: 260px;
    background: #111010;
    border-radius: 0 0 6px 6px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-perspective: 200px;
    perspective: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: 50;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.at_nav_menu ul li a i {
    padding-left: 10px;
}

.at_nav_menu ul li.has-submenu .submenu-wrapper li {
    display: block;
}

.at_nav_menu ul li.has-submenu .submenu-wrapper li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.at_nav_menu ul li.has-submenu .submenu-wrapper li a {
    padding: 15px;
}

.at_nav_menu ul li.has-submenu .submenu-wrapper li a:hover {
    padding-right: 20px;
}

.at_nav_menu ul li.has-submenu .at_megamenu_style_1 {
    position: absolute;
    top: 100%;
    right: 0;
    width: 560px;
    background: #111010;
    border-radius: 0 0 6px 6px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-perspective: 200px;
    perspective: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: 50;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.at_nav_menu ul li.has-submenu .at_megamenu_style_1 .megamenu_nav > li {
    display: block;
}

.at_nav_menu ul li.has-submenu .at_megamenu_style_1 .megamenu_nav > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.at_nav_menu ul li.has-submenu .at_megamenu_style_1 .megamenu_nav > li a {
    padding: 8px 20px;
}

.at_nav_menu ul li.has-submenu .at_megamenu_style_1 .megamenu_nav > li a:hover {
    padding-left: 25px;
}

.at_nav_menu ul li.has-submenu:hover > .submenu-wrapper {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.at_nav_menu ul li.has-submenu:hover > .at_megamenu_style_1 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.at_nav_menu ul li:hover::after {
    color: #fff;
}

.at_nav_menu ul li:hover > a {
    color: #fff;
}

/********* ofcanvus menu **********/
.at_offcanvus_menu {
    top: 0;
    right: -425px;
    z-index: 100;
    background: #fff;
    max-width: 400px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 50px 30px;
    -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.4s;
    transition: 0.4s;
}

.at_offcanvus_menu::-webkit-scrollbar {
    width: 6px;
}

.at_offcanvus_menu::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 6px;
}

.at_offcanvus_menu .at-offcanvus-close {
    position: absolute;
    right: 25px;
    top: 40px;
}

.at_offcanvus_menu.active {
    right: 0;
}

.at_offcanvus_menu.active .at-offcanvus-close {
    -webkit-animation: 1s fadeInRight;
    animation: 1s fadeInRight;
}

.at_offcanvus_menu.active .logo-wrapper {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
}

.at_offcanvus_menu.active .offcanvus-content {
    -webkit-animation: 1.2s theme_fadeInUp;
    animation: 1.2s theme_fadeInUp;
}

.at_offcanvus_menu.active .offcanvus-contact {
    -webkit-animation: 1.3s theme_fadeInUp;
    animation: 1.3s theme_fadeInUp;
}

.at_offcanvus_menu.active .at_canvus_social {
    -webkit-animation: 1.5s theme_fadeInUp;
    animation: 1.5s theme_fadeInUp;
}

.at_canvus_address li + li {
    margin-top: 10px;
}

.at_canvus_social a {
    margin-right: 4px;
}

.modal-header {
    padding-bottom: 5px;
}

.modal-footer {
    padding: 0;
}

.modal-footer .btn-group button {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child > button {
    border-right: 0;
}

/****************** auto parts header ****************/
@media (max-width: 575.98px) {
    .auto-parts-header {
        background: #111010;
    }

    .iv_feature_accordion img {
        width: 32% !important;
        height: auto !important;
    }

    .brands-filter ul {
        gap: 0px !important;
    }
}

.auto-parts-header-info {
    padding: 12px 0;
}

.auto-parts-info-txt p {
    font-size: 14px;
}

.auto-parts-info-menu ul {
    gap: 32px;
}

.auto-parts-info-menu ul li + li {
    position: relative;
}

.auto-parts-info-menu ul li + li::before {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 15px;
    border: 1px dashed #575757;
    opacity: 0.3;
}

.auto-parts-info-menu ul li a {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.auto-parts-info-menu ul li a:hover {
    color: #FC0012;
}

.autoparts-header-middle {
    padding: 20px 24px;
}

@media (max-width: 1199.98px) {
    .autoparts-header-middle {
        padding: 15px;
    }
}

.autoparts-office-info {
    gap: 60px;
}

.autoparts-office-info li .icon-wrapper {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 24px;
}

.autoparts-office-info li .info-content span {
    color: #E9E9E9;
    font-size: 14px;
}

.autoparts-header-navigation {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(131, 131, 131, 0.05);
    box-shadow: 0px 10px 30px rgba(131, 131, 131, 0.05);
}

.autoparts-header-navigation .category-dropdown .category-toggle {
    padding: 23px 24px;
    background: #FC0012;
    color: #fff;
    font-weight: 700;
    min-width: 312px;
    text-align: left;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

@media (max-width: 767.98px) {
    .autoparts-header-navigation .category-dropdown {
        min-width: 220px;
        font-size: 15px;
    }

    .iv_feature_accordion img {
        width: 32% !important;
        height: auto !important;
    }

    .brands-filter ul {
        gap: 0px !important;
        margin-bottom: 20px;
    }
}

/********* category menu ***********/
.product_category_nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 18px 20px;
    z-index: 3;
}

.product_category_nav li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    padding: 11px 0;
}

.product_category_nav li > a span {
    line-height: 0;
    font-size: 16px;
}

.product_category_nav li > a:hover {
    color: #111010;
}

.product_category_nav li > a:hover span {
    color: #FC0012;
}

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

.product_category_nav li.has-megamenu {
    position: static;
}

.product_category_nav li.has-megamenu > a {
    position: relative;
}

.product_category_nav li.has-megamenu > a::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 14px;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.product_category_nav li.has-megamenu > a:hover::after {
    right: -3px;
    color: #FC0012;
}

.product_category_nav li.has-megamenu .category-megamenu {
    position: absolute;
    min-width: 730px;
    background: #fff;
    left: calc(100% - 10px);
    top: 0;
    z-index: 2;
    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);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.product_category_nav li.has-megamenu .category-megamenu ul {
    position: initial;
}

.product_category_nav li.has-megamenu .category-megamenu ul li {
    border: 0;
}

.product_category_nav li.has-megamenu .category-megamenu ul li a {
    padding: 3px 0;
    font-size: 13px;
    font-weight: 500;
}

.product_category_nav li.has-megamenu .category-megamenu ul li a:hover {
    padding-left: 3px;
}

.product_category_nav li.has-megamenu .category-megamenu .megamenu_list_wrapper .megamenu_list + .megamenu_list {
    position: relative;
}

.product_category_nav li.has-megamenu .category-megamenu .megamenu_list_wrapper .megamenu_list + .megamenu_list::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 1px;
    background-color: rgba(11, 22, 63, 0.07);
}

.product_category_nav li.has-megamenu .category-megamenu .megamenu_banner {
    height: 100%;
    border-radius: 3px;
    padding: 40px 16px;
}

.product_category_nav li.has-megamenu .category-megamenu .megamenu_banner .btn-primary {
    padding: 10px 30px;
}

.product_category_nav li.has-megamenu .category-megamenu .megamenu-slider-wrapper {
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    border-left: 1px solid rgba(11, 22, 63, 0.07);
}

@media (max-width: 1199.98px) {
    .product_category_nav li.has-megamenu .category-megamenu {
        width: 600px;
        min-width: auto;
    }
}

.product_category_nav li.has-megamenu .submenu-list {
    position: absolute;
    background: #fff;
    left: calc(100% - 10px);
    top: 0;
    z-index: 2;
    min-width: 230px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.product_category_nav li.has-megamenu .submenu-list li {
    position: relative;
}

.product_category_nav li.has-megamenu .submenu-list li.has-submenu::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 14px;
    color: #7A7A7A;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.product_category_nav li.has-megamenu .submenu-list li a {
    padding: 6px 15px;
    font-size: 13px;
}

.product_category_nav li.has-megamenu .submenu-list li a:hover {
    padding-left: 18px;
}

.product_category_nav li.has-megamenu .submenu-list li ul {
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    background: #fff;
    min-width: 230px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
}

.product_category_nav li.has-megamenu .submenu-list li:hover > ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.product_category_nav li.has-megamenu:hover > .category-megamenu {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.product_category_nav li.has-megamenu:hover > .submenu-list {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1199.98px) {
    .product_category_nav {
        display: none;
    }
}

.atp_header_right {
    gap: 16px;
    padding-left: 24px;
}

.atp_header_right button,
.atp_header_right a.apt_wish_btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #F6F6F6;
    color: #C2C2C2;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border-radius: 3px;
    line-height: 40px;
    position: relative;
}

.atp_header_right button sup,
.atp_header_right a.apt_wish_btn sup {
    position: absolute;
    top: -6x;
    background: #FC0012;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    display: inline-block;
    font-size: 8px;
    font-weight: 700;
}

.atp_header_right button:hover,
.atp_header_right a.apt_wish_btn:hover {
    color: #fff;
    background: #111010;
}

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

.apt_cart_box {
    position: absolute;
    min-width: 400px;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    border-radius: 4px;
    padding: 30px 20px 30px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.apt_cart_box ul {
    max-height: 330px;
    overflow: hidden;
}

.apt_cart_box ul li {
    position: relative;
}

.apt_cart_box ul li .thumb-wrapper {
    width: 60px;
}

.apt_cart_box ul li .items-content h6,
.apt_cart_box ul li .items-content .h6 {
    font-size: 14px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.apt_cart_box ul li .items-content h6:hover,
.apt_cart_box ul li .items-content .h6:hover {
    color: #FC0012;
}

.apt_cart_box ul li .items-content .products_meta .price {
    font-size: 13px;
}

.apt_cart_box ul li .items-content .products_meta .count {
    font-size: 13px;
    font-weight: 500;
}

.apt_cart_box ul li .remove_cart_btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    color: rgba(252, 0, 18, 0.8);
    font-size: 14px;
}

.apt_cart_box ul li + li {
    margin-top: 30px;
}

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

.autoparts-header-menu ul li a {
    color: #111010;
    font-weight: 700;
}

.autoparts-header-menu ul li ul li a {
    color: #fff;
}

.autoparts-header-menu ul li.has-submenu::after {
    color: #111010;
}

.autoparts-header-menu ul li.has-submenu:hover::after {
    color: #FC0012;
}

/************** Mobile Menu ***************/
.mobile-menu {
    min-width: 300px;
    height: 100vh;
    z-index: 10;
    top: 0;
    left: -320px;
    padding: 40px 15px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: 150;
    position: fixed;
}

.mobile-menu .close-menu {
    right: 15px;
    top: 5px;
    background: transparent;
    border: 0;
    font-size: 20px;
    cursor: pointer;
}

.mobile-menu ul li {
    display: block;
}

.mobile-menu ul li a {
    display: block;
    padding: 10px 0;
    color: #111010;
    font-weight: 600;
    border-bottom: 1px solid #E8E8E8;
    font-size: 12px;
}

.mobile-menu ul li a .menu-list-wrapper img {
    width: 35px;
}

.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right h6,
.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right .h6 {
    font-size: 16px;
    margin-bottom: 0;
}

.mobile-menu ul li a .menu-list-wrapper .menu-list-content-right span {
    font-size: 13px;
}

.mobile-menu ul li ul {
    padding-left: 10px;
    display: none;
}

.mobile-menu ul li ul li a {
    font-size: 14px;
}

.mobile-menu ul li.has-submenu > a {
    position: relative;
}

.mobile-menu ul li.has-submenu > a::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 10px;
    color: #111010;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.mobile-menu ul li.has-submenu > a.icon-rotate::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-menu .social-contact a {
    color: #111010;
    display: inline-block;
    margin-right: 10px;
}

.mobile-menu.active {
    left: 0;
}

.header-sticky {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.header-sticky.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #111010;
    z-index: 60;
    -webkit-animation: 0.5s fadeInDown;
    animation: 0.5s fadeInDown;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.header-sticky.sticky-on .at_topbar {
    display: none !important;
}

.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: #FC0012;
}

.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: #FC0012;
    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: #FC0012;
    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: #FC0012;
}

.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: #FC0012;
}

@media (max-width: 575.98px) {
    .footer-copyright {
        margin-top: 10px;
          text-align: center;
    }
    .footer-copyright .text-sm-end {
    text-align: center !important;
}
}

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

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

.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;
}

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

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

.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: #FC0012;
}

/*********** Theme Buttons *************/
button {
    border: 0;
    outline: 0;
}

.listing-btn {
    font-weight: 500;
    background: transparent;
    border: 0;
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing-btn span {
    width: 30px;
    height: 30px;
    background: #FC0012;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing-btn:hover {
    background-color: #FC0012;
}

.listing-btn:hover span {
    background: #111010;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---*/
.fix-btn {
    font-weight: 500;
    background: transparent;
    border: 0;
    margin: 0 auto;
    left: 0px;
    z-index: 9;
    bottom: 50px;
    position: fixed;
    overflow: hidden;
    padding: 10px 10px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: none;
}

.fix-btn span {
    width: 50px;
    height: 50px;
    background: #FC0012;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}


.fix-btn:hover span {
    background: #111010;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767.98px) {
    .fix-btn {
        display: block;
    }

    .modal-content span {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        background: #260101;
        padding: 5px 30px;
        color: #fff;
        border-radius: 7px;
    }

}

@media (max-width: 575.98px) {
    .fix-btn {
        display: block;
    }

    .modal-content span {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        background: #260101;
        padding: 5px 30px;
        color: #fff;
        border-radius: 7px;
    }
}

/*-----*/

.header-toggle-btn {
    background: transparent;
    width: 30px;
}

.header-toggle-btn span {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #fc0012;
    display: block;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    float: left;
}

.header-toggle-btn span + span {
    margin-top: 5px;
}

.header-toggle-btn span:nth-child(2) {
    width: 25px;
}

.header-toggle-btn span:nth-child(3) {
    width: 20px;
}

.header-toggle-btn:hover span:nth-child(1) {
    width: 30px;
}

.header-toggle-btn:hover span:nth-child(2) {
    width: 30px;
}

.header-toggle-btn:hover span:nth-child(3) {
    width: 30px;
}

/******* ofcanvus close ********/
.at-offcanvus-close {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.at-offcanvus-close:hover {
    color: #FC0012;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/******** primary btn **********/
.btn-primary {
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
}

.btn-primary::before {
    content: "";
    position: absolute;
    left: -60px;
    top: -110px;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background: #111010;
    z-index: -1;
}

.btn-primary:hover {
    color: #fff;
}

.btn-primary:hover::before {
    top: -30px;
}

/**************** secondary button ************/
.btn-secondary {
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    border: 0;
}

.btn-secondary::before {
    content: "";
    position: absolute;
    left: -60px;
    top: -110px;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background: #FC0012;
    z-index: -1;
}

.btn-secondary:hover {
    color: #fff;
}

.btn-secondary:hover::before {
    top: -30px;
}

/******* social btn *******/
a.social-btn {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #e2e8f0;
    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: 50%;
    font-size: 14px;
    color: #111010;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

a.social-btn:hover {
    color: #FC0012;
}

/******** hero explore btn **********/
.at-explore-btn {
    font-weight: 600;
    color: #fff;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
}

.at-explore-btn.color-secondary {
    color: #111010;
}

.at-explore-btn:hover {
    color: #FC0012;
}

.btn-scroll-down {
    font-weight: 500;
    color: #fff;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.btn-md {
    padding: 12px 30px;
    font-size: 14px;
}

.explore-btn {
    width: 35px;
    height: 35px;
    background: #FC0012;
    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;
}

.explore-btn i {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

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

.link-btn:hover {
    color: #111010;
}

.link-btn:hover span i {
    -webkit-animation: 0.5s fadeInLeft;
    animation: 0.5s fadeInLeft;
}

.at-filter-btn {
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 3px;
    background: #fff;
    color: #111010;
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, 0.15);
    font-size: 15px;
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.at-filter-btn span {
    line-height: 0;
    font-size: 18px;
}

.at-filter-btn::before {
    content: "";
    position: absolute;
    left: -60px;
    top: -110px;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background: #111010;
    z-index: -1;
}

.at-filter-btn:hover {
    color: #fff;
}

.at-filter-btn:hover::before {
    top: -30px;
}

.icon-btn {
    padding: 0px 8px;
    border-radius: 3px;
    color: #575757;
    background: #fff;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    display: inline-block;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.small-btn-meta {
    padding: 6px 14px;
    font-weight: 700;
    font-size: 14px;
    background: #FC0012;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.outline-btn {
    border: 1px solid rgba(11, 22, 63, 0.07);
    color: #111010;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.outline-btn:hover {
    background: #FC0012;
    color: #fff;
    border-color: #FC0012;
}

.app-btn {
    padding: 12px 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #111010;
    border-radius: 3px;
    min-width: 175px;
}

.app-btn .icon-wrapper {
    font-size: 30px;
    line-height: 0;
}

.app-btn .app-btn-content span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: -5px;
    font-weight: 600;
}

.app-btn .app-btn-content strong {
    font-weight: 700;
}

.app-btn.primary-btn {
    background: #FC0012;
    color: #fff;
}

.app-btn.primary-btn:hover {
    background: #111010;
}

.app-btn.white-btn {
    background: #fff;
}

.app-btn.white-btn:hover {
    background: #111010;
    color: #fff;
}

.blog-explore-btn {
    width: 42px;
    height: 42px;
    background: #F6F6F6;
    color: #575757;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

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

.video-popup-btn {
    width: 60px;
    height: 60px;
    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: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.video-popup-btn:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.video-popup-btn.bg-primary {
    -webkit-animation: 1.2s ripple-animation linear infinite;
    animation: 1.2s ripple-animation linear infinite;
}

.slide-arrow-btn {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FC0012;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.slide-arrow-btn:hover {
    background: #111010;
}

.slide-arrow-btn.slide-btn-prev {
    background: #111010;
}

.slide-arrow-btn.slide-btn-prev:hover {
    background: #FC0012;
}

.header-white-btn {
    background: #fff;
    color: #111010;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.header-white-btn::before {
    content: "";
    position: absolute;
    left: -60px;
    top: -110px;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background: #FC0012;
    z-index: -1;
}

.header-white-btn:hover {
    color: #fff;
}

.header-white-btn:hover::before {
    top: -30px;
}

.theme-scrolltop-btn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: #FC0012;
    color: #fff;
    border-radius: 4px;
    display: none;
    -webkit-transition: initial;
    transition: initial;
    z-index: 60;
}

.theme-accordion .accordion-item {
    border-left: 0;
    border-right: 0;
    background: transparent;
}

.theme-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.theme-accordion .accordion-header .accordion-button {
    padding: 12px 24px;
    font-weight: 600;
    color: #111010;
    background: transparent;
    border-radius: 0;
}

.theme-accordion .accordion-header .accordion-button::after {
    content: "\f107";
    background: none;
    font-family: "FontAwesome";
    border: 1px solid #111010;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.theme-accordion .accordion-header .accordion-button:not(.collapsed) {
    background: #DCDCDC;
}

.theme-accordion .accordion-header .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.theme-accordion .accordion-collapse {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.theme-accordion .accordion-collapse.show {
    background: #F6F6F6;
}

/************* hero section start **********/
.dl-hero-single {
    position: relative;
    z-index: 1;
    padding: 220px 0 0px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 75px;
    background-attachment: fixed;
}

.co-red {
    color: #ff0000;
    font-weight: 900;
    font-family: sans-serif;
}

.dl-hero-single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.98deg, rgb(17 16 16 / 0%) -0.21%, rgb(17 16 16 / 0%) 100.06%);
    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: #FC0012;
    position: absolute;
    bottom: 8px;
    left: calc(100% + 5px);
}

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

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

.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: -100px;
}

.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;
}

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

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

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

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

.at-header-social .social-list li {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 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: #FC0012;
}

/************ 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: #FC0012;
}

@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: #FC0012;
    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;
}

.brand-card h5 {
    font-size: 14px;
    margin: 0;
}

span.brand-cat {
    font-weight: 600;
    color: #fc0012;
    font-size: 14px;
}

.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);
    }
}

.car-card {
    max-width: 300px;
    margin: 0 auto;
}

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

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

.brand-card {
    padding: 10px 0 5px 0;
    -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;
}

ul.footer-nav li {
    color: #C2C2C2;
}

ul.footer-nav li i {
    margin-right: 5px;
}

.copyright-links {
    color: #C2C2C2;
    font-size: 13px;
}

.copyright-links a {
    color: #ff0000
}

.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: #FC0012;
    }
}

/*********** 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 .wish-btn {
    left: 16px;
    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 10px 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: #FC0012;
}

.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 .filter-card-content .card-feature-box {
    gap: 32px;
}

.filter-card-item .filter-card-content .card-feature-box .icon-box {
    font-size: 12px;
    font-weight: 600;
}

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

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

.filter-card-item .filter-card-content .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);
}

.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: #FC0012;
    color: #fff;
}

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

    .filter-card-item .filter-card-content .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(#FC0012), to(rgba(252, 0, 18, 0)));
    background: linear-gradient(180deg, #FC0012 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: #FC0012;
    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: #FC0012;
}

.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: #FC0012;
    color: #fff;
}

.rent-hero {
    padding: 300px 0 220px 0;
    margin-top: -100px;
    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: #fff;
}

@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: #FC0012;
}

.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(../img/shapes/title-shape.png);
    background-size: 60px;
    background-repeat: no-repeat;
    right: 0;
    bottom: -25px;
}

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

.offer-right .small-circle-shape {
    width: 22px;
    height: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0012), to(rgba(252, 0, 18, 0)));
    background: linear-gradient(180deg, #FC0012 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: #FC0012;
}

.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: #FC0012;
}

.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 {
    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 10px;
    background: rgb(20 20 20 / 0%);
    font-size: 12px;
    font-weight: 700;
}

.car-card p {
    font-size: 13px;
    text-align: justify;
}

a.more {
    margin-top: 30px;
}

.card-btns-more {
    text-align: center;
}

.star-rating a span {
    color: #0c0800;
    font-size: 14px;
    padding: 0 5px;
}

.star-rating a span:hover {
    color: #ff0000;
}

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

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

.car-card .card-content {
    padding: 30px 15px 15px 15px;
    border-radius: 0 4px 4px 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.iv-meta {
    text-align: right;
}

.car-card .card-content .star-rating {
    top: 0px;
    left: 0px;
}

.car-card .card-content .pricing-info {
    top: 5px;
    right: 10px;
}

.car-card .card-content .pricing-info h6 {
    font-size: 12px;
    color: #8d8b8b;
    border-left: 2px solid #ccc;
    padding-left: 3px;
    margin-left: 5px;
}

.car-card .card-content h5,
.car-card .card-content .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-align: center;
    margin: 10px 0;

}

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

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

.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: 12px;
    display: flex;
    align-items: baseline;
}

.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: #FC0012;
    color: #fff;
    border-color: #FC0012;
}

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

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

/************** 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: #FC0012;
    -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 #FC0012;
    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;
    }

    .rent-hero-content p {
        color: #fff;
        font-size: 13px;
    }
}

.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: #FC0012;
    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: #FC0012;
    -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: 15px 20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border-radius: 4px;
}

.h2-blog-card h4 {
    font-size: 14px;
    line-height: 24px;
}

.h2-blog-card a i {
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.h2-blog-card:hover a i {
    font-size: 30px;
    position: absolute;
    top: -10px;
    right: 0;
}

.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: #FC0012;
}

.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 {
    left: -76px;
    right: 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: #FC0012;
}

.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 #FC0012;
        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,
.hero3-single-slide li {
    color: #C2C2C2;
    font-weight: 500;
    font-size: 16px;
}

.iv_feature_accordion img {
    width: calc(33% - 2px);
    height: auto !important;
}

.me-2 {
    margin-left: 0.5rem !important;
}

.at-explore-btn svg {
    transform: rotate(0deg);
}

/********* hero search box *******/
.h3-hero-search-box {
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.at_hero_slider {
    margin-top: 300px;
}

h4.hero3-subtitle svg {
    transform: rotate(0deg);
}

.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: #FC0012;
    bottom: 8px;
    left: calc(100% + 5px);
}

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

.h3-search-box-wrapper form .input-field.has-icon input[type=text] {
    color: #111010;
    font-weight: 500;
    padding: 10px 16px;
    padding-right: 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;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.65rem 3rem 0.65rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.75;
    color: #575757;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c0c0c5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid rgba(11, 22, 63, 0.07);
    border-radius: 0.375rem;
}

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

.h2-about-item-box .icon-bg {
    left: 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;
    }

    .at_hero_slider {
        margin-top: 100px;
    }
}

.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: #fff;
    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: 20px 15px 25px;
    -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: #FC0012;
}

.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: #FC0012;
    -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: #FC0012;
    -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: #FC0012;
    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: #FC0012;
}

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

.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: #FC0012;
}

.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);
}

.phone {
    font-size: 14px;
    direction: ltr;
    font-weight: 600;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.phone {
    color: #c71111;
}

.phone:hover {
    color: #FC0012
}

.phone i {
    margin-right: 5px;
}

.ptb-240 {
    padding-top: 40px;
    padding-bottom: 150px;
}

.top-60 {
    top: 60% !important;
}

/*************** 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: #FC0012;
    -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: #FC0012;
    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: #FC0012;
}

.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: #FC0012;
    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: #FC0012;
    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: #FC0012;
}

.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: #FC0012;
}

/***************** 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: #FC0012;
    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: #FC0012;
}

.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: #FC0012;
    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: #FC0012;
    -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: 10px 30px 24px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #eee;
}

.modal-content span {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: #260101;
    padding: 5px 50px;
    color: #fff;
    border-radius: 7px;
}

button.btn.btn-default.send {
    margin-top: 10px;
    background: #ff0000;
    color: #fff;
    padding: 10px 50px;
}

.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: #FC0012;
    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: #FC0012;
    color: #fff;
}

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

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

.widget-padding-list {
    padding: 40px 15px;
}

.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: #FC0012;
}

.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: #FC0012;
}

.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: #FC0012;
    border-color: #FC0012;
}

.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: #FC0012;
    border-color: #FC0012;
}

.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: #FC0012;
}

.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: #FC0012;
}

.bs-post-item .date {
    font-size: 14px;
    font-weight: 500;
}

.comments_list li {
    position: relative;
}

.comments_list li .date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 500;
}

.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: #FC0012;
}

.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: #FC0012;
}

@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;
    right: 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;
    padding-right: 26px;
}

.car_listing_nav ul li a::before {
    content: "";
    position: absolute;
    right: 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;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #F6F6F6;
    border-radius: 50%;
    border: 1px solid #FC0012;
    z-index: 1;
    opacity: 0;
}

.car_listing_nav ul li a:hover {
    color: #FC0012;
}

.car_listing_nav ul li a.active {
    color: #FC0012;
    font-weight: 600;
}

.car_listing_nav ul li a.active::before {
    background-color: #FC0012;
}

.car_listing_nav ul li a.active::after {
    opacity: 1;
}

.car_listing_form .form-btns {
    gap: 24px;
}

.listing_info_box {
    padding: 40px 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: #FC0012;
}

.listing_info_box .input-field .radio-field label input:checked ~ .input-circle::before {
    background: #FC0012;
}

.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: #FC0012;
    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: #FC0012;
}

.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 img.flags {
    width: 25px;
}

.iv-meta span + span {
    margin-right: 17px;
    position: relative;
}

.iv-meta span + span::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: rgba(122, 122, 122, 0.6);
}

.tr {
    text-align: left;
}

.tl {
    text-align: right;
}

.iv-meta span i {
    margin-left: 4px;
}

.ms-sm-4 {
    margin-right: 1.5rem !important;
}

.me-sm-4 {
    margin-left: 1.5rem !important;
}

.iv_info_item {
    gap: 12px;
}

.iv_info_item .icon-wrapper {
    width: 48px;
    height: 48px;
    color: #FC0012;
    font-size: 24px;
}

.comment_form_wrapper {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 7px;
}

.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: #FC0012;
    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: 5px 15px;
    font-size: 14px;
    color: #FC0012;
    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: #FC0012;
}

.inventory-slider .swiper-btn.slider-btn-next {
    background: #FC0012;
}

.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;
    right: 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: #FC0012;
    border-color: #FC0012;
    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 #FC0012;
    border-radius: 50%;
    top: -7px;
}

.iv2_rangeslider_widget .ui-widget-content {
    background: #C2C2C2;
    height: 3px;
    border: 0;
    margin-left: 10px;
}

.iv2_rangeslider_widget .ui-slider-range {
    background: #FC0012;
}

.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: #FC0012;
}

.iv_listing_filter_menu .grid_btn.active {
    color: #FC0012;
}

@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: #FC0012;
}

.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;
    margin-right: 15px;
}

.dealer-single-info .info-meta span i {
    margin-left: 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;
    right: -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: #FC0012;
}

.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: #FC0012;
    border-bottom: 2px solid #FC0012;
}

@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;
}

.ms-3 {
    margin-right: 1rem !important;
}

.me-3 {
    margin-left: 1rem !important;
}

.ms-lg-4 {
    margin-right: 1.5rem !important;
}

.me-lg-4 {
    margin-left: 1.5rem !important;
}

/************** 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: #FC0012;
}

.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: #FC0012;
}

@media (max-width: 767.98px) {

    .dl_card_box h5,
    .dl_card_box .h5 {
        font-size: 18px;
    }

    .at_hero_slider {
        margin-top: 100px;
    }

    .rent-hero-content .display-6 {
        font-size: 20px;
    }
}

.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: #FC0012;
}

.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: #FC0012;
}

.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: #FC0012;
}

.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: #FC0012;
}

.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: #FC0012;
    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: #FC0012;
}

.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: #FC0012;
}

@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: #FC0012;
    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: #FC0012;
    background-color: #FC0012;
    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: #FC0012;
    -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 label {
    display: flex;
}

.login-form .cookies-area label input[type="checkbox"] {
    margin: 0 5px;
}

.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: #FC0012;
}

.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: #FC0012;
}

.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 #FC0012;
    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: #FC0012;
    -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: #FC0012;
}

.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 #FC0012;
    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 #FC0012;
    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: #FC0012;
    border-radius: 0 4px 0 0;
}

.sr-service-single .icon-wrapper::after {
    content: "";
    position: absolute;
    right: -6px;
    top: -6px;
    width: 6px;
    height: 70px;
    background: #FC0012;
    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: #FC0012;
}

.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%, #FC0012 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: #FC0012;
    border-color: #FC0012;
}

.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: #FC0012;
    -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;
}

body {
    background: #fafbfc;
    font-family: "Plus Jakarta Sans", sans-serif;
    direction: ltr;
    text-align: left;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
.btn-primary {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.font-en {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.tn-dir {
    direction: ltr;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-sm-end {
    text-align: right !important;
}

.text-end {
    text-align: right !important;
}

span.num-cat {
    font-size: 12px;
    margin-left: 3px;
    margin-right: 3px;
}

span.cat-name-filter {
    font-size: 14px;
    font-weight: 700;
}

input,
textarea {
    padding: 13.5px 18px;
    border: 0;
    font-size: 14px;
    outline: 0;
    color: #C2C2C2;
    width: 100%;
}

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 #FC0012;
    position: absolute;
    bottom: -47px;
    left: -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: #FC0012;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: #FC0012;
}

.spacer {
    border: 0;
    border-bottom: 1px solid rgba(11, 22, 63, 0.07);
}

.offset-xl-2 {
    margin-right: 16.66666667%;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z--1 {
    z-index: -1;
}


.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;
}

.bg-green {
    background-color: #2ABB52;
}

.bg-blue {
    background-color: #0084FE;
}

.h4-subtitle::before {
    content: "";
    position: absolute;
    left: calc(100% + 6px);
    bottom: 6px;
    width: 60px;
    height: 3px;
    background: #FC0012;
}

.h4-subtitle.shape-white::before {
    background: #fff;
}

@-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 #FC0012;
        box-shadow: 0 0 0 0 #FC0012;
    }

    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 #FC0012;
        box-shadow: 0 0 0 0 #FC0012;
    }

    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 #FC0012;
    border-color: #FC0012 transparent #FC0012 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}


.border-top {
    border-top: 1px solid #ccc;
    padding: 50px 0;
}

.brands-filter .brand-card a {
    width: 100%;
    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 .brand-card a img {
    position: absolute;
    left: 12px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

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

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

.brands-filter .brand-card a.active {
    background: #FC0012;
    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 .brand-card a.active .icon-white {
    -webkit-transform: scale(1);
    transform: scale(1);
}

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



@media (min-width: 768px) {
    .ms-md-3 {
        margin-right: 1rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }
}

nav ul li a.active {
    color: #FC0012
}

.mt-25 {
    margin-top: 25px !important;
}

.h3-hero-search-box.office .at-search-filter .input-field {
    width: 45%;
}

@media (max-width: 768px) {
    .h3-hero-search-box.office .at-search-filter .input-field {
        width: 100%;
    }

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

.footer-widget li a {
    display: flex;
    align-items: center;
}

.footer-widget li a .phone {
    margin-right: 5px;
    color: #fff;
}

.wpx-100 {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.wpx-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.show-data .input-field select {
    font-weight: 600;
    color: #111010;
    font-size: 12px;
}


.footer-section .mobile-nav {
    display: none;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f0f0f0;
    background: #fff;
    z-index: 2000;
}

.footer-section .mobile-nav li span {
    display: block;
    font-size: 12px;
}

.footer-section .mobile-nav li i {
    font-size: 16px;

}

.footer-section .mobile-nav a.nav-link {
        color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    flex-direction: column;
}

.footer-section .mobile-nav a.nav-link:hover {
    color: #FA0D5F;
}

.footer-section .mobile-nav a.active {
    color: #FA0D5F;
    font-weight: 600
}


@media (max-width: 991px) {
       .footer-section .mobile-nav {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .footer-section .pt-120 {
        padding-top: 0px;
    }
    .mb-75 {
    margin-bottom: 65px;
}
    .mobile-nav li.nav-item {
        display: flex;
        align-items: center;
        border-right: 1px solid #e5e5e5;
    }
    .mobile-nav li.nav-item:first-child {
        border-right: 0px solid #e5e5e5;
    }
    .contact-info.mt-60 {
    font-size: 12px;
}
  
}

.bg-0000{
    background: #000;
    padding: 10px 0;
    text-align: center;
    border-radius: 15px; 
}