@media only screen and (min-width: 2500px) {}

@media (max-width: 1400px) {
    .logo-h {
        width: 200px;
    }

    .header-med .head-inner ul {
        gap: 20px;
    }

    .header-med .head-inner ul li a {
        font-size: 15px;
        line-height: 25px;
    }

    .head-inner .menu-left {
        gap: 60px;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .nav-inner {
        display: none;
    }

    .logo-h {
        max-width: 180px;
    }

    .item.res-menu {
        display: block;
    }

    .head-inner .menu-left {
        gap: 20px;
    }

    header .btn {
        display: none;
    }

    .search-box-btn.search-box-outer {
        display: none;
    }

    .side-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .side-header .logo-h {
        max-width: 180px;
    }

    .search-mobile {
        margin: 30px 0px 20px;
    }

    .search-mobile .form-group {
        display: flex;
        justify-content: space-between;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(221, 221, 221);
        border-image: initial;
        border-radius: 8px;
    }

    .search-mobile .form-group input {
        width: calc(100% - 56px);
        height: 50px;
        border: none !important;
        padding: 0 10px;
        border-radius: 0px;
        color: #333;
        border-radius: 8px;
    }

    .search-mobile .form-group button {
        width: 50px;
        height: 50px;
        background: #fff;
        color: var(--main-color);
        font-weight: 900;
        font-size: 20px;
        border: none;
        border-radius: 8px;
    }

    .mobile-menu .menu-box .navigation li.menu-item-has-children>a::after {
        content: "\f107";
        font-family: 'Font Awesome 6 Pro';
    }

    .mobile-menu .menu-box .navigation li.menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
    }

    .mobile-menu .menu-box .navigation li .sub-menu {
        padding: 0 20px;
    }

    .sidebar-btn {
        margin-top: 30px;
    }

    .banner-block,
    .banner-block .container>.row {
        height: 527px;
        padding: 75px 0 40px;
    }

    .banner-block .banner-inner .banner-text h1 {
        font-size: 25px;
        line-height: 35px;
        max-width: calc(100% - 130px);
    }

    .banner-small-img {
        width: 120px;
        height: 80px;
        border-radius: 10px;
    }

    .banner-block .banner-inner .banner-bottom {
        max-width: 100%;
        padding: 0;
    }

    .banner-block .banner-inner .banner-bottom .banner-text-bottom {
        padding: 20px 20px 75px;
        display: block;
        text-align: center;
    }

    .banner-block .banner-inner .banner-bottom .banner-text-bottom p {
        margin-inline-end: 0;
        font-size: 12px;
        line-height: 21px;
        margin: 0 0 15px;
        text-align: center;
    }

    .btn {
        font-size: 14px;
        min-height: 45px;
        min-width: auto;
        padding: 10px;
    }

    .home-counter {
        display: none;
    }

    .banner-control-bottom-in .banner-nav {
        display: none;
    }

    .banner-control-bottom-in {
        margin-bottom: 20px;
        right: 0;
        left: 0;
        margin: 0 auto;
        min-height: 20px;
    }

    .banner-pagination .swiper-pagination.home-pagination .num-slider-h .line-h {
        width: 20px;
        background: var(--main-color);
        height: 8px;
    }

    .banner-pagination .swiper-pagination.home-pagination {
        gap: 5px;
        width: 100% !important;
    }

    .banner-pagination .swiper-pagination.home-pagination .num-slider-h .swiper-pagination-bullet.swiper-pagination-bullet-active+.line-h {
        width: 45px;
    }

    .banner-control-bottom-in .banner-control-bottom-all-in {
        justify-content: center;
    }

    .banner-block .banner-inner .banner-text {
        margin-bottom: 20px;
    }

    .banner-pagination {
        width: 100%;
    }

    .about-h,
    .manger-page.about-h {
        padding-block: 50px;
    }

    .about-h .col-md-5 {
        order: 1 !important;
    }

    .about-h .col-md-7 {
        order: 2 !important;
    }

    .about-h .col-md-12 {
        order: 3 !important;
    }

    .about-img {
        margin-bottom: 30px;
    }

    .about-text {
        max-width: 100%;
    }

    .about-text h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 14px;
    }

    .about-text p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    .about-counter {
        /* padding: 20px; */
        justify-content: center;
        gap: 15px;
        margin-top: 40px;
    }

    .about-counter .item {
        width: calc(50% - 7.5px);
    }

    .counter-block {
        text-align: center;
        padding: 10px;
        border-radius: 10px;
    }

    .counter-block h4 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .counter-block .counter-item {
        font-size: 26px;
        line-height: 30px;
        width: calc(100% - 30px);
    }

    .banner-h .row {
        min-height: 400px;
    }

    .banner-s-h {
        flex-direction: row;
        right: 0;
        left: 0;
        bottom: 0;
        max-width: fit-content;
        margin: auto;
        margin-bottom: 30px;
    }

    .about-h .container>.row {
        padding: 20px 5px;
        border-radius: 20px;
        /* flex-direction: column-reverse; */
    }

    .about-h .container>.row .col-md-6:nth-child(1) {
        order: 2;
    }

    .about-h .container>.row .col-md-6:nth-child(2) {
        order: 1;
    }

    .counter-block .counter-title .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .counter-block .counter-title {
        margin-bottom: 5px;
    }

    .why-inner {
        padding: 30px 15px;
    }

    .why-item {
        margin-bottom: 15px;
        height: calc(100% - 15px);
        padding: 18px 22px;
        gap: 10px;
    }

    .why-item .num {
        font-size: 30px;
        line-height: 40px;
        width: 37px;
    }

    .why-item .details {
        width: calc(100% - 10px - 37px);
    }

    .why-item .details h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .services-h {
        padding-block: 50px;
    }

    .clients-h .container>.row {
        padding: 30px 2px;
    }

    .cert-h {
        padding-block: 50px;
    }

    .cert-block .img {
        height: 300px;
    }

    .slick-dots {
        margin-top: 20px;
    }

    .logo-f {
        height: 100px;
        margin-bottom: 30px;
        margin-top: -33px;
    }

    .logo-f a {
        max-width: 200px;
    }

    .logo-f img {
        max-width: 150px;
    }

    .footer-top .row div:nth-child(3) .foot-block {
        max-width: 100%;
        margin: 20px 0;
    }

    .footer-bottom {
        text-align: center;
    }

    .title h3,
    .title-flex .title h3,
    .why-inner .title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .title p {
        font-size: 14px;
        line-height: 24px;
    }

    .title {
        margin-bottom: 15px;
    }

    .serv-tabs .nav.nav-tabs {
        margin-block: 6px 20px;
    }

    .title-flex {
        margin-bottom: 18px;
        /* flex-wrap: wrap; */
        gap: 20px;
    }

    .foot-block h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .info-f li a {
        max-width: fit-content;
        font-size: 14px;
        line-height: 24px;
    }

    .info-f li {
        margin-bottom: 20px;
    }

    .s-h span {
        font-size: 16px;
        line-height: 26px;
    }

    .ryad-logo {
        float: none;
    }

    .circular-menu .floating-btn {
        width: 44px;
        height: 44px;
        padding: 5px;
        border-radius: 10px;
    }

    .fixed-icons .upTop {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        border-radius: 10px;
    }

    .orderModal .modal-content .modal-body {
        padding: 30px 20px;
    }

    .breadcrumb-h {
        padding-block: 50px 30px;
    }

    .bread-text h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .bread-text ul li span,
    .bread-text ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .about-block {
        padding: 24px;
    }

    .about-block .title-block h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .about-block .title-block .icon {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .about-block .details {
        padding-top: 10px;
    }

    .about-block .details p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-more {
        padding-bottom: 30px;
    }

    .manger-page.about-h .container>.row {
        padding: 20px 5px;
    }

    .manger-page .about-img {
        height: 400px;
    }

    .manger-page .about-text {
        padding: 0;
    }

    .body-inner {
        padding-block: 50px;
    }

    .single-service .row {
        flex-direction: column-reverse;
    }

    .single-imgs {
        margin-bottom: 30px;
    }

    .single-imgs .img-big {
        height: 300px;
    }

    .single-imgs .slick-arrow {
        margin: 0 35px;
        width: 35px;
        height: 35px;
    }

    .single-imgs .img-small {
        height: 75px;
        border-radius: 12px;
    }

    .single-text {
        padding: 0;
    }

    .single-text h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .single-text p,
    .single-inner .single-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .single-text ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .single-text .btn {
        min-height: 50px;
        font-size: 16px;
    }

    .clients-page .col-md-2 {
        width: 50%;
    }

    .client-in-block {
        margin: 10px auto;
    }

    .blog-block {
        margin: 10px 0;
        height: calc(100% - 20px);
    }

    .blog-block .details {
        padding: 12px 0;
    }

    .single-inner .img {
        height: 260px;
    }

    .single-inner .single-text .single-title {
        margin-block: 27px 14px;
    }

    .date-h,
    .single-inner .single-text .single-title .date-h {
        font-size: 15px;
    }

    .form-modal.form-careers {
        padding: 30px 20px;
    }

    .title-form {
        margin-bottom: 24px;
    }

    .title-form h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .contact-page .row {
        /* flex-direction: column-reverse; */
        padding: 30px 6px;
    }

    .form-modal.form-careers.form-contact {
        padding: 0;
        margin-bottom: 30px;
    }

    .img-contact {
        height: 300px;
        border-radius: 15px;
    }

    .form-modal .form-group .btn {
        font-size: 16px;
        min-height: 45px;
        margin-top: 10px;
    }
    
    section.careers-page.body-inner {
    padding-bottom: 80px;
}

.title-flex .btn {
    font-size: 12px;
    padding: 10px 8px;
}

.why-h {
    padding-top: 0;
}

}

@media (max-width: 768px) {}

@media (max-width: 767px) {}

@media (max-width: 600px) {
    .container {
        max-width: 100%;
    }
    
    .logo-f .footer-mask-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

section.careers-page.body-inner {
    padding-bottom: 80px;
}
}

@media (max-width: 480px) {
    .footer-shape {
    top: 4px;
}
}

@media (max-width: 390px) {}

@media (max-width: 360px) {}