@import url(../css/odometer.css);
@import url(https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css);

@font-face {
    font-family: "borna";
    src: url(../fonts/borna-medium.otf);
}

@font-face {
    font-family: "ar";
    src: url(../fonts/abdo-master-medium.otf);
}

@font-face {
    font-family: "arLight";
    src: url(../fonts/abdo-master-light.otf);
}


:root {
    --title-font-family: "arLight", sans-serif;
    --body-font-family: "arLight", sans-serif;
    --icon-font-family: "Font Awesome 6 Pro";
    --icon-font-family2: "Flaticon";
    --container-width: 1290px;
    --headings-color: #0c0c6e;
    --light-color: #c60e13;
    --light-2-color: #0c0c6e;
}

@font-face {
    font-family: 'geMed';
    src: url(../fonts/GE_SS_Two_Medium.otf);
}

@font-face {
    font-family: 'geBold';
    src: url(../fonts/GE_SS_Two_Bold.otf);
}

.home2-hero-banner {
    background: transparent;
    height: 650px;
}

.home2-hero-banner .home-slider {
    /* direction: ltr; */
    height: 100%;
}

.home2-hero-banner .home-slider * {
    height: 100%;
}

.home2-hero-banner .home-slider img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.owl-carousel {
    direction: ltr;
}

.iconbox-style4 .icon {
    line-height: 35px;
    width: 100px;
    height: 100px;
    padding: 15px;
    line-height: 64px;
    transition: all .4s;
}

.text {
    color: #666;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    color: #121212;
}

header.nav-homepage-style.stricky.stricky-fixed .sidemenu-btn,
header.nav-homepage-style.stricky.stricky-fixed .login-info {
    color: #121212;
}

header.nav-homepage-style.stricky.stricky-fixed .ace-responsive-menu a {
    color: #121212;
}

header.nav-homepage-style.stricky.stricky-fixed .header-logo img {
    max-width: 150px;
}

.header-logo img {
    transition: all .4s;
}

.card-h .list-thumb {
    height: 200px;
}

.card-h .list-thumb img {
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.home-banner-style2 {
    /* overflow: hidden; */
    background: var(--light-2-color);
}

.bgc-dark .btn-thm {
    background: var(--light-2-color);
    border-color: var(--light-2-color);
}

.tabs-req .nav.nav-pills {
    gap: 20px;
    margin-bottom: 40px;
}

.tabs-req .nav.nav-pills .nav-item .nav-link {
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    text-align: center;
    background: #afafaf1a;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    min-height: 50px;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px #e3e3e3 solid;
}

.tabs-req .nav.nav-pills .nav-item .nav-link.active {
    background: var(--light-color);
    border-color: var(--light-color);
    color: #fff;
}

select {
    appearance: auto !important;
}

.lang-menu,
.city-menu {
    position: relative;
}

.btn-lang,
.btn-city {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0;
    font-family: var(--title-font-family);
    font-size: 14px;
}

.lang-menu .sub-lang,
.city-menu .sub-city {
    position: absolute;
    top: 100%;
    z-index: 5;
    background: #fff;
    left: 0;
    min-width: 200px;
    box-shadow: 0 0 30px rgb(0 0 0 / 47%);
    border-radius: 5px;
    display: none;
    padding: 15px;
    right: auto;
}

.lang-menu .sub-lang ul,
.city-menu .sub-city ul {
    padding: 0;
    margin: 0;
}

.lang-menu .sub-lang ul li,
.city-menu .sub-city ul li {
    display: block;
}

.lang-menu .sub-lang ul li a,
.city-menu .sub-city ul li a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    color: #222;
    text-align: start;
    padding: 2px 0px;
    gap: 0 5px;
    font-size: 12px;
    font-weight: bold;
}

.city-menu {
    margin: 0 20px;
    /* margin-inline-start: 5px; */
}

.advance-style2 {
    margin-top: 155px !important;
}

.home2-hero-banner {
    top: 191px;
    height: 640px;
}

.inner-banner-style2.text-banner.text-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.inner-banner-style2.text-banner.text-center * {
    height: auto !important;
}

.login-info2 {
    color: #fff !important;
    background: var(--light-color) !important;
    padding: 8px 30px;
    border-radius: 8px;
}

header.nav-homepage-style .header-logo img {
    filter: brightness(0) invert(1);
}

header.nav-homepage-style.stricky.stricky-fixed .header-logo img {
    filter: none;
}

.feature-style1:hover .top-area {
    opacity: 1;
}

.feature-style1 .top-area {
    transition: all .4s;
    opacity: 0;
}

.banner-block-h {
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.banner-block-h img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .4s;
}

.bgc-thm {
    background: #192026;
    background: var(--light-2-color);
}

.listing-style11 {
    background-color: #f8f8ff;
}

a,
.btn {
    color: #333;
}

.listing-style6 .list-meta a:hover {
    background: var(--headings-color);
    border-color: var(--headings-color);
}

.listing-style6 .list-meta a {
    background: var(--light-color);
    border-color: var(--light-color);
}

.footer-style1 {
    background: #030317;
}

.cta-style3 .cta-text {
    color: #666;
}

.bgc-f7 {
    background-color: #f8f8f8;
}

.bg-h {
    background: var(--light-color);
}

.bg-h .funfact_one .timer,
.bg-h .funfact_one span {
    color: #fff;
    direction: ltr;
    font-family: sans-serif;
}

.bg-h .text {
    color: #fff;
}

img {
    max-width: 100%;
}

.iconbox-style4 .icon img {
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.home2-hero-banner .owl-nav,
.home2-hero-banner .owl-dots {
    height: auto;
}

.feature-style2 {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 24px rgb(225 225 225 / 52%);
    text-align: center;
    border-radius: 8px;
}

.feature-style2 .feature-content {
    margin-top: 20px;
}

.feature-style2 .feature-content .title {
    color: #121212;
    font-size: 18px;
    line-height: 28px;
}

.feature-style2 .feature-content .text {
    margin: 6px 0 0;
    color: #666;
    font-size: 16px;
}

.cities-pagination {
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.cities-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--light-2-color);
}

.cities-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.big-banner-car-h {
    padding-block: 130px 0;
}

.big-banner-text {
    text-align: center;
    margin: 0 auto;
}

.big-banner-text p {
    max-width: 414px;
    margin: 0 auto;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    color: #192026 !important;
}

.big-banner-text h2 {
    font-size: 120px;
    font-weight: 500;
    line-height: 120px;
}

.big-banner-text h2 span {
    display: block;
    color: var(--light-color);
}

.big-banner-img {
    margin-bottom: -150px;
    z-index: 3;
    position: relative;
}

.product-block-h {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 0 24px 0;
    padding: 15px;
}

.product-block-h .list-thumb {
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
}

.product-block-h .list-thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-block-h .list-thumb .img-small {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: 10px;
}

.product-block-h .list-thumb .img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-block-h .list-content {
    padding: 0;
    padding-block-start: 15px;
}

.product-block-h .list-content .list-title {
    margin-bottom: 5px !important;
    font-size: 20px;
    text-decoration: none !important;
}

.product-block-h .list-content .list-title a {
    text-decoration: none;
}

.product-block-h .list-content .listing-details-group ul {
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
}

.product-block-h .list-content .listing-details-group ul li {
    width: 33.33%;
    flex: 0 0 auto;
    margin-block: 5px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #787878;
}

.product-block-h .list-content .listing-details-group ul li p {
    color: #787878;
    margin: 0;
    font-size: 11px;
}

.product-block-h .list-content .listing-location-details {
    display: flex;
    justify-content: space-between;
    background: #F2F7F6;
    padding: 8px;
    margin: 0 0 15px;
    flex-direction: column;
}

.product-block-h .list-content .listing-location-details .loction-in {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #787878;
}

.product-block-h .list-content .listing-location-details .list-price span {
    display: flex;
    /* align-items: center; */
    gap: 0;
    font-size: 10px;
    color: #787878;
    flex-direction: column;
    line-height: 20px;
    width: 33.33%;
}

.product-block-h .list-content .listing-location-details .list-price span strong,
.product-block-h .list-content .listing-location-details .list-price span span {
    font-weight: 700;
    font-size: 18px;
    color: var(--light-color);
    display: inline-block;
}

.product-block-h .list-content .listing-location-details .list-price span i {
    color: rgb(130, 130, 130);
    font-weight: 400;
    font-style: normal;
}

.product-block-h .list-content .listing-location-details .list-price span strong {
    font-family: sans-serif;
    margin: 2px 0;
}

.product-block-h .list-content .btn-h {
    width: 100%;
    margin-top: 10px;
}

.btn-h {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 14px;
    background: var(--light-color);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
}

.funfact_one .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 10px;
    background: rgb(255 255 255 / 17%);
    backdrop-filter: blur(32px);
    line-height: 100px;
}

.funfact_one .icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    object-position: center;
    /* filter: brightness(0) invert(1); */
}

.home-banner-style2 .container {
    padding: 0;
}

.listing-style11 .list-meta a span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    align-content: center;
    border-radius: 5px;
}

.listing-style11 .list-meta a span img {
    max-width: 18px;
    max-height: 18px;
    object-fit: contain;
    display: inline-block !important;
}

.listing-style11 .list-meta a p {
    margin: 0;
}

.list-meta2.list-price-h {
    display: flex;
    gap: 24px;
}

.list-meta2.list-price-h .list-price {
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 4px 0;
    color: var(--light-color);
}

.list-meta2.list-price-h .list-price span {
    font-size: 12px;
    color: #666;
}

.listing-style6.pro-block-h3 .list-thumb {
    height: 350px;
}

.listing-style6.pro-block-h3 .list-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.listing-style6.pro-block-h3 .list-content {
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.listing-style6.pro-block-h3 .list-content .list-price {
    /* top: 0; */
    margin: 0;
}

.listing-style6.pro-block-h3 .list-content .list-title,
.listing-style6.pro-block-h3 .list-content .list-text {
    max-width: calc(100% - 100px);
}

.listing-style6.pro-block-h3 .list-content .list-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listing-style7 .list-price {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 5px;
}

.product-block-h .list-content .listing-location-details .list-price span span {
    font-size: 12px;
    line-height: 22px;
}

.footer-logo img {
    max-height: 100px;
}

.menu-top-h {
    display: flex;
    justify-content: end;
}

.header-top {
    background: var(--light-color);
    padding: 10px 0;
    border-bottom: 1px solid #c60e1357;
}

header.nav-homepage-style {
    padding: 0;
}

nav.posr {
    padding: 20px 0;
}

header.nav-homepage-style.stricky.stricky-fixed .header-top {
    display: none;
}

.iconbox-style4 .icon img {
    display: inline-block;
}

.iconbox-style4:hover .icon {
    transform: scale(1.2);
}

.banner-block-h:hover img {
    /* transform: scale(1.1); */
}

.feature-style3 .feature-img {
    width: 170px !important;
    height: 170px !important;
}

.product-block-h .list-thumb .text-offer {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px;
    background: var(--light-color);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    backdrop-filter: blur(18px);
    font-size: 14px;
    font-weight: bold;
}

.cta-img {
    position: relative;
    left: 0;
    right: 0;
}

.cta-img {
    position: relative;
    left: 0;
    right: 0;
}

.footer-style1 .link-list {
    display: flex;
    flex-wrap: wrap;
}

.footer-style1 .link-list a {
    width: 50%;
}

.cta-img {
    position: relative;
    left: 0;
    right: 0;
    height: 450px;
    text-align: end;
}

.footer-style1 .link-list {
    display: flex;
    flex-wrap: wrap;
}

.footer-style1 .link-list a {
    width: 33.33%;
}

.btn-h:hover,
.btn:hover {
    background: var(--light-2-color);
    color: #fff;
}

.header-top .row {
    align-items: center;
    -webkit-align-items: center;
}

.btns-req {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 20px;
}

.btns-req .btn-h {
    font-size: 14px;
    background: var(--light-2-color);
    padding: 6px 15px;
    border-radius: 5px;
}

.btns-req .btn-link {
    color: #fff;
}

.btns-req .btn-h:hover {
    background: #080851;
}

.iconbox-style4:hover {
    background: #fff;
}

.iconbox-style4:hover .icon {
    background-color: rgba(235, 103, 83, 0.07);
}

.iconbox-style4:hover .title,
.iconbox-style4:hover .text,
.iconbox-style4:hover .icon {
    color: #121212;
}

.our-cta.bgc-thm-light .row {
    align-items: center;
    -webkit-align-items: center;
}

.our-cta.bgc-thm-light {
    padding: 30px 0 !important;
}

.cta-img img {
    max-height: 100%;
}

.blog-style1 .blog-img {
    height: 250px;
}

.blog-style1 .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.steps-h {
    background: #f1f1f1;
    padding: 90px 0;
}

.step-block {
    width: 300px;
    height: 300px;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 0;
}

.step-block::before,
.step-block::after {
    content: "";
    position: absolute;
}

.step-block::before {
    background: #fff;
    border-radius: 50%;
    inset: 0;
    z-index: -2;
}

.step-block .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
    background: #f1f1f1;
    border-radius: 50%;
}

.step-block .icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    object-position: center;
}

.step-block .details h3 {
    font-size: 22px;
    margin: 0 0 10px !important;
    color: var(--light-2-color);
    font-weight: bold !important;
    font-size: 18px;
    line-height: 28px;
}

.step-block .details p {
    font-size: 13px;
    max-width: 72%;
    margin: 0 auto;
}

.step-block::after {
    content: url(../images/arrow.webp);
    display: block;
    position: absolute;
    right: -100px;
    top: 62px;
    transform: scaleX(-1);
}

.steps-h .row .col-md-3:nth-child(2) .step-block::after {
    display: none;
}

.steps-h .row .col-md-3 .step-block .icon::after {
    content: counter(section);
    counter-increment: section;
    font-size: 18px;
    font-weight: 700;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    color: white;
    background: var(--light-color);
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 33px;
    top: 6px;
    z-index: 4;
}

.steps-h .row {
    counter-reset: section;
}

.footer-logo {
    display: block;
    max-width: 250px;
}

.footer-widget .social-style1 {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-widget .social-style1 a i {
    background: #fff;
    color: var(--light-2-color);
    border-radius: 6px;
    font-size: 20px;
}

.footer-widget .app-widget .col-auto {
    /* width: 50%; */
    /* padding: 0; */
}

.footer-widget .app-widget .app-info {
    width: 160px;
    padding: 5px 20px 10px;
    align-items: center !important;
}

.footer-widget .app-widget .app-info .app-text {
    font-size: 10px;
}

.footer-widget .app-widget .app-info i {
    font-size: 25px;
}

.footer-widget .app-widget .app-info .flex-grow-1.mr20 {
    margin: 0 !important;
    padding-inline-start: 14px;
}

.footer-widget .app-widget .app-info .app-title {
    font-size: 12px;
    margin: 0;
}

.breadcumb-section2 {
    height: 300px;
}

.breadcumb-style1 .title {
    color: #fff;
    font-size: 38px !important;
    line-height: 48px;
    font-family: 'ar';
    margin-bottom: 15px;
}

.breadcumb-style1 .breadcumb-list a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.breadcumb-style1 .breadcumb-list a:first-child:after {
    top: 3px;
}

.breadcumb-section2::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 33%;
    background: linear-gradient(to left, #293951, transparent);
}

.about-page {
    padding: 80px 0;
}

.about-img {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-text {
    max-width: 600px;
}

.about-text h2 {
    font-size: 35px;
    line-height: 50px;
    color: var(--light-2-color);
    font-family: 'ar';
    margin-bottom: 30px;
}

.about-text p {
    font-size: 18px;
    line-height: 35px;
    color: #000;
}

.about-more {
    padding-block: 0 50px;
}

.about-more .why-chose-list {
    margin: 14px 0;
    height: calc(100% - 30px);
    background: #f9f9f9;
    border-radius: 20px;
    padding: 30px;
    transition: all .3s;
}

.about-more .why-chose-list .list-one {
    margin: 0 !important;
}

.about-more .why-chose-list .list-one .list-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #f2f2f2;
    transition: all .3s;
}

.about-more .why-chose-list .list-one h6 {
    font-size: 25px;
    font-family: 'ar';
    color: var(--light-2-color);
    margin-bottom: 15px !important;
    line-height: 35px;
}

.about-more .why-chose-list .list-one p {
    font-size: 16px;
    line-height: 26px;
    color: #222;
}

.about-more .row {
    justify-content: center;
}

.about-more .why-chose-list:hover {
    background: var(--light-color);
}

.about-more .why-chose-list:hover .list-one .list-icon {
    background: #fff;
    color: var(--light-color);
}

.about-more .why-chose-list:hover .list-one h6,
.about-more .why-chose-list:hover .list-one p {
    color: #fff;
}

header.nav-innerpage-style {
    padding: 0;
}

header.nav-innerpage-style .lang-menu,
header.nav-innerpage-style button {
    color: #fff;
}

header.nav-innerpage-style {
    padding: 0;
}

header.nav-innerpage-style .lang-menu,
header.nav-innerpage-style button {
    color: #fff;
}

.cars-page {
    padding: 80px 0;
}

.cars-sidebar {
    background: #f8f8f8;
    padding: 30px 20px;
}

.cars-sidebar .widget-wrapper {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px #e6e6e6 solid;
}

.cars-sidebar form .widget-wrapper:nth-child(1) {
    padding-top: 0;
}

.cars-sidebar .widget-wrapper .list-title {
    font-family: 'ar';
    font-size: 14px;
    margin-bottom: 10px;
}

.cars-sidebar .widget-wrapper .search_area .form-control {
    background: #fcfcfc;
    height: 48px;
    padding-block: 3px;
}

.cars-sidebar .widget-wrapper .search_area .form-control::placeholder {
    font-size: 12px;
}

.cars-sidebar .widget-wrapper .search_area label {
    top: 12px;
    right: 14px;
    font-size: 15px;
}

.cars-sidebar .widget-wrapper .form-check-label {
    padding-inline-start: 16px;
}

.cars-sidebar .widget-wrapper .custom_checkbox {
    color: #222;
}

.cars-sidebar .widget-wrapper .checkbox-style1 {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.cars-sidebar .widget-wrapper .range-slider-style1 .slider-range.mt30.mb20 {
    margin: 0 !important;
}

.cars-sidebar .widget-wrapper .range-slider-style1 input.amount,
.cars-sidebar .widget-wrapper .range-slider-style1 input.amount2 {
    width: calc(50% - 16px);
    height: 45px;
}

.cars-sidebar .widget-wrapper .range-slider-style1 .text-center {
    text-align: start !important;
}

.cars-page .product-block-h .list-thumb {
    height: 250px;
}

.cars-page .product-block-h .list-content .list-title a {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cars-page .product-block-h .list-content .listing-details-group ul li {
    font-size: 12px;
    margin: 4px 0;
}

.cars-page .product-block-h .list-content .listing-location-details {
    margin: 0 0 5px;
    gap: 10px;
}

.cars-page .product-block-h .list-content .listing-location-details .loction-in {
    font-size: 12px;
}

.cars-page .product-block-h .list-content .listing-location-details .list-price span {
    font-size: 8px;
}

.cars-page .product-block-h .list-content .listing-location-details .list-price span strong {
    font-size: 16px;
    margin-bottom: 0;
}

.cars-page .listing-style7 .list-price {
    gap: 6px;
}

.cars-page .product-block-h .list-content .listing-location-details .list-price span i {
    line-height: 7px;
}

.cars-page .product-block-h .list-content .btn-h {
    font-size: 15px;
    padding: 10px;
    border-radius: 6px;
}

.cars-page .product-block-h {
    height: calc(100% - 24px);
}

.cars-page .product-block-h .list-content .listing-details-group ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps-v4-hero-tab .ps-v6-slider img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.btn-single .btn {
    padding: 4px 10px;
    color: #fff;
    min-height: 50px;
    border-radius: 9px;
}

.accordion-style1.faq-page .accordion-body {
    padding: 20px 0;
}

.accordion-style1.faq-page .accordion-body p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.accordion-style1.faq-page {
    max-width: 900px;
    margin: 30px auto !important;
}

.accordion-style1 .accordion-button {
    font-size: 15px;
    padding-inline-start: 0;
    font-family: 'ar';
}

.accordion-style1 .accordion-button:before {
    font-size: 15px;
}

.form-style1 .form-control {
    padding: 10px !important;
    text-align: right;
    width: 100%;
}

.header-mobile {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: transparent;
    width: 100%;
    display: none;
    flex: 0 1;
}

.header-mobile .item {
    width: 20%;
    flex: 0 0 auto;
    text-align: center;
}

.header-mobile .item a {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    font-size: 11px;
    line-height: 20px;
    color: #999;
    padding: 10px;
    height: 60px;
}

.header-mobile .item.active i {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-top: -35px;
    background: var(--light-color);
    align-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.header-mobile .item.active span {
    /* opacity: 0; */
}

.comp-name {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}

.comp-name img {
    max-width: 50px;
    position: relative;
    top: 4px;
}

.listing-style7 .list-tag {
    background: gold;
}

.mbp_pagination .page_navigation {
    display: inline-flex;
    width: auto;
}

.locationNow .modal-dialog {
    max-width: 900px;
    padding: 0;
}

.locationNow .modal-dialog .modal-body {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}

.locationNow .modal-dialog .modal-content {
    border-radius: 10px;
}

button.btn-close {
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.modal-inner .col-md-6:nth-child(1) {
    padding: 100px 40px;
    text-align: center;
}

.modal-inner.row {
    /* margin: 0; */
}

.modal-img {
    height: 100%;
}

.modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-inner .title {
    margin-bottom: 30px;
}

.modal-inner .title h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.modal-inner .form-group {
    margin: 20px 0;
}

.modal-inner .form-group select {
    width: 100%;
}

.modal-inner button.btn {
    width: 100%;
    color: #fff;
    font-size: 18px;
}

.slider-video {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.slider-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, black, transparent, black);
}

.banner-block .row {
    padding: 200px 0 70px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    min-height: 100vh;
}

.banner-block .inner-banner-style2.text-banner.text-center {
    position: relative;
    text-align: start !important;
    display: block;
}

.banner-block .inner-banner-style2 h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner-block .inner-banner-style2 p {
    max-width: 500px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.banner-form-h .row {
    padding: 0 !important;
    min-height: auto;
}

.banner-form-h {
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}

.banner-form-h .cars-sidebar {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.banner-form-h .cars-sidebar .widget-wrapper .list-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.banner-form-h .widget-wrapper {
    border: none;
    padding: 0;
    margin: 0 0 10px;
}

.banner-form-h div:nth-child(1) .widget-wrapper {
    /* margin-top: 0; */
}

.banner-form-h form div:last-child .widget-wrapper {
    margin: 0;
}

.banner-form-h .cars-sidebar .widget-wrapper .form-control {
    width: 100%;
    max-width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 12px;
}

.banner-form-h .cars-sidebar .widget-wrapper .range-slider-style1 input.amount,
.banner-form-h .cars-sidebar .widget-wrapper .range-slider-style1 input.amount2 {
    width: 100%;
}

.banner-form-h .cars-sidebar .widget-wrapper label {
    top: 8px;
}

.banner-form-h .col-md-12 .widget-wrapper {
    margin: 0;
}

.banner-form-h .search_area {
    margin-bottom: 10px;
}

.banner-form-h .col-md-6 .widget-wrapper .search_area {
    margin: 0 !important;
}


.banner-form-h .widget-wrapper .range-slider-style1 input {
    margin: 0;
}

.banner-form-h button.ud-btn.btn-thm {
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 5px;
}

.banner-form-h button.ud-btn.btn-thm .flaticon-search {
    padding: 0 !important;
    margin-inline-end: 5px;
    position: relative;
    top: 2px;
}

.banner-form-h .col-md-12 .widget-wrapper.mb20 {
    margin-bottom: 0 !important;
}

.spcial-new-h .col-md-4:nth-child(odd) {
    margin-inline-end: 33.33333333%;
}

.spcial-img-center {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 360px;
    overflow: hidden;
    width: 30.333333%;
}

.spcial-img-center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}

.spcial-new-h .iconbox-style4 {
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 20px 30px;
}

.spcial-new-h .iconbox-style4 .icon {
    margin: 0;
    width: 60px !important;
    height: 60px;
    padding: 5px !important;
    align-content: center;
    padding: 0;
    line-height: 45px;
}

.spcial-new-h .iconbox-style4 .icon img {
    max-width: 95%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.spcial-new-h .iconbox-style4 .iconbox-content {
    max-width: calc(100% - 60px);
    padding-inline-start: 15px;
}

.listing-style11.spons-block {
    padding: 20px;
    display: flex;
    margin: 20px 0;
}

.listing-style11.spons-block .list-thumb {
    position: relative;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.listing-style11.spons-block .list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.listing-style11.spons-block .list-content {
    width: calc(100% - 300px);
    padding-inline-start: 20px;
}

.listing-style11.spons-block .list-content .d-flex.mb30 {
    margin-bottom: 10px !important;
}

.listing-style11.spons-block .list-content p {
    margin: 0 !important;
}

.listing-style11.spons-block .list-content .list-meta {
    margin: 5px 0 !important;
}

.listing-style11.spons-block .list-content .list-meta a {
    font-size: 12px;
    width: 50%;
    flex: 0 0 auto;
}

.listing-style11.spons-block .list-content .list-meta a span {
    width: 25px;
    height: 25px;
    line-height: 22px;
    padding: 0 !important;
}

.listing-style11.spons-block .list-content .list-meta a span img {
    max-width: 15px;
    max-height: 15px;
}

.listing-style11.spons-block .list-content .list-meta a p {
    width: calc(100% - 35px);
}

.listing-style11.spons-block .list-content .row.mb20 {
    margin-bottom: 0 !important;
}

.listing-style11.spons-block .list-content .row.mb20 .col-auto {
    width: 50%;
}

.listing-style11.spons-block .list-content .row.mb20 .col-auto .contact-info p {
    font-size: 11px;
}

.listing-style11.spons-block .list-content .row.mb20 .col-auto .contact-info h6 {
    font-size: 12px;
}

.listing-style11.spons-block .list-content .list-meta2.list-price-h .list-price {
    font-size: 15px;
    font-family: 'borna';
    line-height: 16px;
}

.listing-style11.spons-block .list-content .list-meta2.list-price-h {}

.listing-style11.spons-block .list-content .list-meta2.d-flex.justify-content-between.align-items-center {
    margin-top: 10px;
}

.listing-style11.spons-block .list-content .list-meta2.d-flex.justify-content-between.align-items-center .list-meta2 .icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-inline-end: 8px;
}

.listing-style11.spons-block .list-content .list-meta2.d-flex.justify-content-between.align-items-center .btn {
    background: var(--light-color);
    border-radius: 50px;
    min-width: auto;
    width: auto;
    min-height: auto;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 20px 15px;
}

.btn {
    color: #fff;
}

.form-style1 imgs {
    width: 70px !important;
    height: 60px !important;
    object-fit: contain;
    object-position: center;
    border: 2px solid #eee;
    padding: 4px;
    border-radius: 5px;
    margin: 10px 0;
}

.file-upload-group.form-control {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    padding-inline-end: 10px;
}

.file-upload-group.form-control .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.file-upload-group.form-control .for-sm-input-file {
    margin: 0;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: var(--headings-color);
    border-radius: 50px;
    min-height: 25.58px;
    color: #fff;
    font-size: 17.8px;
    height: 31.58px;
    font-weight: 460;
    font-size: 13.8px;
    line-height: 13.73px;
    padding: 0 0 4px;
    font-weight: bold;
}

.btn-dark {
    background-color: var(--light-color);
    border: 1px solid var(--light-color);
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
}

.single-imgs-h .mySwiper2 {
    margin-bottom: 10px;
}

.single-imgs-h .mySwiper2 img {
    height: 500px;
    /* width: 100%; */
    /* object-fit: contain; */
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ccc;
}

.single-imgs-h .mySwiper img {
    height: 80px;
    width: 100%;
    object-fit: cover;
    object-position: revert;
    border-radius: 5px;
    transition: all .4s;
    border: 2px transparent solid;
    opacity: .6;
}

.single-imgs-h .mySwiper .swiper-slide-thumb-active img {
    border-color: var(--light-color);
    opacity: 1;
}

.spcial-new-h .iconbox-style4 .icon {
    background: transparent;
    position: absolute;
    left: 0;
    margin: 14px;
    padding: 0;
    transform: scale(1.5);
    opacity: 0.5;
    /* display: none; */
}

.spcial-new-h .iconbox-style4 {
    overflow: hidden;
    padding: 40px;
    background: linear-gradient(226deg, #c60e130f, transparent);
    max-width: 90%;
    margin: 0 auto;
}

.spcial-new-h .iconbox-style4 .iconbox-content {
    padding: 0;
    padding-inline-end: 20px;
}

.spcial-new-h .iconbox-style4 .iconbox-content .title {
    font-size: 17px;
}

.feature-style2:hover img {
    transform: none;
}

span.toggle-password {
    position: absolute;
    left: 0;
    top: 30px;
    margin: 20px 20px;
}

.form-group {
    position: relative;
}

@media (max-width: 991px) {
    .advance-content-style2 {
        border-radius: 20px;
    }

    .advance-style2 {
        margin-top: 20px !important;
    }

    .advance-search-field .box-search input {
        border-bottom: 1px solid #DDDDDD;
        border-radius: 0;
    }

    .advance-content-style2 .advance-search-field {
        border: none;
        border-bottom: 1px solid #DDDDDD;
    }

    .advance-content-style2 .bootselect-multiselect .btn {
        border: none !important;
        border-bottom: 1px solid #DDDDDD !important;
        border-radius: 0;
    }

    .advance-content-style2 .bdrr1 {
        border: none;
    }

    .advance-content-style2 .advance-search-icon {
        width: 100%;
        border-radius: 5px;
        margin: 10px 0 !important;
    }

    .home2-hero-banner {
        height: 341px;
    }

    .home-banner-style2+section.pb90.pb30-md {
        padding: 0 !important;
    }

    .home-banner-style2 .home-style2 {
        /* height: 400px; */
    }

    .iconbox-style4 {
        /* margin: 0; */
        padding: 15px 15px 20px;
    }

    .main-title2 {
        margin-bottom: 4px;
    }

    .main-title .title,
    .main-title2 .title {
        font-size: 18px;
    }

    .ud-btn2 {
        font-size: 12px;
        line-height: 22px;
    }

    .feature-style2 {
        padding: 6px;
        margin-bottom: 0px !important;
    }

    .feature-style2 .feature-content {
        margin-top: 5px;
    }

    .feature-style2 .feature-content .title {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-style2 .feature-content .text {
        margin: 2px 0;
        font-size: 10px;
    }

    .cities-pagination .swiper-pagination-bullet {
        height: 3px;
        border-radius: 50px;
        margin: 0 2px !important;
        width: 16px;
    }

    .cities-pagination {
        margin-top: 10px;
    }

    section.pb40-md.pb40.pt0-md.pt0 {
        padding: 30px 0 !important;
    }

    .banners-h {
        padding: 0 !important;
    }

    .banner-block-h {
        height: auto;
        margin: 10px 0;
    }

    section.pb50.pt50.pb30-md.bgc-white {
        padding: 20px 0 !important;
    }

    .feature-style3 .feature-img {
        width: 100px !important;
        height: 100px !important;
    }

    .feature-style3 .feature-content.pt25 {
        padding-top: 8px !important;
    }

    .feature-style3 .feature-content .title {
        font-size: 14px;
        line-height: 24px;
        margin: 0 !important;
    }

    .feature-style3 .feature-content.pt25 p {
        font-size: 10px;
        line-height: 20px;
    }

    .vam_nav_style.owl-theme .owl-nav button.owl-prev,
    .vam_nav_style.owl-theme .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin: 0 5px;
    }

    .feature-style3.mb30 {
        margin: 0 !important;
    }

    .big-banner-car-h {
        padding: 30px 0;
    }

    .big-banner-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .big-banner-text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .big-banner-img {
        margin-bottom: -66px;
    }

    section.bgc-thm.pb50.pb40-md.pt200.pt40-md {
        padding: 70px 0 10px !important;
    }

    section.bgc-thm.pb50.pb40-md.pt200.pt40-md .main-title2 {
        margin-bottom: 30px;
    }

    .product-block-h {
        padding: 5px;
        border-radius: 5px;
        margin: 0;
    }

    .product-block-h .list-thumb,
    .cars-page .product-block-h .list-thumb {
        height: 140px;
        border-radius: 4px;
    }

    .product-block-h .list-thumb .text-offer {
        font-size: 8px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin: 5px;
    }

    .listing-style7 .list-tag2 {
        left: 55px;
        top: 5px;
        padding: 1px 10px;
        font-size: 8px;
        min-height: auto;
        line-height: 19px;
    }

    .listing-style7 .list-tag {
        left: 5px;
        top: 5px;
        padding: 1px 10px;
        font-size: 8px;
        line-height: 19px;
    }

    .product-block-h .list-thumb .img-small {
        width: 30px;
        height: 30px;
        margin: 5px;
    }

    .product-block-h .list-content {
        padding-block-start: 5px;
    }

    .product-block-h .list-content .list-title {
        font-size: 15px;
        line-height: 25px;
    }

    .product-block-h .list-content .listing-details-group ul li,
    .cars-page .product-block-h .list-content .listing-details-group ul li {
        font-size: 5px;
        line-height: 18px;
        gap: 5px;
        margin-block: 1px;
        width: 50%;
    }

    .owl-carousel .owl-item img {}

    .product-block-h .list-content .listing-details-group ul li span {
        width: 10px;
    }

    .product-block-h .list-content .listing-details-group ul {
        margin: 0;
    }

    .product-block-h .list-content .listing-location-details {
        display: none;
        flex-direction: column;
        padding: 8px 8px 14px;
        margin: 0;
    }

    .product-block-h .list-content .listing-location-details .loction-in {
        gap: 4px;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .product-block-h .list-content .listing-location-details .loction-in i {
        position: relative;
        top: 3px;
    }

    .listing-style7 .list-price {
        justify-content: space-between;
    }

    .product-block-h .list-content .listing-location-details .list-price span {
        font-size: 8px;
        line-height: 18px;
    }

    .product-block-h .list-content .listing-location-details .list-price span strong {
        font-size: 14px;
        line-height: 14px;
        margin: 0;
    }

    .product-block-h .list-content .listing-location-details .list-price span span {
        font-size: 9px;
        line-height: 9px;
    }

    .product-block-h .list-content .listing-location-details .list-price span i {
        line-height: 11px;
    }

    .btn-h {
        font-size: 12px;
        min-height: auto;
        padding: 8px;
        border-radius: 4px;
    }

    .our-testimonial {
        padding: 30px 0 !important;
    }

    .listing-style11 {
        padding: 15px;
        margin: 0;
    }

    .listing-style11 .list-content {
        padding: 0 5px;
        margin: 0 !important;
    }

    .listing-style11 .list-content .d-flex.mb30 {
        margin-bottom: 10px !important;
        align-items: center;
        margin: 0 !important;
    }

    .listing-style11 .list-title a {
        font-size: 14px;
        line-height: 24px;
        display: block;
    }

    .listing-style11 .list-meta {
        margin: 5px 0 0 !important;
        display: flex !important;
        flex-wrap: wrap;
    }

    .listing-style11 .list-meta a span {
        width: 15px;
        line-height: 11px;
        height: 15px;
        margin-inline-end: 5px;
        background: transparent;
    }

    .listing-style11 .list-meta a span img {
        max-width: 12px;
        max-height: 12px;
    }

    .listing-style11 .list-meta a p {
        font-size: 12px;
        line-height: 22px;
        width: calc(100% - 20px);
    }

    .listing-style11 .list-meta a {
        margin: 0 0 6px !important;
        width: 33.33%;
        padding-inline-end: 10px;
    }

    .listing-style11 .contact-info p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 !important;
    }

    .listing-style11 .contact-info a {
        font-size: 12px;
        line-height: 12px;
        display: inline-block;
    }

    h6.info-phone {
        margin: 0;
    }

    h6.info-mail {
        margin: 0;
    }

    .list-meta2.list-price-h .list-price {
        font-size: 13px;
    }

    .list-meta2.list-price-h .list-price span {
        font-size: 10px;
    }

    .listing-style11 .list-content .list-meta2 .icons {
        margin-top: 10px;
    }

    .listing-style11 .list-meta2 a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .list-thumb.col-lg-6.col-xl-6.offset-xl-1.p-xl-0 {
        /* display: none; */
        margin-bottom: 15px;
    }

    .home6-listing-single-slider.owl-theme .owl-nav {
        display: none;
    }

    .home6-listing-single-slider.owl-theme .owl-dots {
        right: 0;
        left: 0;
        width: auto;
    }

    .navi_pagi_top_right.owl-theme .owl-nav {
        display: none;
    }

    .navi_pagi_top_right.owl-theme .owl-dots {
        right: 0;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .listing-style6.pro-block-h3 {
        margin: 0;
    }

    .steps-h {
        padding: 40px 0;
        display: none;
    }

    .step-block {
        width: 200px;
        height: 200px;
    }

    section.pt45.pb-0.bg-h .col-sm-6.col-lg-4.col-xl-2 {
        width: 50%;
    }

    .funfact_one.text-center {
        margin: 5px 0;
    }

    .funfact_one .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .funfact_one .icon img {
        max-width: 30px;
        max-height: 30px;
    }

    .funfact_one .timer,
    .funfact_one span {
        font-size: 20px;
        line-height: 30px;
    }

    .bg-h .text {
        font-size: 10px;
    }

    .header-mobile {
        display: flex;
        /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
    }

    .home2-hero-banner .home-slider .item {
        position: relative;
    }

    .inner-banner-style2.text-banner.text-center h2 {
        animation: none !important;
        opacity: 1 !important;
    }

    .home2-hero-banner .home-slider img {
        object-position: right center;
    }

    .home-slider .owl-nav {
        display: none;
    }

    .iconbox-style4 .icon {
        width: 65px !important;
        height: 65px;
        line-height: 35px;
        padding: 10px;
        margin-bottom: 8px;
    }

    .iconbox-style4 .title {
        margin: 0;
        font-size: 12px;
        line-height: 22px;
    }

    .mobile_logo img {
        width: auto;
        max-width: 200px;
    }

    .product-block-h .list-content .list-title a,
    .cars-page .product-block-h .list-content .list-title a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 12px;
        line-height: 22px;
    }

    .product-block-h .list-content .listing-details-group ul li p {
        width: calc(100% - 10px);
        font-size: 8px;
    }

    .product-block-h .list-content .btn-h,
    .cars-page .product-block-h .list-content .btn-h {
        min-height: auto;
        height: auto;
        padding: 2px;
        font-size: 10px;
    }

    .listing-style7 .list-tag .me-2 {
        margin: 0 !important;
        margin-inline-end: 3px !important;
        position: relative;
        top: 2px;
    }

    .listing-style11 .list-tag {
        font-size: 9px;
        margin-inline-end: 5px;
        line-height: 20px;
        height: auto;
        min-height: auto;
        padding: 2px 10px 4px;
    }

    .listing-style11 .list-tag2 {
        font-size: 9px;
        line-height: 20px;
        height: auto;
        min-height: auto;
        padding: 2px 10px 4px;
    }

    .listing-style11 .list-tag .me-2 {
        margin: 0 !important;
        margin-inline-end: 2px !important;
        position: relative;
        top: 2px;
    }

    .listing-style11 .list-title {
        margin: 4px 0;
    }

    .list-meta2.list-price-h {
        display: none;
    }

    .listing-style11 .mb20 {
        margin-bottom: 4px !important;
        display: none;
    }

    .listing-style11 .justify-content-between {
        justify-content: start !important;
    }

    .listing-style6.pro-block-h3 .list-thumb img {
        object-fit: cover;
    }

    .listing-style6.pro-block-h3 .list-thumb {
        height: 220px;
        border-radius: 5px;
    }

    .listing-style6 .list-tag,
    .listing-style6 .list-tag2 {
        font-size: 8px;
        line-height: 18px;
        left: 5px;
        top: 5px;
        padding: 2px 8px;
        border-radius: 2px;
    }

    .listing-style6 .list-tag2 {
        left: 55px;
    }

    .listing-style6.pro-block-h3 .list-content {
        padding: 10px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        justify-content: space-between;
        min-height: 60px;
        border-radius: 5px;
    }

    .listing-style6.pro-block-h3 .list-content .list-price {
        font-size: 10px;
        padding: 5px;
        min-height: auto;
        height: auto;
        line-height: 15px;
        text-align: center;
        border-radius: 2px;
        margin-bottom: 2px !important;
    }

    .listing-style6.pro-block-h3 .list-content .list-title,
    .listing-style6.pro-block-h3 .list-content .list-text {
        max-width: 100%;
        font-size: 10px;
        line-height: 20px;
        margin: 0;
    }

    .listing-style6.pro-block-h3 .list-content .list-text {
        display: none;
    }

    .blogs-h .col-sm-6.col-lg-3 {
        width: 50%;
    }

    .blogs-h .col-sm-6.col-lg-3:nth-child(odd) {
        padding-inline-end: 5px;
    }

    .blogs-h .col-sm-6.col-lg-3:nth-child(even) {
        padding-inline-start: 5px;
    }

    .blog-style1 {
        margin: 0;
    }

    .blog-style1 .blog-img {
        height: 130px;
        border-radius: 5px;
    }

    .blog-style1 .blog-content {
        padding: 20px 0 0;
    }

    .blog-style1 .date {
        width: 45px;
        height: 50px;
        border-radius: 4px;
        padding: 1px 0;
        top: -29px;
    }

    .blog-style1 .month {
        font-size: 10px;
        line-height: 14px;
        display: inline-block;
    }

    .blog-style1 .day {
        font-size: 15px;
        line-height: 15px;
    }

    .blog-style1 .blog-content .title a {
        font-size: 12px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
    }

    .blogs-h {
        padding: 30px 0 !important;
    }

    .btn-thm {
        padding: 7px 10px;
        font-size: 11px;
        border-radius: 5px;
    }

    .ud-btn i {
        font-size: inherit;
        margin-inline-start: 5px;
    }

    .cta-style3 .cta-text {
        margin: 0 0 10px !important;
        font-size: 12px;
        line-height: 22px;
    }

    .cta-style3 .cta-title {
        font-size: 18px;
        line-height: 28px;
    }

    .footer-style1 .container {
        display: none;
    }

    .footer-style1 {
        background: transparent;
    }

    .header-top {
        display: none;
    }

    header.posr.menu_bdrt1 {
        display: none;
    }

    .dashboard__main {
        padding: 0;
    }

    .dashboard__content.property-page {
        padding: 25px 15px;
    }

    .dashboard_navigationbar {
        margin: 0 !important;
    }

    .dashboard_navigationbar button.dropbtn {
        margin: 0;
    }

    .statistics_funfact {
        margin-bottom: 15px;
    }

    footer.dashboard_footer {
        padding: 10px 0 30px !important;
    }

    footer.dashboard_footer p {
        margin: 0 !important;
    }

    .dashboard_navigationbar .dropdown-content li a {
        padding: 10px 35px;
    }

    .dashboard_navigationbar .show {
        padding: 0 20px;
        border-radius: 0;
    }

    .dashboard_navigationbar .dropdown-content a i {
        margin: 0 !important;
        margin-inline-end: 10px !important;
    }

    .dashboard_navigationbar .dropdown-content a {
        padding: 10px 12px;
    }

    .table-style3 .t-head th {
        padding: 10px;
        font-size: 11px;
        vertical-align: middle;
    }

    .table-style3 tr td {
        padding: 10px;
        font-size: 12px;
    }

    .table-style3.table {
        margin: 0;
    }

    .btn {
        color: #fff;
        font-size: 12px;
        min-height: auto;
        height: auto;
        border-radius: 5px;
        padding: 6px;
    }

    .ud-btn {
        font-size: 12px;
        width: 100%;
        border-radius: 5px;
        padding: 10px;
    }

    a.filter-btn-left.mobile-filter-btn.d-block.d-lg-none {}

    .breadcumb-style1 .filter-btn-left {
        display: none !important;
    }

    .breadcumb-section2 {
        height: auto;
        padding: 40px 0 !important;
    }

    .breadcumb-style1 .title {
        font-size: 22px !important;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .breadcumb-style1 .breadcumb-list a {
        font-size: 12px;
    }

    .login-page .log-reg-form {
        padding: 20px;
    }

    .about-page {
        padding: 40px 0;
    }

    .about-img {
        height: 200px;
        margin-bottom: 12px;
        border-radius: 5px;
    }

    .about-text h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about-text p {
        font-size: 12px;
        line-height: 22px;
        margin: 0 0 10px !important;
    }

    .about-more .why-chose-list {
        height: calc(100% - 10px);
        margin: 5px 0;
        padding: 15px;
        border-radius: 10px;
    }

    .about-more .why-chose-list .list-one .list-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 8px !important;
        font-size: 18px;
    }

    .about-more .why-chose-list .list-one h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px !important;
    }

    .about-more .why-chose-list .list-one p {
        font-size: 10px;
        line-height: 20px;
        max-height: 70px;
        overflow: hidden;
        overflow-y: auto;
    }

    .about-more .col-sm-4,
    .about-more .col-sm-6 {
        width: 50%;
    }

    .about-more .col-sm-4:nth-child(odd) {
        padding-inline-end: 5px;
    }

    .about-more .col-sm-4:nth-child(even) {
        padding-inline-start: 5px;
    }

    .about-more {
        padding-block: 0 30px;
    }

    .cars-page {
        padding: 30px 0;
    }

    .cars-page .col-sm-6.col-lg-4 {
        width: 50%;
    }

    .cars-page .col-sm-6.col-lg-4:nth-child(odd) {
        padding-inline-end: 5px;
    }

    .cars-page .col-sm-6.col-lg-4:nth-child(even) {
        padding-inline-start: 5px;
    }

    .cars-page .product-block-h {
        margin: 5px 0;
        height: calc(100% - 10px);
    }

    .single-car-content {
        margin-bottom: 10px !important;
    }

    .single-car-content .sp-lg-title {
        font-size: 18px;
        line-height: 28px;
    }

    .single-car-content.mb30-md p {
        font-size: 10px;
        margin-inline-end: 5px !important;
        padding-inline-end: 5px !important;
    }

    .single-car-content .pd-meta.mb15 {
        margin-bottom: 10px !important;
    }

    .single-car-content.single-car-btn {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .btn-single .btn {
        min-height: auto;
        min-width: auto;
        padding: 5px 30px;
        border-radius: 5px;
    }

    .car-action .price {
        font-size: 18px;
        font-weight: bold !important;
    }

    .car-action .text {
        font-size: 10px;
    }

    .ps-v4-hero-tab .ps-v6-slider img {
        height: 185px;
        border-radius: 5px;
    }

    .ps-v4-hero-tab .nav-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
    }

    .ps-v4-hero-tab .nav-pills {
        right: 10px;
        top: 10px;
    }

    .ps-widget .title {
        font-size: 16px;
        margin-bottom: 14px !important;
    }

    .ps-widget .text {
        font-size: 12px;
        line-height: 22px;
    }

    .ps-widget {
        margin-bottom: 10px !important;
    }

    .rental-term h5 {
        font-size: 13px;
        line-height: 23px;
    }

    .rental-term p {
        font-size: 12px;
        line-height: 22px;
    }

    .ps-widget .col-sm-6.col-md-4 {
        width: 50%;
    }

    .ps-widget .col-sm-6 {
        width: 50%;
        margin-bottom: 5px !important;
    }

    .car-feature .details h5 {
        font-size: 13px;
        line-height: 23px;
    }

    .car-feature .details p {
        font-size: 12px;
        line-height: 22px;
    }

    .ps-widget .ps-widget {
        margin: 0 !important;
    }

    .map-page .col-sm-6 {
        width: 50%;
        margin: 5px 0;
    }

    .map-page .col-sm-6:nth-child(odd) {
        padding-inline-end: 5px;
    }

    .map-page .col-sm-6:nth-child(even) {
        padding-inline-start: 5px;
    }

    .half_map_area_content>h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px !important;
    }

    .half_map_area_content {
        height: auto;
        overflow: visible;
        padding: 0;
    }

    .half_map_area {
        display: none;
    }

    .mbp_pagination .page-link {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    .mbp_pagination .page_navigation {
        margin: 20px 0 0;
    }

    .brands-page .col-md-3.md-sm-6.col-sm-12 {
        width: 50%;
        margin: 10px 0;
    }

    .cars-page .d-none.d-lg-block {
        display: block !important;
    }

    .modal-img {
        display: none;
    }

    .modal-inner .col-md-6:nth-child(1) {
        padding: 50px 40px;
    }

    .modal-inner .title h3 {
        font-size: 25px;
    }

    .modal-inner button.btn {
        font-size: 14px;
    }

    .mm-navbar {
        display: none;
    }

    .sidebar-logo {
        position: relative;
        /* height: 77px; */
        --mm-panel-child-offset: none;
        --mm-panel-parent-offset: none;
    }

    .mm-panels .sidebar-btns {
        position: relative;
        --mm-panel-child-offset: none;
        --mm-panel-parent-offset: none;
        /* padding: 20px; */
        /* background: var(--light-2-color); */
    }

    .mm-panels .mm-panel {
        position: relative;
        --mm-panel-child-offset: none;
        --mm-panel-parent-offset: none;
        gap: 0;
    }

    .sidebar-logo .mobile_logo {
        display: block;
        text-align: center;
        padding: 20px;
    }

    .mm-panels .sidebar-btns .mm-navbar {
        display: none;
    }

    .mm-panels .sidebar-btns .btns-req .btn-h,
    .mm-panels .sidebar-btns .btns-req .btn-link {
        min-width: auto;
        width: calc(50% - 5px);
        padding: 5px 10px;
        color: #fff;
        min-height: 40px;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
    }

    .mm-panels .sidebar-btns .btns-req .btn-h {
        background: var(--light-color);
    }

    .mm-panels .sidebar-btns .btns-req {
        gap: 6px;
        padding: 10px 20px;
        background: var(--light-2-color);
        justify-content: center;
    }

    .mm-panels .mm-panel::after {
        height: 0;
    }

    .sidebar-btns .menu-top-h {
        padding: 10px 20px;
        justify-content: space-between;
    }

    .sidebar-btns .menu-top-h button {
        font-size: 12px;
        gap: 7px;
    }

    .sidebar-btns .menu-top-h button i.fa.fa-dollar {
        display: none;
    }

    li.px-3.mobile-menu-btn.mm-listitem {
        display: none;
    }

    .banners-h .row {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .banners-h .row .col-md-6 {
        width: 80%;
        display: inline-block;
        padding-inline-end: 0;
    }

    .listing-style11 .row.align-items-center {
        flex-direction: column-reverse;
    }

    .listing-style11 .list-thumb .img-1 {
        height: 120px;
        object-fit: cover;
        object-position: center;
    }

    .header-mobile .item a span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listing-style7 .list-meta {
        transform: translateY(0px);
        right: 0;
        left: 0;
        justify-content: center;
        display: flex;
        gap: 5px;
    }

    .listing-style7 .list-meta a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

    .header-mobile .item.active a {
        background: url(../images/bg-menu.png);
        background-repeat: no-repeat;
        background-size: 130% 100%;
        background-position: bottom center;
    }

    .banner-block .inner-banner-style2.text-banner.text-center {
        margin-bottom: 40px;
    }

    .banner-block .row {
        padding: 50px 0;
        min-height: auto;
    }

    .banner-block .inner-banner-style2 h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .banner-block .inner-banner-style2 p {
        font-size: 15px;
        line-height: 25px;
    }

    .spcial-new-h .row .spcial-img-center {
        display: none !important;
    }

    .spcial-new-h .row {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .spcial-new-h .row .col-md-4 {
        display: inline-block;
        margin: 0;
        max-width: 75%;
        padding-inline-end: 0;
    }

    .spcial-new-h .row .col-md-4:nth-last-child(2) {
        padding-inline-end: 10px;
    }

    .listing-style11.spons-block .list-thumb {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
    }

    .listing-style11.spons-block .list-content {
        width: 100%;
        padding-inline-start: 15px;
    }

    .listing-style11.spons-block {
        padding: 10px;
        display: block;
    }

    .listing-style11.spons-block .list-content .list-meta a {
        width: 33.33%;
        font-size: 10px;
        line-height: 20px;
        margin: 0 !important;
    }

    .single-imgs-h .mySwiper2 img {
        height: auto;
        max-height: 300px;
    }

    .single-imgs-h .mySwiper img {
        height: 50px;
    }

    .listing-style11.spons-block .list-content .list-meta a p {
        font-size: 8px;
        line-height: 18px;
    }

    .spcial-new-h .iconbox-style4 {
        padding: 20px;
    }

    .spcial-new-h .iconbox-style4 .icon {
        margin: 0;
    }

    .spcial-new-h .iconbox-style4 .iconbox-content .title {
        font-size: 12px;
        overflow-wrap: anywhere;
    }


}