@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes banner {
    0% {
        transform: scale(1.3) translate(-10%, 10%);
    }
    25% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.3) translate(10%, 10%);
    }
    75% {
        transform: scale(1) translate(0, 0);
    }
    100% {
        transform: scale(1.3) translate(-10%, 10%);
    }
}

@keyframes waves {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.add-listing {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background-color: var(--white-color);
}

.car-images {
    border-radius: 8px;
    border-radius: 12px;
    background: #f8f8f8;
}

.car-images .car-images-taitel {
    padding: 18px 30px;
    border: 1px solid #d9d9d9;
    background-color: #e7ebfe;
    color: var(--headline-color);
    border-radius: 8px 8px 0px 0px;
}

.car-images .car-images-inner {
    padding: 24px 30px 30px 30px;
    border: 1px solid #d9d9d9;
    border-top: 0;
    background-color: var(--white-color);
}

.car-images .car-images-inner.car-images-inner-car {
    padding: 24px 244px 30px 244px;
}

.car-images .car-images-inner .car-images-inner-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--headline-color);
    font-family: var(--DMSans);
}

.car-images .car-images-inner .car-images-inner-item {
    margin-top: 5px;
}

.car-images .car-images-inner .car-images-inner-item.two {
    padding: 20px;
    border: 1px dashed #e9e9e9;
}

.car-images .car-images-inner .car-images-inner-item.two .choose-file-txt {
    width: 100%;
    border: 0;
}

.car-images
    .car-images-inner
    .car-images-inner-item
    .car-images-inner-item-thumb {
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.car-images
    .car-images-inner
    .car-images-inner-item
    .car-images-inner-item-thumb
    img {
    height: 100%;
    width: 100%;
}

.car-images
    .car-images-inner
    .car-images-inner-item
    .car-images-inner-item-thumb
    .car-images-delet-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 32px;
    width: 32px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
}

.car-images
    .car-images-inner
    .car-images-inner-item
    .car-images-inner-item-thumb
    .car-images-delet-btn
    img {
    width: 14px;
    height: 17px;
}

.car-images .car-images-inner .car-images-inner-item .choose-file-txt {
    width: 220px;
    border: 1px dashed #e9e9e9;
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.car-images .car-images-inner .car-images-inner-item .choose-file-txt #my-file {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.car-images
    .car-images-inner
    .car-images-inner-item
    .choose-file-txt
    #my-file-one {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.car-images .car-images-inner .car-images-inner-item .choose-file-txt h6 {
    font-size: 16px;
    font-weight: 400px;
    line-height: 28px;
    color: var(--headline-color);
    cursor: pointer;
}

.car-images .car-images-inner .car-images-inner-item .choose-file-txt h6 span {
    color: var(--primary-color-2);
}

.car-images .car-images-inner .gallery-img-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: start;
}

.car-images .car-images-inner .gallery-img-item .gallery-img-item-thumb {
    height: 220px;
    width: 236px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.car-images
    .car-images-inner
    .gallery-img-item
    .gallery-img-item-thumb
    .car-delet-btn {
    height: 32px;
    width: 32px;
    background-color: var(--primary-color-3);
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.3s;
}

.car-images
    .car-images-inner
    .gallery-img-item
    .gallery-img-item-thumb
    .car-delet-btn
    span
    i {
    color: var(--white-color);
}

.car-images
    .car-images-inner
    .gallery-img-item
    .gallery-img-item-thumb
    .car-delet-btn
    span
    svg {
    color: var(--white-color);
    fill: currentColor;
}

.car-images
    .car-images-inner
    .gallery-img-item
    .gallery-img-item-thumb
    .car-delet-btn:hover {
    background-color: rgba(238, 53, 54, 0.8);
}

.car-images
    .car-images-inner
    .gallery-img-item
    .gallery-img-item-thumb
    .car-delet-btn
    img {
    width: 14px;
    height: 17px;
}

.car-images .car-images-inner .gallery-img-item .gallery-img-item-thumb img {
    width: 100%;
    height: 100%;
}

.car-images .car-images-inner .car-images-manage-car-item {
    margin-top: 5px;
    padding: 50px 190px;
    border: 1px dashed #e9e9e9;
    position: relative;
    background-color: var(--white-color);
    position: relative;
    border-radius: 8px;
}

.car-images .car-images-inner .car-images-manage-car-item #my-file {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
}

.car-images .car-images-inner .car-images-manage-car-item h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--DMSans);
    color: var(--headline-color);
}

.car-images .car-images-inner .car-images-manage-car-item h6 span {
    color: var(--primary-color-2);
}

.car-images .car-images-inner .car-images-manage-car-item-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.edit-car-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.edit-car-item .edit-car-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: var(--headline-color);
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--roboto);
}

.edit-car-item .edit-car-btn:hover {
    color: var(--headline-color);
}

.edit-car-item .edit-car-btn span {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.edit-car-item .edit-car-btn span svg {
    stroke: currentColor;
    color: var(--primary-color-2);
}

.edit-car-inner {
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: #e2eeff;
    margin-top: 22px;
}

.edit-car-inner .edit-car-inner-p {
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.edit-car-inner .edit-car-inner-p span {
    color: #0d274e;
    font-weight: 600;
}

.description-feature-item {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    padding: 30px;
}

.description-feature-item .description-feature-inner {
    position: relative;
}

.description-feature-item .form-check {
    height: 50px;
    padding: 13px 16px;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    background: #f8f8f8;
}

.description-feature-item .form-check-input {
    height: 0px;
    width: 0px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    margin-top: 0px;
    margin-left: 5px;
    background: transparent;
}

.uplode-vedio .uplode-vedio-taite {
    font-family: var(--roboto);
    padding-top: 20px;
    padding-bottom: 5px;
}

.uplode-vedio .uplode-vedio-taite span {
    color: #7e8ba0;
}

.uplode-vedio .uplode-vedio-item {
    height: 293px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    position: relative;
}

.uplode-vedio .uplode-vedio-item.two {
    margin-top: 20px;
}

.uplode-vedio .uplode-vedio-item .uplode-vedio-inner .uplode-vedio-inner-img {
    height: 293px;
    border-radius: 4px;
    position: relative;
}

.uplode-vedio
    .uplode-vedio-item
    .uplode-vedio-inner
    .uplode-vedio-inner-img
    img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.uplode-vedio
    .uplode-vedio-item
    .uplode-vedio-inner
    .uplode-vedio-inner-img
    .my-video-links {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.description-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.description-item.two {
    margin-top: 20px;
}

.description-item .description-item-inner {
    width: 100%;
}

.ql-toolbar.ql-snow {
    border-radius: 3px 3px 0px 0px;
    background: #e2eeff;
    border: 1px solid #e9e9e9;
    padding: 10px;
    margin: 10px 10px 0 10px;
}

.description-editor {
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
}

.ql-container.ql-snow {
    border: 1px solid transparent;
}

.ql-editor {
    height: 230px;
}

.ql-editor p {
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
}

.form-label {
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
}

.form-label span {
    color: red;
}

.form-label.two {
    margin-top: 20px;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    padding: 20px 25px;
    color: var(--headline-color) !important;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
}

.form-control:focus {
    color: var(--headline-color);
    border-color: var(--primary-color);
}

.form-select {
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding: 20px 25px;
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
}

.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem transparent;
}

.thm-btn {
    position: relative;
    width: 120px;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 14px;
    font-weight: var(--medium);
    background-color: var(--white-color);
    overflow: hidden;
    font-family: var(--roboto);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0.2s;
    z-index: 1;
    font-weight: 500;
    border: 1px solid var(--primary-color-1);
}
.mobile_login {
    background-color: var(--primary-color-1) !important;
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-family: var(--roboto);


}

.thm-btn a {
    color: var(--headline-color);
}

.thm-btn:hover {
    color: var(--headline-color);
}

.thm-btn:before {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: var(--primary-color-1);
    transition: all 0.5s;
    z-index: -1;
    border-radius: 4px;
}

.thm-btn:hover:before {
    transform: rotateX(90deg);
}

.thm-btn::after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: var(--primary-color-1);
    transition: all 0.5s;
    z-index: -1;
    border-radius: 4px;
}

.thm-btn:hover::after {
    transform: rotateY(90deg);
}

.thm-btn-two {
    padding: 14px 30px;
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 18px;
    font-weight: var(--medium);
    background-color: var(--white-color);
    overflow: hidden;
    font-family: var(--roboto);
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0.2s;
    z-index: 1;
    border: 1px solid #038ffc;
}

.thm-btn-two a {
    color: var(--white-color);
}

.thm-btn-two:hover {
    color: #038ffc;
}

.thm-btn-two:before {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: #038ffc;
    transition: all 0.5s;
    z-index: -1;
}

.thm-btn-two:hover:before {
    transform: rotateX(90deg);
}

.thm-btn-two::after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: #038ffc;
    transition: all 0.5s;
    z-index: -1;
}

.thm-btn-two:hover::after {
    transform: rotateY(90deg);
}

.thm-btn-thr {
    padding: 14px 30px;
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 18px;
    font-weight: var(--medium);
    background-color: var(--white-color);
    overflow: hidden;
    font-family: var(--roboto);
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0.2s;
    z-index: 1;
    border: 1px solid var(--primary-color-3);
}

.thm-btn-thr a {
    color: var(--white-color);
}

.thm-btn-thr:hover {
    color: var(--headline-color);
}

.thm-btn-thr:before {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: var(--primary-color-3);
    transition: all 0.5s;
    z-index: -1;
    border-radius: 4px;
}

.thm-btn-thr:hover:before {
    transform: rotateX(90deg);
}

.thm-btn-thr::after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: var(--primary-color-3);
    transition: all 0.5s;
    z-index: -1;
    border-radius: 4px;
}

.thm-btn-thr:hover::after {
    transform: rotateY(90deg);
}

.banner {
    padding-top: 100px;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .banner-taitel span {
    font-family: var(--DMSans);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.688rem !important;
    color: var(--primary-color-1);
}

.banner .banner-taitel h1 {
    padding-top: 30px;
    padding-right: 10px;
    font-family: var(--DMSans);
    font-size: 80px;
    font-weight: 700;
    line-height: 25px;
    color: var(--white-color);
}

.banner .banner-taitel p {
    padding-top: 15px;
    font-family: var(--roboto);
    font-size: .875rem;
    font-weight: 500;
    line-height: 25px;
    color: var(--white-color);
    width: 75%;
}

.banner .banner-search-bar {
    margin-top: 32px;
}

.banner .banner-search-bar .banner-sarchber-box-item {
    display: flex;
    align-items: center;
}

.banner .banner-search-bar .banner-sarchber-box-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    border-right: 1px solid #e9e9e9;
    padding-left: 15px;
}

.banner .banner-search-bar .banner-sarchber-box-inner:first-of-type {
    padding-left: 0;
}

.banner .banner-search-bar .banner-sarchber-box-inner:last-of-type {
    border: 0;
    padding-left: 0;
}

.banner .banner-search-bar .banner-sarchber-box-inner:nth-child(4) {
    border: 0;
}

.banner .banner-search-bar .banner-sarchber-box-inner.two {
    justify-content: end;
    flex: 1;
    border: 0;
}

.banner .banner-search-bar .banner-sarchber-box-inner .icon {
    line-height: 0;
}

.banner .banner-search-bar .banner-sarchber-box-inner .icon svg {
    fill: currentColor;
    color: #46d993;
}

.banner .banner-search-bar .banner-sarchber-box-inner .form-control {
    padding: 0px;
    border-radius: 0px;
    font-family: var(--roboto);
    color: var(--headline-color);
    border: 0;
}

.banner
    .banner-search-bar
    .banner-sarchber-box-inner
    .form-control::placeholder {
    color: rgba(13, 39, 78, 0.5);
}

.banner .banner-search-bar .banner-sarchber-box-inner .form-select {
    padding: 0px 5px;
    border-radius: 0px;
    font-family: var(--roboto);
    color: var(--headline-color);
    border: 0;
    background-position: right 30px center;
    background-image: url(../assets/images/icon/s-arrow.png);
    background-size: 12px 7px;
}

.banner .banner-search-bar .banner-sarchber-box-inner .sarchber-box-btn {
    border: 1px solid var(--primary-color-1);
    height: 66px;
    width: 66px;
    background-color: var(--primary-color-1);
    border-radius: 6px;
    transition: var(--transition-all);
}

.banner .banner-search-bar .banner-sarchber-box-inner .sarchber-box-btn:hover {
    background-color: var(--white-color);
}

.banner
    .banner-search-bar
    .banner-sarchber-box-inner
    .sarchber-box-btn
    span
    svg {
    stroke: currentColor;
    color: #0d274e;
    transition: var(--transition-all);
}

.banner .banner-search-bar .nav {
    overflow: hidden;
    border-radius: 8px 8px 0px 0;
    width: fit-content;
}

.banner .banner-search-bar .nav .nav-link {
    padding: 10px 16px;
    background-color: var(--white-color);
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
}

.banner .banner-search-bar .banner-sarchber-box {
    background-color: var(--white-color);
    padding: 12px;
    border-radius: 0px 8px 8px 8px;
    border: 1px solid #46d993;
}

.banner .banner-slick-main {
    text-align: -webkit-right;
}

.banner .banner-slick {
    width: 365px;
    border-radius: 6px;
    border: 4px solid var(--white-color);
    position: relative;
}

.banner .slick-dots {
    position: absolute;
    z-index: 999;
    bottom: -53px;
    left: 50%;
    display: flex;
    gap: 12px;
    transform: translate(-50%, -50%);
}

.banner .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: rgba(70, 217, 147, 0.1411764706);
    text-indent: -9999px;
}

.banner .slick-dots li.slick-active button {
    background-color: #46d993;
}

.banner .banner-slick-thumb {
    height: 426px;
    position: relative;
    z-index: 1;
}

.banner .banner-slick-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.49) 63.5%
    );
}

.banner .banner-slick-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-search-bar {
    margin-top: 62px;
}

.banner-search-bar .banner-sarchber-box-item {
    display: flex;
    align-items: center;
}

.banner-search-bar .banner-sarchber-box-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    border-right: 1px solid #b9b9b9;
    padding-left: 15px;
}

.banner-search-bar .banner-sarchber-box-inner:last-of-type {
    border: 0;
    padding-left: 0;
}

.banner-search-bar .banner-sarchber-box-inner:nth-child(4) {
    border: 0;
}

.banner-search-bar .banner-sarchber-box-inner.two {
    justify-content: end;
    flex: 1;
    border: 0;
}

.banner-search-bar .banner-sarchber-box-inner .icon {
    line-height: 0;
}

.banner-search-bar .banner-sarchber-box-inner .icon svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.banner-search-bar .banner-sarchber-box-inner .form-control {
    padding: 0px;
    border-radius: 0px;
    font-family: var(--roboto);
    color: var(--headline-color);
    border: 0;
}

.banner-search-bar .banner-sarchber-box-inner .form-control::placeholder {
    color: rgba(13, 39, 78, 0.5);
}

.banner-search-bar .banner-sarchber-box-inner .form-select {
    cursor: pointer;
    padding: 0px 5px;
    border-radius: 0px;
    font-family: var(--roboto);
    color: var(--headline-color);
    border: 0;
    background-position: right 30px center;
    background-image: url(../assets/images/icon/s-arrow.png);
    background-size: 12px 7px;
}

.banner-search-bar .banner-sarchber-box-inner .sarchber-box-btn {
    border: 0;
    height: 66px;
    width: 66px;
    background-color: var(--primary-color-1);
    border-radius: 6px;
}

.banner-search-bar .banner-sarchber-box-inner .sarchber-box-btn span svg {
    stroke: currentColor;
    color: #0d274e;
}

.banner-search-bar .nav .nav-link {
    padding: 10px 16px;
    background-color: var(--white-color);
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 0;
}

.banner-search-bar .banner-sarchber-box {
    background-color: var(--white-color);
    padding: 12px;
    border-radius: 0px 8px 8px 8px;
    border: 1px solid #46d993;
}

.banner-two {
    padding-top: 200px;
    padding-bottom: 0;
    position: relative;
    z-index: 99;
    padding-bottom: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-two .banner-two-txt {
    text-align: center;
}

.banner-two .banner-two-txt span {
    font-size: 26px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white-color);
    font-family: var(--DMSans);
}

.banner-two .banner-two-txt h1 {
    font-family: var(--DMSans);
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    color: var(--white-color);
    padding-top: 24px;
}

.banner-two .banner-search-bar {
    margin-top: 62px;
}

.banner-two .banner-search-bar .banner-sarchber-box-inner .sarchber-box-btn {
    background-color: var(--primary-color-2);
    border: 1px solid var(--primary-color-2);
    transition: var(--transition-all);
}

.banner-two
    .banner-search-bar
    .banner-sarchber-box-inner
    .sarchber-box-btn:hover {
    background-color: var(--white-color);
}

.banner-two
    .banner-search-bar
    .banner-sarchber-box-inner
    .sarchber-box-btn
    span
    svg {
    color: var(--white-color);
    transition: var(--transition-all);
}

.banner-two
    .banner-search-bar
    .banner-sarchber-box-inner
    .sarchber-box-btn:hover
    span
    svg {
    color: var(--headding-color);
}

.banner-two .banner-search-bar .nav {
    justify-content: center;
    overflow: hidden;
    margin: auto;
    width: fit-content;
    border-radius: 8px 8px 0 0;
}

.banner-two .banner-search-bar .nav .nav-link {
    background-color: var(--white-color);
    color: var(--headline-color);
}

.banner-two .banner-search-bar .nav .nav-link.active {
    background-color: var(--primary-color-2);
    color: var(--white-color);
}

.banner-two .banner-search-bar .banner-sarchber-box {
    border-radius: 8px;
    border: 1px solid rgba(64, 95, 242, 0.3019607843);
}

.banner-two .banner-car {
    position: relative;
}

.banner-two .banner-car .banner-car-thumb {
    height: 525px;
    position: absolute;
    top: 30px;
    left: 0;
}

.banner-two .banner-car .banner-car-thumb img {
    width: 100%;
    height: 100%;
}

.banner-three {
    padding-top: 237px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 530px;
    z-index: 9999;
    position: relative;
    background-color: var(--white-color);
}

.banner-three .thm-btn-thr {
    width: 175px;
    margin-top: 42px;
}

.banner-three .banner-search-bar-main {
    position: relative;
}

.banner-three .banner-search-bar {
    position: absolute;
    padding: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 10px;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-three .banner-search-bar .banner-sarchber-box {
    background-color: #f4f4f4;
    border: 1px solid #cfcfcf;
}

.banner-three
    .banner-search-bar
    .banner-sarchber-box
    .banner-sarchber-box-inner
    .sarchber-box-btn {
    background-color: var(--primary-color-3);
    border: 1px solid var(--primary-color-3);
    transition: var(--transition-all);
}

.banner-three
    .banner-search-bar
    .banner-sarchber-box
    .banner-sarchber-box-inner
    .sarchber-box-btn:hover
    span
    svg {
    color: var(--headding-color);
}

.banner-three
    .banner-search-bar
    .banner-sarchber-box
    .banner-sarchber-box-inner
    .sarchber-box-btn:hover {
    background-color: var(--white-color);
}

.banner-three
    .banner-search-bar
    .banner-sarchber-box
    .banner-sarchber-box-inner
    .sarchber-box-btn
    span
    svg {
    color: var(--white-color);
    transition: var(--transition-all);
}

.banner-three
    .banner-search-bar
    .banner-sarchber-box
    .banner-sarchber-box-inner
    .form-control {
    background-color: #f4f4f4;
}

.banner-three
    .banner-search-bar
    .banner-sarchber-box
    .banner-sarchber-box-inner
    .form-select {
    background-color: #f4f4f4;
}

.banner-three
    .banner-search-bar
    .banner-sarchber-box
    .banner-sarchber-box-inner
    .icon {
    line-height: 0;
}

.banner-three
    .banner-search-bar
    .banner-sarchber-box
    .banner-sarchber-box-inner
    .icon
    svg {
    fill: currentColor;
    color: var(--primary-color-3);
}

.banner-three .banner-search-bar .nav {
    justify-content: start;
    overflow: hidden;
    width: fit-content;
    border-radius: 8px 8px 0 0;
}

.banner-three .banner-search-bar .nav .nav-link {
    background-color: #f4f4f4;
    color: var(--headline-color);
}

.banner-three .banner-search-bar .nav .nav-link.active {
    background-color: var(--primary-color-3);
    color: var(--white-color);
}

.banner-three-txt span {
    font-family: var(--DMSans);
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary-color-3);
}

.banner-three-txt h1 {
    font-family: var(--DMSans);
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.05em;
    color: var(--headline-color);
    padding-top: 20px;
}

.inner-banner {
    position: relative;
    z-index: 1;
    padding: 230px 0 0px 0;
}

.dashboard-inner-banner {
    padding: 104px 0 0 0 !important;
}

.inner-banner .inner-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 205px;
    width: 100%;
}

.inner-banner .inner-banner-taitel {
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--headline-color);
    font-family: var(--DMSans);
}

.inner-banner .breadcrumb {
    margin-bottom: 0;
    gap: 20px;
    margin-top: 8px;
}

.inner-banner .breadcrumb .breadcrumb-item {
    font-size: 15px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--white-color);
    font-family: var(--roboto);
    padding-left: 0;
}

.inner-banner .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--headline-color);
    font-family: var(--roboto);
}

.inner-banner .breadcrumb .breadcrumb-item::before {
    color: var(--headline-color);
    padding-right: 20px;
}

.inner-banner .breadcrumb .active {
    color: var(--primary-color-1);
}

.inner-banner .dealers-banner-item {
    display: flex;
    align-items: start;
    gap: 40px;
    margin-top: -22px;
}

.dealer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.inner-banner .dealers-banner-item .dealers-banner-logo {
    width: 178px;
    height: 166px;
    background-color: var(--white-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner .dealers-banner-item .dealers-banner-logo a img {
    width: 100px;
    height: 100px;
}

.inner-banner
    .dealers-banner-item
    .dealers-banner-contact
    .dealers-banner-contact-taitel {
    font-weight: var(--bold);
    color: var(--headline-color);
    padding-bottom: 15px;
}

.inner-banner .dealers-banner-item .dealers-banner-contact ul li {
    padding-bottom: 5px;
}

.inner-banner .dealers-banner-item .dealers-banner-contact ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--headline-color);
    font-family: var(--roboto);
}

.inner-banner .dealers-banner-item .dealers-banner-contact ul li a span {
    line-height: 0;
}

.brand-car {
    /* padding-bottom: 120px; */
    margin-top: -3px;
    position: relative;
    z-index: 1;
    background-color: var(--white-color) !important;
}

.brand-car .brand-car-position-img {
    position: absolute;
    /* top: -184px; */
    right: -150px;
    z-index: -1;
    background: url(../assets/images/thumb/categories-car.png) no-repeat;
    width: 70px;
    height: 38px;
}

.testimonial .brand-car-position-img{
    position: absolute;
    /* top: -184px; */
    right: -150px;
    z-index: -1;
    background: url(../../japan_home/testimonial_car.png) no-repeat;
    width: 720px;
    height: 318px;
}
.cust-global-text {
    font-weight: 600 !important;
    color: #757676 !important;
}

.text-case-change {
    text-transform: none !important;
}

.brand-car .taitel .taitel-img {
    position: absolute;
    bottom: -16px;
    left: 0px;
}

.brand-car .nav {
    justify-content: end;
    gap: 20px;
}

.brand-car .nav .nav-link {
    padding: 15px 30px;
    color: var(--headline-color);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    font-family: var(--roboto);
    border: 1px solid var(--primary-color-1);
    background-color: var(--white-color);
    border-radius: 4px;
}

.brand-car .nav-pills .nav-link.active {
    color: var(--headline-color);
    background-color: var(--primary-color-1);
    border: 1px solid var(--primary-color-1);
}

.brand-car-item {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.brand-car-item .brand-car-item-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 8px 8px 0px 0px;
}

.brand-car-item .brand-car-item-img::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.2);
}

.brand-car-item .brand-car-item-img::before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.brand-car-item .brand-car-item-img img {
    height: 217px;
    width: 100%;
    object-fit: cover;
    transition: var(--transition-ease-in-out);
}

.brand-car-item .brand-car-item-img .brand-car-item-img-text {
    position: absolute;
    top: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    padding: 16px 16px 0 16px;
    z-index: 11;
}

.brand-car-item .brand-car-item-img .brand-car-item-img-text .text-df {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-car-item .brand-car-item-img .brand-car-item-img-text .text-df .text {
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 16px;
    color: var(--white-color);
    background-color: var(--secondary-color);
    padding: 4px 8px;
    border-radius: 2px;
}

.brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .text-df
    .text-two {
    background-color: var(--primary-color-1);
    color: var(--headline-color);
}

.brand-car-item .brand-car-item-img .brand-car-item-img-text .icon-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.brand-car-item .brand-car-item-img .brand-car-item-img-text .icon {
    height: 30px;
    width: 30px;
    background-color: var(--white-color);
    color: var(--headline-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: var(--transition-ease-in-out);
}

.brand-car-item .brand-car-item-img .brand-car-item-img-text .icon span {
    line-height: 0;
}

.brand-car-item .brand-car-item-img .brand-car-item-img-text .icon span svg {
    stroke: currentColor;
    color: var(--headline-color);
    transition: var(--transition-ease-in-out);
}

.brand-car-item .brand-car-item-img .brand-car-item-img-text .icon:hover {
    background-color: var(--primary-color-1);
}

.brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .icon:hover
    span
    svg {
    color: var(--white-color);
}

/* .brand-car-item .brand-car-inner {
    padding: 25px 20px 20px 20px;
} */

.brand-car-item .brand-car-inner .brand-car-inner-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-car-item .brand-car-inner .brand-car-inner-item span {
    font-size: 14px;
    line-height: 14px;
    color: #25282d;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.brand-car-item .brand-car-inner .brand-car-inner-item span svg {
    stroke: currentColor;
    color: var(--primary-color-2);
}

.brand-car-item .brand-car-inner .brand-car-inner-item p {
    font-weight: var(--bold);
    color: var(--primary-color-1);
    font-family: var(--DMSans);
}

.brand-car-item .brand-car-inner h3 {
    padding-top: 5px;
    letter-spacing: -1px;
    font-size: 18px !important;
    transition: all linear 0.3s;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    color: #0d274e;
}

.brand-car-item .brand-car-inner .brand-car-inner-item-two {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.brand-car-item .brand-car-inner .brand-car-inner-item-two span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--paragraph-color);
    font-family: var(--roboto);
}

.brand-car-item .brand-car-inner .brand-car-inner-item-thumb {
    height: 16px;
    width: 19px;
    line-height: 0;
}

.brand-car-item .brand-car-inner .brand-car-inner-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-car-item .brand-car-inner .brand-car-btm-txt {
    font-weight: var(--medium);
    line-height: 16px;
    font-family: var(--roboto);
}

.brand-car-item .brand-car-inner .brand-car-btm-txt span {
    color: var(--paragraph-color);
    font-weight: var(--regular);
}

.brand-car-item .brand-car-inner .brand-car-btm-txt-btm {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    /* border-top: 1px solid #e9e9e9; */
    padding-top: 20px;
}

.brand-car-item .brand-car-inner .brand-car-btm-txt-btm .view-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--headline-color);
}

.brand-car-item .brand-car-inner .brand-car-btm-txt-btm .view-btn span svg {
    stroke: currentColor;
    color: var(--headline-color);
}

.brand-car-item:hover .brand-car-inner h3 {
    color: var(--primary-color-1);
}

.brand-car-item:hover .brand-car-item-img::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.brand-car-item:hover .brand-car-item-img::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.brand-car-item:hover .brand-car-item-img img {
    transform: scale(1.3) rotate(10deg);
}

.brand-car-item:hover .brand-car-item-img .brand-car-item-img-text .icon {
    opacity: 1;
}

.brand-car-item:hover .brand-car-inner-btn .thm-btn {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.brand-car-item:hover .brand-car-inner-btn .thm-btn::after {
    transform: rotateY(90deg);
}

.brand-car-item:hover .brand-car-inner-btn .thm-btn::before {
    transform: rotateX(90deg);
}

.brand-car-item.two {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 60px 0px transparent;
    border: 1px solid #e9e9e9;
    padding: 20px;
    gap: 30px;
}

.brand-car-item.two .brand-car-item-img {
    border-radius: 10px;
    width: 40%;
}

.brand-car-item.two .brand-car-item-img img {
    width: 186px;
    height: 203px;
}

.brand-car-item.two .brand-car-item-img .brand-car-item-img-text {
    padding: 16px 16px 0 16px;
}

.brand-car-item.two .brand-car-inner {
    width: 60%;
    padding: 0;
}

.brand-car-item.two .brand-car-inner h3 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 22px;
}

.brand-car-item.two .brand-car-inner .brand-car-inner-item {
    justify-content: space-between;
}

.brand-car-item.two
    .brand-car-inner
    .brand-car-inner-item
    .brand-car-inner-btn {
    margin-top: 0;
}

.brand-car-item.two
    .brand-car-inner
    .brand-car-inner-item
    .brand-car-inner-btn
    .brand-car-btm-txt {
    padding-top: 0;
}

.brand-car-inner-item-main {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.brand-car-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-car-btn .thm-btn {
    width: 220px;
    height: 60px;
}

.brand-car-two {
    padding-top: 0 !important;
}

.brand-car-two .brand-car-item {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 60px 0px transparent;
    border: 1px solid #e9e9e9;
    /* padding: 20px; */
    gap: 30px;
}

.brand-car-two
    .brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .text-df
    .text-two {
    background-color: var(--primary-color-2);
    color: var(--white-color);
}

.brand-car-two
    .brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .icon:hover {
    background-color: var(--primary-color-2);
}

.brand-car-two .brand-car-item .brand-car-item-img {
    border-radius: 10px;
    width: 50%;
}

.brand-car-two .brand-car-item .brand-car-item-img img {
    width: 329px;
    height: 203px;
}

.brand-car-two .brand-car-item .brand-car-inner {
    width: 50%;
    padding: 0;
}

.brand-car-two .brand-car-item .brand-car-inner h3 {
    padding-bottom: 10px;
    padding-top: 0;
}

.brand-car-two .brand-car-item .brand-car-inner .brand-car-inner-item-main {
    margin-top: 8px;
}

.brand-car-two .brand-car-item .brand-car-inner .brand-car-inner-item {
    justify-content: space-between;
}

.brand-car-two .brand-car-item .brand-car-inner .brand-car-inner-item p {
    color: var(--primary-color-2);
}

.brand-car-two
    .brand-car-item
    .brand-car-inner
    .brand-car-inner-item
    .brand-car-inner-btn {
    margin-top: 0;
}

.brand-car-two
    .brand-car-item
    .brand-car-inner
    .brand-car-inner-item
    .brand-car-inner-btn
    .brand-car-btm-txt {
    padding-top: 0;
}

.brand-car-two .brand-car-item .brand-car-inner .brand-car-inner-btn {
    margin-top: 20px;
}

.brand-car-two .brand-car-item .brand-car-inner .brand-car-inner-btn .love-btn {
    border: 1px solid transparent;
}

.brand-car-two
    .brand-car-item
    .brand-car-inner
    .brand-car-inner-btn
    .brand-car-btm-txt {
    padding-top: 0;
}

.brand-car-two .brand-car-item .brand-car-inner .brand-car-inner-btn .thm-btn {
    width: 100%;
}

.brand-car-two .brand-car-item:hover .brand-car-inner h3 {
    color: var(--primary-color-2);
}

.brand-car-two .nav .nav-link {
    border: 1px solid var(--primary-color-2);
}

.brand-car-two .nav-pills .nav-link.active {
    color: var(--white-color);
    background-color: var(--primary-color-2);
    border: 1px solid var(--primary-color-2);
}

.brand-car-three {
    padding-top: 115px;
    padding-bottom: 0;
}

.brand-car-three
    .brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .text-df
    .text-two {
    background-color: var(--primary-color-3);
    color: var(--white-color);
}

.brand-car-three
    .brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .icon:hover {
    background-color: var(--primary-color-3);
}

.brand-car-three .brand-car-item .brand-car-inner .brand-car-inner-item p {
    color: var(--primary-color-3);
}

.brand-car-three .brand-car-item:hover .brand-car-inner h3 {
    color: var(--primary-color-3);
}

.brand-car-three .nav .nav-link {
    border: 1px solid var(--primary-color-3);
}

.brand-car-three .nav-pills .nav-link.active {
    color: var(--white-color);
    background-color: var(--primary-color-3);
    border: 1px solid var(--primary-color-3);
}

.blogs {
    padding-bottom: 120px;
    margin-top: -4px;
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
}

.blogs .taitel .taitel-img {
    left: 45.5% !important;
    bottom: -16px;
}

.blogs.two .blog-item:hover .blog-item-btn a {
    color: var(--primary-color-1);
}

.blogs.two .blog-item:hover .blog-item-btn a span svg {
    color: var(--primary-color-1);
}

.blogs.two
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon {
    line-height: 0;
}

.blogs.two
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon
    span
    svg {
    color: var(--primary-color-2);
}

.blogs.three {
    padding-top: 113px;
}

.blogs.three .blog-item:hover .blog-item-btn a {
    color: var(--primary-color-3);
}

.blogs.three .blog-item:hover .blog-item-btn a span svg {
    color: var(--primary-color-3);
}

.blogs.three
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon {
    line-height: 0;
}

.blogs.three
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon
    span
    svg {
    color: var(--primary-color-3);
}

.blog-item {
    border-radius: 5px;
    background: var(--white-color);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.blog-item:hover .blog-item-img::after {
    animation: shine 800ms;
}

.blog-item:hover .blog-item-img img {
    transform: scale(1.1);
}

.blog-item:hover .blog-item-inner .blog-item-inner-text h3 {
    color: var(--headline-color);
}

.blog-item:hover .blog-item-inner .blog-item-btn a {
    color: var(--primary-color-1);
}

.blog-item:hover .blog-item-inner .blog-item-btn a span svg {
    color: var(--primary-color-1);
}

.blog-item .blog-item-img {
    overflow: hidden;
    position: relative;
}

.blog-item .blog-item-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

.blog-item .blog-item-img img {
    width: 100%;
    height: 210px;
    border-radius: 4px 4px 0 0px;
    object-fit: cover;
    transition: var(--transition-ease-in-out);
}

.blog-item .blog-item-inner {
    padding: 24px 24px 27px 24px;
}

.blog-item .blog-item-inner .blog-item-inner-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-item .blog-item-inner .blog-item-inner-item .blog-item-inner-item-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-item
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon {
    line-height: 0;
}

.blog-item
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon
    span
    svg {
    fill: currentColor;
    color: var(--primary-color-1);
}

.blog-item
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .txt
    a {
    font-size: 12px;
    font-weight: var(--regular);
    line-height: 26px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
}

.blog-item .blog-item-inner .blog-item-inner-text {
    font-family: var(--DMSans);
    line-height: 30px;
    padding: 8px 0 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.blog-item .blog-item-inner .blog-item-inner-text h3 {
    transition: var(--transition-all);
}

.blog-item .blog-item-inner .blog-item-btn {
    padding-top: 17px;
}

.blog-item .blog-item-inner .blog-item-btn a {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-all);
}

.blog-item .blog-item-inner .blog-item-btn a span svg {
    fill: currentColor;
    color: var(--paragraph-color);
    transition: var(--transition-all);
}

.blog-item .blog-item-inner .blog-item-btn a:hover {
    color: var(--primary-color-1) !important;
}

.blogs-rightbar {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
}

.blogs-rightbar .next-prev-btn {
    justify-content: start;
    display: flex;
    margin-top: 40px;
}

.blogs-rightbar .blog-item:hover .blog-item-btn a {
    color: var(--primary-color-1);
}

.blogs-rightbar .blog-item:hover .blog-item-btn a span svg {
    color: var(--primary-color-1);
}

.blogs-rightbar
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon {
    line-height: 0;
}

.blogs-rightbar
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon
    span
    svg {
    color: var(--primary-color-2);
}

.blogs-rightbar-item {
    padding: 27px 18px 35px 18px;
    border-radius: 10px;
    background: #f9faff;
}

.blogs-rightbar-item.two {
    margin-top: 30px;
}

.blogs-rightbar-item .blogs-rightbar-sarch-box {
    margin-top: 10px;
    position: relative;
}

.blogs-rightbar-item .blogs-rightbar-sarch-box .form-control {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    color: var(--paragraph-color);
    padding: 16px 20px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.blogs-rightbar-item .blogs-rightbar-sarch-box .form-control:focus {
    border-color: var(--primary-color-1);
}

.blogs-rightbar-item .blogs-rightbar-sarch-box .sarch-btn {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 16px;
    right: 20px;
}

.blogs-rightbar-item .blogs-rightbar-sarch-box .sarch-btn span svg {
    fill: currentColor;
    color: var(--primary-color-1);
}

.blogs-rightbar-item .blogs-list-item {
    margin-top: 16px;
}

.blogs-rightbar-item .blogs-list-item .blogs-list-inner {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 30px;
}

.blogs-rightbar-item
    .blogs-list-item
    .blogs-list-inner:hover
    .blogs-list-text
    a {
    color: var(--primary-color-1);
}

.blogs-rightbar-item .blogs-list-item .blogs-list-inner:last-child {
    margin-bottom: 0;
}

.blogs-rightbar-item .blogs-list-item .blogs-list-inner .blogs-list-img {
    width: 92px;
    height: 92px;
}

.blogs-rightbar-item .blogs-list-item .blogs-list-inner .blogs-list-img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-rightbar-item .blogs-list-item .blogs-list-inner .blogs-list-text {
    flex: 1 1 0%;
}

.blogs-rightbar-item .blogs-list-item .blogs-list-inner .blogs-list-text a {
    font-family: var(--roboto);
    font-size: 0.9rem;
    font-weight: var(--medium);
    line-height: 1.2rem;
    color: var(--headline-color);
    transition: var(--transition-all);
}

.blogs-rightbar-item
    .blogs-list-item
    .blogs-list-inner
    .blogs-list-text
    .blogs-list-text-item {
    padding-top: 12px;
}

.blogs-rightbar-item
    .blogs-list-item
    .blogs-list-inner
    .blogs-list-text
    .blogs-list-text-item
    h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--roboto);
    font-size: 0.8rem;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.blogs-rightbar-item
    .blogs-list-item
    .blogs-list-inner
    .blogs-list-text
    .blogs-list-text-item
    h6
    span {
    line-height: 0;
}

.blogs-rightbar-item
    .blogs-list-item
    .blogs-list-inner
    .blogs-list-text
    .blogs-list-text-item
    h6
    span
    svg {
    fill: currentColor;
    color: var(--primary-color-1);
}

.blogs-rightbar-item .brand-categories {
    margin-top: 16px;
}

.blogs-rightbar-item .brand-categories li {
    padding-bottom: 20px;
}

.blogs-rightbar-item .brand-categories li:last-child {
    padding-bottom: 0;
}

.blogs-rightbar-item .brand-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    color: var(--paragraph-color);
    transition: var(--transition-all);
}

.blogs-rightbar-item .brand-categories li a:hover {
    color: var(--primary-color-2);
}

.blogs-rightbar-item .brand-categories li .active {
    color: var(--primary-color-2);
}

.blogs-rightbar-item .blogs-rightbar-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.blogs-rightbar-item .blogs-rightbar-tag li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    padding: 3px 20px;
    color: var(--paragraph-color);
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    transition: var(--transition-all);
    font-family: var(--roboto);
}

.blogs-rightbar-item .blogs-rightbar-tag li a:hover {
    background-color: var(--primary-color-2);
    color: var(--white-color);
    border-color: var(--primary-color-2);
}

.blogs-rightbar-item .blogs-rightbar-social-link {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blogs-rightbar-item .blogs-rightbar-social-link li a {
    height: 43px;
    width: 43px;
    background-color: var(--white-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-all);
}

.blogs-rightbar-item .blogs-rightbar-social-link li a span {
    line-height: 0;
}

.blogs-rightbar-item .blogs-rightbar-social-link li a span svg {
    fill: currentColor;
    color: var(--primary-color);
}

.blogs-rightbar-item .blogs-rightbar-social-link li a:hover {
    background-color: var(--primary-color-1);
}

.blogs-rightbar-item .blogs-rightbar-social-link li a:hover span svg {
    color: var(--white-color);
    transition: var(--transition-all);
}

.blogs-details {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
}

.blogs-details .blogs-details-pr {
    padding-right: 50px;
}

.blogs-details .blogs-details-top-ber {
    padding: 15px 30px;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
}

.blogs-details .blogs-details-top-ber ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogs-details .blogs-details-top-ber ul li a {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    gap: 12px;
}

.blogs-details .blogs-details-top-ber ul li a span {
    line-height: 0;
}

.blogs-details .blogs-details-top-ber ul li a span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.blogs-details .blogs-details {
    padding: 27px 0 0 0;
}

.blogs-details-dec p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
    padding-top: 16px;
}

.blogs-details .blogs-details-img {
    margin-top: 35px;
    margin-bottom: 33px;
}

.blogs-details .blogs-details-img img {
    width: 1026px;
    height: 600px;
}

.blogs-details .highlight-text {
    padding: 24px 38px 30px 30px;
    border-radius: 6px;
    background: var(--headline-color);
    margin-top: 37px;
    margin-bottom: 34px;
    position: relative;
}

.blogs-details .highlight-text::before {
    position: absolute;
    content: "";
    top: 24px;
    left: 30px;
    width: 84.005px;
    height: 81.999px;
    background: url(../assets/images/icon/highlight-text-icon.png) no-repeat
        center/cover;
}

.blogs-details .highlight-text p {
    color: var(--white-color);
    font-family: var(--roboto);
    font-size: 20px;
    font-weight: var(--medium);
    line-height: 150%;
}

.blogs-details .blogs-details-item {
    overflow: hidden;
    border-radius: 4px;
    margin-top: 24px;
}

.blogs-details .blogs-details-item:hover img {
    transform: scale(1.1);
}

.blogs-details .blogs-details-item img {
    width: 100%;
    height: 260px;
    border-radius: 4px;
    transition: var(--transition-ease-in-out);
}

.blogs-details .tag-top {
    margin-top: 40px;
}

.blogs-details .tag {
    display: flex;
    gap: 20px;
    align-items: end;
}

.blogs-details .tag h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--headding-color);
}

.blogs-details .tag ul li {
    display: inline-block;
    padding-right: 27px;
}

.blogs-details .tag ul li:last-child {
    padding-right: 0;
}

.blogs-details .tag ul li a {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
    transition: all 0.3s;
}

.blogs-details .tag ul li a:hover {
    color: var(--primary-color-2);
}

.blogs-details .tag ul li .active {
    color: var(--primary-color-2);
}

.blogs-details .share {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}

.blogs-details .share h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--headding-color);
}

.blogs-details .share ul {
    line-height: 0;
    display: flex;
    gap: 14px;
}

.blogs-details .share ul li a {
    display: flex;
    width: 27px;
    height: 27px;
    background-color: var(--white-color);
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: var(--transition-all);
}

.blogs-details .share ul li a span svg {
    transition: var(--transition-all);
    fill: currentColor;
    color: var(--primary-color-2);
}

.blogs-details .share ul li a span .two {
    transition: var(--transition-all);
    fill: transparent;
    stroke: currentColor;
    color: var(--primary-color-2);
}

.blogs-details .share ul li a:hover {
    background-color: var(--primary-color-1);
}

.blogs-details .share ul li a:hover span svg {
    fill: currentColor;
    color: var(--white-color);
}

.blogs-details .share ul li a:hover span .two {
    fill: transparent;
    color: var(--white-color);
}

.blogs-details .blog-details-prot {
    padding: 20px 35px 20px 20px;
    border-radius: 10px;
    background-color: #f2f4f7;
    margin-top: 85px;
    margin-bottom: 72px;
}

.blogs-details .blog-details-prot .blog-details-prot-item {
    display: flex;
    align-items: center;
}

.blogs-details
    .blog-details-prot
    .blog-details-prot-item
    .blog-details-prot-item-inner {
    display: flex;
    align-items: center;
    gap: 26px;
    border-right: 1px solid #e9e9e9;
}

.blogs-details
    .blog-details-prot
    .blog-details-prot-item
    .blog-details-prot-item-inner
    .blog-details-prot-item-img
    img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.blogs-details
    .blog-details-prot
    .blog-details-prot-item
    .blog-details-prot-item-inner
    .blog-details-prot-item-text
    h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--headding-color);
}

.blogs-details
    .blog-details-prot
    .blog-details-prot-item
    .blog-details-prot-item-inner
    .blog-details-prot-item-text
    a {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--primary-color-2);
}

.blogs-details
    .blog-details-prot
    .blog-details-prot-item
    .blog-details-prot-item-inner
    .blog-details-prot-item-text
    p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: #647082;
}

.blogs-details .blog-details-prot .share {
    padding-left: 15px;
    display: block;
    text-align: center;
}

.blogs-details .blog-details-prot .share ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogs-details .blog-details-prot .share ul li a i {
    color: var(--primary-color);
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50px;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    transition: all 0.3s;
}

.blogs-details .blog-details-prot .share ul li a i:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.blogs-details .blog-details-prot .share h6 {
    padding-top: 15px;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    color: var(--paragraph-color);
}

.blogs-details .blog-details-comment-item {
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    width: 100%;
    margin-top: 30px;
}

.blogs-details .blog-details-comment-item .blog-details-comment-inner {
    display: flex;
    align-items: start;
    gap: 15px;
}

.blogs-details .blog-details-comment-item .blog-details-comment-inner-img img {
    width: 64px;
    height: 64px;
    border-radius: 50px;
}

.blogs-details .blog-details-comment-item .blog-details-comment-inner-text {
    width: 100%;
}

.blogs-details
    .blog-details-comment-item
    .blog-details-comment-inner-text
    .blog-details-comment-inner-text-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogs-details
    .blog-details-comment-item
    .blog-details-comment-inner-text
    .blog-details-comment-inner-text-item
    span {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.blogs-details
    .blog-details-comment-item
    .blog-details-comment-inner-text
    .blog-details-comment-text
    p {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
    padding-top: 20px;
}

.blogs-details
    .blog-details-comment-item
    .blog-details-comment-inner-text
    .blog-details-comment-btn {
    padding-top: 20px;
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    color: var(--primary-color-2);
}

.blogs-details
    .blog-details-comment-item
    .blog-details-comment-inner-text
    .blog-details-comment-btn
    span
    svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.blogs-details
    .blog-details-comment-item
    .blog-details-comment-inner-text
    .blog-details-comment-replay {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    margin-top: 20px;
}

.blogs-details
    .blog-details-comment-item
    .blog-details-comment-inner-text
    .blog-details-comment-replay
    img {
    width: 48px;
    height: 48px;
}

.blogs-details
    .blog-details-comment-item
    .blog-details-comment-inner-text
    .blog-details-comment-replay
    span {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.blogs-details .write-your-review-item {
    border-radius: 10px;
    background: #f9faff;
    padding: 40px;
    margin-top: 88px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

img {
    vertical-align: middle;
}

body {
    overflow-x: hidden;
    font-family: var(--poppins) !important;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.categories {
    background-color: #fff;
    position: relative;
    z-index: 1;
    
}

.categories .taitel .taitel-img {
    position: absolute;
    bottom: -14px;
    left: 0;
}

.categories .categories-taitel-btn {
    text-align: end;
}

.categories .categories-taitel-btn a {
    font-family: var(--DMSans);
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 24px;
    text-decoration-line: underline;
    color: var(--primary-color);
    transition: var(--transition-all);
}

.categories .categories-taitel-btn a:hover {
    color: var(--secondary-color);
}

.categories-two .categories-logo {
    background-color: rgba(238, 53, 54, 0.05) !important;
    border: 1px solid #ffe5e5 !important;
}

.categories-three .categories-logo {
    background-color: #f5f7fe !important;
    border: 1px solid #e7ecff !important;
}

.categories-three .categories-three-view-btn .thm-btn-two {
    display: inline-block;
}

.categories .categories-logo {
    border: 1px solid #e0f4eb;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #ffffff;
}

.categories .categories-logo .categories-logo-thumb {
    height: 90px;
    /* margin-top: 30px; */
    padding: 10px;
}

.categories .categories-logo .categories-logo-thumb img {
    height: 100%;
    width: 100%;
    transition: var(--transition-all);
    object-fit: contain;
}

.categories .categories-logo .categories-logo-txt {
    margin-top: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e4f5ed;
    padding-bottom: 10px;
    padding-top: 10px;
}

.categories-three .categories-logo .categories-logo-txt {
    border-top: 1px solid #e7ecff;
}

.categories-two .categories-logo .categories-logo-txt {
    border-top: 1px solid #ffe5e5;
}

.categories .categories-logo .categories-logo-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
    transition: var(--transition-all);
    cursor: pointer;
    padding-left: 20px;
}

.categories .categories-logo .categories-logo-txt p:hover {
    color: var(--primary-color-1);
}

.categories-two .categories-logo .categories-logo-txt p:hover {
    color: var(--primary-color-3);
}

.categories-three .categories-logo .categories-logo-txt p:hover {
    color: var(--primary-color-2);
}

.categories .categories-logo .categories-logo-txt h5 {
    font-weight: 700;
    line-height: 28px;
    padding-right: 20px;
}

.categories .categories-logo:hover img {
    transform: scale(1.1);
}

.categories-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.categories-two .categories-form {
    padding: 40px 30px 30px 30px;
    background-color: var(--headline-color);
    border-radius: 8px;
}

.categories-two .categories-form-taitel {
    font-size: 26px;
    font-weight: var(--bold);
    line-height: 36px;
    font-family: var(--DMSans);
    color: var(--white-color);
    padding-right: 100px;
}

.categories-two .nav {
    gap: 67px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 14px;
    margin-top: 63px;
}

.categories-two .nav-pills .nav-link.active,
.categories-two .nav-pills .show > .nav-link {
    background-color: transparent;
    position: relative;
}

.categories-two .nav-pills .nav-link.active::before,
.categories-two .nav-pills .show > .nav-link::before {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    width: 47px;
    height: 3px;
    background-color: var(--primary-color);
}

.categories-two .nav-link {
    padding: 0 0;
    color: var(--white-color);
    font-size: 18px;
    font-weight: var(--bold);
    line-height: 18px;
    font-family: var(--DMSans);
}

.categories-two .form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.categories-two .form-item:first-child {
    margin-top: 24px;
}

.categories-two .form-item .form-inner {
    width: 100%;
}

.categories-two .form-item .form-inner .form-label {
    font-size: 18px;
    font-weight: var(--semiBold);
    line-height: 18px;
    color: var(--white-color);
    font-family: var(--roboto);
}

.categories-two .form-item .form-inner .form-control {
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    color: var(--headline-color);
    font-family: var(--roboto);
    padding: 16px 20px;
    border-radius: 4px;
}

.categories-two .form-item .form-inner .form-control::placeholder {
    color: #b1b1b1;
}

.categories-two .form-item .form-inner .form-select {
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 14px;
    color: var(--headline-color);
    font-family: var(--roboto);
    padding: 16px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.categories-two .form-item-btn {
    margin-top: 18px;
}

.categories-two .form-item-btn .thm-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--primary-color);
}

.categories-two .form-item-btn .thm-btn span svg {
    stroke: currentColor;
    color: var(--white-color);
}

.categories-two .categories-img-main {
    position: relative;
}

.categories-two .categories-img-main .categories-img {
    position: absolute;
    top: -199px;
    right: -245px;
    z-index: -1;
}

.categories-three .categories-close-img-main {
    position: relative;
    z-index: 1;
}

.categories-three .categories-close-img-main .categories-close-img {
    position: relative;
}

.categories-two .categories-close-img-main .categories-close-img img {
    width: 100%;
    height: 557px !important;
}

.categories-three
    .categories-close-img-main
    .categories-close-img
    .categories-close-btn {
    border: transparent;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
}

.categories-three
    .categories-close-img-main
    .categories-close-img
    .categories-close-btn
    img {
    width: 24px;
    height: 24px;
}

.categories-three .categories-close-img-main .catagories-car-img {
    position: absolute;
    bottom: -155px;
    right: -243px;
    z-index: -1;
}

.cars-listing {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
}

.cars-listing .feature-slick-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.cars-listing .feature-slick-icon .feature-slick-prev,
.cars-listing .feature-slick-icon .feature-slick-next {
    border: 1px solid var(--primary-color-2);
}

.cars-listing .feature-slick-icon .feature-slick-prev span svg,
.cars-listing .feature-slick-icon .feature-slick-next span svg {
    color: var(--primary-color-2);
}

.cars-listing .feature-slick-icon .feature-slick-prev:hover,
.cars-listing .feature-slick-icon .feature-slick-next:hover {
    background-color: var(--primary-color-2);
}

.cars-listing .feature-slick-icon .feature-slick-prev:hover span svg,
.cars-listing .feature-slick-icon .feature-slick-next:hover span svg {
    color: var(--white-color);
}

.cars-listing .brand-car-item {
    margin: 0 15px;
    box-shadow: 0px 0px 60px 0px transparent;
    border: 1px solid #e9e9e9;
}

.car-compare {
    padding: 120px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.car-compare .car-compare-item {
    padding: 20px;
    border-radius: 8px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.car-compare .car-compare-item:hover .car-compare-img img {
    transform: scale(1.3) rotate(5deg);
}

.car-compare .car-compare-item .car-compare-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.car-compare .car-compare-item .car-compare-img img {
    object-fit: cover;
    height: 197px;
    width: 100%;
    transition: var(--transition-ease-in-out);
}

.car-compare .car-compare-item .car-compare-img .delet {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.5s;
}

.car-compare .car-compare-item .car-compare-img .delet:hover {
    background-color: var(--primary-color-3);
}

.car-compare .car-compare-item .car-compare-item-text {
    padding-top: 35px;
}

.car-compare .car-compare-item .car-compare-item-text p {
    font-family: var(--DMSans);
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--primary-color-2);
    padding-bottom: 12px;
}

.car-compare .car-compare-item .car-compare-item-text h3 {
    font-size: 22px;
}

.car-compare .car-compare-item .car-compare-item-text h3 a {
    color: var(--headline-color);
}

.car-compare .car-compare-item .thm-btn-two {
    width: 100%;
    padding: 14px 16px;
    margin-top: 20px;
}

.car-compare .accordion-header {
    padding-top: 0;
}

.car-compare .accordion-button {
    line-height: 0;
    border-radius: 4px 4px 0px 0px;
    background-color: #e7ebfe;
    font-size: 22px;
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--headline-color);
    padding: 10px 30px;
    font-family: "Poppins", serif;
    font-style: normal;
}

.car-compare .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.car-compare .accordion-button::after {
    background-image: url(../assets/images/icon/Arrow.png);
    width: 16px;
    height: 8px;
    background-size: cover;
}

.car-compare .accordion-body {
    padding: 0;
}

.car-compare .accordion-item {
    background-color: var(--white-color);
    border: 1px solid transparent;
}

.car-compare .accordion {
    margin-top: 60px;
}

.car-compare .accordion.two {
    margin-top: 20px;
}

.car-compare .table {
    border: 1px solid #e9e9e9;
    margin-bottom: 0;
}

.car-compare .table tr td {
    padding: 16px 17px;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: #6b6c6c;
    font-family: var(--roboto);
    text-align: center;
    border: 1px solid #e9e9e9;
}

.car-compare .table tr td:nth-child(1) {
    background-color: #f9faff;
    text-align: start;
    width: 342px;
    color: var(--headline-color);
}

.car-compare .table tr td:nth-child(2) {
    width: 276px;
}

.car-compare .table tr td:nth-child(3) {
    background-color: #f9faff;
    width: 276px;
}

.car-compare .table tr td:nth-child(4) {
    width: 276px;
}

.car-compare .table tr td:nth-child(5) {
    background-color: #f9faff;
    width: 273px;
}

.modal {
    background-color: rgba(13, 39, 78, 0.7);
}

.modal-content {
    padding: 20px;
}

.modal-dialog {
    max-width: 544px;
}

.modal-header {
    padding: 16px 20px;
    background-color: var(--secondary-color);
    border-bottom: 1px solid transparent;
    border-radius: 6px;
}

.modal-header .modal-title {
    font-family: var(--DMSans);
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 24px;
    color: var(--white-color);
}

.modal-header .btn-close {
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    padding: 0.25em 0.25em;
    color: #000 !important;
    border-radius: 50px;
    opacity: 1;
    background: transparent url(../assets/images/icon/delet.png) no-repeat
        center/cover;
}

.modal-header .btn-close:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.modal-body {
    padding: 0;
}

.modal-body .modal-body-item .modal-body-item-inner {
    margin-top: 20px;
}

.modal-body .modal-body-item .modal-body-item-inner .form-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 18px;
    color: var(--headline-color);
}

.modal-body .modal-body-item .modal-body-item-inner .form-select {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 16px;
    color: var(--headline-color);
    padding: 20px 30px;
    border-radius: 4px;
    background-color: #f4f2f3;
    border: 1px solid #e9e9e9;
}

.modal-body .modal-body-item .modal-body-item-inner .form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.25rem transparent;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    gap: 20px;
    margin-top: 30px;
    border: 0;
}

.modal-footer .selected {
    width: 100%;
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 18px;
    padding: 20px 85px;
    background-color: var(--headline-color);
    color: var(--white-color);
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0;
}

.modal-footer .selected.two {
    background-color: rgba(255, 96, 61, 0.3);
    color: var(--headline-color);
}

.checkout {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background-color: var(--white-color);
}

.checkout .checkout-top-ber {
    padding: 20px 30px;
    border-radius: 0px 0px 5px 5px;
    background: #e6e9f7;
    border-top: 1px solid var(--primary-color-2);
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout .checkout-top-ber span {
    line-height: 0;
}

.checkout .checkout-top-ber a {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.checkout .checkout-top-ber a span {
    color: var(--primary-color-2);
}

.checkout .checkout-form {
    padding: 50px 60px 60px 60px;
    border-radius: 10px;
    background: #f9faff;
}

.checkout .checkout-form-text {
    padding-bottom: 28px;
    font-family: var(--DMSans);
}

.checkout .checkout-form-text.two {
    padding-bottom: 0;
    padding-top: 28px;
}

.checkout .checkout-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.checkout .checkout-form-item .checkout-form-item-inner {
    width: 100%;
}

.checkout .checkout-form-item .checkout-form-item-inner .form-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    color: var(--headline-color);
}

.checkout .checkout-form-item .checkout-form-item-inner .form-label span {
    color: var(--primary-color-2);
}

.checkout .checkout-form-item .checkout-form-item-inner .form-control {
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    color: #b1b1b1;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
}

.checkout .checkout-form-item .checkout-form-item-inner .form-control:focus {
    color: var(--headline-color);
    border-color: var(--primary-color-2);
}

.checkout .checkout-form-item .checkout-form-item-inner .form-select {
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
}

.checkout .checkout-form-item .checkout-form-item-inner .form-select:focus {
    box-shadow: 0 0 0 0.25rem transparent;
    border-color: var(--primary-color-2);
}

.checkout .form-check {
    margin-bottom: 0;
    margin-top: 40px;
}

.checkout .form-check.two {
    margin-top: 18px;
}

.checkout .form-check.three {
    margin-top: 30px;
}

.checkout .form-check.three .form-check-input {
    border-radius: 50px;
}

.checkout .form-check.four {
    margin-top: 10px;
}

.checkout .form-check.four .form-check-input {
    border-radius: 50px;
}

.checkout .form-check .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
}

.checkout .form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.checkout .form-check .form-check-input:checked {
    background-color: var(--primary-color-1) !important;
    border-color: var(--primary-color-1);
}

.checkout .form-check .form-check-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    color: var(--paragraph-color);
}

.checkout .order-summary-text {
    font-family: var(--DMSans);
}

.checkout .order-summary-pl {
    padding-left: 80px;
}

.checkout .order-summary-box {
    padding: 30px 40px 40px 40px;
    border-radius: 10px;
    border: 1px solid rgba(237, 237, 237, 0.5);
    margin-top: 35px;
}

.checkout .order-summary-box .order-summary-box-total h4 {
    font-family: var(--DMSans);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout .order-summary-box .order-summary-box-total.two {
    margin-top: 15px;
}

.checkout .order-summary-box .order-summary-box-total.three {
    padding-top: 15px;
}

.checkout .order-summary-box .order-summary-box-total.three h4 span {
    color: var(--primary-color-2);
}

.checkout .order-summary-box .order-summary-list {
    margin-top: 15px;
    padding: 15px 0 11px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.checkout .order-summary-box .order-summary-list.two {
    padding: 0;
    border-top: 1px solid transparent;
}

.checkout .order-summary-box .order-summary-list li {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
}

.checkout .order-summary-box .order-summary-list .color {
    color: var(--headline-color);
}

.checkout .order-summary-box .direct-dank-transfer .form-check {
    margin-top: 24px;
    padding: 25px 0px 17px 18px;
    position: relative;
    z-index: 1;
    align-items: start;
}

.checkout
    .order-summary-box
    .direct-dank-transfer
    .form-check
    .form-check-input {
    border-radius: 50px;
}

.checkout
    .order-summary-box
    .direct-dank-transfer
    .form-check
    .form-check-label {
    font-family: var(--roboto);
    font-size: 24px;
    font-weight: var(--regular);
    margin-top: 17px;
    color: var(--headline-color);
}

.checkout .order-summary-box .direct-dank-transfer p {
    font-family: var(--roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    z-index: 1111;
}

.checkout .thm-btn-two {
    width: 100%;
    margin-top: 50px;
}

.car-rent-booking {
    padding: 120px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.car-rent-booking .car-rent-booking-bg {
    border-radius: 10px;
    background-color: #f9faff;
    padding: 60px 45px 60px 45px;
}

.car-rent-booking .car-rent-booking-bg .car-rent-booking-taitel {
    padding-top: 0;
    margin-top: -15px;
}

.car-rent-booking .car-rent-booking-bg .car-rent-booking-form-main {
    margin-top: 45px;
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 13px;
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item:first-child {
    margin-top: 0;
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner {
    width: 100%;
    position: relative;
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner
    .icon {
    position: absolute;
    top: 47px;
    right: 20px;
    cursor: pointer;
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner
    .icon
    span
    svg {
    stroke: currentColor;
    color: var(--primary-color-2);
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner
    .form-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    color: var(--headline-color);
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner
    .form-label
    span {
    color: var(--primary-color-2);
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner
    .form-control {
    padding: 20px 25px;
    background-color: var(--white-color);
    color: #b1b1b1;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner
    .form-control:focus {
    border: 1px solid var(--primary-color-2);
    color: var(--headline-color);
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner
    .form-select {
    padding: 20px 25px;
    background-color: var(--white-color);
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .car-rent-booking-form-item
    .car-rent-booking-form-inner
    .form-select:focus {
    border: 1px solid var(--primary-color-2);
    box-shadow: 0 0 0 0.25rem transparent;
}

.car-rent-booking
    .car-rent-booking-bg
    .car-rent-booking-form-main
    .thm-btn-two {
    width: 100%;
    border: 1px solid transparent;
    margin-top: 30px;
    border: 1px solid var(--primary-color-2);
}

.car-rent-booking .car-rent-booking-bg .payment-method-main {
    border-radius: 0px 0px 10px 10px;
    background-color: var(--white-color);
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-taitel {
    color: var(--white-color);
    font-family: var(--DMSans);
    text-align: center;
    padding: 12px 0;
    background-color: var(--headline-color);
    border-radius: 10px 10px 0px 0px;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main {
    padding: 30px 30px 0 30px;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main
    .payment-method-from-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 16px;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main
    .payment-method-from-item:first-child {
    margin-top: 0;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main
    .payment-method-from-item
    .payment-method-from-item-inner {
    width: 100%;
    position: relative;
    z-index: 111;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main
    .payment-method-from-item
    .payment-method-from-item-inner:focus-within::after {
    opacity: 1;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main
    .payment-method-from-item
    .payment-method-from-item-inner::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 10%;
    width: 20px;
    height: 20px;
    background: url(../assets/images/icon/fucos-img.png) no-repeat center/cover;
    z-index: 11111111;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main
    .payment-method-from-item
    .payment-method-from-item-inner
    .payment-method-from-item-inner-check {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eef5ff;
    pointer-events: none;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main
    .payment-method-from-item
    .payment-method-from-item-inner
    .form-control {
    padding: 15px 20px;
    background: #eef5ff;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-main
    .payment-method-from-main
    .payment-method-from-item
    .payment-method-from-item-inner
    .form-control:focus {
    border-color: var(--headline-color);
}

.car-rent-booking .car-rent-booking-bg .payment-method-slick {
    padding: 0 30px;
    padding-top: 76px;
    padding-bottom: 45px;
}

.car-rent-booking
    .car-rent-booking-bg
    .payment-method-slick
    .payment-method-slick-img
    img {
    width: 196px;
    height: 110px;
    object-fit: cover;
}

.car-rent-booking .car-booking-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.car-rent-booking .car-booking-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

.car-rent-booking .car-booking-img:hover img {
    transform: scale(1.1);
}

.car-rent-booking .car-booking-img:hover::after {
    animation: shine 800ms;
}

.car-rent-booking .car-booking-img img {
    width: 100%;
    height: 691px;
    border-radius: 10px;
    transition: var(--transition-ease-in-out);
}

.car-features {
    padding: 120px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.car-features .car-features-head {
    padding-right: 37px;
}

.car-features.two {
    padding-top: 0;
}

.car-features.two .car-features-head {
    padding-left: 34px;
    padding-right: 0px;
}

.car-features.three {
    padding-top: 0;
}

.car-features.three .car-features-head {
    padding-right: 35px;
}

.car-features .car-features-dec {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    padding-top: 55px;
}

.car-features .car-features-thumb {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.car-features .car-features-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

.car-features .car-features-thumb:hover img {
    transform: scale(1.1);
}

.car-features .car-features-thumb:hover::after {
    animation: shine 800ms;
}

.car-features .car-features-thumb img {
    width: 100%;
    height: 582px;
    object-fit: cover;
    border-radius: 10px;
    transition: var(--transition-ease-in-out);
}

.cart {
    padding: 120px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.cart .table {
    text-align: center;
    margin-bottom: 0;
    background-color: var(--white-color);
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    vertical-align: middle;
}

.cart .table thead {
    border-radius: 9px 9px 0px 0px;
    background-color: #e6e9f7;
}

.cart .table thead tr th {
    border: 0;
    padding: 17px 40px;
    font-family: var(--DMSans);
    font-size: 20px;
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--headline-color);
}

.cart .table tbody tr td {
    padding: 17px 40px;
    border-bottom: 1px solid #e9e9e9;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.cart .table tbody tr td:nth-child(5) a {
    color: #0ca640;
    padding: 6px 34px;
    background-color: #eafff1;
    border-radius: 3px;
}

.cart .table tbody tr td:nth-child(1) {
    width: 500px;
}

.cart .table tbody tr td .tabel-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart .table tbody tr td .tabel-item .tabel-img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background: #f4f2f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart .table tbody tr td .tabel-item .tabel-img img {
    width: 60px;
    object-fit: cover;
}

.cart .table tbody tr td .tabel-item .text {
    flex: 1 1 0%;
    text-align: start;
    display: inline-block;
    width: 100px;
}

.cart .table tbody tr td .df {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart .table tbody tr td .df .count {
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    background: #fff;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

.cart .table tbody tr td .df .count button {
    border: 0;
    background-color: transparent;
    font-family: var(--roboto);
    font-size: 21px;
    font-weight: var(--regular);
    line-height: 16px;
    color: var(--paragraph-color);
}

.cart .table tbody tr td .df .count input {
    width: 50px;
    text-align: center;
    background-color: var(--white-color);
    border: 0;
    font-family: var(--roboto);
    font-size: 21px;
    font-weight: var(--regular);
    line-height: 16px;
    color: var(--headline-color);
}

.cart .table tbody tr td .delet-btn {
    border: 0;
    background-color: transparent;
}

.cart .table tbody tr td .delet-btn span svg {
    fill: currentColor;
    color: var(--paragraph-color);
}

.cart .apply-main {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.cart .apply-main .apply-btn {
    width: 445px;
    display: flex;
    align-items: start;
}

.cart .apply-main .apply-btn .form-control {
    padding: 14px 130px 14px 24px;
    border: 1px solid var(--primary-color-2);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
}

.cart .apply-main .apply-btn .form-control:focus {
    color: var(--headline-color);
}

.cart .apply-main .apply-btn .form-control::placeholder {
    color: #b1b1b1;
}

.cart .apply-main .apply-btn .thm-btn-two {
    border: 1px solid transparent;
    width: 118px;
    height: 58px;
    border-radius: 0 !important;
    margin-left: -118px;
}

.cart .apply-main .apply-btn .thm-btn-two:hover {
    border-color: var(--primary-color-2);
}

.cart .apply-main .continue-shopping .continue-shopping-btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cart .apply-main .continue-shopping .continue-shopping-btn .thm-btn {
    flex: 1 1 0%;
    width: 210px;
    height: 60px;
    border: 0;
    background-color: var(--headline-color);
    color: var(--white-color);
}

.cart .apply-main .continue-shopping .continue-shopping-btn .thm-btn.two {
    background-color: var(--secondary-color);
    display: flex;
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-btn
    .thm-btn.two::after {
    background-color: var(--headline-color);
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-btn
    .thm-btn.two::before {
    background-color: var(--headline-color);
}

.cart .apply-main .continue-shopping .continue-shopping-btn .thm-btn::after {
    background-color: var(--secondary-color);
}

.cart .apply-main .continue-shopping .continue-shopping-btn .thm-btn::before {
    background-color: var(--secondary-color);
}

.cart .apply-main .continue-shopping .continue-shopping-box {
    padding: 24px 30px 30px 30px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    margin-top: 20px;
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-sub.two {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
    padding-top: 24px;
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-sub
    h4 {
    font-family: var(--DMSans);
    color: var(--headline-color);
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-sub
    .total {
    color: var(--primary-color-2);
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-item
    .continue-shopping-taitel {
    font-family: var(--roboto);
    font-weight: var(--medium);
    padding-top: 23px;
    padding-bottom: 15px;
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-item
    .continue-shopping-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-item
    .continue-shopping-item-inner:last-child {
    padding-bottom: 23px;
    border-bottom: 1px solid #e9e9e9;
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-item
    .continue-shopping-item-inner
    .text {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    color: var(--paragraph-color);
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-item
    .continue-shopping-item-inner
    .text
    .form-check
    .form-check-input {
    border-radius: 50px;
    border: 1px solid var(--paragraph-color);
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-item
    .continue-shopping-item-inner
    .text
    .form-check
    .form-check-input:focus {
    box-shadow: var(--white-color);
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .continue-shopping-item
    .continue-shopping-item-inner
    .text
    .form-check-input:checked {
    background-color: var(--primary-color-2);
    border-color: var(--primary-color-2);
}

.cart .apply-main .continue-shopping .continue-shopping-box .proceed-btn {
    margin-top: 24px;
}

.cart
    .apply-main
    .continue-shopping
    .continue-shopping-box
    .proceed-btn
    .thm-btn-two {
    width: 100%;
}

.contact-us {
    padding: 60px 0 0 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.contact-us .contact-us-taitel {
    font-family: var(--DMSans);
    font-weight: 600 !important;
    font-size: 20px !important;
}

.contact-us .contact-us-dec {
    padding-top: 20px;
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: var(--paragraph-color);
}

.contact-us .contact-us-item {
    padding: 24px 31px;
    border-radius: 10px;
    /* background: #f9faff; */
    display: flex;
    margin-top: 20px;
}

/* .contact-us-inner {

   background-color: #f9faff; 
   
} */

.contact-us .contact-us-item .contact-us-inner {
    text-align: center;
}

.contact-us .contact-us-item .contact-us-inner .icon span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.contact-us .contact-us-item .contact-us-inner .text h4 {
    font-family: var(--DMSans);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 26px 0 10px 0;
    color: var(--headline-color);
}

.contact-us .contact-us-item .contact-us-inner .text p {
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.contact-us .contact-box a {
    font-family: var(--DMSans);
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--headline-color);
    padding-top: 40px;
}

/* .contact-us .location {
    padding-top: 20px;
} */

.contact-us .location a {
    padding-top: 0;
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
}

.contact-us .location a span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.contact-us .contact-share {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 44px;
}

.contact-us .contact-share .text span {
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 20px;
    font-weight: var(--regular);
}

.contact-us .contact-share .icon {
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact-us .contact-share .icon a span svg {
    fill: currentColor;
    color: var(--headline-color);
    transition: all linear 0.3s;
}

.contact-us .contact-share .icon a span svg:hover {
    color: var(--primary-color-2);
}

/* .contact-us .contact-us-wight {
    padding-right: 200px;
} */

.contact-us .get-in-touch {
    padding: 52px 30px 30px 30px;
    border-radius: 10px;
    background: #f2f2f2;
}

.contact-us .get-in-touch .get-in-touch-taitel {
    font-family: var(--DMSans);
    font-size: 20px;
    font-weight: var(--bold);
    line-height: 34px;
    color: #0d274e;
    padding-bottom: 30px;
}

.contact-us .get-in-touch .get-in-touch-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-us .get-in-touch .get-in-touch-form-item .get-in-touch-form-inner {
    width: 100%;
}

.contact-us .get-in-touch .form-label {
    color: var(--white-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
}

.contact-us .get-in-touch .form-label span {
    color: var(--primary-color-2);
}

.contact-us .get-in-touch .form-control {
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    padding: 20px 25px;
}

.contact-us .get-in-touch .form-control:focus {
    border-color: var(--primary-color-2);
    color: var(--headline-color);
}

.contact-us .get-in-touch .thm-btn-two {
    width: 100%;
    border: 0;
}

.contact-us .contact-map iframe {
    width: 100%;
    height: 670px;
    margin-top: 120px;
}

.dealer {
    position: relative;
    z-index: 1;
}

.dealer .taitel.two span {
    color: var(--white-color) !important;
}

.dealer .dealer-taitel {
    color: var(--white-color);
    padding-top: 32px;
}

.dealer .taitel .taitel-img {
    position: absolute;
    bottom: -16px;
    left: 0px;
}

.dealer .dealer-btn {
    margin-top: 60px;
}

.download-main-img {
    height: 446px;
}

.download-main-img img {
    height: 100%;
    width: 100%;
}

.dealer .dealer-btn .thm-btn {
    width: 200px;
    color: var(--headline-color);
}

.dealer .dealer-btn .thm-btn-two {
    width: 205px;
}

.dealer .dealer-img {
    width: 830px;
    height: 545px;
    position: relative;
}

.dealer .dealer-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -2px;
    left: 175px;
}

.dealer-two {
    position: relative;
    z-index: 1;
    background: url(../assets/images/hero/dealers-bg.png) no-repeat center/cover;
}

.dealer-two .dealer-two-taitel {
    color: var(--white-color);
}

.dealer-two .dealer-two-btn {
    text-align: end;
}

.dealer-two .dealer-two-btn .thm-btn-thr {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
}

.dealer-two .dealer-two-btn .thm-btn-thr:hover {
    color: var(--white-color);
}

.dealer-two .dealer-two-btn .thm-btn-thr:hover::after {
    background-color: var(--primary-color-3);
}

.dealer-two .dealer-two-btn .thm-btn-thr:hover::before {
    background-color: var(--primary-color-3);
}

.dealer-two .dealer-two-slick {
    margin-top: 50px;
}

.dealer-two .dealer-two-item {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 30px 30px;
    margin: 0 15px;
}

.dealer-two .dealer-two-item .dealer-two-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

.dealer-two .dealer-two-item .dealer-two-inner .icon {
    background-color: var(--white-color);
    height: 80px;
    width: 80px;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
}

.dealer-two .dealer-two-item .dealer-two-inner .text {
    flex: 1;
}

.dealer-two .dealer-two-item .dealer-two-inner .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dealer-two .dealer-two-item .dealer-two-inner .text h3 {
    font-family: var(--DMSans);
    font-weight: var(--bold);
    padding-bottom: 2px;
    font-size: 22px;
}

.dealer-two .dealer-two-item .dealer-two-inner .text span {
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 14px;
    font-family: var(--roboto);
    color: var(--headline-color);
}

.dealer-two .dealer-two-item .dealer-contact-box {
    margin-top: 26px;
}

.dealer-two .dealer-two-item .dealer-contact-box ul li {
    padding-bottom: 16px;
}

.dealer-two .dealer-two-item .dealer-contact-box ul li:last-child {
    padding-bottom: 0;
}

.dealer-two .dealer-two-item .dealer-contact-box ul li a {
    display: flex;
    gap: 8px;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    color: var(--paragraph-color);
    font-family: var(--roboto);
}

.dealer-two .dealer-two-item .dealer-contact-box ul li span svg {
    fill: currentColor;
    color: var(--primary-color-3);
}

.dealer-two .dealer-two-item .dealer-contact-box ul li span .mailto-svg {
    fill: transparent;
    stroke: currentColor;
    color: var(--primary-color-3);
}

.dealer-two .dealer-two-item .dealer-two-item-btn {
    margin-top: 30px;
}

.dealer-three {
    background: var(--white-color);
}

.dealer-three .dealer-two-item {
    margin: 0;
    background-color: var(--white-color);
    border: 1px solid #e9e9e9;
}

.dealer-three .dealer-two-item .dealer-two-inner {
    border-bottom: 1px solid #e9e9e9;
}

.dealer-three .dealer-two-item .dealer-two-inner .icon {
    border: 1px solid #e9e9e9;
}

.dealer-three .dealer-two-item .dealer-contact-box ul li span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.dealer-three .dealer-two-item .dealer-contact-box ul li span .mailto-svg {
    fill: transparent;
    stroke: currentColor;
    color: var(--primary-color-2);
}

.dealer-three .next-prev-btn {
    justify-content: center;
    display: flex;
}

.dealer-three .dealer-form {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-bottom: 50px;
}

.dealer-three .dealer-form .dealer-form-item {
    position: relative;
    width: 100%;
}

.dealer-three .dealer-form .dealer-form-item.two .icon {
    top: 12px;
}

.dealer-three .dealer-form .dealer-form-item.two .form-select {
    height: 53px;
    padding-top: 18px;
}

.dealer-three .dealer-form .dealer-form-item .form-control,
.dealer-three .dealer-form .dealer-form-item .form-select {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background: #f8f8f8;
    padding: 17px 17px 17px 53px;
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    color: var(--headline-color);
}

.dealer-three .dealer-form .dealer-form-item .form-control:focus,
.dealer-three .dealer-form .dealer-form-item .form-select:focus {
    color: var(--headline-color);
    border-color: var(--primary-color-2);
}

.dealer-three .dealer-form .dealer-form-item .form-control::placeholder,
.dealer-three .dealer-form .dealer-form-item .form-select::placeholder {
    color: #7e8ba0;
}

.dealer-three .dealer-form .dealer-form-item .icon {
    position: absolute;
    top: 11px;
    left: 25px;
}

.dealer-three .dealer-form .dealer-form-item .icon span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.dealer-three .dealer-form .thm-btn-two {
    width: 50%;
    height: 52px;
}

.dealers-details {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
}

.dealers-details .dealers-details-side-bar {
    padding: 20px 30px 40px 30px;
    border-radius: 10px;
    background-color: #f9faff;
}

.dealers-details .dealers-details-side-bar .dealers-details-taitel.two {
    padding-top: 40px;
}

.dealers-details .dealers-details-side-bar .dealers-details-taitel h3 {
    padding-bottom: 10px;
}

.search-here-btn {
    margin-top: 30px;
}

.dealers-details .dealers-details-side-bar .dealers-details-taitel p {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    padding-top: 10px;
}

.dealers-details .dealers-details-side-bar .dealers-details-taitel .address {
    padding-top: 20px;
}

.dealers-details .dealers-details-side-bar .dealers-details-taitel .address li {
    padding-bottom: 10px;
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .address
    li
    a {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .address
    li
    a
    span
    svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .address
    li
    a
    .svg-two {
    fill: transparent;
    color: var(--primary-color-2);
    stroke: currentColor;
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .working-hours {
    padding-top: 10px;
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .working-hours
    li {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 36px;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition-all);
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .working-hours
    li:hover {
    color: var(--primary-color-2);
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .working-hours
    .closed {
    color: var(--primary-color-3);
}

.dealers-details .dealers-details-side-bar .dealers-details-taitel .map iframe {
    width: 100%;
    border-radius: 4px;
    height: 187px;
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .social-link {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .social-link
    li
    a
    span
    svg {
    fill: currentColor;
    color: var(--headline-color);
    transition: all linear 0.5s;
}

.dealers-details
    .dealers-details-side-bar
    .dealers-details-taitel
    .social-link
    li
    a
    span
    svg:hover {
    color: var(--primary-color-2);
}

.dealers-details .contact-beach-box {
    padding: 28px;
    border-radius: 10px;
    background: #f9faff;
    margin-bottom: 30px;
}

.dealers-details .contact-beach-box .contact-beach-box-taitel {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.dealers-details .contact-beach-box .contact-beach-box-taitel h3 {
    font-family: var(--DMSans);
    color: var(--headline-color);
}

.dealers-details
    .contact-beach-box
    .contact-beach-box-main
    .contact-beach-box-item {
    margin-top: 20px;
}

.dealers-details
    .contact-beach-box
    .contact-beach-box-main
    .contact-beach-box-item
    .form-control {
    padding: 11px 20px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--headline-color);
}

.dealers-details
    .contact-beach-box
    .contact-beach-box-main
    .contact-beach-box-item
    .form-control::placeholder {
    color: rgba(13, 39, 78, 0.5) !important;
}

.dealers-details
    .contact-beach-box
    .contact-beach-box-main
    .contact-beach-box-item
    .form-control:focus {
    border: 1px solid var(--primary-color-2);
}

.dealers-details
    .contact-beach-box
    .contact-beach-box-main
    .contact-beach-box-item
    .form-control::placeholder {
    color: var(--headline-color);
}

.dealers-details .contact-beach-box .contact-beach-box-main .thm-btn-two {
    width: 100%;
    margin-top: 18px;
}

.dealers-details .dealers-details-banner {
    position: relative;
    margin-bottom: 30px;
}

.dealers-details .dealers-details-banner img {
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.dealers-details .inventory-ber {
    margin-bottom: 30px;
}

.dealers-details .inventory-ber-left .shaf-filter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dealers-details .inventory-ber-left .shaf-filter li {
    padding: 8px 24px;
    border-radius: 4px;
    background: rgba(64, 95, 242, 0.2);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
    color: var(--headline-color);
    cursor: pointer;
}

.dealers-details .inventory-ber-left .shaf-filter .active {
    background-color: var(--primary-color-2);
    color: var(--white-color);
}

.download {
    padding: 0px 0 120px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    overflow-x: hidden;
}

.download .taitel {
    margin-top: 28px;
}

.download .taitel .taitel-img {
    position: absolute;
    bottom: -16px;
    left: 0px;
}

.download .download-bg {
    border-radius: 10px;
    background: #0d274e;
    padding: 88px 90px 0px 80px;
    background: url(../assets/images/hero/downlode-bg.png) no-repeat center /
        cover;
}

.download .download-taitel {
    color: var(--white-color);
}

.download .decp {
    margin-top: 30px;
    font-family: var(--roboto);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.download .download-taitel-img {
    margin-top: 50px;
}

.download .download-taitel-img-text {
    margin-top: 20px;
    color: var(--white-color);
    font-weight: var(--bold);
}

.download .download-btn {
    margin-top: 42px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.download .download-main {
    position: relative;
    text-align: end;
}

.dashboard {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    padding: 120px 0;
}

.dashboard .dashboard-side-ber {
    padding: 35px 25px;
    border-radius: 10px;
    background: #f9faff;
    margin-right: 28px;
}

.dashboard .dashboard-side-ber .dashboard-logo-item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.dashboard .dashboard-side-ber .dashboard-logo-item .icon-item {
    position: absolute;
    top: 45px;
    left: 49px;
}

.dashboard .dashboard-side-ber .dashboard-logo-item .logo {
    width: 70px;
    height: 70px;
    background-color: var(--white-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
}

.dashboard .dashboard-side-ber .dashboard-logo-item .logo img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
}

.dashboard .dashboard-side-ber .dashboard-logo-item .text p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.dashboard .dashboard-side-ber .dashboard-logo-item .icon {
    width: 25px;
    height: 25px;
    background-color: var(--primary-color-2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.dashboard .dashboard-side-ber .dashboard-logo-item .icon span {
    line-height: 0;
}

.dashboard .dashboard-side-ber .dashboard-logo-item .icon span svg {
    fill: currentColor;
    color: var(--white-color);
}

.dashboard .dashboard-side-ber .dashboard-logo-item .icon i {
    color: var(--white-color) !important;
    font-size: 10px;
}

.dashboard .dashboard-side-ber .dashboard-logo-item .icon .icon-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dashboard .dashboard-side-ber .dashboard-btn {
    margin-top: 35px;
}

.dashboard .dashboard-side-ber .dashboard-btn li a {
    padding: 15px 30px;
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 18px;
    border-radius: 5px;
    display: flex;
    align-items: end;
    gap: 18px;
    justify-content: start;
    margin-bottom: 5px;
    transition: var(--transition-all);
}

.dashboard .dashboard-side-ber .dashboard-btn li a:last-child {
    margin-bottom: 0;
}

.dashboard .dashboard-side-ber .dashboard-btn li a span {
    line-height: 0;
}

.dashboard .dashboard-side-ber .dashboard-btn li a span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.dashboard .dashboard-side-ber .dashboard-btn li a:hover {
    color: var(--white-color);
    background-color: var(--primary-color-2);
}

.dashboard .dashboard-side-ber .dashboard-btn li a:hover span svg {
    color: var(--white-color);
}

.dashboard .dashboard-side-ber .dashboard-btn li .active {
    color: var(--white-color);
    background-color: var(--primary-color-2);
}

.dashboard .dashboard-side-ber .dashboard-btn li .active span svg {
    color: var(--white-color);
}

.dashboard .dashboard-side-ber .log-out-btn {
    padding: 15px 30px;
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 18px;
    border-radius: 5px;
    display: flex;
    align-items: end;
    gap: 18px;
    justify-content: start;
    margin-bottom: 5px;
    transition: var(--transition-all);
    border: 0;
    background-color: transparent;
    transition: var(--transition-all);
    width: 100%;
}

.dashboard .dashboard-side-ber .log-out-btn span {
    line-height: 0;
}

.dashboard .dashboard-side-ber .log-out-btn span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.dashboard .dashboard-side-ber .log-out-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color-2);
}

.dashboard .dashboard-side-ber .log-out-btn:hover span svg {
    color: var(--white-color);
}

.dashboard .dashboard-item {
    padding: 24px 30px 30px 30px;
    border-radius: 10px;
    background: #eaf6ef;
}

.dashboard .dashboard-item.two {
    background: #e9f6fc;
}

.dashboard .dashboard-item.three {
    background: #f0ecfd;
}

.dashboard .dashboard-item .dashboard-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard .dashboard-item .dashboard-inner .dashboard-inner-text h5 {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: #6b6c6c;
}

.dashboard .dashboard-item .dashboard-inner .dashboard-inner-text h3 {
    color: var(--headline-color);
    font-size: 36px;
    font-weight: var(--bold);
    line-height: 36px;
    padding-top: 6px;
}

.dashboard .dashboard-item .dashboard-inner .dashboard-inner-text a {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--primary-color-2);
    padding: 1px 14px;
    border-radius: 2px;
    background: var(--white-color);
    margin-top: 28px;
    border: 1px solid #e9e9e9;
}

.dashboard .dashboard-item .dashboard-inner .dashboard-inner-img-main {
    height: 84px;
    width: 84px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard .dashbord-taitle {
    padding: 30px 0 10px 0;
    font-weight: var(--medium);
    line-height: 20px;
}

.dashboard .dashbord-tabel {
    overflow-x: auto;
}

.dashboard .dashbord-tabel .table {
    margin-bottom: 0;
    background: #f9faff;
    vertical-align: middle;
    overflow-x: auto;
}

.dashboard .dashbord-tabel .table thead tr {
    background-color: #e7ebfe;
    border-radius: 100px;
}

.dashboard .dashbord-tabel .table thead tr th {
    padding: 20px 30px;
    color: var(--headline-color);
    font-family: var(--DMSans);
    font-size: 18px;
    font-weight: var(--bold);
    line-height: 20px;
}

.dashboard .dashbord-tabel .table thead tr th:nth-child(1) {
    border-radius: 8px 0 0 0px;
}

.dashboard .dashbord-tabel .table thead tr th:last-child {
    border-radius: 0px 8px 0 0px;
    text-align: end;
}

.dashboard .dashbord-tabel .table tbody tr:last-child td {
    border-bottom: 1px solid transparent;
}

.dashboard .dashbord-tabel .table tbody tr td {
    padding: 16px 30px;
    border-bottom: 1px solid #e9e9e9;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.dashboard .dashbord-tabel .table tbody tr td:last-child {
    text-align: end;
}

.dashboard .dashbord-tabel .table tbody tr td .no {
    border: 0;
    color: var(--white-color);
    padding: 0px 10px;
    border-radius: 2px;
    background: #fd8d14;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard .dashbord-tabel .table tbody tr td .no.yes {
    background: #0ca640;
}

.dashboard .dashbord-tabel .table tbody tr td .edit {
    border: 0;
    color: var(--white-color);
    padding: 2px 10px;
    border-radius: 2px;
    background: var(--headline-color);
}

.dashboard .dashbord-tabel .table tbody tr td .edit span svg {
    fill: currentColor;
    color: var(--white-color);
    margin-top: -3px;
}

.dashboard .dashbord-tabel .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #e6e9f7;
}

.dashboard
    .car-images
    .car-images-inner
    .car-images-inner-profile
    .upload-profile-image.two {
    width: 730px;
    height: 221px;
}

.dashboard .description-editor {
    height: 230px;
}

.dashboard .ql-container.ql-snow {
    border: 1px solid transparent;
}

.dashboard .manage-car {
    border-radius: 0px 0px 12px 12px;
    padding-bottom: 30px;
}

.dashboard .manage-car.two {
    padding-bottom: 0;
}

.dashboard .manage-car .manage-car-top-bar {
    padding: 14px 30px;
    background-color: #e7ebfe;
    border-radius: 8px 8px 0px 0px;
}

.dashboard .manage-car .manage-car-top-bar .manage-car-top-bar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left
    .text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left
    .text
    h6 {
    font-family: var(--roboto);
    color: var(--headline-color);
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left
    .text
    .form-control {
    color: var(--white-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    width: 84px;
    height: 40px;
    border-radius: 4px;
    background: var(--primary-color-2);
    border: 1px solid var(--primary-color-2);
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text {
    position: relative;
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text
    .thm-btn-two {
    border: 0;
    height: 41px;
    color: var(--headline-color);
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text
    .thm-btn-two::after {
    background-color: var(--white-color);
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text
    .thm-btn-two::before {
    background-color: var(--white-color);
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text
    .form-control {
    width: 153px;
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text
    .form-control::placeholder {
    color: #9fb0ff;
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text
    .sarch-btn {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 6px;
    right: 13px;
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text
    .sarch-btn
    span {
    line-height: 0;
}

.dashboard
    .manage-car
    .manage-car-top-bar
    .manage-car-top-bar-item
    .manage-car-top-bar-item-left.right
    .text
    .sarch-btn
    span
    svg {
    stroke: currentColor;
    color: var(--white-color);
}

.dashboard .manage-car .table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

.dashboard .manage-car .form-check-input:focus {
    border-color: rgb(215, 215, 215);
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.dashboard .manage-car .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.dashboard .manage-car .table {
    margin-bottom: 0;
    background: #f9faff;
    vertical-align: middle;
}

.dashboard .manage-car .table.two {
    overflow: hidden;
    border-radius: 12px;
}

.dashboard .manage-car .table.two.three {
    border-radius: 0px;
}

.dashboard .manage-car .table.two.three thead tr {
    background-color: #f8f8f8;
}

.dashboard .manage-car .table.two thead {
    vertical-align: middle;
}

.dashboard .manage-car .table.two thead tr {
    background-color: #e7ebfe;
}

.dashboard .manage-car .table.two thead tr th:last-child {
    text-align: end;
}

.dashboard .manage-car .table.two tbody tr td .actions-btn-item {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 7px;
}

.dashboard .manage-car .table.three {
    vertical-align: top;
}

.dashboard .manage-car .table.three tbody tr td .actions-btn-item {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 7px;
}

.dashboard .manage-car .table.three tbody tr td p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 25px;
    color: var(--paragraph-color);
}

.dashboard .manage-car .table.three tbody tr td p span {
    color: var(--primary-color-2);
}

.dashboard .manage-car .table.three tbody tr td .form-control {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    color: var(--white-color);
    background: rgba(135, 93, 241, 0.4588235294);
}

.dashboard .manage-car .table.three tbody tr td .form-control:focus {
    border-color: rgba(135, 93, 241, 0.4588235294);
}

.dashboard .manage-car .table.three tbody tr td .no {
    background: #ffede4;
    color: var(--primary-color);
}

.dashboard .manage-car .table.three tbody tr td .yes {
    background: #d4ffe3 !important;
    color: #0ca640;
}

.dashboard .manage-car .table thead {
    vertical-align: middle;
}

.dashboard .manage-car .table thead tr {
    background-color: #e7ebfe;
}

.dashboard .manage-car .table thead tr th {
    padding: 16px 30px;
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--bold);
    line-height: 30px;
}

.dashboard .manage-car .table tbody tr:last-child td {
    border: 0;
}

.dashboard .manage-car .table tbody tr td {
    padding: 16px 30px;
    border-bottom: 1px solid #e9e9e9;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 25px;
    color: var(--headline-color);
}

.dashboard .manage-car .table tbody tr td .no {
    border: 0;
    color: var(--white-color);
    padding: 0px 10px;
    border-radius: 2px;
    background: #fd8d14;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard .manage-car .table tbody tr td .no span {
    line-height: 0;
}

.dashboard .manage-car .table tbody tr td .no span svg {
    fill: currentColor;
    color: var(--white-color);
}

.dashboard .manage-car .table tbody tr td .no.yes {
    background: #0ca640;
}

.dashboard .manage-car .table tbody tr td .actions-btn-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.dashboard .manage-car .table tbody tr td .actions-btn-item .actions-btn {
    border: 0;
    padding: 10px 10px;
    border-radius: 2px;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fd8d14;
}

.dashboard .manage-car .table tbody tr td .actions-btn-item .actions-btn span {
    line-height: 0;
}

.dashboard
    .manage-car
    .table
    tbody
    tr
    td
    .actions-btn-item
    .actions-btn
    span
    svg {
    fill: currentColor;
    color: var(--white-color);
}

.dashboard
    .manage-car
    .table
    tbody
    tr
    td
    .actions-btn-item
    .actions-btn
    span
    i {
    font-size: 15px;
}

.dashboard .manage-car .table tbody tr td .actions-btn-item .actions-btn.edit {
    background: var(--headline-color);
}

.dashboard
    .manage-car
    .table
    tbody
    tr
    td
    .actions-btn-item
    .actions-btn.edit
    span {
    padding-left: 2px;
}

.dashboard .manage-car .table tbody tr td .actions-btn-item .actions-btn.delet {
    background: var(--primary-color-3);
}

.dashboard .manage-car .next-prev-btn {
    padding-right: 15px;
    margin-top: 30px;
}

.dashboard .pricing-mt {
    width: 100%;
}

.dashboard .pricing-item .thm-btn {
    width: 100%;
}

.dashboard .pricing-item {
    position: relative;
}

.dashboard .pricing-item:hover::after {
    display: none;
}

.dashboard .pricing-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.01);
    backdrop-filter: blur(7px);
    z-index: 1;
    transition: var(--transition-all);
}

.dashboard .pricing-item.pricing-item-two::after {
    display: none;
}

.dashboard .review-main .review-main-taitel {
    border-radius: 8px 8px 0px 0px;
    background: #e7ebfe;
    color: var(--headline-color);
    padding: 18px 30px;
}

.dashboard .review-main .review-main-item {
    background: #f9faff;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
}

.dashboard .review-main .review-main-item .review-main-inner {
    padding: 25px 30px 30px 30px;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    background-color: var(--white-color);
    margin-bottom: 30px;
}

.dashboard .review-main .review-main-item .review-main-inner:last-child {
    margin-bottom: 0;
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-top
    .icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-top
    .icon
    li
    svg {
    color: #ffc403;
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-top
    .icon
    li
    i {
    color: #ffc403;
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-top
    .text
    span {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 180%;
    color: var(--primary-color-2);
}

.dashboard .review-main .review-main-item .review-main-inner .review-dec {
    padding-top: 17px;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-btm {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 19px;
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-btm
    .review-main-inner-btm-img
    img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    object-fit: cover;
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-btm
    .review-main-inner-btm-text
    h3 {
    font-family: var(--DMSans);
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-btm
    .review-main-inner-btm-text
    a {
    color: var(--headline-color);
}

.dashboard
    .review-main
    .review-main-item
    .review-main-inner
    .review-main-inner-btm
    .review-main-inner-btm-text
    span {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.active_wishlist {
    background-color: var(--primary-color-2) !important;
}

.active_wishlist span svg {
    color: var(--white-color) !important;
}

.dashboard .login-bg .login-img img {
    height: 450px;
    object-fit: cover;
}

.dashboard .login-bg .login-form-item-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
}

.dashboard .login-bg .login-form-item-btn .thm-btn {
    width: 172px;
    border: 0;
}

.dashboard .login-bg .login-form-item-btn .thm-btn.two {
    width: 80%;
    color: var(--white-color);
    border: 1px solid var(--headline-color);
}

.dashboard .login-bg .login-form-item-btn .thm-btn.two:hover {
    color: var(--headline-color);
}

.dashboard .login-bg .login-form-item-btn .thm-btn.two::after {
    background-color: var(--headline-color);
}

.dashboard .login-bg .login-form-item-btn .thm-btn.two::before {
    background-color: var(--headline-color);
}

.dashboard .ticket-information-main {
    border-radius: 8px;
    background: #f9faff;
    padding: 30px;
}

.dashboard .ticket-information-main.two {
    margin-top: 30px;
}

.dashboard .ticket-information-main .ticket-information-btn .thm-btn-two {
    display: inline-block;
}

.dashboard
    .ticket-information-main
    .ticket-information-btn
    .thm-btn-two
    span
    svg {
    fill: currentColor;
    color: var(--white-color);
    transition: var(--transition-all);
}

.dashboard
    .ticket-information-main
    .ticket-information-btn
    .thm-btn-two:hover
    span
    svg {
    color: var(--headline-color);
}

.dashboard .ticket-information-main .ticket-information-item {
    padding: 24px 30px 24px 30px;
    border-radius: 10px;
    background: #feeae6;
    margin-top: 30px;
}

.dashboard .ticket-information-main .ticket-information-item.two {
    border-radius: 10px;
    background: rgba(135, 93, 241, 0.2392156863);
    margin-left: 54px;
}

.dashboard
    .ticket-information-main
    .ticket-information-item
    .ticket-information-inner
    .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard
    .ticket-information-main
    .ticket-information-item
    .ticket-information-inner
    .text
    h5 {
    font-family: var(--roboto);
}

.dashboard
    .ticket-information-main
    .ticket-information-item
    .ticket-information-inner
    .text
    span {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: #647082;
}

.dashboard
    .ticket-information-main
    .ticket-information-item
    .ticket-information-inner
    .dec {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--paragraph-color);
    padding-top: 15px;
}

.dashboard .ticket-information-main .form-control {
    color: #b9b9b9;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 20px;
    border-radius: 10px;
}

.dashboard .ticket-information-main .form-control:focus {
    color: var(--headline-color);
}

.dashboard .ticket-information-main .my-file {
    margin-top: 30px;
}

.dashboard .ticket-information-main .my-dec {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--headline-color);
    padding-top: 7px;
}

.dashboard .ticket-information-main .thm-btn-two {
    margin-top: 30px;
}

.dashboard .support-ticket-pl {
    padding-left: 50px;
}

.dashboard .support-ticket-taitel {
    font-family: var(--DMSans);
    border-bottom: 1px solid #e9e9e9;
    display: block;
    margin-top: 25px;
}

.dashboard .support-ticket-list {
    margin-top: 20px;
}

.dashboard .support-ticket-list li {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--paragraph-color);
}

.dashboard .support-ticket-list li span {
    color: var(--primary-color-2);
}

.dashboard .support-ticket-border {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    padding: 30px 65px 30px 25px;
}

.dashboard .support-ticket-list-btn {
    display: flex;
    align-items: center;
    gap: 96px;
    margin-top: 20px;
}

.dashboard .support-ticket-list-btn span {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    color: var(--headline-color);
}

.dashboard .support-ticket-list-btn a {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    color: var(--secondary-color);
    padding: 4px 15px;
    border-radius: 3px;
    background: #ffede4;
}

.modal-two {
    background: rgba(0, 0, 0, 0.8);
}

.modal-two .modal-dialog {
    max-width: 1074px;
}

.modal-two .modal-content {
    padding: 30px 50px 50px 50px;
    border-radius: 10px;
    background: #f8f8f8;
}

.modal-two .modal-header {
    padding: 0;
    background-color: transparent;
}

.modal-two .modal-header .modal-title {
    color: var(--headline-color);
}

.modal-two .modal-header .btn-close {
    background: transparent url(../assets/images/icon/delete.png) no-repeat
        center/cover;
}

.modal-two .modal-body .standard-form {
    margin-top: 20px;
}

.modal-two .modal-body .standard-form.two {
    margin-top: 20px;
}

.modal-two .modal-body .standard-form.two .form-control {
    background-color: #f8f8f8 !important;
    border: 1px solid #e9e9e9;
}

.modal-two .modal-body .standard-form .form-control {
    padding: 20px 25px;
    background-color: var(--white-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    color: var(--headline-color);
}

.modal-two .modal-body .standard-form .form-control:focus {
    border-color: var(--primary-color);
}

.modal-two .modal-body .standard-form .form-control::placeholder {
    color: var(--headline-color);
}

.modal-two .modal-body .thm-btn {
    width: 100%;
    border: 0;
    margin-top: 20px;
}

.modal-two .modal-body .payment-mt {
    margin-top: 30px;
}

.modal-two .modal-body .payment-main {
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
}

.modal-two .modal-body .payment-main .payment-taitel {
    padding: 13px;
    text-align: center;
    background-color: var(--headline-color);
    border-radius: 6px 6px 0px 0px;
}

.modal-two .modal-body .payment-main .payment-taitel h4 {
    font-family: var(--roboto);
    color: var(--white-color);
}

.modal-two .modal-body .payment-main .payment-item-box {
    padding: 20px;
}

.modal-two .modal-body .payment-main .payment-item-box .payment-item-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.modal-two .modal-body .payment-main .payment-item-box .payment-item-item.two {
    margin-top: 15px;
}

.modal-two
    .modal-body
    .payment-main
    .payment-item-box
    .payment-item-item
    .payment-item-item-inner {
    width: 100%;
}

.modal-two
    .modal-body
    .payment-main
    .payment-item-box
    .payment-item-item
    .payment-item-item-inner
    a {
    padding: 14px 40px;
    background-color: #eef5ff;
    border-radius: 3px;
    transition: var(--transition-all);
    border: 1px solid #e9e9e9;
    width: 100%;
}

.modal-two
    .modal-body
    .payment-main
    .payment-item-box
    .payment-item-item
    .payment-item-item-inner
    a:hover {
    border: 1px solid var(--headline-color);
}

.modal-two
    .modal-body
    .payment-main
    .payment-item-box
    .payment-item-item
    .payment-item-item-inner
    a
    img {
    width: 100%;
    height: 22.066px;
}

.modal-three {
    background: rgba(0, 0, 0, 0.8);
}

.modal-three .modal-dialog {
    max-width: 1074px;
}

.modal-three .modal-content {
    padding: 0px;
    border-radius: 10px;
    background: #f8f8f8;
}

.modal-three .modal-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    padding-top: 30px;
}

.modal-three .modal-header .modal-title {
    color: var(--headline-color);
    padding-left: 50px;
}

.modal-three .modal-header .btn-close {
    background: transparent url(../assets/images/icon/delete.png) no-repeat
        center/cover;
    margin-right: 50px;
}

.modal-three .modal-body {
    padding: 12px 40px 40px 40px;
}

.modal-three .modal-body .modal-body-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.modal-three .modal-body .modal-body-item .modal-body-list.two {
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

.modal-three .modal-body .modal-body-item .modal-body-list.two li {
    color: var(--primary-color-2);
}

.modal-three .modal-body .modal-body-item .modal-body-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--paragraph-color);
}

.modal-three .modal-body .modal-body-item .modal-body-list li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--paragraph-color);
}

.modal-three .modal-body .modal-body-item .modal-body-list li span {
    font-weight: 500;
    color: var(--headline-color);
}

.modal-three .modal-body .table {
    margin-top: 30px;
    background: var(--white-color);
    overflow: hidden;
}

.modal-three .modal-body .table tr td {
    padding: 15px 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: var(--headline-color);
}

.modal-three .modal-body .table tr td p {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: var(--headline-color);
}

.modal-three .modal-body .table tr td .success {
    font-size: 16px;
    color: var(--white-color);
    border: 0;
    background-color: var(--white-color);
    padding: 4px 10px;
    background-color: #0ca640;
    border-radius: 2px;
}

.modal-three .modal-body .table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

.modal-four {
    background: rgba(0, 0, 0, 0.8);
}

.modal-four .modal-dialog {
    max-width: 1074px;
}

.modal-four .modal-content {
    padding: 0px;
    border-radius: 10px;
    background: #f8f8f8;
}

.modal-four .modal-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    padding-top: 30px;
}

.modal-four .modal-header .modal-title {
    color: var(--headline-color);
    padding-left: 50px;
}

.modal-four .modal-header .btn-close {
    background: transparent url(../assets/images/icon/delete.png) no-repeat
        center/cover;
    margin-right: 50px;
}

.modal-four .modal-body {
    padding: 30px 50px 50px 50px;
}

.modal-four .modal-body .support-ticket-form-item .thm-btn {
    border: 0;
    margin-top: 30px;
}

.modal-four .modal-body .support-ticket-form-item .support-ticket-form-inner {
    margin-bottom: 20px;
}

.modal-four
    .modal-body
    .support-ticket-form-item
    .support-ticket-form-inner
    .form-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    color: var(--headline-color);
}

.modal-four
    .modal-body
    .support-ticket-form-item
    .support-ticket-form-inner
    .form-label
    span {
    color: var(--primary-color);
}

.modal-four
    .modal-body
    .support-ticket-form-item
    .support-ticket-form-inner
    .form-control {
    color: #b1b1b1;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
}

.modal-four
    .modal-body
    .support-ticket-form-item
    .support-ticket-form-inner
    .form-control:focus {
    color: var(--headline-color);
    border-color: var(--primary-color);
}

.modal-four
    .modal-body
    .support-ticket-form-item
    .support-ticket-form-inner
    .form-select {
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

.modal-four
    .modal-body
    .support-ticket-form-item
    .support-ticket-form-inner
    .form-select:focus {
    color: var(--headline-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem transparent;
}

.modal-five {
    background: rgba(0, 0, 0, 0.8);
}

.modal-five .modal-header {
    padding: 0;
    background-color: transparent;
    padding-bottom: 30px;
    padding-top: 30px;
}

.modal-five .modal-header .modal-title {
    color: var(--headline-color);
    padding-left: 50px;
}

.modal-five .modal-header .btn-close {
    background: transparent url(../assets/images/icon/delete.png) no-repeat
        center/cover;
    margin-right: 50px;
}

.modal-five .logout-icon {
    text-align: center;
}

.modal-five .logout-text {
    text-align: center;
    margin-top: 25px;
}

.modal-five .logout-text span {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--paragraph-color);
}

.modal-five .logout-text h3 {
    font-family: var(--DMSans);
}

.modal-five .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 30px;
}

.modal-five .modal-footer .modal-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 320px;
}

.modal-five .modal-footer .modal-footer-btn .thm-btn {
    border: 0;
}

.modal-five .modal-footer .modal-footer-btn .thm-btn.two {
    width: 122px;
    border: 1px solid #e9e9e9;
    color: var(--white-color);
}

.modal-five .modal-footer .modal-footer-btn .thm-btn.two:hover {
    color: var(--headline-color);
}

.modal-five .modal-footer .modal-footer-btn .thm-btn.two::after {
    background-color: var(--primary-color-3);
}

.modal-five .modal-footer .modal-footer-btn .thm-btn.two::before {
    background-color: var(--primary-color-3);
}

.add-listing-car {
    padding: 40px 120px;
    background-color: #f9faff;
}

.add-listing-car.two .add-listing-car-btn .thm-btn::after {
    background-color: var(--headline-color);
}

.add-listing-car.two .add-listing-car-btn .thm-btn::before {
    background-color: var(--headline-color);
}

.add-listing-car .add-listing-car-thumb-main {
    display: flex;
    justify-content: center;
}

.add-listing-car .add-listing-car-thumb-main .add-listing-car-thumb {
    height: 218px;
    width: 218px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-listing-car .add-listing-car-txt {
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
}

.add-listing-car .add-listing-car-sub-txt {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.add-listing-car .add-listing-car-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.error {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    padding: 120px 0;
}

.error .error-img-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error .error-img {
    text-align: center;
    width: 1085px;
    height: 361.38px;
}

.error .error-img img {
    width: 100%;
    height: 100%;
}

.error .error-text {
    display: flex;
    justify-content: center;
    margin-top: 108px;
    text-align: center;
}

.error .error-btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.error .error-btn .thm-btn {
    width: 244px;
    height: 60px;
}

.feature {
    background-color: #f4faff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature .feature-position-img {
    position: absolute;
    top: 5px;
    right: 40px;
    z-index: -1;
    background: url(../assets/images/thumb/Our-Recent-Cars.png) no-repeat center /
        cover;
    width: 493px;
    height: 793px;
}

.feature .taitel .taitel-img {
    position: absolute;
    bottom: -16px;
    left: 0px;
}

.feature .feature-slick-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.feature .feature-slick-icon .feature-slick-prev {
    width: 38px;
    height: 38px;
    border: 1px solid var(--primary-color-1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-all);
}

.feature .feature-slick-icon .feature-slick-prev:hover {
    background-color: var(--primary-color-1);
}

.feature .feature-slick-icon .feature-slick-prev:hover span svg {
    color: var(--headding-color);
    transition: var(--transition-all);
}

.feature .feature-slick-icon .feature-slick-prev span {
    line-height: 0;
}

.feature .feature-slick-icon .feature-slick-prev span svg {
    stroke: currentColor;
    color: var(--primary-color-1);
}

.feature .feature-slick-icon .feature-slick-next {
    width: 38px;
    height: 38px;
    border: 1px solid var(--primary-color-1);
    background-color: var(--primary-color-1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-all);
}

.feature .feature-slick-icon .feature-slick-next:hover {
    background-color: transparent;
}

.feature .feature-slick-icon .feature-slick-next:hover span svg {
    color: var(--headding-color);
    transition: var(--transition-all);
}

.feature .feature-slick-icon .feature-slick-next span {
    line-height: 0;
}

.feature .feature-slick-icon .feature-slick-next span svg {
    stroke: currentColor;
    color: var(--white-color);
    transition: var(--transition-all);
}

.feature .brand-car-item {
    margin: 0 12px;
    box-shadow: 0px 0px 60px 0px transparent;
    border: 1px solid rgb(237, 237, 237);
}

/* .feature .feature-thumb {
    margin-top: 0px;
    padding-left: 5px;
} */

.feature .feature-thumb img {
    /* width: 342px;
    height: 600px; */
    width: 100%;
    height: auto;
}

.feature-slick-prev,
.trending-slick-prve {
    width: 38px;
    height: 38px;
    border: 1px solid var(--primary-color-1);
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: var(--transition-all);
}

.feature-slick-prev:hover,
.trending-slick-prve:hover {
    background-color: var(--primary-color-1);
}

.feature-slick-prev:hover span svg,
.trending-slick-prve:hover span svg {
    color: var(--headding-color);
    transition: var(--transition-all);
}

.feature-slick-prev span,
.trending-slick-prve span {
    line-height: 0;
}

.feature-slick-prev span svg,
.trending-slick-prve span svg {
    stroke: currentColor;
    color: var(--primary-color-1);
}

.feature-slick-next,
.trending-slick-next {
    width: 38px;
    height: 38px;
    border: 1px solid var(--primary-color-1);
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: var(--transition-all);
}

.feature-slick-next:hover,
.trending-slick-next:hover {
    background-color: var(--primary-color-1);
}

.feature-slick-next:hover span svg,
.trending-slick-next:hover span svg {
    color: var(--headding-color);
}

.feature-slick-next span,
.trending-slick-next span {
    line-height: 0;
}

.feature-slick-next span svg,
.trending-slick-next span svg {
    stroke: currentColor;
    color: var(--primary-color-1);
    transition: var(--transition-all);
}

.trending-slick-prve {
    background-color: var(--primary-color-3);
    border: 1px solid var(--primary-color-3);
}

.trending-slick-prve span svg {
    color: var(--white-color);
}

.trending-slick-prve:hover {
    background-color: var(--white-color);
}

.trending-slick-prve:hover span svg {
    color: var(--primary-color-3);
}

.trending-slick-next {
    border: 1px solid var(--primary-color-3);
}

.trending-slick-next span svg {
    stroke: currentColor;
    color: var(--primary-color-3);
}

.trending-slick-next:hover {
    background-color: var(--primary-color-3);
}

.feature-two {
    background-color: #fff;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.feature-two .taitel .taitel-img {
    position: absolute;
    bottom: -14px;
    left: 0px;
}

.feature-two .feature-two-img-main {
    position: relative;
}

.feature-two .feature-two-img-main .feature-two-img img {
    width: 100%;
    height: 459px;
    border-radius: 8px;
}

.feature-two .feature-two-img-main .close {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    background-color: var(--white-color);
    border-radius: 50px;
    position: absolute;
    top: 13px;
    right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-two .feature-two-img-main .close img {
    width: 12.499px;
    height: 12.5px;
    object-fit: cover;
}

.feature-two .brand-car-item {
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8;
}

.feature-two
    .brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .text-df
    .text.text-two {
    background-color: var(--primary-color-2);
    color: var(--white-color);
}

.feature-two
    .brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .icon:hover {
    background-color: var(--primary-color-2);
}

/* .feature-two .brand-car-item .brand-car-inner .brand-car-inner-item p {
    color: var(--primary-color-2);
} */

.feature-two .brand-car-item:hover .brand-car-inner h3 {
    color: var(--primary-color-2);
}

.feature-three .brand-car-item {
    display: flex;
}

.faq {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    padding: 30px 0 !important;
}

.faq .accordion-item {
    border-radius: 4px;
    background: var(--white-color);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.faq .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .accordion-header {
    margin-bottom: 0;
    padding-top: 0;
}

.faq .accordion-body {
    border-top: 1px solid #e9e9e9;
    padding: 14px 30px 20px 30px;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.faq .accordion-body p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.faq .accordion-button {
    line-height: 0;
    font-size: 18px;
    line-height: 20px;
    color: #0d274e;
    padding: 25px 30px;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.faq .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.faq .accordion-button::after {
    background-image: url(../assets/images/icon/faq-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../assets/images/icon/faq-icon-two.svg);
    transform: rotate(-360deg);
}

.faq .accordion-button:not(.collapsed) {
    color: var(--primary-color-1);
    background-color: var(--white-color);
    box-shadow: inset 0 -1px 0 transparent;
}

.footer {
    padding: 55px 0 0px 0;
    background: #0e124b;
    /* position: sticky; */
    bottom: 0;
    /* overflow-x: hidden; */
}

.footer .newsletter-txt {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: var(--white-color);
}

.footer .newsletter-txt span {
    color: var(--primary-color-1);
}

.footer .footer-bb {
    /* border-bottom: 1px solid #484ea7; */
    padding-bottom: 30px;
}

.footer .newsletter-sarch-box-main-item .form-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--white-color);
    padding-top: 12px;
}

.footer .newsletter-sarch-box-main-item {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer .newsletter-sarch-box {
    width: 400px;
    background-color: #2e326c;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 8px;
}

.footer .newsletter-sarch-box .newsletter-sarch-box-item {
    width: 100%;
}

.footer .newsletter-sarch-box .form-control {
    border: 0;
    color: var(--headline-color);
    width: 100%;
}

.footer .footer-mt-75px {
    margin-top: 73px;
}

.footer .footer-text-p {
    padding: 18px 0 0px 0;
}

.footer .footer-text-p p {
    font-size: 13px;
    font-weight: var(--regular);
    line-height: 22px;
    color: var(--white-color);
    font-family: var(--roboto);
    width: 80%;
}

.footer .footer-icon {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-top: 30px;
}

.footer .footer-icon .text h5 {
    font-size: 16px;
    font-weight: var(--regular);
    color: var(--white-color);
    font-family: var(--roboto);
}

.footer .footer-icon .footer-icon-item {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer .footer-icon .footer-icon-item .icon a span svg {
    fill: currentColor;
    color: var(--white-color);
    transition: all linear 0.5s;
}

.footer .footer-icon .footer-icon-item .icon a span svg:hover {
    color: var(--primary-color-1);
}

.footer .footer-ml {
    margin-left: 60px;
}

.footer .footer-item-text {
    padding-bottom: 5px;
}

.footer .footer-item-text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    color: var(--primary-color-1);
}

.footer .footer-item-text-link ul li a {
    font-size: 14px;
    font-weight: var(--regular);
    font-family: var(--roboto);
    line-height: 36px;
    color: var(--white-color);
    display: flex;
    gap: 8px;
    transition: var(--transition-all);
}

.footer .footer-item-text-link ul li a span svg {
    stroke: currentColor;
    color: #c7c7c7;
    transition: var(--transition-all);
}

.footer .footer-item-text-link ul li a:hover,
.footer .footer-item-text-link ul li a:active,
.footer .footer-item-text-link ul li a.active {
    color: var(--primary-color-1) !important;
}

.footer .footer-item-text-link ul li a:hover span svg {
    color: var(--primary-color-1);
    transform: rotate(-20deg);
}

.footer .footer-item-text-link.two ul li a span svg {
    fill: currentColor;
    color: var(--primary-color-1);
}

.footer .footer-item-text-link .counter-item-main {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.footer .footer-item-text-link .counter-item-main .counter-item h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--white-color);
}

.footer .footer-item-text-link .counter-item-main .counter-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #c7c7c7;
}

.footer .copyright {
    padding: 20px 0;
    margin-top: 10px;
    background-color: #030514;
}

.footer .copyright .copyright-text p {
    color: #c7c7c7;
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
}

.footer .copyright .copyright-text p span {
    color: #fff;
}

.footer .copyright .copyright-item {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: end;
}

.footer .copyright .copyright-item a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    border-right: 2px solid #e9e9e9;
    padding-right: 80px;
    font-family: var(--roboto);
}

.footer .copyright .copyright-item a:last-child {
    border-right: 2px solid transparent;
    padding-right: 0px;
}

.footer.two .newsletter-txt span {
    color: var(--primary-color-2);
}

.footer.two .newsletter-sarch-box-main-item .form-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--white-color);
    padding-top: 12px;
}

.footer.two .newsletter-sarch-box-main-item {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer.two .newsletter-sarch-box {
    width: 595px;
    background-color: var(--white-color);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 8px;
}

.footer.two .newsletter-sarch-box .newsletter-sarch-box-item {
    width: 100%;
}

.footer.two .newsletter-sarch-box .form-control {
    border: 0;
    color: var(--headline-color);
    width: 100%;
}

.footer.two .newsletter-bg {
    padding: 36px 63px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background-color: var(--primary-color);
}

.footer.two .newsletter-bg .newsletter-taitel .taitel h2 {
    color: var(--white-color);
    padding-top: 0;
    font-size: 52px;
}

.footer.two .newsletter-bg .newsletter-from {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer.two .newsletter-bg .newsletter-from .newsletter-from-item {
    width: 100%;
    position: relative;
}

.footer.two
    .newsletter-bg
    .newsletter-from
    .newsletter-from-item
    .form-control {
    background-color: var(--primary-color);
    border: none;
    border-bottom: 1px solid var(--white-color);
    border-radius: 0;
    font-size: 18px;
    font-weight: var(--regular);
    font-family: var(--roboto);
    line-height: normal;
    padding: 0 0 8px 0;
}

.footer.two
    .newsletter-bg
    .newsletter-from
    .newsletter-from-item
    .form-control:focus {
    box-shadow: 0 0 0 0.25rem transparent;
    color: #fff;
}

.footer.two
    .newsletter-bg
    .newsletter-from
    .newsletter-from-item
    .form-control::placeholder {
    color: #ffd8d0 !important;
}

.footer.two
    .newsletter-bg
    .newsletter-from
    .newsletter-from-item
    .form-control-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.footer.two .newsletter-bg .newsletter-from .newsletter-from-item-btn {
    line-height: 0;
}

.footer.two .newsletter-bg .newsletter-from .newsletter-from-item-btn .thm-btn {
    width: 171px;
    border: 1px solid transparent;
    color: var(--headline-color);
}

.footer.two
    .newsletter-bg
    .newsletter-from
    .newsletter-from-item-btn
    .thm-btn::after {
    background-color: var(--white-color);
}

.footer.two
    .newsletter-bg
    .newsletter-from
    .newsletter-from-item-btn
    .thm-btn::before {
    background-color: var(--white-color);
}

.footer.two
    .newsletter-bg
    .newsletter-from
    .newsletter-from-item-btn
    .thm-btn:hover {
    color: #fff;
}

.footer.two .footer-mt-75px {
    margin-top: 73px;
}

.footer.two .footer-text-p {
    padding: 18px 0 0px 0;
}

.footer.two .footer-text-p p {
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--white-color) !important;
    font-family: var(--roboto);
}

.footer.two .footer-icon {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-top: 30px;
}

.dropdown_bg {
    background-color: #fff;
    color: #038ffc;
    min-width: 28rem !important;
}

.footer.two .footer-icon .text h5 {
    font-size: 20px;
    font-weight: var(--regular);
    color: var(--white-color);
    font-family: var(--roboto);
}

.footer.two .footer-icon .footer-icon-item {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer.two .footer-icon .footer-icon-item .icon a span svg {
    fill: currentColor;
    color: var(--white-color);
    transition: all linear 0.5s;
}

.footer.two .footer-icon .footer-icon-item .icon a span svg:hover {
    color: var(--primary-color-1);
}

.footer.two .footer-ml {
    margin-left: 60px;
}

.footer.two .footer-item-text {
    padding-bottom: 16px;
}

.footer.two .footer-item-text h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: var(--white-color);
    font-family: var(--DMSans);
}

.footer.two .footer-item-text-link ul li a {
    font-size: 18px;
    font-weight: var(--regular);
    font-family: var(--roboto);
    line-height: 38px;
    color: #c7c7c7;
    display: flex;
    gap: 8px;
    transition: var(--transition-all);
}

.footer.two .footer-item-text-link ul li a span svg {
    stroke: currentColor;
    color: #c7c7c7;
    transition: var(--transition-all);
}

.footer.two .footer-item-text-link ul li a:hover {
    color: var(--primary-color-1);
}

.footer.two .footer-item-text-link ul li a:hover span svg {
    color: var(--primary-color-1);
    transform: rotate(-20deg);
}

.footer.two .footer-item-text-link.two ul li a span svg {
    fill: currentColor;
    color: var(--primary-color-1);
}

.footer.two .footer-item-text-link .counter-item-main {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.footer.two .footer-item-text-link .counter-item-main .counter-item h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--white-color);
}

.footer.two .footer-item-text-link .counter-item-main .counter-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--paragraph-color);
}

.footer-two .newsletter-txt span {
    color: var(--primary-color-2);
}

.footer-two .footer-item-text-link ul li a:hover {
    color: var(--primary-color-2);
}

.footer-two .footer-item-text-link ul li a:hover span svg {
    color: var(--primary-color-2);
}

.footer-two .footer-item-text-link.two ul li a span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.footer-two .footer-icon .footer-icon-item .icon a span svg:hover {
    color: var(--primary-color-2);
}

.footer-three .newsletter-txt span {
    color: var(--primary-color-3);
}

.footer-three .footer-item-text-link ul li a:hover {
    color: var(--primary-color-3);
}

.footer-three .footer-item-text-link ul li a:hover span svg {
    color: var(--primary-color-3);
}

.footer-three .footer-item-text-link.two ul li a span svg {
    fill: currentColor;
    color: var(--primary-color-3);
}

.footer-three .footer-icon .footer-icon-item .icon a span svg:hover {
    color: var(--primary-color-3);
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999999;
    padding: 7px 0 0 0;
}

.header .nav-bg {
    animation: slideDown 1s ease-out;
    margin-top: -43px !important;
    z-index: 999;
    position: relative;
    background: var(--headline-color);
    /* padding-bottom: 15px; */
    box-shadow: 0 14px 16px 0 rgba(11, 2, 55, 0.1);
}

.header .nav-bg .header .header-left-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header .header-left-item .header-left-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header .header-left-item .header-left-inner .icon {
    line-height: 0;
}

.header .header-left-item .header-left-inner .icon span svg {
    stroke: currentColor;
    color: var(--primary-color-1);
}

.header .header-left-item .header-left-inner .icon .span-two svg {
    fill: currentColor;
    color: var(--primary-color-1);
    stroke: transparent;
}

.header .header-left-item .header-left-inner .text p {
    line-height: 0;
}

.header .header-left-item .header-left-inner .text p a {
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 1px;
    font-family: var(--roboto);
    color: var(--white-color);
    transition: var(--transition-all);
}

.header .header-left-item .header-left-inner .text p a:hover {
    color: var(--primary-color-1);
    text-decoration-line: underline;
}

.header-right-item-btn-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-right-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.header-right-item .header-right-item-btn .dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 115px;
    line-height: 0;
}

.header-right-item .header-right-item-btn .dropdown.two {
    width: 80px;
}

.header-right-item .header-right-item-btn .dropdown.two .btn-arrow {
    right: 30px;
}

.header-right-item .header-right-item-btn .dropdown.two .usd-icon {
    position: absolute;
    left: -15px;
    top: -5px;
}

.header-right-item .header-right-item-btn .dropdown span svg {
    stroke: currentColor;
    color: var(--primary-color-1);
}

.header-right-item .header-right-item-btn .dropdown .btn-arrow {
    position: absolute;
    right: 18px;
}

.header-right-item .header-right-item-btn .dropdown .btn-arrow svg {
    fill: currentColor;
    color: var(--white-color);
    stroke: transparent;
}

.header-right-item .header-right-item-btn .dropdown .dropdown-menu {
    line-height: 15px;
    min-width: 100px;
}

.header-right-item .header-right-item-btn .dropdown .dropdown-menu li {
    line-height: 20px;
}

.header-right-item .header-right-item-btn .btn-secondary {
    color: var(--white-color);
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--regular);
    line-height: 14px;
    font-family: var(--roboto);
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-right-item .header-right-item-btn .btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.header-right-item .header-right-item-btn .btn-secondary::after {
    display: none;
}

.header-right-item .header-right-login-btn .thm-btn {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--headline-color);
    padding: 10px 22px;
    border: 1px solid var(--primary-color-1);
    display: flex;
    align-items: center;
    gap: 7px;
    background-color: var(--white-color);
    height: 36px;
}

.header-right-item .header-right-login-btn .thm-btn span {
    line-height: 0;
}

.header-right-item .header-right-login-btn .thm-btn span svg {
    stroke: currentColor;
    color: var(--headline-color);
}

.header-right-item .header-right-login-btn .thm-btn::after {
    background-color: var(--white-color);
}

.header-right-item .header-right-login-btn .thm-btn::before {
    background-color: var(--white-color);
}

.header-right-item .header-right-login-btn .thm-btn:hover {
    background-color: var(--primary-color-1);
}

.header-right-item .header-right-login-btn .thm-btn:hover::after {
    background-color: var(--primary-color-1);
}

.header-right-item .header-right-login-btn .thm-btn:hover::before {
    background-color: var(--primary-color-1);
}

.header .menu-bg {
    background-color: var(--white-color);
    /* padding: 4px 0; */
    margin-top: 7px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.header .menu-bg .nav-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .menu-bg .nav-main .nav-left {
    display: flex;
    align-items: center;
    gap: 140px;
}

/* .header .menu-bg .nav-main .nav-left .logo {
    width: 100.165px !important;
    height: 47px;
} */

.header .menu-bg .nav-main .nav-left .menu ul {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}

.header .menu-bg .nav-main .nav-left .menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header .menu-bg .nav-main .nav-left .menu ul li a {
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: "Poppins", serif;
    color: var(--headline-color);
    transition: var(--transition-all);
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 3px solid transparent;
    padding-bottom: 0px;
}

.header .menu-bg .nav-main .nav-left .menu ul li a:hover {
    color: var(--primary-color-1);
    border-bottom: 3px solid var(--primary-color-1);
}

.header .menu-bg .nav-main .nav-left .menu ul li .sub-menu {
    display: block;
    position: absolute;
    border-radius: 10px;
    background: var(--white-color);
    padding: 14px;
    width: 200px;
    border-radius: 10px;
    top: 28px;
    transition: 0.4s ease-in-out;
    transform-origin: top center;
    opacity: 1;
    visibility: visible;
    transform: scaleY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li {
    transition: all linear 0.5s;
}

.header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a {
    color: #6b6c6c;
    padding: 5px 0px;
    width: 100%;
    position: relative;
    display: inline !important;
}

.header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--primary-color-1);
    transition: var(--transition-all);
}

.header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a:hover {
    color: var(--primary-color-1);
}

.header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a:hover::after {
    width: 100%;
}

.header .menu-bg .nav-main .nav-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .menu-bg .nav-main .nav-btn .user {
    width: 56px;
    height: 56px;
    border: 1px solid var(--headline-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: var(--headline-color);
    position: relative;
    transition: all linear 0.3s;
    cursor: pointer;
}

.header .menu-bg .nav-main .nav-btn .user:hover {
    background-color: transparent;
}

.header .menu-bg .nav-main .nav-btn .user:hover span svg {
    color: var(--headline-color);
}

.header .menu-bg .nav-main .nav-btn .user-list {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 22px;
    height: 22px;
    background-color: var(--primary-color-1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--white-color);
}

.header .menu-bg .nav-main .nav-btn .user span svg {
    stroke: currentColor;
    color: var(--white-color);
}

.header-two .nav-bg {
    animation: slideDown 1s ease-out;
    margin-top: -43px !important;
    z-index: 999;
    position: relative;
    background: var(--headline-color) !important;
    padding-bottom: 15px;
    box-shadow: 0 14px 16px 0 rgba(11, 2, 55, 0.1);
}

.header-two .nav-bg .nav-main {
    border-top: 1px solid transparent !important;
    margin-top: 0px !important;
    /* padding: 6px 0 !important; */
}

.header-two .header-left-item .header-left-inner .icon span svg {
    stroke: currentColor;
    color: var(--white-color);
}

.header-two .header-left-item .header-left-inner .icon .span-two svg {
    fill: currentColor;
    color: var(--white-color);
    stroke: transparent;
}

.header-two .header-left-item .header-left-inner .text p a:hover {
    color: var(--white-color);
}

.header-two .header-right-item .header-right-item-btn .dropdown span svg {
    stroke: currentColor;
    color: var(--white-color);
}

.header-two .header-right-item .header-right-login-btn .thm-btn-two {
    color: var(--headline-color);
    gap: 7px;
    height: 36px;
}

.header-two .header-right-item .header-right-login-btn .thm-btn-two::after {
    background-color: var(--primary-color-2);
}

.header-two .header-right-item .header-right-login-btn .thm-btn-two::before {
    background-color: var(--primary-color-2);
}

.header-two .header-right-item .header-right-login-btn .thm-btn-two span svg {
    stroke: currentColor;
    color: var(--headline-color);
}

.header-two .header-right-item .header-right-login-btn .thm-btn-two::after {
    background-color: var(--white-color);
}

.header-two .header-right-item .header-right-login-btn .thm-btn-two::before {
    background-color: var(--white-color);
}

.header-two .header-right-item .header-right-login-btn .thm-btn-two:hover {
    background-color: var(--white-color);
}

.header-two
    .header-right-item
    .header-right-login-btn
    .thm-btn-two:hover::after {
    background-color: var(--primary-color-2);
}

.header-two
    .header-right-item
    .header-right-login-btn
    .thm-btn-two:hover::before {
    background-color: var(--primary-color-2);
}

.header-two .menu-bg {
    background-color: transparent;
    padding: 0px 0;
}

.header-two .menu-bg .nav-main {
    border-top: 1px solid #2b4e88;
    /* padding-top: 14px; */
}

.header-two .menu-bg .nav-main .nav-left .menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header-two .menu-bg .nav-main .nav-left .menu ul li a {
    color: var(--white-color);
}

.header-two .menu-bg .nav-main .nav-left .menu ul li a:hover {
    color: var(--primary-color-2);
}

.header-two .menu-bg .nav-main .nav-left .menu ul li .sub-menu {
    display: block;
    position: absolute;
    border-radius: 10px;
    background: var(--white-color);
    padding: 14px;
    width: 200px;
    border-radius: 10px;
    top: 28px;
    transition: 0.4s ease-in-out;
    transform-origin: top center;
    opacity: 1;
    visibility: visible;
    transform: scaleY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.header-two .menu-bg .nav-main .nav-left .menu ul li .sub-menu li {
    transition: all linear 0.5s;
}

.header-two .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a {
    color: #6b6c6c;
    padding: 5px 0px;
    width: 100%;
    position: relative;
    display: inline !important;
}

.header-two .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--primary-color-2);
    transition: var(--transition-all);
}

.header-two .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a:hover {
    color: var(--primary-color-2);
}

.header-two
    .menu-bg
    .nav-main
    .nav-left
    .menu
    ul
    li
    .sub-menu
    li
    a:hover::after {
    width: 100%;
}

.header-two .menu-bg .nav-main .nav-btn .user {
    background-color: var(--white-color);
}

.header-two .menu-bg .nav-main .nav-btn .user {
    background-color: var(--white-color);
}

.header-two .menu-bg .nav-main .nav-btn .user:hover {
    border: 1px solid var(--white-color);
}

.header-two .menu-bg .nav-main .nav-btn .user:hover span svg {
    color: var(--white-color);
}

.header-two .menu-bg .nav-main .nav-btn .user-list {
    background-color: var(--primary-color-2);
    color: var(--white-color);
}

.header-two .menu-bg .nav-main .nav-btn .user span svg {
    color: var(--headline-color);
}

.header-two .menu-bg .nav-main .nav-btn .thm-btn-two {
    color: var(--white-color);
}

.header-two .menu-bg .nav-main .nav-btn .thm-btn-two:hover {
    color: var(--headline-color);
}

.header-three .nav-bg {
    animation: slideDown 1s ease-out;
    margin-top: -43px !important;
    z-index: 999;
    position: relative;
    background: #f7f7f7 !important;
}

.header-three .header-left-item .header-left-inner .icon span svg {
    color: var(--primary-color-3);
}

.header-three .header-left-item .header-left-inner .icon .span-two svg {
    color: var(--primary-color-3);
}

.header-three .header-left-item .header-left-inner .text p a {
    color: var(--headline-color);
}

.header-three .header-left-item .header-left-inner .text p a:hover {
    color: var(--primary-color-3);
}

.header-three .header-right-item .header-right-item-btn .dropdown span svg {
    color: var(--primary-color-3);
}

.header-three
    .header-right-item
    .header-right-item-btn
    .dropdown
    .btn-arrow
    svg {
    color: var(--headline-color);
}

.header-three .header-right-item .header-right-item-btn .btn-secondary {
    color: var(--headline-color);
}

.header-three .header-right-item .header-right-login-btn .thm-btn-two {
    color: var(--headline-color);
    gap: 7px;
    height: 36px;
    border: 1px solid var(--primary-color-3);
}

.header-three .header-right-item .header-right-login-btn .thm-btn-two span svg {
    stroke: currentColor;
    color: var(--headline-color);
}

.header-three .header-right-item .header-right-login-btn .thm-btn-two::after {
    background-color: var(--white-color);
}

.header-three .header-right-item .header-right-login-btn .thm-btn-two::before {
    background-color: var(--white-color);
}

.header-three .header-right-item .header-right-login-btn .thm-btn-two:hover {
    background-color: var(--white-color);
}

.header-three
    .header-right-item
    .header-right-login-btn
    .thm-btn-two:hover::after {
    background-color: var(--primary-color-3);
}

.header-three
    .header-right-item
    .header-right-login-btn
    .thm-btn-two:hover::before {
    background-color: var(--primary-color-3);
}

.header-three .menu-bg {
    background-color: #f7f7f7;
}

.header-three .menu-bg .nav-main {
    border-top: 1px solid transparent;
    margin-top: 0;
    padding: 22px 0;
}

.header-three .menu-bg .nav-main .nav-left {
    display: flex;
    align-items: center;
    gap: 140px;
}

.header-three .menu-bg .nav-main .nav-left .logo {
    width: 170.165px;
    height: 47px;
}

.header-three .menu-bg .nav-main .nav-left .menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.header-three .menu-bg .nav-main .nav-left .menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header-three .menu-bg .nav-main .nav-left .menu ul li a {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
    color: var(--headline-color);
    transition: var(--transition-all);
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-three .menu-bg .nav-main .nav-left .menu ul li a:hover {
    color: var(--primary-color-3);
}

.header-three .menu-bg .nav-main .nav-left .menu ul li .sub-menu {
    display: block;
    position: absolute;
    border-radius: 10px;
    background: var(--white-color);
    padding: 14px;
    width: 200px;
    border-radius: 10px;
    top: 28px;
    transition: 0.4s ease-in-out;
    transform-origin: top center;
    opacity: 1;
    visibility: visible;
    transform: scaleY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.header-three .menu-bg .nav-main .nav-left .menu ul li .sub-menu li {
    transition: all linear 0.5s;
}

.header-three .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a {
    color: #6b6c6c;
    padding: 5px 0px;
    width: 100%;
    position: relative;
    display: inline !important;
    list-style: 30px;
}

.header-three .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--primary-color-3);
    transition: var(--transition-all);
}

.header-three .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a:hover {
    color: var(--primary-color-3);
}

.header-three
    .menu-bg
    .nav-main
    .nav-left
    .menu
    ul
    li
    .sub-menu
    li
    a:hover::after {
    width: 100%;
}

.header-three .menu-bg .nav-main .nav-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-three .menu-bg .nav-main .nav-btn .user {
    border: 1px solid var(--primary-color-3);
    background-color: var(--white-color);
}

.header-three .menu-bg .nav-main .nav-btn .user:hover {
    background-color: var(--primary-color-3);
}

.header-three .menu-bg .nav-main .nav-btn .user-list {
    background-color: var(--primary-color-3);
}

.header-three .menu-bg .nav-main .nav-btn .user a span svg {
    color: var(--primary-color-3);
}

.header-three .menu-bg .nav-main .nav-btn .thm-btn-thr {
    background-color: #f7f7f7;
}

.header-three .menu-bg .nav-main .nav-btn .thm-btn-thr a {
    transition: var(--transition-all);
}

.header-three .menu-bg .nav-main .nav-btn .thm-btn-thr:hover a {
    color: var(--headline-color);
}

.inner-header .nav-bg {
    background: #f7f7f7 !important;
}

.inner-header .header-left-item .header-left-inner .icon span svg {
    color: var(--white-color);
}

.inner-header .header-left-item .header-left-inner .icon .span-two svg {
    color: var(--white-color);
}

.inner-header .header-left-item .header-left-inner .text p a {
    color: var(--white-color);
}

.inner-header .header-right-item .header-right-item-btn .dropdown span svg {
    color: var(--white-color);
}

.inner-header
    .header-right-item
    .header-right-item-btn
    .dropdown
    .btn-arrow
    svg {
    color: var(--white-color);
}

.inner-header .header-right-item .header-right-item-btn .btn-secondary {
    color: var(--white-color);
}

.inner-header .header-right-item .header-right-login-btn .thm-btn-two {
    border: 1px solid var(--white-color);
}

.inner-header .header-right-item .header-right-login-btn .thm-btn-two::after {
    background-color: var(--white-color);
}

.inner-header .header-right-item .header-right-login-btn .thm-btn-two::before {
    background-color: var(--white-color);
}

.inner-header .header-right-item .header-right-login-btn .thm-btn-two:hover {
    background-color: var(--white-color);
}

.inner-header
    .header-right-item
    .header-right-login-btn
    .thm-btn-two:hover::after {
    background-color: var(--primary-color-2);
}

.inner-header
    .header-right-item
    .header-right-login-btn
    .thm-btn-two:hover::before {
    background-color: var(--primary-color-2);
}

.inner-header .menu-bg {
    background-color: var(--white-color);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.inner-header .menu-bg .nav-main {
    border-top: 1px solid transparent;
    margin-top: 0;
    /* padding: 5px 0; */
}

.inner-header .menu-bg .nav-main .nav-left .menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.inner-header .menu-bg .nav-main .nav-left .menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.inner-header .menu-bg .nav-main .nav-left .menu ul li a {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
    color: var(--headline-color);
    transition: var(--transition-all);
    display: flex;
    align-items: center;
    gap: 5px;
    /* border-bottom: 3px solid transparent !important; */
}

.inner-header .menu-bg .nav-main .nav-left .menu ul li a:hover {
    /* border-bottom: 3px solid #038ffc !important;   */
}

.inner-header .menu-bg .nav-main .nav-left .menu ul li .sub-menu {
    display: block;
    position: absolute;
    border-radius: 10px;
    background: var(--white-color);
    padding: 14px;
    width: 200px;
    border-radius: 10px;
    top: 28px;
    transition: 0.4s ease-in-out;
    transform-origin: top center;
    opacity: 1;
    visibility: visible;
    transform: scaleY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.inner-header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li {
    transition: all linear 0.5s;
}

.inner-header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a {
    color: #6b6c6c;
    padding: 5px 0px;
    width: 100%;
    position: relative;
    display: inline !important;
}

.inner-header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--primary-color-2);
    transition: var(--transition-all);
}

.inner-header .menu-bg .nav-main .nav-left .menu ul li .sub-menu li a:hover {
    color: var(--primary-color-2);
}

.inner-header
    .menu-bg
    .nav-main
    .nav-left
    .menu
    ul
    li
    .sub-menu
    li
    a:hover::after {
    width: 100%;
}

.inner-header .menu-bg .nav-main .nav-btn .user {
    border: 1px solid var(--headline-color);
    background-color: var(--headline-color);
}

.inner-header .menu-bg .nav-main .nav-btn .user:hover {
    border: 1px solid var(--primary-color-2);
}

.inner-header .menu-bg .nav-main .nav-btn .user:hover span svg {
    color: var(--primary-color-2);
}

.inner-header .menu-bg .nav-main .nav-btn .user-list {
    background-color: var(--primary-color-2);
}

.inner-header .menu-bg .nav-main .nav-btn .user span svg {
    color: var(--white-color);
}

.help {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
}

.help .help-box {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.help .help-box .icon {
    width: 46.999px;
    height: 47px;
}

.help .help-box .text h6 {
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
}

.help .help-box .text h3 a {
    color: var(--headline-color);
}

.help .help-taitel {
    text-align: center;
}

.help .help-taitel span {
    color: var(--primary-color-1);
    text-decoration-line: underline;
    font-size: 1.3rem;
    font-weight: 600;
}

.help .help-img {
    margin-top: 56px;
}

.help-two {
    padding-top: 0;
}

.information {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    overflow: hidden;
}

.information .information-main {
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    padding-bottom: 50px;
}

.information .information-main .information-main-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.information
    .information-main
    .information-main-item
    .information-main-item-inner {
    width: 100%;
    padding: 24px 0 24px 30px;
    background-color: var(--primary-color);
    border-radius: 8px 0px 0px 0px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.information
    .information-main
    .information-main-item
    .information-main-item-inner.two {
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 0px 8px 0px 0px;
    justify-content: end;
    padding: 24px 30px 24px 0px;
}

.information
    .information-main
    .information-main-item
    .information-main-item-inner
    .icon
    img {
    width: 121px;
    height: 96px;
    border-radius: 500px;
    object-fit: cover;
}

.information
    .information-main
    .information-main-item
    .information-main-item-inner
    .text {
    font-weight: var(--bold);
    font-family: var(--DMSans);
    color: var(--white-color);
}

.information .information-main .information-main-item .vs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.information .information-main .information-main-item .vs-text h4 {
    font-size: 24px;
    font-weight: var(--bold);
    font-family: var(--DMSans);
    line-height: 0;
    text-transform: uppercase;
}

.information .information-main .information-car-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 75px;
}

.information
    .information-main
    .information-car-item
    .information-car-item-img
    img {
    width: 449px;
    height: 293px;
}

.information .information-main .information-list {
    padding: 0 50px;
}

.information .information-main .information-list ul {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.information .information-main .information-list ul:nth-child(5) {
    border-bottom: 1px solid transparent;
}

.information .information-main .information-list ul:last-child {
    border-bottom: 1px solid transparent;
}

.information .information-main .information-list ul li {
    width: 38%;
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
    text-align: center;
    display: flex;
    justify-content: center;
}

.information .information-main .information-list ul li span {
    color: var(--headline-color);
}

.information .information-main .information-list ul li .thm-btn {
    border: 1px solid #ffe2db;
    width: 184px;
    color: var(--headline-color);
    background-color: var(--primary-color);
}

.information .information-main .information-list ul li .thm-btn:hover {
    color: var(--white-color);
}

.information .information-main .information-list ul li .thm-btn::after {
    background-color: #ffe2db;
    border: 1px solid transparent;
}

.information .information-main .information-list ul li .thm-btn::before {
    background-color: #ffe2db;
    border: 1px solid transparent;
}

.information .information-main .information-btn {
    padding: 0 50px;
    margin-top: 10px;
}

.information .information-main .information-btn .thm-btn {
    width: 100%;
    border: 1px solid var(--primary-color);
}

.inventory {
    padding: 120px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.inventory .brand-car-two .brand-car-item {
    border: 1px solid #ededed;
    background-color: #fff;
    gap: 20px;
}

.inventory .brand-car-two .brand-car-item .brand-car-item-img {
    width: 185px;
    height: 203px;
}

.inventory .brand-car-two .brand-car-item .brand-car-item-img img {
    width: 100% !important;
    height: 100% !important;
    padding: 0px;
    margin: 0px;
}

.inventory .brand-car-two .brand-car-item .brand-car-inner {
    flex: 1 1 0%;
}

.inventory .brand-car-two .brand-car-item .brand-car-inner h3 {
    padding-top: 6px;
    font-size: 24px;
}

.inventory .brand-car-two .brand-car-item .brand-car-inner-item-main {
    gap: 10px;
}

.inventory-main-box {
    border-radius: 12px;
    background-color: #ffffff !important;
    padding: 14px;
    border: 1px solid #e0e4ea;
    /* Drop Shadow */
    /* box-shadow: 0px 9px 126px 0px rgba(20, 0, 255, 0.06); */
}

.inventory-main-box .inventory-taitel h5 {
    font-weight: var(--medium);
    line-height: 18px;
}

.inventory-main-box .location-box {
    position: relative;
}

.inventory-main-box .location-box .form-control {
    padding: 17px 17px 17px 16px;
    font-size: 14px;
    font-weight: var(--regular);
    font-family: var(--roboto);
    color: var(--headline-color);
    border: 1px solid #eceaff;
    border-radius: 4px;
    margin-top: 16px;
}

.inventory-main-box .location-box .form-control:focus {
    border-color: var(--primary-color-2);
}

.inventory-main-box .location-box .form-control::placeholder {
    color: #7e8ba0;
}

.inventory-main-box .location-box .icon {
    border: 1px solid var(--primary-color-2);
    width: 36px;
    height: 36px;
    background-color: var(--primary-color-2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 8px;
}

.inventory-main-box .location-box .icon span {
    line-height: 0;
}

.inventory-main-box .location-box .icon span svg {
    stroke: currentColor;
    color: var(--white-color);
}

.inventory-main-box .accordion-body {
    padding: 0;
}

.inventory-main-box .accordion-item {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
}
/* .inventory-main-box .accordion-button::before{
    transform: rotate(-180deg);
} */

.inventory-main-box .accordion-button::after {
    width: 13px;
    height: 10px;
    background-image: url(../assets/images/icon/down-arrow.png);
    background-size: cover;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.inventory-main-box .accordion-button.collapsed::after {
    transform: rotate(180deg); /* Rotate the arrow to close state */
}




.inventory-main-box .accordion-header {
    padding-top: 0;
}

@media (min-width: 425px) {
    .brand_model {
        padding-bottom: 0px;
    }


}

.inventory-main-box .accordion-button {
    font-weight: var(--medium);
    padding: 0;
    line-height: normal;
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    color: var(--headline-color);
    /* color: #6E6E6E !important; */
}

.inventory-main-box .accordion-button:not(.collapsed) {
    color: var(--headline-color);
    background-color: var(--white-color);
    box-shadow: inset 0 -1px 0 transparent;
    padding: 0px 0 10px 0;
}

.inventory-main-box .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}



.inventory-main-box .select-Brand-box {
    border-radius: 4px;
    border: 1px solid #ededed;
    padding: 0 20px 20px 0px;
    /* height: 285px;
    overflow-y: scroll; */
    display: inline-block;
    width: 100%;
}

.inventory-main-box .select-Brand-box.four {
    padding: 0 20px 20px 20px;
}

.inventory-main-box .select-Brand-box.two {
    overflow: unset;
    height: unset;
}

.inventory-main-box .select-Brand-box.three {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.inventory-main-box .select-Brand-box .form-check-label {
    font-size: 16px;
    font-weight: var(--regular);
    /* line-height: normal; */
    color: var(--headline-color);
    font-family: var(--roboto);
    margin-top: 18px;
}

.inventory-main-box .select-Brand-box .form-check {
    display: flex;
    gap: 2px;
    padding-left: 16px;
    min-height: 0;
}

.inventory-main-box .select-Brand-box .form-check:last-child {
    margin-bottom: 0;
}

.inventory-main-box .select-Brand-box .form-check-input {
    width: 18px;
    height: 18px;
    /* background-color: #ededed; */
    border: 1px solid #ededed;
}

.inventory-main-box .select-Brand-box .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.inventory-main-box .select-Brand-box .form-check-input:checked {
    background-color: var(--primary-color-1);
    border-color: var(--primary-color-1);
}

.inventory-main-box .noUi-target {
    background: rgba(64, 95, 242, 0.2);
    border-radius: 30px;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 1px transparent;
    height: 6px !important;
    display: inline-block;
    width: 100%;
}

.inventory-main-box .noUi-handle {
    border: 3px solid var(--primary-color-2);
    border-radius: 3px;
    background: var(--white-color);
    box-shadow: inset 0 0 1px transparent;
}

.inventory-main-box .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    right: -17px;
    top: -6px;
}

.inventory-main-box .noUi-handle:after,
.inventory-main-box .noUi-handle:before {
    display: none;
}

.inventory-main-box .noUi-connect {
    background: var(--primary-color-2);
}

.inventory-main-box .example-val {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    color: var(--paragraph-color);
    font-family: var(--roboto);
}

.inventory-main-box .mb-3 {
    margin-bottom: 12px !important;
}

.inventory-main-box .color-dark,
.inventory-main-box .color-golden,
.inventory-main-box .color-orreng,
.inventory-main-box .color-yellow,
.inventory-main-box .color-blue,
.inventory-main-box .color-sky,
.inventory-main-box .color-green,
.inventory-main-box .color-white,
.inventory-main-box .color-ash {
    height: 24px;
    width: 24px;
    border-radius: 2px;
    cursor: pointer;
}

.inventory-main-box .color-dark {
    background-color: #030304;
}

.inventory-main-box .color-golden {
    background-color: #ff970e;
}

.inventory-main-box .color-orreng {
    background-color: var(--primary-color);
}

.inventory-main-box .color-yellow {
    background-color: #fbeb1a;
}

.inventory-main-box .color-blue {
    background-color: #333764;
}

.inventory-main-box .color-sky {
    background-color: #0379ed;
}

.inventory-main-box .color-green {
    background-color: #8bbb00;
}

.inventory-main-box .color-white {
    background-color: #efefef;
}

.inventory-main-box .color-ash {
    background-color: #bfbfbf;
}

.inventory-main-box-thumb .close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid var(--white-color);
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inventory-ber {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px; */
    /* border-radius: 6px;
    border: 1px solid #ededed; */
    /* background: var(--white-color); */
    /* box-shadow: 0px 9px 126px 0px rgba(20, 0, 255, 0.06); */
    margin-bottom: 40px;
}

.inventory-ber .inventory-ber-left {
    width: 100%;
}

.inventory-ber .inventory-ber-left .inventory-sarch-ber-item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.inventory-ber
    .inventory-ber-left
    .inventory-sarch-ber-item
    .inventory-sarch-ber
    .form-control {
    width: 25.125rem !important;
    height: 3.5rem !important;
    padding: 13px 20px;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--headline-color);
    font-family: var(--roboto);
}

.inventory-ber
    .inventory-ber-left
    .inventory-sarch-ber-item
    .inventory-sarch-ber
    .form-control::placeholder {
    color: var(--paragraph-color);
}

.inventory-ber
    .inventory-ber-left
    .inventory-sarch-ber-item
    .inventory-sarch-ber
    .form-control:focus {
    border-color: var(--primary-color-2);
}

.inventory-ber
    .inventory-ber-left
    .inventory-sarch-ber-item
    .inventory-sarch-ber
    .thm-btn-two {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 160px;
    height: 42px;
}

.inventory-ber
    .inventory-ber-left
    .inventory-sarch-ber-item
    .inventory-sarch-ber-text {
    width: 100%;
}

.inventory-ber
    .inventory-ber-left
    .inventory-sarch-ber-item
    .inventory-sarch-ber-text
    p {
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
}

.inventory-ber
    .inventory-ber-left
    .inventory-sarch-ber-item
    .inventory-sarch-ber-text
    p
    span {
    color: var(--headline-color);
}

.inventory-ber .inventory-ber-right .nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

.inventory-ber .inventory-ber-right .nav-link {
    width: 44px;
    height: 44px;
    background-color: #f0f3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--headline-color);
    font-size: 20px;
}

.inventory-ber .inventory-ber-right .nav-link span {
    line-height: 0;
}

.inventory-ber .inventory-ber-right .nav-link span svg {
    fill: currentColor;
    color: var(--headline-color);
}

.inventory-ber .inventory-ber-right .nav-pills .nav-link.active,
.inventory-ber .inventory-ber-right .nav-pills .show > .nav-link {
    color: var(--white-color) !important;
    background-color: #038ffc !important;
}

.inventory-ber .inventory-ber-right .nav-pills .nav-link.active span svg,
.inventory-ber .inventory-ber-right .nav-pills .show > .nav-link span svg {
    fill: currentColor;
    color: var(--white-color);
}

.inventory-with-map .inventory-ber .inventory-ber-right {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 50%;
}

.inventory-with-map
    .inventory-ber
    .inventory-ber-right
    .inventory-ber-right-btn-one
    a {
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    /* 111.111% */
    text-decoration-line: underline;
    font-family: var(--roboto);
    color: var(--paragraph-color);
}

.inventory-with-map .brand-car-item.two .brand-car-item-img img {
    width: 100%;
}

.inventory-with-map .next-prev-btn ul {
    justify-content: start;
}

.inventory-with-map iframe {
    width: 100%;
    height: 817px;
    border-radius: 10px 0px 0px 10px;
}

.next-prev-btn {
    margin-top: 50px;
}

.next-prev-btn.two {
    margin-top: 10px;
}

.next-prev-btn ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.next-prev-btn ul li a {
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    color: #7e8ba0;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #ededed;
    transition: var(--transition-all);
    font-family: var(--roboto);
}

.next-prev-btn ul li a:hover {
    background-color: var(--primary-color-2);
    border: 1px solid var(--primary-color-2);
    color: var(--white-color);
}

.next-prev-btn ul li .two {
    color: var(--headline-color);
    border: 1px solid transparent;
}

.next-prev-btn ul li .two.active {
    color: var(--white-color);
}

.next-prev-btn ul .active {
    background-color: var(--primary-color-2);
    border: 1px solid var(--primary-color-2);
    color: var(--white-color);
}

.inventory-details {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
}

.inventory-details .inventory-details-top-taitel {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 10px;
}

.inventory-details .inventory-details-top-taitel span {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ccc;
    border-radius: 50px;
}

.inventory-details .inventory-details-top-taitel h5 {
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
}

.inventory-details .inventory-details-taitel {
    font-size: 50px;
    font-weight: var(--bold);
    line-height: 60px;
    color: var(--headline-color);
    padding-top: 0;
}

.inventory-details .inventory-details-taitel-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 32px;
}

.inventory-details .inventory-details-taitel-btn .btn-1 {
    height: 44px;
    width: 44px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inventory-details .inventory-details-taitel-btn .btn-1:hover span svg {
    fill: currentColor;
    color: var(--primary-color);
}

.inventory-details .inventory-details-taitel-btn .btn-1 span svg {
    stroke: currentColor;
    color: var(--primary-color);
    transition: var(--transition-all);
}

.inventory-details .inventory-details-taitel-btn .compare-btn {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--headline-color);
    font-family: var(--roboto);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #ededed;
    transition: var(--transition-all);
}

.inventory-details .inventory-details-taitel-btn .compare-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.inventory-details .inventory-details-taitel-btn .compare-btn:hover span svg {
    color: var(--white-color);
}

.inventory-details .inventory-details-taitel-btn .compare-btn span svg {
    stroke: currentColor;
    color: var(--headline-color);
    transition: var(--transition-all);
}

.inventory-details .inventory-details-right-btn {
    margin-top: 28px;
    text-align: end;
    margin-right: 10px;
}

.inventory-details .inventory-details-right-btn .price-btn {
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--white-color);
    font-size: 24px;
    font-family: var(--DMSans);
    width: 158px;
    background-color: var(--primary-color-2);
    border-radius: 4px;
    padding: 11px 30px;
    text-align: center;
}

.inventory-details .inventory-details-slick-for {
    margin-top: 30px;
}

.inventory-details .inventory-details-slick-for .inventory-details-slick-img {
    position: relative;
    margin: 0 10px;
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag {
    position: absolute;
    top: 40px;
    right: 40px;
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag
    .icon-main {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag
    .icon-main
    .icon {
    height: 40px;
    width: 40px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag
    .icon-main
    .icon:hover {
    background-color: var(--primary-color-2);
    transition: var(--transition-all);
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag
    .icon-main
    .icon:hover
    span
    svg {
    color: var(--white-color);
    transition: var(--transition-all);
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag
    .icon-main
    .icon
    span
    svg {
    stroke: currentColor;
    color: var(--headline-color);
    transition: var(--transition-all);
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag
    .icon-main
    .icon
    span {
    line-height: 0;
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag
    .icon-main
    .icon
    span:hover
    .inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    .inventory-details-slick-img-tag
    .icon-main
    .icon
    span
    svg {
    color: var(--white-color);
}

.inventory-details
    .inventory-details-slick-for
    .inventory-details-slick-img
    img {
    width: 100%;
    height: 631px;
    object-fit: cover;
    border-radius: 10px;
}

.inventory-details .inventory-details-slick-nav {
    margin-top: 24px;
}

.inventory-details .inventory-details-slick-nav .inventory-details-slick-img {
    margin: 0 10px;
}

.inventory-details
    .inventory-details-slick-nav
    .inventory-details-slick-img
    img {
    width: 100%;
    height: 144px;
    object-fit: cover;
    border-radius: 6px;
}

.inventory-details .inventory-details-thumb {
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}

.inventory-details .inventory-details-thumb img {
    width: 100%;
    object-fit: cover;
}

.inventory-details .accordion-header {
    padding-top: 0;
}

.inventory-details .accordion-item {
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
}

.inventory-details .accordion-item a {
    font-size: 18px;
    font-style: normal;
    font-weight: var(--regular);
    line-height: 20px;
    color: var(--primary-color-2);
    text-decoration-line: underline;
    display: block;
    padding-top: 20px;
    font-family: var(--roboto);
}

.inventory-details .accordion {
    margin-top: 20px;
}

.inventory-details .accordion-item:first-of-type .accordion-button {
    border-radius: 4px 4px 0px 0px;
}

.inventory-details .accordion-button {
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--headline-color);
    background-color: var(--white-color);
    border-radius: 5px !important;
}

.inventory-details .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.inventory-details .accordion-button::after {
    background-image: url(../assets/images/icon/Arrow.png);
    background-size: cover;
    width: 16px;
    height: 8px;
    transform: rotate(-360deg);
}

.inventory-details .accordion-button:not(.collapsed)::after {
    background-image: url(../assets/images/icon/Arrow.png);
    transform: rotate(-180deg);
}

.inventory-details .accordion-button:not(.collapsed) {
    color: var(--headline-color);
    box-shadow: inset 0 -1px 0 transparent;
}

.inventory-details .accordion-body {
    padding: 0 30px 30px 30px;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
    background-color: var(--white-color);
}

.inventory-details .accordion-body p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--paragraph-color);
}

.inventory-details .accordion-body ul {
    padding: 0px 30px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inventory-details .accordion-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
    color: var(--headline-color);
    border-bottom: 1px solid #e9e9e9;
}

.inventory-details .accordion-body ul li:last-child {
    border-bottom: 1px solid transparent;
}

.inventory-details .accordion-body ul li .li-two {
    color: var(--headline-color);
}

.inventory-details .accordion-body ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--paragraph-color);
}

.inventory-details .accordion-body ul li span svg {
    fill: currentColor;
    color: var(--paragraph-color);
}

.inventory-details .accordion-body ul li span .svg-stock {
    fill: transparent;
    stroke: currentColor;
    color: var(--paragraph-color);
}

.inventory-details .accordion-body .feature-list {
    padding: 10px 30px;
    background-color: var(--white-color);
    display: flex;
    justify-content: space-between;
}

.inventory-details .accordion-body .feature-list ul {
    border: 0;
    padding: 0;
}

.inventory-details .accordion-body .feature-list ul li {
    padding-top: 0;
    padding-bottom: 15px;
    justify-content: start;
    gap: 10px;
    border: 0;
}

.inventory-details .accordion-body .feature-list ul li span i {
    color: #0ca640;
}

.inventory-details .inventory-details-vedio {
    margin-top: 22px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.inventory-details .inventory-details-vedio img {
    overflow: hidden;
    width: 100%;
    height: 398px;
    object-fit: cover;
    animation: 100s banner linear infinite alternate;
}

.inventory-details .inventory-details-vedio .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inventory-details .inventory-details-vedio .overlay span svg {
    fill: currentColor;
    color: var(--white-color);
}

.inventory-details .locations {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
}

.inventory-details .locations li {
    padding: 0 !important;
    border-bottom: 1px solid transparent !important;
    display: block !important;
    width: 100%;
}

.inventory-details .locations li a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    color: var(--headline-color);
    font-family: var(--roboto);
    text-decoration: unset;
}

.inventory-details .locations li a span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.inventory-details .locations iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    margin-top: 30px;
}

.inventory-details .auto-sales-item {
    /* padding: 0px 30px; */
    border-radius: 10px;
    background-color: #f9faff;
}

.inventory-details .auto-sales-item .auto-sales-logo {
    width: 115px;
    height: 115px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
}

.auto-sales-text-item {
    flex: 1 1 0% !important;
}

.inventory-details .auto-sales-item .auto-sales-logo img {
    width: 100%;
    height: 100%;
}

.inventory-details .auto-sales-item .auto-sales-item-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #c4e3ff;
    padding-bottom: 30px;
}

.inventory-details
    .auto-sales-item
    .auto-sales-text-item
    .auto-sales-text-left
    h3 {
    font-weight: var(--bold);
    color: var(--headline-color);
}

.inventory-details
    .auto-sales-item
    .auto-sales-text-item
    .auto-sales-text-right {
    margin-top: 10px;
}

.inventory-details
    .auto-sales-item
    .auto-sales-text-item
    .auto-sales-text-left
    p {
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    font-family: var(--roboto);
    padding-top: 6px;
    color: var(--paragraph-color);
}

.inventory-details
    .auto-sales-item
    .auto-sales-text-item
    .auto-sales-text-right
    h6 {
    line-height: 14px;
    color: var(--headline-color);
    font-family: var(--roboto);
}

.inventory-details
    .auto-sales-item
    .auto-sales-text-item
    .auto-sales-text-right
    p {
    padding-top: 12px;
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    color: var(--headline-color);
    font-family: var(--roboto);
}

.inventory-details
    .auto-sales-item
    .auto-sales-text-item
    .auto-sales-text-right
    p
    span
    svg {
    fill: currentColor;
    color: #ffa800;
}

.inventory-details .auto-sales-item .auto-sales-contact {
    margin-top: 30px;
}

.inventory-details .auto-sales-item .auto-sales-contact ul li {
    padding-bottom: 16px;
}

.inventory-details .auto-sales-item .auto-sales-contact ul li:last-child {
    padding-bottom: 0;
}

.inventory-details .auto-sales-item .auto-sales-contact ul li a {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.inventory-details .auto-sales-item .auto-sales-contact ul li a span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.inventory-details .auto-sales-item .auto-sales-contact ul li a .stroke-color {
    stroke: currentColor;
    color: var(--primary-color-2);
    fill: transparent;
}

/* .inventory-details .auto-sales-item .auto-sales-form {
    margin-top: 24px;
} */

.inventory-details .auto-sales-item .auto-sales-form .auto-sales-form-item {
    margin-bottom: 14px;
}

.inventory-details
    .auto-sales-item
    .auto-sales-form
    .auto-sales-form-item
    .form-control {
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    padding: 11px 21px;
    font-size: 16px;
    font-weight: var(--regular);
    font-family: var(--roboto);
    line-height: 28px;
}

.inventory-details
    .auto-sales-item
    .auto-sales-form
    .auto-sales-form-item
    .form-control:focus {
    color: var(--headline-color);
    border-color: var(--primary-color-2);
}

.inventory-details
    .auto-sales-item
    .auto-sales-form
    .auto-sales-form-item
    .form-control::placeholder {
    color: #b1b1b1;
}

.inventory-details .auto-sales-item .thm-btn-two {
    margin-top: 10px;
    width: 100%;
}

.inventory-details .auto-lone-item {
    padding: 20px 30px 20px 30px;
    border-radius: 10px;
    background-color: #f9faff;
    margin-top: 30px;
}

.inventory-details .auto-lone-item .auto-lone-head {
    font-weight: var(--bold);
}

.inventory-details .auto-lone-item .sub-taitel {
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--headline-color);
    font-family: var(--roboto);
    padding-top: 10px;
}

.inventory-details .auto-lone-item .auto-lone-form {
    margin-top: 13px;
}

.inventory-details .auto-lone-item .auto-lone-form .auto-lone-form-item {
    margin-top: 20px;
    position: relative;
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-item
    .form-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    color: #6b6c6c;
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-item
    .form-label
    span {
    color: var(--primary-color-2);
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-item
    .form-control {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 16px 16px 16px 80px;
    color: var(--headline-color);
    font-family: var(--roboto);
    border: 1px solid #e9e9e9;
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-item
    .form-control:focus {
    border-color: var(--primary-color-2);
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-item
    .form-control::placeholder {
    color: rgba(13, 39, 78, 0.6);
}

.inventory-details .auto-lone-item .auto-lone-form .auto-lone-form-item .icon {
    position: absolute;
    top: 43px;
    left: 18px;
    border-right: 1px solid rgba(13, 39, 78, 0.2);
    padding-right: 18px;
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-item
    .icon
    span
    svg {
    stroke: currentColor;
    color: var(--primary-color-2);
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-item
    .icon
    .svg-two {
    fill: transparent;
    stroke: currentColor;
    color: var(--primary-color-2);
}

.inventory-details .auto-lone-item .auto-lone-form .auto-lone-form-btn {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-btn
    .thm-btn-two {
    width: 190px;
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-btn
    .reset-now-btn {
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 18px;
    color: var(--headline-color);
    font-family: var(--roboto);
    border: 1px solid transparent;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 6px;
}

.inventory-details
    .auto-lone-item
    .auto-lone-form
    .auto-lone-form-btn
    .reset-now-btn
    span
    svg {
    fill: currentColor;
    color: var(--headline-color);
}

.inventory-details .auto-lone-item .auto-lone-form .auto-lone-amount {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    color: var(--headline-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #c4e3ff;
    margin-top: 30px;
    padding-top: 20px;
}

.reviews {
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    margin-bottom: 30px;
}

.reviews:last-child {
    margin-bottom: 0;
}

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

.reviews .reviews-item .icon {
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews .reviews-item .icon li {
    padding: 0;
    border: 0;
}

.reviews .reviews-item .icon li:last-child {
    border: 0;
}

.reviews .reviews-item .icon li svg {
    color: #ffc403;
}

.reviews .reviews-item .icon li i {
    color: #ffc403;
}

.reviews .reviews-item .text h6 {
    color: var(--paragraph-color);
    font-family: var(--roboto);
}

.reviews p {
    font-size: 17px;
    font-weight: var(--regular);
    line-height: 28px;
    color: #6b6c6c;
    font-family: var(--roboto);
    padding-top: 14px;
}

.reviews .reviews-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.reviews .reviews-inner .reviews-inner-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reviews .reviews-inner .reviews-inner-item .reviews-inner-img img {
    object-fit: cover;
    width: 64px;
    height: 64px;
    border-radius: 500px;
}

.reviews .reviews-inner .reviews-inner-item .reviews-inner-text h3 {
    font-weight: var(--bold);
}

.reviews .reviews-inner .reviews-inner-item .reviews-inner-text p {
    padding-top: 0;
}

.reviews .reviews-inner .reviews-inner-btn {
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    font-family: var(--roboto);
    color: var(--primary-color-2);
    border-radius: 3px;
    background: #ededed;
    border: 1px solid #e9e9e9;
    padding: 10px 25px;
}

.reviews .reviews-inner-btm {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
}

.reviews .reviews-inner-btm .reviews-inner-btm-img {
    margin-left: 70px;
}

.reviews .reviews-inner-btm .reviews-inner-btm-img img {
    width: 48px;
    height: 48px;
    border-radius: 500px;
    object-fit: cover;
}

.write-your-review-item .write-your-review-stars {
    display: flex;
    align-items: center;
    gap: 10px;
}

.write-your-review-item .write-your-review-stars .icon {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.write-your-review-item .write-your-review-stars .icon li {
    border: 0;
}

.write-your-review-item .write-your-review-stars .icon li svg {
    color: #ffa800;
}

.write-your-review-item .write-your-review-stars .icon li i {
    color: #ffa800;
}

.write-your-review-item .write-your-review-stars span {
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    color: var(--paragraph-color);
    font-family: var(--roboto);
}

.write-your-review-item .form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.write-your-review-item .form-item .form-inner {
    width: 100%;
}

.write-your-review-item .form-item .form-inner .form-label {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    font-family: var(--roboto);
    color: var(--headline-color);
}

.write-your-review-item .form-item .form-inner .form-label span {
    color: var(--primary-color-2);
}

.write-your-review-item .form-item .form-inner .form-control {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    font-family: var(--roboto);
    color: var(--headline-color);
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background-color: var(--white-color);
}

.write-your-review-item .form-item .form-inner .form-control:focus {
    border-color: var(--primary-color-2);
}

.write-your-review-item .form-item .form-inner .form-control::placeholder {
    color: #b1b1b1;
}

.write-your-review-item .thm-btn-two {
    border: 1px solid var(--primary-color-2);
    margin-top: 16px;
}

.join-a-dealer {
    padding: 120px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.join-a-dealer-bg {
    padding: 80px 75px 90px 75px;
    border-radius: 10px;
    background-color: #f9faff;
}

.dealers-information {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.dealers-information.two {
    margin-top: 50px;
}

.join-a-dealer-form-main {
    margin-top: 50px;
}

.join-a-dealer-form-main.two {
    margin-top: 20px;
}

.join-a-dealer-form-main.two
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .icon
    span
    svg {
    fill: currentColor;
    color: #b1b1b1;
}

.join-a-dealer-form-main.two .thm-btn {
    width: 100%;
    border: 1px solid var(--headline-color);
    margin-top: 25px;
    height: 56px;
    display: flex;
    align-items: center;
    color: var(--white-color);
    gap: 10px;
    background-color: var(--primary-color-2);
}

.join-a-dealer-form-main.two .thm-btn:hover {
    border-color: var(--primary-color-2);
}

.join-a-dealer-form-main.two .thm-btn::after {
    background-color: var(--headline-color);
}

.join-a-dealer-form-main.two .thm-btn::before {
    background-color: var(--headline-color);
}

.join-a-dealer-form-main.two .thm-btn-two {
    width: 100%;
    margin-top: 25px;
}

.join-a-dealer-form-main .join-a-dealer-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 13px;
}

.join-a-dealer-form-main .join-a-dealer-form-item:first-child {
    margin-top: 0;
}

.join-a-dealer-form-main .join-a-dealer-form-item .join-a-dealer-form-inner {
    width: 100%;
    position: relative;
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner.two
    .form-control::placeholder {
    color: var(--primary-color);
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .form-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    color: var(--headline-color);
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .form-label
    span {
    color: var(--primary-color-2);
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .form-control {
    padding: 20px 25px;
    background-color: var(--white-color);
    color: #b1b1b1;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #ededed;
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .form-control:focus {
    border-color: var(--primary-color-2);
    color: var(--headline-color);
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .form-control.two::placeholder {
    font-size: 80px;
    line-height: 0;
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .icon {
    position: absolute;
    right: 25px;
    top: 47px;
    cursor: pointer;
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .icon
    span
    svg {
    fill: currentColor;
    color: var(--headline-color);
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .form-select {
    padding: 20px 25px;
    background-color: var(--white-color);
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #ededed;
}

.join-a-dealer-form-main
    .join-a-dealer-form-item
    .join-a-dealer-form-inner
    .form-select:focus {
    border-color: var(--primary-color-2);
    color: var(--headline-color);
    box-shadow: 0 0 0 0.25rem transparent;
}

.terms-and-conditions {
    font-weight: var(--medium);
    line-height: 20px;
    margin-top: 50px;
    font-family: var(--roboto);
}

.form-check {
    display: flex;
    align-items: end;
    margin-bottom: 0;
    gap: 12px;
}

.form-check .form-check-input {
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    margin-top: 20px;
}

.form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.form-check .form-check-input:checked {
    background-color: var(--primary-color-1);
    border-color: var(--primary-color-1);
}

.form-check .form-check-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 19px;
}

.form-check .form-check-label span {
    color: var(--primary-color-2);
}

.terms-and-conditions-btn .thm-btn {
    border: 1px solid var(--primary-color) !important;
    background-color: var(--headline-color) !important;
}

.terms-and-conditions-btn .thm-btn:hover {
    border: 1px solid var(--headline-color) !important;
}

.terms-and-conditions-btn .thm-btn::after {
    background-color: var(--primary-color) !important;
}

.terms-and-conditions-btn .thm-btn::before {
    background-color: var(--primary-color) !important;
}

.upload-picture {
    background-color: var(--white-color);
    padding: 30px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}

.upload-picture .upload-picture-img {
    text-align: center;
}

.upload-picture .upload-picture-img img {
    height: 160px;
    width: 160px;
    border-radius: 500px;
    object-fit: cover;
}

.upload-picture .upload-picture-btn {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.upload-picture .upload-picture-btn .thm-btn {
    border: 1px solid transparent;
    width: 268px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.upload-picture .upload-picture-btn .thm-btn span svg {
    fill: currentColor;
    color: var(--white-color);
}

.upload-picture .upload-picture-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-picture .upload-picture-text {
    margin-top: 50px;
    text-align: center;
}

.upload-picture .upload-picture-text h5 {
    font-family: var(--roboto);
    font-weight: var(--medium);
    line-height: 20px;
    padding-bottom: 17px;
}

.upload-picture .upload-picture-text h6 {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: #6b6c6c;
}

.upload-picture .upload-picture-text h6 span {
    font-size: 18px;
    color: var(--headline-color);
}

.loan {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.loan .loan-bg {
    padding: 30px 20px 30px 20px;
    background-color: #0d274e;
    border-radius: 8px;
    border: 1px solid #1e4073;
}

.loan .loan-taitel {
    font-size: 46px;
    font-weight: var(--bold);
    line-height: 46px;
    font-family: var(--DMSans);
    color: var(--white-color);
    border-bottom: 1px solid #1e4073;
    padding-bottom: 16px;
}

.loan .loan-form-min {
    margin-top: 25px;
}

.loan .loan-form-min .loan-form-item {
    position: relative;
    margin-bottom: 15px;
}

.loan .loan-form-min .loan-form-item .form-label {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    font-family: var(--roboto);
    color: var(--white-color);
}

.loan .loan-form-min .loan-form-item .form-label span {
    color: var(--primary-color-2);
}

.loan .loan-form-min .loan-form-item .form-control {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    font-family: var(--roboto);
    color: var(--headline-color);
    padding: 12px 12px 12px 80px;
    border: 1px solid var(--white-color);
    background-color: var(--white-color);
    border-radius: 4px;
}

.loan .loan-form-min .loan-form-item .form-control:focus {
    box-shadow: 0 0 0 0.25rem transparent;
    border-color: var(--primary-color-2);
}

.loan .loan-form-min .loan-form-item .form-control::placeholder {
    color: rgba(13, 39, 78, 0.6);
}

.loan .loan-form-min .loan-form-item .icon {
    position: absolute;
    top: 38px;
    left: 20px;
    border-right: 1px solid rgba(13, 39, 78, 0.2);
    padding-right: 18px;
}

.loan .loan-form-min .loan-form-item .icon span svg {
    stroke: currentColor;
    color: var(--primary-color-2);
}

.loan .loan-form-min .loan-form-item .icon span .svg-two {
    stroke: transparent;
    fill: currentColor;
    color: var(--primary-color-2);
}

.loan .loan-form-min .loan-form-item-btn {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 22px;
}

.loan .loan-form-min .loan-form-item-btn .reset-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--roboto);
    transition: all linear 0.3s;
}

.loan .loan-form-min .loan-form-item-btn .reset-btn:hover {
    color: var(--primary-color-3);
}

.loan .loan-form-min .loan-form-item-btn .reset-btn:hover span svg {
    color: var(--primary-color-3);
}

.loan .loan-form-min .loan-form-item-btn .reset-btn span svg {
    fill: currentColor;
    color: var(--white-color);
    transition: all linear 0.3s;
}

.loan .estimate-item {
    padding: 20px;
    border-radius: 8px;
    background-color: #163461;
    margin-left: 35px;
}

.loan .estimate-item .estimate-taitel {
    font-size: 46px;
    font-weight: var(--bold);
    line-height: 46px;
    color: var(--white-color);
    border-bottom: 1px solid #1e4073;
    padding-bottom: 16px;
    padding-top: 0;
    text-align: center;
}

.loan .estimate-item .estimate-img {
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loan .estimate-item .estimate-img img {
    width: 218px;
    height: 165px;
}

.loan .estimate-item .estimate-payment ul li {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    font-family: var(--roboto);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.loan .estimate-item .estimate-payment ul li span {
    font-size: 18px;
    font-weight: var(--semiBold);
}

.loan .estimate-item .estimate-payment ul li:last-child {
    border-top: 1px solid #1e4073;
    padding-top: 20px;
    padding-bottom: 0;
}

.loan-calculator {
    background: var(--white-color);
    padding-bottom: 0;
}

.loan-calculator .loan-bg {
    padding: 60px 80px 80px 80px;
}

.loan-calculator .loan-form-min {
    margin-top: 0;
}

.loan-calculator .loan-form-min .loan-form-item {
    margin-bottom: 25px;
}

.loan-calculator .loan-form-min .loan-form-item .icon {
    top: 47px;
}

.loan-calculator .loan-form-min .loan-form-item .form-control {
    padding: 20px 12px 20px 80px;
}

.loan-calculator .loan-form-min .thm-btn {
    height: 56px;
    margin-top: 30px;
}

.loan-calculator .loan-taitel {
    border-bottom: 1px solid transparent;
    text-align: center;
}

.loan-calculator .loan-taitel-dec {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--white-color);
    text-align: center;
    padding: 0 66px;
    margin-bottom: 60px;
}

.loan-calculator .estimate-item {
    margin-left: 35px;
}

.login {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    /* padding: 120px 0; */
}

.login .thm-btn-two {
    width: 100%;
}

.login-bg {
    border-radius: 10px;
    background: #f9faff;
    padding: 80px;
}

.login-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.login-form-item.two {
    margin-top: 20px;
}

.login-form-item.two .form-control::placeholder {
    font-size: 100px;
    color: #b9b9b9;
}

.login-form-item.three {
    margin-top: 20px;
}

.login-form-item .login-form-inner {
    position: relative;
    width: 100%;
}

.login-form-item .login-form-inner .icon {
    position: absolute;
    top: 47px;
    right: 25px;
}

.login-form-item .login-form-inner .icon span svg {
    fill: currentColor;
    color: var(--headline-color);
}

.login-head {
    padding-bottom: 36px;
}

.login-head h3 {
    color: var(--headline-color);
}

.login-head span {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
    padding-top: 10px;
    display: inline-block;
}

.from-txt {
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    margin-bottom: 6px;
}

.from-txt span {
    color: var(--primary-color-2);
}

.form-control {
    color: #b1b1b1;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid #ededed;
    background: var(--white-color);
}

.form-control:focus {
    color: var(--headline-color);
    border-color: var(--primary-color-2);
}

.form-select {
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 18px;
    padding: 20px 25px;
    border-radius: 4px;
    border: 1px solid #ededed;
}

.form-select:focus {
    color: var(--headline-color);
    border-color: var(--primary-color-2);
    box-shadow: 0 0 0 0.25rem transparent;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem transparent;
}

.form-check-input {
    border: 1px solid #e9e9e9;
}

.form-check-label {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.forget-btn {
    display: flex;
    justify-content: end;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--primary-color-2);
}

.login-text {
    text-align: center;
    position: relative;
    margin-top: 45px;
    z-index: 1;
}

.login-text::after {
    position: absolute;
    content: "";
    top: 12px;
    left: 50%;
    width: 50%;
    height: 1px;
    background-color: #eaeaea;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.login-text p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--headline-color);
}

.login-btn-item {
    margin-top: 45px;
}

.login-btn-item .login-btn {
    border: 0;
    border-radius: 5px;
    background: #e9f2ff;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--headline-color);
    width: 100%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.login-btn-item .login-btn:last-child {
    margin-bottom: 0;
}

.login-btn-item .login-btn span {
    line-height: 0;
}

.create-accoun-text {
    text-align: center;
    margin-top: 20px;
}

.create-accoun-text p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--paragraph-color);
}

.create-accoun-text p span {
    padding-left: 5px;
}

.create-accoun-text p span a {
    color: var(--headline-color);
}

.login-img {
    border-radius: 10px;
    text-align: end;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
}

.login-img:hover::after {
    animation: shine 800ms;
}

.login-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

.login-img img {
    width: 100%;
    height: 708px;
    border-radius: 10px;
}

.formbold-mb-5 {
    margin-bottom: 20px;
}

.formbold-pt-3 {
    padding-top: 12px;
}

.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 126px;
    right: 110px;
    z-index: 1;
}

.formbold-main-wrapper .thm-btn {
    width: 100%;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.formbold-main-wrapper .thm-btn span {
    line-height: 0;
}

.formbold-main-wrapper .thm-btn span svg {
    fill: currentColor;
    color: var(--white-color);
}

.formbold-form-wrapper {
    max-width: 550px;
    width: 100%;
    background: #f4f2f3;
    border-radius: 8px;
    display: none;
}

.formbold-form-wrapper.active {
    display: block;
    margin-bottom: 10px;
}

.formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
}

.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-text {
    color: var(--headline-color);
    font-family: var(--roboto);
    font-size: 12px;
    font-weight: var(--regular);
    padding: 12px 14px;
    background-color: var(--white-color);
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}

.formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    background: var(--white-color);
    font-weight: var(--roboto);
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
    font-family: var(--roboto);
}

.formbold-form-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

.formbold-form-header {
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 14px;
    border-radius: 8px 8px 0px 0px;
}

.formbold-form-header h3 {
    font-weight: 700;
    font-size: 20px;
    color: white;
}

.formbold-form-header button {
    background: var(--white-color);
    border: none;
    width: 30px;
    height: 30px;
    color: var(--headline-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.formbold-form-header button svg {
    fill: currentColor;
}

.formbold-chatbox-form {
    padding: 10px 14px 20px 14px;
}

.formbold-action-buttons {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.formbold-action-btn {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formbold-action-btn .formbold-cross-icon {
    display: none;
}

.formbold-action-btn.active .formbold-cross-icon {
    display: block;
}

.formbold-action-btn.active .formbold-chat-icon {
    display: none;
}

.container-full {
    width: 100%;
}

.mobile-header {
    display: none;
    position: relative;
    z-index: 111;
    background-color: var(--headline-color);
}

.mobile-header.two {
    background-color: var(--primary-color-3);
}

.m-nav-two .header-right-item .header-right-item-btn .dropdown span svg {
    color: var(--primary-color-3) !important;
}

.m-nav-three .header-right-item .header-right-item-btn .dropdown span svg {
    color: var(--primary-color-1) !important;
}

.mobile-header.two #nav-opn-btn {
    background-color: var(--white-color);
}

.mobile-header.two #nav-opn-btn i {
    color: var(--primary-color-3);
}

.mobile-header.two #nav-opn-btn svg {
    color: var(--primary-color-3);
}

.mobile-header.three {
    background-color: var(--primary-color-1);
}

.mobile-header.three #nav-opn-btn {
    background-color: var(--white-color);
}

.mobile-header.three #nav-opn-btn i {
    color: var(--primary-color-1);
}

.mobile-header.three #nav-opn-btn svg {
    color: var(--primary-color-1);
}

.mobile-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}

#nav-opn-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: var(--primary-color-2);
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

#offcanvas-nav {
    background: transparent;
    position: absolute;
    left: -300px;
    top: 0px;
    z-index: 99;
    width: 300px;
    height: 100vh;
    z-index: 999999;
    transition: 0.5s ease;
}

#offcanvas-nav::before {
    content: "";
    width: 0%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.8); */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s ease 0.3s;
}

#offcanvas-nav.open {
    left: 0px;
}

#offcanvas-nav.open::before {
    width: 100%;
}

#offcanvas-nav .m-nav {
    position: relative;
    background: #fff;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    z-index: 9;
    display: block;
    height: 100%;
    overflow-y: scroll;
}

#nav-cls-btn {
    /* position: absolute; */
    right: 15px;
    top: 15px;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
}

#offcanvas-nav .m-nav .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
}

#offcanvas-nav .m-nav .nav-links li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

#offcanvas-nav .m-nav .nav-links li:last-of-type {
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
}

#offcanvas-nav .m-nav .nav-links li a {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#offcanvas-nav .m-nav .nav-links li a::before {
    display: none;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu {
    position: relative;
    box-shadow: none;
    padding-left: 20px;
    padding-top: 15px !important;
    padding-top: 0px;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: 0.5s ease-in 0s;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li {
    padding: 5px 0px;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li a {
    font-size: 15px;
    color: #000;
}

#offcanvas-nav .m-nav .nav-links .dropdown:hover .d-menu {
    display: block;
}

#offcanvas-nav .m-nav .logo {
    margin-bottom: 30px;
}

#offcanvas-nav .m-nav > .social-icons-s1 {
    gap: 12px;
    margin-top: 50px;
}

#offcanvas-nav .m-nav > .social-icons-s1 li a::before {
    display: none;
}

.not-found {
    background-color: var(--white-color);
    padding: 120px 0;
    position: relative;
    z-index: 111;
}

.not-found .not-found-box {
    padding: 103px 197px;
    background-color: #f9faff;
    border-radius: 10px;
}

.not-found .not-found-box .not-found-thumb-main .not-fount-main-thumb {
    width: 480px;
    height: 410px;
}

.not-found .not-found-box .not-found-thumb-main .not-fount-main-thumb img {
    width: 100%;
    height: 100%;
}

.not-found .not-found-box .not-found-txt {
    font-size: 24px;
    font-weight: var(--bold);
    text-align: center;
}

.not-found .not-found-box .not-found-sub-txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: var(--regular);
    text-align: center;
    margin-top: 10px;
}

.not-found .not-found-box .not-found-sub-txt span {
    color: var(--headline-color);
    font-weight: --bold;
}

.inventory-not-found .not-found-box {
    padding: 110px;
}

.inventory-not-found
    .not-found-box
    .not-found-thumb-main
    .not-fount-main-thumb {
    width: 604px;
    height: 272px;
}

.pricing {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    padding: 120px 0;
}

.pricing .taitel {
    text-align: center;
}

.pricing .taitel .taitel-img {
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -25px;
}

.pricing .pricing-titel {
    text-align: center;
}

.pricing.two .pricing-item-two {
    border: 1px solid var(--primary-color-2);
}

.pricing.two .pricing-item-two .pricing-text-box {
    color: var(--white-color);
    background-color: var(--primary-color-2);
}

.pricing.two .pricing-item-two .thm-btn-thr {
    border: 1px solid var(--primary-color);
    background-color: var(--headline-color);
    margin-top: 20px;
    color: var(--white-color);
    width: 100%;
}

.pricing.two .pricing-item-two .thm-btn-thr:hover {
    border: 1px solid var(--headline-color);
}

.pricing.two .pricing-item-two .thm-btn-thr::after {
    background-color: var(--primary-color-2);
}

.pricing.two .pricing-item-two .thm-btn-thr::before {
    background-color: var(--primary-color-2);
}

.pricing-car-main {
    position: relative;
    z-index: 1;
}

.pricing-car-main .pricing-car-pos-img-one {
    position: absolute;
    top: -250px;
    left: -245px;
    z-index: -1;
}

.pricing-car-main .pricing-car-pos-img-one img {
    width: 575px;
    height: 440px;
    object-fit: cover;
}

.pricing-taitel {
    padding-bottom: 20px;
}

.pricing-mt {
    width: 1192px;
    margin: auto;
}

.pricing-item {
    padding: 30px;
    background: var(--white-color);
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    transition: var(--transition-all);
    position: relative;
    z-index: 1;
}

.pricing-item:hover {
    transform: translateY(-10px);
}

.pricing-item .pricing-text {
    font-weight: var(--medium);
    margin-left: 20px;
}

.pricing-item .pricing-text-box {
    font-size: 64px;
    line-height: 80px;
    padding: 20px 0 20px 20px;
    border-radius: 6px;
    background-color: #fcdfdf;
    margin-top: 12px;
}

.pricing.two .pricing-item .pricing-text-box {
    background-color: #f6f8ff;
}

.pricing.two .pricing-item-two .pricing-text-box {
    background-color: var(--primary-color-2);
}

.pricing-item .pricing-text-box sup {
    top: -33px;
    left: 0px;
    font-size: 30px;
}

.pricing-item .pricing-text-box span {
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
}

.pricing-item .pricing-item-box {
    margin-top: 25px;
    margin-left: 25px;
}

.pricing-item .pricing-item-box ul li {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 18px;
    font-weight: var(--regularr);
    line-height: 250%;
    color: var(--headline-color);
    font-family: var(--roboto);
}

.pricing-item .pricing-item-box ul li span svg {
    fill: currentColor;
    color: #47ce85;
}

.pricing-item .pricing-item-box ul .pricing-item-box-two {
    color: var(--paragraph-color);
}

.pricing-item .pricing-item-box ul .pricing-item-box-two span svg {
    fill: currentColor;
    color: red;
}

.pricing-item .thm-btn {
    width: 310px;
    border: 1px solid var(--headline-color);
    background-color: var(--primary-color-3);
    margin-top: 20px;
    color: var(--white-color);
}

.pricing-item .thm-btn:hover {
    border: 1px solid var(--primary-color-3);
}

.pricing-item .thm-btn::after {
    background-color: var(--primary-color-3);
}

.pricing-item .thm-btn::before {
    background-color: var(--primary-color-3);
}

.pricing-item .thm-btn::after {
    background-color: var(--headline-color);
}

.pricing-item .thm-btn::before {
    background-color: var(--headline-color);
}

.pricing-item .thm-btn-two {
    margin-top: 20px;
}

.pricing-item-two {
    border: 1px solid var(--primary-color-3);
}

.pricing-item-two .pricing-text-box {
    color: var(--white-color);
    background-color: var(--primary-color-3);
}

.pricing-item-two .thm-btn-thr {
    border: 1px solid var(--primary-color);
    background-color: var(--headline-color);
    margin-top: 20px;
    color: var(--white-color);
    width: 100%;
}

.pricing-item-two .thm-btn-thr:hover {
    border: 1px solid var(--headline-color);
}

.pricing-item-two .thm-btn-thr::after {
    background-color: var(--primary-color-3);
}

.pricing-item-two .thm-btn-thr::before {
    background-color: var(--primary-color-3);
}

.package-details .package-details-item .package-details-table .table tr td {
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: var(--headline-color);
}

.package-details
    .package-details-item
    .package-details-table
    .table
    tr
    td:last-of-type {
    text-align: end;
}

.package-details .payment .payment-txt {
    padding: 0px 10px;
    text-align: center;
    background-color: var(--headline-color);
    color: var(--white-color);
    font-size: 24px;
    font-weight: 400;
    border-radius: 6px 6px 0 0;
}

.package-details .payment .payment-inner {
    padding: 30px;
    background: var(--white-color);
    border: 1px solid #e9e9e9;
}

.package-details .payment .payment-inner a {
    display: block;
    margin-bottom: 14px;
}

.package-details .payment .payment-inner .payment-inner-item {
    height: 50px;
    background-color: #eef5ff;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 14px;
}

.package-details .payment .payment-inner .payment-inner-item:focus-within {
    border-color: var(--headline-color);
}

.package-details
    .payment
    .payment-inner
    .payment-inner-item:focus-within::after {
    opacity: 1;
}

.package-details .payment .payment-inner .payment-inner-item::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 30px;
    height: 22px;
    width: 22px;
    background: url(../assets/images/icon/fucos-img.png) no-repeat center/cover;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.package-details
    .payment
    .payment-inner
    .payment-inner-item
    .payment-inner-item-label {
    background-color: #eef5ff;
}

.package-details
    .payment
    .payment-inner
    .payment-inner-item
    .payment-inner-item-label
    img {
    width: 120px;
    height: 30px;
}

.package-details
    .payment
    .payment-inner
    .payment-inner-item
    .payment-inner-item-input {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #eef5ff;
    border: 0;
}

.payment-modal .modal-dialog .modal-content .modal-body .payment-modal-item {
    margin-top: 20px;
}

.payment-modal .modal-dialog .modal-content .modal-body .payment-modal-item h4 {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 24px;
    border-bottom: 1px solid var(--paragraph-color);
    padding-bottom: 10px;
}

.payment-modal .modal-dialog .modal-content .modal-body .payment-modal-txt {
    margin: 20px 0;
}

.payment-modal .modal-dialog .modal-content .modal-body .payment-modal-txt p {
    color: var(--paragraph-color);
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
}

.payment-modal
    .modal-dialog
    .modal-content
    .modal-body
    .payment-modal-from-item {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.payment-modal
    .modal-dialog
    .modal-content
    .modal-body
    .payment-modal-from-item
    .payment-modal-from-inner {
    width: 100%;
}

.payment-modal
    .modal-dialog
    .modal-content
    .modal-body
    .payment-modal-from-item
    .payment-modal-from-inner
    .thm-btn {
    border: 0;
    margin-top: 20px;
}

.bank-payment-modal .payment-modal-item h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.bank-payment-modal .bank-payment-modal-txt {
    margin-bottom: 15px;
}

.bank-payment-modal .bank-payment-modal-txt p {
    font-size: 16px;
}

.bank-payment-modal
    .payment-modal-from
    .payment-modal-from-item
    .payment-modal-from-inner
    .thm-btn-two {
    border: 0;
    margin-top: 20px;
}

.varified-badge svg {
    width: 24px;
    height: 24px;
    color: #07ac12;
}

@keyframes move {
    from {
        clip-path: circle(50px at 0% 50%);
    }
    to {
        clip-path: circle(50px at 100% 50%);
    }
}

.preloader {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999;
}

.preloader svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: var(--headline-color);
}

h5.preloader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: var(--white-color);
}

h5.preloader-text::after {
    content: "Loading";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    animation: move 2s infinite alternate;
}

@media (max-width: 1040px) {
    h5.preloader-text {
        font-size: 60px;
    }
}

.privacy {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    padding: 40px 0 40px 0;
}

.privacy .privacy-text-item.two {
    margin-top: 40px;
}

.privacy .privacy-text-item .privacy-text-item-inner {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 100px;
}

.privacy .privacy-text-item .privacy-text-item-inner ul li {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--headline-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy .privacy-text-item .privacy-text-item-inner ul li span {
    line-height: 0;
    width: 5px;
    height: 5px;
    background-color: #6b6c6c;
    border-radius: 50px;
    display: inline-block;
}

.privacy .privacy-text-item p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--paragraph-color);
    padding-top: 16px;
}

.slick-img-main {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slick-img-main .slick-img {
    position: relative;
}

.slick-img-main .slick-img img {
    width: 275px;
    height: 286px;
}

.slick-img-main .slick-img:hover .slick-img-overlay {
    opacity: 1;
}

.slick-img-main .slick-img .slick-img-overlay {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 233px;
    height: 246px;
    background-color: rgba(255, 96, 61, 0.9);
    border-radius: 5px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-all);
}

.shop {
    padding: 120px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.shop .inventory-main-box .select-Brand-box .form-check .form-check-label {
    color: var(--paragraph-color);
}

.shop
    .inventory-main-box
    .select-Brand-box
    .form-check:focus-within
    .form-check-label {
    color: var(--headline-color);
}

.shop .inventory-main-box .top-selling-box {
    border-radius: 4px;
    background-color: var(--white-color);
    padding: 20px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 9px 126px 0px rgba(20, 0, 255, 0.06);
}

.shop .inventory-main-box .top-selling-box .top-selling-box-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.shop .inventory-main-box .top-selling-box .top-selling-box-item:last-child {
    margin-bottom: 0;
}

.shop
    .inventory-main-box
    .top-selling-box
    .top-selling-box-item
    .top-selling-box-img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background: #f4f2f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop
    .inventory-main-box
    .top-selling-box
    .top-selling-box-item
    .top-selling-box-img
    img {
    width: 68px;
    height: 68px;
}

.shop
    .inventory-main-box
    .top-selling-box
    .top-selling-box-item
    .top-selling-box-text {
    flex: 1 1 0%;
}

.shop
    .inventory-main-box
    .top-selling-box
    .top-selling-box-item
    .top-selling-box-text
    h6 {
    font-family: var(--roboto);
    line-height: 24px;
    font-weight: var(--regular);
}

.shop
    .inventory-main-box
    .top-selling-box
    .top-selling-box-item
    .top-selling-box-text
    h5 {
    font-family: var(--roboto);
    font-weight: var(--medium);
    padding-top: 4px;
}

.shop
    .inventory-main-box
    .top-selling-box
    .top-selling-box-item
    .top-selling-box-text
    h5
    del {
    color: var(--paragraph-color);
}

.shop .inventory-main-box .form-check-df {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.shop .inventory-main-box .form-check-df .icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.shop .inventory-main-box .form-check-df .icon li svg {
    color: #fcc013;
}

.shop .inventory-main-box .form-check-df .icon li i {
    color: #fcc013;
}

.shop .inventory-main-box .form-check-df .text {
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
}

.shop .shop-item {
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
    background-color: #f9faff;
}

.shop .shop-item:hover .shop-item-top-text .icon i {
    color: var(--primary-color);
}

.shop .shop-item:hover .shop-item-img img {
    transform: scale(1.1);
}

.shop .shop-item .shop-item-top-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop .shop-item .shop-item-top-text .text h3 del {
    color: var(--paragraph-color);
}

.shop .shop-item .shop-item-top-text .icon i {
    font-size: 22px;
    color: var(--headline-color);
    transition: var(--transition-all);
}

.shop .shop-item .shop-item-img {
    margin-top: 13px;
    height: 302px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shop .shop-item .shop-item-img img {
    width: 202px;
    height: 216px;
    object-fit: cover;
    transition: var(--transition-ease-in-out);
}

.shop .shop-item .shop-item-img .shop-item-img-overlay {
    position: absolute;
    top: 16px;
    left: 16px;
}

.shop .shop-item .shop-item-img .shop-item-img-overlay h6 {
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    color: var(--white-color);
    padding: 6px 18px;
    border-radius: 2px;
    background-color: var(--primary-color-2);
}

.shop .shop-item .shop-item-bottom-text {
    margin-top: 22px;
}

.shop .shop-item .shop-item-bottom-text a h3 {
    color: var(--headline-color);
    font-size: 22px;
}

.shop .shop-item .shop-item-reating-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.shop .shop-item .shop-item-reating-icon .icon {
    display: flex;
    gap: 5px;
}

.shop .shop-item .shop-item-reating-icon .icon li {
    color: #fcc013;
}

.shop .shop-item .shop-item-reating-icon .text h6 {
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
}

.shop-details {
    padding: 120px 0;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.shop-details .shop-details-slick .shop-details-slick-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9faff;
    height: 650px;
}

.shop-details .shop-details-slick .shop-details-slick-img img {
    width: 367px;
    height: 367px;
}

.shop-details .shop-details-slick-nav .shop-details-slick-img {
    width: 138px;
    height: 149px;
    border-radius: 5px;
    background: #f9faff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.shop-details .shop-details-slick-nav .shop-details-slick-img img {
    width: 97px;
    height: 97px;
}

.shop-details .shop-details-text p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    color: var(--paragraph-color);
}

.shop-details .shop-details-text h3 {
    padding-top: 10px;
}

.shop-details .shop-details-text-item {
    margin-top: 37px;
}

.shop-details .shop-details-text-item h6 {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    color: var(--paragraph-color);
}

.shop-details .shop-details-text-item h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.shop-details .shop-details-text-item h3 del {
    color: #9b9b9b;
}

.shop-details .shop-details-text-item h3 span {
    display: flex;
    align-items: end;
    gap: 5px;
}

.shop-details .shop-details-text-item h3 span svg {
    color: #ffc403;
}

.shop-details .shop-details-text-item h3 span i {
    font-size: 14px;
    color: #ffc403;
}

.shop-details .shop-details-text-item h3 span .text {
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 14px;
    color: var(--paragraph-color);
}

.shop-details .shop-details-text-item p {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: #0ca640;
    padding-top: 8px;
}

.shop-details .shop-details-dec {
    margin-top: 28px;
}

.shop-details .shop-details-dec p {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
    padding-right: 134px;
}

.shop-details .shop-details-dec a {
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 20px;
    color: var(--primary-color-2);
    padding-top: 10px;
}

.shop-details .shop-details-btn {
    margin-top: 39px;
}

.shop-details .shop-details-btn .shop-details-btn-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.shop-details .shop-details-btn .shop-details-btn-item .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 144px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid var(--primary-color-2);
    background: var(--white-color);
}

.shop-details .shop-details-btn .shop-details-btn-item .quantity__minus,
.shop-details .shop-details-btn .shop-details-btn-item .quantity__plus {
    color: #696969;
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 18px;
}

.shop-details .shop-details-btn .shop-details-btn-item .quantity__input {
    background: var(--white-color);
    color: #111;
    width: 70px;
    text-align: center;
    border: 1px solid transparent;
    outline: none;
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 18px;
    text-transform: capitalize;
}

.shop-details .shop-details-btn .shop-details-btn-item .thm-btn-two {
    width: 377px;
    height: 50px;
}

.shop-details .shop-details-btn .shop-details-btn-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 23px;
    border-bottom: 1px solid #e9e9e9;
    width: 551px;
    padding-bottom: 40px;
}

.shop-details .shop-details-btn .shop-details-btn-inner a {
    display: flex;
    align-items: center;
    gap: 19px;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 28px;
    color: var(--headline-color);
}

.shop-details .shop-details-btn .shop-details-btn-inner a span {
    line-height: 0;
}

.shop-details .shop-details-btn .shop-details-btn-inner a span svg {
    stroke: currentColor;
    color: var(--headline-color);
}

.shop-details .shop-details-others-item {
    margin-top: 40px;
}

.shop-details .shop-details-others-item ul li {
    padding-bottom: 18px;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 16px;
    color: var(--paragraph-color);
}

.shop-details .shop-details-others-item ul li:last-child {
    padding-bottom: 0;
}

.shop-details .shop-details-others-item ul li span {
    font-weight: var(--medium);
    color: var(--headline-color);
}

.shop-details .shop-details-others-item ul .active {
    color: var(--primary-color-2);
}

.shop-details .shop-details-others-item ul .active span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

.shop-details .shop-details-social-icon {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 22px;
}

.shop-details .shop-details-social-icon .text span {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 16px;
    color: var(--headline-color);
}

.shop-details .shop-details-social-icon .icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.shop-details .shop-details-social-icon .icon i {
    font-size: 20px;
    color: rgb(62, 117, 178);
}

.shop-details .shop-details-social-icon .icon .fa-pinterest {
    color: #e12828;
}

.shop-details .shop-details-social-icon .icon .fa-twitter {
    color: #3fd1ff;
}

.shop-details .shop-details-review {
    padding: 23px 30px 30px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background: #f9faff;
    margin-top: 120px;
}

.shop-details .shop-details-review .nav {
    gap: 80px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.shop-details .shop-details-review .nav .nav-item .nav-link {
    font-family: var(--DMSans);
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--headline-color);
    padding: 0;
}

.shop-details .shop-details-review .nav-pills .nav-link.active,
.shop-details .shop-details-review .nav-pills .show > .nav-link {
    color: var(--primary-color-2);
    background-color: #f8f8f8;
    position: relative;
}

.shop-details .shop-details-review .nav-pills .nav-link.active::before,
.shop-details .shop-details-review .nav-pills .show > .nav-link::before {
    position: absolute;
    content: "";
    top: 53px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color-2);
}

.shop-details .shop-details-review .dec {
    padding-top: 30px;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
}

.shop-details .shop-details-review .shop-details-review-list {
    margin-top: 30px;
}

.shop-details .shop-details-review .shop-details-review-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--paragraph-color);
}

.shop-details .shop-details-review .shop-details-review-list li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #6b6c6c;
}

.shop-details .write-your-review-item .write-your-review-text {
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: var(--DMSans);
}

.testimonial {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.testimonial .taitel .taitel-img {
    position: absolute;
    bottom: -14px;
    left: 0px;
}

/* .testimonial .testimonial-p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
    padding-top: 20px;
} */

.testimonial .sm-df {
    display: flex;
    flex-direction: column;
}

.testimonial .testimonial-slick-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.testimonial .testimonial-slick-btn .feature-slick-next span {
    line-height: 0;
}

.testimonial .testimonial-slick-main {
    padding: 25px 30px 18px 30px;
    background-color: var(--white-color);
    box-shadow: 0px 22px 37.8px 0px #0000001C;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top-main
    .testimonial-p {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top-main
    .testimonial-btm-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top-main
    .testimonial-btm-item
    .testimonial-btm-item-txt-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top-main
    .testimonial-btm-item
    .testimonial-btm-item-txt-item
    h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: var(--headline-color);
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top-main
    .testimonial-btm-item
    .testimonial-btm-item-txt-item
    ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top-main
    .testimonial-btm-item
    .testimonial-btm-item-txt-item
    ul
    li
    span {
    display: block;
    color: #ffc200 !important;
}

.testimonial .testimonial-slick-main .testimonial-slick .testimonial-slick-top {
    display: flex;
    align-items: center;
    gap: 25px;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top
    .testimonial-slick-top-thumb {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top
    .testimonial-slick-top-thumb
    img {
    width: 100%;
    height: 100%;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top
    .testimonial-slick-top-txt
    h4 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #173055;
}

.testimonial
    .testimonial-slick-main
    .testimonial-slick
    .testimonial-slick-top
    .testimonial-slick-top-txt
    p {
    font-size: .8rem;
    font-weight: 400;
    line-height: 22px;
    color: #727373;
}

.testimonial .testimonial-position-img {
    position: relative;
    width: 100%;
}

.testimonial .testimonial-position-img .testimonial-position-img-left {
    position: absolute;
    bottom: -30px;
    left: -238px;
    z-index: -1;
    background: url(../assets/images/thumb/testimonial-pos-left.png) no-repeat
        center;
    width: 479px;
    height: 153px;
}

.testimonial .testimonial-position-img .testimonial-position-img-right {
    position: absolute;
    bottom: -157px;
    right: -120px;
    z-index: -1;
    background: url(../../japan_home/testimonial_car.png) no-repeat
        center;
    width: 376px;
    height: 236px;
}

@media (max-width: 768px) {
    .testimonial .testimonial-position-img .testimonial-position-img-right {
        display: none;
    }
}


@media (min-width: 1716px) {
    .testimonial .testimonial-position-img .testimonial-position-img-left {
        bottom: -80px;
    }
}

@media screen and (max-width: 1715px) and (min-width: 1300px){
    .testimonial .testimonial-position-img .testimonial-position-img-left {
        bottom: -58px;
    }
}

@media screen and (max-width: 1058px) and (min-width: 992px){
    .testimonial .testimonial-position-img .testimonial-position-img-left {
        bottom: -72px;
    }
}

.testimonial-padding {
    padding-bottom: 90px !important;
}

.testimonial.two .feature-slick-next {
    border: 1px solid var(--primary-color-1);
}

.testimonial.two .feature-slick-next span svg {
    color: var(--primary-color-1);
}

.testimonial.two .feature-slick-next:hover {
    background-color: var(--primary-color-1);
}

.testimonial.two .feature-slick-next:hover span svg {
    color: var(--white-color);
}

.testimonial.two .feature-slick-prev {
    border: 1px solid var(--primary-color-1);
}

.testimonial.two .feature-slick-prev span svg {
    color: var(--primary-color-1);
}

.testimonial.two .feature-slick-prev:hover {
    background-color: var(--primary-color-1);
}

.testimonial.two .feature-slick-prev:hover span svg {
    color: var(--white-color);
}

.testimonial-two {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

.testimonial-two .testimonial-slick-item {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 8px;
    background: var(--white-color);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.testimonial-two .testimonial-slick-item .testimonial-slick-img img {
    width: 168px;
    height: 243px;
    border-radius: 4px;
    object-fit: cover;
}

.testimonial-two .testimonial-slick-item .testimonial-slick-txt p {
    font-size: 23px;
}

.testimonial-two .testimonial-slick-item .testimonial-slick-txt-item {
    display: flex;
    justify-content: space-between;
}

.testimonial-two
    .testimonial-slick-item
    .testimonial-slick-txt-item
    .testimonial-slick-txt-item-text {
    margin-top: 26px;
}

.testimonial-two
    .testimonial-slick-item
    .testimonial-slick-txt-item
    .testimonial-slick-txt-item-text
    h4 {
    font-weight: var(--bold);
}

.testimonial-two
    .testimonial-slick-item
    .testimonial-slick-txt-item
    .testimonial-slick-txt-item-text
    span {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    font-family: var(--roboto);
    color: var(--paragraph-color);
}

.testimonial-two
    .testimonial-slick-item
    .testimonial-slick-txt-item
    .testimonial-slick-txt-item-text-icon
    span
    svg {
    stroke: currentColor;
    color: var(--primary-color-2);
}

.testimonial-two .next-prev-btn {
    margin-top: 10px;
}

.trending {
    position: relative;
    z-index: 1;
    background: var(--white-color);
    overflow-x: hidden;
}

.trending::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/images/hero/trending-bg.png) no-repeat
        center/cover;
    margin-left: 150px;
    z-index: -1;
    border-radius: 8px;
}

.trending .trending-taitel {
    color: var(--headline-color);
}

.trending .trending-car-list {
    margin-top: 45px;
}

.trending .trending-car-list ul li {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
}

.trending .trending-car-list ul li a {
    color: var(--paragraph-color);
    transation: all linear 0.5s;
}

.trending .trending-car-list ul li a:hover,
.trending .trending-car-list ul li a:hover span svg {
    color: var(--primary-color-3);
}

.trending .trending-car-list ul li:last-child {
    padding-bottom: 0;
}

.trending .trending-car-list ul li span {
    line-height: 0;
}

.trending .trending-car-list ul li span svg {
    stroke: currentColor;
    color: var(--paragraph-color);
}

.trending .trending-car-slick-btn {
    margin-top: 83px;
}

.trending .trending-car-slick-btn .testimonial-slick-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trending
    .trending-car-slick-btn
    .testimonial-slick-btn
    .feature-slick-prev
    span {
    line-height: 0;
}

.trending .brand-car-item {
    background-color: var(--white-color);
    margin: 0 15px;
    box-shadow: 0px 0px 60px 0px transparent;
    border: 1px solid var(--white-color);
}

.trending
    .brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .text-df
    .text.text-two {
    background-color: var(--primary-color-3);
    color: var(--white-color);
}

.trending .brand-car-item .brand-car-item-img .brand-car-item-img-text .icon {
    background-color: #ededed;
}

.trending
    .brand-car-item
    .brand-car-item-img
    .brand-car-item-img-text
    .icon:hover {
    background-color: var(--primary-color-3);
}

.trending .brand-car-item .brand-car-inner .brand-car-inner-item p {
    color: var(--primary-color-3);
}

.trending .brand-car-item:hover .brand-car-inner h3 {
    color: var(--primary-color-3);
}

.trending .trending-slick {
    margin-right: -400px;
}

.vedio-two .taitel.two span {
    color: var(--white-color);
}

.vedio {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}

.vedio .taitel .taitel-img {
    position: absolute;
    bottom: -16px;
    left: 0px;
}

.vedio .vedio-bg {
    padding: 115px 0px 120px 100px;
    border-radius: 6px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vedio .vedio-taitel {
    color: var(--white-color);
    padding-top: 36px;
}

.vedio .vedio-btn {
    margin-top: 60px;
}

.vedio .vedio-btn .thm-btn {
    color: var(--headline-color);
}

.vedio .vedio-btn .thm-btn-two {
    display: inline-block;
}

.vedio .vedio-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vedio .vedio-item .my-video-links {
    z-index: 1;
    position: relative;
}

.vedio .vedio-item .vedio-item-icon {
    width: 118px;
    height: 118px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    position: relative;
}

.vedio .vedio-item .vedio-item-icon::after {
    position: absolute;
    content: "";
    top: -25px;
    left: -27px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background-color: var(--primary-color-1);
    animation: waves 4s linear infinite;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.vedio .vedio-item .vedio-item-icon::before {
    position: absolute;
    content: "";
    top: -25px;
    left: -27px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background-color: var(--white-color);
    animation: waves 5s linear infinite;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.vedio .vedio-item .vedio-item-icon span svg {
    fill: currentColor;
    color: var(--primary-color-1);
}

.vedio .vedio-counter {
    padding: 35px 70px;
    border-radius: 8px 0px 0 0;
    background-color: var(--white-color);
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1020px;
}

.vedio .vedio-counter .vedio-counter-item {
    display: flex;
    align-items: center;
    gap: 30px;
    border-left: 1px solid rgba(70, 217, 147, 0.3);
    padding-left: 95px;
}

.vedio .vedio-counter .vedio-counter-item:first-of-type {
    border-left: 1px solid transparent;
    padding-left: 0px;
}

.vedio .vedio-counter .vedio-counter-item .icon img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    object-fit: cover;
}

.vedio .vedio-counter .vedio-counter-item .text h2 {
    padding-top: 0;
    font-size: 70px;
}

.vedio .vedio-counter .vedio-counter-item .text h5 {
    font-weight: var(--medium);
    color: var(--paragraph-color);
    padding-top: 6px;
}

.vedio-two .vedio-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vedio-two .vedio-item .my-video-links {
    z-index: 1;
    position: relative;
}

.vedio-two .vedio-item .vedio-item-icon::after {
    background-color: var(--primary-color-2);
}

.vedio-two .vedio-item .vedio-item-icon span svg {
    fill: currentColor;
    color: var(--primary-color-2);
}

:root {
    --primary-color-1: #038ffc;
    --primary-color-2: #405ff2;
    --primary-color-3: #ee3536;
    --headline-color: #0d274e;
    --paragraph-color: #6b6c6c;
    --white-color: #fff;
    --regular: 400;
    --semiBold: 600;
    --medium: 500;
    --bold: 700;
    --DMSans: "Poppins", sans-serif;
    --roboto: "Poppins", sans-serif;
    --poppins: "Poppins", serif;
    --transition-all: all linear 0.3s;
    --transition-ease-in-out: all 0.5s ease-in-out;
}

.modal {
    z-index: 999999;
}

.col-p-0 {
    padding: 0;
}

.taitel {
    position: relative;
}

.taitel .taitel-img {
    position: absolute;
    bottom: -16px;
    left: 0px;
}

.taitel .taitel-img img {
    object-fit: cover;
}

.taitel span {
    font-size: 20px;
    color: var(--primary-color-1);
    font-weight: var(--bold);
    line-height: 24px;
    font-family: var(--DMSans);
}

/* .taitel.two span {
    color: var(--primary-color-2);
} */

.taitel.thr span {
    color: var(--primary-color-3);
    font-family: var(--DMSans);
}

h2 {
    font-family: var(--DMSans);
    font-size: 46px;
    font-weight: var(--bold);
    line-height: 56px;
    color: var(--headline-color);
    padding-top: 16px;
}

h3 {
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 34px;
    color: var(--headline-color);
    font-family: var(--DMSans);
}

h4 {
    font-size: 24px;
    font-weight: var(--regular);
    line-height: 30px;
    color: var(--headline-color);
    font-family: var(--DMSans);
}

h5 {
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--headline-color);
    font-family: var(--DMSans);
}

h6 {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 28px;
    color: var(--headline-color);
    font-family: var(--DMSans);
}

p {
    font-family: var(--roboto);
    font-size: 24px;
    font-weight: var(--regular);
    line-height: 30px;
    color: var(--paragraph-color);
}

.header-container {
    max-width: 1780px !important;
}

.container {
    max-width: 100%;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 24px;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 30px;
}

.py-120px {
    padding-top: 115px;
    padding-bottom: 120px;
}

.pb-120px {
    padding-bottom: 120px;
}

.mt-56px {
    margin-top: 46px;
}

/* .mt-32px {
    margin-top: 22px;
} */

.mt-30px {
    margin-top: 30px;
}

.mt-60px {
    margin-top: 50px;
}

.mt-48px {
    margin-top: 48px;
}

.mt-50px {
    margin-top: 38px;
}

.mt-40px {
    margin-top: 40px;
}

.work {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    padding-bottom: 115px;
}

.work .taitel {
    text-align: center;
}

.work .taitel .taitel-img {
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -23px;
}

.work .work-taitel {
    text-align: center;
}

.work .work-item.two {
    margin-top: 78px;
}

.work .work-item:hover .work-item-text {
    color: var(--secondary-color);
}

.work .work-item .work-icon-item {
    display: flex;
    align-items: center;
    gap: 44px;
}

.work .work-item .work-item-text {
    font-size: 30px;
    font-weight: var(--bold);
    line-height: 30px;
    color: var(--headline-color);
    font-family: var(--DMSans);
    padding-top: 30px;
    transition: var(--transition-all);
}

.work .work-item .work-item-des {
    color: var(--paragraph-color);
    padding-right: 50px;
    padding-top: 15px;
}

.not-found-txt-main {
    text-align: center;
    margin-top: 30px;
}

.not-found-txt {
    font-size: 30px;
    font-weight: 400;
    color: var(--headline-color);
    margin-bottom: 10px;
}

.not-fount-main-thumb {
    text-align: center;
}

.not-fount-main-thumb span svg {
    height: 410px;
    width: 480px;
}

.car-not-fount-btn {
    margin-top: 20px;
}

.car-not-fount-btn .thm-btn-two {
    display: inline-block;
}

.cookie_consent_modal {
    width: 350px;
    padding: 30px;
    background-color: var(--white-color);
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.cookie_consent_modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
}

.cookie_consent_modal h5 {
    font-size: 22px;
    font-weight: 500;
}

.cookie_consent_modal p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}

.cookie_consent_modal .thm-btn-two {
    margin-top: 20px;
}

.car_list_table {
    overflow-x: auto;
}

.actions-btn.delet {
    border: 0;
    color: var(--white-color);
    padding: 2px 10px;
    border-radius: 2px;
    background: var(--primary-color-3);
}

.actions-btn.delet span i {
    color: var(--white-color);
}

.privacy-text-item h4:first-of-type {
    padding-top: 0px;
}

.privacy-text-item h4 {
    padding-top: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--headding-color);
}

.privacy-text-item ul li {
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    color: var(--paragraph-color);
    list-style: disc;
}

.privacy-text-item ul {
    margin-left: 20px;
    padding-top: 10px;
}

.dashboard-inner-img-main .dashboard-inner-img {
    width: 84px;
    height: 84px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slick .banner-slick-thumb {
    position: relative;
}

.banner-slick-thumb-overlay {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 50px;
    z-index: 1;
}

.banner-slick-thumb-overlay .banner-slick-thumb-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-slick-thumb-overlay .banner-slick-thumb-txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--white-color);
}

.banner-slick-thumb-overlay .banner-slick-thumb-txt h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--primary-color-1);
}

.banner-slick-thumb-overlay .banner-slick-thumb-txt-two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
}

.banner-slick-thumb-overlay .banner-slick-thumb-txt-two h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--white-color);
    text-align: start;
    padding-top: 5px;
    transition: var(--transition-all);
}

.banner-slick-thumb-overlay .banner-slick-thumb-txt-two h4:hover {
    color: var(--primary-color-1);
}

.banner-slick-thumb-overlay .banner-slick-thumb-txt-two a {
    display: inline;
}

.banner-slick-thumb-overlay-icon-main {
    text-align: center;
}

.banner-slick-thumb-overlay-icon-main .banner-slick-thumb-overlay-txt {
    font-size: .85rem;
    font-weight: 400;
    line-height: 14px;
    color: #9EA3AD;
    padding-top: 12px;
}

.banner-slick-thumb-overlay-icon-main {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bank-payment-modal .payment-modal-from-inner .thm-btn {
    margin-top: 20px;
}

.payment-modal .modal-title {
    color: var(--headline-color);
}

.payment-modal .modal-header .btn-close {
    background-color: var(--headline-color);
    border: 0;
}

.payment-modal .modal-header {
    padding: 16px 0;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
}

.bank-payment-modal .modal-header .btn-close {
    background-color: var(--headline-color);
    border: 0;
}

.bank-payment-modal .modal-header {
    padding: 16px 0;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
}

.bank-payment-modal .modal-title {
    color: var(--headline-color);
}

.m-nav .header-right-item .header-right-item-btn .btn-secondary {
    color: var(--headding-color);
}

.m-nav .header-right-item .header-right-item-btn .dropdown .btn-arrow svg {
    color: var(--headding-color);
}

.m-nav .header-right-item .header-right-item-btn .dropdown span svg {
    color: var(--primary-color-2);
}

.m-nav .header-right-item {
    margin-bottom: 20px;
    justify-content: space-between;
}

.m-nav .header-right-item .header-right-item-btn .dropdown.two .usd-icon {
    position: unset;
}

.m-nav .header-right-item .header-right-item-btn .dropdown.two {
    width: 115px;
}

.m-nav .header-right-item-btn {
    border: 1px solid #e9e9e9;
    padding: 10px 0px 10px 10px;
}

.dealers-details .brand-car-item {
    box-shadow: 0px 0px 60px 0px transparent;
}

.key-information {
    display: block !important;
}

.key-information li {
    padding: 10px 0;
}

.categories-two .mt-50px {
    margin-top: 30px;
}

.categories-three-view-btn {
    text-align: -webkit-right;
}

.p-sticky {
    position: sticky;
    top: 100px;
}

.inner-banner-df {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    /* margin-top: -37px; */
    padding-bottom: 37px;
}

.inner-banner-two {
    background: #e7ecff;
    padding-bottom: 50px;
    height: 430px;
}

.inner-banner-two .inner-banner-img {
    background: url(../assets/images/hero/badcam-2.png) no-repeat center / cover;
    height: 436px !important;
}

.help-inner {
    padding-top: 115px;
}

/*# sourceMappingURL=style.css.map */

/*================== Custom styles =================== */

.banner {
    background-image: url("../../frontend/assets/images/hero/banner_cover.png");
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 450%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    line-height: 28px;
    color: black !important;
    margin-top: -3px;
    border-top: 2px solid #038ffc;
    top: 35px;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.highlight {
    color: #005bac !important;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

/************ NAV-BAR DROPDOWN STYLE START **************/

.nav-dropdown-header {
    color: #232323 !important;
    font-size: 13px;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.nav-dropdown-list .nav-dropdown-item {
    color: #6e6e6e !important;
}

.nav-dropdown-list .nav-dropdown-item:hover {
    color: var(--primary-color-1) !important;
    background-color: var(--white-color) !important;
}

.nav-dropdown-list .nav-dropdown-item.active {
    color: var(--primary-color-1) !important;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff !important;
}

/************ NAV-BAR DROPDOWN STYLE END **************/

.banner-h1 {
    font-size: 4rem !important;
    font-weight: 600 !important;
    line-height: 75px !important;
    padding: 0 !important;
}

.nav-tabs .nav-link {
    color: #232323;
    border-top: 2px solid transparent;
    transition: color 0.3s, border-top 0.3s;
}

.nav-tabs .nav-link:hover {
    color: #038ffc !important;
    border-top: 2px solid var(--primary-color-1);
}

.banner .banner-search-bar .banner-sarchber-box {
    border: 1px solid #038ffc !important;
}

.banner .banner-search-bar .banner-sarchber-box-inner .icon svg {
    color: #038ffc;
}

.banner .slick-dots li.slick-active button {
    background-color: #038ffc;
}

.section-heading {
    font-size: 2rem !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #2b343d !important;
}

.page-heading {
    font-size: 1.75rem !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #2b343d !important;
}

.car-poster {
    justify-content: space-around;
}

.poster-img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.video-content p {
    font-size: 0.875rem;
    color: var(--white-color);
}

.video-content h2 {
    font-size: 1.7rem;
    line-height: 40px !important;
    font-weight: 500;
}

/**********  Car Buy section Start  *********/

.buy-section {
    background-color: var(--primary-color-1);
    background-image: url("../../japan_home/buy-bg.jpg");
    color: var(--white-color) !important;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.buy-container {
    padding: 50px 0;
}
.buy-container h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.disc {
    font-size: 1rem;
}
.step-circle {
    background-color: white;
    border-radius: 50%;
    width: 154px;
    height: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    position: relative;
}
/* .step-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid white;
} */
.step-circle:last-child::before {
    display: none;
}
.step-icon {
    font-size: 3rem;
    color: #004080;
}
.step-title {
    text-align: center;
    /* font-weight: bold; */
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.2rem !important;
    line-height: 24px !important;
    text-wrap: nowrap;
}
.step-description {
    text-align: center;
    font-size: 0.975rem;
    line-height: 1.5;
}

.buy-text-white {
    color: var(--white-color);
}

@media (max-width: 768px) {
    .step-circle {
        width: 120px;
        height: 120px;
    }
    .step-circle::before {
        right: -30px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid white;
    }
}

/* Inner Card Styling */
.inner-card {
    position: absolute;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px 0px #90A4AEBF;
    border: 2px solid #ffffff;
    background: linear-gradient(90deg, #CCD1DA -0.01%, #FFFFFF 88%);
}

/* Responsive Layout */
@media (max-width: 767px) {
    .inner-card {
        width: 100px;
        height: 100px;
    }
}

/**********  Car Buy section End  *********/

/********* Quality section Start **********/
.quality-compliance {
    background-color: #fff;
    padding: 60px 0;
}

.quality-compliance .highlight {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
}

.page-heading .page-heading-highlight {
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    color: var(--primary-color-1);
}

.section-title {
    font-size: 2rem;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    color: #2B343D !important;
}

.section-title .highlight {
    color: var(--primary-color-1);
}

.section-subtitle {
    font-size: 1rem;
    color: #818181;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 26px;
}

.compliance-item {
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: transform 0.3s ease;
    border: 7px solid #FFFFFF;
    background: #F5F5F5;
    box-shadow: 0px 2px 4px 0px #00000040;

}

.compliance-item:hover {
    transform: scale(1.05);
}

.compliance-logo {
    max-width: 100%;
    height: auto;
}

.compliance-content {
    text-align: center;
    padding-bottom: 20px; /* Add space between content and bottom of the circle */
}

.compliance-title {
    font-size: 1rem;
    font-weight: 600;
    color: black;
}

.compliance-text {
    font-size: 0.9rem;
    color: #555;
}

.compliance-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #038ffc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.quality-compliance h2,
.quality-compliance p {
    text-align: center;
}

@media (max-width: 768px) {
    .compliance-item {
        width: 160px;
        height: 160px;
    }

    .compliance-icon {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}

/********* Quality section End **********/

.aj-dropdown {
    width: 170px;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: white;
    font-size: 0.875rem;
    color: #333;
}

/* Change arrow icon styling */
.aj-dropdown::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top-color: #333; /* Dark arrow */
    pointer-events: none;
}

/* Dropdown focus/hover effect */
.aj-dropdown:focus {
    outline: none;
    border-color: #007bff; /* Change border color on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Glow effect */
}

.custom-tabs li {
    width: 170px;
}

.bg-no-color {
    background-color: transparent !important;
}

.brand-location {
    font-size: 0.625rem;
    font-family: "Poppins", serif;
    font-weight: normal !important;
    font-style: normal;
    color: #0d274e !important;
    /* width: 40px !important; */
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    
}

.brand-date {
    font-size: 0.625rem;
    font-family: "Poppins", serif;
    font-weight: normal !important;
    font-style: normal;
    color: #9ea3ad;
}

.bi-geo-alt-fill {
    font-size: 0.625rem;
    color: #868B96 !important;
}
.custom-tabs li a {
    height: 44px;
    font-size: 0.875rem !important;
    text-align: center;
    align-content: space-evenly;
}

.banner-serch {
    height: 100%;
    width: 100%;
    background-color: var(--primary-color-1);
    color: var(--white-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-tabs {
    border: none !important;
}

/* .heading-section li:nth-child(2) {
    border-left: 2px solid #6e6e6e;
} */

/* .custom-tabs li:nth-child(2) {
    border-left: 2px solid #6e6e6e;
}

.custom-tabs li:nth-child(3) {
    border-left: 2px solid #6e6e6e;
} */

.email-input {
    padding: 10px 15px !important;
    background-color: #2e326c !important;
    color: var(--white-color) !important;
    padding-left: 25px !important;
}

.email-btn {
    height: 40px !important;
    font-size: 12px !important;
    font-style: var(--DMSans);
    font-weight: var(--semiBold);
}

.footer-logo a {
    width: 140px;
    background: #ffff;
    display: flex;
    justify-content: center;
    border-radius: 32px;
    border-right: 3px solid var(--primary-color-1);
    border-left: 3px solid var(--primary-color-1);
}

/********* header section style start **********/

.header-dropdown,
.header-dropdown:hover {
    background-color: transparent;
    border-color: transparent;
}

.header-dropdown::after {
    vertical-align: 0.15em;
}

.header-border {
    background-color: #0f1350;
}

.heading-fs-14 {
    font-size: 0.875rem !important;
}
/********* header section style end **********/

/********* Listing Page style Start **********/

/********* breadcrumb Start ***********/
.listing-breadcrumb {
    padding: 125px 0 0 0 !important;
}

.breadcrumb-list .breadcrumb-link a,
.breadcrumb-list .breadcrumb-link {
    color: #8b9298 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">") !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .listing-breadcrumb {
        padding: 20px 0 0 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .listing-breadcrumb {
        padding: 132px 0 0 0 !important;
    }
}
@media (min-width: 1440px) and (max-width: 1920.98px) {
    .listing-breadcrumb {
        padding: 132px 0 0 0 !important;
    }
}
@media (max-width: 767px) {
    .listing-breadcrumb {
        padding: 10px 0 70px 0 !important;
    }
}
/********* breadcrumb End ***********/

/********* input range slider  style Start ***********/
.slider-container {
    display: flex;
    align-items: center;
    margin: 20px;
}
.slider-label {
    margin-right: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    color: #038ffc;
}

#age_output {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    color: #038ffc;
}
.slider-input {
    width: 100%;
    height: 2px;
}
.slider-value {
    margin-right: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    color: #038ffc;
}

.clear-button {
    padding: px 10px;
    border-radius: 4px;
    cursor: pointer;
    background: none;
    border: none;
    color: #ff6363;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
}

.go-button {
    background-color: var(--primary-color-1); /* Blue color */
    color: white;
    padding: 5px 6px !important;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 3.125rem;
    height: 1.875rem;
    font-size: 0.8125rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media (max-width: 1024px) {
    .clear-button {
        padding: 3px 6px;
        border-radius: 4px;
        cursor: pointer;
        background: none;
        border: none;
        color: #ff6363;
        font-size: 8px;
    }
    .go-button {
        background-color: var(--primary-color-1); /* Blue color */
        color: white;
        padding: 3px 6px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }
}
/********* input range slider  style End ***********/
/* .inventory-main-box {
    border: 1px solid #24272c1a;
} */
.bg-light-grey {
    background-color: #f5f5f5 !important;
}

.brand-body {
    max-height: 285px;
    overflow-y: auto;
}

.slider-handle {
    background-color: #038ffc !important;
    width: 15px !important;
    height: 15px !important;
    top: 2px !important;
}

.slider-handle.round {
    background: #038ffc !important;
}
.slider-selection {
    background-image: linear-gradient(to bottom, #038ffc, #038ffc) !important;
}

.slider-horizontal {
    width: 94% !important;
    margin-left: 8px;
}
/********* Listing page End ***********/

/********* Listing Detail page Start ***********/
.form-section {
    background: #f5f5f5 !important;
}
.car-listing-details p {
    font-size: 1rem;
    line-height: 10px;
    font-family: var(--poppins) !important;
}
.car-listing-details .brand-text {
    color: #25282d;
    font-family: var(--poppins) !important;
    font-size: 1rem;
}
.car-listing-details h3 {
    color: #0d274e;
    font-size: 1.7rem;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 6px;
    font-family: var(--poppins) !important;
}
.car-listing-details .amount-text {
    color: #868b96;
    font-family: var(--poppins) !important;
}
.car-listing-details .price-text {
    color: #038ffc;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: var(--poppins) !important;
}
.car-listing-details .commission-text {
    color: #0d274e;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: var(--poppins) !important;
}
.cal-btn {
    color: #038ffc;
    border: 1.5px solid #038ffc;
    border-radius: 6px;
    background-color: var(--white-color);
    font-size: 0.9375rem;
    padding: 10px;
    font-weight: 600;
    font-style: normal;
    font-family: var(--poppins) !important;
}
.total-price span {
    font-size: 2rem;
    font-weight: 500;
    bottom: -2px;
    left: 90px;
}

.total-price-container {
    gap: 2rem;
}

.location-dropdown button {
    background-color: var(--white-color);
    color: #24272c80;
    border: 1px solid #24272c1a;
}
.location-dropdown button:hover,
.location-dropdown button:focus,
.location-dropdown button:focus-visible {
    border: none;
    background: var(--white-color);
    color: #24272c80;
    box-shadow: none;
    border: 1px solid #24272c1a;
}
.accessories-text {
    border: 1px solid #038ffc;
    color: #0e274f;
    font-size: 0.75rem;
    background: #038ffc26;
    font-weight: 500;
    border-radius: 5px;
}

.accessories-text1 {
    /* border: 1px solid #038ffc; */
    color: #0e274f;
    font-size: 0.75rem;
    /* background: #038ffc26; */
    font-weight: 500;
    border-radius: 5px;
}
.accessories-hide-text {
    border: 1px solid #e9e9e9;
    color: #818181;
    font-size: 0.75rem;
    background: #f5f6f680;
    font-weight: 500;
}

/********* Listing Page style End **********/

/********** Listing page card work **********/

.brand-new-car {
    height: 14rem !important;
    width: 28rem !important;
}

.card_image {
    height: 100%;
    width: 100%;
}

.car-name {
    font-family: "Poppins", serif !important;
    font-weight: var(--semiBold) !important;
    font-style: normal !important;
    font-size: 14px !important;
    color: #25282d !important;
}

.listcar_price {
    font-family: "Poppins", serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 18px !important;
    color: #038ffc !important;
}

.car-fullname {
    font-family: "Poppins", serif !important;
    font-weight: var(--semiBold) !important;
    font-style: normal !important;
    font-size: 16px !important;
    color: #0d274e !important;
}

.text-truncate {
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.brand-car-btm-txt-btm {
    background-color: #f7f7f7 !important;
}

.brand-car-inner {
    background-color: #ffffff;
}

/* Home Page Top Navbar Responsive issue */

.nav-dropdown-list {
    margin-bottom: 1rem;
}

.nav-link {
    color: black;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding: 1.2rem 0.6rem !important;
}

.nav-link:hover {
    text-decoration: none;
    color: #038ffc;
    text-decoration-color: #038ffc;
    border-bottom: 3px solid #038ffc;
}

.nav_texthead .nav-link a.active {
    color: #038ffc !important;
    border-bottom: 3px solid #038ffc !important;
}

.nav-link:focus {
    color: #038ffc;
}

.dropdown-item {
    color: black;
    text-decoration: none;
    font-size: 12px !important;
}

.dropdown-item:hover,.dropdown-item.active {
    text-decoration: underline;
    text-decoration-color: #038ffc;
    text-underline-offset: 4px;
}

@media (max-width: 1024px) {
    .nav-btn .menu ul li a {
        font-size: 0.5em !important;
    }
}

.dropdown {
    position: relative;
}

.nav-btn .menu ul li a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
    font-style: normal;
    color: #232323;
    border-bottom: 3px solid transparent;
}

.nav-btn .menu ul .nav-item .nav-link:hover,
.nav-btn .menu ul .nav-item .nav-link.active {
    color: #038ffc !important;
    border-bottom: 3px solid #038ffc !important;
}

.dropdown-link:hover {
    border-bottom: none !important;
}

.search-clear-btn,
.search-clear-btn:hover {
    color: #ff6363;
    background-color: #ff6363 10% !important;
    border: 1.5px solid #ff6363;
}
.filter-text {
    color: #131650;
    background-color: #045eac1a;
    border: 1px solid #045ead !important;
    font-size: 0.75rem;
    line-height: 18px !important;
    border-radius: 6px;
}

/***** admin prod work *****/
.main_wid {
    overflow: hidden;
}

.lang_dropdown {
    min-width: 5rem !important;
}

.background_image {
    background-image: url("../../japan_home/Cover1.jpg");
}

/* @media (max-width: 1440px) {
     .background_image {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        height: 100vh !important;
     }
} */

.section-heading {
    .poppins-bold {
        font-family: "Poppins";
        font-weight: 900 !important;
    }
}

.email-input::placeholder {
    color: white !important;
}

.five_star {
    color: #ffc200;
}

/******* Listing page responsive workk start ********/

.breadcrumb-list {
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
}

.inventory-main-box-thumb img {
    width: 28.5rem !important;
    height: 41.25rem !important;
}

/* .inventory-sarch-ber input:focus + .search-btn {
    display: none;
} */

/* .inventory-sarch-ber input {
    border: 1px solid #038FFC !important;
} */

.inventory-sarch-ber input:focus {
    border-color: #038ffc !important;
}
.banner-serch {
    /* height: 100%;
    width: 100%;
    background-color: var(--primary-color-1);
    color: var(--white-color); */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.thm-btn-search {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--white-color);
    overflow: hidden;
    font-family: var(--roboto);
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0.5s;
    z-index: 1;
    border: 1px solid var(--primary-color-1);
}

.banner-serch.thm-btn-search:hover {
    background-color: var(--white-color); /* Violet background on hover */
    color: var(--primary-color-1); /* Change text/icon color to white */
    border-color: var(
        --primary-color-1
    ); /* Optional: change border color to violet */
}

.thm-btn-search img {
    color: var(--white-color);
    transition: all 0.5s ease-in-out 0.5s;
    z-index: 1;
}

.banner-serch.thm-btn-search:hover img {
    color: var(--primary-color-1) !important;
    filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(6250%)
        hue-rotate(171deg) brightness(92%) contrast(100%);
}

.thm-btn-search:before {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: var(--primary-color-1);
    transition: all 0.5s;
    z-index: -1;
}
.thm-btn-search:hover:before {
    transform: rotateX(90deg);
}

.thm-btn-search::after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    background-color: var(--primary-color-1);
    transition: all 0.5s;
    z-index: -1;
}

.thm-btn-search:hover::after {
    transform: rotateY(90deg);
}

/****** Pagination works Start *******/
.next-prev-btn ul .active {
    background-color: #038ffc;
    border: 1px solid #038ffc;
    color: var(--white-color);
}

.next-prev-btn ul li a:hover {
    background-color: #038ffc;
    border: 1px solid #038ffc;
    color: var(--white-color);
}

/* Default styles for pagination (will apply on larger screens) */
.next-prev-btn ul {
    display: flex;
    justify-content: center; /* Centers pagination buttons */
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.next-prev-btn ul li {
    margin: 0 5px;
}

.next-prev-btn ul li a {
    text-decoration: none;
    font-size: 1rem; /* Default font size */
    padding: 8px 16px;
    border-radius: 5px;
}

.next-prev-btn ul li a.active {
    background-color: #007bff; /* Active page style */
    color: white;
}

.next-prev-btn ul li a.two {
    font-weight: bold; /* Next/Prev buttons */
}

/* Media Queries */

/* Small screens (mobile devices) */
@media (max-width: 425px) {
    .next-prev-btn ul {
        flex-wrap: wrap; /* Allow pagination to wrap on smaller screens */
        justify-content: flex-start; /* Align to the left */
    }

    .next-prev-btn ul li {
        margin: 0 5px;
    }

    .next-prev-btn ul li a {
        font-size: 0.8rem; /* Smaller font size for mobile */
        padding: 6px 35px !important; /* Smaller padding */
    }

    /* If you want smaller pagination on mobile, you can adjust button sizes further */
    .next-prev-btn ul li a.two {
        font-size: 0.8rem;
        padding: 6px 35px !important;
    }
}

/* Medium screens (tablets) */
@media (max-width: 768px) {
    .next-prev-btn ul {
        flex-wrap: wrap; /* Pagination wraps on tablets */
        justify-content: center; /* Center pagination on tablets */
    }

    .next-prev-btn ul li a {
        font-size: 0.9rem; /* Medium font size */
        padding: 7px 14px; /* Slightly larger padding */
    }

    .next-prev-btn ul li a.two {
        font-size: 0.9rem;
        padding: 7px 14px;
    }
}

@media (max-width: 1024px) {
    .next-prev-btn ul {
        flex-wrap: wrap !important; /* Pagination wraps on tablets */
        justify-content: center !important; /* Center pagination on tablets */
    }

    .next-prev-btn ul li a {
        font-size: 1rem !important; /* Medium font size */
        padding: 8px 16px !important; /* Slightly larger padding */
    }

    .next-prev-btn ul li a.two {
        font-size: 1rem !important;
        padding: 8px 16px !important;
    }
}

/* Large screens (desktops) */
@media (min-width: 992px) {
    .next-prev-btn ul {
        flex-wrap: nowrap; /* Prevent wrapping on larger screens */
        justify-content: center; /* Center pagination on large screens */
    }

    .next-prev-btn ul li a {
        font-size: 1rem; /* Default font size for larger screens */
        padding: 8px 16px; /* Default padding */
    }

    .next-prev-btn ul li a.two {
        font-size: 1rem;
        padding: 8px 16px;
    }
}

/***** Pagination works End ******/

/********* Search section style Start ***********/

.inventory-sarch-ber .form-control {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 350px;
    transition: width 0.3s ease-in-out;
}

.inventory-ber
    .inventory-ber-left
    .inventory-sarch-ber-item
    .inventory-sarch-ber {
    position: relative;
    width: 100%;
}

.search-btn {
    position: absolute;
    bottom: 1rem !important;
    left: 16.6rem !important;
    cursor: pointer;
}

.search-btn .bi-search {
    color: #6e6e6e;
}

.sort-text {
    font-size: 16px;
    font-weight: 700;
    text-wrap: nowrap;
    font-family: "Poppins", serif !important;
    color: #232323;
}
.sort-dropdown button {
    color: #038ffc;
    /* background-color: var(--white-color);
    border-color: var(--white-color); */
    font-family: "Poppins", serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

.sort-dropdown button {
    border: none;
}

.sort-dropdown button:hover,
.sort-dropdown button:active,
.sort-dropdown button:focus-visible,
.sort-dropdown button:focus {
    color: #038ffc;
    background-color: var(--white-color);
    border-color: var(--white-color);
    border: none;
    box-shadow: none;
}

.search-clear-btn,
.search-clear-btn:hover {
    color: #ff6363;
    background-color: #ff6363 10% !important;
    border: 1.5px solid #ff6363;
}

.filter-text {
    color: #131650;
    background-color: #045eac1a;
    border: 1px solid #045ead !important;
    font-size: 0.75rem;
    line-height: 18px !important;
    border-radius: 6px;
}

.brand-item {
    position: relative !important;
}

.brand-item img {
    position: absolute !important;
    left: 60 !important;
    top: 40 !important;
}

/********* Search section style End ***********/

/****** Listing detail page responsive workk ******/

.location-select {
    padding: 10px !important;
    font-family: "Poppins", serif !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 12px !important;
    color: #868b96 !important;
    font-weight: 500 !important;
}

#total_price, #total_price1 {
    font-size: 1.2rem !important;
    color: #0d274e !important;
    font-weight: 600 !important;
}

.charge-btn {
    border: 1px solid #24272c1a;
    color: #868b96;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.charge-btn:hover {
    color: #868b96;
}

.delivery_charge {
    font-family: "Poppins" !important;
    font-size: 14px !important;
}

.auto-sales-form-item input::placeholder {
    font-family: "Poppins" !important;
    font-size: 15px !important;
}

.auto-sales-form-item textarea::placeholder {
    font-family: "Poppins" !important;
    font-size: 15px !important;
}

.textarea-wrapper {
    position: relative;
}

.placeholder-text {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #bababa;
    pointer-events: none;
    transition: opacity 0.2s;
}
.required {
    color: red;
}

textarea {
    padding-top: 20px; /* Adjust padding to prevent overlap */
}

textarea:focus + .placeholder-text,
textarea:not(:placeholder-shown) + .placeholder-text {
    opacity: 0;
}

input:focus + .placeholder-text,
input:not(:placeholder-shown) + .placeholder-text {
    opacity: 0;
}

.thm-btn-two {
    font-family: "Poppins" !important;
    font-size: 15px !important;
}

.thm-btn-two:hover {
    border: 1px solid #038ffc !important;
    color: #038ffc !important;
}

.inventory-details
    .auto-sales-item
    .auto-sales-form
    .auto-sales-form-item
    .form-control:focus {
    border-color: #038ffc !important;
}

.car_model_name {
    font-family: "Poppins", serif !important;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 14px !important;
    color: #0e305b !important;
}

.car_model_spec {
    font-family: "Poppins", serif !important;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 14px !important;
    color: #86888c !important;
}

@media (max-width: 1024px) {
    .listing_form {
        width: 100% !important; /* Make the second column full width on 1024px screens */
    }
}

@media (max-width: 1024px) {
    .listing_image {
        width: 100% !important; /* Make the second column full width on 1024px screens */
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header .nav-bg {
        padding: 0px !important;
    }
}

@media (max-width: 1366px) {
    .image_bigsale {
        height: auto !important;
    }
}

@media (max-width: 1440px) {
    .image_bigsale {
        height: 36.5rem !important;
    }
}

@media (max-width: 1920px) {
    .image_bigsale {
        height: 36.5rem !important;
    }
}

@media (max-width: 1024px) {
    .image_bigsale {
        height: 36.5rem !important;
        padding-top: 0px !important;
        display: none;
    }
}

@media (max-width: 1024px) {
    .New_arrival {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .New_arrival_image {
        display: none;
    }
}

.footer-two .newsletter-txt span {
    color: #038ffc !important;
}

.footer-two .footer-item-text-link ul li a:hover {
    color: #038ffc !important;
}

.contact_us_logo {
    color: #038ffc !important;
}

/***** Blog workk responsive *****/

.blog_text {
    margin-top: 130px;
}

@media (max-width: 768px) {
    .blog_text {
        margin-top: 30px;
    }
}

@media (max-width: 425px) {
    .blog_text {
        margin-top: 15px;
    }
}

/* .feature-thumb {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.image_bigsale {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.New_arrival_image {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
} */

.blog_header {
    font-family: "Poppins" !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-size: 18px !important;
}

.blog-list {
    font-family: "Poppins" !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 14px !important;
}

/***** Contact Us Workk Responsive *****/

.contact_us_header, .about_us_header {
    padding: 104px 0 0px 0 !important;
}

@media (max-width: 1024px) {
    .nav-btn .menu ul li a {
        font-size: 10px !important;
        font-weight: 600;
        font-family: "Poppins";
        font-style: normal;
    }
}

@media (max-width: 768px) {
    .contact_us_header {
        padding: 0px 0 0px 0 !important;
    }
}

@media (max-width: 992px) {
    .about_us_header {
        padding: 0px 0 0px 0 !important;
    }
}

.banner_color {
    background-color: #f2f2f2;
}

.contact_us {
    display: inline;
}

.contact-us-color {
    color: #038ffc;
}

.follow_us {
    padding-left: 70px;
}

/***** About Us Workk Responsive *****/

@media (max-width: 768px) {
    .spacing_about {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
}

@media (max-width: 425px) {
    .spacing_about {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
}

@media (max-width: 1366px) {
    .spacing_about {
        padding-top: 0rem !important;
    }
}

/* .about .about-pl {
    padding-left: 126px;
    
} */

/********* About section Start **********/

.about-section {
    background-color: #f4faff;
    padding: 50px 0;
}

.about-section h2 {
    font-size: 2rem;
    font-weight: bold;
}

.about-section .highlight-text {
    color: #038ffc;
}

.about-section p:nth-child(2) {
    color: #818181;
    font-size: 0.8rem;
    line-height: 20px !important;
    font-weight: 500;
}

.about-section p:nth-child(1) {
    color: #121a27;
    font-size: 0.8rem;
    line-height: 20px !important;
}

.about-section .btn-primary {
    background-color: #038ffc;
    border-color: #038ffc;
    padding: 10px 20px;
    font-weight: bold;
}

.about-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/********* About section End **********/

.about {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    /* padding-top: 80px; */
}

@media (max-width: 767px) {
    .about {
        padding-top: 0px !important;
    }
}
.about .about-img img {
    height: 600px;
    border-radius: 10px;
    width: 635px;
}

/* .about .about_description p {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 26px;
    font-family: var(--roboto);
    padding-top: 16px;
} */

.about .about-item-main {
    display: flex;
    align-items: center;
    gap: 107px;
}

.about-text {
    font-weight: 600;
}

.about-text-2 {
    color: #818181 !important;
}

.about .about-item-main .about-item {
    margin-top: 40px;
}

.about .about-item-main .about-item .icon {
    width: 59.054px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .about-item-main .about-item .text {
    padding-top: 14px;
}

.about .about-item-main .about-item .text h6 {
    font-size: 22px;
    font-weight: var(--semiBold);
    line-height: 150%;
    color: var(--headline-color);
    font-family: var(--roboto);
}

.about .about-item-main .about-item .text p {
    padding-top: 3px;
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 28px;
    font-family: var(--roboto);
}

.about {
    margin-top: 8rem !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about {
        margin-top: 0rem !important;
    }
}

@media (max-width: 768px) {
    .about {
        margin-top: 1rem !important;
    }
}

@media (max-width: 425px) {
    .about {
        margin-top: 1rem !important;
    }
}

@media (max-width: 1366px) {
    .about {
        margin-top: 3rem !important;
    }
}

.target-customer {
    position: relative;
    background-color: #005bac;
    padding-top: 50px;
    padding-bottom: 80px !important;
}

.tar_cus_img {
    height: 100px;
    width: 100px;
    display: block;
    margin: 10px auto;
}

.tar_cus_txt {
    color: white;
    font-size: 16px;
}

/* .testimonial-top {
    margin-top: 600px;
} */

@media (max-width: 425px) {
    .nav-tabs-hide {
        display: none;
    }

    /* .custom-tabs li:nth-child(2) {
        border-left: none;
    } */

    .custom-tabs li:nth-child(3) {
        border-left: none;
    }
}

.nav_logo_container {
    width: 3.3rem !important;
    height: 3.3rem !important;
}
.nav_logo {
    width: 100% !important;
    height: 100% !important;
}



.nav_mobile_head {
    padding-left: 0rem;
    font-size: 2rem !important;
    font-weight: 600 !important;
}

@media (max-width: 768px) {
    .nav_mobile_head {
        padding-left: 0rem;
        font-size: 2rem !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 425px) {
    .nav_mobile_head {
        padding-left: 0rem;
        font-size: 1.5rem !important;
        font-weight: 600 !important;
    }

    .banner-h1 {
        font-size: 2rem !important;
        line-height: 55px !important;
    }
}

@media (max-width: 375px) {
    .nav_mobile_head {
        padding-left: 0rem;
        font-size: 1.5rem !important;
        font-weight: 600 !important;
    }

    .banner .banner-taitel span {
        font-size: 23px !important;
    }

    .banner-h1 {
        font-size: 2rem !important;
        line-height: 55px !important;
    }
}

@media (max-width: 425px) {
    .nav-tabs-hide {
        display: none;
    }
    /* .custom-tabs li:nth-child(2) {
        border-left: none;
    } */
    .custom-tabs li:nth-child(3) {
        border-left: none;
    }
}

/* page loader */
#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  #pageLoader.hidden {
    display: none;
  }
/****** About Alpine Japan  *******/

.about-section .section-heading {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.about-section .highlight {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    color: #005bac;
}

/****** feature Alpine Japan  *******/

.feature .section-heading {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.feature .highlight {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    color: #005bac;
}

.brand-car .section-heading {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.brand-car .highlight {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    color: #005bac;
}
.categories .section-heading {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.categories .highlight {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    color: #005bac;
}
.model-text {
    border-right: 1px solid #ebebeb;
}

.custom-tabs .nav-link.active {
    color: var(--primary-color-1) !important;
    border-top: 2px solid var(--primary-color-1);
    font-weight: 600 !important;
}

.brand-car-item,
.brand-car-item {
    box-shadow: 0px 3px 4px 0px #0000001c !important;
}

@media screen and (min-width: 1400px) {
    .feature-thumb a img {
        height: 580px !important;
    }
}

@media screen and (max-width: 1400px) {
    .feature-thumb a img {
        height: 540px !important;
    }
}

.nav_texthead .nav-item a.active {
    color: #038ffc !important;
}

.contact-us-inner {
    padding: 20px 35px;
    background-color: #f9faff;
    border-radius: 5px;
}

.contact-box h5 {
    color: #264b83;
}

.contact-us .contact-box a {
    font-size: 18px;
    font-weight: 700;
}

.contact-box h5 {
    font-size: 16px;
    font-weight: 600;
}

.address-text {
    font-size: 14px;
    font-weight: 500;
    color: #7e8082;
}

.contact-us .contact-share {
    margin-top: 5px !important;
}

/****** Shipment Page Style Start  ******/

.shipment-banner-section {
    padding-top: 104px;
}

@media screen and (max-width: 992px) {
    .shipment-banner-section {
        padding-top: 0;
    }
}
.shipment-banner-image {
    background-image: url("../../japan_home/shipment.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: start;
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 18rem;
    color: var(--white-color);
}

.banner-content h3 {
    color: var(--white-color);
    font-size: 3.4rem;
    font-family: var(--poppins);
}

.banner-content p {
    color: var(--white-color);
    font-family: var(--poppins);
    font-size: 1.5rem;
    line-height: 1.3;
}

.card-section {
    background-color: #fafafa;
    box-shadow: 0px 8px 25.1px 0px #00000026;
    width: 70%;
    border-radius: .8rem;
}

.card-section h3 {
    color: var(--primary-color-1);
    font-family: var(--poppins);
}

.card-outer {
    padding: 13px;
    background: linear-gradient(#f2f4f5, #ffffff);
    box-shadow: 2px 2px 4px 0px #7a8d93bf;
}

.card-outer-line {
    top: -65px;
    border: 1.5px solid #ffff;
    padding: 8px;
}

.card-inner {
    padding: 15px;
    background: linear-gradient(to right, #ccd1da, #ffffff);
    border: 2px solid #ffffff;
}

.card-list img {
    height: 102px;
    width: 150px;
    background: var(--white-color);
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 2px 5px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

@media screen and (min-width: 1580px) {
    .card-list img {
        height: 112px;
        width: 195px;
    }
}

/* .card-list {
    padding: 0 5rem;
} */

/* .card-section {
    padding: 5rem 10rem !important;
} */

.card-btn {
    background: var(--primary-color-1);
    color: var(--white-color) !important;
    font-size: 1rem;
    bottom: -15px;
    text-transform: uppercase;
    font-family: var(--poppins);
    font-weight: 500;
    padding: 10px;
}

.roro-section h4,
.containers-section h4,
.Inspection-section h4 {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--poppins);
}

.roro-section p,
.containers-section p {
    font-size: 1rem;
    color: #86888c;
    font-family: var(--poppins);
    text-align: center;
    line-height: 26px !important;
    font-weight: 500 !important;
}
/****** Shipment Page Style End  ******/
.budget_price {
    font-size: 0.8rem !important;
    font-family: "Poppins", serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    color: #24272c !important;
}

.budget_count {
    color: #9ea3ad !important;
}

.budget-space {
    --bs-gutter-x: -1rem;
}

.budget-heading {
    font-family: "Poppins", serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 16px !important;
    color: #24272c !important;
}

.brand-heading {
    font-family: "Poppins", serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 16px !important;
    color: #24272c !important;
}

.year-heading {
    font-family: "Poppins", serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 16px !important;
    color: #24272c !important;
}

.year-slider-text {
    font-size: 0.7rem !important;
    font-family: "Poppins", serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    color: #24272c !important;
}

.slider_num {
    font-size: 13px !important;
    font-family: "Poppins", serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #038ffc !important;
}

.brand_name {
    font-size: 0.8rem !important;
    font-family: "Poppins", serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    color: #24272c !important;
}

.price_range {
    font-family: "Poppins", serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #24272c !important;
}

.slider.slider-horizontal .slider-track {
    height: 2px !important;
    top: 14px !important;
}

.recently_added {
    background-color: transparent !important;
    border-color: transparent !important;
}

.inventory-sarch-ber {
    position: relative;
}

.inventory-sarch-ber .form-control {
    width: 100%;
    padding-right: 10px; /* Add space for the icon */
    border-radius: 6px;
}

.inventory-sarch-ber .search-btn {
    margin-left: 40px;
    position: absolute;
    right: 0px; /* Adjust spacing from the right edge */
    top: 47%;
    transform: translateY(-100%);
    cursor: pointer;
    color: #000; /* Adjust color */
}

.inventory-sarch-ber .search-btn i {
    font-size: 24px; /* Adjust the icon size */
}

@media screen and (max-width: 425px) {
    .overflow_jdm {
        overflow-x: hidden !important;
    }
}

/***** newly added css for about us ******/

.spacing_about {
    padding: 0; /* Remove padding within the column */
    margin: 0; /* Remove margin within the column */
}

.about-pl {
    padding: 0; /* Remove padding within the column */
    margin: 0; /* Remove margin within the column */
}

.row {
    margin-left: 0; /* Remove left margin between columns */
    margin-right: 0; /* Remove right margin between columns */
    gap: 0; /* Ensure no gap between columns */
}

.container {
    padding-left: 0; /* Remove padding from container */
    padding-right: 0; /* Remove padding from container */
}

.accordion-title {
    font-family: var(--poppins);
    font-size: 1.1rem !important;
    padding-left: 2.72rem !important;
}

@media (max-width: 1024px) {
    .spacing_about {
        width: 100%;
    }

    .about-pl {
        width: 100%;
    }
}

/* @media (max-width: 1024px) { 

.card_vision {
        width: 62rem;
        height: 47.5rem;
    }
} */
@media screen and (max-width: 2560px) {
    .card_vision {
        width: 145.75rem;
        height: 78.5rem;
        margin-top: -162px !important;
        box-shadow: 7px 3px 19.5px 0px #00000024;
        background-color: #ffffff;
    }

    .target-customer {
        position: relative;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }

    .image1 {
        height: 72rem;
    }

    .image2 {
        height: 30rem;
        top: 50%;
        left: 85.5%;
        transform: translate(-103%, 0%);
        z-index: 1;
    }

    .image3 {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-111%, -50%);
        z-index: 1;
        height: 25rem !important;
    }

    /* .about_us {
        display: inline;
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.625rem;
        color: #2b343d !important;
    } */

    /* .about-us-color {
        color: #038ffc;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.625rem;
        color: #038ffc;
    } */

    /* .about-us-content-heading {
        font-family: "Poppins", serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 2.2125rem !important;
        padding-top: 2.5rem;
        color: #787b81 !important;
        line-height: 2.8125rem;
    } */

    /* .about-us-content {
        font-family: "Poppins", serif !important;
        font-weight: 500 !important;
        font-style: normal !important;
        font-size: 2.2125rem !important;
        padding-top: 2.5rem;
        color: #86888c !important;
        line-height: 2.8125rem;
    } */

    .vision_content {
        padding-top: 8.25rem;
    }
}

@media screen and (max-width: 1920px) {
    .card_vision {
        width: 115.75rem;
        height: 59.5rem;
        margin-top: -162px !important;
        box-shadow: 7px 3px 19.5px 0px #00000024;
        background-color: #ffffff;
    }

    .target-customer {
        position: relative;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }

    .image1 {
        height: 53rem;
    }

    .image2 {
        height: 30rem;
        top: 50%;
        left: 85.5%;
        transform: translate(-103%, 0%);
        z-index: 1;
    }

    .image3 {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-111%, -50%);
        z-index: 1;
        height: 25rem !important;
    }

    /* .about_us {
        display: inline;
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.225rem;
        color: #2b343d !important;
    } */

    /* .about-us-color {
        color: #038ffc;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.225rem;
        color: #038ffc;
    } */

    /* .about-us-content-heading {
        font-family: "Poppins", serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 1.625rem !important;
        padding-top: 2.5rem;
        color: #787b81 !important;
        line-height: 2.4125rem;
    } */

    /* .about-us-content {
        font-family: "Poppins", serif !important;
        font-weight: 500 !important;
        font-style: normal !important;
        font-size: 1.625rem !important;
        padding-top: 2.5rem;
        color: #86888c !important;
        line-height: 2.4125rem;
    } */

    .vision_content {
        padding-top: 8.25rem;
    }
}

@media screen and (max-width: 1440px) {
    .card_vision {
        height: 44.75rem;
        width: 80.5rem;
        margin-top: -150px !important;
        box-shadow: 7px 3px 19.5px 0px #00000024;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }

    .image1 {
        height: 39rem !important;
    }
    .image2 {
        position: absolute;
        top: 50%;
        left: 86%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 22rem;
    }

    .image3 {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 17rem !important;
    }

    /* .about_us {
        display: inline;
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.925rem;
        color: #2b343d !important;
    } */

    /* .about-us-color {
        color: #038ffc;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.925rem;
        color: #038ffc;
    } */

    /* .about-us-content-heading {
        font-family: "Poppins", serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 1.125rem !important;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        line-height: 2.412rem;
    } */

    /* .about-us-content {
        font-family: "Poppins", serif !important;
        font-weight: 500 !important;
        font-style: normal !important;
        font-size: 1.125rem !important;
        padding-top: 1.5rem;
        line-height: 2.412rem;
        color: #86888c;
    } */

    .vision_content {
        padding-top: 3.75rem;
    }
}

@media screen and (max-width: 1024px) {
    .card_vision {
        height: 33rem;
        width: 59.5rem;
        margin-top: -150px !important;
        box-shadow: 7px 3px 19.5px 0px #00000024;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }

    .image1 {
        height: 27rem !important;
    }
    .image2 {
        position: absolute;
        top: 50%;
        left: 86%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 15rem;
    }

    .image3 {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 12rem !important;
    }

    /* .about_us {
        display: inline;
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.625rem;
        color: #2b343d !important;
    } */

    /* .about-us-color {
        color: #038ffc;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.625rem;
        color: #038ffc;
    } */

    /* .about-us-content-heading {
        font-family: "Poppins", serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 0.925rem !important;
        padding-top: 0.5rem;
        line-height: 1.512rem;
    }
    
    .about-us-content {
        font-family: "Poppins", serif !important;
        font-weight: 500 !important;
        font-style: normal !important;
        font-size: 0.925rem !important;
        padding-top: 0.25rem;
        line-height: 1.512rem;
        padding-bottom: 0.75rem;
        color: #86888c;
    } */

    .vision_content {
        padding-top: 2.65rem;
    }
}

@media screen and (max-width: 768px) {
    .card_vision {
        height: 27rem;
        width: 45.5rem;
        margin-top: -150px !important;
        box-shadow: 7px 3px 19.5px 0px #00000024;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }

    .image1 {
        height: 21rem !important;
    }
    .image2 {
        position: absolute;
        top: 50%;
        left: 86%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 12rem;
    }

    .image3 {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
        z-index: 1;
        height: 9rem !important;
    }

    /* .about_us {
        display: inline;
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.225rem;
        color: #2b343d !important;
    } */

    /* .about-us-color {
        color: #038ffc;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.225rem;
        color: #038ffc;
    } */

    /* .about-us-content-heading {
        font-family: "Poppins", serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 0.725rem !important;
        padding-top: 0.1rem;
        padding-bottom: 0rem;
        line-height: 1.112rem;
    } */

    /* .about-us-content {
        font-family: "Poppins", serif !important;
        font-weight: 500 !important;
        font-style: normal !important;
        font-size: 0.725rem !important;
        padding-top: 0.6rem;
        line-height: 1.112rem;
        padding-bottom: 0rem;
        color: #86888c;
    } */

    .vision_content {
        padding-top: 2.65rem !important;
    }
}

@media screen and (max-width: 425px) {
    .our-vision-image {
        display: none;
    }
    .our_vision {
        display: none;
    }
    .card_vision {
        display: none;
    }

    .our-vision-content {
        display: none;
    }
}

.privacy_policy_header .highlight {
    color: #038ffc !important;
}

.blogs-rightbar
    .blog-item-inner
    .blog-item-inner-item
    .blog-item-inner-item-box
    .icon
    span
    svg {
    color: #038ffc !important;
}

/****** How to buy page ******/

.faq-img {
    padding-top: 40px;
    position: relative;
    text-align: center;
    color: white;
}

.faq-bottom-left {
    position: absolute;
    bottom: 40px;
    left: 70px;
    color: white !important;
}
.faq-bottom-left-p {
    color: white;
    font-size: 16px !important;
    line-height: 40px !important;
}
.faq-top-left {
    position: absolute;
    top: 240px;
    left: 80px;
    line-height: 50px !important;
}

.faq-top-left-p {
    font-size: 35px !important;
    color: white;
    font-weight: bolder;
    display: inline;
    /* margin-left:180px;  */
    top: 30px;
}

.faq-top-left-p1 {
    font-size: 70px !important;
    color: white;
    font-weight: bold;
    display: inline;
}

/* responsive in faq pages */

/* Medium devices (tablets) */
@media (min-width: 375px) {
    .faq-top-left-p {
        font-size: 15px !important;
        color: white;
        font-weight: bolder;
        display: inline;
        margin-left: 39px;
    }

    .faq-top-left-p-from {
        display: inline;
        margin-left:125px; 
        top:30px;
    }

    .faq-top-left-p1 {
        font-size: 30px !important;
        color: white;
        font-weight: bold;
        display: inline;
    }

    .faq-img {
        padding-top: 40px;
        position: relative;
        text-align: center;
        color: white;
    }

    .faq-top-left {
        position: absolute;
        top: 50px;
        left: 50px;
        line-height: 0px !important;
        margin-right: 50px;
    }

    .faq-bottom-left {
        position: absolute;
        bottom: 0px;
        left: 70px;
        color: white !important;
        line-height: 15px !important;
    }

    .faq-bottom-left-p {
        color: white;
        font-size: 10px !important;
        line-height: 0px !important;
    }
}

/* Medium devices (tablets) */
@media (min-width: 425px) {
    .faq-top-left-p {
        font-size: 15px !important;
        color: white;
        font-weight: bolder;
        display: inline;
        margin-left: 76px;
    }

    .faq-top-left-p1 {
        font-size: 30px !important;
        color: white;
        font-weight: bold;
        display: inline;
    }

    .faq-img {
        padding-top: 40px;
        position: relative;
        text-align: center;
        color: white;
    }

    .faq-top-left {
        position: absolute;
        top: 50px;
        left: 50px;
        line-height: 0px !important;
        margin-right: 50px;
    }

    .faq-bottom-left {
        position: absolute;
        bottom: 0px;
        left: 70px;
        color: white !important;
        line-height: 15px !important;
    }

    .faq-bottom-left-p {
        color: white;
        font-size: 10px !important;
        line-height: 0px !important;
    }
}

/* Medium devices (tablets) */
@media (min-width: 768px) {
    .faq-top-left-p {
        font-size: 20px !important;
        color: white;
        font-weight: bolder;
        display: inline;
    }

    .faq-top-left-p1 {
        font-size: 40px !important;
        color: white;
        font-weight: bold;
        display: inline;
    }

    .faq-img {
        padding-top: 40px;
        position: relative;
        text-align: center;
        color: white;
    }

    .faq-top-left {
        position: absolute;
        top: 130px;
        left: 80px;
        line-height: 50px !important;
    }

    .faq-bottom-left {
        position: absolute;
        bottom: 18px;
        left: 70px;
        color: white !important;
    }

    .faq-bottom-left-p {
        color: white;
        font-size: 14px !important;
        line-height: 10px !important;
    }
}

/* Large devices (desktops) */
@media (min-width: 992px) {
    .faq-top-left-p {
        font-size: 2.5rem !important;
        color: white;
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        display: inline;
    }

    .faq-top-left-p1 {
        font-size: 5.3125rem !important;
        color: white;
        font-family: "Poppins", serif;
        font-weight: 700;
        font-style: normal;
        display: inline;
    }

    .faq-img {
        padding-top: 40px;
        position: relative;
        text-align: center;
        color: white;
    }

    .faq-top-left {
        position: absolute;
        top: 180px;
        left: 80px;
        line-height: 50px !important;
    }

    .faq-bottom-left {
        position: absolute;
        bottom: 30px;
        left: 70px;
        color: white !important;
    }

    .faq-bottom-left-p {
        color: white;
        font-size: 1.25rem !important;
        line-height: 15px !important;
        font-family: "Poppins", serif;
        font-weight: 100;
        font-style: normal;
    }
}

@media (min-width: 1920px) {
    /* .how-to-buy-image {
        height: 840px;
    } */

    .faq-top-left-p {
        font-size: 2.5rem !important;
        color: white;
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        display: inline;
        margin-left: 160px;
        top: 30px;
    }

    .faq-top-left-p1 {
        font-size: 5.3125rem !important;
        color: white;
        display: inline;
        font-family: "Poppins", serif;
        font-weight: 700;
        font-style: normal;
    }

    .faq-bottom-left-p {
        color: white;
        font-size: 1.25rem !important;
        line-height: 26px !important;
        font-family: "Poppins", serif;
        font-weight: 500;
        font-style: normal;
    }

    .faq-top-left {
        position: absolute;
        top: 260px;
        left: 50px;
        line-height: 50px !important;
    }

    .faq-bottom-left {
        position: absolute;
        bottom: 50px;
        left: 80px;
        color: white !important;
    }
}

.our_help {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    color: #0f2850;
}

.our_help_quotation {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #038ffc !important;
}

.faq .accordion-item {
    margin-bottom: 5px !important;
}

.cus_our_services {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 50px;
}

.our_services {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    color: #038ffc !important;
}

.faq_con_flu {
    padding: 0px !important;
}

.faq_row {
    padding: 0px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%236E6E6E' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 10px;
}

select:focus {
    border: none;
    outline: none;
}

.dropdown:focus-visible {
    border: none;
    background: none;
    outline: none;
}

.dropdown .dropdown-toggle {
    border: none;
    background: none;
    outline: none;
}

.help-box h3 a {
    font-weight: 600;
    font-size: 20px;
}

.help-taitel p {
    font-weight: 600;
    font-size: 1.8rem;
    color: #0f2850;
    text-align: center;
}

.icon-card1 {
    color: #0d274e !important;
}

#outside_form_search::placeholder {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px !important;
    color: #6e6e6e !important;
}

.dropdown-toggle::after {
    color: var(--white-color); 
}

.main_wid_aboutus {
    background-color: #f5f5f5;
}

.testimonial-top {
    background-color: #ffffff;
}

.about_us_bg {
    background-color: #f5f5f5;
}

.about_us_title {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    color: #0d274f;
}

.about-taitel p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #038ffc;
}

.about_description p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px !important;
    color: #86888c;
    line-height: 28px;
}

@media (max-width: 1024px) {
    .about-us_image {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .about-us_text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-us_image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-us_text {
        width: 100%;
    }
}

.our_vision_bg {
    background-color: #f5f5f5;
}

.testimonial-p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #9D9E9E;
    font-size: 12px;
    line-height: 23px !important;
}

.testimonial-verify-text {
    color: #43C640;
    padding-left: 5px;
    margin-left: 5px;
    position: relative;
}

.testimonial-verify-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 9px; 
    width: 1px; 
    background-color: #717272; 
}

.testi_name {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #173055;
    font-size: 15px;
}

.testi_designation {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #717272;
    font-size: 11px;
}

.testi_command {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #9d9e9e;
    font-size: 13px;
    line-height: 20px;
}

/* @media (max-width: 1920px) {
.about-us_image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}

} */

.section-heading-about {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    color: #2b343d;
}

.highlight_about {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    color: #038ffc;
}

.text-light {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    color: #ffffff;
}

.tar_cus_txt {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
}

.section-heading_about {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #2b343d;
}

.highlight-aboutus{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    color: #038ffc;
}

.office_image {
    width: 100%;
}

.budget_slider {
    padding-left: 0px;
    padding-right: 0px;
}

.budget_go_button {
    padding-right: 0px;
    /* margin-left: 25px; */
}

.list-dropdown {
    gap: 0px !important;
}
.text-label {
    font-size: 16px !important;
}

.spec_dot {
    color: #9ea3ad;
    font-size: 10px;
}

.dropdown-menu {
    border-top: 3px solid var(--primary-color-1);
}

/********** Home Page About Section Styling Start ***********/
.about-section {
    background-color: #f9fbff;
    padding: 2rem 1rem;
}

.about-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.about-image-container {
    background-image: url("../../japan_home/about_car.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    flex: 1 1 40%;
    min-height: 250px;
}

.about-content {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-text {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .about-row {
        flex-direction: column;
    }
    .about-image-container {
        min-height: 200px;
    }
    .section-heading {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .about-image-container {
        min-height: 220px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-row {
        gap: 2rem;
    }
    .about-image-container {
        min-height: 250px;
        flex: 1 1 50%;
    }
    .about-content {
        flex: 1 1 50%;
    }
}

@media (min-width: 992px) {
    .about-image-container {
        flex: 1 1 40%;
    }
    .about-content {
        flex: 1 1 55%;
    }
}

/********** Home Page About Section Styling End ***********/

.input-placeholder {
    position: absolute;
    left: 25px;
    top: 18px;
    color: #bababa;
    pointer-events: none;
    transition: opacity 0.2s;
}

textarea:focus + .input-placeholder,
textarea:not(:placeholder-shown) + .input-placeholder {
    opacity: 0;
}

input:focus + .input-placeholder,
input:not(:placeholder-shown) + .input-placeholder {
    opacity: 0;
}

.go_clear {
    gap: 0rem !important;
}

@media (min-width: 1920px) {
    .about_image {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .about_image {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .privacy_policy_header {
        padding-top: 0px !important;
    }

    .about_header {
        padding-top: 0px !important;
    }
}

@media (min-width: 425px) {
    .privacy_policy_header {
        padding-top: 0px !important;
    }

    .about_header {
        padding-top: 0px !important;
    }
}

@media (min-width: 1440px) {
    .about_header {
        padding-top: 85px !important;
    }
}

@media (min-width: 1920px) {
    .about_header {
        padding-top: 85px !important;
    }
}

@media (min-width: 1024px) {
    .about_header {
        padding-top: 85px !important;
    }
}

@media (min-width: 1920px) {
    .how-to-buy-image {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .inventory-sarch-ber {
        width: 100% !important;
    }

    .sort_by {
        width: 100%;
    }
}

.back-to-top {
    position: fixed;
    bottom: 132px;
    right: 10px !important;
    cursor: pointer;
    z-index: 999;
}

.top-to-bottom {
    position: fixed !important;
    top: 132px;
    right: 10px;
    cursor: pointer;
    z-index: 999 !important;
}

.our_office_image {
    padding-right: 0rem !important;
    padding-left: 0.2rem !important;
    padding-top: 0rem;
    padding-bottom: 0.2rem;
}

  .card-title {
    font-size: 2.5rem;
}

.sales-form {
    background: #f2f2f2 !important;
    border: 1px solid #ffffff !important;
    padding: 20px 30px;
    margin-top: 25px;
    border-radius: 10px;
}

  #location {
    line-height: 20px !important;
  }

#location option {
    font-size: 14px;
    color: #0d274e;
}

.inventory-details-slick-img {
    position: relative;
    display: inline-block;
}

.image-zoom-container {
    position: relative;
    overflow: hidden;
}

.main-image {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
}

.zoom-lens {
    position: absolute;
    border: 2px solid #000;
    width: 100px; /* Lens size */
    height: 100px; /* Lens size */
    cursor: zoom-in;
    visibility: hidden;
    border-radius: 50%;
}

.bottom-image {
    display: none;
}

.img_heart {
    width: 19px !important;
    height: 16px !important;
    z-index: 999 !important;
    
}

.heart_absolute {
    left: 91% !important;
    top: -5%;
    z-index: 999 !important;
}

.image_1 {
  position: relative;
  top: 0;
  left: 0;
}

.image_2 {
  position: absolute;
  top: 5px;
  left: 0;
}

.contact-text-black, .about-text-black {
    color: #2B343D !important;
}

.top-slider-container {
    width: 100%;
    max-width: 250px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }

   .top-slider {
    display: flex;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
  }

  .top-slider img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
  }

  @keyframes slide {
    0% { transform: translateX(0); }
    33% { transform: translateX(-100%); }
    66% { transform: translateX(-200%); }
    100% { transform: translateX(0); }
  }

  .top-slider {
    animation: none;
  }

  .top-slider.active {
    animation: slide 6s infinite;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item .dropdown-menu {
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.email-icon {
    bottom: 6px;
}

.truncate-card-text {
    /* width: 40px !important;  */
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal; 
   color: #9EA3AD;
   font-size: 10px !important;

}

.card-text-center {
    text-align: center !important;
}

.list_date {
   font-family: "Poppins", serif;
   font-weight: 400;
   font-style: normal; 
   color: #9EA3AD;
   font-size: 10px;
}

.listcar_price_list {
   font-family: "Poppins", serif !important;
   font-weight: 700;
   font-style: normal; 
   color: #038FFC !important;
   font-size: 24px !important;
}

.text-truncate_list1 {
   font-family: "Poppins", serif !important;
   font-weight: 600 !important;
   font-style: normal !important; 
   color: #0D274E !important;
   font-size: 14px !important; 
}

.text-truncate_list2 {
   font-family: "Poppins", serif !important;
   font-weight: 600 !important;
   font-style: normal !important; 
   color: #0D274E !important;
   font-size: 18px !important;
     
}

.brand-car-inner-item-main .brand-car-inner-item-two .list_engine_font {
    font-size: 14px;
    width: 30px !important;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    color: #9EA3AD; 
}
/* .dropdown-menu { 
    top: 59px !important;
}

.nav-item .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 40px;
    width: 0;
    height: 0;
    box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
    border-top: 6px solid var(--primary-color-1);
    border-right: 6px solid var(--primary-color-1);
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
} */

.brand-car-ul a {
    color: #6e6e6e !important;
}

.brand-car-ul a:hover {
    background-color: #ffffff;
    color: var(--primary-color-1) !important;
}

.brand-car-ul a.active {
    color: var(--primary-color-1) !important;
    background-color: #ffffff;
    border-bottom: none;
    text-decoration: none;
}

/***** Login Style Start  *****/

.login-banner {
    padding: 104px 0 0 0 !important;
}
/***** Login Style End  *****/


/***** Dashboard Style start  *****/
.dashboard-sidebar {
    /* height: 100vh; */
    background-color: #0e124b;
    color: white;
}

.dashboard-sidebar a {
    color: var(--white-color);
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.mobile-bar {
    background-color: #0e124b;
    color: white; 
}

.dashboard-sidebar a:hover {
    background-color: var(--primary-color-1);
    color: var(--white-color);
}

.main-content {
    padding: 20px;
    overflow-y: auto;
}

  @media (max-width: 768px) {
    .dashboard-sidebar {
      position: absolute;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      z-index: 1000;
    }

    .dashboard-sidebar.show {
      transform: translateX(0);
    }

    .main-content {
      padding-top: 60px;
    }
  }
/***** Dashboard Style End  *****/

.blogs-details .blog-details-prot .blog-details-prot-item .blog-details-prot-item-inner .blog-details-prot-item-text a {
    color: #038FFC !important;
}

.insta-blog {
    color: #038FFC !important;
}

.faq .accordion-body p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.recently_added::after {
    color: #6E6E6E;
}
.our_vision_card {
    width: 95%;
    background: #ffffff;
    box-shadow: 7px 3px 19.5px 0px #00000024;
    margin-top: -80px;
}

.our_vision_img {
    width: 100% !important;
}

.our_vision_bg {
    background: #005bac;
    border: none;
    outline: none;
    margin-top: -2px;
}

.vision_relative  {
    position: relative;
    }

.vision-outer-circule {
    background: rgb(3,143,252);
    background: linear-gradient(90deg, rgba(3,143,252,0.27) 0%, rgba(3,143,252,0.27) 50%, rgba(255,255,255,0) 50%);
    border-radius: 50%; 
    width: 180px !important;
    height: 180px;
    display: flex;
    justify-content: center;
    top: 32%;
    left: 37.1%; 
}   

.vision-inner-circule {
    
    background-color: var(--primary-color-1);
    border-radius: 50%;
    width: 154px;
    height: 154px;
}

/* .our_vision_name p{
   font-family: "Poppins", serif !important;
   font-weight: 700 !important;
   font-style: normal !important; 
   font-size: 1.5rem !important;
   color: #FFFFFF !important;
} */

/* media quiery start */

   

    @media (max-width: 2560px)   {

    .vision_relative  {
    position: relative;
    }
 
    .vision-outer-circule {
    background: rgb(3,143,252);
    background: linear-gradient(90deg, rgba(3,143,252,0.27) 0%, rgba(3,143,252,0.27) 50%, rgba(255,255,255,0) 50%);
    border-radius: 50%;
    width: 200px !important;
    height: 200px;
    display: flex;
    position: absolute;
    justify-content: center;
    top: 35%;
    left: 43.00%;  
    }  
 
    .vision-inner-circule {
    background-color: var(--primary-color-1);
    border-radius: 50%;
    width: 175px;
    height: 175px;
    }
 
    /* .our_vision_name p{
   font-family: "Poppins", serif !important;
   font-weight: 700 !important;
   font-style: normal !important; 
   font-size: 3rem !important;
   color: #FFFFFF !important;
   line-height: 46px;
    } */
    }

    @media (max-width: 2248px)  { 

        .vision_relative  {
            position: relative;
            }
         
            .vision-outer-circule {
            background: rgb(3,143,252);
            background: linear-gradient(90deg, rgba(3,143,252,0.27) 0%, rgba(3,143,252,0.27) 50%, rgba(255,255,255,0) 50%);
            border-radius: 50%;
            width: 200px !important;
            height: 200px;
            display: flex;
            position: absolute;
            justify-content: center;
            top: 35%;
            left: 42.10%;  
            }  
         
            .vision-inner-circule {
            background-color: var(--primary-color-1);
            border-radius: 50%;
            width: 175px;
            height: 175px;
            }
         
            /* .our_vision_name p{
           font-family: "Poppins", serif !important;
           font-weight: 700 !important;
           font-style: normal !important; 
           font-size: 3rem !important;
           color: #FFFFFF !important;
           line-height: 46px;
            } */
           
      }
 
    @media (max-width: 2048px)  { 

        .vision_relative  {
            position: relative;
            }
         
            .vision-outer-circule {
            background: rgb(3,143,252);
            background: linear-gradient(90deg, rgba(3,143,252,0.27) 0%, rgba(3,143,252,0.27) 50%, rgba(255,255,255,0) 50%);
            border-radius: 50%;
            width: 200px !important;
            height: 200px;
            display: flex;
            position: absolute;
            justify-content: center;
            top: 35%;
            left: 41.10%;  
            }  
         
            .vision-inner-circule {
            background-color: var(--primary-color-1);
            border-radius: 50%;
            width: 175px;
            height: 175px;
            }
         
            /* .our_vision_name p{
           font-family: "Poppins", serif !important;
           font-weight: 700 !important;
           font-style: normal !important; 
           font-size: 3rem !important;
           color: #FFFFFF !important;
           line-height: 46px;
            } */
           
      }
 
    @media (max-width: 1990px) {
 
    .vision_relative  {
    position: relative;
    }
 
    .vision-outer-circule {
    background: rgb(3,143,252);
    background: linear-gradient(90deg, rgba(3,143,252,0.27) 0%, rgba(3,143,252,0.27) 50%, rgba(255,255,255,0) 50%);
    border-radius: 50%;
    /* width: 235px !important;
    height: 235px; */
    width: 180px !important;
    height: 180px;
    display: flex;
    position: absolute;
    justify-content: center;
    top: 35%;
    left: 41.35%;  
    }  
 
    .vision-inner-circule {
    
    background-color: var(--primary-color-1);
    border-radius: 50%;
    /* width: 210px;
    height: 210px; */
    width: 154px;
    height: 154px;
    }
 
    /* .our_vision_name p{
   font-family: "Poppins", serif !important;
   font-weight: 700 !important;
   font-style: normal !important; 
   font-size: 3rem !important;
   color: #FFFFFF !important;
   line-height: 46px;
    } */
    }
 
    @media (max-width: 1440px) {
    .vision_relative  {
    position: relative;
    }
 
    .vision-outer-circule {
    background: rgb(3,143,252);
    background: linear-gradient(90deg, rgba(3,143,252,0.27) 0%, rgba(3,143,252,0.27) 50%, rgba(255,255,255,0) 50%);
    border-radius: 50%;
    position: absolute;
    width: 180px !important;
    height: 180px;
    display: flex;
    justify-content: center;
    top: 32%;
    left: 38.2%;  
    }  
 
    .vision-inner-circule {
    
    background-color: var(--primary-color-1);
    border-radius: 50%;
    width: 154px;
    height: 154px;
    }
 
    /* .our_vision_name p{
   font-family: "Poppins", serif !important;
   font-weight: 700 !important;
   font-style: normal !important; 
   font-size: 2rem !important;
   color: #FFFFFF !important;
   line-height: 36px;
 } */
    }
 
    @media (max-width: 1366px) {
    .vision_relative  {
    position: relative;
    }
 
    .vision-outer-circule {
    background: rgb(3,143,252);
    background: linear-gradient(90deg, rgba(3,143,252,0.27) 0%, rgba(3,143,252,0.27) 50%, rgba(255,255,255,0) 50%);
    border-radius: 50%;
    position: absolute;
    width: 190px !important;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
    left: 36.01%;    
    }  
 
    .vision-inner-circule {  
    background-color: var(--primary-color-1);
    border-radius: 50%;
    width: 165px;
    height: 165px;
    }
 
    /* .our_vision_name p{
   font-family: "Poppins", serif !important;
   font-weight: 700 !important;
   font-style: normal !important; 
   font-size: 2rem !important;
   color: #FFFFFF !important;
   line-height: 36px;
 } */
    }
 
    @media (max-width: 1024px) {
    .vision-outer-circule {
    background: rgb(3,143,252);
    background: linear-gradient(90deg, rgba(3,143,252,0.27) 0%, rgba(3,143,252,0.27) 50%, rgba(255,255,255,0) 50%);
    border-radius: 50%;
    width: 165px !important;
    height: 165px;
    display: flex;
    justify-content: center;
    top: 27%;
    left: 33.6%;  
    }  
 
    .vision-inner-circule {
    
    background-color: var(--primary-color-1);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    }
 
    /* .our_vision_name p{
   font-family: "Poppins", serif !important;
   font-weight: 700 !important;
   font-style: normal !important; 
   font-size: 1.5rem !important;
   color: #FFFFFF !important;
   line-height: 36px;
 } */
 
    }

    /* media quiery end */


 .highlight-about {
    color: #038FFC;
    font-size: 2rem !important;
    font-weight: 600 !important;
    font-family: "Poppins", serif !important;
 }
 
 .about_us {
    display: inline;
    font-weight: 600;
    font-style: normal;
    font-size: 1.925rem;
    color: #2b343d !important;
}

.about-us-content-heading {
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    padding-top: 1.5rem;
    color: #787b81 !important;
    line-height: 2.8rem;
}

.about-us-content {
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 1.125rem !important;
    padding-top: 1.5rem;
    line-height: 2.412rem;
    color: #86888c;
}

.about-us-color {
    color: #038ffc;
    font-weight: 600;
    font-style: normal;
    font-size: 1.625rem;
    color: #038ffc;
}

.our_vision_name p {
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 1.8rem !important;
    color: #FFFFFF !important;
    line-height: 36px;
}

/* Mobile View Dropdown container Style Start*/

.mob-custom-dropdown {
    position: relative;
}

.mob-dropdown-button {
    width: 100%;
    font-size: 16px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    color: #333;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mob-dropdown-button::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
    transition: transform 0.3s ease;
}

.dropdown-options {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown-options li {
    border-bottom: 1px solid #f2f2f2;
}

.dropdown-options li:last-child {
    border-bottom: none;
}

.dropdown-options a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.mob-custom-dropdown.open .dropdown-options {
    display: block;
    opacity: 1;
}

.mob-custom-dropdown.open .mob-dropdown-button::after {
    transform: translateY(-50%) rotate(180deg);
}

.mob-custom-dropdown .dropdown-options li {
    margin: 0 !important;
}

.jdm-options {
    height: 132px;
    overflow-y: scroll;
}

/* Mobile View Dropdown container Style End*/


.cancel-btn {
    padding: 14px 30px;
}
@media (min-width: 576px) {  /* For small screens */
    .modal-dialog {
      max-width: 90%; /* Adjust width */
    }
}

@media (min-width: 768px) {  /* For medium screens */
    .modal-dialog {
        max-width: 70%;
    }
}

@media (min-width: 1300px) {  /* For medium screens */
    .modal-dialog {
        max-width: 55%;
    }
}
.modal-content {
    min-height: 50vh; /* Adjust modal height */
}

.modal-heading {
    font-size: 22px !important;
}

/* .image-zoom-container {
    border: 1px solid gray !important;
    border-radius: 5px;
} */

.close-btn{
    position: absolute;
    right: 0;
    cursor: pointer;
}



.pagination_space {
    padding-left: 12px;
    padding-right: 12px;
}

.rate-us {
    font-style: var(--DMSans);
    font-weight: var(--semiBold);
    font-size: 12px;
}

/* .image_bigsale {
    padding-top: 24px;
    padding-bottom: 27px;
} */

.inquiery_clr {
    background-color: #038ffc;
}

.inquiery_clr:hover {
    background-color: #038ffc;
}

.new-custom-select {
    /* min-width: 350px; */
  }
  
  .new-custom-select select {
    appearance: none;
    width: 100%;
    font-size: 14px;
    padding: 1em 2.5em 1em 0.675em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
  }

  /* .new-custom-select::before,
.new-custom-select::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
} */

.bg-search {
    background-color: #E7EBEF;
}

.new-custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.new-custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
  right: 10px;
}

.form-select {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../assets/images/icon/down-arrow.png); 
    background-repeat: no-repeat;
    background-position: right 10px center; 
    background-size: 12px;
    padding-right: 30px;
}










