@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

@font-face {
    font-family: 'great_sejagadregular';
    src: url('../fonts/great_sejagad-webfont.woff2') format('woff2'), url('../fonts/great_sejagad-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Barlow Condensed', sans-serif; */
    background: #ffffff;
    width: 100%;
    margin: 0px;
}

a, a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

    a:focus, a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.center-block {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
}

/*--------*/

.bannerSection {
    width: 100%;
    float: left;
    height: 90vh;
    position: relative;
    background: url(../img/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: rgb(47 50 103 / 75%);
    background-blend-mode: multiply;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
    /* .bannerSection::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
} */

    .bannerSection .riseThumbs {
        width: 100%;
        float: left;
        /* position: absolute; */
        /* left: 50%; */
        /* bottom: -20px; */
        /* transform: translateX(-50%); */
        z-index: 100;
        display: flex;
        /* margin-bottom: -20px; */
    }

    .bannerSection .banerTxt {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 0px;
    }

.banerTxt h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

.amenitiesSection {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #f3f7f9;
}

.amenitiesTitle {
    width: 20%;
    float: left;
}

.amenitiesScroller {
    width: 80%;
    float: left;
    padding-left: 50px;
}

.amenitiesTitle h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 46px;
    font-weight: 500;
    color: #0597ce;
    margin: 0px;
    padding: 0px;
    line-height: 36px;
}

    .amenitiesTitle h4 span {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #4c4c4c;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

.amenitiesSlider .item img {
    width: auto;
}

.amenitiesSlider .item p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: normal;
    padding: 0;
    margin: 0;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 25px;
    height: 25px;
    background: #eaeef0;
}

    .owl-carousel .owl-nav button.owl-next.disabled,
    .owl-carousel .owl-nav button.owl-prev.disabled {
        opacity: 0.3;
    }

.owl-carousel .owl-nav button.owl-prev {
    top: 25%;
    transform: translateY(-25%);
}

.owl-carousel .owl-nav button.owl-next {
    top: 65%;
    transform: translateY(-65%);
}

.owl-carousel.amenitiesSlider {
    padding-right: 30px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 18px;
    line-height: 18px;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    border: none;
    outline: none;
    background: #dbe4e8;
}

.lifestyleSection {
    width: 100%;
    float: left;
    padding: 50px 0 50px 15%;
    background: #f3f7f9;
}

    .lifestyleSection .txtArea {
        width: 25%;
        float: left;
        padding-right: 20px;
    }

    .lifestyleSection .displayArea {
        width: 75%;
        float: left;
    }

    .lifestyleSection .txtArea h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 46px;
        font-weight: 500;
        color: #2c2c2c;
        margin: 0px 0 30px 0;
        padding: 0px 0 30px 0;
        line-height: 46px;
        position: relative;
    }

        .lifestyleSection .txtArea h4::after {
            content: "";
            width: 20px;
            height: 4px;
            background: #0597ce;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .lifestyleSection .txtArea p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #4c4c4c;
        line-height: 24px;
        padding: 0;
        margin: 0 0 15px 0;
    }

/*---- accordian banner // start ----*/

.accordianBanner {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
}

    .accordianBanner .bannerBox {
        -webkit-transition: 1.5s;
        -moz-transition: 1.5s;
        -o-transition: 1.5s;
        transition: 1.5s;
        height: 70vh;
        position: relative;
        padding: 0;
        overflow: hidden;
        width: 33.3333%;
        overflow: hidden;
        float: left;
    }

        .accordianBanner .bannerBox:before {
            display: block;
            content: "";
            clear: both;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 75%));
            position: absolute;
            top: 0;
            left: 0;
            z-index: 33;
        }

        .accordianBanner .bannerBox .bannerImageBox {
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }

        .accordianBanner .bannerBox .bbContent {
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
            position: absolute;
            bottom: 75px;
            padding: 0 30px 0 30px;
            z-index: 44;
            overflow: hidden;
            max-width: 600px;
        }

            .accordianBanner .bannerBox .bbContent strong {
                -webkit-transition: 1.5s;
                -moz-transition: 1.5s;
                -o-transition: 1.5s;
                transition: 1.5s;
                font-family: 'Barlow Condensed', sans-serif;
                font-weight: 500;
                font-size: 40px;
                color: #fff;
                display: block;
            }

            .accordianBanner .bannerBox .bbContent p {
                display: none;
                font-family: 'Roboto', sans-serif;
                min-width: 400px;
                width: 100%;
                margin-bottom: 0;
                font-size: 14px;
                line-height: 24px;
                color: #fff;
                -webkit-transition: 1.5s;
                -moz-transition: 1.5s;
                -o-transition: 1.5s;
                transition: 1.5s;
            }

        .accordianBanner .bannerBox .bbBtn,
        .accordianBanner .bannerBox .bbpMoreBtn {
            background-color: rgba(255,255,255,0.2);
            position: absolute;
            z-index: 44;
            bottom: 0;
            right: 0;
            width: 88px;
            height: 88px;
            text-align: center;
            font-size: 20px;
            color: #fff;
            padding-top: 28px;
        }

        .accordianBanner .bannerBox .bbBtn {
            display: block;
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
        }

        .accordianBanner .bannerBox .bbpMoreBtn {
            display: none;
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
        }

            .accordianBanner .bannerBox .bbBtn i,
            .accordianBanner .bannerBox .bbpMoreBtn i {
                font-size: 40px;
            }

        /* .accordianBanner.open .bannerBox{
  width: 20%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.accordianBanner.open .bannerBox.active{
  width: 60%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
} */

        .accordianBanner .bannerBox.inactive {
            width: 20%;
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
        }

            .accordianBanner .bannerBox.inactive.active {
                width: 60%;
                -webkit-transition: 1.5s;
                -moz-transition: 1.5s;
                -o-transition: 1.5s;
                transition: 1.5s;
            }

        .accordianBanner .bannerBox.active .bbBtn {
            display: none;
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
        }

        .accordianBanner .bannerBox.active .bbpMoreBtn {
            display: block;
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
        }

        .accordianBanner .bannerBox.active .bbContent p {
            display: block;
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
        }

        .accordianBanner .bannerBox.inactive .bannerImageBox {
            filter: grayscale(1);
        }

        .accordianBanner .bannerBox.inactive.active .bannerImageBox {
            filter: grayscale(0);
        }




/*---- accordian banner // end ------*/


.navMenuSection {
    width: 100%;
    float: left;
    position: absolute;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 100;
}

    .navMenuSection .topMenuSection,
    .navMenuSection .bottomMenuSection {
        width: 100%;
        float: left;
    }

.menuLogo {
    position: relative;
}

    .menuLogo a {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }


/*-------------------------
Mega Menu // start
--------------------------*/

.menu {
    width: 100%;
}

.menu-container {
    margin: 0 auto;
    background: transparent;
}

.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}

.menu img {
    max-width: 100%;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

    .menu-mobile:after {
        content: "\f394";
        font-family: "Ionicons";
        font-size: 2.5rem;
        padding: 0;
        float: right;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    clear: right;
}

    .menu > ul:before,
    .menu > ul:after {
        content: "";
        display: table;
    }

    .menu > ul:after {
        clear: both;
    }

    .menu > ul > li {
        float: left;
        background: #e9e9e9;
        padding: 0;
        margin: 0;
    }

        .menu > ul > li a {
            text-decoration: none;
            padding: 1.5em 3em;
            display: block;
        }

        .menu > ul > li:hover {
            background: #f0f0f0;
        }

        .menu > ul > li > ul {
            display: none;
            width: 100%;
            background: #f0f0f0;
            padding: 20px;
            position: absolute;
            z-index: 99;
            left: 0;
            margin: 0;
            list-style: none;
            box-sizing: border-box;
        }

            .menu > ul > li > ul:before,
            .menu > ul > li > ul:after {
                content: "";
                display: table;
            }

            .menu > ul > li > ul:after {
                clear: both;
            }

            .menu > ul > li > ul > li {
                margin: 0;
                padding-bottom: 0;
                list-style: none;
                width: 25%;
                background: none;
                float: left;
            }

                .menu > ul > li > ul > li a {
                    color: #4c4c4c;
                    padding: .2em 0;
                    width: 95%;
                    display: block;
                    border-bottom: 1px solid #ccc;
                }

                    .menu > ul > li > ul > li a:hover {
                        color: #0597ce;
                    }

                .menu > ul > li > ul > li > ul {
                    display: block;
                    padding: 0;
                    margin: 10px 0 0;
                    list-style: none;
                    box-sizing: border-box;
                }

                    .menu > ul > li > ul > li > ul:before,
                    .menu > ul > li > ul > li > ul:after {
                        content: "";
                        display: table;
                    }

                    .menu > ul > li > ul > li > ul:after {
                        clear: both;
                    }

                    .menu > ul > li > ul > li > ul > li {
                        float: left;
                        width: 100%;
                        padding: 10px 0;
                        margin: 0;
                        font-size: .8em;
                    }

                        .menu > ul > li > ul > li > ul > li a {
                            border: 0;
                            font-size: 14px;
                        }

            .menu > ul > li > ul.normal-sub {
                width: 300px;
                left: auto;
                padding: 10px 20px;
            }

                .menu > ul > li > ul.normal-sub > li {
                    width: 100%;
                }

                    .menu > ul > li > ul.normal-sub > li a {
                        border: 0;
                        padding: 1em 0;
                    }

.menu-mobile, .menu-mobile:hover {
    color: #fff;
}

.menu-dropdown-icon:before {
    padding: 0.2em 0.5em;
    background: #fff;
    color: #333;
    font-size: 2.5em;
    line-height: normal;
}

.menu-mobile:after {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
}


/*-------------------------
Mega Menu // end
--------------------------*/

/*-------------------------
Nav Menu // start
--------------------------*/

.navMenuSection {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    /* background: #161616; */

    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

    .navMenuSection.fixed {
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

    .navMenuSection .topMenuSection {
        width: 100%;
        float: left;
        padding: 10px 0;
        background: #161616;
    }

    .navMenuSection .bottomMenuSection {
        width: 100%;
        float: left;
        background: rgb(5 151 206 / 100%);
    }

.menu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

    .menu a.logo {
        display: flex;
        padding: 0;
        /* width: 15%; */
        width: auto;
        float: left;
        position: absolute;
        left: initial;
        top: 10px;
        justify-content: flex-start;
        z-index: 100;
    }

    .menu > ul {
        margin: 0;
        width: 100%;
        list-style: none;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        clear: right;
        float: right;
        display: flex;
        justify-content: flex-end;
    }

        .menu > ul > li {
            background: transparent;
        }

.navMenuSection .topMenuSection ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .navMenuSection .topMenuSection ul li {
        float: left;
        padding: 0 10px;
        border-right: 1px solid rgb(255 255 255 / 30%);
    }

        .navMenuSection .topMenuSection ul li:last-child {
            padding: 0px 0 0 15px;
            border: none;
        }

        .navMenuSection .topMenuSection ul li a {
            display: flex;
            align-items: center;
        }

            .navMenuSection .topMenuSection ul li a .iconArea {
                float: left;
            }

                .navMenuSection .topMenuSection ul li a .iconArea img {
                    width: 40px;
                }

            .navMenuSection .topMenuSection ul li a .textArea {
                float: left;
                padding-left: 10px;
            }

                .navMenuSection .topMenuSection ul li a .textArea p {
                    font-family: 'Barlow Condensed', sans-serif;
                    font-size: 16px;
                    font-weight: 500;
                    color: #ffffff;
                    margin: 0px;
                    padding: 0px;
                    line-height: 20px;
                    transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                }

                    .navMenuSection .topMenuSection ul li a .textArea p span {
                        display: inline-block;
                        background: #0597ce;
                        padding: 0px 5px;
                        font-family: 'Roboto', sans-serif;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: normal;
                        border-radius: 10px;
                        transition: all 0.3s ease-in;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                    }

.menu > ul > li a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
    text-transform: uppercase;
    padding: 1.5em 1em;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

    .menu > ul > li:hover,
    .menu > ul > li a.active,
    .menu > ul > li a:hover {
        background: #f9ea45;
        color: #000;
    }

/**/
.menu > ul > li > ul,
.menu > ul > li > ul > li > ul {
    padding: 0px;
    margin: 0;
}

    .menu > ul > li > ul > li > ul > li {
        padding: 0px;
        margin: 0;
    }

        .menu > ul > li > ul > li > ul > li a {
            padding: 12px 15px;
        }

    .menu > ul > li > ul > li.half {
        width: 50%;
    }

        .menu > ul > li > ul > li.half li {
            width: 100%;
        }

            .menu > ul > li > ul > li.half li img {
                width: 100%;
            }

    .menu > ul > li > ul.township li.half {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .menu > ul > li > ul.township li.col-4 {
        width: 33.333%;
        display: flex;
        align-items: center;
    }

    .menu > ul > li > ul.township li.col-8 {
        width: 66.666%;
        display: flex;
        align-items: center;
    }

    .menu > ul > li > ul.township li .description {
        width: 70%;
        float: left;
        padding: 30px;
    }

    .menu > ul > li > ul.township li .list {
        width: 30%;
        float: left;
        padding: 30px;
    }

        .menu > ul > li > ul.township li .list ul li {
            width: 100%;
            float: left;
        }

            .menu > ul > li > ul.township li .list ul li a {
                display: block;
                border: none;
                padding: 8px 5px;
                margin: 0px;
                width: 100%;
            }

    .menu > ul > li > ul.township li.thumbnail img {
        width: 100%;
    }

    .menu > ul > li > ul.township li .description h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 32px;
        font-weight: 500;
        color: #2c2c2c;
        margin: 0px 0 20px 0;
        padding: 0px 0 20px 0;
        line-height: 32px;
        position: relative;
    }

        .menu > ul > li > ul.township li .description h4::after {
            content: "";
            width: 20px;
            height: 4px;
            background: #0597ce;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .menu > ul > li > ul.township li .description p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #4c4c4c;
        line-height: 24px;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .menu > ul > li > ul.township li .description a.readMoreBtn,
    .menu > ul > li > ul.sportsArena li a.readMoreBtn {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #0597ce;
        border: none;
        text-transform: none;
        padding: 5px 0 0 0;
        width: 100%;
    }

        .menu > ul > li > ul.township li .description a.readMoreBtn:hover,
        .menu > ul > li > ul.sportsArena li a.readMoreBtn:hover {
            color: #2c2c2c;
            background: transparent;
        }

    .menu > ul > li > ul.sportsArena {
        width: 100%;
        background: #f0f0f0;
        padding: 0 5px;
        left: 0;
    }

        .menu > ul > li > ul.sportsArena li {
            width: 25%;
            float: left;
            padding: 10px 5px;
        }

            .menu > ul > li > ul.sportsArena li img {
                width: 100%;
            }

            .menu > ul > li > ul.sportsArena li h4 {
                font-family: 'Barlow Condensed', sans-serif;
                font-size: 20px;
                font-weight: 600;
                color: #2c2c2c;
                margin: 0px 0 10px 0;
                padding: 0px 0 5px 0;
                line-height: 30px;
                position: relative;
            }

                .menu > ul > li > ul.sportsArena li h4::after {
                    content: "";
                    width: 15px;
                    height: 2px;
                    background: #0597ce;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

            .menu > ul > li > ul.sportsArena li p {
                font-family: 'Roboto', sans-serif;
                font-size: 13px;
                font-weight: 400;
                color: #4c4c4c;
                line-height: 22px;
                padding: 0;
                margin: 0;
            }

            .menu > ul > li > ul.sportsArena li .txtarea {
                width: 100%;
                float: left;
                padding: 5px 10px 0 0;
            }


/*-------------------------
Nav Menu // end
--------------------------*/

/*-------------------------
Amenities section // start
--------------------------*/

.amenitiesDetailsSection {
    width: 100%;
    float: left;
    background: #ced6e3 url(../img/amenities-section-bg.jpg) 0% 100% no-repeat;
    background-size: contain;
    padding: 80px 0 50px;
    /* margin-top: -150px; */
}

    .amenitiesDetailsSection .titleArea {
        width: 20%;
        float: left;
    }

    .amenitiesDetailsSection .descriptionArea {
        width: 80%;
        float: left;
    }

    .amenitiesDetailsSection .titleArea p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #2c2c2c;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

    .amenitiesDetailsSection .titleArea h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 46px;
        font-weight: 500;
        color: #2c2c2c;
        margin: 0px 0 30px 0;
        padding: 0px 0 30px 0;
        line-height: 46px;
        position: relative;
    }

        .amenitiesDetailsSection .titleArea h4::after {
            content: "";
            width: 20px;
            height: 4px;
            background: #0597ce;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .amenitiesDetailsSection .descriptionArea ul {
        width: 100%;
        float: left;
    }

        .amenitiesDetailsSection .descriptionArea ul li {
            width: 100%;
            float: left;
            margin-bottom: 15px;
        }

            .amenitiesDetailsSection .descriptionArea ul li h4 {
                font-family: 'Barlow Condensed', sans-serif;
                font-size: 24px;
                font-weight: 500;
                color: #2c2c2c;
                margin: 0px 0 15px 0;
                padding: 0px;
                line-height: normal;
            }

            .amenitiesDetailsSection .descriptionArea ul li p {
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #2c2c2c;
                line-height: 24px;
                padding: 0;
                margin: 0 0 10px 0;
            }

a.viewmoreBtnLarge {
    display: block;
    text-align: right;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2c;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    float: left;
}

    a.viewmoreBtnLarge:hover {
        color: #0597ce;
    }

    a.viewmoreBtnLarge i {
        font-size: 20px;
        line-height: 28px;
        vertical-align: top;
    }

/*-------------------------
Amenities section // end
--------------------------*/

.virtualTourSection {
    width: 100%;
    float: left;
    /* min-height: 500px; */
    background: #fff url("../img/virtual-tour-bg.jpg") 0% 0% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .virtualTourSection .contentArea {
        width: 100%;
        padding: 150px 0;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

        .virtualTourSection .contentArea a {
            color: #fff;
            display: block;
            margin-bottom: 0;
            padding: 10px;
            position: relative;
            border: 1px solid rgb(255 255 255 / 15%);
            background-color: rgb(255 255 255 / 5%);
        }

            .virtualTourSection .contentArea a i {
                font-size: 60px;
                opacity: 0.5;
                transition: all 0.3s ease-in;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateY(-50%) translateX(-50%);
            }

            .virtualTourSection .contentArea a:hover i {
                opacity: 1;
                transition: all 0.3s ease-in;
            }

        .virtualTourSection .contentArea h4 {
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            line-height: normal;
            padding: 0;
            margin: 0;
            text-align: center;
        }

.welconnectedSection {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}

.sectionTitle {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .sectionTitle h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 46px;
        font-weight: 500;
        color: #0597ce;
        margin: 0px;
        padding: 0px;
        line-height: 36px;
    }

        .sectionTitle h4 span {
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            font-weight: 500;
            color: #4c4c4c;
            line-height: normal;
            padding: 0;
            margin: 0;
        }

.locationMapArea {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 50%;
}

    .locationMapArea .locatimg {
        width: 50%;
        float: left;
        height: 100%;
        background: #e4f0f0 url(../img/locateImg.jpg) 0% 0% no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
    }
    /* .locationMapArea .locatimg, */
    .locationMapArea .locatmap {
        width: 100%;
        float: left;
    }

.masterplanSection {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}

.sectionTitle h4.stripe {
    margin: 0px 0 10px 0;
    padding: 0px 0 30px 0;
    position: relative;
}

    .sectionTitle h4.stripe::after {
        content: "";
        width: 20px;
        height: 4px;
        background: #0597ce;
        position: absolute;
        left: 0;
        bottom: 0;
    }

a.downloadBtn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #3b3b3b;
    border: none;
    padding: 10px 30px;
    border-radius: 100px;
    background: #f9ea45;
    /* display: inline-block; */
    float: right;
    text-transform: uppercase;
}

    a.downloadBtn:hover {
        background: #0597ce;
        color: #fff;
    }

    a.downloadBtn i {
        vertical-align: top;
    }

.masterPlanArea {
    width: 100%;
    float: left;
    margin-bottom: -50px;
    z-index: 1;
    position: relative;
}

    .masterPlanArea img {
        width: 100%;
    }

.masterplanSection .sectionTitle {
    margin: 0px;
}

.flatLayoutSection {
    width: 100%;
    float: left;
    background: #ebf5f9;
    padding: 100px 0px 150px;
}

    .flatLayoutSection .sectionTitle h4 {
        text-align: center;
    }

        .flatLayoutSection .sectionTitle h4.stripe::after {
            left: 50%;
            transform: translateX(-50%);
        }

.flatRateSection {
    width: 100%;
    float: left;
    padding: 0 100px;
}

.flatRateTable {
    width: 100%;
    float: left;
    padding: 15px 20px 20px;
    background: #fff;
}

    .flatRateTable ul li {
        width: 100%;
        float: left;
        padding: 15px 0;
        border-bottom: 1px solid #d8e5ea;
        display: flex;
        align-items: center;
    }

        .flatRateTable ul li:last-child {
            border: none;
        }

        .flatRateTable ul li .type,
        .flatRateTable ul li .price,
        .flatRateTable ul li .view {
            width: 33.333%;
            float: left;
        }

            .flatRateTable ul li .type h4,
            .flatRateTable ul li .price h4 {
                font-family: 'Barlow Condensed', sans-serif;
                font-size: 24px;
                font-weight: 500;
                color: #2c2c2c;
                margin: 0px 0 0px 0;
                padding: 0px;
                line-height: 24px;
            }

                .flatRateTable ul li .type h4 span,
                .flatRateTable ul li .price h4 span {
                    font-family: 'Roboto', sans-serif;
                    font-size: 14px;
                    font-weight: 400;
                    color: #4c4c4c;
                    line-height: 24px;
                    padding: 0;
                    margin: 0 0 15px 0;
                    vertical-align: top;
                }

a.viewDetailsBtn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0597ce;
    border: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    text-align: right;
}

    a.viewDetailsBtn i {
        vertical-align: top;
        font-size: 19px;
    }

    a.viewDetailsBtn:hover {
        color: #2c2c2c;
    }

.compareSection {
    width: 100%;
    float: left;
    padding: 50px 0 100px;
}

    .compareSection .sectionTitle h4 {
        color: #2c2c2c;
    }

    .compareSection .sectionTitle {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #2c2c2c;
    }

.compareTableArea {
    width: 100%;
    float: left;
    padding: 30px 0;
}

    .compareTableArea .header {
        width: 100%;
        float: left;
        padding: 20px 0 50px 0;
    }

        .compareTableArea .header ul {
            display: flex;
            align-items: center;
            width: 100%;
            float: left;
        }

        .compareTableArea .header li {
            width: 25%;
            float: left;
            padding: 20px 10px 20px 0;
        }

            .compareTableArea .header li h4 {
                font-family: 'Roboto', sans-serif;
                font-size: 18px;
                font-weight: 500;
                color: #2c2c2c;
                line-height: normal;
                padding: 0;
                margin: 0;
            }

    .compareTableArea .content ul {
        display: flex;
        align-items: center;
        width: 100%;
        float: left;
    }

    .compareTableArea .content li {
        width: 25%;
        float: left;
        padding: 20px 10px 20px 0;
        border-bottom: 1px solid #d8e5ea;
    }

        .compareTableArea .content li p {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #4c4c4c;
            line-height: 24px;
            padding: 0;
            margin: 0 0 0px 0;
        }

.emiSection {
    width: 100%;
    float: left;
    padding: 50px 0 100px;
    background: #ebf5f9;
}

.pmaySection {
    width: 40%;
    float: left;
    padding: 50px;
    background: #f8feeb;
    box-shadow: 0 30px 30px #f2fbdeb0;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

    .pmaySection h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 46px;
        font-weight: 500;
        color: #2c2c2c;
        margin: 0px 0 20px 0;
        padding: 0px;
        line-height: 36px;
    }

    .pmaySection p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #0597ce;
        margin: 0px 0 0px 0;
        padding: 0px;
        line-height: 24px;
    }

.pmayList {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

    .pmayList ul li {
        width: 100%;
        float: left;
        padding-left: 25px;
        margin: 10px 0;
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
    }

        .pmayList ul li i {
            position: absolute;
            left: 0;
            top: 0;
            color: #0597ce;
            transform: rotate( 45deg);
            font-size: 20px;
        }

.emiDetailsSection {
    width: 60%;
    float: left;
    padding: 0 0px 0 50px;
}

    .emiDetailsSection .sectionTitle h4 {
        color: #2c2c2c;
    }

.emiListArea {
    width: 100%;
    float: left;
    padding: 30px 0;
    /* max-height: 500px; */
    height: 500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 100px;
}

.emiDetailsSection {
    position: relative;
}

    .emiDetailsSection::after {
        content: "";
        width: 95%;
        height: 100px;
        background: linear-gradient( 0deg, #ebf5f9, transparent);
        position: absolute;
        right: 0;
        bottom: 24px;
        z-index: 10;
    }

.emiListArea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #d5e3e9;
}

.emiListArea::-webkit-scrollbar {
    width: 3px;
    background-color: #dee8ec;
}

.emiListArea::-webkit-scrollbar-thumb {
    background-color: #778f99;
}



.flatTypeEmi {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

    .flatTypeEmi h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #0597ce;
        line-height: normal;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #d5e3e9;
    }

.emiLists {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
}

    .emiLists ul {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
    }

        .emiLists ul li {
            width: 25%;
            float: left;
            padding: 10px 10px 10px 0;
            border: none;
        }

            .emiLists ul li h4 {
                font-family: 'Barlow Condensed', sans-serif;
                font-size: 24px;
                font-weight: 500;
                color: #2c2c2c;
                margin: 0px 0 0px 0;
                padding: 0px;
                line-height: 24px;
                border: none;
            }

                .emiLists ul li h4 span {
                    font-family: 'Roboto', sans-serif;
                    font-size: 12px;
                    font-weight: 400;
                    color: #4c4c4c;
                    line-height: 24px;
                    padding: 0;
                    margin: 0 0 15px 0;
                    vertical-align: top;
                }

p.disclmr {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #a6b3b8;
    line-height: 24px;
    padding: 0;
    margin: 0 0 0px 0;
}

.applicationKitSection {
    width: 100%;
    float: left;
}

    .applicationKitSection .displayThumb {
        width: 100%;
        float: left;
        margin-top: -50px;
        position: relative;
    }

        .applicationKitSection .displayThumb a.applyBtn {
            display: block;
            position: absolute;
            right: 5%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }

            .applicationKitSection .displayThumb a.applyBtn img {
                max-width: 350px;
            }

.applicationKitArea {
    width: 100%;
    float: left;
    background: #0597ce;
    padding: 50px;
}

    .applicationKitArea .headerTitle {
        width: 100%;
        float: left;
        text-align: center;
    }

        .applicationKitArea .headerTitle p {
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            margin: 0px 0 0px 0;
            padding: 0px;
            line-height: 24px;
        }

        .applicationKitArea .headerTitle h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 46px;
            font-weight: 500;
            color: #ffffff;
            margin: 0px 0 0px 0;
            padding: 0px;
            line-height: normal;
        }

    .applicationKitArea .pocession {
        width: 30%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px 0;
    }

        .applicationKitArea .pocession p {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            line-height: 24px;
            padding: 0 15px;
            margin: 0 0 0px 0;
            text-align: left;
            /* width: 50%; */
            float: left;
        }

        .applicationKitArea .pocession h4 {
            font-family: 'Roboto', sans-serif;
            font-size: 24px;
            font-weight: 500;
            color: #fff;
            margin: 0px 0 0px 0;
            padding: 0 15px;
            line-height: 26px;
            /* width: 50%; */
            float: left;
        }

            .applicationKitArea .pocession h4 span {
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                font-weight: 400;
                vertical-align: top;
            }

    .applicationKitArea .processInstruction {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        border-top: 1px solid #3ab6e4;
        border-bottom: 1px solid #3ab6e4;
        margin: 20px 0;
    }

        .applicationKitArea .processInstruction p {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            line-height: 24px;
            padding: 0 15px;
            margin: 0 0 0px 0;
            width: 45%;
            text-align: right;
            float: left;
        }

            .applicationKitArea .processInstruction p.or {
                width: 10%;
                text-align: center;
                text-transform: uppercase;
            }

            .applicationKitArea .processInstruction p:last-child {
                text-align: left;
            }

            .applicationKitArea .processInstruction p span {
                font-weight: 500;
                font-size: 16px;
            }

.applicationKitTicketArea {
    width: 100%;
    float: left;
    padding: 30px 10%;
}

.applicationKitTicket {
    width: 100%;
    /* margin: 0px auto; */
    /* padding: 50px; */
    border-radius: 20px;
    background: #fff;
    position: relative;
    float: left;
}

    .applicationKitTicket .onlineKit,
    .applicationKitTicket .offlineKit {
        width: 35%;
        float: left;
        padding: 30px;
    }
        /* .applicationKitTicket .offlineKit{
  padding: 40px;
  border-left: 1px dashed #c2c2c2;
  background: linear-gradient(
    90deg, #f2f7f9, transparent);
} */
        .applicationKitTicket .onlineKit h4,
        .applicationKitTicket .offlineKit h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 24px;
            font-weight: 600;
            color: #2c2c2c;
            margin: 0px 0 0px 0;
            padding: 0px;
            line-height: 28px;
        }

    .applicationKitTicket .priceArea {
        width: 100%;
        padding: 25px 0;
        float: left;
    }

        .applicationKitTicket .priceArea ul li {
            width: 100%;
            float: left;
        }
            /* .applicationKitTicket .priceArea ul li:last-child{
  text-align: right;
} */
            .applicationKitTicket .priceArea ul li h4 {
                font-family: 'Barlow Condensed', sans-serif;
                font-size: 24px;
                font-weight: 600;
                color: #0597ce;
                margin: 0px 0 0px 0;
                padding: 0px;
                line-height: 24px;
                border: none;
            }

                .applicationKitTicket .priceArea ul li h4 i {
                    vertical-align: middle;
                }

            .applicationKitTicket .priceArea ul li a {
                font-family: 'Roboto', sans-serif;
                font-size: 12px;
                font-weight: 500;
                color: #0597ce;
                line-height: normal;
                padding: 0 0 0px 0;
                margin: 0 0 0px 0;
                text-decoration: underline;
                text-align: right;
                text-transform: uppercase;
            }

                .applicationKitTicket .priceArea ul li a i {
                    vertical-align: top;
                }

                .applicationKitTicket .priceArea ul li a:hover {
                    color: #2c2c2c;
                }

    .applicationKitTicket .downloadKitArea {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

        .applicationKitTicket .downloadKitArea a {
            display: inline-block;
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: #3b3b3b;
            border: none;
            text-transform: uppercase;
            padding: 6px 6px 6px 15px;
            border-radius: 100px;
            background: #f9ea45;
            line-height: 20px;
        }

            .applicationKitTicket .downloadKitArea a i {
                vertical-align: top;
                line-height: 20px;
                padding-left: 5px;
                color: #0597ce;
            }

            .applicationKitTicket .downloadKitArea a:hover {
                background: #0597ce;
                color: #fff;
            }

                .applicationKitTicket .downloadKitArea a:hover i {
                    color: #fff;
                }

    .applicationKitTicket::after {
        content: "";
        width: 15px;
        height: 15px;
        background: #0597ce;
        border-radius: 100px;
        position: absolute;
        left: 35%;
        transform: translateX(-35%);
        top: -10px;
    }

    .applicationKitTicket::before {
        content: "";
        width: 15px;
        height: 15px;
        background: #0597ce;
        border-radius: 100px;
        position: absolute;
        left: 35%;
        transform: translateX(-35%);
        bottom: -10px;
    }

.FlowChartArea {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

    .FlowChartArea h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin: 0px 0 0px 0;
        padding: 0px;
        line-height: 24px;
    }

    .FlowChartArea ul {
        width: 100%;
        float: left;
        display: flex;
        align-items: flex-start;
        padding: 30px 0;
    }

        .FlowChartArea ul li {
            width: 50%;
            float: left;
            padding: 10px;
            position: relative;
        }

            .FlowChartArea ul li p {
                font-family: 'Roboto', sans-serif;
                font-size: 11px;
                font-weight: 400;
                color: #fff;
                line-height: normal;
                padding: 0px 0px;
                margin: 0 0 0px 0;
                text-align: center;
            }

            .FlowChartArea ul li i {
                width: 20px;
                height: 20px;
                background: rgb(255 255 255 / 50%);
                border-radius: 100px;
                font-size: 20px;
                color: #0a6183;
                position: absolute;
                right: 0;
                top: 40px;
                /* transform: translateY(-50%); */
                text-align: center;
            }

.callbackSection {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #ffffff;
}

    .callbackSection .callBackFormArea {
        width: 30%;
        float: left;
        padding-right: 50px;
    }

    .callbackSection .locationArea {
        width: 70%;
        float: left;
        position: relative;
    }

.callBackForm {
    width: 100%;
    float: left;
}

    .callBackForm .submitArea {
        width: 100%;
        float: left;
    }

a.submitBtn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #0597ce;
    border: none;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-align: right;
    border-radius: 6px;
}

    a.submitBtn i {
        vertical-align: middle;
        font-size: 22px;
    }

    a.submitBtn:hover {
        background: #2c2c2c;
    }

.locationArea .siteAddressArea {
    width: 40%;
    float: left;
    background: #fff;
    padding: 30px 30px 50px 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    box-shadow: 20px 20px 20px rgb(0 0 0 / 10%);
}

.siteAddressArea h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #2c2c2c;
    margin: 0px 0 10px 0;
    padding: 0px;
    line-height: 24px;
}

.siteAddressArea .addreList {
    width: 100%;
    float: left;
}

    .siteAddressArea .addreList li {
        width: 100%;
        float: left;
        padding-left: 25px;
        margin: 10px 0;
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
    }

        .siteAddressArea .addreList li i {
            position: absolute;
            left: 0;
            top: 0;
            color: #000000;
            font-size: 20px;
        }

        .siteAddressArea .addreList li a {
            font-weight: 600;
            color: #000000;
            display: block;
        }

            .siteAddressArea .addreList li a:hover {
                color: #0597ce;
            }

    .siteAddressArea .addreList.socialList li {
        width: auto;
        padding: 0 15px 0 0;
    }

        .siteAddressArea .addreList.socialList li a i {
            font-size: 24px;
        }

        .siteAddressArea .addreList.socialList li a:hover i {
            color: #0597ce;
        }

.siteAddressArea p.hiraNum {
    margin: 40px 0 20px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    width: 100%;
    float: left;
}

    .siteAddressArea p.hiraNum a {
        color: #000000;
    }

        .siteAddressArea p.hiraNum a:hover {
            color: #0597ce;
        }

footer {
    width: 100%;
    float: left;
    background: #040406;
    padding: 60px 0 40px;
}

.footerLogo {
    width: 100%;
    float: left;
}

    .footerLogo img {
        max-width: 100px;
    }

.footerLink {
    width: 100%;
    float: left;
}

    .footerLink h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
        margin: 0px 0 10px 0;
        padding: 0px 0.5em;
        line-height: 24px;
    }

    .footerLink ul {
        width: 100%;
        float: left;
    }

        .footerLink ul li {
            width: 100%;
            float: left;
            margin-top: 15px;
        }

            .footerLink ul li a {
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #f1f1f1;
                margin: 0px 0 0px 0;
                padding: 0px;
                line-height: 30px;
                display: block;
            }

                .footerLink ul li a:hover {
                    color: #0597ce;
                }

.newsletter {
    width: 100%;
    float: left;
}

    .newsletter .input-field {
        position: relative;
    }

        .newsletter .input-field input[type="text"] {
            /* padding-right: 100px; */
            color: #fff;
        }

        .newsletter .input-field a.subscribeBtn {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #ffcb08;
            border: none;
            padding: 10px;
            display: block;
            text-transform: uppercase;
            text-align: right;
            position: absolute;
            right: 0;
            bottom: 10px;
            background: #040406;
        }

            .newsletter .input-field a.subscribeBtn:hover {
                color: #0597ce;
            }

            .newsletter .input-field a.subscribeBtn i {
                font-size: 18px;
                line-height: 20px;
                vertical-align: top;
            }

footer .bottomSection {
    width: 100%;
    float: left;
    padding-top: 40px;
}

    footer .bottomSection .row {
        margin: 0;
    }

    footer .bottomSection p {
        padding: 0px;
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #717171;
        line-height: 24px;
    }

    footer .bottomSection ul {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        footer .bottomSection ul li {
            float: left;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #717171;
            line-height: 24px;
            padding: 0 10px;
        }

            footer .bottomSection ul li a {
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #717171;
                line-height: 24px;
                padding: 0px;
            }

                footer .bottomSection ul li a:hover {
                    color: #ababab;
                }


.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: 500px !important;
}


/*----------*/

.applicationKitBuyArea {
    width: 100%;
    float: left;
}

    .applicationKitBuyArea .headerArea {
        width: 100%;
        float: left;
        background: #fff;
        padding: 10px 0;
    }

        .applicationKitBuyArea .headerArea .partnerLogo {
            width: 100%;
            float: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

.applicationContentArea {
    width: 100%;
    float: left;
    padding: 50px 25%;
    /* background: #0597ce; */
    position: relative;
    min-height: calc(100vh - 65px);
    height: 100%;
    background: url(../img/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: rgb(47 50 103 / 75%);
    background-blend-mode: multiply;
}

.applicationKitBuyArea .headerArea .partnerLogo li img {
    /* max-height: 60px; */
    max-height: 45px;
}

.applicationFormArea {
    width: 100%;
    float: left;
    padding: 20px 30px 0;
    border-radius: 20px 20px 0 0;
    background: #fff;
    position: relative;
    background: -moz-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #ffffff 15px), -moz-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #ffffff 15px);
    background: -o-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #ffffff 15px), -o-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #ffffff 15px);
    background: -webkit-radial-gradient(0 100%, circle, rgb(2 2 2 / 0%) 14px, #ffffff 15px), -webkit-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #ffffff 15px);
    background-position: bottom left, bottom right;
    -moz-background-size: 50% 100%;
    -webkit-background-size: 50% 100%;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

    .applicationFormArea h4,
    .onlineFlowChartArea h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 26px;
        font-weight: 500;
        color: #2c2c2c;
        margin: 0px 0 10px 0;
        padding: 0px;
        line-height: 20px;
        display: inline-block;
    }

        .applicationFormArea h4 span,
        .onlineFlowChartArea h4 span {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #0597ce;
            margin: 0px 0 0px 0;
            padding: 0px;
            line-height: 24px;
        }

    .applicationFormArea a.submitBtn {
        display: block;
        border-radius: 100px;
        text-align: center;
        text-transform: none;
        font-weight: 500;
    }

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0597ce;
}

    input:not([type]):focus:not([readonly]) + label,
    input[type=text]:not(.browser-default):focus:not([readonly]) + label,
    input[type=password]:not(.browser-default):focus:not([readonly]) + label,
    input[type=email]:not(.browser-default):focus:not([readonly]) + label,
    input[type=url]:not(.browser-default):focus:not([readonly]) + label,
    input[type=time]:not(.browser-default):focus:not([readonly]) + label,
    input[type=date]:not(.browser-default):focus:not([readonly]) + label,
    input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
    input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
    input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
    input[type=number]:not(.browser-default):focus:not([readonly]) + label,
    input[type=search]:not(.browser-default):focus:not([readonly]) + label,
    textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #0597ce;
    }


.otpSection {
    /* width: 100%;
  float: left;
  border-radius: 0px 0px 0 0;
  background: #ffffff;
  position: relative;
  height: 0px;
  box-shadow: inset 0 20px 50px rgb(0 0 0 / 5%); */

    width: 96.927%;
    float: left;
    border-radius: 0px 0px 0 0;
    background: #ffffff;
    position: relative;
    height: 0px;
    box-shadow: inset 0 20px 50px rgb(0 0 0 / 5%);
    margin: 0px 15px;
}

    .otpSection.open {
        padding: 30px 30px 0;
        height: auto;
        animation: showPanel 0.3s linear 0s 1 forwards;
        -webkit-animation: showPanel 0.3s linear 0s 1 forwards;
    }



@-webkit-keyframes showPanel {
    0% {
        opacity: 0;
        max-height: 0px;
    }

    99.9% {
        opacity: 1;
        max-height: 1000px;
    }

    100% {
        opacity: 1;
        max-height: 1000px;
        animation: poof 0.1s linear 0s 1;
        -webkit-animation: poof 0.1s linear 0s 1;
    }
}

@keyframes showPanel {
    0% {
        opacity: 0;
        max-height: 0px;
    }

    99.9% {
        opacity: 1;
        max-height: 1000px;
    }

    100% {
        opacity: 1;
        max-height: 1000px;
        animation: poof 0.1s linear 0s 1;
        -webkit-animation: poof 0.1s linear 0s 1;
    }
}

@-webkit-keyframes poof {
    from {
        display: none;
    }

    to {
        display: flex;
    }
}

@keyframes poof {
    from {
        display: none;
    }

    to {
        display: flex;
    }
}



.otpSection .submitBtn {
    border-radius: 20px;
}

.otpSection input[type=text] {
    font-size: 20px;
}

.onlineFlowChartArea {
    width: 100%;
    float: left;
    padding: 20px 30px 10px;
    border-radius: 0px 0px 20px 20px;
    background: #ebf5f9;
    position: relative;
    /* border-top: 1px dashed #c5d2d7; */
    box-shadow: inset 0 20px 50px rgb(0 0 0 / 5%);
    background: -moz-radial-gradient(100% 0, circle, rgba(204,0,0,0) 14px, #ebf5f9 15px), -moz-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #ebf5f9 15px);
    background: -o-radial-gradient(100% 0, circle, rgba(204,0,0,0) 14px, #ebf5f9 15px), -o-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #ebf5f9 15px);
    background: -webkit-radial-gradient(100% 0, circle, rgba(204,0,0,0) 14px, #ebf5f9 15px), -webkit-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #ebf5f9 15px);
    background-position: top right, top left;
    -moz-background-size: 50% 100%;
    -webkit-background-size: 50% 100%;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
    /* .onlineFlowChartArea::after{
  content: "";
    width: 20px;
    height: 20px;
    background: #0597ce;
    border-radius: 100px;
    position: absolute;
    left: -10px;
    top: -10px;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
.onlineFlowChartArea::before{
  content: "";
    width: 20px;
    height: 20px;
    background: #0597ce;
    border-radius: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
} */

    .onlineFlowChartArea .FlowChartArea {
        padding: 0;
    }

        .onlineFlowChartArea .FlowChartArea ul {
            padding: 0;
        }

            .onlineFlowChartArea .FlowChartArea ul li p {
                color: #747474;
                font-size: 12px;
                line-height: 17px;
            }

a.savedApplicationBtn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3b3b3b;
    background: #f9ea45;
    border: none;
    padding: 5px 15px 5px 10px;
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 27px;
    z-index: 10;
    border-radius: 100px;
    line-height: 20px;
}

    a.savedApplicationBtn i {
        vertical-align: top;
        font-size: 22px;
    }

    a.savedApplicationBtn:hover {
        color: #fff;
        background: #0597ce;
    }

.otpInputArea {
    width: 100%;
    float: left;
    padding: 0px;
}

    .otpInputArea input.form-control {
        text-align: center;
        font-size: 2rem !important;
        margin: 0px;
        height: 2.5rem;
    }

    .otpInputArea .col {
        padding: 0 .5rem;
    }

    .otpInputArea .row,
    .otpInputArea .input-field {
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.backBtnArea {
    width: 100%;
    float: left;
    padding: 30px;
    background: transparent;
    text-align: center;
}

    .backBtnArea a.backBtn {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background: rgb(255 255 255 / 20%);
        border: none;
        padding: 8px 18px 8px 12px;
        display: inline-block;
        border-radius: 100px;
        line-height: 20px;
    }

        .backBtnArea a.backBtn i {
            vertical-align: top;
            font-size: 22px;
        }

        .backBtnArea a.backBtn:hover {
            background: rgb(255 255 255 / 100%);
            color: #0597ce;
        }

/*------- Booking Form -------*/

.bookingFormContainer {
    width: 100%;
    float: left;
    padding: 30px 0 30px 20px;
    background: #f2f6f7;
    position: relative;
    min-height: calc(100vh - 65px);
    overflow: hidden;
}

.ApplicantArea {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.formSectionTitle {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -16px;
    z-index: 10;
    text-align: center;
}

    .formSectionTitle h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #3b3b3b;
        background: #f9ea45;
        border: none;
        padding: 5px 15px 7px;
        display: inline-block;
        border-radius: 100px;
        line-height: 20px;
        margin: 0px;
        text-transform: uppercase;
    }

.formMainArea {
    width: 100%;
    float: left;
}

.mandatory {
    color: red;
}

/* label color */
.input-field label {
    color: #000;
}
/* label focus color */
.input-field input[type=text]:focus + label {
    color: #000;
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active {
    color: #000;
}

.datepicker-modal {
    background: transparent;
    box-shadow: none;
}

.datepicker-date-display {
    background-color: #0597ce;
}

.datepicker-table td.is-selected {
    background-color: #0597ce;
    color: #fff;
}

h4.fieldTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0597ce;
    margin: 0px 0 10px 0;
    padding: 0;
    line-height: 24px;
    border-bottom: none;
}

.input-field .helper-text {
    text-align: right;
}

.formMainArea p.fieldLabel {
    transform: translateY(-14px);
    margin: 0px;
    font-size: 12px;
}

.formMainArea .input-field {
    margin-top: 0rem;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #0597ce;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #0597ce;
}

.ApplicantArea.hasCheckOption {
    padding-top: 80px;
}

.applicationOptionArea {
    width: auto;
    float: left;
    padding: 20px;
    background: #0597ce;
    border-radius: 0 20px 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

    .applicationOptionArea label {
        color: #fff;
        margin: 0 10px 0 0;
    }

    .applicationOptionArea [type="radio"]:checked + span:after,
    .applicationOptionArea [type="radio"].with-gap:checked + span:after {
        background-color: #f9ea45;
    }

    .applicationOptionArea [type="radio"]:checked + span:after,
    .applicationOptionArea [type="radio"].with-gap:checked + span:before,
    .applicationOptionArea [type="radio"].with-gap:checked + span:after {
        border: 2px solid #f9ea45;
    }

    .applicationOptionArea [type="radio"]:not(:checked) + span:before,
    .applicationOptionArea [type="radio"]:not(:checked) + span:after {
        border: 2px solid #f9ea45;
    }

.row {
    margin-bottom: 0px;
}

    .row .row {
        margin-bottom: 10px;
    }

/*---*/

.bookingFormContainer .leftPanel {
    width: 20%;
    float: left;
    padding-right: 30px;
}

.bookingFormContainer .rightPanel {
    width: 80%;
    float: left;
}

.scroller {
    height: calc(100vh - 265px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .scroller::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #f4f7fc;
    }

    .scroller::-webkit-scrollbar {
        width: 3px;
        background-color: #f4f7fc;
    }

    .scroller::-webkit-scrollbar-thumb {
        background-color: #c6cad6;
    }


.bookingFormContainer .leftPanel h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #0597ce;
    margin: 0px 0 15px 0;
    padding: 0px;
    line-height: 36px;
}

.bookingFormContainer .leftPanel p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 24px;
    padding: 0;
    margin: 0 0 15px 0;
}

.choseTypeSection {
    width: 100%;
    float: left;
    padding: 0px 0 10px;
    margin: 0px 0 10px;
    border-top: none;
    border-bottom: 1px solid #e4eaeb;
}

    .choseTypeSection label {
        display: block;
        line-height: 3em;
        font-weight: 500;
        font-size: .8rem;
        color: #4c4c4c;
    }

.submitButtonArea {
    width: 100%;
    float: left;
    padding: 15px 0;
}

a.prntBtn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #2c2c2c;
    border: none;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-align: right;
}

    a.prntBtn i {
        vertical-align: middle;
        font-size: 22px;
    }

    a.prntBtn:hover {
        background: #0597ce;
    }

.submitButtonArea a.submitBtn,
.submitButtonArea a.prntBtn {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.grid-sizer, .grid-item {
    width: 32%;
    margin-bottom: 10px;
    margin: 0 1% 1% 0;
}

.grid-item-width2 {
    width: 65%;
}

.grid-item-width3 {
    width: 100%;
    margin: 0 0% 1% 0;
}

.form_card {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 15px 5px;
}

    .form_card .input-field {
        margin-bottom: 0;
    }

.cardHeader {
    width: 100%;
    float: left;
    position: relative;
}

    .cardHeader.sticky {
        padding-right: 40%;
    }

        .cardHeader.sticky label {
            position: absolute;
            right: 10px;
            top: 2px;
        }

.sectionSeparator {
    width: 100%;
    position: relative;
}

    .sectionSeparator::after {
        content: "";
        width: 100%;
        height: 1px;
        float: left;
        background: #c4ced1;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 0;
    }

    .sectionSeparator h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #2c2c2c;
        margin: 0;
        /* padding: 0; */
        /* line-height: 24px; */
        border-bottom: none;
        padding: 0 15px 0 0;
        position: relative;
        z-index: 1;
        display: inline-block;
        line-height: 40px;
        background: #f2f6f7;
        text-transform: uppercase;
    }


.customerLogin .applicationFormArea {
    padding: 20px 30px 30px;
    border-radius: 20px;
    background: #fff;
}

    .customerLogin .applicationFormArea a.submitBtn {
        font-size: 20px;
        text-transform: uppercase;
    }

        .customerLogin .applicationFormArea a.submitBtn i {
            font-size: 22px;
            line-height: 30px;
            vertical-align: top;
        }

.input-field .prefix ~ label {
    padding-left: 10px;
}

p.or {
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 24px;
    padding: 0;
    margin: 0 0 0px 0;
}

    p.or span {
        display: inline-block;
        background: #fff;
        padding: 10px;
        position: relative;
        z-index: 10;
    }

    p.or::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

.customerLogin .otpSection {
    height: auto;
    box-shadow: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

p.forgotPassTxt {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #0597ce;
    margin: 0;
    padding: 0;
    line-height: 24px;
    border-bottom: none;
    text-align: right;
}

/*----- Landing -----*/

.landingPageMenu .menu a.logo {
    width: 8%;
    left: 50%;
    top: -85px;
    transform: translateX(-50%);
}

.landingPageMenu .menu > ul {
    justify-content: center;
}

.landingPageMenu.navMenuSection {
    top: 90px;
}

.landingBanner .bannerContents {
    width: 65%;
    float: left;
    padding-right: 50px;
}

.landingBanner .enquireFormLanding {
    width: 35%;
    float: left;
    padding: 20px 30px 30px;
    background: #fff;
    border-radius: 20px;
}

.landingBanner.bannerSection .banerTxt {
    text-align: left;
}

.landingBanner .banerTxt h1 {
    font-size: 24px;
}

.landingBanner .banerTxt img {
    width: 50%;
}

.enquireFormLanding .sectionTitle h4.stripe {
    margin: 0px 0 10px 0;
    padding: 0px 0 10px 0;
    font-size: 24px;
}

.enquireFormLanding .sectionTitle {
    margin-bottom: 0;
}

.bannerAmenity {
    width: 100%;
    float: left;
    padding-top: 50px;
}

    .bannerAmenity p {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        line-height: normal;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .bannerAmenity ul {
        width: 100%;
        float: left;
    }

        .bannerAmenity ul li {
            float: left;
            padding: 0 30px 0 0;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 24px;
            font-weight: 500;
            color: #fff;
            margin: 0px 0 0px 0;
            line-height: normal;
            position: relative;
        }

            .bannerAmenity ul li::after {
                content: "";
                width: 6px;
                height: 6px;
                background: #fff;
                border-radius: 100px;
                right: 10px;
                top: 15px;
                position: absolute;
            }

            .bannerAmenity ul li:last-child::after {
                content: initial;
            }

            .bannerAmenity ul li:first-child {
                color: #fcc909;
            }

            .bannerAmenity ul li:nth-child(2) {
                color: #1dc1ff;
            }

            .bannerAmenity ul li:nth-child(3) {
                color: #ff6797;
            }

            .bannerAmenity ul li:nth-child(4) {
                color: #24cf88;
            }

            .bannerAmenity ul li:last-child {
                color: #ff5615;
            }

.bannerSection.landingBanner {
    background: url(../img/banner-2.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: rgb(2 9 24 / 76%);
    background-blend-mode: multiply;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.overviewSection {
    width: 100%;
    float: left;
    background: #fff;
    padding: 100px 0 50px;
}

    .overviewSection .thumbnailArea {
        width: 30%;
        float: left;
    }

    .overviewSection .contentArea {
        width: 70%;
        float: left;
        padding-right: 50px;
    }

    .overviewSection .txtArea {
        width: 100%;
        float: left;
    }

        .overviewSection .txtArea h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 24px;
            font-weight: 500;
            color: #2c2c2c;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 36px;
            position: relative;
        }

        .overviewSection .txtArea p {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #4c4c4c;
            line-height: 24px;
            padding: 0;
            margin: 0 0 15px 0;
        }

.highlightArea {
    width: 100%;
    float: left;
    margin-top: 50px;
}

    .highlightArea ul li {
        width: 48%;
        float: left;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #2c2c2c;
        margin: 0 1% 1% 0;
        padding: 10px 15px;
        line-height: 24px;
        border-left: 2px solid #0597ce;
        box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    }

.highlightMainSection {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #fff;
}

    .highlightMainSection .sectionTitle h4,
    .highlightMainSection .sectionTitle p {
        text-align: center;
    }

        .highlightMainSection .sectionTitle h4.stripe::after {
            left: 50%;
            transform: translateX(-50%);
        }

    .highlightMainSection .sectionTitle p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #2c2c2c;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

.highlightContent {
    width: 100%;
    float: left;
    padding: 50px 0px 20px;
}

    .highlightContent ul li {
        width: 32%;
        float: left;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0 10px 20px rgb(159 159 159 / 20%);
        margin: 0 1% 1% 0;
        display: flex;
        align-items: center;
        border-radius: 20px;
    }

        .highlightContent ul li i {
            width: 25%;
        }

        .highlightContent ul li h4 {
            width: 75%;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 24px;
            font-weight: 500;
            color: #2c2c2c;
            margin: 0 0 0px 0;
            padding: 0 0 0 15px;
            line-height: 24px;
            position: relative;
        }

.masterPlanArea.highlights {
    margin-bottom: 0px;
}

/*----------*/

.wizardHeaderArea {
    width: 100%;
    float: left;
    padding: 0px 20px 20px;
    margin-bottom: 0px;
}

    .wizardHeaderArea ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wizardHeaderArea li {
        float: left;
        padding: 0 20px;
        position: relative;
    }

        .wizardHeaderArea li a,
        .sw.sw-justified > .nav .nav-link {
            display: block;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-size: 11px;
            font-weight: 400;
            color: #aaafb1;
            padding: 0 30px;
            margin: 0 0 0px 0;
            line-height: 18px;
        }

            .wizardHeaderArea li a span,
            .sw.sw-justified > .nav .nav-link span {
                width: 12px;
                height: 12px;
                background: #d5dfe3;
                color: #8f9a9f;
                border-radius: 100px;
                text-align: center;
                line-height: 20px;
                display: inline-block;
                margin-bottom: 0px;
                font-size: 10px;
                font-weight: 500;
                position: relative;
                z-index: 10;
            }

            .wizardHeaderArea li.active a,
            .wizardHeaderArea li a:hover,
            .sw-theme-default > .nav .nav-link.active {
                color: #0597ce !important;
            }

                .wizardHeaderArea li.active a span,
                .wizardHeaderArea li a:hover span,
                .sw-theme-default > .nav .nav-link.active span {
                    background: #0597ce;
                    color: #fff;
                }

        .wizardHeaderArea li::after,
        .sw-theme-default > .nav .nav-link::after {
            content: "";
            width: 100%;
            float: left;
            height: 1px;
            background: #d5dfe3;
            position: absolute;
            right: 0;
            top: 6px;
            z-index: 5;
            transition: all .35s ease .15s;
        }

.sw.sw-justified > .nav .nav-link.done span {
    background: #5cb85c;
    color: #fff;
}



/* .wizardHeaderArea li::before,
.sw-theme-default>.nav .nav-link::before{
  content: "";
  width: 50%;
  float: left;
  height: 1px;
  background: #0597ce !important;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 5;
  transition: all .35s ease .15s;
} */
/* .wizardHeaderArea li:first-child::before,
.sw-theme-default>.nav .nav-link::before{
  content: initial;
}
.wizardHeaderArea li:last-child::after,
.sw-theme-default>.nav .nav-link::after{
  content: initial;
} */
.wizardBodyArea {
    width: 50%;
    margin: 0px auto;
    /* width: 100%;
  float: left;
  padding: 0 25%; */
}

.form_card {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
}

    .form_card .input-field .helper-text::after {
        left: initial;
        right: 0;
    }

.actionBtnArea {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .actionBtnArea ul li {
        float: left;
    }

        .actionBtnArea ul li a {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            background: #0597ce;
            border: none;
            padding: 15px 20px;
            display: inline-block;
            text-transform: uppercase;
            text-align: right;
        }

            .actionBtnArea ul li a span {
                vertical-align: middle;
                font-size: 22px;
            }

            .actionBtnArea ul li a:hover {
                background: #2c2c2c;
            }



/*-----SWizard-----*/

.sw > .tab-content {
    overflow: visible;
    height: auto !important;
}

.sw-theme-default {
    border: none;
}

    .sw-theme-default > .nav {
        box-shadow: none;
    }

    .sw-theme-default > .nav {
        box-shadow: none !important;
    }

.sw > .nav {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sw.sw-justified > .nav > li {
    flex-basis: initial;
    flex-grow: initial;
    text-align: center;
}

.formWizardContainer .form_card {
    width: 50%;
    float: none;
    margin: 0px auto 15px;
}

.sw-theme-default .toolbar > .btn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0597ce;
    background: transparent;
    padding: 4px 15px;
    display: inline-block;
    text-transform: uppercase;
    text-align: right;
    border-radius: 6px;
    line-height: 24px;
    box-shadow: none;
    border: 2px solid;
    height: auto;
}

    .sw-theme-default .toolbar > .btn:hover,
    .sw-theme-default .toolbar > .btn:active {
        color: #fff;
        background: #0597ce;
        border: 2px solid #0597ce;
    }

.sw .toolbar, .sw .toolbar .toolbar-bottom {
    text-align: center !important;
}

.cardHeader {
    margin: 20px 0;
}

    .cardHeader h4 {
        margin: 0px;
    }

.rightPanel.scroller {
    height: calc(100vh - 125px);
}

/*------- view -------*/

.applicantViewArea {
    width: 100%;
    float: left;
}

    .applicantViewArea ul {
        display: flex;
    }

    .applicantViewArea li {
        float: left;
        padding: 0 15px;
        width: 33.333%;
    }

        .applicantViewArea li.addressBox {
            width: 66.666%;
        }

        .applicantViewArea li h5 {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #0597ce;
            margin: 0px 0 10px 0;
            padding: 0;
            line-height: 24px;
            border-bottom: none;
        }

        .applicantViewArea li h4 {
            font-family: 'Roboto', sans-serif;
            font-size: 13px;
            font-weight: 500;
            color: #4c4c4c;
            line-height: 24px;
            padding: 0;
            margin: 0;
        }

            .applicantViewArea li h4:last-child {
                margin: 0px;
            }

            .applicantViewArea li h4 span {
                font-size: 11px;
                font-weight: 400;
                display: inline-block;
                line-height: normal;
                color: #818181;
            }

    .applicantViewArea .form_card {
        padding: 20px 20px;
        margin: 0 0 0px 0;
        min-height: 360px;
        margin-bottom: 0px;
    }

.rowSection {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.half {
    width: 50%;
    float: left;
    padding: 0 5px 0 0;
}

    .half:last-child {
        /* padding: 0 0px 0 5px; */
    }

.full {
    width: 100%;
    float: left;
}

.form_card p {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: normal;
    color: #9bc4d3;
    margin: 0 0 10px 0;
}

.applicantViewArea li h4.inline {
    display: inline-block;
}

    .applicantViewArea li h4.inline span.large {
        font-size: 13px;
        font-weight: 500;
        color: #4c4c4c;
        line-height: 24px;
        padding-left: 0px;
    }

.form_card hr {
    width: 100%;
    float: left;
    opacity: .1;
    margin: 0.5rem 0;
}

.form_card .editSection {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

    .form_card .editSection a {
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
        font-weight: 400;
        display: block;
        line-height: normal;
        color: #818181;
        padding: 0px 10px;
        border-right: 1px solid #e1e1e1;
    }

        .form_card .editSection a:last-child {
            border: none;
        }

        .form_card .editSection a i {
            font-size: 14px;
            line-height: 14px;
            vertical-align: top;
        }

        .form_card .editSection a:hover {
            color: #0597ce;
        }

.applicantViewArea li h4.name {
    font-size: 15px;
}

.form_card.empty {
    background: rgb(255 255 255 / 30%);
    border: 1px dashed #cdd8db;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .form_card.empty:hover {
        background: rgb(255 255 255 / 50%);
        box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    }

    .form_card.empty span {
        font-size: 30px;
        color: #dae3e5;
    }

    .form_card.empty:hover span {
        color: #0597ce;
        transition: all 0.3s ease-in;
    }

.modal {
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 30%);
    padding: 0;
    max-height: 100%;
    width: 100%;
    margin: auto;
    overflow-y: auto;
    border-radius: 0px;
    will-change: top, opacity;
    box-shadow: none;
    z-index: 99999;
}


.modal-dialog {
    max-width: 50%;
    margin: 0rem auto;
}

.flatTypeModal .modal-dialog-centered {
    min-height: calc(100% - 0rem);
    background: #fff;
}

.flatTypeModal .modal-dialog-scrollable {
    height: calc(100% - 0rem);
}

.flatTypeModal .modal-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #2c2c2c;
    margin: 0px 0 0px 0;
    padding: 0px;
    line-height: 24px;
}

    .flatTypeModal .modal-title span {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #4c4c4c;
        line-height: 24px;
        padding: 0;
        margin: 0 0 15px 0;
        vertical-align: top;
    }

.modal-header {
    border: none;
}

.flattype-thumbs {
    width: 100%;
    float: left;
}

.flatAreaDetails {
    width: 100%;
    float: left;
    padding-top: 30px;
}

    .flatAreaDetails ul li {
        width: 33.333%;
        float: left;
        padding: 0 10px;
        margin-bottom: 10px;
    }

        .flatAreaDetails ul li p {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 24px;
            font-weight: 500;
            color: #0597ce;
            margin: 0px 0 0px 0;
            padding: 0px;
            line-height: 24px;
        }

        .flatAreaDetails ul li span {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #4c4c4c;
            line-height: 18px;
            padding: 0;
            margin: 0 0 15px 0;
            vertical-align: top;
            display: inline;
        }

p.noborder::after {
    content: initial;
}

.flatTypeModal .modal .modal-content {
    padding: 20px 10%;
}

.modal .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
}

.modal-header .btn-close {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    z-index: 1000;
    background: transparent;
    opacity: 0.8;
    font-size: 30px;
    outline: none;
}

    .modal-header .btn-close span {
        font-size: 30px;
    }

    .modal-header .btn-close:hover,
    .modal-header .btn-close:focus {
        opacity: 1;
        outline: none;
    }

.flat_legends {
    width: 100%;
    float: left;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #f4f4f4;
}

    .flat_legends li {
        width: 100%;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #4c4c4c;
        line-height: 18px;
        padding: 0;
        margin: 0 0 10px 0;
    }

.flat_pricing {
    width: 100%;
    float: left;
}

.flat_downloadPlanArea {
    width: 100%;
    float: left;
    padding: 30px 0;
    text-align: center;
}

    .flat_downloadPlanArea a {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #3b3b3b;
        border: none;
        text-transform: uppercase;
        padding: 10px 10px 10px 15px;
        border-radius: 100px;
        background: #f9ea45;
        line-height: 20px;
    }

        .flat_downloadPlanArea a:hover {
            background: #0597ce;
            color: #fff;
        }

        .flat_downloadPlanArea a span {
            vertical-align: top;
            font-size: 16px;
            line-height: 20px;
        }




/**/

.bannerSection.innerPageBanner {
    height: 500px;
}
    /* .bannerSection.innerPageBanner .banerTxt {
  padding-bottom: 50px;
} */
    .bannerSection.innerPageBanner .banerTxt h1 {
        font-size: 30px;
        font-weight: 500;
    }

.bannerSection.gallery {
    background: url(../img/banner-2.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: rgb(47 50 103 / 75%);
    background-blend-mode: multiply;
}


/**/

.gallerySection {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #f3f7f9;
}

.liquo-gallery {
    margin: 0;
    padding: 0;
}

    .liquo-gallery li {
        list-style-type: none;
        display: inline-block;
    }

.liquo-active {
    font-weight: bold;
}

.galleryCategories {
    width: 100%;
    float: left;
    padding: 20px 0;
    display: flex;
}

    .galleryCategories a {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        background: #0597ce;
        border: none;
        padding: 15px 20px;
        display: block;
        text-transform: none;
        margin-right: 1px;
    }

        .galleryCategories a:hover,
        .galleryCategories a.liquo-active {
            background: #2c2c2c;
        }

.galleryPlatform {
    width: 100%;
    float: left;
}

    .galleryPlatform ul {
        width: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

        .galleryPlatform ul li {
            float: left;
            width: 33.333%;
            padding: 2px;
        }

            .galleryPlatform ul li img {
                width: 100%;
            }


/*----MMA----*/

.bannerSection.mma {
    background: url(../img/banner-mma.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: #60a89f;
    background-blend-mode: luminosity;
    height: 750px;
}

.bannerSection.sportsAcademy::after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/white_bottom_wave_02.png) 50% 50% no-repeat;
    background-size: cover;
}

.whyMMAsection {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}



/**/

.applicantViewSection {
    width: 100%;
    float: left;
}

    .applicantViewSection ul li {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
    }

        .applicantViewSection ul li a {
            display: inline-block;
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: #0597ce;
            border: none;
            text-transform: none;
            padding: 4px 8px;
            border-radius: 4px;
            background: #ffffff;
            line-height: 20px;
            margin: 0 4px 4px 0;
        }

            .applicantViewSection ul li a.addBtn {
                padding: 0px 8px;
                line-height: 28px;
                background: #eef8fb;
                border: 1px dashed #c5d2d5;
            }

                .applicantViewSection ul li a.addBtn span {
                    font-size: 17px;
                    line-height: 28px;
                    vertical-align: top;
                }

                .applicantViewSection ul li a:hover,
                .applicantViewSection ul li a.addBtn:hover {
                    color: #fff;
                    background: #0597ce;
                }

.saveButtonArea {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

    .saveButtonArea a {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: #0597ce;
        border: none;
        padding: 10px 15px;
        display: inline-block;
        text-transform: uppercase;
        margin-right: 5px;
        border-radius: 5px;
    }

        .saveButtonArea a:hover {
            background: #2c2c2c;
        }

        .saveButtonArea a i {
            padding-left: 5px;
        }

.corporateAppication {
    width: 100%;
    float: left;
}

h4.fieldTitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0597ce;
    margin: 0px 0 10px 0;
    padding: 0;
    line-height: 34px;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
}

.form_card h4.fieldTitle {
    text-align: left;
}

a.bhkDetails {
    margin-left: 5px;
    padding: 5px;
    border: 1px solid;
}

.flatUnitDetails {
    width: 100%;
    float: left;
}

.modalBodyTitle {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

    .modalBodyTitle h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 24px;
        font-weight: 500;
        color: #0597ce;
        margin: 0px 0 0px 0;
        padding: 0px;
        line-height: 24px;
    }

.flatTableSection {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.table th {
    font-weight: 500;
    font-size: 12px;
    border-radius: 0px;
}

    .table th.colorBlue,
    .table td.colorBlue {
        background: #eff9fd;
        ;
    }

.table .table-dark {
    --bs-table-bg: #f7f6e9;
    color: #000;
    border: none;
}

.form_card p.note {
    line-height: 20px;
    color: #c9c9c9;
}

.file-field .btn {
    background-color: #747e81;
}

    .file-field .btn:hover {
        background-color: #0597ce;
        color: #fff;
    }

.bhkSelector {
    width: 100%;
    float: left;
    padding: 15px;
    background: #fdf9e8;
    border-radius: 10px;
    /* border: 1px solid #f7eecc; */
    position: relative;
    padding-right: 100px;
    padding-left: 50px;
}

    .bhkSelector a.bhkDetails {
        position: absolute;
        right: 10px;
        top: 50%;
        margin: 0px;
        padding: 5px 7px;
        border-radius: 6px;
        transform: translateY(-50%);
    }

        .bhkSelector a.bhkDetails:hover {
            background: #0597ce;
            border-color: #0597ce;
            color: #fff;
        }

    .bhkSelector i {
        position: absolute;
        left: 14px;
        top: 50%;
        margin: 0px;
        transform: translateY(-50%);
        color: #0597ce;
    }

    .bhkSelector.parking {
        padding-right: 15px;
    }

    .bhkSelector.yes {
        background: #edf7e1;
    }

    .bhkSelector.no {
        background: #fdf9e8;
    }

.customerLogin {
    min-height: calc(100vh - 65px);
}

    a.submitBtn.otpBtn,
    .customerLogin .applicationFormArea a.otpBtn {
        background: #f9ea45;
        color: #3b3b3b;
        padding: 10px 20px;
        display: inline-block;
        font-size: 16px;
        margin-top: 10px;
    }

        a.submitBtn.otpBtn:hover {
            background: #0597ce;
            color: #fff;
        }

.otpBtnSection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.otpInputArea input.form-control {
    text-align: center;
    font-size: 2rem !important;
    margin: 0px;
    height: 5.5rem;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.otpInputArea {
    width: 100%;
    float: left;
    padding: 15px 10%;
}

.resendOtpSection {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.secondaryBtn {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0597ce;
    margin: 0px 0 0px 0;
    padding: 0px;
    line-height: 24px;
}

    a.secondaryBtn:hover {
        color: #2c2c2c;
    }

/*------*/

.sectionTitleArea {
    width: 100%;
    float: left;
    padding: 0 25%;
}

    .sectionTitleArea h6 {
        font-family: 'great_sejagadregular';
        font-size: 46px;
        color: #b5c5cb;
        text-align: center;
        margin-bottom: -12px;
        margin-top: 0;
        position: relative;
        z-index: 10;
        /* transform: rotate(-2deg); */
    }

    .sectionTitleArea h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 70px;
        font-weight: 700;
        color: #2c2c2c;
        margin: 0px 0 30px 0;
        padding: 0px 0 0px 0;
        line-height: 60px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

    .sectionTitleArea p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
        margin: 0 0 10px 0;
        padding: 0px;
        text-align: center;
    }

.weofferSection {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .weofferSection .thumbsArea {
        width: 40%;
        float: left;
    }

    .weofferSection .contentArea {
        width: 60%;
        float: left;
        padding: 0 0 0 50px;
    }

        .weofferSection .contentArea h4 {
            font-family: 'great_sejagadregular';
            font-size: 80px;
            color: #0597ce;
            text-align: left;
            margin-bottom: 0px;
            margin-top: 0;
            position: relative;
            z-index: 10;
            transform: rotate(-2deg);
        }

.offerAccordArea {
    width: 100%;
    float: left;
}

.accordion-item {
    background-color: #fff;
    border: none;
    width: 100%;
    float: left;
}

.accordion-header {
    margin-bottom: 0;
    margin-top: 0px;
}

.offerAccordArea .accordion-header .accordion-button {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin: 0px;
    padding: 10px 0;
    line-height: 36px;
    background: #fff;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #f4f4f4;
}

    .offerAccordArea .accordion-header .accordion-button:hover {
        outline: none;
        box-shadow: none;
        color: #f9ea45;
    }

.offerAccordArea .accordion-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0px;
}

.scheduleSection {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #040406 url("../img/background_04.jpg") 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}

    .scheduleSection .sectionTitleArea {
        padding: 0 0px;
    }

        .scheduleSection .sectionTitleArea h6 {
            text-align: left;
            margin-bottom: 0px;
        }

        .scheduleSection .sectionTitleArea h4 {
            text-align: left;
            color: #fff;
        }

.scheduleTableArea {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.scheduleBox {
    width: 100%;
    float: left;
    border: 1px solid #c2c2c2;
}

    .scheduleBox .headerBar {
        width: 100%;
        float: left;
        border-bottom: 1px solid #c2c2c2;
        padding: 15px;
    }

        .scheduleBox .headerBar p {
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: #222;
            margin: 0px;
            line-height: 16px;
            text-transform: uppercase;
            display: inline-block;
            padding: 4px 6px;
            background: #f9ea45;
        }

        .scheduleBox .headerBar h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            margin: 0px;
            padding: 0px;
            line-height: 36px;
            text-transform: uppercase;
        }

            .scheduleBox .headerBar h4 span {
                font-family: 'Roboto', sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #fff;
                margin: 0;
                padding: 0;
                line-height: 24px;
                text-transform: none;
            }

    .scheduleBox .bodyBar {
        width: 100%;
        float: left;
        padding: 0px;
    }

        .scheduleBox .bodyBar ul li {
            float: left;
            width: 100%;
            padding: 10px 15px;
            background: rgba(255,255,255,0.05);
        }

            .scheduleBox .bodyBar ul li:hover {
                background: rgba(255,255,255,0.2);
            }

            .scheduleBox .bodyBar ul li p {
                font-family: 'Roboto', sans-serif;
                font-size: 18px;
                font-weight: 500;
                color: #fff;
                margin: 0px;
                padding: 0px;
                line-height: 24px;
            }

                .scheduleBox .bodyBar ul li p span {
                    float: right;
                    font-size: 15px;
                }

.scheduleSection::before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../img/white_top_wave_02.png) 50% 50% no-repeat;
    background-size: cover;
}

.scheduleSection::after {
    content: "";
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(../img/white_bottom_wave_02.png) 50% 50% no-repeat;
    background-size: cover;
}

.specialProgramSection {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.specialProgramHeader {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .specialProgramHeader p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        margin: 0px;
        padding: 0px;
        line-height: 24px;
    }

    .specialProgramHeader h6 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 70px;
        font-weight: 700;
        color: #2c2c2c;
        margin: 0;
        padding: 0;
        line-height: 60px;
        position: relative;
        text-align: left;
        text-transform: uppercase;
    }

.weofferSection .specialProgramHeader h4 {
    margin-bottom: 0;
    margin-top: -30px;
}

.specialProgram p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0px;
}

.eligibilitySection {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .eligibilitySection ul li {
        width: auto;
        float: left;
        padding-right: 30px;
        padding-left: 50px;
        position: relative;
    }

        .eligibilitySection ul li p {
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: #222;
            margin: 0px;
            line-height: 16px;
            text-transform: uppercase;
        }

        .eligibilitySection ul li h6 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 32px;
            font-weight: 700;
            color: #2c2c2c;
            margin: 0;
            padding: 0;
            line-height: 32px;
            text-transform: uppercase;
        }

        .eligibilitySection ul li span {
            position: absolute;
            left: 0;
            top: 50%;
            font-size: 40px;
            transform: translateY(-50%);
        }


/*---*/

.headerArea.noPad {
    padding: 0px !important;
}

.headerArea .navbar {
    box-shadow: none;
    background: #fff;
}

    .headerArea .navbar .navbar-brand img {
        max-height: 45px;
    }

    .headerArea .navbar .navbar-collapse {
        justify-content: flex-end;
    }

.headerArea .navbar-nav .nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2c;
    padding: 0px 0.5em;
}

    .headerArea .navbar-nav .nav-link span.material-icons {
        vertical-align: middle;
    }

.headerArea nav ul a:hover {
    background: #0597ce;
    color: #fff !important;
}

.headerArea nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    margin-top: 0;
    border-radius: 0px;
}

    .headerArea nav .dropdown-menu .dropdown-item {
        padding: .25rem 1rem;
        border: 0;
        line-height: 40px;
    }

    .headerArea nav .dropdown-menu li {
        width: 100%;
    }

.headerArea .navbar .navbar-collapse.show {
    position: absolute;
    left: 0;
    width: 100%;
    top: 55px;
    background: #fff;
    z-index: 100;
}

/**/
.custDashboardBody {
    width: 100%;
    float: left;
    padding: 20px 30px;
    border-radius: 20px;
    background: #fff;
}

    .custDashboardBody ul {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
    }

        .custDashboardBody ul li {
            float: left;
            width: 33.333%;
            padding: 15px;
        }

            .custDashboardBody ul li a {
                display: block;
                padding: 20px 20px 25px;
                background: #0597ce;
                border-radius: 10px;
                text-align: center;
                color: #fff;
                font-family: 'Barlow Condensed', sans-serif;
                font-size: 22px;
                font-weight: 500;
                line-height: normal;
                position: relative;
            }

                .custDashboardBody ul li a:hover {
                    background: #2c2c2c;
                }

.flat_downloadPlanArea.receiptModal {
    padding: 50px 0 80px;
}

.receiptModal .flat_downloadPlanArea a {
    font-size: 14px;
    margin: 0 5px;
    padding: 10px 15px;
}

    .receiptModal .flat_downloadPlanArea a span {
        font-size: 24px;
    }

.satusBarArea {
    width: 100%;
    float: left;
    margin-top: 4px;
    background: #dde6e9;
    height: 4px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

    .satusBarArea span {
        width: auto;
        height: 4px;
        background: #66cd00;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

/*--- ronaldinho ---*/

.bannerSection.ronaldinhofa {
    background: url(../img/banner-rfa.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: #abacdb;
    height: 750px;
}

.ronaldinhofa .banerTxt img {
    max-width: 500px;
}

.r10Academy .contentArea h4 {
    margin-bottom: -20px;
}

.r10Academy .contentArea h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0px 0 30px 0;
    padding: 0px 0 0px 0;
    line-height: 60px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.r10Academy .contentArea p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0px;
}

.pointListArea {
    width: 100%;
    float: left;
    padding: 20px 0;
}

    .pointListArea ul li {
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #000000;
        padding: 0px;
        line-height: 24px;
    }

        .pointListArea ul li span {
            vertical-align: top;
        }

.r10Schedule {
    background: #3b3bbd url(../img/background_04.jpg) 50% 50% no-repeat;
    background-blend-mode: exclusion;
}

/*---*/
.innerPageBanner .banerTxt {
    padding-bottom: 100px;
}

.bannerSection.yca {
    background: url(../img/banner-yca.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: #0d112e;
    background-blend-mode: luminosity;
    height: 750px;
}

.navMenuSection .topMenuSection ul li.partner img {
    max-width: 90px;
    background-color: #fff;
    padding: 0 4px;
}

.bannerSection.mpswim {
    background: url(../img/banner-mpswimming.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: #00455c;
    background-blend-mode: luminosity;
    height: 750px;
}

.newsletter .input-field label {
    color: #fff;
}

.banerTxt h4 {
    font-family: 'great_sejagadregular';
    font-size: 100px;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0;
    position: relative;
    z-index: 10;
    text-align: center;
}

.FullMapArea {
    width: 100%;
    float: left;
}

.contactViewSection .container {
    width: 60%;
}

.contactViewSection .cntactViewInner {
    width: 100%;
    margin: -100px 0 0;
    padding: 50px;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
    float: left;
    background: #fff;
    position: relative;
}

.contactViewSection.callbackSection .callBackFormArea {
    width: 50%;
}

.contactViewSection.callbackSection .locationArea {
    width: 50%;
}

.contactViewSection .locationArea .siteAddressArea {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0;
    position: relative;
    left: initial;
    top: initial;
    z-index: 10;
    box-shadow: none;
}

.bannerSection.contact {
    background: url(../img/banner-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: rgb(144 147 215 / 75%);
}

.navMenuSection .menu > ul > li.mobileView {
    display: none;
}

    .navMenuSection .menu > ul > li.mobileView a i {
        display: inline-block;
        vertical-align: middle;
    }

        .navMenuSection .menu > ul > li.mobileView a i img {
            padding: 0px;
            max-width: 35px;
        }

    .navMenuSection .menu > ul > li.mobileView a {
        padding: 8px 0;
    }

/* .navMenuSection .menu .logo span.partnerMobileView{
  display: none;
} */
.navMenuSection .menu .logo span.partnerMobileView {
    display: flex;
    align-items: center;
}

    .navMenuSection .menu .logo span.partnerMobileView img {
        background-color: #fff;
        padding: 10px;
        margin-left: 15px !important;
        max-height: 75px;
        vertical-align: middle;
    }

.aboutSection {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .aboutSection .sectionTitleArea {
        padding: 0 15%;
    }

.aboutDescription .specialProgramHeader h6 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 45px;
    text-transform: none;
}

.aboutDescription .weofferSection {
    padding: 0px 0 50px;
}

.weofferSection.alt .contentArea {
    padding: 0 50px 0 0px;
}

.bannerSection.aboutUs {
    background: url(../img/banner-about-2.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: rgb(47 50 103 / 75%);
    background-blend-mode: multiply;
}

.bannerSection.riseTown {
    background: url(../img/banner-about.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-color: rgb(47 50 103 / 75%);
    background-blend-mode: multiply;
}

.moreInfo p {
    margin: 0;
    padding: 15px;
    border: 1px solid #ebebeb;
    text-align: center;
}

.overviewSection .sectionTitleArea h4 {
    text-transform: none;
    font-weight: 600;
}

.specificationSection {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #f3f7f9;
}

    .specificationSection .leftThumbsArea {
        width: 40%;
        float: left;
    }

    .specificationSection .rightContentArea {
        width: 60%;
        float: left;
        padding-left: 50px;
    }

        .specificationSection .rightContentArea h4 {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 60px;
            font-weight: 600;
            color: #2c2c2c;
            margin: 0px 0 30px 0;
            padding: 0px 0 0px 0;
            line-height: 60px;
            position: relative;
            text-align: left;
        }

        .specificationSection .rightContentArea h6 {
            font-family: 'great_sejagadregular';
            font-size: 80px;
            color: #0597ce;
            text-align: left;
            margin-top: 0;
            position: relative;
            z-index: 10;
            transform: rotate(-2deg);
            margin-bottom: -20px;
        }

.specificCard {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .specificationSection .rightContentArea .specificCard h4,
    .specificCard h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #2c2c2c;
        margin: 0px 0 10px 0;
        padding: 0px 0 10px 0;
        line-height: 24px;
        border-bottom: 1px solid #dfdfdf;
    }

    .specificCard ul {
        width: 100%;
        float: left;
    }

        .specificCard ul li {
            width: 100%;
            float: left;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            line-height: 22px;
            margin: 0 0 5px 0;
            padding: 0px 0 0 15px;
            text-align: left;
            position: relative;
        }

            .specificCard ul li::after {
                content: "";
                width: 5px;
                height: 5px;
                background: #0597ce;
                position: absolute;
                left: 0;
                top: 7px;
            }

.floorPlanSection {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.floorGallery {
    width: 100%;
    float: left;
}

    .floorGallery ul li {
        width: 50%;
        float: left;
    }

/*---------*/

.menu a.logo img {
    max-height: 99px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}


.bannerRender {
    width: 100%;
    float: left;
    /* min-height: 90vh;
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;   */
}

    .bannerRender img {
        width: 100%;
    }

    .bannerRender.TypeBanner img {
        width: auto;
    }

    .bannerRender.dark1 {
        background-color: rgb(47 50 103 / 75%);
        background-blend-mode: multiply;
    }

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
/* Turn off parallax scrolling for tablets and phones */
/* @media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
} */


/*---*/

.navMenuSection.fixed {
    position: fixed;
    background: transparent;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
}

/* .navMenuSection.fixed .topMenuSection{
  background: rgba(0,0,0,0.5);
} */

/* .navMenuSection.fixed .topMenuSection{
  display: none;
} */
/* .navMenuSection.fixed .menu a.logo img {
  max-height: 50px;
}
.navMenuSection.fixed .menu .logo span.partnerMobileView img{
  max-height: 45px;
}
.navMenuSection.fixed .menu a.logo{
  top: 4px;
} */

.downloadModal .modal-header {
    display: block;
}

    .downloadModal .modal-header p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #4c4c4c;
        line-height: 22px;
        padding: 0;
        margin: 10px 0;
    }

.downloadModal .modal-content {
    padding: 5% 15% 10%;
}

.floatedBtn {
    position: fixed;
    right: 0;
    top: 95%;
    z-index: 100;
    transform: translateY(-95%);
}

    .floatedBtn a {
        display: block;
        margin: 5px 0;
    }

.applicationKitTicket .FlowChartArea {
    width: 65%;
    background: #3b4ccb;
    border-radius: 0 20px 20px 0;
    padding: 30px 30px 0px;
    border-left: 1px dashed rgb(255 255 255 / 75%);
}

.applicationKitTicket.offlineKitArea .FlowChartArea {
    background: #433999;
}

.flatTypeModal p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 24px;
    padding: 0;
    margin: 0 0 15px 0;
}

.contactViewSection.locateCenterArea .locationArea {
    width: 100%;
}

.locationListSection {
    width: 100%;
    float: left;
    padding: 0px 0 100px;
}

    .locationListSection .container {
        width: 60%;
    }

.locationCenterLists {
    width: 100%;
    float: left;
}

    .locationCenterLists li {
        width: 50%;
        float: left;
        padding: 20px;
        border-left: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }

        .locationCenterLists li:nth-child(2n) {
            border-left: none;
        }

        .locationCenterLists li h4 {
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            font-weight: 500;
            color: #4c4c4c;
            line-height: normal;
            padding: 0;
            margin: 0 0 15px 0;
        }

        .locationCenterLists li p {
            margin: 10px 0;
            position: relative;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            line-height: 24px;
        }

p.note,
.menu > ul > li > ul.sportsArena li p.note {
    font-size: 11px;
    color: #ababab;
    margin: 0px;
    font-weight: 400;
}

.renderContentSection {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.sectionTitleArea h6 {
    font-size: 80px;
    color: #0597ce;
    text-align: center;
    /* margin-bottom: -20px; */
}

.sectionTitleArea h4 {
    font-size: 60px;
    font-weight: 600;
}

.centerContactNo {
    width: 100%;
    float: left;
    text-align: center;
}

    .centerContactNo a {
        display: inline-block;
        padding: 20px 30px;
        background: #0597ce;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #ffffff;
        line-height: normal;
        margin: 0 0 0px 0;
    }

        .centerContactNo a i {
            vertical-align: middle;
            font-size: 26px;
        }

.legalDocsModal .flat_downloadPlanArea {
    padding: 20px 0;
}

    .legalDocsModal .flat_downloadPlanArea a {
        display: block;
        text-align: center;
    }

.applicationKitSection.NoMar .displayThumb {
    margin-top: 0px;
}

.locateCenterArea .cntactViewInner {
    padding: 200px 50px 50px;
}

.locateCenterArea .submissionApplication {
    width: 100%;
    float: left;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #0597ce;
    z-index: 100;
}

    .locateCenterArea .submissionApplication h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        margin: 0px 0 0px 0;
        padding: 0 0px;
        line-height: 30px;
    }

        .locateCenterArea .submissionApplication h4 span {
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 24px;
        }

    .locateCenterArea .submissionApplication p {
        color: #fff;
        margin: 10px 0 0 0;
    }

.applicationKitBuyArea.payment .headerArea .partnerLogo {
    justify-content: center;
    align-items: center;
}

.applicationKitBuyArea.payment .customerLogin .applicationFormArea {
    padding: 50px 50px;
}

.payment .submitArea {
    margin-top: 50px;
}

.thankyou .successFulsection img {
    max-width: 60px;
}

.thankyou .successFulsection h4 {
    text-align: center;
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
}

.selldof .form-control,
.sell_do_form_control {
    height: 3rem !important;
    font-size: 16px !important;
    line-height: 1.42857143;
    padding: 6px 12px;
    color: #555555 !important;
    background-color: #ffffff;
    background-image: none;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #9e9e9e !important;
}

    .selldof .form-control:focus,
    .sell_do_form_control:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.selldof .btn, .sell_do_ctc_btn, .selldof .btn, .sell_do_verify_btn {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: #0597ce !important;
    border: none !important;
    padding: 15px 30px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    line-height: normal !important;
    height: auto !important;
}

    .selldof .btn:hover, .sell_do_ctc_btn:hover, .selldof .btn:hover, .sell_do_verify_btn:hover {
        background: #f9ea45 !important;
        color: #000000 !important;
    }

.selldof .title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #2c2c2c !important;
    margin: 0px 0 30px 0 !important;
    padding: 0px !important;
    line-height: 24px !important;
    text-transform: none !important;
}

.applicationContentArea.customerDashboardArea {
    background: #ebf5f9;
}

    .applicationContentArea.customerDashboardArea .custDashboardBody {
        box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
        padding: 0px;
    }

.custDashboardBody ul li a {
    display: flex;
    align-items: center;
}

    .custDashboardBody ul li a img {
        width: 15%;
        float: left;
    }

    .custDashboardBody ul li a span {
        width: 80%;
        float: left;
        text-align: left;
        padding-left: 20px;
    }

.custDashboardBody ul li {
    width: 50%;
}

    .custDashboardBody ul li a .satusBarArea {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 8px;
    }

        .custDashboardBody ul li a .satusBarArea span {
            height: 8px;
        }

.customerDashboardArea .dasboardBanner {
    width: 100%;
    float: left;
}

    .customerDashboardArea .dasboardBanner img {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

.customerDashboardArea .custDashboardBody ul {
    padding: 0px 30px 20px;
}

.custDashboardBody .downloadArea {
    width: 100%;
    float: left;
    padding: 20px 30px 20px;
    position: relative;
    border-top: 1px dashed #e5e5e5;
}

    .custDashboardBody .downloadArea a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-transform: none;
        border: none;
        border-radius: 100px;
        line-height: 20px;
        font-size: 14px;
        margin: 5px;
        padding: 10px 15px;
        background: #f9ea45;
        color: #000000;
        display: inline-block;
    }

        .custDashboardBody .downloadArea a i {
            vertical-align: middle;
            padding-right: 4px;
        }

        .custDashboardBody .downloadArea a:hover {
            background: #0597ce;
            color: #fff;
        }

.custDashboardBody .noteArea {
    width: 100%;
    float: left;
    padding: 20px 30px 30px;
    border-top: 1px solid #e5e5e5;
}

.custDashboardBody .downloadArea::after {
    content: "";
    width: 15px;
    height: 15px;
    background: #e2ecf0;
    border-radius: 100px;
    position: absolute;
    left: -6px;
    top: -8px;
}

.custDashboardBody .downloadArea::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #e2ecf0;
    border-radius: 100px;
    position: absolute;
    right: -6px;
    top: -8px;
}

.footerLogo a {
    display: block;
    margin-bottom: 15px;
}

.applicationKitBuyArea.thankyouPage .headerArea .partnerLogo {
    justify-content: center;
    align-items: center;
}

.custDashboardBody .ThankyouMessageSection {
    padding: 60px;
    width: 100%;
    float: left;
    text-align: center;
}

    .custDashboardBody .ThankyouMessageSection h4 {
        font-size: 80px;
        color: #0597ce;
        text-align: center;
        margin-bottom: -20px;
        font-family: 'great_sejagadregular';
        margin-top: 0;
        position: relative;
        z-index: 10;
        transform: rotate(-2deg);
    }

    .custDashboardBody .ThankyouMessageSection h6 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 46px;
        font-weight: 500;
        color: #000000;
        margin: 0px;
        padding: 0px;
        line-height: normal;
    }

    .custDashboardBody .ThankyouMessageSection p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
        margin: 10px 0 0px 0;
        padding: 0px;
        text-align: center;
    }

/*----*/

.bannerRender.FirstBanner {
    padding-top: 118px;
}
/* .navMenuSection.fixed{
  background: #161616;  
} */
.navMenuSection.fixed .topMenuSection ul li a .textArea p span {
    font-size: 12px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.navMenuSection.fixed .topMenuSection {
    padding: 4px 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

    .navMenuSection.fixed .topMenuSection ul li a .textArea p {
        line-height: 16px;
        font-size: 14px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
    }

.navMenuSection.fixed .menu a.logo img {
    max-height: 75px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.navMenuSection.fixed .menu > ul > li a {
    padding: 1em 1em;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.successfulApplication {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 25%;
    background: #fff url("../img/congratulation_bg_transparent.png") 50% 50% no-repeat;
    /* background-size: contain; */
}

    .successfulApplication img {
        width: 60px;
    }

    .successfulApplication h4 {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 36px;
        font-weight: 500;
        color: #6aaf35;
        margin: 10px 0 0 0;
        padding: 0px;
        line-height: 36px;
    }

        .successfulApplication h4 span {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #0597ce;
            line-height: normal;
            padding: 0;
            margin: 0;
        }

/*----*/

.fourZerFour {
    background: #ebf5f9;
    width: 100%;
    float: left;
    padding: 50px 25%;
    position: relative;
    min-height: 100vh;
}

    .fourZerFour .thumbnailArea {
        width: 100%;
        float: left;
    }

        .fourZerFour .thumbnailArea a.logo img {
            max-width: 100px;
        }

        .fourZerFour .thumbnailArea span img {
            max-width: 70%;
        }

    .fourZerFour .backBtnArea a.backBtn {
        background: #000;
    }

        .fourZerFour .backBtnArea a.backBtn:hover {
            background: #0597ce;
            color: #fff;
        }

/*-------*/

.bottomSubmitArea {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #d9d9d9;
}

.modal.datepicker-modal {
    background: transparent;
    background-color: transparent;
}

.applicationProgress {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.bookingFormContainer .leftPanel .applicationProgress h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #4c4c4c;
    margin: 0px 0 10px 0;
    padding: 0;
    line-height: 34px;
    border-bottom: none;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

    .bookingFormContainer .leftPanel .applicationProgress h4 span {
        text-align: right;
        color: #0597ce;
        font-size: 22px;
    }

.applicationProgress .progressLine {
    width: 100%;
    float: left;
    height: 4px;
    background-color: #dae3e5;
    overflow: hidden;
    position: relative;
}

    .applicationProgress .progressLine span {
        /* background: #0597ce; */
        width: auto;
        height: 4px;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(270deg, #0bc9e1, #028abb);
        background-size: 400% 400%;
        -webkit-animation: gradientAnim 2s ease infinite;
        -moz-animation: gradientAnim 2s ease infinite;
        animation: gradientAnim 2s ease infinite;
    }

@-webkit-keyframes gradientAnim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradientAnim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradientAnim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


.userGuideArea {
    width: 100%;
    float: left;
    text-align: right;
    padding: 0px 30px;
}

    .userGuideArea ul,
    .customerDashboardArea .custDashboardBody .userGuideArea ul {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
        padding: 20px 10px 0;
    }

        .userGuideArea ul li,
        .customerDashboardArea .custDashboardBody .userGuideArea ul li {
            float: left;
            padding: 0 5px;
            width: auto;
        }

            .userGuideArea ul li p {
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
                /* text-transform: none; */
                border: none;
                line-height: 20px;
                font-size: 12px;
                margin: 0px;
                color: #c2c2c2;
                text-transform: uppercase;
            }

    .custDashboardBody .userGuideArea ul li a,
    .userGuideArea a {
        display: inline-block;
        padding: 10px 5px;
        color: #2c2c2c;
        text-align: center;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        background: transparent;
    }

        .custDashboardBody .userGuideArea ul li a span,
        .userGuideArea a span {
            vertical-align: top;
            color: #0597ce;
            background: transparent;
            border-radius: 100px;
            margin-left: 5px;
            width: auto;
            padding: 0;
            float: none;
        }

        .userGuideArea a:hover,
        .custDashboardBody .userGuideArea ul li a:hover {
            color: #0597ce;
        }

.helpDeskModal .modal-header h5 {
    text-align: center;
    display: block;
    width: 100%;
}

.userGuideArea a span.highlighted {
    -webkit-animation: shadowAnim 2s ease infinite;
    -moz-animation: shadowAnim 2s ease infinite;
    animation: shadowAnim 2s ease infinite;
}


@-webkit-keyframes shadowAnim {
    0% {
        box-shadow: 0 0px 5px #0597ce;
    }

    50% {
        box-shadow: 0 0px 20px #0597ce;
    }

    100% {
        box-shadow: 0 0px 5px #0597ce;
    }
}

@-moz-keyframes shadowAnim {
    0% {
        box-shadow: 0 0px 5px #0597ce;
    }

    50% {
        box-shadow: 0 0px 20px #0597ce;
    }

    100% {
        box-shadow: 0 0px 5px #0597ce;
    }
}

@keyframes shadowAnim {
    0% {
        box-shadow: 0 0px 5px #0597ce;
    }

    50% {
        box-shadow: 0 0px 20px #0597ce;
    }

    100% {
        box-shadow: 0 0px 5px #0597ce;
    }
}


.owl-carousel.usrguide .owl-item img {
    display: block;
    width: auto;
}

.owl-carousel.usrguide .owl-nav button.owl-prev {
    right: initial;
    left: -20px;
}

.owl-carousel.usrguide .owl-nav button.owl-next {
    right: -20px;
}

.owl-carousel.usrguide .owl-nav button.owl-next,
.owl-carousel.usrguide .owl-nav button.owl-prev {
    top: 50%;
    transform: translateY(-50%);
}

.userGuideModal p {
    color: #0597ce;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0px;
}

    .userGuideModal p span {
        background: #0597ce;
        color: #fff;
        padding: 0px;
        border-radius: 100px;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

.viewUploadedFile {
    display: flex;
    align-items: center;
    padding: 0 5px 0 15px;
    border: 1px dashed #dde7e9;
    background: #fff;
    border-radius: 6px;
}

    .viewUploadedFile p {
        width: 70%;
        line-height: 3em;
        font-weight: 500;
        font-size: 1rem;
        color: #4c4c4c;
        font-family: 'Roboto', sans-serif;
        margin: 0;
    }

    .viewUploadedFile .action {
        width: 30%;
        float: left;
        display: flex;
        justify-content: flex-end;
    }

        .viewUploadedFile .action a {
            display: inline-flex;
            padding: 5px;
        }

            .viewUploadedFile .action a.closeBtn {
                color: #9298a0;
            }

                .viewUploadedFile .action a.closeBtn:hover {
                    color: #0597ce;
                }

.checkAgreeSection label {
    position: relative;
    margin: 0 0 10px 0;
}

    .checkAgreeSection label span {
        font-size: 14px !important;
    }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border: 2px solid #0597ce;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #0597ce;
    background-color: #0597ce;
}

[type="checkbox"] + span:not(.lever) {
    cursor: default;
}

/*--------*/

.downloadSpecSection {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
}

    .downloadSpecSection a.downloadBtn {
        display: inline-block;
        float: none;
    }

.virtualTourSection .contentArea .downloadSpecSection a.downloadBtn {
    padding: 10px 20px;
    background-color: #f9ea45;
    border: none;
    color: #3b3b3b;
}

    .virtualTourSection .contentArea .downloadSpecSection a.downloadBtn:hover {
        background: #0597ce;
        color: #fff;
    }

.footerLink {
    position: relative;
}

.socialLink {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

    .socialLink ul {
        display: flex;
    }

        .socialLink ul li {
            display: inline-flex;
            padding: 0 5px;
            margin: 0;
        }

            .socialLink ul li a {
                display: block;
            }

                .socialLink ul li a img {
                    max-width: 30px;
                }

.container {
    width: 80%;
    max-width: 1400px;
}

.registerLink {
    padding-top: 20px;
}

    .registerLink p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #2c2c2c;
        margin: 0px 0 0px 0;
        padding: 0px;
        line-height: 24px;
    }

        .registerLink p a {
            text-decoration: underline;
        }

/*----*/

.bannerSliderSection {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 136px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next, .bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 60px;
    background: #ffffff;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    right: initial;
    left: 0;
}

    .bannerCarousel.owl-carousel .owl-nav button.owl-next span,
    .bannerCarousel.owl-carousel .owl-nav button.owl-prev span {
        font-size: 28px;
        line-height: 22px;
    }

.bannerCarousel.owl-carousel button.owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #d5e2e7;
    margin: 0 2px;
    transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
}

    .bannerCarousel.owl-carousel button.owl-dot.active {
        background: #0597ce;
        width: 16px;
        transition: width 0.3s ease-in;
        -webkit-transition: width 0.3s ease-in;
        -o-transition: width 0.3s ease-in;
        -moz-transition: width 0.3s ease-in;
    }

.bannerCarousel.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.backBtnArea a.backtoHome {
    background: #0597ce;
    color: #fff;
}

.calltoAction {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}

    .calltoAction a {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 20px;
        font-weight: 600;
        background: #f35586;
        color: #fff;
        border: none;
        padding: 8px 18px 8px 12px;
        display: inline-block;
        border-radius: 100px;
        line-height: 20px;
    }

        .calltoAction a i {
            vertical-align: top;
            padding-right: 0px;
        }

        .calltoAction a:hover {
            background: #0597ce;
            color: #fff;
        }

/*----*/

.submissionBanner {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .submissionBanner img {
        width: 100%;
    }
/*----- 25/02/22 // start-----*/

.custDashboardBody .userGuideArea ul li a.downloadReceiptBtn {
    background: #0597ce;
    color: #fff;
    padding: 10px 15px;
}

    .custDashboardBody .userGuideArea ul li a.downloadReceiptBtn:hover {
        background: #f9ea45;
        color: #000000;
    }

        .custDashboardBody .userGuideArea ul li a.downloadReceiptBtn:hover span {
            color: #000000;
        }

    .custDashboardBody .userGuideArea ul li a.downloadReceiptBtn span {
        color: #fff;
    }

.allotmentArea {
    width: 100%;
    float: left;
    padding: 20px 30px 20px;
}

    .allotmentArea .buildingArea,
    .allotmentArea .parkingArea {
        width: 49%;
        float: left;
        display: flex;
        align-items: center;
    }

        .allotmentArea .buildingArea img,
        .allotmentArea .parkingArea img {
            max-width: 75px;
        }

        .allotmentArea .buildingArea p,
        .allotmentArea .parkingArea p {
            padding-left: 15px;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            text-transform: none;
            border: none;
            line-height: 20px;
            font-size: 14px;
            color: #707070;
            margin: 0px;
        }

    .allotmentArea .buildingArea {
        padding: 10px;
        border: 1px solid #e5e5e5;
        margin-right: 0.5%;
        border-radius: 10px;
    }

    .allotmentArea .parkingArea {
        padding: 10px;
        border: 1px solid #e5e5e5;
        margin-left: 0.5%;
        border-radius: 10px;
    }

        .allotmentArea .buildingArea p span,
        .allotmentArea .parkingArea p span {
            font-weight: 500;
            color: #0597ce;
        }

/*----- 25/02/22 // end-----*/



.virtual-tour-button-amenities {
    padding-top: 50px;
}