* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "DINPro";
    src: url(./fonts/DINPro/DINPro1.ttf) format("truetype");
}

a{
    text-decoration: none;
}

.topnav {
  background-color: #ffffff;
  overflow: hidden;
  padding: 10px 0;
  vertical-align: middle;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  display: block;
  color: #010101;
  text-align: center;
  padding: 25px 20px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.nav{
    border:0.5px solid #e7e7e7;
    background-color: #ffffff !important;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 5px 5px #C8C8C8;
    vertical-align: middle;
}

.nav-men{
    background-color: #fff;
    width: 100%;
    padding: 0px 50px;
    /*border-radius: 20px;*/
    box-shadow: 5px 5px  10px #C8C8C8;
}


.award-winner {
    width: 200px;
    position: absolute;
    padding-top:20px;
}

.icon-bg{
    background-color: #2287C2;
    padding: 20px 10px;
    border-radius: 50%;
}

.mar-lr-70{
    margin: 0px 70px !important;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.social-icons {
  display: inline-block;
  float: none;
  clear: none;
}

.social-icons img {
  width:25px;
}

hr {
    background-color: #000;
}

.pb-7{padding-bottom: 5rem;}
/* new added class */

.inter-rupee {
    font-family: 'Inter', sans-serif !important;
}

.contact-buttons {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 1;
   
}

.contact-buttons-new {
    position: fixed;
    bottom: 50%;
    right: 0%;
    z-index: 1;
}
.contact-buttons-new-2 {
    position: fixed;
    bottom: 38%;
    right: 0%;
    z-index: 1;
}

.fixed-buttons {
    border-radius: 10px;
    padding: 10px;
    background-color: #812B27;
    border: 1px solid #812B27;
    width: 10px;
    height: 10px;
}

.fixed-buttons-new {
    padding: 10px;
    background-color: #812B27;
    border: 1px solid #812B27;
    margin:0px 10px;
    color:#fff;
    border-radius: 10px;
    float: right;
    transform: rotate(-90deg) translateX(30%);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  transform-origin: 70% 0;
}

.fixed-buttons-new:hover{
    color:#fff;
}

:root {
    --color-white: #FFFFFF;
    --color-offwhite: #F1E3C8;
    --color-dark-beige: #776C58;
}

/*
.interior-imgs {
    position: relative;
    z-index: 1;
}
*/

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .container-xxl {
        width: 90%; 
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        
    }
}

@media (min-width: 1920px) and (max-width: 7680px) {
    .container-xxl {
        width: 90%; 
        max-width: none; 
        margin-left: auto;
        margin-right: auto;

    }
}

/* landing page css */


.main-banner-2 {
    background-image:linear-gradient(to bottom, #0000001c, #0000001c), url('./images/17.png');
    background-size: cover;
    
    background-position: center;

    height: 60vh; 
    width: 100%;
}

.mban2 {
    background-image:url('./images/17.png');
    background-size: cover;
    
    background-position: center;

    height: 60vh; 
    width: 100%;
}

.main-banner-3 {
    background-image:linear-gradient(to bottom, #0000001c, #0000001c), url('./images/deck.jpg');
    background-size: cover;
    
    background-position: center;

    height: 60vh; 
    width: 100%;
}

.main-banner-4 {
    background-image:linear-gradient(to bottom, #0000001c, #0000001c), url('./images/roof-top.jpg');
    background-size: cover;
    
    background-position: center;

    height: 60vh; 
    width: 100%;
}

.main-banner-5 {
    background-image:linear-gradient(to bottom, #0000001c, #0000001c), url('./images/location-map.png');
    background-size: cover;
    
    background-position: center;

    height: 60vh; 
    width: 100%;
}

.pad-in {
    padding: 40px 80px 10px 80px !important;
}

.sec-head-small{
    font-family: 'Droid Serif';
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 2px;
    font-weight: 300 !important;
    color: #224149 !important;
}

.sec-sub-head-small{
    font-family: 'Droid Serif';
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    font-weight: 300 !important;
    color: #224149 !important;
}

.sec-sub-head-big{
    font-family: 'Droid Serif';
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 300 !important;
    color: #224149 !important;
}

.cent-block{
    text-align: center !important;
}

.full-img{
    width: 100% !important;
}

.sec-head{
    font-family: 'Droid Serif';
    font-size: 50px;
    line-height: 58.33px;
    letter-spacing: 2px;
    font-weight: 500 !important;
    color: #000 !important;
}

.sec-subhead{
    font-size: 25px;
    line-height: 28.82px;
    letter-spacing: 1px;
    font-weight: 300 !important;
    color: #353535 !important;
}

.sec-subhead-loc{
    font-size: 25.05px;
    line-height: 42.4px;
    letter-spacing: 1px;
    font-weight: 300 !important;
    color: #353535 !important;
}

.sec-content{
    font-family: 'Montserrat' sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    color: #4B4B4B !important;
}

.sec-content-2{
    font-family: 'Montserrat' sans-serif !important;
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    color: #353535 !important;
}

.sec-content-3{
    font-family: 'Montserrat' sans-serif !important;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    color: #353535 !important;
    letter-spacing: 2px;
    font-weight: 500;
}


.sec-button{
    padding: 15px 50px !important;
    background-color: #224149;
    border: 1px solid #224149;
    color:#fff !important;
    border-radius: 10px;
    font-size: 25.5px;
    line-height: 42.4px;
}

.get-border{
    border:0.5px solid #e7e7e7;
    box-shadow: 5px 5px  10px #C8C8C8;
    padding:40px 20px;
    border-radius: 20px;
    background-color: #ffffff;
}

.test-card{
    font-family: 'Montserrat' sans-serif !important;
    background-color: #224149;
    color:#fff;
    font-size:18px;
    padding:50px;
}
.test-name{
    padding-top: 16px;
}
.test-com{
    padding-top: 10px;
    font-size:14px;
}

.round-border-image {
    /*border:0.5px solid #e7e7e7;*/
    /*box-shadow: 5px 5px  10px #C8C8C8;*/
    border-radius: 20px;
    background-color: #ffffff;
}

.get-sec2-padding{
    padding: 70px 150px 70px 40px;
}

.sec2-image-border{
    border:0px solid #e7e7e7;
    
    margin:20px 0px 20px -30%;
}

.center-force{
    text-align: center !important;
}

.sec3-content{
    font-size: 17.28px;
    line-height: 28.82px;
    margin :-10px 40px 0px 40px;
    border:0.5px solid #e7e7e7;
    box-shadow: 5px 5px  10px #C8C8C8;
    border-radius: 0px 0px 20px 20px;
    padding: 30px 20px;
}

.sec3-border{
    padding :0px 20px;
    border:0.5px solid #e7e7e7;
    box-shadow: 5px 5px  10px #ADABA7;
    border-radius: 20px;
}


.sec4-subhead{
    font-size: 33.23px;
    line-height:82.75px;
}

.sec4-content{
    font-size: 24.23px;
    line-height:30.41px;
}

.icon-bg img{
    width:35px;
}

.sec-icon-subhead{
    font-size: 21.89px;
    line-height: 23.71px;
}

.get-touch-address{
    font-size: 15.29px;
}

.carousel-control.left{
    background-image: none !important;
}

.carousel-control.right{
    background-image: none !important;
}

.carousel-control .glyphicon-chevron-left {
    background-color: #224149;
    border-radius:50%;
}

.carousel-control .glyphicon-chevron-right {
    background-color: #224149;
    border-radius:50%;
}

.carousel-inner {
    display: flex;
}
.carousel-item {
    flex: 1 0 auto;
    margin-right: 15px;
}
.carousel-control-prev,
.carousel-control-next {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon{
    background-color: #224149;
    border-radius:50%;
    height:30px;
    width:32px;
}

.carousel-indicators {
    position: static;
    margin-top: 20px;
}
.carousel-indicators li {
    background-color: #000;
}

.icons-content {
    align-items: center;
}

.icon-text {
    padding-left: 25px;
    font-family: 'MontSerrat';
    font-weight: 500;
    font-size: 20px;    
}

.icon-text2 {
    padding-left: 25px;
    font-family: 'MontSerrat';
    font-weight: 500;
    font-size: 24px;    
}

.icon-text p {
    line-height: 20px;
    font-weight: 600;
}

.icon-heading {
    font-weight: 600;
    font-size: 24px;
    font-family: 'MontSerrat';
    margin-top: 10px; /* recently added code */
}

.icon-heading-first {
    font-weight: 600;
    font-size: 24px;
    font-family: 'MontSerrat';
    margin-top: 50px;
}

.below-banner-inner {
    display: flex !important;
    flex-wrap: nowrap; /* recently added code */
    justify-content: space-between;
}

.pic-3-inner {
    display: flex !important;
    flex-wrap: nowrap; /* recently added code */
    justify-content: space-between;
}

.pic-3-inner img{
    border-radius: 20px;
}

.pic-2-inner {
    display: flex !important;
    flex-wrap: nowrap; /* recently added code */
    justify-content: space-between;
}

.pic-1-inner {
    display: flex !important;
    flex-wrap: nowrap; /* recently added code */
    justify-content: space-between;
}

.disclaimer-banner {
    font-family: 'Montserrat';
    font-style: italic;
    font-size: 16px;
    color: white;
    position: absolute;
    left: 5%;
    bottom: 1%
}


/* .icons2 img {
    width: 100px
}

.icons3 img {
    width: 70px
}

.icons4 img {
    width: 40px
} */


.heading {
    font-family: 'Droid Serif';
    font-size: 72px;
    position: relative;
    font-weight: 600;
    z-index: 99;
}

.text {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
}

.welcome-section {
    background-color: var(--color-offwhite);
    margin-top: 110px !important;
    position: relative !important;
}

.pic-1 {
    padding-bottom: 50px;
}

.pic-2 {
    background-color: var(--color-offwhite);
    position: relative;
    z-index: -111;
    padding-bottom: 100px;
    padding-top: 50px; /* recently added code */
    margin-top: 100px; /* recently added code */
}

.amenities {
    background-color: var(--color-offwhite);
    padding-bottom: 50px;
    position: relative;
}

.amenities-text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.amenities-imgs {
  height: 250px;
}

.amenities-imgs:hover {
    transform: scale(1.2);
}

.amenities-text {
    margin-top: 1rem;
}

.gallery {
    /* display: flex;
        flex-wrap: wrap;
        justify-content: space-around; */
    padding: 10px 5.5%;
    position: relative;
}

.gallery img {
       width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.5s, margin 0.5s;
    cursor: pointer;
}

.gallery-left:hover {
    transform: scale(2.5) translateY(28%) translateX(29%);
    margin-bottom: inherit;
    z-index: 9999;
    width: 456px;
    background-color: var(--color-offwhite);
    padding: 0;
    transition: 800ms;
}

/*   .gallery:hover h6{font-size: 47px; margin-top: 49px; white-space: nowrap;} / */
.gallery-right:hover {
    transform: scale(2.5) translateY(28%) translateX(-29%) !important;
    margin-bottom: inherit;
    z-index: 9999;
    width: 456px;
    background-color: var(--color-offwhite);
    padding: 0;
    transition: 800ms;
}

.gallery-right-up:hover {
    transform: scale(2.5) translateY(-14%) translateX(-19%) !important;
    margin-bottom: inherit;
    z-index: 9999;
    width: 456px;
    background-color: var(--color-offwhite);
    padding: 0;
    transition: 800ms;
}

.gallery-left-up:hover {
    transform: scale(2.5) translateY(-16%) translateX(27%) !important;
    margin-bottom: inherit;
    z-index: 9999;
    width: 456px;
    background-color: var(--color-offwhite);
    padding: 0;
    transition: 800ms;
}


.roadmap {
    border: 7px solid var(--color-offwhite)
}



.disclaimer {
    font-family: 'Montserrat';
    font-style: italic;
    font-size: 16px;
    color: white;
    position: absolute;
    left: 4%;
    margin-top: -42px;
    z-index: 1;
}

/*.show-in-map {
    padding: 10px 20px;
    background-color: var(--color-offwhite);
    border: 1px solid var(--color-offwhite);
    letter-spacing: 0px;
    border-radius: 30px;
    color: var(--color-dark-beige);
    font-size: 22px;
    font-family: 'Montserrat';
    right: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    left: 70%;
    bottom: 180px;
}
*/
.list-heading {
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 600;
}

.list li {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
}   

ul {
    list-style: none;
    padding-left: 0 !important;
}
 .bullet {
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 7px;
 }

.floor-plan {
    background-color: var(--color-offwhite);
}

.floor-plan-img {
    padding: 100px;
    filter: blur(5px);
}
.floor-plan-img:hover {
    transform: scale(1.2);
}
.walk-through-btn {
    padding: 10px 70px;
    background-color: var(--color-offwhite);
    border: 2px solid #776C58;
    letter-spacing: 0px;
    border-radius: 40px;
    color: var(--color-dark-beige);
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.footer {
    background-color: #224149;
    background-size: cover;
    border-top: 1px solid #e7e7e7;
    border-radius: 20px 20px 20px 20px;
    padding: 50px;
}


.footer-lower {
    border-bottom: 3px solid var(--color-offwhite);
}

.footer-heading {
    font-family: 'Montserrat';
    font-size: 52px;
    font-weight: 500;
    color: white
}

.text-below-footer-heading {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 0px;
    color: white;
    font-weight: 400;
}

.book-apt-btn {
    padding: 10px 70px;
    background-color: #a2916b;
    border: 1px solid #F0DBAC;
    letter-spacing: 0px;
    border-radius: 40px;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 15px;

}

.qr-section {
    position: absolute;
    bottom: 0%;
}

.qr {
    height: 98px !important;
    width: 98px !important;
}

.text-below-qr {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 9px;
    color: var(--color-white);
    margin-top: 10px;
    margin-bottom: 0px;
}

.text-below-qr-2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 8px;
    color: var(--color-white);
}

.footer-text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-align: left !important;
}

.design-1 {
    position: absolute;
    right: 0px;
    overflow: hidden;
    margin-top: -245px;;
    width: 163px 
}
.design-2 {
   width: 850px;
    position: absolute;
    left: -620px;
    overflow: hidden;
    margin-top: -360px;
    z-index: -1;

}

.design-3 {
    width: 500px;
    position: absolute;
    right: 0px;
    transform: scaleY(-1);
    margin-top: -1033px !important;
    z-index: -1;
}


/* .design-4 {
   width: 870px;
    position: absolute;
    left: -613px;
    overflow: hidden;
    margin-top: -302px;
} */

.design-4 {
    width: 59%;
    position: absolute;
    left: -36%;
    top: -13.7%;
}


.icons-content-responsive {
    display: none !important;
}

.within-5 {
    padding-left: 6rem;
}

.within-15 {
    padding-left: 8rem;
}

.within-30 {
    padding-left: 8rem;
}

 .comm-head{
    text-align: center;
    color:#224149;
}

@media (max-width: 500px) and (min-width: 200px) {
    .award-winner {
        width: 60px;
    }

    .below-banner-inner {
        display: none !important;
    }

    .pic-1-inner {
        display: none !important;
    }

    .pic-2-inner {
        display: none !important;
    }

    .pic-3-inner {
        display: none !important;
    }

    .icon-text {
        padding-left: 0px !important;
    }

    .icons-content-responsive {
        display: inline-block !important;
    }

    .amenities-imgs {
        height: 250px
    }
    

    .show-in-map {
        padding: 5px 10px;
        background-color: var(--color-offwhite);
        border: 1px solid var(--color-offwhite);
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-dark-beige);
        font-size: 8px;
        font-family: 'Montserrat';
        right: 100px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        position: static;
        margin-top: 20px 
       
    }

    .logo {
        width: 100px;
    }

    .enquire {
        top: 10px;
        position: absolute;
        padding: 5px 10px;
        background-color: transparent;
        border: 3px solid #F1E3C8;
        letter-spacing: 0px;
        border-radius: 30px;
        color: white;
        font-size: 10px;
        right: 15px !important;
    }

    .icons {
        text-align: center;
        
    }

    .icons-content {
        column-gap: 15px;
        width: 100% !important
    }

    .icon-img {
        width: 70px;
        height: 70px;
    }

    .icons-content {
        margin-top: 20px !important
    }

    .divider {
        display: none !important;
    }

    .icons2 img {
        width: 70px
    }
    
    .icons3 img {
        width: 40px
    }
    
    .icons4 img {
        width: 35px
    }

    .heading {
        font-size: 50px;
    }

    .pic-3 {
        margin-top: -40px !important;
    }

    .floor-plan-img {
        padding: 20px;
        height: 300px;
    }

    .book-apt-btn {
        font-size: 15px;
    }

    .design-1 {
        display: none;
    }
    
    .design-2 {
       display: none;
    }
    
    .design-3 {
        display: none;
    }

    .design-4 {
        display: none;
    }

    .qr-section {
        margin-top: 5%;
        text-align: center;
        position: relative;
    }

    .footer-text {
        text-align: center;
    }

    
}

@media (max-width: 1300px) {
    .enquire {
        right: 50px;
    }
}

@media (max-width: 900px) {
    .enquire {
        right: 30px;
    }

    .design-1 {
        display: none;
    }
    
    .design-2 {
       display: none;
    }
    
    .design-3 {
        display: none;
    }

    .design-4 {
        display: none;
    }
}
.img-responsive
{
    width:100%;
    height:auto;
    position: relative;
    z-index: -1;
}
.btn-primarys {
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
  
    color: #fff;
    text-transform: capitalize;
    padding: 4px 7px 5px 9px;
    transition: 0.3s;
}
.btn-primarys:hover {
       background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
  
    color: #fff;
}

.modal-body
{
    padding:0px !important;
}

/*new form*/
.new-form .ban-reg.offer_ban_reg, .new-form  .ban-reg{
    width: 100% !important;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
.form-left{
    padding-top: 20px;
}
.form-left h3{
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color:  #101010;
        font-family: 'Montserrat';
    font-weight: 700;
}
.form-icon{
    margin-bottom: 20px;
}
.form-icon img{
    width: 45px;
}
.form-icon p{
    font-size: 16px;
    color:  #000;
    padding: 0;
    margin-top: 5px;
        font-family: 'Montserrat';
}
.new-form .modal-header h4{
    display: none;
}
.new-form .close{
    color: #000 !important;
    opacity: 1;
}
.new-form .close i{
    font-size: 18px;
}
.new-form .modal-header{
    border-bottom: 0;
}
.new-form .ban-reg form{
    padding: 0;
}
.modal-cont{
    padding: 0 50px;
}
.new-form .event-rgis{
    text-align: center;
}
.new-form .btn.btn-eve-regi {
    height: 40px;
    width: 80%;
}
.new-form .ban-reg .modal-header button{
    right: 10px;
    top: 10px
}
@media screen and (max-width: 767px){
    .form-icon img{
        width: 30px;
    }
    .form-icon p{
        font-size: 14px;
    }
    .form-left h3{
        font-size: 18px;
    }
    .new-form .close i{
        font-size: 15px;
    }
    .form-left {
        padding-top: 0px;
    }
    .new-form .btn.btn-eve-regi {
        height: 35px;
    }
    .modal-dialog {
        margin: 10px !important;
    }
}
@media screen and (max-width: 480px){
    .form-icon p{
        font-size: 12px;
    }
    .modal-cont{
        padding: 0 15px;
    }
}
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.phone-no.text-center.new-change, section.contact-section {
    background: #9c7f2d;
}
.new-form .btn.btn-eve-regi {
    height: 40px;
    width: 80%;
}
.btn.btn-eve-regi {
    border-radius: 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    height: 50px;
    margin: 2px 0;
    width: 100%;
}
.btn-orage{
    background: #9c7f2d;
}
.landg-forms .ban-reg {
    position: relative;
    top: auto;
    margin: 0 auto;
    width: 400px;
}
.cust-inp .form-control {
    border-color: #cacacb;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    color: #000;
}
.text-center {
    text-align: center;
}
.new-form .ban-reg .modal-header button {
    right: 10px;
    top: 10px;
}
.ban-reg .modal-header button {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 7px;
    font-size: 15px;
}
.new-form .close {
    color: #000 !important;
    opacity: 1;
}

@media (min-width: 767px) {
    .modal-dialog {
max-width: 850px !important;
        margin: 30px auto
    }
    

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}
.landg-forms .ban-reg {
    position: relative;
    top: auto;
    margin: 0 auto;
    width: 400px;
}
.new-td-left {
    width: 50%;
    border-right: 2px solid #fff;
    padding:10px;
}
.new-td-right, .wt-50 {
    width: 50%;
}
table.new-table{
    width:100% !important;
}
.form-group {
    margin-bottom: 35px;
}
@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}
@media screen and (max-width: 480px)
{
.modal-cont {
    padding: 0 15px;
}
}
.btn-primary-modal
{
    display: block;
    margin: 20px auto;
    width: 75% !important;
    font-size: 14px !important;
    background: #9c7f2d;
    border: 2px solid #9c7f2d;
    color: #fff;
    text-transform: capitalize;
    /* padding: 4px 7px 5px 9px; */
    transition: 0.3s;
        font-family: 'Montserrat';
}
.btn-primary-modal:hover {
    background: 0 0;
    color: #9d802e;
    border: 2px solid #9d802e;
}
.btn-primary-modal:focus {
    outline: 0;
    box-shadow: none;
}
.modal-class{
    background:none !important;
}
.form-controls{
height: 60px;
    background: #f1f1f1;
    /* border-color: #cacacb; */
    border-radius: 8px;
    /* border-style: solid; */
    border-width: 0 0 1px;
    /* box-shadow: none; */
    color: #4c4c4c;
    padding: 10px;
    font-weight: 300;
    font-family: 'Montserrat';
    width: 100%;
}
.modal-logo
{
    width: 200px;
    height: auto;
    margin: 1.5rem auto;
}
span{
        font-family: 'Montserrat' sans-serif !important;
}

.ame-content{
    font-family: 'Montserrat' sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px !important;
}

/*new form end*/

/*new form start*/
.modal-content {
   
   
    background-color: #fff !important;
   
}
.modal-header
{
    border:none!important;
    
}
.close
{
    color:#000;
}
h1.get{
color:#000;

}
::placeholder {
  color: #4c4c4c;
  opacity: 1; /* Firefox */
margin-left:20px;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
label{
    color:#fff;
    font-size:12px;
    font-family: 'Montserrat';
}
.country
{
    padding-left: 0px;
    padding-right: 0px;
}
.countrys
{
    padding-left: 10px;
    padding-right: 0px;
}

/*  hover gallery effect */
 /*  .amenities-text {
    margin-top: 1rem;
}
    .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 10px;
    }

    .gallery img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.5s, margin 0.5s;
        cursor: pointer;
    }

    .gallery img:hover {
        transform: scale(2.5) translateY(30%) translateX(25%);
        margin-bottom: inherit;
        z-index: 9999;
    } */
   /*   .gallery:hover h6{font-size: 47px; margin-top: 49px; white-space: nowrap;} / */
    /* .gallery-right img:hover{ transform: scale(2.5) translateY(30%) translateX(-25%) !important;margin-bottom: inherit;}
    .gallery-right-up img:hover{ transform: scale(2.5) translateY(-30%) translateX(-25%) !important;margin-bottom: inherit;}
    .gallery-left-up img:hover{ transform: scale(2.5) translateY(-31%) translateX(25%) !important;margin-bottom: inherit;} */

/*new form end*/

/* RB Code starts heres */



@media (min-width: 1900px) {
    .enquire {
        right: 100px; /* changed */
        top: 50px;
        position: absolute;
        padding: 10px 40px;
        background-color: transparent;
        border: 1px solid #F4D893;
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-white);
        font-size: 24px;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .logo {
        width: 280px;
        margin-top: 2rem;
    }

    .contact-buttons-responsive {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .enquire {
        right: 100px; /* changed */
        top: 50px;
        position: absolute;
        padding: 10px 40px;
        background-color: transparent;
        border: 1px solid #F4D893;
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-white);
        font-size: 24px;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .logo {
        width: 280px;
        margin-top: 2rem;
    }

    .contact-buttons-responsive {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .enquire {
        right: 100px; /* changed */
        top: 50px;
        position: absolute;
        padding: 10px 40px;
        background-color: transparent;
        border: 1px solid #F4D893;
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-white);
        font-size: 24px;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .logo {
        width: 280px;
        margin-top: 2rem;
    }

    .contact-buttons-responsive {
        display: none !important;
    }
}

/* Extra large screens, TV */
@media (min-width: 1281px) {
    .enquire {
        right: 100px; /* changed */
        top: 50px;
        position: absolute;
        padding: 10px 40px;
        background-color: transparent;
        border: 1px solid #F4D893;
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-white);
        font-size: 16px;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .logo {
        width: 220px;
        margin-top: 2rem;
    }

    .icon-heading {
        font-weight: 600;
        font-size: 16px;
        font-family: 'MontSerrat';
        margin-top: 10px; /* recently added code */
        vertical-align: top;
    }
    .icon-heading-first {
        font-weight: 600;
        font-size: 16px;
        font-family: 'MontSerrat';
        margin-top: 10px; /* recently added code */
        vertical-align: top;
    }

    .icon-text {
        padding-left: 25px;
        font-family: 'MontSerrat';
        font-weight: 500;
        font-size: 14px;    
        vertical-align: top;
    }

    .icon-text p {
        line-height: 16px;
        line-height: 20px !important;
        font-weight: 500;
        vertical-align: top;
    }

    .icons img{
        vertical-align: top !important;
        width:40px;
        height:40px;
    }

    .icons2 img{
        vertical-align: top !important;
        width:40px;
        height:40px;
    }

    .divider::after {
        content: '';
        display: inline-block;
        width: 2px; /* Adjust the width of the divider line */
        height: 30px; /* Adjust the height of the divider line */
        background-color: #776C56; /* Adjust the color of the divider line */
        margin: 0px; /* Adjust the space around the divider line */
        vertical-align: middle;
      }

    .heading {
        font-family: 'EB Garamond';
        font-size: 48px !important;
        position: relative;
        font-weight: 600;
        z-index: 99;
    }

    .text {
        font-family: 'Montserrat';
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }

    .design-1 {
        position: absolute;
        right: 0px;
        overflow: hidden;
        margin-top: -245px;
        width: 163px;
        margin-right: -90px;
    }

    .gallery img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        transition: transform 0.5s, margin 0.5s;
        cursor: pointer;
    }

    .gallery-left:hover {
        transform: scale(2.5) translateY(28%) translateX(29%);
        margin-bottom: inherit;
        z-index: 9999;
        width: 80%;
        background-color: var(--color-offwhite);
        padding: 0;
        transition: 800ms;
    }

    /*   .gallery:hover h6{font-size: 47px; margin-top: 49px; white-space: nowrap;} / */
    .gallery-right:hover {
        transform: scale(2.5) translateY(28%) translateX(-29%) !important;
        margin-bottom: inherit;
        z-index: 9999;
        width: 80%;
        background-color: var(--color-offwhite);
        padding: 0;
        transition: 800ms;
    }

    .gallery-right-up:hover {
        transform: scale(2.5) translateY(-14%) translateX(-19%) !important;
        margin-bottom: inherit;
        z-index: 9999;
        width: 80%;
        background-color: var(--color-offwhite);
        padding: 0;
        transition: 800ms;
    }

    .gallery-left-up:hover {
        transform: scale(2.5) translateY(-16%) translateX(27%) !important;
        margin-bottom: inherit;
        z-index: 9999;
        width: 80%;
        background-color: var(--color-offwhite);
        padding: 0;
        transition: 800ms;
    }

    .amenities-text {
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }

    .list-heading {
        font-family: 'Montserrat';
        font-size: 24px;
        font-weight: 600;
    }

    .list li {
        font-size: 16px !important;
        font-family: 'Montserrat';
        font-weight: 400;
    }

    .bullet {
        width: 10px;
        height: 10px;
        margin-top: 7px;
        margin-right: 7px;
     }

     .footer-heading {
        font-family: 'Montserrat';
        font-size: 40px;
        font-weight: 500;
        color: white;
    }

    .text-below-footer-heading {
        font-family: 'Montserrat';
        font-size: 14px;
        line-height: 0px;
        color: white;
        font-weight: 400;
    }

    .qr {
        height: 60px !important;
        width: 60px !important;
    }

    .contact-buttons-responsive {
        display: none !important;
    }
    

    .show-in-map {
        padding: 10px 20px;
        background-color: var(--color-offwhite);
        border: 1px solid var(--color-offwhite);
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-dark-beige);
        font-size: 18px;
        font-family: 'Montserrat';
        right: 100px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        position: relative;
        left: 70%;
        bottom: 180px;
    }

    .show-in-map:hover {
        padding: 10px 20px;
        background-color: var(--color-offwhite);
        border: 1px solid var(--color-offwhite);
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-dark-beige);
        font-size: 18px;
        font-family: 'Montserrat';
        right: 100px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        position: relative;
        left: 70%;
        bottom: 180px;
        text-decoration: none;
    }

    .interior-imgs {
        position: relative;
        z-index: 1;
    }
    
    .footer-heading {
        margin-top: 20px;
    }

}

/* Desktops, large screens */
@media (max-width: 1280px) {
    .enquire {
        right: 100px; /* changed */
        top: 50px;
        position: absolute;
        padding: 10px 40px;
        background-color: transparent;
        border: 1px solid #F4D893;
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-white);
        font-size: 16px;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .logo {
        width: 280px;
        margin-top: 2rem;
    }

    .contact-buttons-responsive {
        display: none !important;
    }
}

/* Small screens, laptops */
@media (max-width: 1024px) {
    .enquire {
        right: 100px; /* changed */
        top: 50px;
        position: absolute;
        padding: 10px 10px;
        background-color: transparent;
        border: 1px solid #F4D893;
        letter-spacing: 0px;
        border-radius: 30px;
        color: var(--color-white);
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .logo {
        width: 290px;
        margin-top: 2rem;
    }

    .contact-buttons-resposive {
        display: none !important;
    }
}

/* iPads, Tablets */
@media (max-width: 768px) {
    .enquire {
        top: 10px;
    position: absolute;
    padding: 5px 10px;
    background-color: transparent;
    border: 3px solid #F1E3C8;
    letter-spacing: 0px;
    border-radius: 30px;
    color: white;
    font-size: 10px;
    right: 15px !important;
    }

    .logo {
        width: 230px;
        margin-top: 2rem;
    }

    .contact-buttons-resposive {
        display: none !important;
    }
}

/* Mobile devices */
@media (max-width: 480px) {
    .enquire {
        top: 10px;
    position: absolute;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #F1E3C8;
    letter-spacing: 0px;
    border-radius: 30px;
    color: white;
    font-size: 10px;
    right: 15px !important;
    }

    .logo {
        width: 150px;
        margin-top: 2rem;
    }

    .icon-heading {
        font-weight: 600;
        font-size: 20px;
        font-family: 'MontSerrat';
        margin-top: 10px; /* recently added code */
        vertical-align: top;
    }
    .icon-heading-first {
        font-weight: 600;
        font-size: 16px;
        font-family: 'MontSerrat';
        margin-top: 10px; /* recently added code */
        vertical-align: top;
    }

    .icon-text {
        font-family: 'MontSerrat';
        font-weight: 500;
        font-size: 16px;    
        vertical-align: top;
    }

    .text{
        font-size: 16px;
    }

    .roof-top-responsive {
        padding-bottom: 0px !important;
    }

    .contact-buttons-responsive {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #224149;
        z-index: 999;
        /* width: 100%;
        height: 10%; */
    }

    .contact-buttons-new-2{
        display: none;
    }

    .contact-responsive {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        text-align: center;
        color: #333;
        text-decoration: none;
        cursor: pointer;
        border-right: 2px solid white;
    }

    .btn-divider {
        width: 1px;
        background-color: #ddd;
      }

    .whatsapp-btn {
        
    
    background-color: #224149;
    border: 1px solid #224149;
    }

    .whatsapp-btn span {
        font-family: 'Montserrat';
        font-size: 16px;
        color: white;
    }

    .phone-btn {
        padding: 15px;
        background-color: #a2916b;
        border: 1px solid #a2916b;
    }

    .whatsapp-btn img {
        width: 30px;
        height: 30px;
    }

    .phone-btn img {
        width: 30px;
        height: 30px;
    }

    .disclaimer {
        font-family: 'Montserrat';
        font-style: italic;
        font-size: 12px !important;
        color: white;
        position: absolute;
        left: 6%;
        bottom: 1%
    }

    .disclaimer-new {
        font-family: 'Montserrat';
        font-style: italic;
        font-size: 12px !important;
        color: white;
        position: absolute;
        left: 6%;
        top: 52vh;
    }

    .contact-buttons {
        display: none !important;
    }

    .contact-buttons-new {
        display: none !important;
    }

    .interior-imgs {
        position: relative;
        z-index: 1;
        margin: 0 -10% !important;
        min-width: 380px;
    }

    .interior-imgs-2 {
        position: relative;
        z-index: 1;
        margin: 0 -5% !important;
        min-width: 380px;
    }
    

    .footer-text {
        font-weight: 400 !important;
        font-size: 14px;
        color: #fff !important;
        margin-top: 10px;
        text-align: left !important;
    }
    
    .footer-heading {
        margin-top: 20px;
    }
	
	.main-banner {
    background-image: none;
    background-image: none;
    background-position: center;
    margin-top: 0px;
    height: auto;
    width: 100%;
    border-radius: 20px;
	}

/*
    .main-banner {
        background-image:linear-gradient(to bottom, #0000001c, #0000001c), url('./images/m1.jpg');
        background-size: cover;
        
        background-position: center;
        margin-top: 0px;
        width: 100%;
        border-radius: 20px;
    }
*/
    .get-border-mob{
        border:0.5px solid #e7e7e7;
        box-shadow: 5px 5px  10px #C8C8C8;
        border-radius: 20px;
        background-color: #ffffff;
    }

    .get-border-mob-2{
        border:0.5px solid #e7e7e7 !important;
        box-shadow: 5px 5px  10px #C8C8C8  !important;
        border-radius: 20px  !important;
        background-color: #ffffff  !important;
        padding: 20px 0  !important;
    }

    .nav-pad{
        padding: 10px 0px;
    }

    /* Style the navigation menu */
        .topnav {
          overflow: hidden;
          background-color: #333;
          position: relative;
        }

        /* Hide the links inside the navigation menu (except for logo/home) */
        .topnav #myLinks {
          display: none;
        }

        /* Style navigation menu links */
        .topnav a {
          color: white;
          padding: 14px 16px;
          text-decoration: none;
          font-size: 17px;
          display: block;
        }

        /* Style the hamburger menu */
        .topnav a.icon {
          background: black;
          display: block;
          position: absolute;
          right: 0;
          top: 0;
        }

        /* Add a grey background color on mouse-over */
        .topnav a:hover {
          background-color: #ddd;
          color: black;
        }

        /* Style the active link (or home/logo) */
        .active {
          background-color: #fff;
          color: white;
        }

        .pad-in {
            padding: 0px !important;
        }

        .mont{
            font-family: 'Montserrat' sans-serif !important;
        }

    .sec-head{
        font-family: 'Droid Serif' !important;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 2px;
        font-weight: 300 !important;
        color: #3b3b3b !important;
        text-transform: uppercase;
    }

    .sec-head-white{
        font-family: 'Droid Serif' !important;
        font-size: 28px !important;
        line-height: 36px !important;
        letter-spacing: 2px;
        font-weight: 300 !important;
        color: #fff !important;
    }

    .sec-subhead{
        font-family: 'Droid Serif';
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
        font-weight: 300 !important;
        color: #353535 !important;
    }

    .sec-subhead-loc{
        font-size: 25.05px;
        line-height: 42.4px;
        letter-spacing: 1px;
        font-weight: 300 !important;
        color: #353535 !important;
    }

    .sec-content{
        font-family: 'Montserrat';
        font-size: 17.29px;
        line-height: 28.82px;
        color: #353535 !important;
    }

    .sec-content-white{
        font-family: 'Montserrat' sans-serif !important;
        font-size: 17.29px;
        line-height: 28.82px;
        color: #fff !important;
    }


    .sec-button{
        padding: 15px 50px;
        background-color: #224149;
        border: 1px solid #224149;
        color:#fff;
        border-radius: 10px;
        font-size: 16px;
        line-height: 42.4px;
    }

    .sec2-image-border{
        border:0px solid #e7e7e7;
        
        margin:20px 0px 20px 0px;
    }

    .sec4-subhead{
        font-size: 20px;
        line-height:28px;
    }

    .sec4-content{
        font-size: 16px;
        line-height:24px;
    }

    .icon-bg img{
        width:35px;
    }

    .round-border-image {
        /*border:0.5px solid #e7e7e7;
        box-shadow: 5px 5px  10px #C8C8C8;*/
        border-radius: 20px;
        background-color: #ffffff;
    }

    .sec3-content {
        font-size: 17.28px;
        line-height: 28.82px;
        margin: -10px 20px 0px 20px;
        border: 0.5px solid #e7e7e7;
        box-shadow: 5px 5px 10px #C8C8C8;
        border-radius: 0px 0px 20px 20px;
        padding: 30px 10px;
    }

    .icon-bg {
        background-color: #2287C2;
        padding: 12px 10px;
        border-radius: 50%;
    }

    .sec-subhead-loc {
        font-size: 20px;
        line-height: 30px;
        color: #353535 !important;
    }

    .icons-content-responsive {
        width: 100% !important;
    }

}