:root {
    --primary-color: #0392FB;
}
.green {
    color: var(--primary-color)!important;
}
.green1 {
    color: var(--primary-color)!important;
}
.border-green {
    border-color: var(--primary-color)!important;
}
.bg-green {
    background-color: var(--primary-color)!important;
}
.bg-green1 {
    background-color: var(--primary-color)!important;
}

header.rs__main__header .header-nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(180deg, rgb(0 0 0 / 90%) 100%, #F5FAEE 100%);
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
body {
    padding-top: 87px;
}


.banner-1 {
    overflow: hidden;
    border-radius: unset;
}
.rs__banner__image__wrapper img {
    height: auto;
    width: 850px;
    position: absolute;
    top: -65px;
    object-fit: cover;
}
.rs__spinner {
    width: 20px;
    height: 20px;
    border: 4px solid #ffffff;
    border-top-color: #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
    display: inline-block;
    margin: 0px;
    display: none;
  }
  
/* Animations */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.rs__btn__theme {
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.rs__btn__theme.active {
    background-color: #006fc0;
    pointer-events: none;
    color: white;
}
.rs__btn__theme.active span.rs__spinner {
    display: block;
}
.rs__proceed__to__pay {
    margin: 0px auto;
}
.rs__search__vin__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rs__search__vin__wrapper .tab-content .wrapper {
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
}
.rs__search__vin__wrapper .tab-content .wrapper .field-search-vin input {
    border-radius: 8px !important;
}
.rs__how__its__work {

}
:root {
    --primary-color: #0392FB;
}
.green {
    color: var(--primary-color)!important;
}
.green1 {
    color: var(--primary-color)!important;
}
.border-green {
    border-color: var(--primary-color)!important;
}
.bg-green {
    background-color: var(--primary-color)!important;
}
.banner-1 {
    overflow: hidden;
}
.rs__spinner {
    width: 20px;
    height: 20px;
    border: 4px solid #ffffff;
    border-top-color: #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
    display: inline-block;
    margin: 0px;
    display: none;
  }
  
/* Animations */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.rs__btn__theme {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.rs__btn__theme.active {
    background-color: #006fc0;
    pointer-events: none;
}
.rs__btn__theme.active span.rs__spinner {
    display: block;
}
.rs__proceed__to__pay {
    margin: 0px auto;
}
.rs__search__vin__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rs__search__vin__wrapper .tab-content .wrapper {
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
}
.rs__search__vin__wrapper .tab-content .wrapper .field-search-vin input {
    border-radius: 8px !important;
}
.rs__how__its__work {
    padding: 80px 0px!important;
}
.rs__about__us {
    background-color: #F4F4F4;
    background-image: unset !important;
    padding: 50px 0px !important;
}
.rs__service {
    background-color: white;
    background-image: unset !important;
    padding: 50px 0px !important;
}
.rs__about__vin {
    width: 100%;
    margin: auto;
    border-radius: unset;
    background-color: #0392fb;
    padding: 0px !important;
}
.rs__about__vin .more-about-inner .section-left .section-title h6 {
    color: white!important;
}

.rs__about__vin .more-about-inner .section-left .section-title h2 {
    border-color: white!important;
}

.rs__about__vin .more-about-inner .section-left .section-title h2 span {
    color: white!important;
}
.rs__about__vin .more-about-inner .section-right {
    margin: 0px;
}
.rs__pricing__section {
    background-color: white;
    background-image: unset !important;
    padding: 50px 0px !important;
}
.rs__contact__section {
    background-color: white;
    background-image: unset !important;
    padding: 50px 0px !important;
}
.rs__contact__section .contact-mobile-inner .contact-form {
    border: 1px solid transparent;
    box-shadow: 0px 0px 23.8px 0px #00000040;
}
.rs__contact__section .contact-mobile-inner .contact-form .career-form-inner .bg-lightgreen {
    background-color: white;
}
.rs__search__vin__wrapper button {
    padding: 12px 18px !important;
}
.rs__how__its__work .work-card {
    position: relative;
}

.rs__how__its__work .row.g-4 .col-lg-3.col-md-6:nth-child(1) .work-card::before, .rs__how__its__work .row.g-4 .col-lg-3.col-md-6:nth-child(2) .work-card::before, .rs__how__its__work .row.g-4 .col-lg-3.col-md-6:nth-child(3) .work-card::before, .rs__how__its__work .row.g-4 .col-lg-3.col-md-6:nth-child(4) .work-card::before {
    content: "1";
    position: absolute;
    left: 16px;
    font-family: sans-serif;
    font-size: 36px;
    color: lightgray;
}

.rs__how__its__work .row.g-4 .col-lg-3.col-md-6:nth-child(2) .work-card::before {
    content: "2";
}

.rs__how__its__work .row.g-4 .col-lg-3.col-md-6:nth-child(3) .work-card::before {
    content: "3";
}

.rs__how__its__work .row.g-4 .col-lg-3.col-md-6:nth-child(4) .work-card::before {
    content: "4";
}
img.rs__logo {
    height: auto;
    width: 145px;
    object-fit: cover;
}
img.rs__main__logo {
    height: auto;
    width: 220px;
}
@media (max-width: 1366px) {
    .rs__banner__image__wrapper img {
        width: 700px;
        top: -50px;
        right: -230px;
    }
    .banner-1 .container .banner-1-inner .section-title {
        margin-bottom: 50px !important;
    }
    .rs__how__its__work {
        padding: 60px 0px !important;
    }
}
@media (max-width: 991.50px) {
    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        top: 15px;
    }
    .rs__banner__image__wrapper {
        display: none;
    }
    .banner-1-inner .section-title > .row.gx-lg-5.gy-4 {
        flex-direction: column;
    }
    .banner-1-inner .section-title > .row.gx-lg-5.gy-4 .col-lg-6.col-md-6.col-12 {
        width: 100%;
    }
    .banner-1-inner .rs__search__vin__wrapper {
        width: 100%;
    }
    .rs__search__vin__wrapper .tab-content .wrapper {
        align-items: center;
    }
    .rs__about__vin {   
        padding: 0px 0px 50px !important;
    }
    .rs__about__vin .more-about-inner .align-items-center .col-xl-5 {
        margin: 0px;
    }
    .rs__about__vin .more-about-inner .section-right {
        margin: 0px 0px 0px -40px;
        width: 300px;
    }
    .rs__about__vin .more-about-inner .section-right img {
        height: auto;
        width: 300px;
    }
}
@media (max-width: 768px) {
    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        top: 25px;
    }
    img.rs__logo {
        margin: -12px 0px -20px;
    }
}

@media (max-width: 568px) {
    .banner-1 .section-title h1 {
        font-size: 32px;
        margin: 15px 0px -32px;
    }
    .rs__how__its__work {
        padding: 40px 0px !important;
    }
    .rs__how__its__work .how-work-inner .section-title {
        margin: 0px 0px 25px !important;
    }
    h2, .h2 {
        font-size: 26px;
    }
    .banner-1 .section-title h1, .index-2 .about-us .section-title h2, .service .section-title h2, .index-2 .pricing .section-title h2, .project .section-title h2, .blog-title-left h2, .mobile-app1-title h2, .contact-us-title h2 {
        font-size: 26px;
    }
    .index-2 .service-box {
        height: fit-content;
        min-height: fit-content !important;
    }
    .rs__about__vin .more-about-inner .section-right {
        margin: auto;
        width: 300px;
    }
    .index-2 .more-about .section-left {
        text-align: center;
    }
    .rs__contact__section {
        padding: 0px 0px 50px !important;
    }
    .rs__contact__section .contact-mobile-inner .align-items-center > .col-lg-6 {
        margin: 16px 0px;
    }
    .rs__pricing__section .pricing-inner .align-items-center > .col-lg-8 {
        margin: 0px 0px 0px;
    }
    .rs__about__us .about-us-inner {
        padding: 0px !important;
    }
    .rs__about__us .about-us-inner {
        text-align: center;
    }
}