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

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

@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: 150px;
    }

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

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

    .menu-left .lang-h {
        display: none;
    }

    .head-inner .menu-left .lang-menu {
        display: none;
    }

    header.sticky {
        padding: 20px 0;
    }

    header .btn {
        display: none;
    }

    .mobile-menu .menu-box .logo-h {
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        -webkit-align-items: center;
    }

    .mobile-menu .menu-box .logo-h>a {
        max-width: 150px;
    }

    .close-btn .icon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
    }

    .all-drop-menus .lang-h {
        margin: 30px 0;
    }

    .all-drop-menus .lang-h a {
        background: var(--bg-color);
        padding: 10px 20px;
        border-radius: 50px;
        color: var(--sec-color);
    }

    .mobile-menu .menu-box .navigation li.current-menu-item a {
        color: var(--main-color);
    }

    .banner-block .row {
        min-height: 500px;
        padding-block: 110px;
    }

    .banner-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 10px 0 30px;
    }

    .slider-controls .slick-arrow {
        display: none !important;
    }

    .slider-controls .slick-dots {
        max-width: 90%;
    }

    .slider-controls {
        bottom: 30px;
    }

    .banner-logos a {
        min-width: 115px;
        padding: 2px 14px;
        height: 50px;
    }

    .banner-logos a img {
        max-width: 70px;
    }

    .banner-logos .icon {
        display: none;
    }

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

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

    .about-text .about-text-in .text-in p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-text .about-text-in {
        flex-direction: column;
        align-items: start;
        -webkit-align-items: start;
        gap: 30px;
        margin: 0;
    }

    .btn-arrow {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }

    .btn-arrow .icon svg {
        width: 20px;
        height: 20px;
    }

    .about-text {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-text .img-text {
        width: 100%;
        border-start-start-radius: 100px;
    }

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

    .manger-img {
        height: 400px;
    }

    .manger-img .img {
        border-start-start-radius: 150px;
        max-width: 90%;
        margin-inline-start: auto;
    }

    .manger-img .manger-img-text {
        margin-inline-start: 90px;
        padding: 20px 10px;
        bottom: 35px;
    }

    .manger-img .manger-img-text .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .manger-img .manger-img-text .details {
        width: calc(100% - 50px);
        padding: 0 10px;
    }

    .manger-img .manger-img-text .details h3 {
        font-size: 15px;
    }

    .manger-img .manger-img-text .details .line {
        height: 5px;
        margin: 6px 0 0;
    }

    .manger-text {
        padding: 0;
        margin-top: 30px;
    }

    .title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .title {
        margin-bottom: 20px;
    }

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

    .cert-h .title {
        margin: 0;
    }

    .cert-block {
        box-shadow: 0px 0px 15.3px 0px #00000017;
    }

    .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }

    .slick-dotted.slick-slider {
        margin: 0;
    }

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

    .footer-top {
        padding-block: 50px 20px;
    }

    .logo-f {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .foot-block h3 {
        margin: 30px 0 20px;
        font-size: 20px;
    }

    .footer-bottom {
        text-align: center;
        padding-top: 30px;
    }

    .ryad-logo {
        float: none !important;
    }

    .text-bread {
        flex-direction: column;
        gap: 10px;
    }

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

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

    .about-page .col-md-6:nth-child(2) {
        order: 1;
    }

    .about-page .col-md-6:nth-child(1) {
        order: 2;
    }

    .about-page .col-md-12:nth-child(3) {
        order: 3;
    }

    .about-page-list .about-list {
        padding: 22px 12px;
    }

    .career-block {
        height: auto;
        margin: 0 0 30px;
        padding: 30px 20px;
    }

    .career-jobs .accordion-item.active {
        padding: 20px;
    }

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

    .all-pages .pagination {
        padding: 10px;
    }

    .all-pages .pagination .page-item.prev-btn .page-link,
    .all-pages .pagination .page-item.next-btn .page-link {
        font-size: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        gap: 0;
    }

    .all-pages .pagination .page-item.prev-btn .page-link i,
    .all-pages .pagination .page-item.next-btn .page-link i {
        font-size: 16px;
    }

    .blg-block .details h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .blg-block .details {
        padding: 16px;
    }

    .contact-block.map-contact {
        margin-top: 40px;
    }

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

    .company-one .mobile-nav-toggler .lines {
        background: var(--main-color2);
    }

    .banner-company-one-h .banner-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 10px 0 20px;
    }

    .banner-text>span {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-company-one-h .banner-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-company-one-h .banner-block .row {
        flex-direction: column-reverse;
        padding-block: 80px;
    }

    .banner-img {
        width: 100%;
        margin: 0 0 30px;
    }

    .banner-company-one-h .banner-text .btn {
        margin-top: 25px;
    }

    .about-company-one-h .img-about {
        height: 360px;
        border-start-start-radius: 130px;
    }

    .about-company-one-h .about-text {
        padding: 0;
        display: block;
        padding-top: 30px;
    }

    .about-company-one-h .about-more.row .col-md-6 {
        width: 50%;
    }

    .about-company-one-h {
        padding-block: 50px;
    }

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

    .about-more .about-block-2 .details h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .about-more .about-block-2 {
        margin-top: 25px;
        height: calc(100% - 25px);
    }

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

    .serv-block2 .details .icon {
        width: 40px;
    }

    svg {
        width: 100%;
        height: 100%;
    }

    .serv-block2 {
        border-radius: 15px;
        border-start-start-radius: 120px;
        padding: 58px 21px 0;
    }

    .serv-block2 .details h3 {
        line-height: 32px;
        margin-bottom: 12px;
    }

    .serv-block2 .details p {
        font-size: 14px;
        line-height: 24px;
    }

    .serv-block2 .details {
        padding-bottom: 20px;
    }

    .serv-block2 .img {
        height: 200px;
    }

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

    .product-block {
        padding: 30px 20px;
    }

    .product-block .img,
    .products-page .product-block .img {
        /* width: 137px; */
        height: 250px;
        border-radius: 10px;
        padding: 15px;
    }

    .product-block .details,
    .products-page .product-block .details {
        /* width: calc(100% - 137px); */
        padding-top: 25px;
        /* padding-inline-start: 15px; */
    }

    .product-block .details h3,
    .products-page .product-block .details h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .product-block .details p,
    .products-page .product-block .details p {
        font-size: 14px;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        line-height: 24px;
    }

    .product-block .details .readMore,
    .products-page .product-block .details .readMore {
        margin-top: 25px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .breadcrumb-company-one {
        padding-block: 100px 30px;
    }

    .breadcrumb-company-one .text-bread h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .breadcrumb-company-one .text-bread ul li a,
    .breadcrumb-company-one .text-bread ul li span {
        font-size: 18px;
        line-height: 28px;
    }

    .about-company-one-h.about-page .img-about {
        height: 360px;
    }

    .breadcrumb-company-one .overlay-img {
        min-height: auto;
    }

    .products-page .product-block {
        padding: 0;
        margin: 10px 0;
    }

    .img-single {
        height: 350px;
    }

    .single-text {
        padding: 30px 0 0;
    }

    .single-form-h {
        padding-block: 0 50px;
    }

    .single-form-h .container>.row {
        padding: 30px 15px;
        border-radius: 20px;
    }

    .single-form-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .single-form-text h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .company-two .mobile-nav-toggler .lines {
        background: var(--main-color3);
    }

    .company-two .close-btn {
        color: var(--main-color3);
        border-color: var(--main-color3);
    }

    .company-two .mobile-menu .menu-box .navigation li.current-menu-item a {
        color: var(--main-color3);
    }

    .banner-company-two-h {
        padding-block: 100px 50px;
    }

    .banner-block2 {
        height: 350px !important;
        max-width: 220px !important;
        margin: 0 auto;
        transform: none !important;
    }

    .home-slider2::before {
        width: 85%;
        height: 59%;
    }

    .slick-dots li {
        margin: 0;
        width: auto;
        height: auto;
    }

    .slick-dots li button {
        width: 12px;
        height: 12px;
        background: #aaa;
        margin: 0 2px;
        border-radius: 50%;
        opacity: .4;
    }

    .slick-dots li button::before {
        display: none;
    }

    .slick-dots li.slick-active button {
        opacity: 1;
    }

    .about-company-two-h {
        padding-block: 50px;
    }

    .about-company-two-h .img-about {
        height: 350px;
    }

    .about-company-two-h .img-about::after {
        width: 90%;
        height: 90%;
        margin: -35px -10px;
    }

    .about-company-two-h .about-text {
        display: block;
        padding: 30px 0 0;
    }

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

    .title-flex {
        margin-bottom: 30px;
    }
    
    .client-block .img img {
        max-width: 120px;
        max-height: 60px;
    }
    
    .about-text .about-text-in .text-in {
        padding-top: 0;
    }
    
    .ryad-logo svg {
        height: 90px!important;
    }
    
    .whatsappIcon {
        width: 50px;
        height: 50px;
        margin: -20px;
    }
    
    .data-after::after {
        opacity: 0;
    }
}

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

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

@media (max-width: 600px) {
    .container {
        max-width: 100%;
    }
}

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

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

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