@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .insta {
        max-height: 913px;
        overflow: hidden;
        margin-bottom: 90px;
    }

    .facilties .single-facility {
        min-height: 330px;
    }
}

@media (max-width: 991.98px) {
    .insta {
        max-height: 720px;
        overflow: hidden;
        margin-bottom: 90px;
    }

    .header .caption h2 {
        font-weight: 500;
        font-size: 35px;
    }

    .nav-scroll .logo-img {
        width: 75px;
    }

    .section-padding {
        padding: 50px 0;
    }

    .facilties .single-facility {
        min-height: 400px;
    }

    .r-img-1 {
        display: flex;
        align-items: center;
    }

    .r-img-2 {
        display: flex;
        flex-direction: row-reverse;
    }

    .section-title {
        font-size: 27px;
        font-family: 'Gilda Display', serif;
        font-weight: 600;
        color: #222;
        position: relative;
        margin-bottom: 20px;
        line-height: 1.25em;
        text-transform: capitalize;
    }


}

@media (max-width: 767.98px) {
    .insta {
        max-height: 575px;
        overflow: hidden;
        margin-bottom: 90px;
    }

    .facilties .single-facility {
        min-height: 100%;
        margin: 20px 0;
    }

    .header .caption h2 {
        font-weight: 500;
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .insta {
        max-height: 505px;
        overflow: hidden;
        margin-bottom: 90px;
    }

    .header .caption h2 {
        font-weight: 500;
        font-size: 18px;
    }

    .nav-scroll .logo-img {
        width: 60px;
    }

    .section-title {
        font-size: 25px;
        font-family: 'Gilda Display', serif;
        font-weight: 400;
        color: #222;
        position: relative;
        margin-bottom: 20px;
        line-height: 1.25em;
    }

    .video-reel .col-lg-4 {
        padding: 0 !important;
    }

    .video-reel .col-lg-4 iframe {
        max-width: 100%;
        overflow: hidden !important;
    }
}