@media screen and (min-width: 1201px) and (max-width: 1399px) {
    .landing-img-card img {
        min-height: 460px;
    }

    .landing-workweek-card {
        min-height: 225px;
    }

    .landing-ferries-card {
        min-height: 460px;
    }

    .gf-personal-needs p {
        height: 180px !important;
    }
}

@media (max-width: 1200px) {
.gf-personal-needs p {
        height: 220px !important;
    }
}

@media (max-width: 1024px) {
    .concierge-bg-image-2 img {
        height: 340px;
        margin: 0 auto;
        display: flex;
    }
}

@media (max-width: 992px) {
.gf-personal-needs p {
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 98% !important;
    }

    .footer-col-1 {
        width: 100%;
    }

    .footer-col-2 {
        width: 20%;
    }

    .footer-col-3 {
        width: 20%;
    }

    .footer-col-4 {
        width: 20%;
    }

    .footer-col-5 {
        width: 20%;
    }

    .footer-col-6 {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 98% !important;
    }

    .banner-row .card {
        max-width: 100%;
        top: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-row {
        padding-right: 20px;
        padding-left: 20px;
    }

    .landing-banner-row {
        height: 440px;
    }

    .concierge-banner-row {
        height: 440px;
    }

    .concierge-banner-row .card-title {
        line-height: 36px;
    }

    .concierge-banner-row.banner-row .card {
        top: 190px;
    }

    body {
        font-size: 15px;
    }

    .h5,
    h5 {
        font-size: 1rem;
    }

    .card-title {
        font-size: 28px;
        line-height: 36px;
    }

    .ymii-main-content {
        margin-top: 200px;
    }

    .gf-main-content {
        margin-top: 1070px;
    }

    .landing-workweek-card,
    .landing-hetfriday-card,
    .landing-ferries-card,
    .landing-testimonial-card {
        min-height: unset;
        height: auto;
    }

    .footer-left,
    .footer-right,
    .footer-middile {
        text-align: center;
        margin-bottom: 20px;
    }

    .ymii-secondry-footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 120px;
    }

    .ymii-secondry-footer {
        top: -65px;
    }

    .ymii-secondry-footer p.site-copyright {
        text-align: center;
    }

    .footer-social-menu-icon {
        display: flex !important;
        margin-top: 0px !important;
    }

    .footer-social-menu-text {
        display: none;
    }

    .concierge-bg-drack {
        height: auto;
    }

    .concierge-bg-light {
        height: auto;
    }

    .col-border-right {
        display: none;
    }

    .document-procurment-list {
        border-bottom: 1.5px solid #49505740;
        padding-bottom: 10px;
        margin-bottom: 15px !important;
    }

    .ymii-enquiry-form {
        padding: 15px !important;
        margin-bottom: 20px;
    }

    .member-speek-btns {
        margin-top: 10px;
        text-align: left;
    }

    .count-card h3 {
        font-size: 2rem;
    }

    .testimonail-left-image {
        max-height: 100%;
        width: 90%;
        margin: 20px auto;
    }

    .gf-card-group {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-right: 0px;
        margin-top: 180px;
        padding-left: 0px;
    }

    .gf-card-book,
    .gf-card {
        max-width: 510px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .gf-card-image img {
        width: 100%;
        order: 2;
    }

    .gf-card-image h1 {
        width: 100%;
        order: 1;
    }

    .gf-card-image {
        flex-wrap: wrap;
    }

    .gf-card-image .card-title {
        margin-left: 0px;
        margin-right: 0px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .gf-card-book {
        padding: 10px 10px;
    }

    .gf-card:nth-child(1) {
        order: 2;
    }

    .gf-card:nth-child(2) {
        order: 1;
    }

    .gf-card .ymii-btn-up {
        margin-bottom: 10px;
    }

    .gf-banner-row {
        height: 440px;
        background-position: 13%;
    }

    .about-section img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .vision-section img {
        width: 100%;
        height: 150px !important;
        object-fit: cover;
        object-position: center;
    }

    .footer-col-2 {
        width: 33%;
    }

    .footer-col-3 {
        width: 33%;
    }

    .footer-col-4 {
        width: 33%;
    }

    .footer-col-5 {
        width: 33%;
    }

    .footer-col-6 {
        width: 33%;
    }

    .help-button {
        text-align: left;
    }

    .help-button a{
        margin-top: 5px;
    }

    .gf-enquiry-section p {
        margin-right: 0px;
    }

    .document-procurment-list {
        width: 100%;
        }

    .document-procurment-list:nth-child(1){
        border-right: 0px
        }

    .document-procurment-list:nth-child(2) {
        border-right: 0px;
        padding-left: 0px;
    }

    .document-procurment-list:nth-child(3) {
        padding-left: 0px;
    }

    .concierge-banner-row {
        background-position: 100%;
    }

    .landing-banner-row .card-white {
        display: none;
    }

    .ymii-main-content .card-white {
        position: relative;
        right: unset;
        bottom: unset;
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }

    .card-white p {
        font-size: 13px;
    }

    .press-section .row .client-logo {
        text-align: center;
    }

     .press-section .row .client-logo a img{
        width: 150px;
    }
    
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6%;
    }

    .ymii-enquiry-img img {
        max-height: 100%;
        object-position: center;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        display: flex;
    }

    .concierge-bg-image-2 img {
        width: 100%;
    }

    .ymii-main-content.other-main-content h4 {
        font-size: 18px;
    }

}

@media (max-width: 575px) {

    .testimonial-card {
        background: none;
        height: auto;
        border: none;
    }

    .ymii-enquiry-img img {
        max-height: 100%;
        object-position: center;
        width: 90%;
    }

    .testimonail-left-image {
        max-height: 100%;
        width: 90%;
        margin: 20px auto;
    }

    .concierge-bg-image-2 img {
        height: 280px;
        width: 100%;
    }

    .ymii-main-content {
        margin-top: 200px;
    }

    .gf-main-content {
        margin-top: 1020px;
    }

    .footer-col-2 {
        width: 50%;
    }

    .footer-col-3 {
        width: 50%;
    }

    .footer-col-4 {
        width: 50%;
    }

    .footer-col-5 {
        width: 50%;
    }

    .footer-col-6 {
        width: 50%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 33.3%;
    }
}

@media (max-width: 481px) {
    .ymii-main-content.gf-main-content {
        margin-top: 950px;
    }

    .ymii-main-content {
        margin-top: 350px;
    }

    .ymii-main-content.concierge-main-content {
        margin-top: 310px;
    }

    .since-2000-img{
        margin-left: 0px;
        margin-top: 10px;
    }

    .banner-top-loo {
        margin-right: 10px !important;
        margin-left: 0px !important;
    }

    .banner-since-wrapper p {
        text-align: left;
        font-size: 13px;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 50%;
    }
}