@media (max-width:1800px) {

    .frame-10::before {
        right: 11%;
    }
}

@media (max-width:1600px) {

    .frame-10::before {
        right: 3%;
    }
}


@media (min-width:1440px) {

    .hs1-main-bg::before {
        content: "";
        background-image: url(../../images/home-bg-1.png);
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: calc(100% + 100px);
        background-repeat: no-repeat;
        background-size: 470px 700px;
    }

    .why-choose-box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

}

@media (max-width:1440px) {

    .frame-2-box {
        min-width: 260px;
    }

    .frame-2-boxes {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: var(--rlms-extra-color-darkest) transparent;
    }

    .frame-2 {
        background-position: 0 -100px;
    }

    img.frame-2-main-img {
        width: 900px;
        margin-inline: auto;
    }


    .frame-1 {
        padding-block: 60px;
        min-height: 600px;
    }


    .hiw-box-left {
        display: none;
    }

    .features-box {
        background-color: #ffff;
        -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
        border: 0.5px solid rgba(0, 0, 0, 0.00);

        & path {
            fill: var(--rlms-primary-darkest);
        }
    }

}


@media (max-width:1439px) and (min-width:768px) {

    .features-box-wrapper {
        gap: 20px;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }

    .features-box {
        padding: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 240px;
        flex: 1 0 240px;
    }

    .why-choose-box-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        &>* {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
    }
}

@media (max-width:1439px) {

    .frame-10::before {
        display: none;
    }

    .frame-10-box-wrapper::after {
        display: none;
    }

    .frame-10-box-wrapper {
        padding-bottom: 0;
    }

    .frame-10-box-item img {
        width: 130px;
        height: 130px;
    }

    .frame-10-info-box-wrapper {
        padding-top: 50px;
    }

    .ot-programs-box-card-body-right {
        display: none;
    }

    .testimonials-box {
        min-height: 352px;
        justify-content: center;
    }
}

@media (max-width:1200px) {

    .frame-9-card-wrapper {
        gap: 20px;
        max-width: none;
        width: 100%;
    }

    .frame-5-right img {
        width: 360px;
    }

    .frame-2 {
        background-position: top;
    }

    .info-video-left {
        flex: 0 0 600px;
    }

}

@media (min-width:1025px) {

    .nav-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        min-width: 160px;
        display: none;
        z-index: 100;
    }

    .nav-dropdown-menu {
        transition: opacity 0.2s ease, transform 0.2s ease;
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
    }

    .nav-dropdown:hover .nav-dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-dropdown-menu a {
        padding: 10px 15px;
    }
}


@media (max-width:1024px) {

    .frame-12-box-wrapper {
        margin-inline: inherit;
    }

    .frame-10::after {
        width: 550px;
    }

    .ivb-style-1 .info-video-left,
    .ivb-style-2 .info-video-left {
        padding: 16px;

        & video {
            border-radius: 16px;
        }
    }

    .frame-10-info-box:nth-child(2) {
        gap: 20px;
    }

    .info-video-left,
    .info-video-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bring-expert-right {
        width: 100%;
        flex: 1 0 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .bring-expert-left {
        flex: 1 0 100%;
        width: 100%;
    }

    .bring-expert-right {
        width: 100%;
        flex: 1 0 100%;
        display: flex;
        flex-direction: row;
    }

    .nav-sm-login-btn {
        display: block;
    }

    .nav-dropdown-menu li:not(:last-child) {
        padding-bottom: 10px;
    }

    li.nav-dropdown.active {
        border-top: 0.5px solid var(--rlms-border-color);
        border-bottom: 0.5px solid var(--rlms-border-color);
        padding: 10px;
    }

    li.nav-dropdown {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .header-item-wrapper nav ul:not(.nav-dropdown-menu) {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-block: 50px;
        padding-inline: 16px;
    }

    .header-right {
        display: none;
    }

    .header-hamburger {
        display: block;
    }

    .dta-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        max-width: 500px;
        margin-inline: auto;
    }

    .h-sec-common {
        padding-block: 50px;
    }

    .header-item-wrapper nav {
        position: fixed;
        background: white;
        top: var(--header-height);
        z-index: 99;
        left: 0;
        right: 0;
        height: 100dvh;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    body.menu-open .header-item-wrapper nav {
        transform: translateX(0);
    }

    .sb-detail b {
        font-size: 30px;
    }
}

@media (max-width:1000px) {

    .frame-13::before {
        width: 270px;
        height: 220px;
    }

    .frame-13-inner {
        gap: 20px;
    }

    .frame-3-inner {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

@media (max-width:900px) {

    .frame-18-content {
        gap: 15px;
    }

    .frame-18 {
        grid-template-columns: 230px 1fr;
        gap: 30px;
        margin-top: 170px;
        border-radius: 30px;
        padding-inline: 40px;
    }

    .frame-12-box {
        padding: 20px;
        border-radius: 20px;
    }

    .frame-10-info-box:nth-child(2) {
        margin: auto;
    }

    .frame-10-box-wrapper,
    .frame-10-info-box-wrapper {
        grid-template-columns: 1fr;
    }

    .frame-10-info-box-wrapper {
        max-width: 100%;
        width: 100%;
        gap: 50px;
    }

    .frame-10-info-box:nth-child(1)>*:nth-child(1) {
        align-items: center;
        text-align: center;
        margin: auto;
    }

    .frame-10-info-box:nth-child(1) img {
        display: none;
    }

    .frame-9-card-right {
        order: 1;
        display: flex;
        justify-content: center;
    }

    .frame-9-card-left {
        order: 2;
    }

    .frame-9-card {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 15px;
        border-radius: 12px;
    }

    .frame-8 {
        padding-block: 50px;
    }

    .frame-7 {
        padding-top: 50px;
    }

    .frame-7-inner {
        gap: 50px;
    }

    .frame-2 {
        padding-block: 50px;
    }

    .statistics-box-wrapper {
        gap: 16px;
    }

    .statistics-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        border-radius: 20px;
    }
}

@media (max-width:767px) {

    .frame-18-image img {
        width: 250px;
        margin-inline: auto;
    }

    .frame-18 {
        grid-template-columns:  1fr;
        gap: 0px;
        margin-top: 140px;
        border-radius: 20px;
        padding-inline: 30px;
        padding-bottom: 30px;
    }

    .frame-17 {
        padding-top: 50px;
    }

    .frame-16-inner {
        grid-template-columns: 1fr;
    }

    .frame-16-content {
        order: 2;
    }

    .frame-16-video {
        order: 1;
    }

    .frame-15 ul {
        margin-inline: inherit;
    }

    .frame-14 {
        padding-block: 50px;
    }

    .frame-14-box {
        flex: 0 0 calc(50% - 15px);
    }

    .frame-14-box-1 p {
        max-width: 160px;
    }

    .frame-14-box-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .frame-14-box {
        min-height: 250px;
    }

    .frame-14-box-1 p {
        position: inherit;
        transform: translateY(0);
        top: inherit;
        right: 0;
    }

    .frame-14-box-2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .frame-14-box-1 img {
        transform: translateX(0);
    }

    .frame-14-box-3 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .frame-13::before {
        width: 240px;
        height: 195px;
        left: -102px;
        bottom: 77px;
    }

    .frame-13 {
        padding-block: 50px;
    }

    .frame-13-image {
        order: 2;
    }

    .frame-13-content {
        order: 1;
    }

    .frame-12-box-head img {
        width: 100px;
    }

    .frame-12 {
        padding-bottom: 30px;
    }

    .frame-12-box ul {
        gap: 15px;
    }

    .frame-12-box {
        width: 320px;
        gap: 15px;
    }

    .frame-11-logos img {
        width: 120px;
    }

    .frame-11-boxes {
        gap: 10px;
    }

    .frame-11-boxes {
        gap: 10px;
    }

    .frame-11-logos span {
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
    }

    .frame-11-box img {
        width: 50px;
        aspect-ratio: 1;
        object-fit: contain;
    }

    .frame-11-box {
        padding: 20px;
        border-radius: 10px;
        justify-content: space-between;
    }

    .frame-11 {
        padding-block: 50px;
        gap: 30px;
    }

    .frame-11-logos {
        gap: 10px;
    }

    .frame-11-boxes {
        max-width: 100%;
    }

    .frame-10-info-msg-box {
        border-radius: 20px;
    }

    .frame-10-info-box:nth-child(2) {
        grid-template-columns: 1fr;
    }

    .frame-10-info-box img {
        display: none;
    }

    .frame-10::after {
        width: 100%;
    }

    .frame-10-box-top img {
        width: 200px;
    }

    .frame-10-box-item img {
        width: 95px;
        height: 95px;
    }

    .frame-10-box-item {
        padding: 10px;
        border-radius: 10px;
        gap: 15px;
    }

    .frame-10-box-bottom {
        gap: 10px;
    }

    .frame-10-info-box-wrapper {
        padding-top: 30px;
    }

    .frame-9-card:nth-child(2) .frame-9-card-right img {
        width: 120px;
        aspect-ratio: 1;
        object-fit: contain;
    }

    .frame-9-card:nth-child(1) .frame-9-card-right img {
        width: 80px;
        aspect-ratio: 1;
        object-fit: contain;
    }

    .frame-9-card {
        padding: 10px;
        gap: 15px;
        border-radius: 8px;
    }

    .frame-9-card-wrapper {
        gap: 10px;
    }

    .frame-9 {
        gap: 30px;
    }

    .frame-9-info-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .frame-9-info-left img {
        width: 150px;
        margin-inline: auto;
    }

    .frame-9-card-left span {
        font-size: 14px;
    }

    .frame-9-card-left p {
        font-size: 12px;
    }

    .frame-8-box-wrapper {
        gap: 10px;
    }

    .frame-8-box {
        flex: 0 0 160px;
        padding: 15px;
        border-radius: 12px;
    }

    .frame-8-box img {
        width: 100px;
        height: 30px;
    }

    .fsb {
        padding: 20px;
        border-radius: 10px;
        gap: 50px;
        min-height: auto;
    }

    .fsb-wrapper {
        max-width: 100%;
    }

    .frame-5 {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 50px;
    }

    .frame-5-left ul li img {
        width: 20px;
    }

    .frame-5-left ul li p {
        font-size: 14px;
    }

    .frame-4 {
        padding-bottom: 50px;
    }

    .frame-3-left img {
        width: 300px;
        margin-inline: auto;
    }

    .frame-3-right {
        gap: 30px;
    }

    .frame-3-inner {
        grid-template-columns: 1fr;
    }

    .frame-3 {
        padding-block: 50px;
    }

    .frame-2-inner {
        gap: 30px;
    }

    .frame-2 {
        padding-block: 30px;
        background: var(--rlms-primary-lightest);
    }

    .frame-2-boxes {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        overflow-x: inherit;
    }

    .frame-2-box {
        min-width: auto;
    }

    .frame-2-box .rlms-font-xxs {
        font-size: 12px;
    }

    .advert-p1-right img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .advert-popup.advert-popup-1 {
        flex-direction: column-reverse;
    }

    .advert-popup.advert-popup-2 {
        flex-direction: column;
    }

    .advert-p1-right img {
        border-radius: 10px;
    }

    .advert-p2-left img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .frame-1-inner b {
        font-size: 20px;
    }

    .advert-p2-left {
        flex: 1 0 100%;
    }

    .advert-p2-right {
        flex: 1;
        padding: 0 20px 20px;
        gap: 30px;
    }

    .advert-p1-right {
        flex: 1 0 100%;
        padding: 5px;
    }

    .advert-p1-left {
        flex: 1;
        padding: 0 15px 15px 15px;
        gap: 30px;
    }

    .frame-1 {
        min-height: 420px;
    }

    .hs2-image-box-wrapper iframe {
        height: 300px;
    }

    .ot-programs-box-card {
        padding: 20px;
        border-radius: 20px;
        min-height: auto;
    }

    .ot-programs-box-card-head b {
        font-size: 20px;
    }

    .ot-programs-box-card-head span {
        font-size: 14px;
    }

    .os-on-info-box-wrapper {
        gap: 15px;
    }

    .wc-ost-box-wrapper .wc-ost-box {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 300px;
    }

    .bring-expert-right>* {
        width: 100%;
        justify-content: space-between;
    }

    #cookie-banner {
        transform: translateX(-50%);
        left: 50%;
        width: 90%;
    }


    .hiw-br-icon {
        & img {
            width: 60px;
        }
    }

    .partners-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        height: 65px;
    }

    .footer-language-wrapper {
        right: 10px;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .footer-bottom svg {
        height: 20px;
        width: 20px;
    }

    ul.footer-link-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        gap: 10px;

        & li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
        }
    }

    .faq-question span {
        font-size: 20px;
    }

    .hiw-box-right ul {
        --li-height: 160px;
    }

    .hiw-box-right ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;

        &:not(:last-child):after {
            width: 24px;
            left: -24px;
            top: 20px;
        }

        &:before {
            top: 5%;
            -webkit-transform: inherit;
            -ms-transform: inherit;
            transform: inherit;
        }
    }

    .hiw-br-icon svg {
        width: 40px;
        height: 40px;
    }

    .why-choose-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .features-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        padding: 16px 10px;

        & svg {
            width: 80px;
            height: 80px;
        }
    }

    .fb-text p {
        font-size: 14px;
    }

    .hr-btns button {
        padding: 12px;
        border-radius: 10px;
        font-size: 14px;
    }

    .hr-btns a {
        font-size: 14px;
    }

    .sb-detail b {
        font-size: 22px;
    }

    .sb-detail span {
        font-size: 12px;
    }

    .sb-inner {
        max-width: 100%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-inline: initial;
    }

    section.home-sec-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}