body {
    font-family: "Inter", sans-serif !important;
}

.main-wrapper {
    background-color: var(--black-color);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sec-title h2 {
    font-size: 54px;
    line-height: 64px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.sec-title span {
    color: var(--primary-color);
}

.sec-title p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.inner-heading h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.inner-heading p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.luxery-sec,
.tech-sec,
.qlty-sec,
.booking-sec,
.client-sec,
.safety-sec,
.offer-sec,
.support-sec,
.app-sec,
.our-mission {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.app-sec {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* header css start */
header {
    padding: 15px 0;
    background-color: var(--black-color);
}

header .navbar-brand img {
    width: 90px;
}

header .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    transition: all .5s ease-in-out;
}

header .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

header .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

/* header css start */


/* banner css start */
.banner-sec {
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 757px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-box h1 {
    font-size: 54px;
    line-height: 64px;
    color: #fff;
    font-weight: 600;
}

.banner-box h1 span {
    color: var(--primary-color);
}

.banner-box p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    max-width: 600px;
    margin: 25px auto 50px auto;
}

/* banner css end */


/* luxry section css start */

.luxry-box {
    border: 1px solid var(--black-color);
    border-radius: 20px;
    padding: 30px 20px;
    transition: all .5s ease-in-out;
}

.luxry-box:hover {
    border-color: var(--primary-color);
}

.luxry-icon {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin: 0 auto 20px auto;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* luxry section css end */

/* technology css start */

.tech-left-box ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 31px;
    transition: all .5s ease-in-out;
}

.tech-left-box ul li:hover {
    background-color: var(--primary-color);
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
}

.tech-left-box ul li:hover p {
    color: #fff;
}

.tech-left-box ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tech-left-box ul li p {
    color: rgba(255, 255, 255, 0.5);
}

.tech-img {
    background-color: #ffffff0d;
    width: 480px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 0 0 auto;
}

.tech-img img {
    border-radius: 20px;
}

/* technology css end */


/* qlty css start */
.qlty-sec,
.safety-sec,
.support-sec {
    padding-bottom: 108px;
}

.qlty-img {
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.qlty-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all .5s ease-in-out;
}

.qlty-img span {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--black-color);
    padding: 8px 18px;
    border-radius: 100px;
    transition: all .5s ease-in-out;
    position: absolute;
    left: 015px;
    top: 15px;
}

.qlty-img span:hover {
    background-color: var(--black-color);
    color: var(--primary-color);
    border-color: var(--black-color);
}

.qlty-list li {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.5);
}

.qlty-list li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 100px;
    margin-right: 10px;
}

.qlty-box-link,
.qlty-box-link .qlty-txt h4 {
    transition: all .5s ease-in-out;
}

.qlty-box-link:hover .qlty-txt h4 {
    color: var(--primary-color);
}

.qlty-box-link:hover .qlty-img img {
    transform: scale(1.05);
}

.qlty-box-link:hover .qlty-img span {
    background-color: var(--black-color);
    color: var(--primary-color);
    border-color: var(--black-color);
}

/* qlty css end */


/* booking css start */
.booking-count span {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: var(--primary-color);
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    line-height: 54px;
    margin: 0 auto;
}

.booking-icon {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    background-color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -30px auto 0 auto;
}

.booking-box {
    border: 1px solid var(--black-color);
    transition: all .5s ease-in-out;
    padding: 30px 20px;
    border-radius: 20px;
}

.booking-box:hover {
    border-color: var(--primary-color);
}

/* booking css end */


/* client css start */
.client-inr-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

.client-inr-box:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.client-inr-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}

.client-img {
    width: 43px;
    height: 43px;
    border-radius: 100px;
}

.client-img img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}

.rating-list span {
    color: #fff;
}

.client-img-box {
    border-top: 1px solid rgba(235, 239, 244, 0.4);
    padding-top: 20px;
    margin-top: 50px;
    transition: all .5s ease-in-out;
}

.rating-list ul li i {
    font-size: 13px;
    color: var(--primary-color);
}

.client-inr-box:hover .rating-list ul li i {
    color: #fff;
}

.client-inr-box:hover .client-img-box {
    border-color: #fff;
}

.client-box .swiper {
    margin-right: 2px;
}

/* client css end */


/* safety css start */
.safety-box {
    border: 1px solid var(--black-color);
    padding: 30px 20px;
    transition: all .5s ease-in-out;
    border-radius: 20px;
}

.safety-box:hover {
    border: 1px solid var(--primary-color);
}

.safety-img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin: 0 auto 20px auto;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center
}

/* safety css end */

/* offer css start */
.offer-inr-box {
    background-color: rgba(227, 175, 90, 0.3);
    border-radius: 20px;
    padding: 50px;
}

.offer-icon {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin: 0 auto 40px auto;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-txt h2 {
    font-size: 52px;
    line-height: 62px;
    color: var(--primary-color);
    font-weight: 500;
}

.offer-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.offer-txt span {
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
    font-weight: 500;
}

.offer-btn {
    margin: 70px 0 30px 0;
}

.bottom-txt p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

/* offer css end */


/* support css start */
.sec-clock-img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin: 0 auto 20px auto;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.suport-box {
    border: 1px solid var(--black-color);
    padding: 30px 20px;
    transition: all .5s ease-in-out;
    border-radius: 20px;
}

.suport-box:hover {
    border: 1px solid var(--primary-color);
}

.suport-img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin: 0 auto 20px auto;
    border: 1px solid var(--primary-color);
    background-color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.suport-txt h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

.suport-txt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--primary-color);
}

.suport-btn {
    margin-top: 50px;
}

/* support css end */

/* app css start */
.app-left-box p {
    max-width: 100%;
}

.app-sec {
    position: relative;
}

.app-right-img {
    position: absolute;
    bottom: 0;
}

/* app css end */


/* footer css start */
footer {
    margin-top: auto;
}

.footer-logo-box img {
    width: 90px;
}

.footer-logo-box p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.quick-link h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}

.quick-link ul li {
    margin-bottom: 5px;
}

.quick-link ul li:last-child {
    margin-bottom: 0;
}

.quick-link ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    transition: all .5s ease-in-out;
}

.quick-link ul li a:hover {
    color: var(--primary-color);
}

.social-links li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100px;
    transition: all .5s ease-in-out;
}

.social-links li a:hover {
    background-color: var(--primary-color);
}

.social-links li {
    margin-bottom: 0 !important;
}

.social-links li a i {
    color: var(--black-color);
}

.footer-top-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.footer-top-txt p a {
    color: var(--primary-color);
    transition: all .5s ease-in-out;
}

.footer-top-txt p a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 80px;
}

.footer-list ul li::before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.footer-list ul li:nth-child(1)::before {
    position: absolute;
    top: 4px;
    left: 172px;
}

.footer-list ul li:nth-child(2)::before {
    position: absolute;
    top: 4px;
    left: 128px;
}

.footer-list ul li:nth-child(3)::before {
    position: absolute;
    top: 4px;
    left: 70px;
}

.footer-list ul li:last-child::before {
    content: none !important;
}

.footer-list ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.footer-list ul li a:hover {
    color: var(--primary-color);
}

/* footer css end */






/* inner pages css start */

/* breadcrum css start */

.breadcrum-sec {
    background-image: url('../img/cab-bg.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 999;
}

.breadcrum-sec::before {
    content: '';
    background-color: #00000085;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.breadcrum-sec .breadcrum-list li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.breadcrum-sec .breadcrum-list li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: all .5s ease-in-out;
    text-transform: capitalize;
}

.breadcrum-sec .breadcrum-list li a:hover {
    text-decoration: underline;
    color: #E3AF5AD1;
}

/* breadcrum css start */


/* filter css start */
.filter-box {
    padding: 30px;
    background-color: var(--primary-color);
    border-radius: 15px;
}

.search-icon {
    position: absolute;
    top: 14px;
    right: 11px;
    cursor: pointer;
}

.filter-title h5 {
    font-size: 16px;
    line-height: 26px;
}

.filter-search .form-control {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    padding: 10px 35px 10px 15px;
}

.filter-search .form-control::placeholder {
    color: var(--black-color);
    text-transform: capitalize;
}

.filter-search .form-control:focus {
    box-shadow: none;
}

.filter-title,
.filter-inr-box {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.filter-box-title {
    font-size: 16px;
    line-height: 26px;
}

/* Hide the checkbox */
.select-box input[type="checkbox"],
.select-box input[type="radio"] {
    display: none;
}

.select-box label {
    display: block;
    padding: 8px 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

.select-box label:hover {
    background: #fff;
    color: var(--primary-color);
    border-color: #fff;
}

.select-box input[type="checkbox"]:checked+label,
.select-box input[type="radio"]:checked+label {
    background: #fff;
    color: var(--primary-color);
    border-color: #fff;
}

.select-box .selected-box {
    background-color: #fff;
    color: var(--primary-color);
}

/* range slider */


.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}

.price-range-slider .range-bar {
    border: none !important;
    background: #fff;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #000;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.range-bar .ui-slider-handle {
    outline: none !important;
}


/* range slider */

/* time picker css start */
.time-duration-picker {
    position: relative;
    width: 100%;
}

.duration-box {
    position: absolute;
    top: 45px;
    left: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    display: none;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

/* .duration-box select {
    width: 70px;
    padding: 5px;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #bbb;
} */

.duration-box select {
    width: 50px;
    padding: 3px 5px;
    margin-right: 3px;
    border-radius: 4px;
    border: 1px solid #bbb;
    font-size: 14px;
}

.selct-vichle-box h5 {
    color: var(--black-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

/* time picker css end */

.book-img {
    height: 50px;
}

.book-img img {
    height: 100%;
}

.selct-vichle-main-box {
    border: 1px solid #dee2e6;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.selct-vichle-main-box.active {
    background-color: var(--primary-color);
    border-bottom: var(--primary-color);
}

.opt-box span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 5px;
}

.review .form-control {
    min-height: 200px;
}

/* filter css end */


.rating .star-rating i {
    color: var(--primary-color);
}

/* inner pages css end */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.custom-card-main-body {
    overflow: hidden;
}

.price-range-bar-box {
    background-color: transparent;
    border: 0;
    text-align: end;
}

.price-range-bar-box:focus-visible {
    outline: none;
}

.filter-box .filter-inr-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


.car-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.car-img-box img {
    height: 180px;
}

.right-filter-inr-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.car-text-box .car-title span {
    color: var(--black-color);
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
}

.right-filter-inr-box-list li svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--black-color);
    font-size: 12px;
}

.right-filter-inr-box-list li {
    border-radius: 5px;
    background-color: var(--primary-color);
    padding: 8px 10px !important;
}

.MuiTypography-root {
    font-size: 12px;
    color: var(--black-color);
}

.bottom-car-txt p {
    font-size: 15px;
    line-height: 25px;
}

.book-btn a {
    width: 100%;
    background-color: var(--primary-color);
    text-align: center;
    padding: 15px 0;
    display: inline-block;
    border-radius: 10px;
    color: var(--black-color);
    transition: all .5s ease-in-out;
    text-decoration: none;
}

.book-btn a:hover {
    background-color: var(--black-color);
    color: var(--primary-color);
}

.right-filter-box a {
    color: var(--black-color);
    text-decoration: none;
}

.car-detail-img {
    width: 100%;
    height: 400px;
    background-color: #bbb;
    border-radius: 15px;
}

.car-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.car-detail-bottom-box .card-header {
    background-color: var(--primary-color);
    color: #fff;
}

.car-detail-bottom-box .card-header h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.any-list li {
    margin-bottom: 10px;
}

.any-list li {
    margin-bottom: 10px;
    font-size: 15px;
}

.card-main-text,
.review-txt {
    font-size: 15px;
}

.review-box h4 {
    font-size: 16px;
    color: var(--primary-color);
}

.car-detail-right-box {
    border-radius: 15px !important;
    background-color: var(--primary-color) !important;
}

.car-detail-right-box .card-body {
    border-radius: 15px;
}

.car-detail-right-box-list li {
    background-color: transparent !important;
    padding: 10px 0;
    border-color: #fff;
    color: #fff;
    font-weight: 500;
    text-align: start;
}


.about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}


.contact-inr-box {
    padding: 50px;
    border-radius: 15px;
    border: 1px solid #ffffff96;
    background: #ffffff96;
}

.contact_info_list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 15px;
    background-color: var(--primary-color);
}

.contact_info_list li .img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.contact_info_list li .img i {
    font-size: 22px;
    color: var(--primary-color);
}

.contact_info_list li .text p {
    font-size: 18px;
    color: #fff;
}

.contact_info_list li .text a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    transition: all .5s ease-in-out;
}

.contact_info_list li .text span {
    font-size: 15px;
    color: #fff;
}

.contact-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}


.custom-form .form-control {
    width: 100%;
    min-height: 50px;
    border: 1px solid #ebebeb !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}

.contact-map iframe {
    width: 100%;
    height: 500px;
}

.pri-box ul li {
    color: #fff;
    margin-bottom: 10px;
}

.faq-inr-sec .accordion-item {
    margin-bottom: 30px;
    border-bottom: 0;
    border-radius: 15px !important;
}

.faq-inr-sec .accordion-button,
.faq-inr-sec .accordion-item {
    background-color: var(--primary-color);
}

.faq-inr-sec .accordion-button {
    border-radius: 15px !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 24px;
}

.faq-inr-sec .accordion-item:last-child {
    margin-bottom: 0;
}


.faq-inr-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}

.faq-inr-sec .accordion-body {
    padding-top: 0;
    font-size: 16px;
}

.accordion-button:focus {
    box-shadow: none;
}

.main_wrapper {
    background: #212121;
}



/* new css start */

.support-faq .accordion-item {
    margin-bottom: 25px;
    border-radius: 15px !important;
    border: 0;
}

.support-faq .accordion-button {
    justify-content: space-between;
    border-radius: 15px !important;
    font-weight: 600;
    color: #fff !important;
    font-size: 17px;
}

.support-faq .accordion-button::after {
    content: none !important;
}

.support-faq .accordion-button.collapsed .open-acordian {
    display: block;
}

.support-faq .accordion-button.collapsed .close-acordian {
    display: none;
}

.support-faq .accordion-button .close-acordian {
    display: flex;
}

.support-faq .accordion-button .open-acordian {
    display: none;
}

.support-faq .open-acordian,
.support-faq .close-acordian {
    background-color: var(--primary-color);
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    min-width: 30px;
}

.support-faq .accordion-button.collapsed .open-acordian {
    display: flex;
}

.support-faq .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.support-faq .accordion-button:focus {
    box-shadow: none !important;
}

.support-faq .accordion-button:not(.collapsed) .close-acordian {
    background-color: #fff;
    color: #212121;
}

.support-faq .accordion-button.collapsed {
    color: #212121 !important;
    padding: 20px;
}

.support-faq .accordion-body {
    font-size: 15px;
}

.support-sec .contact_info_list li {
    margin-bottom: 25px;
}


/*  */
.mobile-bar {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.mobile-bar i {
    font-size: 22px;
}

.mobile-header-off-canva {
    background-color: var(--black-color) !important;
}

.mobile-header-off-canva .btn-close {
    background-color: var(--primary-color);
    border-radius: 5px;
    opacity: 1;
}

.mobile-header-off-canva .navbar-brand img {
    width: 90px;
}

.mobile-header-off-canva .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
}

.moblie-nav ul li a {
    color: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
}

.moblie-nav ul li a.active {
    background-color: var(--primary-color);
    color: var(--black-color);
}

.moblie-nav ul li {
    margin-bottom: 5px;
}

.moblie-nav ul li:last-child {
    margin-bottom: 0;
}

.filter-mobile-box {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.filter-mobile-box i {
    font-size: 22px;
}

.filter-off-canva {
    background-color: var(--primary-color) !important;
}

.filter-off-canva .btn-close {
    background-color: #fff;
    border-radius: 5px;
    opacity: 1;
}

/*  */


.contact_info_list li .img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: var(--secondary-color);
    min-width: 60px;
}

.support-faq .open-acordian, .support-faq .close-acordian {
	background-color: var(--primary-color);
	width: 30px;
	display: flex;
	height: 30px;
	align-items: center;
	border-radius: 100px;
	justify-content: center;
}