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

@media (max-width: 1400px) {
    .banner-text h1 {
    font-size: 38px;
    line-height: 59px;
}

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

.header-med .head-inner ul li a {
    font-size: 16px;
}

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

@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;
    }

    .all-drop-menus {
        margin: 20px 0;
        display: flex;
        background: var(--bg-color);
        padding: 20px;
        justify-content: space-between;
    }

    .mobile-menu .menu-box .menu-outer .logo-h {
        margin: 0 0 30px;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }

    .all-drop-menus .lang-menu>a {
        font-size: 16px;
        padding: 6px;
        min-height: auto;
    }

    .banner-h {
        padding-top: 100px;
    }

    .banner-text .sub-title h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-text h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .banner-text .sub-title {
        margin-bottom: 15px;
        justify-content: center;
    }

    .banner-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .banner-form .form-group {
        margin: 5px 0;
    }

    .banner-h .row {
        /* flex-direction: column-reverse; */
        text-align: center;
    }

    .banner-img {
        margin-top: 30px;
        height: 250px;
    }

    .banner-form form.row {
        flex-direction: row;
        justify-content: center;
    }

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

    .title-flex .btn {
        display: none;
    }

    .title-flex {
        margin-bottom: 15px;
    }

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

    .title p {
    }

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

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

    .overlay-bg {
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    }

    .title .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .about-video {
        height: 300px;
        margin-bottom: 20px;
    }

    .about-text {
        margin: 0;
        padding: 20px;
    }

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

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

    .counter-text h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .counter-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .counter-text {
        margin-bottom: 20px;
    }

    .counter-block {
        margin: 10px 0;
        height: auto;
    }

    .counter-h {
        padding-bottom: 50px;
    }

    .best-services-h {
        padding: 50px 0;
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    }

    .services-sidebar {
        margin: 20px 0;
    }

    .services-sidebar ul li a {
        margin-bottom: 17px;
        padding: 4px 10px;
    }

    .services-sidebar ul li a .details h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-big {
        height: 350px;
        margin-bottom: 20px;
    }

    .banner-big .banner-text-in {
        padding: 20px 20px 304px;
    }

    .banner-big .banner-img-in {
        height: 200px;
    }

    .banner-big .banner-img-in img {
        max-height: 100%;
    }

    .banner-big .banner-text-in h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .btn-link {
        font-size: 16px;
    }

    .btn-link .icon {
        font-size: 25px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

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

    .pack-block {
        margin: 15px 0;
        height: auto;
    }

    .download-block {
        padding: 40px 20px;
        border-radius: 20px;
    }

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

    .down-text h3 {
        font-size: 28px;
        line-height: 39px;
    }

    .down-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .btns-flex {
        gap: 10px;
    }

    .download-h {
        padding-bottom: 50px;
    }

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

    .des-f p {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
    }

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

    .footer-bottom {
        text-align: center;
        padding: 20px 0 0;
    }

    .ryad-logo {
        float: none;
    }

    .modal-list ul li {
        width: 100%;
    }

    .body-inner {
        padding: 100px 0 50px;
    }

    .breadcrumb-h {
        padding-block: 110px 60px;
        display: none;
    }

    .text-bread h1 {
        font-size: 28px;
        line-height: 38px;
    }

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

    .text-bread ul li a::after {
        margin: 0 4px;
    }

    .why-page .row {
        flex-direction: column-reverse;
    }

    .why-text {
        padding-top: 30px;
    }

    .why-text ul li .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .why-text ul li .icon img {
        max-width: 30px;
    }

    .why-text ul li .details {
        width: calc(100% - 60px);
        padding-inline-start: 10px;
    }

    .why-text ul li {
        margin-bottom: 30px;
    }

    .why-text ul li .details h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .why-text ul li .details p {
        font-size: 14px;
        line-height: 24px;
    }

    .why-text .title {
        margin-bottom: 25px;
    }
    
    .fixed-icons {
    margin: 30px;
}

.fixed-icons img {
    background: #fff;
    border-radius: 10px;
}

.btn-link:hover {
    color: #fff;
}

.services-page.body-inner {
    padding: 50px 6px;
    /* margin-top: -75px; */
}

.breadcrumb-h.breadcrumb-serv {
    padding-bottom: 94px;
    display: none;
}

.breadcrumb-h.breadcrumb-serv .overlay-img {
    background: transparent;
}

.breadcrumb-h.breadcrumb-serv .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bg-color);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
}

.services-page.body-inner .col-md-2 {
    max-width: 33.33%;
}

.services-page .serv-block {
    height: 93px;
    line-height: normal;
    align-content: center;
    margin: 8px 0;
}

.services-page.body-inner .col-md-2 {
    padding: 0 8px;
}

.services-page .serv-block .img img {
    max-width: 80px;
    max-height: 77px;
    object-fit: contain;
    object-position: center;
}

.services-sidebar ul li a:hover {
    border: 1px solid var(--color-2u4uS, #D2D5DB);
    background: var(--Color, #FFFFFF);
}

.services-sidebar ul li a:hover .details h3 {
    color: #737679;
}

.services-sidebar ul li a:hover .details .icon {
    border: 2px solid #A0ABB6;
    border-radius: 50%;
    background: rgb(160 171 182 / 40%);
    color: #A0ABB6;
    transform: none;
}

.about-text ul li {
    list-style: disc;
}

.about-text ul {
    padding-inline-start: 20px;
}

.banner-form form.row .col-md-5 {
    width: 35%;
    padding-inline-end: 0;
    padding-inline-start: 4px;
}

.banner-form form.row .col-md-2 {
    width: 15%;
    padding: 0;
}

.banner-form .form-group .form-control {
    text-align: start;
    font-size: 14px;
}

.banner-form form.row .col-md-10 {width: 70%;}

.why-img {
    margin: 0 auto;
}
.copy-right.text-center {
    margin: 30px 0 0;
}

.logos-foooter-h {
    justify-content: center;
}

.mobile-menu .menu-box .menu-outer .logo-h a {
    max-width: 200px;
}

.close-btn {
    position: relative;
    margin: 0 !important;
    right: 0 !important;
    left: 0 !important;
    display: block;
}
}

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

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

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

@media (max-width: 480px) {
    .pack-block .pack-price h3 span {
    display: block;
    line-height: 20px;
}
}

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

@media (max-width: 330px) {
.banner-form .form-group .btn-icon {
    width: 40px;
}
}