@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
    overflow-x: unset !important;
}
body,
html {
    height: 100%;
    font-family: "Nunito Sans", sans-serif !important;
}
a {
    text-decoration: none;
}
.inner_header_wrap {
    padding: 18px 0;
}
.left-col-r,
.right-col-r {
    width: 390px;
    display: inline-flex;
}
.right-col-r {
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.right-col-r .fill_btn_r,
.right-col-r .outline_btn_r{
    padding: 4px 12px;
    font-size: 16px;
    height: 40px;
}

.left-col-r .logo {
    display: inline-flex;
    width: 265px;
}
.left-col-r .logo_wrap {
    display: inline-flex;
}

.serach_bar_mlc {
    z-index: 999;
}

.serach_bar_mlc .input_control {
    width: 100%;
    height: 46px;
    border: 1px solid #183acf;
    border-radius: 5px;
    padding-right: 50px;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.serach_bar_mlc .twitter-typeahead .tt-menu {
    background-color: #fff;
    max-height: 250px;
    overflow-y: auto;
}
.serach_bar_mlc
    .twitter-typeahead
    .tt-menu
    .tt-dataset
    .tt-suggestion:last-child {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.serach_bar_mlc .twitter-typeahead .tt-menu .tt-dataset-body-type h3,
.serach_bar_mlc .twitter-typeahead .tt-menu .tt-dataset-color h3,
.serach_bar_mlc .twitter-typeahead .tt-menu .tt-dataset-fuels h3,
.serach_bar_mlc .twitter-typeahead .tt-menu .tt-dataset-driveTypes h3,
.serach_bar_mlc .twitter-typeahead .tt-menu .tt-dataset-cars h3,
.serach_bar_mlc .twitter-typeahead .tt-menu .tt-dataset-maker h3,
.serach_bar_mlc .twitter-typeahead .tt-menu .tt-dataset-model h3 {
    font-size: 18px;
    margin: 0px;
    padding: 6px 16px;
    font-weight: 600;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.serach_bar_mlc .twitter-typeahead .tt-menu .tt-suggestion {
    padding: 6px 16px;
    font-size: 15px;
}

.serach_bar_mlc .twitter-typeahead .tt-menu .tt-suggestion:hover {
    background: rgba(24, 58, 207, 0.1);
    color: rgba(24, 58, 207, 1);
}

.serach_bar_mlc .twitter-typeahead:hover .input_control,
.serach_bar_mlc .twitter-typeahead:focus .input_control {
    border-color: #fb5315;
}
.search_reco {
    position: absolute;
    right: 0px;
    top: 1px;
    height: 44px;
    width: 50px;
    background: #183acf;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 0px 4px;
}
.serach_bar_mlc .twitter-typeahead:hover + .search_reco,
.serach_bar_mlc .twitter-typeahead:focus + .search_reco {
    background: #fb5315;
}
.serach_bar_mlc .twitter-typeahead {
    width: 100%;
}
.search_reco:hover {
    background: #222;
}
.center-col-r {
    width: 516px;
}
.fill_btn_r {
    display: inline-flex;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    color: #fff;
    height: 46px;
    padding: 0 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.fill_btn_r:hover,
.fill_btn_r:focus {
    background: #222;
}
.outline_btn_r {
    display: inline-flex;
    background: #fff;
    color: #101010;
    border: 1px solid #fb5315;
    height: 46px;
    padding: 0 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.outline_btn_r:hover,
.outline_btn_r:focus {
    background: #222;
    border-color: #222;
    color: #fff;
}
.header_user_dropdown {
    background-color: transparent;
    border: 0px;
    padding: 0 25px 0 0px;
    display: flex;
    flex-direction: row;
}

.logged_user_details {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.user_img_wrap {
    width: 42px;
    height: 42px;
}
.user_img_wrap img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logged_user_details h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(28, 28, 28, 1);
    margin: 0px;
}
.header_profile_dropdown.dropdown .dropdown-menu {
    background-color: #fff;
    border: 0;
    padding: 15px 17px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    min-width: 200px;
    transform: translateY(60px);
    transition: all 0.3s ease-in-out;
}
.header_profile_dropdown.dropdown .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.header_profile_dropdown.dropdown .mobile-user-name {
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
    margin: 0 0 3px 0;
    padding: 0 0 10px 0;
}

.header_profile_dropdown.dropdown .mobile-user-name h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
}

.header_profile_dropdown.dropdown .mobile-user-name h3 span {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.header_profile_dropdown.dropdown .dropdown-menu li a {
    padding: 0px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    transition: all 0.3s ease-in-out;
    color: rgba(28, 28, 28, 1);
    font-weight: 600;
}
.header_profile_dropdown.dropdown .dropdown-menu li a:hover {
    background-color: transparent;
    color: #183acf;
}
.header_profile_dropdown.dropdown .dropdown-menu li a span {
    font-size: 18px;
    line-height: 24px;
}
.header_user_dropdown.dropdown-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 12px;
    height: 14px;
    margin: 0;
}
.v-menu-bar-set .main-menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    column-gap: 50px;
}
.v-menu-bar-set .main-menu li {
    margin: 0 16px;
    display: inline-flex;
}
.v-menu-bar-set .main-menu li .menu-link {
    padding: 6px 10px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 1;
}
.v-menu-bar-set .main-menu li .menu-link:hover,
.v-menu-bar-set .main-menu li .menu-link.active {
    background: #2b4ee5;
}

.v-menu-bar-set .offcanvas {
    background: transparent;
}
.reco_right_banner_linkbox {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 14px;
}
.reco_right_banner_linkbox .reco_row_main {
    display: flex;
    width: 100%;
    height: 178px;
    border: 1px solid #fb5315;
    border-radius: 10px;
    flex-direction: column;
    padding: 26px 0 0 26px;
    background: linear-gradient(
        180deg,
        rgba(251, 83, 21, 0.1) 0%,
        rgba(198, 4, 4, 0.1) 100%
    );
    position: relative;
    overflow: hidden;
}
.reco_right_banner_linkbox .reco_row_main:first-child img {
    transform: rotateY(180deg);
}
.reco_right_banner_linkbox .reco_row_main img {
    position: absolute;
    /* right: -15%; */
    right: -5%;
    bottom: 0;
    height: 100px;
}
.reco_right_banner_linkbox .reco_row_main h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fb5315;
    margin: 0;
    font-family: "DM Sans", sans-serif;
}
.reco_right_banner_linkbox .reco_row_main span {
    font-size: 17px;
    font-weight: 700;
}
.reco_right_banner_linkbox .reco_row_main a {
    width: 100%;
    height: 100%;
    color: #101010;
}
.reco_right_banner_linkbox .reco_row_main:nth-child(2) {
    background: #f0f3ff;
    border-color: #183acf;
}
.reco_right_banner_linkbox .reco_row_main:nth-child(2) h2 {
    color: #183acf;
}
.reco_right_banner_linkbox .reco_row_main:nth-child(2) img {
    height: 131px;
    bottom: -41px;
    right: -40px;
}
.reco_right_banner_linkbox .reco_row_main:nth-child(3) img {
    height: 130px;
    bottom: -40px;
    right: -50px;
}

.banner_main_set_part .carousel-item:before,
.banner_main_set_part .carousel-item:after {
    content: "";
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    z-index: 1;
    top: 0px;
}

.banner_main_set_part .carousel-item:before {
    background-image: url(../images/carousel/left-shadow-img.svg);
    background-position: left;
}

.banner_main_set_part .carousel-item:after {
    background-image: url(../images/carousel/right-shadow-img.svg);
    background-position: right;
}

.banner_main_set_part .carousel .carousel-item {
    height: 405px;
    overflow: hidden;
    border-top-left-radius: 7.35px;
    border-top-right-radius: 7.35px;
}

.banner_main_set_part .carousel .carousel-item .carousel-top-img-gradient {
    position: relative;
    z-index: 2;
}

.banner_main_set_part
    .carousel
    .carousel-item
    .carousel-top-img-gradient:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 163px;
    background-image: url(../images/carousel/top-gradient-img.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 2;
}

.banner_main_set_part .carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.banner_main_set_part {
    padding: 10px 0;
}
.banner_main_set_part .carousel-inner {
    border-radius: 10px;
}
.banner_main_set_part .carousel-control-prev,
.banner_main_set_part .carousel-control-next {
    display: none;
}

.banner_main_set_part .carousel-indicators {
    margin: 0 35px 20px;
    justify-content: flex-end;
    column-gap: 4.5px;
    z-index: 6;
}

.banner_main_set_part .carousel-indicators button {
    width: 8.5px;
    height: 8.5px;
    border-radius: 34px;
    background-color: rgba(255, 255, 255, 0.19);
    margin: 0;
    border: 0;
    transition: width 0.4s ease-in-out;
}

.banner_main_set_part .carousel-indicators button.active {
    background-color: #fff;
    width: 40px;
    border-radius: 9px;
}

.banner_main_set_part .carousel .carousel-caption {
    top: 30px;
    bottom: auto;
    z-index: 3;
    max-width: 580px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0;
}

.banner_main_set_part .carousel .carousel-caption h5 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000;
}

.banner_main_set_part .carousel .carousel-caption p {
    max-width: 72%;
    margin: 0 auto 10px;
}

.banner_main_set_part .carousel .carousel-caption h5 .clr_txt {
    color: #183acf;
    font-weight: 900;
}

.banner_main_set_part .carousel .carousel-caption .bnr_act_btn svg {
    margin-left: 15px;
}

.news_strips {
    background: #183acf;
    width: 100%;
    align-items: center;
    height: 35px;
}
.news_strips_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.news_strips_inner span {
    padding-left: 22px;
    padding-right: 5px;
    color: #fff;
    font-size: 18px;
}
.news_strips_inner marquee {
    width: calc(100% - 22px);
    color: #fff;
    font-size: 18px;
}

.spacing_bottom {
    margin-bottom: 28px;
}
.spacing_list {
    margin-bottom: 38px;
}
.spacing_bottom:last-child,
.spacing_list:last-child {
    margin-bottom: 0;
}
.listing_section {
    padding-top: 18px;
    padding-bottom: 50px;
}
.listing_home_main {
    display: flex;
    gap: 27px;
}
.common_width {
    width: 100%;
    max-width: 236px;
}
.filter_main {
    border-radius: 3.8px;
}
.filter_heading {
    background-color: #183acf;
    padding: 16px;
    font-weight: 900;
    font-size: 15px;
    font-family: "DM Sans";
    color: white;
    margin-bottom: 0;
    border: 0.81px solid #183acf;
    border-top-left-radius: 3.8px;
    border-top-right-radius: 3.8px;
}
.filter_list {
    list-style: none;
    margin-bottom: 0;
    border: 0.81px solid #7b7b7b33;
    border-bottom-left-radius: 3.8px;
    border-bottom-right-radius: 3.8px;
    padding-left: 0;
}
.filter_list .no-div-data-wrap {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 10px;
}
.filter_list .no-div-data-wrap img {
    width: 50px;
    margin-bottom: 10px;
}
.filter_list .no-div-data-wrap h6 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
}
.filter_list li {
    border-bottom: 0.81px solid #7b7b7b33;
}
.filter_list li:last-child {
    border-bottom: none;
}
.filter_list li a {
    padding: 6px 14px;
    gap: 6px;
    height: 48.86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter_list li a svg {
    flex: 0 0 auto;
}
.filter_list li a:hover .brand_name{
    color: rgba(24, 58, 207, 1);
}
.filter_name {
    display: flex;
    align-items: center;
    gap: 9px;
}
.search_by_price .brand_logo {
    width: 24px;
    height: 24px;
}
.search_by_body .brand_logo {
    width: 32px;
    height: 32px;
}
.nearby_service .brand_logo {
    width: 30px;
    height: 30px;
}
.brand_logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.brand_name {
    margin-bottom: 0;
    font-family: "DM Sans";
    font-size: 12.38px;
    font-weight: 700;
    word-break: break-all;
    color: #101010;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inquiry_form_main {
    padding: 14px 12px;
    border-radius: 6px; /* Apply border radius */
    border: 1.28px solid transparent;
    background: linear-gradient(#feede8, #feede8) padding-box,
        linear-gradient(180deg, #fb5315 0%, #c60404 100%) border-box;
}
.inquiry_title {
    font-size: 22.14px;
    font-weight: 700;
}
.inquiry_text {
    font-size: 12.76px;
    line-height: 17.4px;
    margin-bottom: 15px;
}

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

.form-group label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #101010;
}

.form-group label.error {
    font-size: 14px !important;
    color: #f24512;
    margin-bottom: 0px;
}

.form-group input[type="text"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1.28px solid #fb5315;
    background-color: white;
    border-radius: 6px;
    font-size: 12px;
    color: #101010;
    box-sizing: border-box;
}
.form-group input[type="text"]:hover,
.form-group input[type="text"]:focus,
.form-group select:hover,
.form-group select:focus,
.form-group textarea:hover,
.form-group textarea:focus {
    border: 1.28px solid #222;
}

.form-group select.custom_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/dashboard/down_arrow.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px;
    padding-right: 26px;
}

.inquiry_form button {
    border: none;
    width: 100%;
}
.form-group input[type="text"]::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
}

textarea {
    resize: none;
}
.product_listing_main {
    width: 100%;
}
.title_group {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-start; */
    gap: 12px;
    align-items: center;
    margin-bottom: 30px;
}
.btn_with_icon {
    gap: 10px;
}
.btn_with_icon:hover svg,
.btn_with_icon:focus svg {
    filter: invert(1);
}
.title_usable {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 51.83px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.title_usable span{
    display: flex;
}
.title_usable span a {
    display: flex;
}
.clr_title {
    color: #183acf;
}
.list_grid_main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
    gap: 30px;
}
.list_grid_main .no-div-data-wrap {
    background: #fff;
    border-radius: 7.35px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 2.94px 11.98px 0px #0000000a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 15px;
    min-height: 270px;
}

.list_grid_main .no-div-data-wrap .no-car-img {
    width: 80px;
}

.list_grid_main .no-div-data-wrap h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.car-card {
    position: relative;
    background: #fff;
    border-radius: 7.35px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 2.94px 11.98px 0px #0000000a;
    overflow: hidden;
    transition: 0.2s all ease-in-out;
}
.car-card:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.carousel-inner{
    z-index: 5;
}
.carousel-inner img {
    border-radius: 0px;
    height: 160px;
    object-fit: contain;
}
.shimmer_effect.list_carousel {
    height: 160px;
}
.list_carousel {
    box-shadow: 0px 0px 11.98px 0px #0000000a;
}

.list_carousel .carousel-indicators {
    margin: 9px;
    justify-content: flex-start;
    gap: 6px;
}
.list_carousel .carousel-indicators button {
    border-top: 0;
    border-bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 0;
    background-color: #ffffff30;
    opacity: 1;
    position: relative;
}
.list_carousel .carousel-indicators button.active::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    opacity: 0.5;
    border-radius: 100%;
}

.ribbon {
    position: absolute;
    top: 12px;
    left: 0;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    color: white;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    transform-origin: left;
    text-align: center;
    z-index: 7;
    min-width: 34px;
}
.ribbon::after {
    /* position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: -9.5px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #e22e0d ; */
    position: absolute;
    content: "";
    top: 0;
    right: -13.5px;
    width: 14px;
    height: 27px;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    clip-path: polygon(0 0, 0 100%, 75% 50%);
}

.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(110, 107, 107, 0.5);
    backdrop-filter: blur(178.86436462402344px);
    border-radius: 100%;
    padding: 6px;
    width: 30px;
    border: 1px solid transparent;
    height: 30px;
    z-index: 20;
    /* transition: .1s all ease-in-out; */
}

.wishlist.is-active {
    background-color: #ff5a5f;
    border-color: #fff;
}

.wishlist.is-active svg {
    fill: #ffffff;
    animation: beat cubic-bezier(0.04, 0.4, 0.5, 0.95) 450ms forwards 1;
}

@keyframes beat {
    30% {
        opacity: 1;
        transform: scale(1.4);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.wishlist svg {
    fill: transparent;
    width: 100%;
    height: 100%;
}

.car-details {
    padding: 15px 9px;
    display: flex;
    flex-direction: column;
}

.car-title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 18.04px;
    word-break: break-all;
    color: #101010;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.car-title.shimmer_effect {
    height: 18px;
    margin-bottom: 8px;
}
.car-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.car-info {
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    column-gap: 13px;
    row-gap: 6px;
    flex-wrap: wrap;
    color: #777;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.car-info.shimmer_effect {
    height: 11px;
    margin-bottom: 15px;
}

.car-info span {
    position: relative;
    line-height: 1.1;
}
.car-info span:last-child::after {
    display: none;
}
.car-info span::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: -8px;
    width: 3px;
    height: 3px;
    background-color: #777;
    border-radius: 100%;
}

.price {
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.price.shimmer_effect {
    height: 27px;
    width: 35%;
}

.price .currency {
    font-size: 14px;
}
.flex_price {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 4px;
    flex-wrap: wrap;
    align-items: center;
}
.view-detail {
    display: inline-flex;
    gap: 6px;
    line-height: 1;
    align-items: center;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.view-detail.shimmer_effect {
    height: 27px;
    width: 40%;
}
.view-detail:hover {
    color: #183acf;
}
.view-detail:hover span svg path {
    fill: #183acf;
}
.view-detail span {
    width: 14px;
}
.view-detail span svg {
    width: 100%;
    height: 100%;
}
section {
    padding: 60px 0;
}

/* testimonial section css start */
.bg_testimonial {
    background-color: #183acf;
}
.bg_testimonial .title_group {
    color: white;
}
.subtitle_flex {
    margin-bottom: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-slider .owl-stage {
    display: flex;
}

.testimonial-slider .owl-item {
    display: flex;
}

.testimonial_card {
    background-color: white;
    border-radius: 12px;
    padding: 20px 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #101010;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial_title_flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.testimonial_card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.quote_sign {
    width: 30px;
    height: 30px;
}
.quote_sign svg {
    width: 100%;
    height: 100%;
}
.testimonial_card .quote {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    margin: 30px 0;
}

.testimonial_card .profile_flex {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.owl-carousel .testimonial_card .profile_flex img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.testimonial_card .profile_flex .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}

.testimonial_card .profile_flex .position {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.bg_testimonial .owl-nav {
    margin-top: 25px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.bg_testimonial .owl-carousel .owl-nav button.owl-prev,
.bg_testimonial .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 5px !important;
}

.bg_testimonial .owl-carousel .owl-nav button .test-slide-arrow {
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.bg_testimonial .owl-carousel .owl-nav button .left-arrow {
    background-image: url(../images/testimonial-slide/left-slide-arrow.svg);
}

.bg_testimonial .owl-carousel .owl-nav button .right-arrow {
    background-image: url(../images/testimonial-slide/right-slide-arrow.svg);
}
/* testimonial section css end */

.faq_wrapper .accordion {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.faq_wrapper .accordion-item {
    border: 1px solid #d3d3d3;
    border-radius: 8px;
}

.faq_wrapper .accordion-item .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #101010;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    padding: 27px 55px 27px 30px;
}

.faq_wrapper .accordion-item .accordion-button::after {
    position: absolute;
    right: 30px;
    top: 34px;
    background-image: url(../images/faq-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.faq_wrapper .accordion-item .accordion-body {
    color: #000;
    border-top: 1px solid #d3d3d3;
    padding: 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.footer_wrapper {
    background-color: #183acf;
    padding: 40px 0;
}

.footer_cmn_sec,
.footer_cmn_sec ul li,
.footer_cmn_sec ul li a {
    color: #d6d6d6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.footer_cmn_sec ul li a {
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: flex-start;
    column-gap: 5px;
}

.footer_cmn_sec ul li a:hover {
    color: #fb5315;
}

.footer_cmn_sec .logo_wrap {
    display: inline-flex;
    margin-bottom: 30px;
}

.footer_contact_details .contact_listing {
    margin: 0px;
    display: inline-flex;
    flex-direction: column;
    row-gap: 24px;
}

.footer_cmn_sec ul li {
    display: inline-flex;
    column-gap: 8px;
}

.footer_col_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 65px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.footer_title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.footer_menu_list {
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.footer_menu_list li:not(:last-child) {
    margin-bottom: 6px;
}

.footer_one {
    max-width: 250px;
}

.footer_two {
    max-width: 135px;
}

.footer_three .footer_number_scan_img {
    width: 250px;
}

.footer_four {
    max-width: 130px;
}

.footer_five {
    max-width: 110px;
}

.footer_five .footer_menu_list {
    flex-direction: row;
    margin: 0;
    column-gap: 16px;
}

.footer_five .footer_menu_list li {
    margin: 0px;
}

.footer_five .footer_social_icon:hover {
    transform: scale(1.1);
}

.footer-copyright {
    font-size: 16px;
    line-height: 24px;
    color: #d6d6d6;
}

.footer-copyright a {
    color: #d6d6d6;
}

.content-wrapper-body {
    padding: 30px 0 40px;
    position: relative;
}

.cmn_breadcrumnb .breadcrumb {
    padding: 0;
    margin: 0px;
}

.cmn_breadcrumnb .breadcrumb .breadcrumb-item {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: rgba(24, 58, 207, 0.5);
    font-family: "Poppins", sans-serif;
}

.cmn_breadcrumnb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "|";
    color: rgba(24, 58, 207, 1);
}

.cmn_breadcrumnb .breadcrumb .breadcrumb-item a {
    color: rgba(24, 58, 207, 1);
    transition: all 0.3s ease-in-out;
}

.cmn_breadcrumnb .breadcrumb .breadcrumb-item a:hover {
    color: #fb5315;
}

.cmn_page_wrap {
    padding-top: 30px;
}

.car_list_wrapper {
    display: flex;
    column-gap: 30px;
    position: relative;
}

.car_list_filter_wrap {
    padding: 15px;
}

.filter-head-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.filter-title-clear {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
}

.show-more-btn {
    background: linear-gradient(180deg, #183acf 0%, #2b4ee5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    border: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 24px;
}

.show-more-btn:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #183acf 0%, #2b4ee5 100%);
}

.filter-head-wrap .car_list_filter_title {
    margin-bottom: 0px;
}

.filter-head-wrap .clear_filter_btn {
    font-size: 14px;
    line-height: 24px;
    border: 0;
    padding: 0;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    position: relative;
}

.filter-option-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
}

.filter-option-wrap .filter-btn {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 20px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(24, 58, 207, 0.05);
    color: rgba(24, 58, 207, 1);
    font-weight: 600;
    margin: 6px 0;
}

.filter-option-wrap .filter-btn + .filter-btn {
    margin-top: 1px;
}

.filter-option-wrap .option-remove-icon {
    margin-left: 10px;
    color: #ff0808;
    font-size: 12px;
}

.checklist_filter {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 12px;
}

.checklist_filter {
    scrollbar-width: thin;
    scrollbar-color: #1641ca rgba(251 83 21 / 0.1);
}

.checklist_filter::-webkit-scrollbar-track {
    background-color: #bbb;
}

.checklist_filter::-webkit-scrollbar-thumb {
    background-color: #008aff;
}

.car_list_filter_title {
    font-size: 18px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 16px;
}

.filter_search_wrap {
    margin-bottom: 18px;
}

.filter_search_wrap .form-control {
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    color: rgba(16, 16, 16, 0.4);
    border: 1px solid rgba(16, 16, 16, 0.1);
    padding: 6px 12px;
}

.dropdown_filter_opt {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dropdown_filter_opt .dropdown {
    width: 100% !important;
}

.dropdown_filter_opt .dropdown .dropdown-toggle {
    border: 1px solid rgba(16, 16, 16, 1);
    border-radius: 5px;
    background-color: transparent;
    padding: 7px 10px;
    min-height: 40px;
}

.dropdown_filter_opt .dropdown .dropdown-toggle:focus {
    outline: none !important;
}

.dropdown_filter_opt .dropdown .dropdown-toggle:after {
    background-image: url(../images/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    font: unset;
    content: "";
    width: 14px;
    height: 10px;
}

.dropdown_filter_opt .dropdown .filter-option .filter-option-inner-inner {
    color: rgba(16, 16, 16, 1);
}

.dropdown_filter_opt .dropdown .dropdown-toggle + .dropdown-menu.show {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(16, 16, 16, 1);
    z-index: 9999;
}

.dropdown_filter_opt .dropdown .dropdown-menu.show .bs-searchbox .form-control {
    padding: 6px 10px;
    border: 1px solid rgba(16, 16, 16, 1);
    min-height: 36px;
}

.dropdown_filter_opt
    .dropdown
    .dropdown-menu.show
    .dropdown-menu.inner.show
    li
    a {
    font-weight: 500;
    padding: 4px 16px;
}

.dropdown_filter_opt
    .dropdown
    .dropdown-menu.show
    .dropdown-menu.inner.show
    li.active
    a,
.dropdown_filter_opt
    .dropdown
    .dropdown-menu.show
    .dropdown-menu.inner.show
    li.selected
    a {
    color: #fb5315;
    background-color: transparent;
    font-weight: 600;
}

.dropdown_filter_opt
    .dropdown
    .dropdown-menu.show
    .dropdown-menu.inner.show
    li
    a:active,
.dropdown_filter_opt
    .dropdown
    .dropdown-menu.show
    .dropdown-menu.inner.show
    li
    a:focus {
    color: #fb5315;
}

.dropdown_filter_opt
    .dropdown
    .dropdown-menu.show
    .dropdown-menu.inner.show
    li
    a:hover {
    background: rgba(24, 58, 207, 0.05);
    color: rgba(24, 58, 207, 1);
}

.checklist_wrapper:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.checklist_wrapper h4 {
    color: rgba(16, 16, 16, 0.4);
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.checklist_container {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(16, 16, 16, 1);
}

.checklist_filter_item:not(:last-child) .checklist_container {
    margin-bottom: 12px;
}

.checklist_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid rgba(16, 16, 16, 0.4);
    border-radius: 4px;
}

.checklist_container input:checked ~ .checkmark {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    border: 1px solid transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checklist_container input:checked ~ .checkmark:after {
    display: block;
}

.checklist_container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.car_listing {
    width: calc(100% - 330px);
}

.car_filter_wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.car_filter_wrapper label {
    margin-right: 5px;
    color: rgba(16, 16, 16, 1);
    font-weight: 600;
}

.custom-sort-dropdown .custom-dropdown-toggle {
    padding: 0 20px 0 0px;
    background: transparent;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    width: 100%;
}

.option-selected .custom-dropdown-toggle {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.custom-sort-dropdown .custom-dropdown-toggle:after {
    content: "";
    position: absolute;
    background-image: url(../images/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 13px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
}

.custom-sort-dropdown .custom-dropdown-options {
    display: none;
    position: absolute;
    background: #fff;
    width: 235px;
    border: 1px solid #ccc;
    max-height: 450px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 5px;
    padding: 15px;
    border: 0;
    right: 0;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}

.custom-sort-dropdown.active .custom-dropdown-options {
    display: inline-block;
    z-index: 1052;
}

.custom-radio-option {
    padding: 0px 0 10px 32px;
    margin: 0px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
    position: relative;
    font-weight: 600;
    user-select: none;
    cursor: pointer;
}

.custom-radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-option::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(251, 83, 21, 1);
    border-radius: 50%;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-radio-option::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.custom-radio-option.selected {
    color: #fb5315;
}

.custom-radio-option.selected::after {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
}

.sort_option_wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    width: 100%;
}

.sort_option_wrap:last-child {
    padding-bottom: 0px;
    border-bottom: 0;
    margin-bottom: 0px;
}

.sort_option_wrap .optgroup {
    font-size: 18px;
    line-height: 24px;
    color: rgba(28, 28, 28, 1);
    font-weight: 700;
    margin-bottom: 10px;
}

.sort_option_wrap .custom-radio-option {
    padding: 0px 0 10px 32px;
    margin: 0px;
    border-bottom: 0;
}

.sort_option_wrap .custom-radio-option:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.range_container {
    display: flex;
    flex-direction: column;
}

.sliders_control {
    position: relative;
    /* display: inline-flex;
    margin: 10px 0 30px; */
    min-height: 40px;
    display: inline-flex;
    align-items: center;
}

.range_container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: radial-gradient(circle, #fff 50%, transparent 51%),
        linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    pointer-events: all;
    margin-top: 0px;
}
.range_container input[type="range"]:last-child::-webkit-slider-thumb {
    background: radial-gradient(circle, #fff 50%, transparent 51%),
        linear-gradient(180deg, #01b44b 0%, #01b44b 100%);
}
.range_container input[type="range"]:last-child::-webkit-slider-thumb:hover {
    background: radial-gradient(circle, #fff 50%, transparent 51%),
        linear-gradient(180deg, #01b44b 0%, #01b44b 100%);
}
.range_container input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: radial-gradient(circle, #fff 50%, transparent 51%),
        linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer;
}
.range_container input[type="range"]:last-child::-moz-range-thumb {
    background: radial-gradient(circle, #fff 50%, transparent 51%),
        linear-gradient(180deg, #01b44b 0%, #01b44b 100%);
}
.range_container input[type="range"]:last-child::-moz-range-thumb:hover {
    background: radial-gradient(circle, #fff 50%, transparent 51%),
        linear-gradient(180deg, #01b44b 0%, #01b44b 100%);
}

.range_container input[type="range"]::-moz-range-track {
    -moz-appearance: none;
}

.range_container input[type="range"]:focus {
    outline: none;
    background-color: transparent !important;
}

.range_container input[type="range"]::-webkit-slider-thumb:hover {
    background: radial-gradient(circle, #fff 50%, transparent 51%),
        linear-gradient(180deg, #fb5315 0%, #c60404 100%);
}

.range_container input[type="range"]::-webkit-slider-thumb:active {
    background: radial-gradient(circle, #fff 50%, transparent 51%),
        linear-gradient(180deg, #fb5315 0%, #c60404 100%);
}

.range_slider_input_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form_control_container {
    max-width: 100px;
    width: 100%;
}

.form_control_container .form_control_container__time__input {
    width: 100%;
    border: 1px solid rgba(16, 16, 16, 1);
    padding: 7px 10px;
    border-radius: 5px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    line-height: 18px;
}

.range_container input[type="range"]::-webkit-slider-runnable-track {
    background-color: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield; /* Hides the spinner */
}

.range_container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(251 83 21 / 0.1) 0%,
        rgba(198 4 4 / 0.1) 100%
    );
    border-radius: 4.3px;
    /* outline: none; */
    position: absolute;
    pointer-events: none;
}

.range_container .from-slider[type="range"] {
    height: 0;
    z-index: 1;
}

input[type="range" i] {
    cursor: default;
    margin: 8px 0;
}

.range_seperatot {
    display: inline-flex;
    color: rgba(16, 16, 16, 1);
}

#fromSlider {
    height: 0;
    z-index: 1;
}

.alt_body_clr {
    background-color: rgba(250, 250, 250, 1);
}

.alt_body_clr .alt_title {
    background-color: #fff;
    padding: 40px 75px 20px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.how_works_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    column-gap: 30px;
}

.how_works_wrapper:not(:last-child) {
    margin-bottom: 10px;
}

.col_space_left,
.col_space_rgt {
    width: 45%;
    flex: 0 0 auto;
}

.col_space_left {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.steps_img {
    max-width: 100%;
}

.odd_sec {
    background-color: rgba(24, 58, 207, 0.05);
}

.even_sec {
    background: linear-gradient(
        180deg,
        rgba(251, 83, 21, 0.05) 0%,
        rgba(198, 4, 4, 0.05) 100%
    );
}

.works_step_content,
.works_step_content p {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: rgba(16, 16, 16, 1);
    margin: 0px;
}

.works_step_content p + p {
    margin-bottom: 8px;
}

.works_step_content h4 {
    color: rgba(24, 58, 207, 1);
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
}

.auto-parts-wrapper .cmn_tabbing_wrapper .nav,
.brand-links-wrapper{
    width: 220px;
}

.brand-links-wrapper .filter_list li a{
    height: auto;
    padding: 12px 14px;
}

.brand-links-wrapper .filter_list li a .brand_name{
    line-height: 1;
}

.brand-links-wrapper .filter_list li a svg{
    width: 12px;
    height: 12px;
}

.cmn_tabbing_wrapper {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}

.cmn_tabbing_wrapper .nav {
    flex-direction: column;
    width: 240px;
    row-gap: 10px;
}

.cmn_tabbing_wrapper .nav .nav-item {
    width: 100%;
}

.cmn_tabbing_wrapper .nav .nav-link {
    width: 100%;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    border: 1px solid rgba(123, 123, 123, 0.2);
    border-radius: 3.8px;
    padding: 16px;
    color: rgba(16, 16, 16, 1);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: left;
    background-color: #fff;
}

.cmn_tabbing_wrapper .nav .nav-link.active {
    background-color: rgba(24, 58, 207, 1);
    border: 1px solid rgba(24, 58, 207, 1);
    color: #fff;
}

.cmn_tabbing_wrapper .nav .nav-link.active:focus-visible {
    box-shadow: none;
}

.cmn_tabbing_wrapper .nav .nav-link .tab_nav_name {
    width: calc(100% - 15px);
    display: inline-flex;
    align-items: flex-start;
}

.cmn_tabbing_wrapper .nav .nav-link .tab_nav_name svg {
    margin: 0 5px 0px 0;
    width: 20px;
    height: 20px;
}

.cmn_tabbing_wrapper .nav .nav-link .tab_nav_name span {
    width: calc(100% - 25px);
    margin-top: 2px;
}

.cmn_tabbing_wrapper .nav .nav-link svg {
    margin-left: 5px;
    width: 10px;
}

.cmn_tabbing_wrapper .tab-content {
    width: calc(100% - 255px);
}

.auto-parts-wrapper .cmn_tabbing_wrapper .tab-content{
    width: calc(100% - 470px);
}

.auto-parts-wrapper a{
    color: rgba(16, 16, 16, 1);
    font-weight: 700;
    font-size: 14px;
}

.cmn_content_sec {
    border: 1px solid rgba(123, 123, 123, 0.2);
    border-radius: 3.8px;
    padding: 20px 35px;
    background-color: #fff;
}

.cmn_tab_content_wrap:not(:last-child) {
    margin-bottom: 25px;
}

.cmn_tab_content_wrap {
    overflow-x: auto;
    width: 100%;
}

.autopart_header{
    display: flex;
    align-items: center;
    gap: 20px;
}

.auto_part_desc{
    width: calc(100% - 370px);
}

.auto_part_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 350px;
}

.auto_part_img{
    width: 100%;
}

.all-auto-aprts-wrapper{
    columns: 2;
    gap: 40px;
    break-inside: avoid;
}

.all-auto-parts-col{
    break-inside: avoid;
    margin-bottom: 30px;
}

.cmn_content_sec .autopart-subtitle h2{
    font-size: 18px;
    line-height: 1.2;
    font-family: "DM Sans";
    border-bottom: 3px solid rgba(208, 213, 221, 1);
    margin-bottom: 15px;
}

.autopart-list{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.autopart-listing-wrap{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.autopart-listing-label{
    color: #fb5315;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

.autopart-listing-value{
    font-size: 14px;
    line-height: 1.2;
    color: rgba(16, 16, 16, 1);
    font-weight: 500;
}

.cmn_content_sec h2 {
    color: rgba(24, 58, 207, 1);
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    /* border-bottom: 5px solid rgba(208, 213, 221, 1); */
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.cmn_desc_content,
.cmn_desc_content p,
.cmn_desc_content ul li {
    font-size: 17px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
    font-weight: 500;
}

.cmn_desc_content p {
    font-weight: 700;
}

.cmn_listing_details {
    display: flex;
    flex-direction: column;
}

.cmn_listing_item {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    font-family: "DM Sans", sans-serif;
}

.cmn_listing_item:not(:last-child) {
    margin-bottom: 12px;
}

.cmn_listing_item label {
    color: #fb5315;
    font-weight: 700;
    width: 230px;
}

.cmn_listing_item .cmn_listing_content {
    width: calc(100% - 230px);
    font-weight: 500;
}

.cmn_desc_content p a,
.cmn_listing_content a {
    color: #183acf;
    transition: all 0.3s ease-in-out;
}

.cmn_desc_content p a:hover,
.cmn_listing_content a:hover {
    text-decoration: underline;
}

.cmn_listing_content ul {
    padding-left: 30px;
}

.cmn_listing_content ul li:not(:last-child) {
    margin-bottom: 4px;
}

.cmn_listing_content ul li a {
    color: rgba(16, 16, 16, 1);
}

.cmn_listing_content ul li a:hover {
    text-decoration: underline;
}

.cmn_content_tbl {
    width: 100%;
    table-layout: fixed;
}

.cmn_content_tbl th:first-child,
.cmn_content_tbl td:first-child {
    width: 500px;
}

.cmn_content_tbl th:last-child,
.cmn_content_tbl td:last-child {
    width: 200px;
}

.cmn_content_tbl,
.cmn_content_tbl th,
.cmn_content_tbl td {
    border: 0px;
    padding: 0;
}

.cmn_content_tbl td {
    font-size: 17px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
    font-weight: 500;
    padding: 5.5px 5px;
}

.cmn_content_tbl td label {
    color: #fb5315;
    font-weight: 700;
}

.cmn_gallery_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.cmn_gallery_wrapper .gallery_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn_gallery_wrapper .gallery_img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 370px;
}

.cmn_gallery_wrapper .gallery_img a img {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: contain;
}

.cmn_tab_form_wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.cmn_tab_form_wrap.save_address_listing {
    max-width: 600px;
}

.cmn_tab_form_wrap h3,
.save_address_listing_head h3 {
    color: rgba(16, 16, 16, 1);
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.cmn_tab_form_wrap .tab_form_group {
    position: relative;
    margin-bottom: 28px;
}

.cmn_tab_form_wrap .tab_form_group .custom_select {
    height: 100%;
    border: 1px solid rgba(16, 16, 16, 1);
    box-shadow: 0 0 1px rgba(16, 16, 16, 1);
    padding: 16px 22px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
    background-image: url(../images/dropdown-icon.svg);
    background-size: 14px;
}

.cmn_tab_form_wrap .tab_form_group input[type="password"] {
    padding-right: 40px;
}

.cmn_tab_form_wrap .tab_form_group label.error,
.cmn_tab_form_wrap .tab_form_group div.error {
    position: absolute;
}

.cmn_tab_form_wrap .tab_form_group .form-control:focus {
    box-shadow: none;
}

.cmn_tab_form_wrap .tab_form_group .is-invalid,
.cmn_tab_form_wrap .tab_form_group .invalid {
    background-image: none;
}

.cmn_tab_form_wrap .tab_form_group .custom_select.is-invalid,
.cmn_tab_form_wrap .tab_form_group .custom_select.invalid {
    background-image: url(../images/dropdown-icon.svg);
}

.cmn_tab_form_wrap .tab_form_group .pass-icon {
    position: absolute;
    right: 10px;
    top: 17px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn_tab_form_wrap .tab_form_group .pass-icon img {
    width: 100%;
    height: 100%;
}

.empty_sec_wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(234, 234, 234, 1);
    background-color: rgba(234, 234, 234, 0.2);
    border-radius: 4px;
}

.empty_sec_wrapper .cmn_nodata_img {
    width: 80px;
}

.empty_sec_wrapper .cmn_emty_title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.cmn_tab_form_wrap .save_address_listing_head h3 {
    margin: 0px;
}

.cmn_tab_content_wrap .tab_form_group .select2-selection{
    height: 100%;
    border: 1px solid rgba(16, 16, 16, 1);
    box-shadow: 0 0 1px rgba(16, 16, 16, 1);
    padding: 16px 22px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
    min-height: 52px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.cmn_tab_content_wrap .tab_form_group .select2-selection .select2-selection__rendered{
    padding-left: 0px;
}

.cmn_tab_content_wrap .tab_form_group .select2-selection .select2-selection__arrow{
    padding: 0;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.cmn_tab_content_wrap .tab_form_group input.form-control{
    height: 52px;
    padding: 10px;
}

.tab_form_group .form-control {
    height: 60px;
}

.tab_form_group input[type="text"],
.tab_form_group input[type="email"],
.tab_form_group input[type="number"],
.tab_form_group input[type="password"],
.tab_form_group textarea.form-control {
    height: 100%;
    border: 1px solid rgba(16, 16, 16, 1);
    box-shadow: 0 0 1px rgba(16, 16, 16, 1);
    padding: 16px 22px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
}

.tab_form_group input[type="text"]::placeholder,
.tab_form_group input[type="email"]::placeholder,
.tab_form_group input[type="number"]::placeholder,
.tab_form_group input[type="password"]::placeholder,
.tab_form_group textarea.form-control::placeholder {
    color: rgba(16, 16, 16, 1);
}
.tab_form_group.multi_field_wrap .form_field_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.tab_form_group.multi_field_wrap .form_field_wrap .select2_wrapper{
    width: 120px !important;
    height: 56px;
}
.tab_form_group.multi_field_wrap .form_field_wrap .select2_wrapper .select2-container {
    height: 100%;
}
.tab_form_group.multi_field_wrap .form_field_wrap .select2 .selection{
    height: 100%;
    width: 100%;
    display: inline-flex;
}
.tab_form_group.multi_field_wrap .form_field_wrap .select2 .select2-selection{
    padding: 16px 4px;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(16, 16, 16, 1);
    box-shadow: 0 0 1px rgba(16, 16, 16, 1);
    background-clip: unset;
    border-radius: 6px;
}
.tab_form_group.multi_field_wrap .form_field_wrap .form_wrap_input_field{
    width: calc(100% - 130px);
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.tab_form_group textarea.form-control {
    min-height: 100px;
}

.cmn_tab_form_wrap .form_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_btn_wrap .fill_btn_r {
    border: none;
    width: 100%;
    min-height: 55px;
}

.save_address_listing_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.add_new_address_wrap .back_btn_wrap {
    background-color: transparent;
    border: 0px;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(16, 16, 16, 1);
    position: relative;
    top: 30px;
}

.add_new_address_wrap .back_btn_wrap svg {
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
}

.save_address_listing_head .add_address_btn {
    padding: 0px;
    border: 0px;
}

.add_address_btn {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 26px;
    position: relative;
}

.add_address_btn:hover{
    background: transparent;
    color: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}

.add_address_btn:hover:before{
    background: #000;
}

.add_address_btn:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
}

.saved_add_list {
    border: 1px solid rgba(234, 234, 234, 1);
    background-color: rgba(234, 234, 234, 0.2);
    padding: 25px;
    border-radius: 7.55px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: rgba(16, 16, 16, 1);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 10px;
}

.address-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 110px);
}

.address-content .concerened-name {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}

.address-type {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}

.saved_add_list:not(:last-child) {
    margin-bottom: 24px;
}

.saved_add_list span {
    display: inline-block;
}

.add_action_btn {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
}

.add_action_btn .address_act_btn {
    border: 1px solid rgba(24, 58, 207, 1);
    background-color: #fff;
    border-radius: 4px;
    padding: 2px;
    width: 40px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: rgba(24, 58, 207, 1);
}

.add_action_btn .address_act_btn svg {
    width: 18px;
}

.add_action_btn .address_act_btn:hover {
    background-color: rgba(24, 58, 207, 1);
    color: #fff;
}

.tab_form_group h4 {
    font-size: 17px;
    line-height: 26px;
    color: rgba(16, 16, 16, 1);
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.cstm_radio_wrap {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.tab_form_group .radio_container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(251, 83, 21, 1);
    border-radius: 50%;
}

.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_container input:checked ~ .radio_checkmark:after {
    display: block;
}

.radio_container input:checked + .radio_name {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.radio_container .radio_checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
}

.car_details_spec {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.cmn_list_grid_wrap.car_spec_quality{
    background-image: url(../images/quality-assurance.png);
    background-repeat: no-repeat;
    background-position: top 5px right -4px;
    background-size: 150px;
}

.cmn_list_grid_wrap {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 0.4);
    box-shadow: 0 0 0 1px rgba(217, 217, 217, 0.4);
    border-radius: 10px;
    padding: 20px;
    background-image: url(../images/bg-style-img.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.cmn_list_grid_wrap h3 {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.sell_price_wrapper{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sell_price_wrapper.cmn_list_grid_wrap h3{
    margin: 0px;
}

.car_price{
    color: rgba(16, 16, 16, 1);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.car_price_wrapp{
    display: flex;
    align-items: center;
    gap: 5px;
}

.car_price_dropdown{
    max-width: 158px;
    min-width: 158px;
    width: 100%;
}

.car_price_dropdown select{
    padding: 8px 3px;
    border-radius: 4px;
}

.car_price_dropdown form,
.car_price_dropdown select{
    width: 100%;
}

.car_price_dropdown select,
.car_price_dropdown select option{
    font-size: 13px;
    line-height: 1;
}

.car_price_dropdown .select2-results .select2-results__options{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.car_price_dropdown .select2-container{
    width: 100% !important;
}

.car_price_dropdown .select2-container--open .select2-selection,
.car_price_dropdown .select2-container--focus .select2-selection:focus{
    border: 1px solid rgba(16, 16, 16, 1);
    box-shadow: 0 0 1px rgba(16, 16, 16, 1);
}

.car_price_dropdown .select2-selection {
    height: 100%;
    border: 1px solid rgba(16, 16, 16, 1);
    box-shadow: 0 0 1px rgba(16, 16, 16, 1);
    padding: 16px 22px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
    min-height: 40px;
    padding: 4px 16px 4px 6px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.car_price_dropdown .select2-selection .select2-selection__rendered {
    padding-left: 0px;
    line-height: 1;
    font-size: 13px;
    padding-right: 6px;
    color: #101010;
}

.car_price_dropdown .select2-selection .select2-selection__arrow {
    padding: 0;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.car_price_dropdown .select2-container--default .select2-dropdown{
    border-color: rgba(16, 16, 16, 1) !important;
    background-color: #fff;
    box-shadow: none !important;
}

.car_price_dropdown .select2-results__option{
    font-size: 13px;
    line-height: 18px;
    color: #101010;
}

.car_price_dropdown .select2-results__option--highlighted[aria-selected]{
    background-color: #fb5315;
}

.cmn_listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5px;
    row-gap: 10px;
}

.cmn_list_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cmn_list_item span {
    width: 42px;
    height: 42px;
}

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

.cmn_list_item .cmn_list_details {
    width: calc(100% - 21px);
}

.car_specification_wrap .cmn_listing{
    grid-template-columns: repeat(4, 1fr);
}

.car_specification_wrap .cmn_list_item .cmn_list_details {
    width: calc(100% - 26px);
}

.cmn_list_item .cmn_list_item_icon {
    position: relative;
    width: 10px;
}

.cmn_list_item .cmn_list_item_icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 4px;
    background-color: rgba(24, 58, 207, 1);
}

.cmn_list_details label {
    color: rgba(16, 16, 16, 0.6);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}

.cmn_list_details h5 {
    color: rgba(16, 16, 16, 1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.car_images_slider #carSlider1.owl-carousel .owl-item .item img {
    border-radius: 10px;
}

#carSlider1 .item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

#carSlider1 .item .wishlist {
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(257.56px);
}

#carSlider2 {
    position: relative;
}

/* #carSlider2:before,
#carSlider2:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    z-index: 2;
}

#carSlider2:before {
    left: 0px;
    background-image: linear-gradient(to right, #ffffff, #ffb6c100);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#carSlider2:after {
    right: 0px;
    background-image: linear-gradient(to left, #ffffff, #ffb6c100);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
} */

#carSlider2.owl-theme .owl-next,
#carSlider2.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}

#carSlider2 .item {
    text-align: center;
    cursor: pointer;
    position: relative;
}

#carSlider2 .item:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#carSlider2 .item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 55px;
    object-fit: cover;
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

.sold-car-wrap:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(-10deg);
    /* background-image: url(../images/sold-out-image.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 160px;
    height: 80px;
    z-index: 1;
}

.sold-out-image:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(-10deg);
    background-image: url(../images/sold-out-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 160px;
    height: 80px;
    z-index: 1;
}

#carSlider1.owl-theme {
    position: relative;
    margin-bottom: 15px;
}

#carSlider1.owl-theme .owl-stage-outer{
    height: 380px !important;
}

#carSlider1.owl-theme .owl-stage-outer .owl-item{
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 2.94px 11.98px 0px #0000000a;
    padding: 10px;
    background-color: #fff;
}

#carSlider1.owl-theme .owl-stage-outer .owl-stage,
#carSlider1.owl-theme .owl-stage-outer .owl-item,
#carSlider1.owl-theme .owl-stage-outer .owl-item .item{
    height: 100%;
}

#carSlider1.owl-theme .owl-stage-outer .owl-item .item img{
    height: 100%;
    object-fit: contain;
}

#carSlider1 .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

#carSlider1 .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 34px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    border: 0;
    transition: width 0.4s ease-in-out;
}

#carSlider1 .owl-dots .owl-dot.active {
    background-color: rgba(0, 0, 0, 0.8);
    width: 40px;
    border-radius: 9px;
}

#carSlider2.owl-theme .owl-prev {
    left: 20px;
}

#carSlider2.owl-theme .owl-next {
    right: 20px;
}

.col-form .inquiry_form_main .inquiry_form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-form .inquiry_form_main .inquiry_field_wrap{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.col-form .inquiry_form_main .inquiry_field_textarea_wrap{
    width: 100%;
}

.car_details_spec .inquiry_form_main {
    padding: 24px 22px;
}

#carSlider2.owl-theme .owl-prev,
#carSlider2.owl-theme .owl-next {
    z-index: 5;
    width: 15px;
}

.my_order_listing_page {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.order_search_filter {
    display: flex;
    justify-content: flex-end;
}

.my_order_search_list .table {
    border: 1px solid #7b7b7b33;
}

.my_order_search_list_item {
    padding: 15px;
    display: flex;
    align-items: center;
}

.my_order_search_list_item:not(:last-child) {
    border-bottom: 1px solid #7b7b7b33;
}

.my_order_search_list .table thead th:last-child {
    text-align: right;
}

.order_car_img {
    display: flex;
    margin-right: 30px;
    max-width: 120px;
    width: 100%;
}

.order_car_img img {
    width: 100%;
}

.order_car_details_list {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.order_car_detail:first-child {
    max-width: 210px;
}

.order_car_detail label {
    color: rgba(16, 16, 16, 0.6);
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.order_car_detail h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: rgba(16, 16, 16, 1);
    margin: 0px;
}

.order_price_redirect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.inquiry_order_status h4 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin: 0px;
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 4px;
}

.car_price_wrap {
    display: flex;
    align-items: center;
    color: rgba(24, 58, 207, 1);
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
}

.car_price_wrap .price-value {
    margin-right: 5px;
}

.car_price_wrap .price-value img {
    width: 20px;
}

.car_price_wrap .currency {
    font-size: 12px;
}

.order_action_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.alt_outline_btn {
    background: linear-gradient(
        180deg,
        rgba(251, 83, 21, 0.1) 0%,
        rgba(198, 4, 4, 0.1) 100%
    );
}

.alt_outline_btn span {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.alt_outline_btn svg {
    margin-left: 10px;
    color: #fb5315;
}

.order_action_btn_wrap .fill_btn_r svg {
    display: none;
    margin-left: 10px;
}

.outline_btn_r.alt_outline_btn:focus span,
.outline_btn_r.alt_outline_btn:hover span {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}

.outline_btn_r.alt_outline_btn:focus svg,
.outline_btn_r.alt_outline_btn:hover svg {
    color: #fff;
}

.cms_page_wrap {
    background-color: #fff;
}

.cms_page_wrap p,
.cms_page_wrap ul li {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: rgba(16, 16, 16, 1);
}

.cms_page_wrap div,
.cms_page_wrap span {
    font-family: "DM Sans", sans-serif !important;
}

.cms_page_wrap a,
.cms_page_wrap a span {
    color: rgba(24, 58, 207, 1) !important;
    transition: all 0.3s ease-in-out;
}

.cms_page_wrap a:hover,
.cms_page_wrap a:hover span {
    color: #fb5315 !important;
}

.cms_page_wrap h1 {
    color: rgba(24, 58, 207, 1);
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    border-bottom: 5px solid rgba(208, 213, 221, 1);
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.cms_page_wrap br {
    display: none;
}

.shimmer_effect {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 1200px 100%;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}

.dt-paging {
    float: right !important;
}

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

.btn-icon i {
    font-size: 16px;
    margin-right: 0;
    /* Prevents spacing around the icon */
}

#hidden-filters {
    transition: auto;
}

.d-none {
    display: none;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}

#scrollable-dropdown-menu .league-name {
    padding: 6px 16px;
}

.newfilterlist {
    max-height: 42px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.filter-option-wrap.expanded {
    max-height: none;
}
.show-more-btn {
    display: none;
}
.filter-head-wrap.show-more-visible .show-more-btn {
    display: block;
}

.floating-icons-wrap {
    position: fixed;
    right: 25px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
    z-index: 1045;
}

.floating-icons-wrap .floating-icon {
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
}

.floating-icons-wrap .floating-icon.skype-icon {
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.floating-icons-wrap .floating-icon.chat-icon {
    background-color: rgba(24, 58, 207, 1);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.dropdown-active {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.dropdown-active:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1051;
}

.order_car_img.shimmer_effect {
    height: 75px;
}

.order_car_details_list.shimmer_effect {
    height: 45px;
    width: 250px;
}

.car_price_wrap.shimmer_effect {
    height: 28px;
    min-width: 80px;
}

.order_action_btn_wrap .action_btn.shimmer_effect {
    height: 46px;
    width: 190px;
    border: 0;
    display: inline-block;
    border-radius: 5px;
}

.no_search_car_orders {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    min-height: 270px;
    gap: 15px;
}

.no_search_icon {
    width: 120px;
    height: 120px;
}

.no_search_icon img {
    width: 100%;
    height: 100%;
}

.no_search_car_orders h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}

.car_order_detail_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 5px solid rgba(208, 213, 221, 1); */
    padding-bottom: 20px;
}

.download_order_invoice {
    background: linear-gradient(
        180deg,
        rgba(251, 83, 21, 0.1) 0%,
        rgba(198, 4, 4, 0.1) 100%
    );
    border: 1px solid #fb5315;
    display: inline-flex;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.download_order_invoice span {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.download_order_invoice svg {
    margin-left: 10px;
    color: #fb5315;
    width: 17px;
}

.download_order_invoice:hover,
.download_order_invoice:focus {
    background: #222;
    border-color: #222;
    color: #fff;
}

.download_order_invoice:focus span,
.download_order_invoice:hover span {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}

.download_order_invoice:focus svg,
.download_order_invoice:hover svg {
    color: #fff;
}

.cmn_content_sec .car_order_detail_header h2 {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.order_status {
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: 1320px;
    margin: 30px auto 0;
}

.order_status_sec {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.order_status_sec:before {
    content: "";
    position: absolute;
    left: calc(-50% - -25px);
    width: calc(100% - 50px);
    height: 5px;
    background: #ededed;
    top: 12px;
}

.order_status_sec:first-child:before {
    display: none;
}

.order_status_sec.step_completed:before {
    background: linear-gradient(
        to right,
        rgba(251, 83, 21, 0.1) 0%,
        #06d6a0 0%,
        #06d6a0 100%,
        rgba(251, 83, 21, 0.1) 100%
    );
}

.order_status_sec.step_completed .order_step {
    background-color: #06d6a0;
}

.order_step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ededed;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_step:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 7px;
    height: 15px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-top: -1px;
    border-color: #777;
}

.step_completed .order_step:before {
    border-color: #fff;
}

.order_status_sec h5 {
    color: #101010;
    margin: 0 0 5px 0;
}

.order_status_sec .status_date {
    color: #777;
    font-size: 14px;
    line-height: 20px;
}

.cmn_list_grid_wrap.my_order_customer_details {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background-image: none;
    margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #e7e7e7 !important;
}

.cmn_list_grid_wrap.my_order_customer_details .cmn_listing {
    grid-template-columns: repeat(5, 1fr);
}

.order_pay_status {
    display: flex;
}

.status_badge {
    padding: 3px 7px;
    border: 1px solid;
    font-size: 11px;
    line-height: 15px;
    border-radius: 4px;
    font-weight: 600;
}

.paid_badge {
    color: #06d6a0;
    background-color: #cdf7ec;
}

.pending_badge {
    color: #f1be46;
    background-color: #fcf2da;
}

.cmn_order_detail_tbl{
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}

.company_detail{
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
}

.table_head_clr{
    color: #fb5315;
}

.company_order_detail_wrap b{
    min-width: 130px;
}

.order_invoice_detail{
    display: inline-flex;
    gap: 5px;
    align-items: flex-start;
}

.table_bill_detail td{
    text-align: right;
}


.my_order_car_details {
    margin-top: 50px;
}

.my_order_car_details table tr th,
.my_order_car_details table tr td {
    padding: 10px 12px;
}

.my_order_car_details table tr th:last-child,
.my_order_car_details table tr td:last-child {
    text-align: right;
}

.my_order_car_details table tr th {
    border-bottom: 4px solid #e7e7e7 !important;
    color: #fb5315;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.my_order_car_details table tr th:last-child{
    min-width: 120px;
    width: 120px;
}

.my_order_car_details table tr td {
    border: 0px;
    font-size: 16px;
    line-height: 26px;
    vertical-align: top;
}

.order_table_description_wrapper{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.order_table_description_wrapper label{
    min-width: 80px;
    font-weight: 700;
}

.my_order_car_details tr.total_payment_row td {
    border-top: 2px dashed #e7e7e7 !important;
}

.my_order_car_details tr.total_payment_row td{
    font-size: 20px;
    line-height: 1.2;
}

.my_order_customer_details .cmn_list_item .cmn_list_details {
    width: calc(100% - 42px);
}

.my_order_customer_details .cmn_list_details label {
    font-size: 14px;
    line-height: 22px;
}

.my_order_customer_details .cmn_list_details h5 {
    font-size: 16px;
    line-height: 24px;
}

.car_order_spec_address h3 {
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.car_order_spec_address .cmn_listing {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 10px;
}

.car_order_spec_address .cmn_list_item_icon {
    display: none;
}

.car_order_spec_address .cmn_list_item {
    width: calc(33% - 10px);
}

.car_order_spec_address .cmn_list_item .cmn_list_details {
    width: 100%;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 5px;
}

.car_order_spec_address .cmn_list_item:last-child {
    width: 100%;
}

.car_order_spec_address .cmn_list_details label {
    font-size: 14px;
    line-height: 22px;
}

.car_order_spec_address .cmn_list_details h5 {
    font-size: 16px;
    line-height: 24px;
}
.inquirysetR .order_price_redirect {
    width: 180px !important;
    justify-content: flex-end;
}
.inquirysetR {
    border-left: 1px solid #7b7b7b33 !important;
    border-right: 1px solid #7b7b7b33 !important;
}
.inquirysetR .order_car_details_list {
    width: calc(100% - 180px);
    column-gap: 0 !important;
}
.inquirysetR .order_price_redirect .outline_btn_r {
    padding: 0 16px;
}
.inquirysetR .order_car_details_list .order_car_detail:nth-child(1) {
    width: 160px !important;
}
.inquirysetR .order_car_details_list .order_car_detail:nth-child(2) {
    width: 260px !important;
}
.inquirysetR .order_car_details_list .order_car_detail:nth-child(3) {
    width: calc(100% - 590px) !important;
}
.inquirysetR .order_car_details_list .order_car_detail:nth-child(4) {
    width: 160px !important;
}
.inquirysetR .order_car_detail h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 6px;
    border-radius: 5px;
}
.inquirysetR .order_car_detail label {
    padding-left: 6px;
}

.pending {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
}

.ordercreated {
    border: 1px solid #b6d4fe;
    color: #084298;
    background-color: #cfe2ff;
}

.ordercompleted {
    border: 1px solid #badbcc;
    color: #0f5132;
    background-color: #d1e7dd;
}
.inquirysetR .order_car_detail h4.pending {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
}
.inquirysetR .order_car_detail h4.ordercreated {
    border: 1px solid #b6d4fe;
    color: #084298;
    background-color: #cfe2ff;
}
.inquirysetR .order_car_detail h4.ordercompleted {
    border: 1px solid #badbcc;
    color: #0f5132;
    background-color: #d1e7dd;
}
.designmodalcards .card {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    overflow: hidden;
}
.designmodalcards .card .card-header {
    padding: 12px 1.25rem;
    border-bottom: 1px solid #ccc !important;
    background-color: #183acf !important;
}

.designmodalcards .card .card-header h5 {
    margin: 0 !important;
    font-weight: 700;
}
#chatMessages {
    background: #fff !important;
    height: calc(100vh - 305px) !important;
}
#chatMessages .shadow-sm {
    box-shadow: none !important;
}
#chatMessages .p-3 {
    padding: 10px !important;
}
.designmodalcards .card .card-body p:last-child {
    margin-bottom: 0 !important;
}
.designmodalcards .chat-message {
    background: #fff !important;
}
.designmodalcards .chat-message .form-control {
    border-color: #0b2165 !important;
}
.designmodalcards .chat-message .btn.btn-primary {
    background: #0b2165 !important;
}
.designmodalcards .chat-message .form-control:focus {
    border-color: #0f5132 !important;
}
.designmodalcards .chat-message .form-control:focus + .btn.btn-primary {
    background: #0f5132 !important;
}
.designmodalcards .chat-message .input-group .form-control{
    padding: 6px 12px;
}

.designmodalcards .chat-message .input-group .fill_btn_r{
    padding: 5px;
    min-width: 50px;
    border: 0;
}
.designmodalcards .chat-message .input-group .fill_btn_r:hover,
.designmodalcards .chat-message .input-group .fill_btn_r:focus,
.designmodalcards .chat-message .input-group .fill_btn_r:active{
    background: #000;
    color: #fff;
}
.designmodalcards .chat-message .input-group .fill_btn_r:hover i,
.designmodalcards .chat-message .input-group .fill_btn_r:focus i{
    color: #fff;
}
.popup_row_wrapper>.row{
    padding-bottom: 10px;
    row-gap: 5px;
}
.popup_listing_wrapper .row:not(:last-child){
    padding-bottom: 10px;
}
.popup_listing_wrapper .row{
    row-gap: 5px;
}
.chat-history .cmn_chat_msg_wrap{
    max-width: 75%;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.chat-history .user_chat_bg{
    background-color: #e2e3e5;
}
.chat-history .admin_chat_bg{
    background-color: #d1ecf1;
}
.chat-history .cmn_chat{
    color: #101010;
}
.cmn_chat_date{
    font-size: 10px;
    line-height: 1.1
}
.user_chat_bg .cmn_chat_date{
    color: #454545;
}
.admin_chat_bg .cmn_chat_date{
    color: #7b7b7b;
}
.inquirysetR:last-child {
    border-bottom: 1px solid #7b7b7b33;
}
.order_status_sec.step_danger {
    background: #fff !important;
}
.order_status_sec.step_danger h5 {
    color: #dd2518 !important;
}
.order_status_sec.step_danger:before {
    border-color: #fff !important;
    background: #dd2518 !important;
    top: 20px;
}
.order_status_sec.step_danger .order_step:before {
    border-color: #fff !important;
}
.order_status_sec.step_danger .order_step {
    background: #dd2518 !important;
}
.order_status {
    justify-content: center !important;
}
.left-col-r .logo_wrap {
    display: flex;
    flex-direction: column;
}
.left-col-r .logo_wrap p.front {
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0px;
}
.reco-floating-icon-border {
    box-shadow: inset 0 0 0 2px #fff !important;
}
.pensil-icon {
    font-size: 22px;
}
.reco-pensil-header {
    color: #fff;
}
.v-menu-bar-set .main-menu li {
    align-items: center;
}
.main-position-icon {
    position: relative;
}
.reco-pensil-slide {
    position: absolute;
    right: 10px;
    z-index: 999;
    top: -23px;
}
.main-heading-pensil {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.color-heading-pensil {
    color: #fff;
}
.reco-heading_icon {
    font-size: 22px;
}
.main-follow_us {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
/* .reco_pensil_padd{
    padding-left: 8px;
} */
.footer-pensil-color {
    color: #fff;
}
.reco_position_icon_right {
    position: absolute;
    top: 26px;
    right: 26px;
}

.my_order_search_list table.dataTable th.dt-type-numeric,
.my_order_search_list table.dataTable th.dt-type-date,
.my_order_search_list table.dataTable td.dt-type-numeric,
.my_order_search_list table.dataTable td.dt-type-date {
    text-align: left;
}

.my_order_search_list table.dataTable th {
    background-color: #efefef;
}

.my_order_search_list table.dataTable td {
    border-bottom: 1px solid #7b7b7b33 !important;
}

.my_order_search_list .dt-paging {
}

.my_order_search_list .dt-paging .pagination {
    gap: 8px;
}

.my_order_search_list .dt-paging .pagination .page-item .page-link {
    border: 1px solid #183acf;
    background-color: #183acf1a;
    color: #000000;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.my_order_search_list .dt-paging .pagination .disabled .page-link {
    cursor: not-allowed;
    opacity: 0.5;
}

.my_order_search_list .dt-paging .pagination .active .page-link {
    border-color: #183acf;
    background-color: #183acf;
    color: #fff;
}
.reco-pensil_line {
    line-height: 1;
}
.label-personal-info{
    font-size: 14px !important;
}
.lable-no-feachured{
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #101010;
}
.btn-add-more-email{
    margin-top: 0px !important;
}
.head-user-email{
    margin-bottom: 0px !important;
}
.btn-user-email.outline_btn_r{
    background: linear-gradient(
        180deg,
        rgba(251, 83, 21, 0.1) 0%,
        rgba(198, 4, 4, 0.1) 100%
    );
    margin-top: 0px !important;
}
.btn-user-email.outline_btn_r span{
    background: linear-gradient(180deg, #fb5315 0%, #c60404 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.btn-user-email.outline_btn_r:hover,
.btn-user-email.outline_btn_r:active,
.btn-user-email.outline_btn_r:focus{
    background: #222;
    border-color: #222;
    color: #fff;
}
.btn-user-email.outline_btn_r:hover span,
.btn-user-email.outline_btn_r:active span,
.btn-user-email.outline_btn_r:focus span{
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}
.btn-update-email.fill_btn_r:hover,
.btn-update-email.fill_btn_r:active,
.btn-update-email.fill_btn_r:focus{
    background: #222;
    border-color: #222;
    color: #fff;
}
.btn-update-email.fill_btn_r{
    border-color: #fb5315;
}
.btn-delete-email{
    background-color: hsla(0, 100%, 71%, .188);
    padding: 7px;
    color: rgba(240, 0, 0, .78);
    border: 1px solid rgba(240, 0, 0, .78);
    border-radius: 6px !important;
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}
.btn-delete-email:hover,
.btn-delete-email:active{
    background-color: rgba(227, 52, 52, .741) !important;
    color: #fff !important;
}

.cmn_table_listing .table{
    border: 1px solid #7B7B7B33;
}

.cmn_table_listing .table th{
    background-color: rgba(234, 234, 234, 0.4) !important;
}

.cmn_table_listing .table th,
.cmn_table_listing .table td{
    border-bottom: 1px solid #7B7B7B33 !important;
}

.inquiry_list_table .cmn_table_listing .table th:last-child,
.order_list_table .cmn_table_listing .table th:last-child{
    text-align: right;
}

.cmn_table_listing .table th:last-child,
.cmn_table_listing .table td:last-child{
    border-right: 1px solid #7B7B7B33 !important
}

.cmn_table_listing .dt-container .row:last-child>div{
    display: flex;
    align-items: center;
    padding: 6px 10px;
}

.cmn_table_listing .dt-container .row:last-child>div:first-child{
    justify-content: flex-start;
}

.cmn_table_listing .dt-container .row:last-child>div:last-child{
    justify-content: flex-end;
}

.cmn_table_listing .dt-container .row:last-child>div .pagination{
    margin: 0px;
    gap: 8px;
}

.cmn_table_listing .dt-container .row:last-child>div .pagination .dt-paging-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn_table_listing .dt-container .row:last-child>div .pagination .page-link{
    padding: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #183ACF;
    border-radius: 4px;
    background-color: #183ACF1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
}

.cmn_table_listing .dt-container .row:last-child>div .pagination .active .page-link{
    background-color: #183ACF;
    color: #fff;
}

.designmodalcards .outline_btn_r{
    gap: 5px;
}

.designmodalcards .outline_btn_r:active,
.designmodalcards .outline_btn_r:hover{
    background: #222;
    border-color: #222;
    color: #fff;
}

.designmodalcards .outline_btn_r:active span{
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: unset;
}

.user_fav_notification .card{
    border: 1px solid #7B7B7B33;
    overflow: hidden;
}

.user_fav_notification .card-header{
    gap: 5px;
}

.user_fav_notification .card-header h5{
    margin: 0px;
}

.user_fav_notification .card-header .head-user-email{
    font-weight: 700;
}

.user_fav_notification .form-group.tab_form_group{
    margin-bottom: 0px;
}
/* .btn-icon-order.alt_outline_btn svg{
    margin-left: 0px;
    width: 20px;
    height: 20px;
}
.btn-icon-order{
    padding: 0px 20px;
    width: 34px;
    height: 34px;
}
.btn-icon-order.fill_btn_r svg{
    display: inline-flex;
    margin-left: 0px;
    width: 20px;
    height: 20px;
}
.feachured-btn-icon-order{
    border: 1px solid #fb5315;
}
.feachured-btn-icon-order:hover{
    border-color: #222;
} */
.cmn_order_btn{
    width: 36px;
    height: 36px;
    padding: 5px !important;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:  linear-gradient(
        180deg
        , #fb5315 0%, #c60404 100%);
    color: #fff;
    border-radius: 5px;
}
.cmn_order_btn.alt_outline_btn svg{
    margin-left: 0px;
}
.cmn_order_btn svg{
    width: 20px;
    height: 20px;
    color: #fff;
}
.send_message svg path{
    fill: #fff;
}
.cmn_order_btn.fill_btn_r svg{
    display: inline-flex;
    margin-left: 0px;
}
.invoice_btn{
    background: #365373;
}
.download_invoice{
    background: #5689b6;
}
.download_image{
    background: #646788;
}
.send_message{
    background: #02808f;
}
.main-table-chat-information thead th{
    background-color: rgba(234, 234, 234, 0.4) !important;
}
.main-table-chat-information{
    border: 1px solid #7B7B7B33;
    margin-top: 10px;
    margin-bottom: 20px !important;
}
.main-table-chat-information td{
    border: 1px solid #7B7B7B33 !important;
}
