/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/********************* home section ************/

:root {
    --main_theme: #860605;
    --secondry_theme: #e8b92d;
}
.section-title {
    font-size: 25px;
    font-weight: bold;
}
.container-fluid {
    padding: 0 50px;
}
/* ============== start first section =================*/

.swiper-index {
    height: 85vh;
}
.swiper-index img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
}
.swiper-index .swiper-button-next,
.swiper-index .swiper-button-prev {
    background-image: none !important;
}
.swiper-index .swiper-button-prev {
    background-image: none !important;
    color: #fff;
    background-color: rgb(0 0 0 / 44%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 22px;
    border-radius: 10px 0px 0px 10px;
    right: 0 !important;
}
.swiper-index .swiper-button-next {
    background-image: none !important;
    color: #fff;
    background-color: rgb(0 0 0 / 44%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 22px;
    border-radius: 0px 10px 10px 0px;
    left: 0 !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #fff !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    -webkit-box-shadow: 2px 2px 6px #fff !important;
            box-shadow: 2px 2px 6px #fff !important;
}

/* ================== end first section ===============*/
/* ================= start seconde section ============ */
.seconde-section {
    background-color: #f5f5f5;
}
.wpb_column {
    padding: 40px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
}
.wpb_column:nth-child(2) {
    border-bottom: 3px solid #bababa;
}
.icon-box h6 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.icon-box {
    font-size: 18px;
    color: #333333;
    line-height: 33px;
}
.icon-box img {
    width: 66px;
    height: 66px;
}
/* ================ end seconde section =============== */

/* ================== start third section ===============*/
.marka-section {
    background-color: #f5f5f5;
}
.content-marka {
    text-align: center;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px;
    font-size: 16px;
    color: #333333;
    margin: 14px 0;
}
.content-marka img {
    width: 100%;
    height: 104px;
    -o-object-fit: contain;
       object-fit: contain;
}
.section-title.align-right {
    text-align: right;
}
/* ================== end third section ===============*/

/* ================== start four section ===============*/

section.offers-section {
    background-color: #f5f5f5;
}
.offers-section .offer-card {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.offers-section .offer-card .card-img {
    position: relative;
    height: 250px;
}
.offers-section .offer-card .card-img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.offers-section .offer-card .card-content {
    padding: 20px 15px 10px;
}
.offers-section .offer-card .card-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #b41b38;
    min-height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.flex-ofer-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.price-offer {
    color: #e8b92d;
    font-weight: bold;
    font-size: 24px;
}
.price-offer span {
    font-size: 20px;
}
.flex-ofer-detail ul li {
    line-height: 33px;
}
.flex-ofer-detail ul li span {
    font-size: 18px;
}
.flex-ofer-detail ul li span:nth-child(1) {
    color: #9a9a9a;
}
.flex-ofer-detail ul li span:nth-child(2) {
}
.flx-title-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
}
.flx-title-link a {
    color: #808080;
}
.card-img {
    position: relative;
    overflow: hidden;
}
.product-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}
.product-button i {
    font-size: 48px;
    color: #fff;
}
.card-img:hover .product-button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.card-img::before {
    position: absolute;
    text-align: center;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgb(17 17 17 / 20%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}
.card-img:hover::before {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
}
.card-img:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.swiper-offer .swiper-button-prev,
.swiper-offer .swiper-button-next {
    background: unset !important;
    top: unset !important;
    bottom: 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    height: 44px;
}
.swiper-offer .swiper-button-prev {
    right: 46% !important;
    border: 1px solid #707070;
    border-radius: 10px 0px 0px 10px;
}
.swiper-offer .swiper-button-next {
    left: 46% !important;
    border: 1px solid #707070;
    border-radius: 0px 10px 10px 0px;
}
.swiper-wrapper {
    margin-bottom: 40px;
}
.swiper-button-prev,
.swiper-button-next {
    bottom: -6px;
}
.swiper-offer .swiper-button-prev {
    right: 50% !important;
}
.swiper-offer .swiper-button-next {
    left: 56% !important;
}
/* ================== end four section ===============*/
/* ================ start fivth section ================*/
img.imd-about {
    width: 100%;
    height: 320px;
    -o-object-fit: contain;
       object-fit: contain;
}
.about-section {
    background-color: #eeeeee;
}
.div-about p {
    font-size: 25px;
    line-height: 45px;
    color: #9a9a9a;
}
.title-about {
    color: var(--main_theme);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.div-about h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #333333;
}
/* =================end fivth section ==================*/
/* ================= start sex section ==================*/
.founded {
    background-image: url("../img/carbackgound.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.flx-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.elementor-button-link.elementor-button.width100.button-height.smll-btn.secondry-coolor {
    background-color: var(--secondry_theme);
}
.flx-btn .elementor-button-link {
    margin: 0 10px;
}
h3.founded-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--main_theme);
    margin-bottom: 30px;
}
.founded p {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 50px;
}
/* ================= end sex section ====================*/
/* ================= star seven section ====================*/
.content-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* ================= end seven section ====================*/
/* ================= star seven section ====================*/
.content-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.content-counter span {
    display: block;
}
.ace-counter {
    margin: 0 30px;
}
.ace-counter span {
    font-size: 22px;
    text-align: center;
}
.ace-counter span:first-child {
    color: var(--main_theme);
    font-size: 30px;
}

.ace-counter {
    width: 200px;
    position: relative;
}
.ace-counter::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #d6d6d6;
    right: -25px;
    -webkit-transform: rotate3d(1, 1, 1, 45deg);
            transform: rotate3d(1, 1, 1, 45deg);
}
/* ================= end seven section ====================*/
/* ================= start last section ==================*/

.lastsection {
    background-color: #f5f5f5;
}
.lastsection img {
    width: 100%;
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
}
.lastsection p {
    color: #9a9a9a;
}

.about-section .container-fluid {
    overflow-x: hidden !important;
}
/* ================ end last section ===================*/

/* ============================== start applay page =======================*/
/* ========== breadcrumbs ==============*/
ol.breadcrumb {
    background: unset;
    border-top: unset;
}
nav.breadcrumbsNav {
    border-top: 0;
}
li.breadcrumb-item {
    font-size: 22px;
    color: #333333;
}
li.breadcrumb-item a {
    color: #333333;
}
.applay-page {
    background-color: #f5f5f5;
}
.content-nav-tabs {
    background-color: #fff;
    border: 0.5px solid #707070;
    border-radius: 15px;
    padding: 30px 50px;
}
ul#pills-tab {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 15px;
}
ul#pills-tab li.nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--main_theme);
    border-radius: 12px;
    padding: 9px;
}
.nav-pills .nav-link {
    border-radius: 12px;
    font-size: 20px;
    text-align: center;
}
.nav-pills .nav-link {
    color: var(--main_theme);
}
.offer-title {
    color: var(--main_theme);
    font-size: 18px;
    margin-bottom: 25px;
}
label {
    font-size: 14px;
    font-weight: 600;
    color: #636767;
}
.form-section .container form .step .form-group label span {
    color: red;
}
input,
.form-section .container form .step .form-group textarea,
select,
.select2-selection--single {
    position: relative;
    width: 100%;
    border: 1.5px solid rgba(128, 128, 128, 0.418);
    padding: 0 10px;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #ffffff;
    color: #636767;
    height: 45px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
textarea {
    position: relative;
    width: 100%;
    border: 1.5px solid rgba(128, 128, 128, 0.418);
    padding: 0 10px;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #ffffff;
    color: #636767;

    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.tab-content {
    margin-top: 20px;
    background-color: #fff;
    border: 0.5px solid #707070;
    border-radius: 15px;
    padding: 30px 50px;
}
input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + label {
    background-color: var(--main_theme);
    color: #fff;
    border-radius: 5px;
}

.loan-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px 0;
}
.loan-choice label {
    height: 45px;
}
.form-group {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.tab-content .form-group {
    background-color: #fff;
}
.loan-choice .form-group {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    border-radius: 5px;
    text-align: center;
    background-color: #f5f5f5;
}
.loan-choice .form-group label {
    margin-bottom: 0;
    padding: 5px;
    width: 100%;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content-tabs {
    width: 70%;
    margin: auto;
}
.all-section {
    overflow-x: hidden;
}
.verfiy {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 130px;
}

.orange.elementor-button-link.elementor-button.width100.button-height.smll-btn {
    background-color: var(--secondry_theme);
    margin: auto;
    height: 50px;
    width: 140px;
    margin-top: 20px;
}
.modal-verfiy .number-order {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}
.modal-verfiy .number-order span {
    color: var(--secondry_theme);
}
.p-verfiy {
    font-size: 22px;
    color: #9a9a9a;
}
/* ============================== end applay page =======================*/

/*===================== start error 404 page ==================*/
.error-page {
    background-color: #f5f5f5;
}
.content-img-rocket {
    margin: auto;
    position: relative;
    text-align: center;
}

.content-img-rocket img {
    position: relative;
    z-index: 1;
    width: 669px;
    height: 202px;
    -o-object-fit: contain;
    object-fit: contain;
}

p.oops {
    font-size: 40px;
}

p.error-here {
    color: var(--secondry_theme);
    font-size: 47px;
    font-weight: bold;
    margin: 17px 0;
}

p.error-p {
    font-size: 24px;
    color: #6a6e73;
}
.content-p-error {
    text-align: center;
}
/*================= end error 404 page ==================*/
/* ================= start terms ===================*/
.title-about.terms-title {
    color: var(--secondry_theme);
}

/* ============= end terms ================*/

/* ============= start contact us page ================*/
input:focus,
textarea:focus {
    border-color: var(--main_theme);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.flx-img-contact {
    background-color: #fff;
    text-align: center;
    padding: 24px;
}
.flx-img-contact:hover {
    background: #ede4cb;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

.flx-img-contact img {
    width: 51px;
    height: 51px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 10px;
}
.flx-img-contact div span:nth-child(1) {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    margin-bottom: 7px;
}
.flx-img-contact div span:nth-child(2) {
    color: #808080;
    font-size: 17px;
}

.contact-title {
    color: var(--main_theme);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-weight: bold;
}
.contact-title::after {
    position: absolute;
    content: "";
}
.contact-title::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -25px;
    height: 2px;
    width: 10%;
    background-color: #333333;
    margin: auto;
}
.content-contact {
    background-color: #fff;
    margin-top: 20px;
    text-align: center;
    padding: 35px;
}
.content-contact h4 {
    color: #000000;
    width: 36%;
    margin: auto;
    margin-bottom: 38px;
    line-height: 35px;
}
.content-contact textarea {
    min-height: 100px;
}
.row.title-single h3 {
    color: var(--main_theme);
}
/* ============= end contact us page ================*/
/* ==================== start single page ============== */
.div-content-price {
    background-color: #e8b92d;
    padding: 16px;
    border-radius: 10px;
    color: #ffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content-sml-price {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    position: relative;
}
.content-sml-price:nth-child(1):after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
    left: 0;
}
.content-sml-price span:nth-child(1) {
    font-size: 16px;
}
span.block.span-price span:nth-child(1) {
    font-size: 33px;
    font-weight: bold;
}
span.block.span-price span:nth-child(2) {
    font-size: 28px;
}
.car-property {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 22px;
}
.section-single {
    background-color: #f5f5f5;
}
.car-property {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 22px;
    padding: 38px;
}
.afrad-button {
    margin: 25px 0;
}
.afrad-button .elementor-button-link {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.afrad-button .elementor-button-link:nth-child(1) {
    margin-left: 5px;
}
.afrad-button .elementor-button-link:nth-child(2) {
    margin-right: 5px;
}

.description-tite {
    background-color: #fff;
    margin-top: 27px;
    padding: 35px;
    border-radius: 10px;
}
.btnsForContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 25px;
}
.btnsForContact a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    border: 1px solid;
    height: 55px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    width: 100%;
}
.btnsForContact a:nth-child(1) {
    border: 1px solid var(--main_theme);
    color: var(--main_theme);
    margin-left: 5px;
}
.btnsForContact a:nth-child(2) {
    background-color: #049418;
    color: #fff;
    border: 1px solid #049418;
    margin-right: 5px;
}
.btnsForContact a i {
    font-size: 25px;
    margin-left: 5px;
}
.title-before-btn {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}
.smll-btn {
    height: 55px;
}
.car-property h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.car-property h3::after {
    position: absolute;
    content: "";
    bottom: -8px;
    right: 0;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: var(--main_theme);
}
.row-line-height {
    line-height: 33px;
}
.row-line-height div:nth-child(1) {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.row-line-height div:nth-child(2) {
    color: #9a9a9a;
}

.swiper-single.swiper-index {
    height: 330px;
    border-radius: 10px;
}
h3.title-before-btn::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
    top: -14px;
}
h3.title-before-btn {
    margin-top: 45px;
    position: relative;
    position: relative;
}
.swiper-single .swiper-slide {
    position: relative;
}
.swiper-single .swiper-slide .img-fancy {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 9;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
}
.swiper-single .swiper-slide .main-image {
    position: relative;
    z-index: 1;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    z-index: 6;
}
/* ==================== end single page ===============*/

/* ============== start offers page ================*/
.content-filter {
    color: #242424;
    padding: 10px;
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    background-color: #fff;
}
.offers-section.ofer-page .offer-card .card-img {
    position: relative;
    height: 170px;
}
.ofer-page .price-offer {
    font-size: 13px;
}
.ofer-page .flex-ofer-detail ul li span {
    font-size: 13px;
}
.ofer-page .price-offer span {
    font-size: 12px;
}
.offers-section.ofer-page .offer-card .card-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #b41b38;
    min-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ofer-page .product-button i {
    font-size: 35px;
    color: #fff;
}
form.example input[type="text"] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #b6b6b6;
    float: right;
    width: 80%;
    background: #f1f1f1;
    margin-top: 0;
    border-radius: 0 5px 5px 0;
}

form.example .btn-submit {
    float: left;
    width: 20%;
    padding: 10px;
    background: var(--secondry_theme);
    color: white;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}

form.example .btn-submit:hover {
    background: var(--main_theme);
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.form-group.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group.form-checkbox label {
    position: relative;
    cursor: pointer;
}

.form-group.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #b6b6b6;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 5px;
}

.form-group.form-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--secondry_theme);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.content-check-box {
    overflow-y: scroll;
    max-height: 150px;
}
.content-check-box::-webkit-scrollbar-thumb {
    background: var(--secondry_theme);
}
.content-filters::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #b6b6b6;
    width: 90%;
    margin: auto;
}
.content-filters {
    position: relative;
    margin: 25px 0;
}
h5.title-filter {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: bold;
}
h5.title-filter span:nth-child(2) {
    font-size: 12px;
    color: var(--secondry_theme);
}
form.example {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 9px;
    margin-top: 21px;
}
.content-search {
    height: 56px;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
                margin-top: 20px;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50% !important;
    padding: 0;
    border: 1px solid var(--secondry_theme);
    margin: 5px;
    color: var(--secondry_theme);
}
.page-link:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset;
}
.page-item.disabled .page-link {
    background-color: var(--main_theme);
    color: #fff;
}

.myRadio {
    height: 0.9rem;
    width: 1.2rem;
    margin-right: 0.5rem;
}
.myRadio {
    display: inline-block !important;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    accent-color: var(--main_theme);
}

.myRadio:checked + label {
    background-color: unset !important;
    color: #636767 !important;
    border-radius: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: right;
}
li.nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.btn-clear.smll-btn {
    height: 46px;
}
nav.breadcrumbsNav {
    z-index: 0;
}

.btnsForContact a img {
    width: 20px;
}
/* ============== end offers page =============*/
/* =============================*/

/* ============================*/
/*//////////////////////////////////////////////////////////////////////////////////*/
/* ======================= modfication =================*/
/* .swiper-index img {
  object-fit: cover;
} */

.partner-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.partner-img {
    width: 100%;
    height: 100%;
}
/*////////////responsive//////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1450px) {
}

@media (max-width: 1050px) {
}

@media (max-width: 1199px) {
    /********************start forth sectin *********************************/
    /********************end forth sectin *********************************/
}

@media (max-width: 1024px) {
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .price-offer {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    /* ================= start seconde section ============ */

    .wpb_column {
        padding: 15px;
        -webkit-box-shadow: 0px 3px 6px #00000029;
                box-shadow: 0px 3px 6px #00000029;
        background-color: #fff;
    }

    .icon-box h6 {
        font-size: 20px;
    }
    .icon-box {
        font-size: 16px;
        color: #333333;
        line-height: 2;
    }
    .icon-box img {
        width: 55px;
        height: 55px;
    }
    /* ================ end seconde section =============== */

    /* ============ start contact us page ===============*/
    .content-contact h4 {
        color: #000000;
        width: 90%;
        margin: auto;
        margin-bottom: 6px;
        line-height: 28px;
        font-size: 17px;
    }
    .flx-img-contact img {
        width: 45px;
        height: 45px;
    }
    .flx-img-contact div span:nth-child(1) {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .form-group {
        margin-bottom: 0.7rem;
    }
    input,
    textarea,
    .form-section .container form .step .form-group textarea,
    select,
    .select2-selection--single {
        font-size: 14px;
        margin: 7px 0;
    }
    .contact-title {
        margin-bottom: 25px;
    }
    .contact-title::after {
        bottom: -18px;
    }
    /* ============ end contact us page ===============*/
    /* ============ start apply us page ===============*/

    .verfiy {
        width: 55px;
        height: 55px;
    }
    .modal-verfiy .number-order {
        font-size: 25px;
    }
    .p-verfiy {
        font-size: 18px;
    }
    /* ============ end apply us page ===============*/

    /* ================ */
}
@media (max-width: 767px) {
    .container-fluid {
        padding: 0 20px;
    }
    .description-tite {
        margin-top: 16px;
        padding: 20px;
        border-radius: 10px;
    }
    .swiper-index {
        height: 40vh;
    }
    .swiper-container-rtl .swiper-button-next {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .swiper-container-rtl .swiper-button-prev {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    /* ================= start seconde section ============ */

    .wpb_column {
        padding: 15px;
        -webkit-box-shadow: 0px 3px 6px #00000029;
                box-shadow: 0px 3px 6px #00000029;
        background-color: #fff;
    }

    .icon-box h6 {
        font-size: 18px;
    }
    .icon-box {
        font-size: 12px;
        color: #333333;
        line-height: 2;
    }
    .icon-box img {
        width: 55px;
        height: 55px;
    }
    .wpb_column.vc_column_container {
        margin: 10px 0;
    }
    /* ================ end seconde section =============== */
    /* ============== start third section =============*/
    .section-title {
        font-size: 16px;
        font-weight: bold;
    }

    .content-marka {
        padding: 15px;
        font-size: 12px;
        color: #333333;
        margin: 14px 0;
    }
    .content-marka img {
        height: 90px;
    }
    /* ============== end third section ==============*/
    /* ================= start four section ===========*/

    .offers-section .offer-card .card-img {
        height: 155px;
    }
    .product-button i {
        font-size: 35px;
    }
    .offers-section .offer-card .card-content h3 {
        font-size: 16px;
        min-height: 45px;
        -webkit-line-clamp: 2;
        line-height: 1.5;
    }
    .flex-ofer-detail ul li span {
        font-size: 12px;
    }
    .flex-ofer-detail ul li {
        line-height: 25px;
    }
    .price-offer span {
        font-size: 17px;
    }
    .price-offer {
        font-size: 17px;
    }
    /* ================= end four section ===========*/
    /* ================= start six section ===========*/
    .title-about {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.7;
    }
    .div-about h3 {
        font-size: 17px;
        margin-bottom: 14px;
    }
    .div-about p {
        font-size: 12px;
        line-height: 2;
    }
    /* ================= end six section =============*/
    /* =========== start seven section ===========*/
    h3.founded-title {
        font-size: 20px;

        margin-bottom: 16px;
    }
    .founded p {
        font-size: 12px;
        line-height: 2;
        margin-bottom: 15px;
    }
    /* =========== end seven section =============*/
    /* =========== start eight section =============*/
    .ace-counter span {
        font-size: 12px;
        text-align: center;
    }
    .ace-counter span:first-child {
        color: var(--main_theme);
        font-size: 22px;
    }
    .ace-counter {
        width: auto;
    }
    /* =========== end eight section =============*/
    /*===================== start error 404 page ==================*/
    .content-img-rocket img {
        width: 420px;
        height: 180px;
    }
    p.error-here {
        font-size: 24px;
        margin: 8px 0;
    }
    p.error-p {
        font-size: 14px;
        color: #6a6e73;
    }
    .elementor-button {
        width: 140px;
        height: 43px;
    }
    .elementor-button a {
        font-size: 14px;
    }
    /*===================== end error 404 page ==================*/
    /* ============ start single page =============*/
    .description-tite h4 {
        font-weight: bold;
        font-size: 16px;
    }
    .description-tite p {
        font-size: 13px;
    }
    span.block.span-price span:nth-child(1) {
        font-size: 16px;
        font-weight: bold;
    }
    span.block.span-price span:nth-child(2) {
        font-size: 18px;
    }
    .content-sml-price span:nth-child(1) {
        font-size: 12px;
    }
    .div-content-price {
        padding: 12px;
    }
    .div-content-price {
        margin-top: 20px;
    }
    .title-before-btn {
        font-size: 16px;
    }
    .car-property {
        margin-top: 22px;
        padding: 18px;
    }
    .car-property h3 {
        font-size: 20px;
        font-weight: bold;
    }
    li.breadcrumb-item {
        font-size: 14px;
    }
    .title-single h3 {
        font-size: 16px;
        font-weight: bold;
    }
    /* ============ end single page ===============*/
    /* ============ start contact us page ===============*/
    .content-contact h4 {
        color: #000000;
        width: 90%;
        margin: auto;
        margin-bottom: 6px;
        line-height: 28px;
        font-size: 16px;
    }
    .flx-img-contact img {
        width: 45px;
        height: 45px;
    }
    .flx-img-contact div span:nth-child(1) {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .form-group {
        margin-bottom: 0.7rem;
    }
    input,
    textarea,
    .form-section .container form .step .form-group textarea,
    select,
    .select2-selection--single {
        font-size: 12px;
        margin: 7px 0;
    }
    .contact-title {
        font-size: 19px;
    }
    /* ============ end contact us page ===============*/

    /* ============ start apply us page ===============*/

    .verfiy {
        width: 45px;
        height: 45px;
    }
    .modal-verfiy .number-order {
        font-size: 16px;
    }
    .p-verfiy {
        font-size: 14px;
    }
    .content-nav-tabs {
        padding: 20px 15px;
    }
    .content-tabs {
        width: 100%;
    }
    .tab-content {
        padding: 20px 15px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
    }
    /* ============ end apply us page ===============*/
    /* ============ start offers page ===============*/
    form.example {
        margin-bottom: 20px;
    }
    label {
        font-size: 12px;
    }
    .form-group.form-checkbox label:before {
        padding: 7px;
    }
    .form-group.form-checkbox input:checked + label:after {
        top: 4px;
        right: 6px;
        width: 6px;
        height: 10px;
    }
    .content-check-box .form-group {
        margin-bottom: 0.3rem;
    }
    .pagination-lg .page-link {
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    /* ============ end offers page ===============*/
    .btnsForContact a {
        height: 40px !important;
        font-size: 14px;
    }
    .btnsForContact a img {
        width: 14px;
        margin-left: 4px;
    }
    .btn-smll-offer {
        position: absolute;
        right: 30%;
        top: 12px;
    }
}
@media (max-width: 425px) {
    .content-img-rocket img {
        width: 290px;
        height: 160px;
    }
    p.error-here {
        font-size: 24px;
        margin: 8px 0;
    }
    p.error-p {
        font-size: 14px;
        color: #6a6e73;
    }
    .elementor-button {
        width: 98px;
        height: 38px;
        top: 14px;
    }
}
@media (max-width: 320px) {
}