* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
    font-weight: 500;
}

/* 3.5rem for divider top and bottom */

/* .nunito-<uniquifier> { FONT MODIFIERS
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

body, html {
    width: 100%;
    overflow-x: hidden;
}

/* utility container */
.container {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /*border: 1px solid green;*/
}

.headEater {
    margin-top: -150px;
}

h3 {
    font-size: 2rem;
}

.desktop {
    width: 100%;

    /* shMainHead starts here */
    .shMainHead {
        width: 100%;
        color: white;
        z-index: 2;

        a {
            color: white;
            text-decoration: none;
        }

        .info, .mainNav {
            display: flex;
            align-items: center;
        }

        .info {
            height: 50px;
            opacity: .99;
        }

        .info img {
            width: 30px;
            margin-right: 10px;
        }

        .mainNav {
            height: 100px;
            opacity: .99;
        }

        .mainNav img{
            width: 180px;
            margin-top: -40px;
        }

        .info div.container, .mainNav div.container {
            width: 100%;
            height: 100%;
        }

        .info div.container, .mainNav div.container {
            display: flex;
            justify-content: space-between;
        }

        .info div.container ul, .mainNav div.container ul {
            display: flex;
            list-style: none;
        }

        .info div.container ul {
            margin-left: 200px;
        }

        .info div.container ul li {
            display: flex;
            align-items: center;
            margin-right: 20px;
            font-size: 1.2rem;
        }

        .info div.container a p {
            height: 100%;
            display: flex;
            align-items: center;
            font-size: 1.5rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            background-color: #fd6102ff;
        }

        .mainNav div.container ul {
            display: flex;
            align-items: center;
            margin-right: 2.5rem;
        }

        .mainNav div.container ul li{
            font-size: 1.5rem;
            padding: .8rem;
            margin-left: 2rem;
        }
    }
    /* shMainHead ends here */

    /* HOME starts here */
    .home {
        width: 100%;

        .banner {
            width: 70%;
            height: 1116px;
            background-repeat: no-repeat;
            background-size: 100%;
            margin: 0 auto;
        }

        .facilitiesTab {
            width: 100%;
            padding-top: 3.5rem;
            padding-bottom: 3.5rem;
            background-color: #fafafaff;

            div.gridThree {
                width: 100%;
                display: grid;
                grid-template-columns: auto auto auto;
                justify-content: center;
                gap: 3%;
            }

            article {
                background-color: #ffffffff;
                box-shadow: 0px 4px 15px rgba(0,0,0,.2);
                width: 450px;
                padding-left: 2rem;
                padding-right: 2rem;
                padding-top: 1rem;
                padding-bottom: 1rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

            article * {
                padding-bottom: 2rem;
            }

            article img {
                width: 150px;
                padding-top: 2rem;
            }

            article h3 {
                font-weight: 800;
            }
            
            article p {
                padding-left: 1rem;
                padding-rght: 1rem;
                font-size: 1.2rem;
                opacity: .7;
                margin-bottom: 1rem
            }

            article a {
                text-decoration: none;
                color: white;
            }

            article a span {
                background-color: #FD6102;
                padding-bottom: 1rem;
                padding-top: 1rem;
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                font-size: 1.2rem;
                font-weight: 800;
            }
        }

        .facilitySampleTab {
            width: 100%;
            padding-top: 3.5rem;
            padding-bottom: 3.5rem;

            article {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            article.odd {
                padding-top: 3.5rem;
                padding-bottom: 3.5rem;

                img.sample {
                    margin-right: -5rem;
                }

                div {
                    margin-left: -5rem;
                }
            }

            article.even {
                padding-top: 0;
                padding-bottom: 0;

                img.sample {
                    margin-left: -5rem;
                }

                div {
                    margin-right: -5rem;
                    z-index: 1;
                }
            }

            article img {
                widtH: 800px;
            }

            article div{
                background-color: #f5f5f5ff;
                padding-top: 1rem;
                padding-right: 1rem;
                padding-left: 1rem;
                padding-bottom: 2rem;
                widtH: 600px;
            }

            article div img {
                width: 100px;
                background-color: #FD6102;
            }

            article h3 {
                font-weight: 800;
                padding-bottom: 1rem;
                padding-top: 1rem;
            }
            
            article p {
                font-size: 1rem;
                opacity: .7;
                margin-bottom: 2rem;
                text-align: justify;
            }

            article a {
                text-decoration: none;
                color: white;
            }

            article a span {
                background-color: #FD6102;
                padding-bottom: 1rem;
                padding-top: 1rem;
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                font-size: 1.2rem;
                font-weight: 800;
            }
        }
    }
    /* HOME ends here */

    /* FACILITIES ends here */
    .facilities {
         width: 100%;
         color: black;

        .banner {
            width: 100%;
            height: 600px;
            background-repeat: no-repeat;
            background-size: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;

            h1 {
                color: white;
                font-size: 104px;
                font-weight: 700;
                margin-top: 150px;
            }

            ul {
                list-style: none;
                display: flex;
                justify-content: center;
            }

            ul li {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            ul li a {
                color: white;
                text-decoration: none;
                font-size: 34px;
                font-weight: 700;
            }

            ul li a:hover {
                color: #fd6102ff;
            }

            ul li span {
                height: 25px;
                width: 25px;
                border-radius: 50%;
                background-color: #fd6102ff;
                display: inline-block;
                margin-left: 15px;
                margin-right: 15px;
            }
        }

        .facilityOptionTab {
            width: 100%;
            display: grid;
            justify-content: center;
            grid-template-columns: 30% 70%;
            gap: 20px;
            margin-top: 40px;

            .navTab {
                ul {
                    list-style: none;
                    margin-bottom: 1.8em;
                }

                ul li {
                    width: 100%;
                    margin-bottom: .8em;
                }

                ul li:last-child {
                    margin-bottom: 0;
                }

                ul li a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    color: #333333ff;
                    background-color: #f5f5f5ff;
                    text-decoration: none;
                    font-weight: 700;
                    font-size: 28px;
                    padding: .2em .6em;
                }

                ul.brochure li a{
                    color: #333333ff;
                    background-color: #fff296ff;
                    padding: .6em .6em;
                }

                ul li a:hover, ul li a.on {
                    color: #f5f5f5ff;
                    background-color: #fd6102ff;
                }

                ul li img {
                    width: 50px;
                }

                div.contactUs {
                    font-weight: 700;
                    font-size: 28px;
                    padding-top: .8em;
                    padding-bottom: .4em;
                    padding-left: .6em;
                    padding-right: .6em;
                    border: 3px solid #fff296ff;
                }

                div.contactUs a {
                    display: flex;
                    width: 120px;
                    font-size: 18px;
                    color: #f5f5f5ff;
                    background-color: #fd6102ff;
                    padding: .8em .2em;
                    justify-content: center;
                    margin-left: auto;
                    text-decoration: none;
                    margin-top: 2em;
                }
            }

            .contentTab {
                display: flex;
                flex-direction: column;
                text-align: left;

                div.main {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                img {
                    width: 600px;
                }

                h3 {
                    text-align: center;
                    font-weight: 700;
                    font-size: 38px;
                    padding-top: .2em;
                    padding-bottom: .2em;
                }

                h3.sub {
                    text-align: left;
                }

                p {
                    text-align: justify;
                    text-indent: 20px;
                    font-weight: 700;
                    font-size: 18px;
                    color: #333333ff;
                }

                div.grid2 {
                    width: 100%;
                    display: grid;
                    justify-content: center;
                    align-items: center;
                    place-items: center;
                    grid-template-columns: 48% 48%;
                    gap: 4%;
                    margin-top: 1em;
                }

                div.pool {
                    grid-template-columns: 80%;
                }

                div.garage {
                    grid-template-columns: 80%;
                }

                div.grid2 img {
                    width: 100%;
                }
            }
        }
    }
    /* FACILITIES ends here */

    /* shFOOT starts here */
    .shFootHead {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: white;
        overflow: hidden;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;

        .container {
            display: grid;
            justify-content: center;
            grid-template-columns: 30% 30% 30%;
            gap: 5%;
        }

        h3 {
            font-weight: bold;
            font-size: 48px;
        }

        .gridThree:first-child img {
            width: 150px;
        }


        .gridThree:first-child span a{
            display: flex;
            align-items: center;
            font-size: 28px;
            font-weight: bold;
            color: white;
            text-decoration: none;
        }

        .gridThree:first-child span img{
            width: 35px;
            margin-left: 10px;
        }

        .gridThree:nth-child(2) ul{
            color: #FD6102;
            margin-left: 50px;

            li {
                font-size: 32px;
            }

            a {
                font-size: 32px;
                text-decoration: none;
                color: white;
            }

            a:hover {
                color: #FD6102;
            }
        }

        .gridThree:last-child {
            text-align: right;

            h3 {text-align: left;}

            ul {
                list-style: none;
                margin-left: 50px;

                li {
                    display: flex;
                    align-items: center;
                    margin-bottom: 10px;
                }

                img {
                    width: 50px;
                    margin-right: 8px;
                }
            }

            span {
                display: inline-block;
                background-color: #FD6102;
                padding: 15px 20px;
                margin-top: 25px;
            }

            span a {
                color: white;
                text-decoration: none;
                font-size: 22px;
                font-weight: bold;
            }
        }
    }

    .shFootSub {
        width: 100%;
        background-color: #07264ae6;
        color: white;
        padding: 20px;
    }
    /* shFOOT ends here */

    /* about starts here */
    .about {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        img {
            width: 80%;
            margin-bottom: 20px;
        }

        p {
            text-indent: 25px;
            font-weight: 700;
            font-size: 18px;
        }
    }
    /* about ends here */
}

.mobile {
    width: 100%;
    display: none;

    /* shMainHead starts here */
    .shMainHead {
        width: 100%;
        color: white;
        z-index: 2;

        a {
            color: white;
            text-decoration: none;
        }

        .info, .mainNav {
            display: flex;
            align-items: center;
        }

        .info {
            height: 30px;
            opacity: .99;
        }

        .info img {
            width: 30px;
            margin-right: 10px;
        }

        .mainNav {
            height: 80px;
            opacity: .99;
        }

        .mainNav img{
            width: 120px;
            margin-top: -20px;
        }

        .info div.container, .mainNav div.container {
            width: 100%;
            height: 100%;
        }

        .info div.container, .mainNav div.container {
            display: flex;
            justify-content: space-between;
        }

        .info div.container ul, .mainNav div.container ul {
            display: flex;
            list-style: none;
        }

        .info div.container ul {
            margin-left: 200px;
        }

        .info div.container a p {
            height: 100%;
            display: flex;
            align-items: center;
            font-size: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
            background-color: #fd6102ff;
        }

        .mainNav div.container ul {
            display: flex;
            align-items: center;
        }

        .mainNav div.container ul li{
            font-size: .8rem;
            margin-left: .8rem;
        }
    }
    /* shMainHead ends here */

    /* HOME starts here */
    .home {
        width: 100%;

        .banner {
            width: 100%;
            height: 600px;
            background-repeat: no-repeat;
            background-size: 100%;
            margin: 0 auto;
        }

        .facilitiesTab {
            width: 100%;
            padding-top: 3.5rem;
            padding-bottom: 3.5rem;
            background-color: #fafafaff;

            div.gridThree {
                width: 100%;
                display: grid;
                grid-template-columns: auto !important;
                justify-content: center;
                gap: 3%;
            }

            article {
                background-color: #ffffffff;
                box-shadow: 0px 4px 15px rgba(0,0,0,.2);
                width: 500px;
                padding-left: 2rem;
                padding-right: 2rem;
                padding-top: 1rem;
                padding-bottom: 1rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

            article * {
                padding-bottom: 2rem;
            }

            article img {
                width: 150px;
                padding-top: 2rem;
            }

            article h3 {
                font-weight: 800;
            }
            
            article p {
                padding-left: 1rem;
                padding-rght: 1rem;
                font-size: 1.2rem;
                opacity: .7;
                margin-bottom: 1rem
            }

            article a {
                text-decoration: none;
                color: white;
            }

            article a span {
                background-color: #FD6102;
                padding-bottom: 1rem;
                padding-top: 1rem;
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                font-size: 1.2rem;
                font-weight: 800;
            }
        }

        .facilitySampleTab {
            width: 100%;
            padding-top: 6.5rem;
            padding-bottom: 3.5rem;

            article {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding-bottom: 5em;
            }

            article.even {
                flex-direction: column-reverse;
            }

            article img {
                widtH: 100%;
            }

            article div{
                background-color: #f5f5f5ff;
                padding-top: 1rem;
                padding-right: 1rem;
                padding-left: 1rem;
                padding-bottom: 2rem;
                widtH: 100%;
            }

            article div img {
                width: 100px;
                background-color: #FD6102;
            }

            article h3 {
                font-weight: 800;
                padding-bottom: 1rem;
                padding-top: 1rem;
            }
            
            article p {
                font-size: 1rem;
                opacity: .7;
                margin-bottom: 2rem;
                text-align: justify;
            }

            article a {
                text-decoration: none;
                color: white;
            }

            article a span {
                background-color: #FD6102;
                padding-bottom: 1rem;
                padding-top: 1rem;
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                font-size: 1.2rem;
                font-weight: 800;
            }
        }
    }
    /* HOME ends here */

    /* FACILITIES ends here */
    .facilities {
         width: 100%;
         color: black;

        .banner {
            width: 100%;
            height: 400px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;

            h1 {
                color: white;
                font-size: 54px;
                font-weight: 700;
                margin-top: 150px;
            }

            ul {
                list-style: none;
                display: flex;
                justify-content: center;
            }

            ul li {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            ul li a {
                color: white;
                text-decoration: none;
                font-size: 20px;
                font-weight: 700;
            }

            ul li a:hover {
                color: #fd6102ff;
            }

            ul li span {
                height: 20px;
                width: 20px;
                border-radius: 50%;
                background-color: #fd6102ff;
                display: inline-block;
                margin-left: 10px;
                margin-right: 10px;
            }
        }

        .facilityOptionTab {
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
            justify-content: center;
            margin-top: 40px;

            .navTab {
                margin-top: 40px;

                ul {
                    list-style: none;
                    margin-bottom: 1.8em;
                }

                ul li {
                    width: 100%;
                    margin-bottom: .8em;
                }

                ul li:last-child {
                    margin-bottom: 0;
                }

                ul li a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    color: #333333ff;
                    background-color: #f5f5f5ff;
                    text-decoration: none;
                    font-weight: 700;
                    font-size: 28px;
                    padding: .2em .6em;
                }

                ul.brochure li a{
                    color: #333333ff;
                    background-color: #fff296ff;
                    padding: .6em .6em;
                }

                ul li a:hover, ul li a.on {
                    color: #f5f5f5ff;
                    background-color: #fd6102ff;
                }

                ul li img {
                    width: 50px;
                }

                div.contactUs {
                    font-weight: 700;
                    font-size: 28px;
                    padding-top: .8em;
                    padding-bottom: .4em;
                    padding-left: .6em;
                    padding-right: .6em;
                    border: 3px solid #fff296ff;
                }

                div.contactUs a {
                    display: flex;
                    width: 120px;
                    font-size: 18px;
                    color: #f5f5f5ff;
                    background-color: #fd6102ff;
                    padding: .8em .2em;
                    justify-content: center;
                    margin-left: auto;
                    text-decoration: none;
                    margin-top: 2em;
                }
            }

            .contentTab {
                display: flex;
                flex-direction: column;
                text-align: left;

                div.main {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                img {
                    width: 80%;
                }

                h3 {
                    text-align: center;
                    font-weight: 700;
                    font-size: 28px;
                    padding-top: .2em;
                    padding-bottom: .2em;
                }

                h3.sub {
                    text-align: left;
                }

                p {
                    text-align: justify;
                    text-indent: 20px;
                    font-weight: 700;
                    font-size: 16px;
                    color: #333333ff;
                }

                div.grid2 {
                    width: 100%;
                    display: grid;
                    justify-content: center;
                    align-items: center;
                    place-items: center;
                    grid-template-columns: 48% 48%;
                    gap: 4%;
                    margin-top: 1em;
                }

                div.grid2 img {
                    width: 100%;
                }
            }
        }
    }
    /* FACILITIES ends here */

    /* shFOOT starts here */
    .shFootHead {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: white;
        overflow: hidden;
        padding-top: 20px;
        margin-top: 40px;
        padding-bottom: 20px;

        .container {
            display: grid;
            justify-content: center;
            grid-template-columns: 100%;
        }

        .gridThree {
            padding-bottom: 25px;
        }

        h3 {
            font-weight: bold;
            font-size: 48px;
        }

        .gridThree:first-child img {
            width: 150px;
        }


        .gridThree:first-child span a{
            display: flex;
            align-items: center;
            font-size: 28px;
            font-weight: bold;
            color: white;
            text-decoration: none;
        }

        .gridThree:first-child span img{
            width: 35px;
            margin-left: 10px;
        }

        .gridThree:nth-child(2) ul{
            color: #FD6102;
            margin-left: 50px;

            li {
                font-size: 32px;
            }

            a {
                font-size: 32px;
                text-decoration: none;
                color: white;
            }

            a:hover {
                color: #FD6102;
            }
        }

        .gridThree:last-child {
            text-align: right;

            h3 {text-align: left;}

            ul {
                list-style: none;
                margin-left: 50px;

                li {
                    display: flex;
                    align-items: center;
                    margin-bottom: 10px;
                }

                img {
                    width: 50px;
                    margin-right: 8px;
                }
            }

            span {
                display: inline-block;
                background-color: #FD6102;
                padding: 15px 20px;
                margin-top: 25px;
            }

            span a {
                color: white;
                text-decoration: none;
                font-size: 22px;
                font-weight: bold;
            }
        }
    }

    .shFootSub {
        width: 100%;
        background-color: #07264ae6;
        color: white;
        padding: 20px;
    }
    /* shFOOT ends here */

    /* about starts here */
    .about {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        img {
            width: 100%;
            margin-bottom: 20px;
        }

        p {
            text-indent: 25px;
            font-weight: 700;
            font-size: 18px;
        }
    }
    /* about ends here */
}

/* 2xl */
@media (max-width: 1536px) {
    .container {
        max-width: 1280px;
    }

    .desktop{
        width:100%;

        /* HOME starts here */
        .home {
            width: 100%;

            .banner {
                height: 880px !important;
            }

            .facilitiesTab {
                width: 100%;

                article.tab {
                    width: 400px;
                }
            }
        }
        /* HOME ends here */

        /* facilities starts here */
        .facilities {
         width: 100%;
         color: black;

            .banner {
                height: 500px;
            }
        }
        /* facilities ends here */
    }
}

/* xl */ 
@media (max-width: 1280px) {
    .container {
        max-width: 1024px;
        /*border: 1px solid orange;*/
    }

    .desktop{
        width: 100%;

        /* HOME starts here */
        .home {
            width: 100%;

            .banner {
                height: 750px !important;
            }

            .facilitiesTab {
                width: 100%;

                article.tab {
                    width: 300px;
                }
            }

            .facilitySampleTab {
                width: 100%;
                padding-top: 3.5rem;
                padding-bottom: 3.5rem;

                article.odd {
                    padding-top: 3.5rem;
                    padding-bottom: 3.5rem;

                    img.sample {
                        margin-right: -6rem;
                    }

                    div {
                        margin-left: -6rem;
                    }
                }

                article.even {
                    padding-top: 0;
                    padding-bottom: 0;

                    img.sample {
                        margin-left: -6rem;
                    }

                    div {
                        margin-right: -6rem;
                        z-index: 1;
                    }
                }

                article.tab img.sample {
                    widtH: 600px;
                }

                article.tab div{
                    background-color: #f5f5f5ff;
                    padding-top: 1rem;
                    padding-right: 1rem;
                    padding-left: 1rem;
                    padding-bottom: 2rem;
                    widtH: 400px;
                }

            }
        }
        /* HOME ends here */

        /* facilities starts here */
        .facilities {
         width: 100%;
         color: black;

            .banner {
                height: 400px;

                h1 {
                    font-size: 54px;
                }

                ul li a {
                    font-size: 24px;
                }
            }
        }
        /* facilities ends here */

        /* shFOOT starts here */
        .shFootHead {
            .gridThree:first-child span a{
                font-size: 22px;
            }
        }
        /* shFOOT ends here */
    }
}

/* lg */ 
@media (max-width: 1024px) {
    .container {
        max-width: 768px;
        /*border: 1px solid purple;*/
    }

    .desktop{
        width: 100%;

        /* shMainHead starts here */
        .shMainHead {
            width: 100%;

            .info div.container ul {
                margin-left: 155px;
            }

            .info div.container ul li {
                font-size: 1rem;
            }

            .info div.container a p {r;
                font-size: 1.2rem;
                padding-left: 1.2rem;
                padding-right: 1.2rem;
            }

            .mainNav div.container ul {
                display: flex;
                align-items: center;
                margin-right: 2.5rem;
            }

            .mainNav div.container ul li{
                font-size: 1.2rem;
                padding: .4rem;
            }
        }
        /* shMainHead ends here */

        /* HOME starts here */
        .home {
            width: 100%;

            .banner {
                height: 600px !important;
            }

            div.facilitiesTab {
                width: 100%;

                div.gridThree {
                    grid-template-columns: auto auto !important;
                }

                article.tab {
                    width: 350px;
                }
            }

            .facilitySampleTab {
                width: 100%;
                padding-top: 3.5rem;
                padding-bottom: 3.5rem;

                article.odd {
                    padding-top: 3.5rem;
                    padding-bottom: 3.5rem;

                    img.sample {
                        margin-right: -3rem;
                    }

                    div {
                        margin-left: -3rem;
                    }
                }

                article.even {
                    padding-top: 0;
                    padding-bottom: 0;

                    img.sample {
                        margin-left: -3rem;
                    }

                    div {
                        margin-right: -3rem;
                        z-index: 1;
                    }
                }

                article.tab img {
                    width: 500px !important;
                }

                article.tab div{
                    background-color: #f5f5f5ff;
                    padding-top: 1rem;
                    padding-right: 1rem;
                    padding-left: 1rem;
                    padding-bottom: 2rem;
                    widtH: 300px;
                }

                article.tab div img {
                    display: none;
                }

            }
        }
        /* HOME ends here */

        /* facilities ends here */
        .facilities {
         width: 100%;
         color: black;

            .banner {
                height: 300px;

            }

            .facilityOptionTab {
                gap: 10px;

                .navTab {

                    ul li a {
                        font-size: 20px;
                    }

                    ul li img {
                        width: 40px;
                    }

                    div.contactUs a {
                        display: flex;
                        width: 100px;
                        font-size: 16px;
                        color: #f5f5f5ff;
                        background-color: #fd6102ff;
                        padding: .5em .2em;
                        justify-content: center;
                        margin-left: auto;
                        text-decoration: none;
                        margin-top: 2em;
                    }
                }

                .contentTab {
                    img {
                        width: 400px;
                    }

                    h3 {
                        font-size: 32px;
                    }

                    p {
                        font-size: 16px;
                    }
                }
            }
        }
        /* facilities ends here */

        /* shFOOT starts here */
        .shFootHead {

            h3 {
                font-weight: bold;
                font-size: 38px;
            }

            .gridThree:first-child img {
                width: 120px;
            }


            .gridThree:nth-child(2) ul{
                color: #FD6102;
                margin-left: 50px;

                li {
                    font-size: 26px;
                }

                a {
                    font-size: 26px;
                }
            }

            .gridThree:last-child {
                text-align: right;

                ul {
                    list-style: none;
                    margin-left: 40px;

                    li {
                        display: flex;
                        align-items: center;
                        margin-bottom: 10px;
                    }

                    img {
                        width: 30px;
                        margin-right: 8px;
                    }
                }
            }
        }
        /* shFOOT ends here */
    }
}

/* md */ 
@media (max-width: 768px) {
    .container {
        max-width: 640px;
        /*border: 1px solid pink*/
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

/* sm */ 
@media (max-width: 640px) {
    .container {
        max-width: 475px;
    }

    .mobile {
        width: 100%;
        /* HOME starts here */
        .home {
            width: 100%;

            .banner {
                width: 100%;
                height: 400px;
                background-repeat: no-repeat;
                background-size: 100%;
                margin: 0 auto;
            } 
        }
        /* HOME ends here */

        /* FACILITIES ends here */
    .facilities {
         width: 100%;
         color: black;

        .banner {
            ul li a {
                font-size: 14px;
            }
            ul li span {
                height: 16px;
                width: 16px;
                margin-left: 5px;
                margin-right: 5px;
            }
        }
    }
    /* FACILITIES ends here */
    }
}

/* xs */ 
@media (max-width: 475px) {
    .container {
        max-width: 100%;
    }

    .mobile{
        .home {
            width: 100%;

            .banner {
                height: 300px;
            }

            .facilitiesTab {
                width: 100%;


                article {
                    width: 350px;
                }
            }
        }
    }
}