* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.3;
    /* font-weight: 400; */
}

.container_custom_padding {
    padding-left: 7% !important;
    padding-right: 7% !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.font-weight-800 {
    font-weight: 800 !important;
}
.font-weight-bold {
    font-weight: bold !important;
}
.font-weight-normal {
    font-weight: normal !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.text-color-40CB94 {
    color: #40cb94;
}
.text-theme-b-color {
    color: #414142;
}
.text-right {
    text-align: right;
}
.text-theme-dark {
    color: #ef4023;
}
.mb-6 {
    margin-bottom: 2.5rem !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-30 {
    font-size: 30px !important;
}
.f-25 {
    font-size: 25px !important;
}
.f-15 {
    font-size: 15px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.p-08 {
    padding: 0.8rem !important;
}
.border-top-2 {
    border-top-width: 2px;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.text-theme {
    color: #f26924 !important;
}
.background-theme {
    background-color: #f26924 !important;
}
.background-yellow {
    background-color: #faac29 !important;
}
.background-dark-gray {
    background-color: #414142 !important;
}
.background-orange-with-img {
    background-image: url(../img/need.png);
    background-color: #ff6700;
    background-size: cover;
    height: 100%;
}
.theme-btn {
    padding: 0.6rem 1rem;
    border: none;
    font-weight: 800;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
}
.p-6 {
    padding: 4rem !important;
}
.pt-7 {
    padding-top: 6rem;
}
.pt-6 {
    padding-top: 5rem;
}
.pb-7 {
    padding-bottom: 6rem;
}
.pl-4 {
    padding-left: 3rem;
}
.pr-4 {
    padding-right: 3rem;
}
.mb-7 {
    margin-bottom: 7rem !important;
}
.m-lr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.line-height-m {
    line-height: 1.7 !important;
}
.border-bottom-1px {
    border-bottom: 1px solid #9e9e9e6b;
}
.border-bottom-2px {
    border-bottom: 2px solid #9e9e9e6b;
}
.border-top-2px {
    border-bottom: 2px solid #9e9e9e6b;
}
@media (max-width: 568px) {
    .sm-mb-2p {
        margin-bottom: 2px !important;
    }
    .sm-padding-remove {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sm-margin-remove {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .sm-margin-tb-remove {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .sm-padding-small {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .pt-6 {
        padding-top: 1rem;
    }
    .pb-7 {
        padding-bottom: 4rem;
    }
    .sm-border-none {
        border: none !important;
    }
    .sm-mt-2 {
        margin-top: 2rem;
    }
}
.person_Deatils_Block .person-rate-icons {
    font-size: 30px;
    margin: 3px 3px;
}
.background-gray {
    background-color: #e9e9e9;
}
.background-black {
    background-color: #000;
}
.feature-item-inner-block .feture-flex {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: start;
    flex-direction: row;
    gap: 1rem;
    /* justify-content: center; */
    /* padding: 20px 0px; */
}

.feature-item-inner-block .feture-flex .feture-icons {
    color: #f26924;
    font-size: 46px;
}

.feature-item-inner-block .feture-flex .feture-text {
    font-size: 20px;
    color: #0f0f0f;
    font-weight: 600;
}
.flex-why-block .flex-why {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: row;
    /* padding: 4rem 12rem; */
    gap: 4rem;
}
.flex-why-block .flex-why-item {
    padding: 0;
    gap: 1rem;
}
.flex-why-block .why-us {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
}
.flex-why-block .why-us span {
    color: #f26924;
    font-size: 1.2rem;
    font-weight: 700;
}
.flex-why-block .why-img {
    height: 4rem;
    width: 4rem;
}
.datails-card-items-block .head-computer {
    font-size: x-large;
    color: #ef4023;
    font-weight: 900;
    text-align: start;
}
.datails-card-items-block .description-computer {
    padding: 2rem 0;
    line-height: 1.6rem;
    font-weight: 600;
    color: #414142;
    text-align: start;
}
.datails-card-items-block .btn-computer {
    padding: 0.4rem 1rem;
    border: none;
    font-weight: 700;
    /* font-size: 1.2rem; */
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #faac29;
}
.datails-card-items-block .computer-card_block {
    background-color: #ebebeb;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.datails-card-items-block .computer-card_img_block {
    background-color: #ebebeb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.datails-card-items-block .computer-card_img_block img {
    object-fit: contain;
}

.datails-card-items-block .computer-img {
    height: 100%;
    width: 100%;
}

@media (min-width: 770px) and (max-width: 980px) {
    .display-item-as-block-m {
        display: block !important;
    }
    .display-item-as-block-m .w-50 {
        width: 100% !important;
    }
    .display-item-as-block-m .computer-card_block {
        border-bottom-left-radius: 0px;
    }
    .display-item-as-block-m .computer-card_img_block {
        border-bottom-right-radius: 0px;
    }
}
@media (min-width: 700px) and (max-width: 768px) {
    .display-item-as-block-m-100 {
        width: 100% !important;
    }
}

@media (max-width: 568px) {
    .display-item-as-block-m {
        display: block !important;
    }
    .display-item-as-block-m .w-50 {
        width: 100% !important;
    }
    .display-item-as-block-m .computer-card_block {
        border-bottom-left-radius: 0px;
    }
    .display-item-as-block-m .computer-card_img_block {
        border-bottom-right-radius: 0px;
    }
}

.text-slider-items-block .header-links-items {
    text-align: center;
    padding: 15px 0px;
    position: relative;
}
.text-slider-items-block .header-links {
    /* display: block;
    width: 100%;
    height: 100%; */
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
.text-slider-items-block .header-links:link,
.text-slider-items-block .header-links:visited {
    color: #ffffff;
}
.text-slider-items-block .polygon {
    position: absolute;
    align-items: center;
    top: 61%;
    left: 43%;
    width: 15%;
    display: none;
    z-index: 1;
}
.text-slider-items-block .prev {
    left: 8%;
}
.text-slider-items-block .next {
    right: 8%;
}
.text-slider-items-block .prev,
.text-slider-items-block .next {
    height: 3rem;
    width: 3rem;
    position: absolute;
    background: none;
    color: #ffffff;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    font-size: 18px;
    font-weight: bolder;
    display: none;
    font-weight: bold;
}

.text-slider-items-block .header-links-items:hover,
.text-slider-items-block .header-links-items:active,
.text-slider-items-block .header-links-items.active {
    color: #f8f8f8;
    background-color: #414142;
    cursor: pointer;
}

.text-slider-items-block .header-links-items:hover > .vehicle-sec,
.text-slider-items-block .header-links-items:hover > .polygon,
.text-slider-items-block .header-links-items.active > .polygon {
    display: block;
}

@media (max-width: 768px) {
    .text-slider-items-block .header-links-items {
        display: none; 
    }

    .text-slider-items-block .header-links-items.active {
        display: block;
        background-color: #f26924 !important;
    }

    .text-slider-items-block .header-links-items.active .polygon path {
        fill: #f26924;
    }
    .text-slider-items-block .prev,
    .text-slider-items-block .next {
        display: block;
    }
}
.solution-items-block {
    background-image: url(../img/need.png);
    background-color: #ff6700;
    background-size: cover;
    height: 100%;
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30rem; */
    padding: 4rem 0;
}
.solution_block_btns {
    padding: 0.4rem 0.8rem;
    width: 100%;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    display: block;
}
.solution-title {
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 800;
}
.solution-description {
    font-size: 17px;
}
@media (min-width: 769px) and (max-width: 1145px) {
    .solution_block_btns {
        font-size: 0.6rem;
    }
}
@media (max-width: 768px) {
    .solution_block_btns {
        width: 50%;
        margin: auto;
    }
    .solution-inner-block {
        text-align: center;
    }
}
.product-box-outer {
    transition: all 1.1s ease-out;
    border-radius: 4px;
    margin: 0px 0px 4.5rem;
}
.margin-product-card-bottom {
    margin: 0px 0px 6.5rem !important;
}
.product-card {
    border: 3px solid #e9e9e9;
    border-radius: 4px;
    /* margin: 0px 0px 4.5rem; */
    position: relative;
    text-align: center;
    /* transition: all 0.3s ease-out; */
    /* height: 290px; */
}
.product-card .prouduct-sticker {
    width: fit-content;
    padding: 8px 10px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 21px;
    left: 21px;
}
.product-card .product-img-view {
    width: 100%;
    border-radius: 4px;
    margin: auto;
    display: block;
    height: 305px;
    object-fit: contain;
    /* height: 350px; */
    /* height: 240px; */
    /* margin-bottom: 2rem; */
}
.search-page-product-image {
    object-fit: contain;
    min-height:260px;
    max-height:260px;
}
.product-card .product-bottom-title {
    box-shadow: 0 4px 8px 0 #8e8e90, 0 6px 20px 0 #d0d0d4;
    /* background-color: #E9E9E9; */
    background-color: #fff;
    /* border:1px solid #414142; */
    border: 2px solid #fff;
    /* border-radius: 5px; */
    color: #414142;
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    max-height: 64px;
    position: absolute;
    z-index: 1;
    width: 90%;
    min-height: 64px;
    bottom: -44px;
    left: 5%;
}
.product-card .product-center-title {
    color: #ffffff;
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    max-height: 64px;
    width: 90%;
    display: none;
    min-height: 64px;
}
.product-card .product-view-btn {
    text-transform: uppercase;
    border: none;
    color: #fff;
    background-color: #faac29;
    font-weight: bold;
    padding: 10px 18px;
    display: none;
    margin: auto;
}
.product-box-outer.active,
.product-box-outer:hover,
.product-search-card:hover {
    /* transform: translateY(-5px) scale(1.005) translateZ(0); */
    /* transition: transform 2s ease-in-out; */
    transform: translate(0, -0.5rem);
    /* transition: transform 1s ease; */
    background: #f26924;
    /* box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color); */
    /* background-color: #F26924;
    transform: translate(0, -1rem);
    transition: transform 1s ease;
    z-index: 1; */
}
.product-search-card {
}
.product-box-outer.active .product-card,
.product-box-outer:hover .product-card {
    border-color: #f269247a;
    box-shadow: 0 0px 5px 5px rgba(56, 65, 74, 0.15);
    padding: 0.8rem !important;
    height: 100%;
    /* border:none;
    height:100%;
    padding: 1rem !important; */
    /* padding: 3rem !important; */
}
.product-category-bottom-title {
    box-shadow: 0 4px 8px 0 #8e8e90, 0 6px 20px 0 #d0d0d4;
    /* background-color: #E9E9E9; */
    background-color: #fff;
    border: 2px solid #fff;
    color: #414142;
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    /* max-height: 64px; */
    position: absolute;
    z-index: 1;
    width: 90%;
    /* min-height: 64px; */
    bottom: -80px;
    left: 5%;
}
@media (min-width: 769px) and (max-width: 1145px) {
    .product-category-bottom-title,
    .product-category-card-btn {
        font-size: 0.6rem;
    }
}
.product-box-outer.active .product-category-bottom-title,
.product-box-outer:hover .product-category-bottom-title {
    /* display: none; */
    /* top: 58%;
    width: 86%;
    left: 7%;
    bottom: 2%; */
    box-shadow: none;
    border: 2px solid #d0d0d4;
}
.product-box-outer.active .product-bottom-title,
.product-box-outer:hover .product-bottom-title {
    /* display: none; */
    top: 74%;
    width: 86%;
    left: 7%;
    box-shadow: none;
    border: 2px solid #d0d0d4;
}
.product-box-outer.active .product-center-title,
.product-box-outer.active .product-view-btn,
.product-box-outer:hover .product-center-title,
.product-box-outer:hover .product-view-btn {
    /* display: block !important; */
}
.vehicle_block_left_section {
    width: 100%;
    height: 100%;
    background-image: url(../img/vehicle/vehicle-1.png);
    background-size: cover;
    position: relative;
    padding-top: 4rem;
}
.vehicle_block_right_section {
    width: 100%;
    height: 100%;
    background-image: url(../img/vehicle/vehicle-2.png);
    background-size: cover;
}
.vehicle-sec {
    background-color: rgba(65, 65, 66, 0.9);
    /* padding: 3rem; */
    border-radius: 1rem;
    /* position: absolute; */
    /* z-index: 1;
    width: 30%;
    left: 28%;
    top: 12%; */
}
.vehicle_sign_btn {
    width: 62%;
    font-weight: 700;
    font-size: 12px;
}
.vehicle-description {
    line-height: 24px;
    font-size: 15px;
}
.faq_section_block {
    background-color: #000;
    color: #fff;
}
.faq_section_block .faq_section_title {
    color: #f26924;
    font-weight: 800;
    text-align: center;
    font-size: 45px;
}
.faq_section_block .accordion-button::after {
    color: #f2591e;
    font-weight: bold;
}
.faq_section_block .accordion-body,
.faq_section_block .accordion-button {
    background: black;
    color: #fff;
    font-size: 20px;
    /* font-weight: 600; */
}
.gallery-description {
    color: #414142;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.input-box {
    border: none;
    font-size: 16px;
    color: #414142;
    height: 2.5rem;
    background-color: #e9e9e9;
    appearance: none;
    padding-left: 0.5rem;
}
.label {
    font-size: 1rem;
    font-weight: 800;
    color: #414142;
    display: block;
}
.palate {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 5px auto !important;
}
.slider-page-middle-title {
    font-weight: 800;
    font-size: 50px;
}
.product-detailSS-card-btn {
    text-transform: uppercase;
    /* display: block; */
    /* width:fit-content; */
    margin: auto;
}
@media (min-width: 769px) and (max-width: 1145px) {
    .product-detailSS-bottom-title,
    .product-detailSS-card-btn {
        font-size: 0.6rem;
    }
}
.loader_circle_1 {
    animation: rotateClockwise 2s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}
@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.loader_inner_block {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    position: fixed;
}

.loader_block {
    position: relative;
    height: 100%;
}
.carousel-item {
    transition: transform 0.6s ease-in-out;
}
.cart_remove_item_css {
    background: #B8B8B8;
    border: none;
    width: 31px;
    padding: 5px 8px;
    border-radius: 20px;
    line-height: 1;
    height: 31px;
}

.save_cart_content_quote_btn_css {
    color: #414142;
    border: 1px solid #c2c3c5;
    font-weight: bold;
    font-size: 21px;
    padding: 13px 0px;
    background: #fff;
}
.add_coupon_btn_css {
    border: 1px dashed #c2c3c5;
    color: #414142;
    font-weight: 800;
    font-size: 21px;
    padding: 13px 0px;
}
.delivery-options {
    /* max-width: 500px;
    margin: auto; */
}
.option {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    /* display: inline-block; */
    /* align-items: flex-start; */
    cursor: pointer;
    /* justify-content: start; */
    width:100%;
}
.option input {
    /* margin-right: 10px; */
    /* width: 8%; */
}
.option .icon {
    color: #ff6600;
    border-radius: 100%;
    border: 4px solid #FF6600;
    padding: 7px 10px;
    width: 40px;
    height: 40px;
    vertical-align: baseline;
    background: #fff;
}
.delivery {
    background: #ffece0;
    border-color: #ff6600;
}
.alert-warning {
    background: #ffebe6;
    border: none;
    color: #cc3300;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #cc3300;
}
.btn-theme-outine {
    background: transparent !important;
    border: 1px solid #f26924 !important;
    color: #f26924 !important;
}
.btn-bg-remove {
    background: transparent !important;
    /* border: none !important; */
}
.border-bottom-orange {
    border-bottom: 1px solid #f26924;
}
.carousel-item img {
    height:auto;
    max-height:800px;
}
.w-max-content {
    width: max-content !important;
}