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

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

@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 {
        /* height: 116px; */
    }

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

    header.sticky {
        padding: 10px 0;
    }

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

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

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

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

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

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

    .counter-h .col-md-3 {
        width: 50%;
    }

    .counter-block .counter-item {
        font-size: 40px;
        line-height: 40px;
    }

    .counter-block h4 {
        font-size: 18px;
        line-height: 28px;
    }

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

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

    .project-block {
        height: 400px;
    }

    .project-block .img span {
        font-size: 12px;
        min-width: 100px;
        padding: 3px 12px;
    }

    .project-block .details .item h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .project-block .details .item h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .project-block .details .item>span {
        font-size: 13px;
        line-height: 23px;
    }

    .btn.btn-gray {
        font-size: 16px;
        min-width: 120px;
        min-height: 30px;
        padding: 5px 20px;
    }

    .register-h {
        padding-block: 40px;
    }

    .form-group .form-control {
        height: 60px;
        font-size: 16px;
    }

    .form-group .label-h {
        top: 31px;
        font-size: 16px;
    }

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

    .copyRight-companyName {
        display: block;
        text-align: center;
    }

    .companyName .ryad-logo {
        margin: 0;
    }

    .copyRight p {
        justify-content: center;
    }

    .map-card {
        width: 300px;
        max-width: 300px;
        padding: 10px;
        border-radius: 10px;
    }

    .map-card .map-card-img {
        width: 100px;
        height: 150px;
    }

    .map-card-content {
        width: calc(100% - 100px);
    }

    .map-card-content h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 1px;
    }

    .map-card-content .area {
        font-size: 13px;
        line-height: 23px;
    }

    .map-card-content .map-card-info {
        margin: 5px 0 8px;
    }

    .map-card-content .map-card-info div {
        min-width: 45%;
        font-size: 11px;
    }

    .map-card-content .map-card-status,
    .map-card-content .map-card-btn {
        font-size: 13px;
        height: 30px;
        padding: 2px;
    }

    .gm-style .gm-style-iw-c {
        border-radius: 10px !important;
    }

    .map-h .map-ss {
        height: 400px;
    }

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

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

    .goals-page {
        padding-block: 50px;
    }

    .goal-block {
        margin-bottom: 30px;
        gap: 20px;
    }

    .goal-block .details h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .goal-block .details p {
        font-size: 15px;
        line-height: 25px;
    }

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

    .vision-block {
        padding: 30px 0;
        border: none;
        border-bottom: 1px solid #FFFFFF42;
        min-height: auto;
    }

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

    .all-contacts .item:first-child a {
        text-align: center;
    }

    .all-contacts .item:first-child a span {
        margin: 0 auto;
    }

    .all-contacts {
        gap: 20px;
        flex-direction: column;
    }

    .all-contacts .item a {
        min-width: 100%;
        width: 100%;
    }

    .icons-fixed {
        margin: 0;
        width: 100%;
        flex-direction: row;
        gap: 0;
        z-index: 6;
    }

    .icons-fixed a {
        width: 50%;
        /* height: 40px; */
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        padding: 10px;
        height: 50px;
        border-radius: 0;
        gap: 10px;
    }

    .icons-fixed a br {
        display: none;
    }

    footer {
        padding-bottom: 100px;
    }

    .single-page {
        padding-block: 50px;
    }

    .single-img {
        height: 300px;
        margin-bottom: 30px;
    }

    .single-models {
        padding: 20px;
    }

    .single-tabs-h .nav.nav-tabs .nav-item .nav-link {
        font-size: 15px;
        min-height: 65px;
        min-width: auto;
    }

    .single-tabs-h::before,
    .single-tabs-h::after {
        opacity: 0;
    }

    .collapse-inner.row {
        margin: 0;
        border: 1px #E3E3E3 solid;
        border-top: 0;
        border-radius: 0 0 6px 6px;
        border-start-end-radius: 6px;
        padding: 20px 0;
    }

    .coll-header .items .item p {
        font-size: 14px;
        line-height: 24px;
    }

    .coll-header .items {
        gap: 10px 15px;
    }

    .coll-header {
        margin-bottom: 30px;
    }

    .coll-content {
        padding: 20px;
    }

    .coll-content h3 {
        font-size: 18px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .coll-content .items ul li {
        width: 100%;
        font-size: 15px;
        gap: 5px;
    }

    .coll-content .items ul li::before {
        font-size: 8px;
    }

    .coll-btns {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .single-map {
        height: 300px;
    }
    
    .tabs-h .nav.nav-tabs .nav-item .nav-link {padding: 5px 14px;}
    
    .estate-page {
        padding-block: 50px;
    }
    
    .form-group input:focus+label, .form-group input.has-value+label, .form-group textarea:focus+label, .form-group textarea.has-value+label, .form-group.is-focused label, .form-group.has-value label, .form-group.is-focused label, .form-group.has-value label {
        font-size: 13px;
    }
    
    .breadcrumb-h::after {
        bottom: -2px;
    }
    
    .map-h .container {
    position: relative;
    padding-top: 34px;
}

.main-content-inner p {
    font-size: 16px;
}

.main-content-inner h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0;
}

.main-content-inner ul li {
    font-size: 15px;
    margin: 14px 0;
}

.main-content-inner table td {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

}

@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) {}