* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    /* scroll-margin: 20px; */
    scroll-behavior: auto;
}


/*body{*/
/*    background-color:orange;*/
/*}*/

.log {
    /* border: 2px solid lawngreen; */
    width: 140px;
    /* height: 50px; */
    display: flex;
    justify-content: left;
    align-items: center;
}

.logo1 {
    width: 140px;
    height: auto;
    margin-left: 7px;
    margin-top:-1px;
    /* margin-right: 30px; */
    /* display: none; */
    /* border: 2px solid red; */
}

nav {
    width: 100%;
    height: 60px;
    transform-origin: 100% 0;
    will-change: opacity;
    opacity: 1;
    background-color: #2f3c7e;
    backdrop-filter: blur(100px);
    transition: all 0.8s ease-in-out;
    position: sticky;
    top: 0px;
    z-index: 9999;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 10px;
    /* border: 2px solid purple; */
}

.menu-right {
    text-align: center;
    /* border: 2px solid rgb(255, 225, 0); */
    margin-top:-5px;
    width: 80%;
}

.blank {
    width: 200px;
    /* border: 2PX solid red; */
    padding:0px;
    margin-top: 10px;
}

.blank .download {
    background-color: #ccf381;
    color: #12229d;
    padding: 1px 15px;
    border-radius: 5px;
    font-weight: 900;
    font-size:20px;
    cursor: pointer;
    transition: all .1s ease;
    text-decoration:none;
}

.blank .download:hover {
    transform: scale(1.1);
    /* color: #c9e */
}

.ul {
    width: 100%;
    display: flex;
    /* border: 2px solid rgb(24, 122, 227); */
    justify-content: left;
    /* position: relative;
    left: -30px; */
}

.ul li {
    display: inline-block;
    /* margin: 20px 0px; */
    list-style: none;
    margin-top: 15px;
    /* border: 2px solid green; */
    background-color: #fff;
    padding: 1px 10px;
    border-radius: 5px;
    transition: all .1s ease;
    margin-left: 15px;
}

.ul li:hover {
    transform: scale(1.1);
}

nav .ul li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #2f3c7e;
    font-size: 18px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    padding: 0px 5px;
    /* border-left: 2px solid #000; */
    /* border: 2px solid red; */
    /* margin-left: 2%; */
}

nav .ul li a:hover {
    transform: scale(1.1);
    color: #c9e265;
}

span {
    margin: 0 20px;
    font-size: 28px;
    cursor: pointer;
    /* color: #fff; */
    float: right;
    display: none;
}

@media only screen and (max-width: 1050px) {
    header {
        display: none;
    }
    .logo {
        display: none;
    }
    nav {
        background-color: #2f3c7e;
        height: 60px;
    }
    span {
        display: block;
        /* float: right;
        margin-bottom: 60px; */
        position: absolute;
        top: 20px;
        right: 10px;
        color: #fff;
    }
    .ul {
        display: none;
        background-color: #2f3c7e;
        /* margin-bottom: 10px; */
        position: absolute;
        right: 0px;
        /* left: 0px; */
        top: 60px;
        width: 70%;
        text-align: left;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .ul li {
        display: block;
        transition: all .1s ease-out;
        background-color: #fff;
        margin-right: 25px;
        /*width:;*/
        /*position:absolute;*/
        /*left:0px;*/
    }
    .ul li:hover {
        transform: scale(1.05);
    }
    nav .ul li a {
        color: #2f3c7e;
        /* border: 2px solid red; */
    }
    .logo1 {
        display: block;
    }
    .blank {
        position: absolute;
        /* left: 100px; */
    }
    .brochure-div {
        position: absolute;
        right: 0px;
        /* width: 400px; */
        /* position: relative; */
        /* background-color: #000; */
        /* border: 2px solid red; */
    }
    .fixed-form {
        width: 100%;
    }
    .fixed-form form {
        width: 100%;
    }
}

@media only screen and (max-width: 590px) {
    /* body {*/
    /*    background-color: #000;*/
    /*}*/
    /*nav {*/
    /*    background-color: red;*/
    /*} */
    .log {
        position: absolute;
        top: 15px;
        left: 0px;
        width: 130px;
        /* border: 2px solid red; */
    }
    .logo1 {
        width: 110px;
    }
    span {
        display: block;
        /* float: right;
        margin-bottom: 60px; */
        position: absolute;
        top: 15px;
        right: 0px;
    }
    .blank {
        /* display: none; */
        width: 175px;
        left: 32%;
        top: 8px;
        /*margin-top:10px;*/
    }
    .blank .download {
        padding: 1px 15px;
        padding-left: 10px;
        font-size: 14px;
        /*margin-top:20px;*/
        font-size: 20px;
        text-decoration:none;
    }
    .brochure-div {
        width: 200px;
        /* left: 10px; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        /*right:-50;*/
        /*top:0px;*/
    }
    .div1 {
        width: 100%;
    }
    .gallery-card {
        width: 100%;
    }
    .log {
        width: 100px;
    }
    .about {
        width: 98%;
    }
    .about .line {
        width: 50%;
        height: 2px;
        /* background-color: #12229d; */
    }
    .about .h4 {
        font-size: 24px;
        /* letter-spacing: 0px; */
        /* color: #c9e265; */
    }
    .about p {
        font-size: 14px;
        padding-top: 20px;
    }
    .fixed-form {
        width: 100%;
    }
    .fixed-form form {
        width: 100%;
    }
    #fixedF {
        width: 100%;
    }
    /*table{*/
    /*    margin-left:0px;*/
    /*}*/
    /*.fixed-form .inquryBtn{*/
    /*    display:block;*/
    /*}*/
    .fixed-form form .inp {
        width: 20%;
    }
}

@media only screen and (max-width: 460px) {
    /*.fixed-form form{*/
    /*    display:none;*/
    /*}*/
    /*.fixed-form form input{*/
    /*    display:none;*/
    /*}*/
}

@media only screen and (max-width: 330px) {
    .log {
        width: 100px;
        /* margin-bottom: 10px; */
        /* border: 2px solid red; */
        position: absolute;
        left: 0px;
        top: 15px;
    }
    .logo1 {
        width: 90px;
        /* float: left; */
    }
    span {
        display: block;
        /* float: right;
        margin-bottom: 60px; */
        position: absolute;
        top: 16px;
        right: 0px;
    }
    .blank {
        /* display: none; */
        width: 120px;
        /*left: 35%;*/
    }
    .blank .download {
        /*font-size: 180px;*/
        /*font-weight: 400;*/
        padding: 0px 15px;
        margin-top:25px;
    }
    .brochure-div {
        width: 150px;
        /* left: 10px; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        /*right:-50;*/
        /*top:0px;*/
    }
    .formBrochure {
        /* position: absolute; */
        position: relative;
        left: 0px;
    }
}

#close-form {
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}


/* banner start ###################################################  */

.sub {
    /* padding: 10px 0px; */
    padding-bottom: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
}

.div1 {
    width: 390px;
    /* border: 1px solid #555; */
    margin-top: 20px;
    background-color: #fbeaeb;
}

.ulHigh li {
    font-size: 14px;
}

.div1 img {
    width: 100%;
}

.div1 video {
    width: 100%;
}

.banner {
    /* border: 2ps solid rgb(0, 162, 255); */
    width: 100%;
    height: 100vh;
}

.containerBnr {
    /* border: 2px solid orangered; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner .main-card {
    /* border: 2px solid green; */
    width: 46%;
    margin: 1px;
    display: flex;
    justify-content: left;
    /* height: 300px; */
    /* max-width: 50%; */
}

.banner .main-card1 {
    /* border: 2px solid green; */
    width: 46%;
    /* margin: 1px; */
    display: flex;
    justify-content: right;
    /* height: 300px; */
    /* max-width: 50%; */
}


/* #formDiv {
    width: 400px;
    height: 250px;
} */

.banner .img-div {
    width: 100%;
    margin: auto;
    /* border: #000; */
}

.banner .main-card1 .img-div img {
    /* margin-left: 22%; */
    width: 76%;
    height: 100%;
    display: block;
    margin-left: 20%;
    /* margin: auto; */
}

#video {
    display: flex;
    align-items: center;
}

.video-div {
    width: 100%;
    height: 100%;
}

.video-div video {
    width: 100%;
    height: 250px;
    margin-left: 7.5%;
}

h2 {
    /* font-family: serif; */
    font-size: 20px;
    /*margin-left: 10px;*/
    font-weight: 600;
    /* border-bottom: 3px solid #0b335b; */
    /* width: 120px; */
    /* color: #0b335b; */
    text-transform: uppercase;
    margin-top: 10px;
    color: #0b335b;
    /* color: #fff; */
    /* width: 220px; */
}

.bannerText {
    background-color: #2f3c7e;
    color: #fff;
    padding: 2px 0px;
    padding-left: 20px;
    font-weight: bold;
}

#open-popup-btn {
    transition: .3s;
}

#open-popup-btn:hover {
    transform: scale(1.1);
    color: #c9e265;
}

.backgr {
    /*background-color: rgb(243, 249, 255);*/
}

.brochure-div {
    position: absolute;
    right: 0px;
    top: 60px;
    width: 250px;
    /* height: 300px; */
    margin: auto;
    /* display: flex; */
    /* border: 1px solid black; */
    /* justify-content: space-between; */
    background-color: #2f3c7e;
    /* background-color: #c9e265; */
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 1px 5px #555;
    padding: 20px 10px;
    visibility: hidden;
}

.formBrochure {
    width: 100%;
    /* border: 2px solid red; */
}

.formBrochure form .input {
    width: 100%;
    height: 35px;
    margin-top: 10px;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
}

form .submit {
    margin: auto;
    border: none;
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 20px;
    background-color: #c9e265;
    border-radius: 0px 0px 10px 10px;
    color: #12229d;
    text-align: center;
    /* border: none; */
    transition: all .2s ease;
    font-weight: 700;
}

form .submit:hover {
    transform: scale(1.1);
    /* color: #c9e265; */
}


/* princing start ####################### ############## ###################### */

.pricing-main {
    /* margin: 50px 0px; */
}

.text {
    margin: auto;
}


/*}*/

.tableBorder {
    width: 100%;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

#tr td {
    padding: 5px;
}

table td {
    /*width:100%;*/
    margin: 2px 0px;
}

table thead {
    /*width:100%;*/
    background-color: #2f3c7e;
    /*padding-left:10px;*/
    color: #fff;
}

table button {
    margin-left: 20px;
    background-color: #c9e265;
    font-weight: 500;
    color: #12229d;
    /* color: #fff; */
    padding: 0px 5px;
    border-radius: 5px;
    transition: all .2s ease;
    border: none;
}

table button:hover {
    transform: scale(1.1);
    /* color: #c9e265; */
    /* font-weight: bold; */
}


/* banner end ###################################################  */


/* GALLERY START ################################  */

.gallery {
    width: 100%;
    margin-top: 10px;
    /*background-color:black;*/
}

#unitP {
    /*margin-top:0px;*/
}

.gallery-main {
    padding: 0px 0px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 10px;
}

.gallery-main .gallery-card {
    width: 380px;
    /* height: 230px; */
    margin: 10px 0px;
    /* border: 1px solid black; */
    cursor: pointer;
}

#gcard {
    width: 390px;
    /* border: 1px solid red; */
}

.gallery-card img {
    width: 100%;
}

.row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.row1>.column {
    padding: 0 8px;
    width: 390px;
    margin: 10px 10px;
    cursor: pointer;
}

.row1>.column img {
    width: 100%;
}

.row1:after {
    content: "";
    display: table;
    clear: both;
}


/* Create four equal columns that floats next to eachother */


/* .column {
    float: left;
    width: 25%;
} */


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 1200px;
}


/* The Close Button */

.close {
    color: #fff;
    position: absolute;
    top: 50px;
    right: 30px;
    font-size: 50px;
    font-weight: bold;
    z-index: 999;
    transition: all .1s ease;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.2);
}


/* Hide the slides by default */

.mySlides {
    display: none;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* Caption text */

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* site plan ############################################  */

.site-main {
    padding: 10px 0px;
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.site-main .site-card {
    width: 320px;
    margin: 5px;
    border: 1px solid #555;
}

.site-card img {
    width: 100%;
}

#floor {
    /* border: 1px solid black; */
}


/* site plan ############################################  */


/* map m3m start */

.map-container {
    margin: 20px 0px;
}

#map {
    width: 100%;
    height: 400px;
}

.text1 {
    background-color: #2f3c7e;
    color: #fff;
    padding: 2px 0px;
    padding-left: 40px;
    font-weight: bold;
    /*width: 220px;*/
    margin: auto;
    /*text-align: center;*/
    font-size: 22px;
}


/* map m3m end */


/* second footer start ################################################################################## */

.secondFooter {
    background-color: #fbeaeb;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 0px;
    /* margin-top: 20px; */
}

.footer-para {
    color: #0b335b;
    font-family: sans-serif;
    font-size: 14px;
}

.footer-para a {
    font-size: 16px;
    text-decoration: none;
    color: #0b335b;
}

.footer-para a:hover {
    color: #cea97c;
}


/* second footer end ################################################################################## */

footer {
    width: 100%;
    /* height: 90vh; */
    background-color: #2f3c7e;
    color: #fff;
    padding: 30px;
}

.about {
    width: 98%;
    margin: auto;
}

.about .h4 {
    /* font-family: serif; */
    font-size: 38px;
    font-weight: normal;
    /* letter-spacing: 1px; */
}

.line {
    width: 300px;
    height: 3px;
    background-color: #c9e265;
    font-family: serif;
}

.about p {
    font-family: Arial;
    font-weight: lighter;
    text-align: justify;
    padding-top: 30px;
}

/*link div #########################################################*/ 
.link-d{
    background-color:#2f3c7e;
    width:290px;
    padding:10px;
    position:fixed;
    bottom:-12px;
    z-index:9999;
}
.link-d>.allP3{
    background-color:#c9e265;
    padding:3px 5px; 
    color:#12229d;
    text-align:center;
    border-radius:4px;
    font-weight:bold;
    cursor:pointer;
    font-size:22px;
}

@media screen and (max-width:650px){
    .link-d{
        width:100%;
        bottom:0px;
        
    }
    .link-d>.allP3{
        text-align:center;
        width:260px;
        margin:auto;
        
    }
}
@media screen and (max-width:320px){
        .link-d>.allP3{
        /*margin-left:5%;*/
    }
}
@media screen and (max-width:300px){
        .link-d>.allP3{
        /*margin-left:0px;*/
    }
}
@media screen and (max-width:280px){
        .link-d{
        padding:10px;
    }
}

/* form fixed start ###########################################################  */

.fixed-form {
    width: 50%;
    padding: 10px 0px;
    background-color: #2f3c7e;
    /*background-color: #fff;*/
    /* border: 2px solid red; */
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 900;
    /*border-radius:10px 0px 0px 0px;*/
}

.fixed-form .inquryBtn {
    width: 100%;
    background-color: #c9e265;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #0b335b;
    display: none;
    /*position:fixed;*/
    /*z-index:980;*/
}

.fixed-form form {
    width: 100%;
    /* border: 2px solid rgb(16, 10, 10); */
    display: flex;
    justify-content: space-evenly;
    /* background-color: #c9e265; */
}

.fixed-form form .inp {
    width: 23%;
    height: 35px;
    background-color: #fff;
    border-radius: 5px;
}

.fixed-form form ::placeholder {
    color: #0b335b;
    padding-left: 5px;
    font-weight: bold;
}

.fixed-form form .fixed-submit {
    width: 23%;
    border-radius: 5px;
    background-color: #c9e265;
    color: #0b335b;
    font-weight: bold;
    font-size: 18px;
    border: none;
    transition: all .1s ease;
    text-transform: uppercase;
}

.fixed-form form .fixed-submit:hover {
    transform: scale(1.1);
}


/* form fixed end ###########################################################  */

.enquiry {
    /*width: 100%;*/
    /*background-color: #2f3c7e;*/
    text-align: center;
    padding: 1px ;
    position: static;
    bottom: 0px;
    z-index: 999;
    display: none;
    cursor: pointer;
     background-color:#c9e265;
}

.enquiry .a {
    text-decoration: none;
    font-size: 20px;
    color: #12229d;
    font-weight: bold;
    font-family: sans-serif;
    /*letter-spacing: 1px;*/
    margin-top: 10px;
   
}
.enquiry1 {
    /*width: 100%;*/
    /*background-color: #2f3c7e;*/
    text-align: center;
    padding: 1px ;
    position: static;
    bottom: 0px;
    z-index: 999;
    display: none;
    cursor: pointer;
     background-color:#c9e265;
}

.a1 {
    text-decoration: none;
    font-size: 20px;
    color: #12229d;
    font-weight: bold;
    font-family: sans-serif;
    /*letter-spacing: 1px;*/
    margin-top: 10px;
   
}

.formM {
    background-color: #2f3c7e;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: fixed;
    bottom: 45px;
    width: 100%;
    padding: 10px;
    display: none;
    /* left: 20px */
}

.formM .inp {
    width: 90%;
    height: 35px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.formM ::placeholder {
    color: #0b335b;
    padding-left: 5px;
    font-weight: bold;
}

.formM .fixed-submit {
    width: 90%;
    border-radius: 5px;
    background-color: #c9e265;
    color: #0b335b;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0px;
    border: none;
    transition: all .1s ease;
    text-transform: uppercase;
}

@media screen and (max-width:650px) {
    .fixed-form form {
        display: none;
    }
    .enquiry {
        display: block;
        position:fixed;
        width:160px;
        bottom:290px;
        /*top:50px;*/
        transform: rotate(-90deg);
        right: -62px;
        border-radius:5px;
        
    }
        .enquiry1 {
        display: block;
        position:fixed;
        width:140px;
        bottom:130px;
        /*top:50px;*/
        /*padding:1px 5px;*/
        transform: rotate(-90deg);
        right: -52px;
        border-radius:5px;
        
    }
    /*.a1{*/
    /*    margin:0px;*/
    /*    padding:0px;*/
    /*}*/
    .site-main .site-card {
        width: 260px;
    }
    .row1>.column {
        width: 260px;
    }
}

/*on-requist form ##############################*/

.formOnRequist{
    border:1px solid #0B335B;
    /*width:200px;*/
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:30px 20px;
    background-color:rgba(11,51,91,.9);
    visibility:hidden;
}
.onRequist{
    margin:10px;
}
.onRequist-submit{
    width:150px;
    margin-top:10px;
    margin-left:25px;
    background-color:#c9e265;
    border:none;
    color:#12229d;
    font-weight:bold;
}
/*brochure submit*/
#brochure_submit_id{
    width:180px;
    margin-left:11px;
    font-weight:400;
    border-radius:3px;
}
@media screen and (max-width:450px){
    .onRequist-submit{
        margin-left:50px;
        }
    
    #brochure_submit_id{
        margin-left:35px;
    }
}

/*whats aappp ##################*/
.whats{
    width:90px;
    height:90px;
    position:fixed;
    top:90px;
    right:-10px;
    border-radius:50%;
    transition: transform .2s ease;
}
.whats:hover{
    transform:scale(1.1);
}
.whats>a>img{
    width:90%;
    height:90%;
    border-radius:20%;
}
@media screen and (max-width:450px){
    .whats{
    width:70px;
    height:70px;
    top:200px;
        
    }
    
}

.popup{
    background-color: #2f3c7e;
    width: 320px;
    padding: 20px 5px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
    z-index:999;
}
.btnc{
    position: absolute;
    top:-15px;
    left:10px;
    /*margin:  0 0 20px auto;*/
    background-color: transparent;
    font-size: 50px;
    color: #c9e265;
		/*background: #03549a;*/
		/*border-radius: 100%;*/
		/*width: 40px;*/
		/*height: 20px;*/
		font-weight:900;
    border: none;
    outline: none;
    cursor: pointer;
}
.imgpop {
    width: 180px;
    height: auto;
    margin-left: 7px;
    /* margin-right: 30px; */
    /* display: none; */
    /* border: 2px solid red; */
}
.pp{
	color:#ffffff;
	font-weight:700;
	margin:0px;
}
.onRequist1{
    width:95%;
    height:40px;
    margin:10px 0px;
}
.onRequist-submit1{
    width:90%;
    height:40px;
    margin:10px 0px;
    margin-top:20px;
    background-color:#c9e265;
    color: #2f3c7e;
    border:none;
    font-size:22px;
    font-weight:700;
    border-radius:5px;
}
.popupcopy{
    background-color: #2f3c7e;
    width: 320px;
    padding: 20px 5px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    visibility: hidden;
    text-align: center;
    z-index:999;
}



