.btns::after,
.playbtn span {
    position: absolute;
}
.header,
.modal-content,
body {
    background-color: #fff;
}
.gradient-text,
.instagram-color {
    -webkit-text-fill-color: #fff0;
}
*,
.carousels,
.flag-toggle-3 {
    box-sizing: border-box;
}
#sync1 .item,
#sync2 .item {
    margin: 5px;
    text-align: center;
}
#sync1 .item,
#sync2 .item,
.car_right,
.card__pricing,
.company_name,
.gradient-text,
.insp_text,
.sel1_text p,
.upload__btn,
.upload__img-close,
.whychoosetext h2 {
    text-align: center;
}
.btns,
.car_box_side,
.car_left h4,
.car_left p,
.carousels,
.fixedsellbtn a,
.playbtn,
.reveal,
.upload__inputfile {
    overflow: hidden;
}
.modal-content,
.sel .modal-content {
    pointer-events: auto;
    outline: 0;
}
.buttonw,
.car_right,
.car_right a,
.fixedhome_menu ul li a,
.fixedsellbtn a,
.foot_ul ul li a,
.playbtn,
.side_ul li a,
.world_btn a,
a,
button {
    text-decoration: none;
}
* {
    padding: 0;
    margin: 0;
    font-family: Outfit, sans-serif;
}
:root {
    --primary-color: #011823;
    --secondary-color: #fff;
    --body-color: #f3f3f3;
}
.btns {
    position: relative;
    box-shadow:
        rgb(0 0 0 / 67%) 0 4px 6px -1px,
        rgb(0 0 0 / 0.06) 0 2px 4px -1px;
}
.btns::after {
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #dfeb18;
    transform: skewX(-45deg);
    transition: left 1s;
}
.btns:hover::after {
    left: 100%;
}
.bx h4,
.bx h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background-color: #011823;
    color: #fff;
    font-size: 19px;
    border-radius: 50%;
}
.dropdown:hover .dropdown-content,
.playbtn span {
    display: block;
}
.whychoosetexttc h2 {
    text-align: center;
    color: #000;
    font-size: 28px;
    margin-top: 33px;
    margin-bottom: 27px;
}
.whychoosetexttc h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.why_us_textx {
    padding: 30px 58px;
    max-width: 80%;
}
.abt_textx h6 {
    text-transform: uppercase;
    color: #112353;
    font-weight: 600;
    letter-spacing: 4px;
}
.abt_textx h3,
.playbtn {
    text-transform: capitalize;
}
.abt_textx h3 {
    font-size: 38px;
    font-weight: 700;
}
.logo_left p,
.side_ul li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.abt_text p,
.pro_icon i,
.why_one h4,
.why_onel h4,
p {
    font-size: 20px;
}
.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}
.logo_left img {
    width: 70px;
    margin-top: 2px;
}
.header {
    position: fixed;
    width: 100% !important;
}
.playbtn {
    position: relative;
    display: inline-block;
    padding: 19px 26px;
    color: #000;
    width: 100%;
    transition: 0.5s;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
.banner_section,
.modal-content,
.modal-dialog-centered,
.modal-header {
    display: flex;
    display: flex;
}
.playbtn:hover {
    background: #fff;
    color: #000;
    box-shadow:
        0 0 5px #fff,
        0 0 25px #fff,
        0 0 50px #fff,
        0 0 200px #fff;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}
.playbtn span:first-child {
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent, #000);
    animation: 1s linear infinite animate1;
}
@keyframes animate1 {
    0% {
        left: -100%;
    }
    100%,
    50% {
        left: 100%;
    }
}
.playbtn span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #000);
    animation: 1s linear 0.25s infinite animate2;
}
@keyframes animate2 {
    0% {
        top: -100%;
    }
    100%,
    50% {
        top: 100%;
    }
}
.playbtn span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(270deg, transparent, #000);
    animation: 1s linear 0.5s infinite animate3;
}
@keyframes animate3 {
    0% {
        right: -100%;
    }
    100%,
    50% {
        right: 100%;
    }
}
.playbtn span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #0e0d0d);
    animation: 1s linear 0.75s infinite animate4;
}
@keyframes animate4 {
    0% {
        bottom: -100%;
    }
    100%,
    50% {
        bottom: 100%;
    }
}
.flg img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}
.input-wrapper input,
.input-wrapper select {
    font-size: 14px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: 0;
    border: 1px solid #5d54547d;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff14;
    margin-top: 10px;
}
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff0;
    border-radius: 10px;
    background-color: #fff0;
}
#style-1::-webkit-scrollbar {
    width: 2px;
    background-color: #fff0;
}
#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #fff0;
    background-color: #5550;
}
.modal-header {
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-dialog-centered {
    justify-content: center !important;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    flex-direction: column;
    width: 90% !important;
    border: 1px solid rgb(0 0 0 / 0.2);
    border-radius: 0.3rem;
    position: relative;
    flex-direction: column;
    background-clip: padding-box;
}
.flg_no p {
    margin-bottom: 0;
    font-size: 15px;
}
.carl a,
.whtapp_box a {
    color: #000;
}
.banner_section {
    background: #717d91;
    background: radial-gradient(circle, #ffffff 0, #767b7d 100%);
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
}
.banner_3 {
    padding: 30px 0 60px;
}
.box_white,
.box_white2 {
    width: 100%;
    padding: 1.5rem 1.5rem 1rem 1.25rem;
    display: flex;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 0.24) 0 3px 8px;
}
.box_white {
    height: 50%;
    flex-direction: column;
    border-radius: 0.875rem !important;
    min-height: 188px;
}
.box_white2 {
    height: 100%;
    flex-direction: column;
    border-radius: 0.875rem !important;
    min-height: 188px;
}
.box_whites,
.box_whites2 {
    width: 100%;
    padding: 1.5rem 1.5rem 1rem 1.25rem;
    background-color: #011823;
    color: #fff;
    border-radius: 0.875rem !important;
    min-height: 188px;
    display: flex;
}
.box_whites {
    height: 50%;
    flex-direction: column;
}
.box_whites2 {
    height: 100%;
    flex-direction: column;
}
.new_white_box {
    padding: 60px 0;
    background-color: #fff;
}
.car_right_l img {
    width: 150px !important;
}
.car_right_l p {
    font-size: 16px !important;
}
.bottom_insp_img img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.banner_img,
.bottom_insp_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-tracks,
.logos,
.upload__btn {
    display: inline-block;
}
.bottom_insp_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000007a;
    border-radius: 10px;
}
.insp_text {
    position: absolute;
    z-index: 99;
}
.banner_img img {
    max-height: 66vh;
    width: 100% !important;
    object-fit: cover;
    margin-top: 86px;
}
.banner_img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(0deg, #ffffff 12%, rgb(0 0 0 / 30%) 50%);
    width: 100%;
    height: 100%;
}
.car_width {
    position: relative;
    z-index: 99;
}
.side_ul li a {
    font-size: 14px;
    color: #444243;
}
.car_left h3 {
    color: #000;
    font-size: 18px;
}
.car_left h3 span {
    color: #000;
    font-size: 22px !important;
}
.immd {
    max-width: 450px;
}
.working-process .accordion-item {
    border: 1px solid var(--secondary-color);
    border-bottom: 3px solid var(--secondary-color);
    border-radius: 30px;
    overflow: hidden;
    background-color: var(--body-color);
}
.working-process .accordion-item .accordion-button {
    background-color: var(--body-color);
    padding: 20px 40px;
    border-bottom: 1px solid var(--secondary-color);
}
.working-process .accordion-item .accordion-collapse.collapse.show {
    background-color: var(--primary-color);
    transition: 0.2s ease-in-out;
}
.working-process .accordion-item .accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    transition: 0.2s ease-in-out;
    background-color: #011823 !important;
    box-shadow: none;
}
.working-process .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.working-process .accordion-item .accordion-collapse .accordion-body {
    padding: 20px 40px;
    color: #fff;
}
.working-process .accordion-item .accordian-numbers {
    font-size: 28px;
    padding-right: 20px;
}
.accordion-button::after {
    background-image: none;
    font-family: remixicon !important;
    content: "\f4b1";
    height: 35px;
    width: 35px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    background-color: var(--body-color);
    color: #000;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f1ae";
}
.working-process .accordion-item .collapsing {
    transition: 0.3s ease-in-out;
}
.owl-theme .owl-nav [class*="owl-"],
.upload__btn {
    transition: 0.3s;
}
.car_box_sidevideo img {
    position: relative;
    border-radius: 10px;
    object-fit: cover;
    height: 338px;
}
.video_sec {
    padding-bottom: 30px;
}
.foot_ul ul li a {
    color: #fff;
}
.side_ul ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 43px;
}
.footer-social-link ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}
.fixedhome_menu ul,
.fixedhome_menu2 ul,
.middle ul {
    display: inline-flex;
    padding-left: 0;
    list-style-type: none;
}
.footer-social-link ul li a {
    font-size: 20px;
    color: #000;
}
.company_name h1 {
    font-size: 42px;
    color: #fff;
    background-image: linear-gradient(181deg, #fff0 0, #fff0 70%);
}
.gradient-text {
    font-size: 60px;
    font-weight: 700;
    background: linear-gradient(90deg, #ff512f, #dd2476);
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff0;
    font-family: sans-serif;
    margin-top: 100px;
}
.logo_flag img {
    width: 33px;
    border-radius: 5px;
}
.company_name {
    position: absolute;
    content: "";
    bottom: 20%;
    left: 0;
    z-index: 99;
    width: 100%;
}
#sync1.owl-theme,
.btn-group .select,
.carousel-tracks,
.carousels,
.option,
.owll {
    position: relative;
}
.contact_dl p,
.why_onel p {
    font-size: 16px;
}
#sync2 .item h1,
.inner_con h5 {
    font-size: 18px;
}
.carousels {
    white-space: nowrap;
    width: 100%;
    background: #fff0;
    padding: 3px 0;
}
.inner_con ul {
    list-style-type: none;
    padding-left: 0;
}
.inner_con h5 {
    margin-top: 20px;
}
.inner_con ul li {
    margin-top: 12px;
}
.owll::after {
    position: absolute;
    content: "";
    top: 0;
    left: -1px;
    width: 102%;
    height: 100%;
    background: linear-gradient(90deg, #fff0 -31%, #fff0 50%, #fff0 157%);
}
.flag-toggle-3 .flag,
.img-bg {
    background-size: cover;
    background-position: center;
}
.carousel-tracks {
    animation: 20s linear infinite scroll;
}
.logos {
    margin: 0 30px;
}
.logo_left p {
    font-size: 8px;
    margin-bottom: 1px;
}
.logos img {
    height: 37px;
    vertical-align: middle;
}
.upload__box {
    padding: 8px;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.upload__btn p {
    font-size: 15px;
    margin-bottom: 0;
}
.company_name p,
.fixedhome_menu ul li a {
    font-size: 12px;
    text-transform: uppercase;
}
.upload__btn {
    font-weight: 100;
    color: #fff;
    min-width: fit-content;
    padding: 5px;
    cursor: pointer;
    border: 2px solid;
    background-color: #000;
    border-radius: 10px;
    line-height: 26px;
    font-size: 10px;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 150px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.dropdown,
.img-bg {
    position: relative;
}
.upload__img-close:after {
    content: "âœ–";
    font-size: 14px;
    color: #fff;
}
.img-bg {
    background-repeat: no-repeat;
    padding-bottom: 100%;
}
.search,
.search-btn,
.search:hover > .search-btn {
    background: #fff;
}
.company_name p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 7px;
}
.bx_box {
    padding: 15px;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgb(0 0 0 / 0.24) 0 3px 8px;
}
.bx p {
    font-size: 19px;
}
.search {
    height: 46px;
    border-radius: 40px;
    width: 100%;
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter_box,
.search-btn {
    border-radius: 50%;
    display: flex;
}
@keyframes zoom-in-zoom-out {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
}
.search:hover > .search-txt {
    padding: 0 10px;
    color: #000;
}
.search-btn {
    color: #011823;
    float: right;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.btn-group .select input:checked + label:active,
.btn-group .select input:checked + label:focus,
.btn-group .select input:checked + label:hover,
.filter_box,
button {
    background-color: #000;
}
.filter_box {
    width: 44px;
    padding: 10px;
    justify-content: center;
}
.contact-icon i,
.filter_box i {
    color: #fff;
}
.search-txt {
    border: none;
    background: 0 0;
    outline: 0;
    float: left;
    padding: 0;
    color: #080808;
    font-size: 16px;
    transition: 0.4s ease-in;
    line-height: 40px;
    width: 80%;
}
.fas fa-search {
    font-weight: 200;
    font-size: 40px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.logo_right p {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}
.dropdown {
    display: inline-block;
    cursor: pointer;
}
.dropdown-content {
    position: absolute;
    display: none;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.2);
    z-index: 1;
}
.fixedhome_menu {
    text-transform: uppercase;
}
.car_right,
.middle ul li {
    text-transform: capitalize;
}
.fixedhome_menu ul,
.fixedhome_menu2 ul {
    gap: 23px;
    margin-bottom: 0;
}
.fixedhome_menu ul li a {
    font-weight: 600;
    color: #000;
}
.reveal {
    visibility: hidden;
    position: relative;
    width: 80%;
    height: 80%;
    max-width: 500px;
}
.instagram-color {
    color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
}
.flag-toggle-3 {
    position: relative;
    width: 175px;
    height: 65px;
    background-color: #6d6c69;
    border-radius: 30px;
    margin: 0 auto;
    gap: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    border: 2px solid #cccccc36;
    cursor: pointer;
}
#flagStatus,
.banner_inner {
    margin-top: 20px;
}
.flag-toggle-3 .flag {
    width: 43px;
    height: 43px;
    border-radius: 22px;
    animation: 2s ease-out infinite zoom-in-zoom-out;
    box-shadow:
        rgb(0 0 0 / 99%) 0 13px 27px -5px,
        #ddd9d9 0 8px 16px -8px;
    transition: opacity 0.3s;
}
.flag.active {
    opacity: 1;
}
.selector-thumb {
    position: absolute;
    top: 12px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff0;
    border: 1px solid #121214;
    transition: left 0.3s;
    z-index: 0;
}
#flagStatus {
    font-size: 1.2em;
}
.page-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: #ede6df;
    z-index: 99999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.loader {
    width: 40px;
    aspect-ratio: 1;
    --c: linear-gradient(#5a5454 0 0);
    --m: radial-gradient(farthest-side, #eaae06 92%, #3a373700);
    background: var(--c), var(--m), var(--c), var(--m), var(--c), var(--m);
    background-size:
        8px 15px,
        8px 8px;
    background-repeat: no-repeat;
    animation: 1s infinite alternate l14;
}
@keyframes l14 {
    0%,
    10% {
        background-position:
            0 0,
            0 100%,
            50% 0,
            50% 100%,
            100% 0,
            100% 100%;
    }
    33% {
        background-position:
            0 100%,
            0 0,
            50% 0,
            50% 100%,
            100% 0,
            100% 100%;
    }
    66% {
        background-position:
            0 100%,
            0 0,
            50% 100%,
            50% 0,
            100% 0,
            100% 100%;
    }
    100%,
    90% {
        background-position:
            0 100%,
            0 0,
            50% 100%,
            50% 0,
            100% 100%,
            100% 0;
    }
}
.middle ul {
    gap: 18px;
    margin-bottom: 0;
}
.banner_inner_img img {
    width: 100%;
    height: 635px;
    object-fit: cover;
}
.middle ul li {
    display: flex;
    gap: 4px;
    font-size: 13px;
}
.fixed_head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #7c13137e;
}
.ava_btn,
.sold_btn {
    right: 15px;
    top: 13px;
}
.abt_text {
    max-width: 570px;
}
.abt_text h3 {
    font-size: 70px;
    line-height: 58px;
}
.abt_mx {
    padding: 60px 0 22px;
}
.car_box_side {
    position: relative;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px;
}
.car_box_side img {
    position: relative;
    border-radius: 10px;
    object-fit: cover;
}
.car_box_side::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background: #fff;
    background: linear-gradient(0deg, #fff 12%, #fff0 50%);
    width: 100%;
    height: 100%;
    border-radius: 17px;
}
.banner_img_iner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 91px;
}
.banner_search {
    position: absolute;
    z-index: 99;
}
.banner_img_iner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(0deg, rgb(255 255 255 / 18%) 12%, rgb(0 0 0 / 45%) 50%);
    width: 100%;
    height: 100%;
}
.banner_img_iner img {
    max-height: 282px;
    width: 100% !important;
    object-fit: cover;
}
.banner_img_iner video {
    width: 100%;
    height: 81vh;
    object-fit: cover;
    border-radius: 10px;
}
.car_details_cover {
    padding: 24px;
    background-color: #fff;
    border-radius: 0 0 40px 40px;
    width: 100%;
    margin-top: -23px;
    box-shadow: rgb(0 0 0 / 21%) 0 3px 8px;
    z-index: 99;
    gap: 12px;
    flex-wrap: wrap;
}
.why_one,
.why_onel {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: rgb(0 0 0 / 15%) 0 3px 8px;
    height: 100%;
}
.ques img {
    width: 220px;
}
.why_one {
    padding: 24px;
}
.why_onel {
    padding: 16px;
    width: 100%;
}
.bottom p {
    font-size: 12px;
    color: #fff;
}
.whychoosetext h2 {
    color: #000;
    font-size: 35px;
}
.car_left h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #676562;
    text-transform: uppercase;
}
.car_left h4,
.car_left p {
    font-size: 15px;
    color: #000;
    height: 47px;
}
.car_right {
    font-size: 14px;
    padding: 10px 13px;
    border-radius: 20px;
    color: #fff;
    background-color: #011823;
    width: 100%;
    margin-top: 10px;
    box-shadow:
        rgb(0 0 0 / 83%) 0 13px 27px -5px,
        rgb(0 0 0 / 0.3) 0 8px 16px -8px;
}
.ava_btn,
.ava_btnl,
.sold_btn {
    padding: 6px 6px;
    border-radius: 10px;
    position: absolute;
    content: "";
}
.car_left ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0;
    color: #000;
    margin-top: 5px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.car_right a {
    color: #fff;
    text-transform: uppercase;
}
.car_left ul li p {
    font-size: 17px;
    margin-bottom: 0;
}
.car_left ul li i {
    color: #e0af74;
}
.banner_search h2 {
    font-size: 24px;
}
.banner_search p,
.button p {
    font-size: 14px;
}
.ava_btnl {
    left: 5px;
    bottom: 17px;
    background-color: #ab8000;
    color: #fff;
    z-index: 99;
}
.ava_btn p,
.ava_btnl p,
.sold_btn p {
    font-size: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.foot_ul h6,
.foot_ul ul {
    font-size: 15px;
    color: #fff;
}
.ava_btn {
    background-color: #d64e0d;
    color: #fff;
}
.ava_btn p {
    font-size: 10px;
}
.sold_btn p {
    font-size: 10px;
}
.sold_btn {
    background-color: #c11a1a;
    color: #fff;
}
.footer_section {
    background-color: #011823;
    padding: 60px 0;
}
.footer_content {
    max-width: 379px;
}
.foot_ul ul {
    list-style-type: none;
    padding-left: 0;
    flex-direction: column;
    display: flex;
    gap: 10px;
    font-weight: 100;
}
.footer_content p {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}
.footer_content h6 {
    color: #fff;
    font-size: 15px;
}
.mobile {
    display: none;
}
.fixedhome_menu img {
    max-width: 34px;
}
.fixedhome_menu {
    background-color: #fff;
    padding: 12px 14px;
    border-radius: 19px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.thumb-carousel .owl-item img {
    height: 80px;
    width: auto;
    cursor: pointer;
    opacity: 0.5;
}
.thumb-carousel .owl-item.active.center img {
    opacity: 1;
    border: 2px solid #007bff;
}
#sync1 .item {
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#sync2 .item {
    background: #c9c9c9;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
#sync2 .current .item {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}
.owl-carousel .animated {
    animation-duration: 1.5s !important;
}
#sync1 svg {
    width: 9px !important;
}
.main-carousel img {
    width: 100%;
    height: auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 10px !important;
}
.pro_card_icon {
    background-color: #a1cad9;
    padding: 10px;
    border-radius: 10px;
}
.pro_text p {
    color: #564d4d !important;
    font-size: 12px;
    margin-bottom: 0;
}
.pro_icon {
    width: 50px;
    height: 50px;
    background-color: #c6e4ef;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.abt_texts h3 {
    font-size: 42px;
    line-height: 58px;
    color: #fff;
}
.input-wrapper label i {
    font-weight: 500;
    color: #011823;
}
.input-wrapper textarea {
    border: 1px solid #5d54547d;
    border-radius: 10px;
}
.input-wrappers input {
    font-size: 14px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: 0;
    border: 1px solid #a5a0a0;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff14;
    margin-top: 10px;
}
.input-wrapper label,
.input-wrappers label {
    color: #5a5656 !important;
    text-transform: capitalize;
    z-index: 2;
    top: 14px;
    background: #fff0;
    font-size: 14px;
}
.input-wrappers label {
    font-weight: 600;
}
.point_wrappers {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    margin: 7px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-control,
.form-control:focus {
    background-color: #ffffff14;
    border: 1px solid #a5a0a0;
}
.input-wrapper label {
    width: 100%;
    font-weight: 300;
    padding: 0 8px;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control:focus {
    box-shadow: none !important;
}
.btn-group .select input:checked + label {
    background-color: #000;
    width: 100%;
}
.btn-group .select input,
.option input {
    opacity: 0;
    position: absolute;
}
.btn-group .select .button_select {
    margin: 0 10px 10px 0;
    display: flex;
    background-color: #fff0;
}
.btn-group .select .button_select:active,
.btn-group .select .button_select:focus,
.btn-group .select .button_select:hover,
.option .btn-option:active,
.option .btn-option:focus,
.option .btn-option:hover {
    background-color: #fff0;
}
.immd ul li {
    list-style-type: none;
    margin-top: 10px;
    font-weight: 300;
}
.tick-list ul {
    list-style-type: none;
    margin-top: 10px;
    font-weight: 300;
    padding-left: 0 !important;
}
.tick-list li {
    position: relative;
    margin-top: 10px;
    padding-left: 25px;
}
.tick-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: green;
    font-weight: 700;
}
.immd ul {
    padding-left: 0 !important;
}
.cards {
    background: #ebebeb;
    border-radius: 1em;
    position: relative;
    border: none;
    padding: 10px;
    height: 100%;
}
.one::after,
.one::before {
    border-bottom-right-radius: 1.25em;
    box-shadow: 0.3em 0.3em 0 0.3em #fff;
    transition: 1s;
}
.circle {
    width: 3em;
    aspect-ratio: 1;
    background: #011823;
    border-radius: 50%;
    z-index: 1;
    rotate: 43deg;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.holder {
    position: absolute;
    display: grid;
    place-items: center;
    width: 4em;
    height: 4em;
    background: #fff;
}
.holder::after,
.holder::before {
    position: absolute;
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: 0 0;
}
.one {
    inset: calc(100% - 4em) 0 0 calc(100% - 4em);
    border-top-left-radius: 1.25em;
    transition: 1s 0.5s;
}
.one::before {
    inset: calc(100% - 1.25em) 0 0 -1.25em;
}
.one::after {
    inset: -1.25em 0 0 2.75em;
}
.box-3_fac {
    padding: 18px;
    border-radius: 15px;
    background-color: #509d76;
    margin-top: 10px;
}
.cards.box_text_f p {
    font-size: 17px !important;
    width: 80%;
}
.saf_box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #06422400, #06422400), url(../images/wave2.png);
    background-color: #fff0;
    background-repeat: no-repeat;
}
.b_icon_f img {
    width: 60px;
    padding: 9px;
    border-radius: 50%;
    background-color: #c6e4ef;
    margin-bottom: 40px;
}
.box_text_f h2 {
    max-width: 80%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 27px;
}
.option input:checked + span,
.option input:checked + span:active,
.option input:checked + span:focus,
.option input:checked + span:hover {
    background-color: #292928;
    color: #fff;
}
.option .btn-option {
    padding: 12px 26px;
    display: flex;
    background-color: #fff0;
}
.btn-warning {
    color: #7b6f6f;
    font-size: 14px;
    background-color: #ffc107;
    border: 1px solid #a5a0a07d;
    border-radius: 9px !important;
}
.closess {
    color: #007bff !important;
}
.boxss {
    font-size: 15px;
}
.fixedhome_menu2,
button {
    font-size: 12px;
    text-transform: uppercase;
}
button {
    padding: 10px 20px;
    color: #fff;
    font-weight: 200;
    border-radius: 19px;
    border: none;
}
.form-check p {
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
}
.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}
.fixedhome_menu2 {
    background-color: #fff0;
    padding: 12px 14px;
    border-radius: 19px;
    color: #fff;
}
.fixedhome_menu2 ul li a {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
.offcanvas-bottom.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 462px !important;
    border-radius: 10px 10px 0 0 !important;
    margin: auto;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
.contact-uss {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}
.contact-info h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
}
.contact-icon {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #011823;
}
.banner_inner_imgs img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.banner_inner_imgs video {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.card__content_sec {
    padding: 0 18px;
}
.card {
    padding: 3rem 0;
}
.card__container {
    gap: 3rem 1.25rem;
}
.card__content {
    position: relative;
    background-color: #fff;
    padding: 2rem 1.5rem 1rem;
    border-radius: 1.75rem;
    box-shadow: 0 12px 24px hsla(var(--hue-color), 61%, 16%, 0.1);
    transition: 0.4s;
    height: 100%;
    display: flex;
    box-shadow: rgb(0 0 0 / 15%) 0 3px 8px;
    width: 317px;
    flex-direction: column;
    justify-content: space-between;
}
.card__content:hover {
    box-shadow: 0 16px 24px hsla(var(--hue-color), 61%, 16%, 0.15);
}
.card__header-img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    object-fit: cover;
}
.card__header-circle {
    width: 40px;
    height: 40px;
    background-color: var(--first-color-lighter);
    border-radius: 50%;
    margin-bottom: var(--mb-1);
    place-items: center;
}
.card__header-subtitle {
    display: block;
    font-size: var(--smaller-font-size);
    color: hsl(0deg 0% 0%);
    text-transform: uppercase;
    margin-bottom: var(--mb-0-25);
}
.card__header-title {
    font-size: var(--biggest-font-size);
    color: var(--title-color);
    margin-bottom: var(--mb-1);
    font-size: 11px;
}
.card__pricing {
    position: absolute;
    background: linear-gradient(157deg, hsl(0deg 0% 0%) -12%, hsl(60.33deg 3.3% 15.39%) 109%);
    width: 60px;
    height: 88px;
    right: 1.5rem;
    top: -1rem;
    padding-top: 1.25rem;
}
.card__pricing-symbol {
    font-size: var(--smaller-font-size);
}
.card__pricing-number {
    font-family: var(--pricing-font);
    font-size: var(--h2-font-size);
}
.card__pricing-month {
    display: block;
    font-size: var(--tiny-font-size);
}
.bottom p a,
.card__pricing-month,
.card__pricing-number {
    color: #fff;
}
.card__pricing::after,
.card__pricing::before {
    content: "";
    position: absolute;
}
.card__pricing::after {
    width: 100%;
    height: 14px;
    background-color: #f0e9e9;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.card__pricing::before {
    width: 14px;
    height: 16px;
    background-color: hsl(199.41deg 94.44% 7.06%);
    top: 0;
    left: -14px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.card__list {
    row-gap: 0.5rem;
    margin-bottom: var(--mb-2);
    padding-left: 0;
}
.btns p,
.card__list-description,
.five_point h5 {
    margin-bottom: 0;
}
.card__list-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 9px;
}
.fixedbuysellbtn,
.sel1 {
    justify-content: center;
}
.card__list-icon {
    font-size: 1.5rem;
    color: var(--first-color);
    margin-right: var(--mb-0-5);
}
.btns p {
    font-size: 16px;
}
.card__button {
    padding: 12px 24px;
    border: none;
    font-size: 12px;
    border-radius: -1.5rem;
    background: linear-gradient(157deg, hsl(0deg 0% 0%) -12%, hsl(0deg 0% 0%) 109%);
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    transition: 0.4s;
}
.five_point h5 {
    background-color: #b2dded;
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 0.24) 0 3px 8px;
}
.card__button:hover {
    box-shadow: 0 12px 24px hsla(var(--hue-color), 97%, 54%, 0.2);
}
.head-text h2 {
    font-size: 45px;
    text-transform: capitalize;
    max-width: 700px;
    margin: auto;
}
.uil-check:before {
    content: "\e9c3";
}
.card__list-item p {
    font-size: 15px;
}
.sel1 {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #c6e4efa6, #c6e4efb5), url(../images/wheel.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.sel1_text {
    padding: 11px 15px;
    margin-top: 10px;
    border-radius: 19px;
    min-width: 120px;
    font-size: 19px;
    background-color: #000;
    color: #fff;
    box-shadow:
        rgb(0 0 0 / 83%) 0 13px 27px -5px,
        rgb(0 0 0 / 0.3) 0 8px 16px -8px;
}
.icon_boxsz,
.icon_boxsz2 {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px;
    height: 140px;
    width: 140px;
    background-size: contain;
    background-position: center;
    align-items: center;
    display: flex;
}
.icon_boxsz {
    background-image: linear-gradient(to bottom, #c6e4ef00, #ffffff00), url(../images/u1.webp);
    justify-content: center;
    flex-direction: column;
    padding: 14px;
    box-shadow: rgb(0 0 0 / 0.15) 1.95px 1.95px 2.6px;
}
.icon_boxsz1:hover,
.icon_boxsz2:hover,
.icon_boxsz3:hover,
.icon_boxsz4:hover,
.icon_boxsz:hover {
    border: 2px solid #011823;
}
.icon_boxsz2 {
    background-image: linear-gradient(to bottom, #c6e4ef00, #ffffff00), url(../images/u2.jpg);
    justify-content: center;
    flex-direction: column;
    padding: 14px;
    box-shadow: rgb(0 0 0 / 0.15) 1.95px 1.95px 2.6px;
}
.icon_boxsz1,
.icon_boxsz3 {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px;
    height: 140px;
    width: 140px;
    background-size: contain;
    background-position: center;
    padding: 14px;
    box-shadow: rgb(0 0 0 / 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    position: relative;
}
.rot1 {
    rotate: 2deg;
}
.rot2 {
    rotate: 357deg;
}
.icon_boxsz1 {
    background-image: linear-gradient(to bottom, #c6e4ef00, #ffffff00), url(../images/sell07.png);
    justify-content: center;
    flex-direction: column;
}
.icon_boxsz3 {
    background-image: linear-gradient(to bottom, #c6e4ef00, #ffffff00), url(../images/direct_sell.webp);
    justify-content: center;
    flex-direction: column;
}
.icon_boxsz4 {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px;
    height: 140px;
    width: 140px;
    background-image: linear-gradient(to bottom, #c6e4ef00, #ffffff00), url(../images/u1.jpg);
    background-size: contain;
    background-position: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
    box-shadow: rgb(0 0 0 / 0.15) 1.95px 1.95px 2.6px;
}
.searchs {
    background: #fff;
    height: 46px;
    border-radius: 40px;
    width: 57%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.sel1_text p {
    font-size: 14px;
    font-weight: 600;
}
.con {
    display: flex;
    flex-direction: column-reverse;
    gap: 43px;
}
.fixedbuysellbtn {
    position: fixed;
    right: 28px;
    bottom: 91px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2px;
    z-index: 999;
}
.fixedsellbtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff !important;
    font-weight: 300;
    padding: 10px 16px;
    width: 54px;
    height: 55px;
    outline: 0;
    border: 0;
    border-radius: 41px;
    background-color: #011823;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    gap: 7px;
}
.form-btn .submit-btn,
.form-group label {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 352px !important;
    border-right: 1px solid rgb(0 0 0 / 0.2);
    transform: translateX(-100%);
}
.form-group label {
    display: block;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin-top: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.8rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #ced4da9e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.form-btn .submit-btn {
    background: #005a84;
    border: 1px solid #fff;
    font-weight: 600;
    height: 47px;
    width: 120px;
    border-radius: 4px;
    display: block;
    margin-left: 7px;
}
.world_btn a {
    color: #005a84;
    font-weight: 600;
}
.contact-form .form-control {
    padding: 0.9em;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.9em;
    letter-spacing: 1px;
}
.contact-form label {
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    font-size: 0.9em;
}
.point_wrapper {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 57%) 0 2px 8px 0;
    margin: 7px;
    border-radius: 15px;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.sel .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    background-color: rgb(255 255 255 / 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0.2);
    border-radius: 0.3rem;
}
.packbroucher img {
    height: 207px !important;
    object-fit: cover;
}
.why_one ul {
    list-style-type: none;
}
.why_one ul li {
    list-style-type: none;
    margin-top: 10px;
}
.green {
    color: #078a1b;
    font-weight: 700;
}
.buttonw p {
    font-size: 15px;
    font-weight: 300;
}
.buttonw {
    background-color: #fff;
    padding: 10px 20px;
    color: #000;
    font-size: 7px;
    font-weight: 200;
    border-radius: 19px;
    text-transform: uppercase;
    border: none;
}
.red {
    color: #a70404;
    font-weight: 700;
}

.whatsapp{
    background-color:#25d366 !important;
}


@media (max-width: 1090px) {
    .company_name {
        position: absolute;
        content: "";
        bottom: 26%;
        left: 0;
        z-index: 99;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 1030px) {
    .company_name {
        position: absolute;
        content: "";
        bottom: 9%;
        left: 0;
        z-index: 99;
        width: 100%;
        text-align: center;
    }
    .con {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .card__button {
        padding: 12px 24px;
        border: none;
        font-size: 10px;
        border-radius: -1.5rem;
        background: linear-gradient(157deg, hsl(0deg 0% 0%) -12%, hsl(0deg 0% 0%) 109%);
        color: #fff;
        cursor: pointer;
        font-weight: 300;
        transition: 0.4s;
    }
    .head-text h2 {
        font-size: 28px;
        text-transform: capitalize;
        max-width: 700px;
        margin: auto;
    }
    .sel1_text {
        padding: 11px 15px;
        margin-top: 10px;
        border-radius: 19px;
        min-width: 110px;
        font-size: 15px;
        background-color: #000;
        color: #fff;
        box-shadow:
            rgb(0 0 0 / 83%) 0 13px 27px -5px,
            rgb(0 0 0 / 0.3) 0 8px 16px -8px;
    }
}
@media screen and (max-width: 320px) {
    .container {
        margin-left: var(--mb-1);
        margin-right: var(--mb-1);
    }
    .card__content {
        padding: 2rem 1.25rem;
        border-radius: 1rem;
    }
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
}
@media screen and (min-width: 568px) {
    .card__container {
        grid-template-columns: repeat(2, 1fr);
    }
    .card__content {
        grid-template-rows: repeat(2, max-content);
    }
}
@media screen and (min-width: 968px) {
    .banner_img_iner video {
        width: 100%;
        height: 80vh;
        object-fit: cover;
        border-radius: 10px;
    }
    .container {
        margin-left: auto;
        margin-right: auto;
    }
    .card {
        height: 100vh;
        align-items: center;
    }
    .card__container {
        grid-template-columns: repeat(3, 1fr);
    }
    .card__header-circle {
        margin-bottom: var(--mb-1-25);
    }
    .card__header-subtitle {
        font-size: var(--small-font-size);
    }
}
@media only screen and (max-width: 765px) {
    .banner_inner_imgs img,
    .banner_inner_imgs video {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .abt_mx {
        padding: 0 0 22px;
    }
    .why_us_textx {
        padding: 6px;
        max-width: 100%;
    }
    .working-process .accordion-item .accordion-collapse .accordion-body {
        padding: 20px 22px;
        color: #fff;
    }
    .working-process .accordion-item .accordion-button {
        background-color: var(--body-color);
        padding: 20px;
        border-bottom: 1px solid var(--secondary-color);
    }
    .fixedhome_menu {
        background-color: #fff;
        padding: 0;
        border-radius: 19px;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }
    .banner_img_iner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 77px;
    }
    .logo_left p {
        font-size: 6px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        margin-bottom: 1px;
    }
    .logo_left img {
        width: 58px;
        margin-top: 2px;
    }
    .car_left h3 {
        color: #000;
        font-size: 10px;
    }
    .abt_texts h3 {
        font-size: 29px;
        line-height: 33px;
        color: #fff;
    }
    .company_name {
        position: absolute;
        content: "";
        bottom: 9%;
        left: 0;
        z-index: 99;
        width: 100%;
        text-align: center;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .whychoosetext h2 {
        text-align: center;
        color: #000;
        font-size: 24px;
    }
    .company_name h1 {
        font-size: 39px;
        color: #fff;
        background-image: linear-gradient(181deg, #fff0 0, #fff0 70%);
    }
    .abt_text h3 {
        font-size: 51px;
        line-height: 37px;
    }
    .banner_img_iner img {
        min-height: 204px;
        width: 100% !important;
        object-fit: cover;
    }
    .banner_img_iner video {
        width: 100%;
        height: 61vh;
        object-fit: cover;
        border-radius: 0;
    }
    .searchs {
        background: #fff;
        height: 46px;
        border-radius: 40px;
        width: 96%;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }
    .banner_img img {
        height: 59vh;
        width: 100% !important;
        object-fit: cover;
        margin-top: 78px;
    }
    .car_details_cover {
        padding: 16px;
        border-radius: 0 0 33px 33px;
        flex-wrap: wrap;
        background-color: #fff;
        width: 100%;
        margin-top: -11px;
        box-shadow: rgb(0 0 0 / 21%) 0 3px 8px;
        z-index: 99;
        gap: 12px;
        flex-wrap: wrap;
    }
    .banner_3 {
        padding: 21px 0 1px;
    }
}
@media only screen and (max-width: 668px) {
    .ava_btn,
    .ava_btnl,
    .sold_btn {
        position: absolute;
        content: "";
        padding: 6px 10px;
        border-radius: 10px;
        color: #fff;
    }
    .banner_img_iner video {
        min-height: 67vh;
        object-fit: cover;
    }
    .whychoosetexttc h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .whychoosetexttc h2 {
        text-align: center;
        color: #000;
        font-size: 23px;
        margin-top: 33px;
        margin-bottom: 27px;
    }
    .bottom_insp_img img {
        min-height: 516px;
        object-fit: cover;
        width: 100%;
        border-radius: 10px;
    }
    .whychoosetext h3,
    p {
        font-size: 18px;
    }
    .box_text_f h2 {
        max-width: 80%;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 8px;
    }
    .b_icon_f img {
        width: 60px;
        padding: 9px;
        border-radius: 50%;
        background-color: #c6e4ef;
        margin-bottom: 24px;
    }
    .banner_search h2 {
        font-size: 15px;
    }
    .banner_search p {
        font-size: 11px;
    }
    .ava_btnl {
        left: 5px;
        bottom: 0;
        background-color: #ab8000;
        z-index: 99;
    }
    .ava_btn p,
    .ava_btnl p,
    .sold_btn p {
        font-size: 10px;
        margin-bottom: 0;
    }
    .ava_btn {
        right: 2px;
        top: 2px;
        background-color: #2eb505;
    }
    .sold_btn {
        right: 2px;
        top: 2px;
        background-color: #c11a1a;
    }
    .car_left h4,
    .car_left p {
        font-size: 12px;
        color: #000;
    }
    .car_details_cover {
        padding: 16px;
        background-color: #fff;
        border-radius: 0 0 33px 33px;
        width: 100%;
        margin-top: -11px;
        box-shadow: rgb(0 0 0 / 21%) 0 3px 8px;
        z-index: 99;
        gap: 1px;
        flex-wrap: wrap;
    }
    .abt_mx {
        padding: 12px 0 22px;
    }
    .icon_boxsz,
    .icon_boxsz1,
    .icon_boxsz2,
    .icon_boxsz3,
    .icon_boxsz4 {
        height: 109px;
        width: 109px;
    }
    .banner_img_iner video {
        width: 100%;
        height: 63vh;
        object-fit: cover;
        border-radius: 0;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1434px !important;
    }
}
.toastt {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 12px 18px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    animation: 0.3s slideIn;
    background: #2500ac;
}
.toastt.success {
    background-color: #28a745;
}
.toastt.danger {
    background-color: #dc3545;
}
