header {
    position: fixed;
    width: 100%;
    background: #ffffff7a;
    z-index: 100;
}

header.scrolled {
    background: #ffffff;
    /* change to your color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.rs-banner-bg-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #3674a9, #3674a936, #3674a900);
    width: 100%;
    height: 100%;
}

.rs-feature-title {
    margin-bottom: 8px;
    font-size: 16px;
}

.rs-feature-descrip p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}

.section-space-box {
    padding: 50px 0;
}

.bg-grey {
    background: var(--rs-theme-cyan);
}

.rs-about-wrapper p {
    color: #fff;
}

.rs-brand-wrapper {
    text-align: center;
}

.descrip {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.descrip-2 {
    margin-bottom: 15px;
    color: #fff;
}

.country_box .rs-brand-item {
    background: unset;
    box-shadow: none;
    height: unset;
    display: flex;
    padding: 0;
    align-items: center;
    width: 100%;
    border-radius: 0;
}

.country_box .rs-brand-thumb img {
    width: 130px;
    transition: all 0.5s ease;
}

.h2_set_option {
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.p_option_content {
    padding: 30px 0 15px;
}

.p_option_content p {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.pb-30 {
    padding-bottom: 30px;
}

.brand-grid {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.swiper.brandSwiper {
    padding: 10px 0 30px 0;
}

.swiper.brandSwiper .swiper-slide .brand-grid .rs-brand-thumb {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    padding: 5px 0;
    box-shadow: 2px 2px 4px 3px #ccc;
    border-radius: 5px;
    transition: 0.3s;
}

.rs-brand-thumb img:hover {
    transform: scale(1.05);
}

/* Default: Desktop */
.video-desktop {
    display: block;
    width: 100%;
}

.video-mobile {
    display: none;
    width: 100%;
}

/* Mobile view */
@media (max-width: 768px) {
    .video-desktop {
        display: none;
    }

    .video-mobile {
        display: block;
    }
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ff6600;
    /* your theme color */
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
}

.rs-footer-top {
    padding: 50px 0;
}

.pop_close {
    position: absolute;
    right: -7px;
    top: -13px;
    background: #fff;
    padding: 5px 10px;
    color: #fff;
}

.enquire_submit {
    cursor: pointer;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    border: none;
}

/* -- enquire popup -- */
.popup_module {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.popup_module .popup_module_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 80%);
}

.popup_module .popup_container {
    width: 490px;
    max-width: calc(100% - 30px);
    background: #f6f6f6;
    padding: 30px;
    position: relative;
}

.form-group input[type=text] {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

.form-group textarea {
    resize: none;
    height: 80px;
}

.radio-group {
    padding: 10px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.radio-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.popup_module h4 {
    text-align: center;
    margin-bottom: 15px;
    color: #ff7a18;
}

@media screen and (max-width: 1320px) {
    .rs-header-six .rs-header-inner {
        padding: 0;
        height: 80px;
    }
}

@media screen and (min-width: 991px) {
    .pos_abs {
        display: none;
    }

}

@media screen and (max-width: 991px) {

    .pos_abs {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 1000;
    }

    .pos_abs a {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .rs-counter-one .rs-counter-number-wrapper {
        padding-bottom: 12px;
        margin-bottom: 5px;
    }

    .rs-counter-one .rs-counter-title {
        font-size: 12px;
    }

    .section-space-box {
        padding: 35px 0;
    }

    .h2_set_option {
        font-size: 16px;
    }

    header {
        position: relative;
    }

    .rs-header-six .rs-header-logo {
        padding: 13px 0;
    }

    .rs-header-six .rs-header-logo-wrapper {
        width: unset;
        height: 68px;
    }

    .rs-header-six .rs-header-logo img {
        width: 120px;
    }

    .p_option_content p {
        font-size: 13px;
        line-height: 22px;
        text-align: justify;
    }

    .section-space-bottom {
        padding-bottom: 0;
        margin: 40px 0;
    }

    .rs-feature-descrip p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0;
        text-align: justify;
    }

    .rs-feature-five .rs-feature-item {
        height: unset;
    }

    .rs-section-title.has-theme-light-blue {
        text-align: left;
        font-size: 16px;
    }

    .descrip {
        margin-bottom: 25px;
        font-size: 13px;
        text-align: justify;
        line-height: 22px;
    }

    .country_box .rs-brand-thumb img {
        width: 100px;
    }

    .rs-footer-two.has-theme-cyan {
        padding-top: 35px;
    }

    .rs-footer-two .rs-footer-widget-title {
        font-size: 16px;
    }

    .rs-footer-two .rs-footer-widget-description {
        font-size: 13px;
        line-height: 22px;
        text-align: justify;
    }

    .rs-footer-widget-links ul {
        gap: 5px;
    }

    .rs-footer-widget-links ul li a {
        font-size: 13px;
    }

    .rs-copyright-one {
        padding: 10px 0;
    }

    .rs-copyright-one .rs-footer-copyright.has-theme-cyan p {
        margin-bottom: 0;
        font-size: 12px;
    }

    .rs-footer-top {
        margin-bottom: 30px;
    }

    .rs-brand-two .rs-brand-item {
        height: 100px;
    }
}