@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@font-face {
    font-family: M-Light;
    src: url(../fonts/Montserrat-Light.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: M-Medium;
    src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: M-Thin;
    src: url(../fonts/Montserrat-Thin.ttf) format("truetype");
    font-display: swap
}

:root {
    --mainColor: #84b60b;
}

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

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    font-size: 1rem;
    scroll-behavior: smooth
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: M-Light;
    color: #000;
    overflow: hidden;
    font-size: 1rem!important
}

.dHide {
    display: none
}

.mt_20 {
    margin-top: 20px!important
}

.mt_40 {
    margin-top: 40px
}

.mt_60 {
    margin-top: 60px
}

.mb_20 {
    margin-bottom: 20px!important
}

.mb_40 {
    margin-bottom: 40px
}

.mb_60 {
    margin-bottom: 60px
}

.pt_20 {
    padding-top: 20px
}

.pt_40 {
    padding-top: 40px
}

.pt_60 {
    padding-top: 60px
}

.pb_20 {
    padding-bottom: 20px
}

.pb_40 {
    padding-bottom: 40px
}

.pb_60 {
    padding-bottom: 60px
}

.clearfix {
    clear: both
}

.uppercase {
    text-transform: uppercase
}

.leftalign {
    text-align: left
}

img {
    width: auto;
    max-width: 100%!important;
    height: auto!important
}

img {
    vertical-align: middle;
    border-style: none
}

*,*:before,*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

a {
    color: #222;
    text-decoration: none
}

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto
}
a.logo {
    width: 100px;
}
.pinkcolor {
    color: var(--mainColor)!important
}

.whitecolor {
    color: #fff!important
}

.darkcolor {
    color: #2a3139!important
}

.browncolor {
    /* background:-webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66)); */
    background: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    /* background:linear-gradient(to right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66)); */
    /* -webkit-background-clip:text; */
    /* -webkit-text-fill-color:transparent; */
    color: #0a53a0;
}

.black1 {
    background-color: #000!important
}

.black2 {
    background-color: #111!important
}

.black3 {
    background-color: #1e1e1e!important
}

.black4 {
    background-color: #3c3c3c!important
}

.black5 {
    background-color: #4d4d4d!important
}

.logo1 {
    max-width: 200px !important;
    /* margin-top: -7px; */
    transition: all .8s;
}

.logo2 {
    width: 100px;
    transition: all .8s
}

.navmenus {
    margin-right: .5rem!important;
    color: rgb(245 217 118)!important;
    font-family: M-Light;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600
}

.navbar-light .navbar-nav .nav-link {
    color: #a2e209 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--mainColor) !important;
}

.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(245 217 118)!important
}

.dropdown-item {
    font-family: M-Light!important;
    font-size: .8rem!important;
    text-transform: uppercase!important;
    font-weight: 600!important
}

.menus {
    background-color: #000!important;
    text-decoration: none;
    opacity: 1
}

.navbar-light .navbar-toggler {
    border: 0
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.margin-center {
    margin: 0 auto
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMjA0LCAxNjksIDk5LCAxKScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=);
    filter: grayscale(1);
}

.navbar-transform-wrapper {
    background-color: #000!important;
    margin: 0;
    box-shadow: 2px 1px 5px #303031;
    color: var(--mainColor)!important;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

#myCarousel .carousel-control-prev-icon,#myCarousel .carousel-control-next-icon {
    filter: invert(58%) sepia(59%) saturate(1059%) hue-rotate(7deg) brightness(111%) contrast(101%)
}

.callicon {
    width: 30px;
    margin-left: 20px;
    margin-top: -5px
}

.bandesktop {
    display: block!important
}

.banmobile {
    display: none!important
}

.DShow {
    display: block!important
}

.MShow {
    display: none!important
}

.slide_form_main1 {
    width: 330px;
    position: fixed;
    top: 22%;
    right: 0;
    z-index: 99999;
    transition: all 1s
}

.slide_form_main1_out {
    width: 340px;
    position: fixed;
    top: 22%;
    right: -310px;
    z-index: 9999;
    transition: all 1s
}

.slide_form_btn1 {
    width: 30px;
    float: left;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-right: 0;
    background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: linear-gradient(to right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66))
}

.slide_form_main1 .slide_form_btn1 .crox_frm1 {
    transform: rotate(-180deg);
    display: none;
    padding: 8px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    writing-mode: vertical-rl;
    border: 0 solid #000;
    font-size: .7rem
}

.slide_form_main1_out .slide_form_btn1 .crox_frm1 {
    display: block;
    transition: all .8s
}

.slide_form_main1 .slide_form_btn1 .enq_txt1 {
    padding: 10px;
    color: #000;
    width: 100%;
    display: block;
    transition: all .8s;
    cursor: pointer;
    font-size: 16px
}

.slide_form_main1_out .slide_form_btn1 .enq_txt1 {
    display: none;
    transition: all .8s
}

.slide_form1 {
    width: 300px;
    float: left;
    box-shadow: 0 0 9px 0 #00000059;
    padding: 25px;
    border: 1px solid #785407;
    background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: linear-gradient(to right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66))
}

.slide_form1 h3 {
    color: #000;
    font-size: 18px;
    padding: 0 0 10px;
    font-weight: 600
}

.slide_form1 .form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #3d365c;
    outline: 0;
    box-shadow: 0 0 0 1px #ead789
}

.slide_form1 .form-control:disabled,.form-control[readonly] {
    background-color: transparent;
    opacity: 1
}

.slide_form1 .form-control::placeholder {
    color: #000;
    opacity: 1!important
}

.slide_form1 :-ms-input-placeholder {
    color: #fff!important
}

.slide_form1 ::-ms-input-placeholder {
    color: #fff!important
}

.btn1 {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: .8rem;
    font-family: m-medium
}

.btnmobile {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    padding: 7px 30px;
    border-radius: 5px;
    font-size: 1rem;
    width: 180px;
    font-family: m-medium;
    text-transform: uppercase
}

.heading {
    text-transform: uppercase;
    font-size: 1.7rem;
    font-family: m-light;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px
}

.heading2 {
    color: var(--mainColor);
    text-transform: uppercase;
    font-size: 2.7rem;
    font-family: m-medium;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center
}

.aboutproject {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px
}

.abouttopLine {
    border: 12px solid #1e1e1e;
    height: 100px;
    border-bottom: 0;
    width: 280px;
    margin: 0 auto 30px
}

.aboutbottomLine {
    border: 12px solid #1e1e1e;
    height: 100px;
    border-top: 0;
    width: 280px;
    margin: 30px auto 0
}

.aboutproject .container p {
    font-size: .9rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: m-light
}

.colaboutBox {
    margin-left: 0
}

.colaboutBox h4 {
    font-size: 1rem;
    font-weight: 400
}

.colaboutBox h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px!important
}

.colaboutBox span {
    font-size: 14px
}

.aboutbox {
    position: relative;
    margin-top: 25px;
}

.aboutsliderbox .custom-nav {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 9999
}

.aboutsliderbox .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0
}

.aboutsliderbox .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    cursor: pointer;
    border: 0 solid #fff;
    font-size: 18px;
}

.aboutsliderbox .owl-theme .custom-nav .owl-prev {width: 40px;height: 40px;position: absolute;top: 50%;left: 0;display: block !important;border: 0px solid black;background: var(--mainColor);border-radius: 100%;-webkit-box-shadow: 0px 1px 5px #676767;box-shadow: 0px 1px 5px #676767;transform: translate(0, -50%);}

.aboutsliderbox .owl-theme .custom-nav .owl-next {width: 40px;height: 40px;position: absolute;top: 50%;right: 0;display: block !important;border: 0px solid black;background: var(--mainColor);border-radius: 100%;-webkit-box-shadow: 0px 1px 5px #676767;box-shadow: 0px 1px 5px #676767;transform: translate(0, -50%);}

.aboutbox .owl-carousel .owl-item img {
    width: 100px;
    margin: 10px auto;
    filter: grayscale(1);
}

.about-slider {
    width: 81.7%!important;
    margin: 2% auto 0
}

#highlights .container h2 {
    margin: 0 auto;
    text-align: center
}

#highlights .container p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    width: 70%;
    margin: 0 auto 30px;
    text-align: center
}

.highlightsbullet {
    top: 102%
}

.carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #404040;
    margin: 5px
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #404040
}

#section2 {
    margin-top: 0
}

.sectioncontent {
    margin-top: 0%;
    padding: 37px 10px 20px 30px
}

.rightsection {
    padding-left: 0;
    padding-right: 0;
    max-width: 49%;
    background-color: #f0f0f0
}

.text-left {
    text-align: left!important
}

#section2 p {
    width: 95%!important;
    margin: 0 auto 10px!important
}

.amenities {
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px
}

.amenitiesContent {
    display: flex
}

.amenitiesimage {
    flex: 1;
    text-align: center
}

.amenities .container .amenitiessection {
    padding: 20px;
    flex: 2
}

.amenitiesContainer {
    margin-top: 20px
}

.amenitiesbox a {
    color: #000;
    text-decoration: none
}

.amenitiesContainer .amenitiesbox img {
    width: 100%;
    border-radius: 10px
}

.amenitiesContainer .amenitiesbox span {
    display: block;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    color: #fff
}

.amenities .container .amenitiessection h2,.amenities .container .amenitiessection h3 {
}

.connectivity {
    background-color: #f2f6f7;
    position: relative
}

.connectivityimg {
    text-align: center;
    position: relative
}

#custom-nav3 {
    display: none
}

.connectivitydesc {
    position: absolute;
    top: 5%;
    font-size: 10px;
    text-align: left;
    width: 28%;
    margin: 0 auto;
    right: 100px;
    padding: 10px;
    color: #fff
}

.connectivitydesc:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 1px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff
}

.connectivitydesc:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff
}

.colConnectivityBox h3 {
    font-size: 20px;
    text-align: center;
    min-height: 18px;
    text-transform: uppercase;
    font-family: M-Medium;
    color: #fff
}

.colConnectivityBox span {
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    font-family: M-Medium;
    display: block;
    color: #fff
}

.connectivitybox .owl-carousel .owl-item img {
    width: 100px;
    margin: 10px auto;
    filter: grayscale(1);
}

.connectivity-slider {
    width: 81.7%!important;
    margin: 5% auto 0
}

.sliderbox .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 9999
}

.colConnectivityBox {
}

.sliderbox {
    display: block;
    position: relative
}

.sliderbox .owl-theme .custom-nav .owl-next {
    float: right;
    margin-right: 20px!important
}

.sliderbox .owl-theme .custom-nav .owl-prev {
    float: left;
    margin-left: 20px!important
}

.sliderbox .owl-theme .owl-nav {
    margin-top: 0
}

.sliderbox .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    background: unset!important;
    cursor: pointer;
    border: 0 solid #fff
}

.sliderbox .owl-theme .owl-nav:hover {
    background: unset!important;
    color: none;
    text-decoration: none
}

.gallery {
    position: relative
}

.gallery .container h2 {
    text-align: center
}

.gallerySlider .item img {
    width: auto!important;
    margin: 0 auto
}

.gallerySlider .item .title {
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: m-medium;
    font-size: .8rem;
    display: block
}

.gallery .custom-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99
}

.gallery .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    /* background: no-repeat; */
    border: 0
}

.gallery .owl-theme .custom-nav .owl-prev {
    float: left;
    margin-left: 30px
}

.gallery .owl-theme .custom-nav .owl-next {
    float: right;
    margin-right: 30px
}

.zoom {
    padding: 0;
    transition: transform .4s;
    overflow: hidden
}

.zoom:hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1.05);
    overflow: hidden
}

.siteplan {
    background-color: #0b3752
}

.siteplan .container h2 {
    text-align: center
}

.siteplan img:hover {
    opacity: 1
}

.sitemaplink:hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 1;
    bottom: 0;
    right: 0;
    text-align: center;
    color: inherit;
    transform: translate(-50%,-50%);
    color: #fff;
    transition: all 1s
}

.sitemaplink i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: inherit;
    transform: translate(-50%,-50%);
    padding: 10px;
    background-color: #0d354f;
    overflow: hidden;
    width: 70px;
    height: 70px
}

#contactform {
    padding: 15px 15px 0;
    background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: linear-gradient(to right,var(--mainColor),#719b0c,#405b00);
}

.contactform-transform-wrapper {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 350px;
}

#contactform .container h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    font-family: m-medium;
    padding-bottom: 15px;
    margin-bottom: auto;
    text-transform: uppercase;
}

.form_bottom {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0 0 25px;
}

.enquiryform {
    width: 1300px;
    max-width: 96%;
    margin: 0 auto
}

.form_bottom h3 {
    display: none
}

.form_bottom input,select {
    color: #fff !important;
}

.form_bottom .form-group {
    width: 100%;
    float: left;
}

.form_bottom .form-group2 {
    width: 100%;
    float: left;
    margin: .5%
}

.form_bottom .btn_valid {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    padding: 4px!important;
    width: 100%!important;
    cursor: pointer!important;
    height: 34px!important;
    font-size: .85rem;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: m-medium
}

.form_bottom .btn_valid:focus,.form_bottom .btn_valid:hover,.form_bottom .btn_valid:visited {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    transition: all .2s;
    border-radius: 5px
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #3d365c;
    outline: 0;
    box-shadow: 0 0 0 1px #ead789
}

.form-control:disabled,.form-control[readonly] {
    background-color: transparent;
    opacity: 1
}

.form-control::placeholder {
    color: #000;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: #000!important
}

::-ms-input-placeholder {
    color: #000!important
}

.unitplan {
    position: relative
}

.unitplan .container h2 {
    text-align: center
}

.unitplanSlider .item .unitplanimage {
    border: 1px solid #d8ac43
}

.unitplan .container .unitplanSlider .item p {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px auto;
    width: 260px;
    padding: 10px 20px;
    color: #fff;
    font-family: m-light;
    background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: linear-gradient(to right,var(--mainColor),#719b0c,#405b00);
    cursor: pointer
}

.unitplan .custom-nav2 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 9999
}

.unitplanSlider .item .unitplanimage {
    border: 1px solid #000;
    padding: 5px;
    position: relative
}

.unitplanimage img {
    filter: blur(5px)
}

.overlay {
    position: absolute;
    bottom: 101%;
    left: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 1s ease;
    color: #fff;
    padding: 80px 25px;
    text-align: center;
    font-family: m-medium;
    font-size: 1.4rem
}

.unitplanimage:hover .overlay {
    bottom: 0;
    height: 100%
}

.overlay button {
    background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: linear-gradient(to right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    border: 1px solid #111;
    color: #000;
    padding: 7px 35px;
    border-radius: 5px;
    font-size: 1rem;
    font-family: m-medium;
    text-transform: uppercase;
    margin: 40px auto 0;
    display: block
}

.overlayactive {
    bottom: 0;
    height: 100%
}

.unitplan .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    background: unset!important;
    cursor: pointer;
    border: 0 solid #fff
}

.unitplan .owl-theme .custom-nav2 .owl-prev {
    float: left;
    margin-left: 40px!important
}

.unitplan .owl-theme .custom-nav2 .owl-next {
    float: right;
    margin-right: 40px!important
}

.contactbox {
    display: flex
}

.map_inside {
    flex: 2
}

.map_inside iframe {
    width: 100%;
    height: 100%
}

.contactus {
    display: block;
    width: 500px;
    padding: 50px;
    flex: 1
}

.contactus p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff
}

.contactHeader {
    padding: 15px;
    background-image: linear-gradient(var(--mainColor),var(--mainColor)),linear-gradient(var(--mainColor),var(--mainColor)),linear-gradient(var(--mainColor),var(--mainColor)),linear-gradient(var(--mainColor),var(--mainColor)),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    background-size: 1px 50%,10% 1px,1px 50%,25% 1px,calc(100% - 8px) calc(100% - 8px);
    background-position: left bottom,left bottom,left top,left top,1px 1px;
    margin-bottom: 10px
}

.contactus .container h2 {
    text-align: left;
    margin-bottom: 5px
}

.footerContact .form-group {
    width: 98%;
    float: left;
    margin: .8%;
    margin-right: 0
}

.footerContact .form-group2 {
    width: 12%;
    float: left;
    margin: .5%
}

.footerContact .user-box {
    position: relative
}

.footerContact .user-box input,.footerContact .user-box select {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: 0 0!important;
}

.footerContact .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s
}

.footerContact .user-box input:focus~label,.footerContact .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #fff;
    font-size: 15px
}

.footerContact .btn_valid {
    background-color: #000;
    border: 1px solid var(--mainColor);
    color: #fff;
    padding: 15px!important;
    width: 170px!important;
    cursor: pointer!important;
    font-size: .85rem;
    text-transform: uppercase;
    font-family: m-medium
}

.footerContact .btn_valid:focus,.footerContact .btn_valid:hover,.footerContact .btn_valid:visited {
    background-color: #000;
    border: 1px solid var(--mainColor);
    color: #fff
}

.smartlinks {
    background-color: #3e454d;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
    font-size: .8rem;
    position: relative
}

.flink {
    display: grid;
    grid-template-columns: 1fr 1fr;
    float: left
}

.flink a {
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    font-weight: 400
}

.flink a:last-child {
    border: none
}

.flink a:first-child {
    padding-left: 0!important
}

.slinks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    color: #fff;
    width: 200px;
    float: right;
    right: 0;
    text-align: right
}

.slinks a {
    color: var(--mainColor);
    text-decoration: none
}

.slinks a:hover {
    color: #fff;
    text-decoration: none
}

.mobileno a,.mobileno a:hover {
    color: #000;
    text-decoration: none
}

.mobileno {
    float: right;
    padding: 10px 15px;
    font-size: 1rem;
    font-family: m-medium;
    margin-top: -33px;
    background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: linear-gradient(to right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66))
}

.whatsapp {
    position: fixed;
    bottom: 57px;
    right: 10px
}

.whatsapp a {
    height: auto;
    padding: 0;
    width: 100%;
    display: block
}

.whatsapp i {
    color: #059039
}

.form_strip {
    display: none
}

.form-mobile {
    display: none
}

.close_frm2 {
    display: none
}

.terms {
    font-size: 12px!important;
    margin: 0
}

.virtualtours {
    background-image: url(../images/virtualtour-desktop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 40vh
}

.vtcontainer {
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 100;
    width: 80%;
    transform: translate(-50%,-60%);
    color: #fff;
    justify-content: space-evenly
}

.vtcontainer a {
    color: #000;
    background-color: rgb(200 148 44);
    padding: 10px;
    width: 220px;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 1%
}

.close_frm_frm_close1 {
    display: block!important
}

.close_frm_frm_close1 {
    color: #0d354f;
    text-align: right;
    top: 2px;
    font-weight: 500;
    font-size: 20px;
    transition: all .2s;
    position: absolute;
    right: 9px;
    cursor: pointer
}

.form-mobile {
    box-shadow: 0 0 9px 0 #00000059;
    background-color: var(--mainColor);
    width: 300px;
    padding: 25px;
    border: 1px solid var(--mainColor);
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999999;
    background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: linear-gradient(to right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66))
}

.form-mobile .form-control {
    padding: .35rem;
    font-size: .85rem
}

.form-mobile h3 {
    color: #0d354f
}

.form-mobile .form-control::placeholder {
    color: #000;
    opacity: 1!important
}

.form-mobile :-ms-input-placeholder {
    color: #000!important
}

.form-mobile ::-ms-input-placeholder {
    color: #000!important
}

.common-popup {
    float: none!important;
    position: relative;
    padding: 30px!important;
    background: #2a3757;
    max-width: 767px;
    display: table;
    margin: 15px auto;
    width: 100%;
    color: #fff
}

.disclaimer-popup-overlay {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000001;
    background: rgb(0 0 0/90%);
    font-size: 0;
    padding: 10px;
    text-align: center;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.disclaimer-popup-overlay::before,.common-popup-overlay::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.disclaimer-popup-wrapper,.common-popup-wrapper {
    display: inline-block;
    vertical-align: middle
}

.disclaimer-popup.common-popup {
    font-size: 12px;
    text-align: justify;
    max-width: 600px
}

.disclaimer-popup-wrapper .btn {
    background: #e7a651;
    border-color: #e7a651!important;
    color: #000;
    font-size: 1rem!important;
    letter-spacing: 1px;
    padding: 10px 20px;
    font-weight: 600
}

.disclaimer-popup-wrapper .popup-logo {
    max-width: 244px!important
}

.disclaimer-popup-wrapper .btn:hover {
    background: 0 0;
    color: #e7a651
}

.popup-logo {
    margin: 0 auto 20px;
    display: block
}

.disclaimer-popup .disclaimer-btn {
    text-align: center;
    margin: 20px auto 10px
}

.disclaimer-open .disclaimer-popup-overlay {
    visibility: visible;
    opacity: 1
}

html.disclaimer-open {
    overflow: hidden;
    margin: 0 17px 0 0
}

.disclaimer-popup h4 {
    color: #e7a651
}

.disclaimer-popup p a {
    color: #e7a651;
    text-decoration: none
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media only screen and (max-width: 1440px) {
    .navbar .container {
        max-width:1280px!important
    }

    .enqlink {
        margin-right: 10px;
        padding: 8.5px 30px
    }

    #enquirenow .container button {
        width: 170px
    }
}

@media only screen and (max-width: 1536px) {
}

@media only screen and (max-width: 1366px) {
    .navbar .container {
        max-width:1200px!important
    }

    .enqlink {
        padding: 8.5px 27px
    }

    #enquirenow .container button {
        width: 160px
    }
}

@media only screen and (max-width: 1280px) {
    .container {
        max-width:1100px
    }

    .navbar .container {
        max-width: 1160px!important
    }

    .enqlink {
        padding: 8.5px 21px;
        margin-right: 10px
    }

    #enquirenow .container button {
        width: 145px
    }

    .smartlinks .container {
        width: 90%
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width:750px!important
    }

    .callicon {
        width: 30px;
        margin-left: 0;
        margin-top: -5px
    }

    .vtcontainer {
        flex-direction: column
    }

    .vtcontainer a {
        font-size: 1.1rem;
        width: 80%;
        margin: 5% auto
    }

    .virtualtours {
        background-image: url(../images/virtualtour-mobile.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        width: 100%;
        min-height: 90vh
    }

    #custom-nav3 {
        display: block
    }

    .contactbox {
        display: flex;
        flex-direction: column
    }

    .logo1 {
        width: 120px;
        transition: all .8s
    }

    #gallery-nav1 {
        display: none
    }

    .slide_form_main1 {
        display: none
    }

    .slide_form_main1 {
        width: 300px;
        position: fixed;
        top: 20%;
        right: 0;
        z-index: 99999;
        transition: all 1s;
        left: 50%;
        right: 50%;
        transform: translate(-50%,-20%)
    }

    .close_frm2 {
        position: absolute;
        top: 5px;
        right: 10px;
        display: block;
        color: #000;
        cursor: pointer
    }

    .mHide {
        display: none
    }

    .dHide {
        display: inherit
    }

    .DShow {
        display: none!important
    }

    .MShow {
        display: block!important
    }

    .menus {
        background-color: #000!important;
        opacity: .9
    }

    .aboutproject {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .abouttopLine {
        width: 250px
    }

    .aboutbottomLine {
        width: 250px
    }

    .amenitiesContent {
        flex-direction: column
    }

    .amenities {
    }

    .amenitiesContainer {
        margin: 47px auto 0;
        grid: none;
        width: 85%!important
    }

    .amenitiesbox img {
        display: block;
        width: 100%!important;
        margin: 0 auto
    }

    .amenitiesContainer .amenitiesbox span {
        font-size: 1rem;
        font-weight: 600;
        font-family: M-medium
    }

    .amenitiessection .amenities-nav {
        position: absolute;
        top: 47%;
        left: 0;
        right: 0;
        z-index: 9999
    }

    .amenitiessection {
        display: block;
        position: relative
    }

    .amenitiessection .owl-theme .amenities-nav .owl-next {
        float: right;
        margin-right: -5px!important
    }

    .amenitiessection .owl-theme .amenities-nav .owl-prev {
        float: left;
        margin-left: -5px!important
    }

    .amenitiessection .owl-theme .owl-nav {
        margin-top: 0
    }

    .amenitiessection .owl-theme .owl-nav [class*=owl-] {
        color: #ccc;
        background: unset!important;
        cursor: pointer;
        border: 0 solid #fff;
        margin: 0;
        padding: 0
    }

    .amenitiessection .owl-theme .owl-nav:hover {
        background: unset!important;
        color: none;
        text-decoration: none
    }

    .whatsapp {
        bottom: 5px
    }

    .slide_form_main1_out {
        bottom: 27%
    }

    #enqbutton {
        display: none
    }

    .form-mobile {
        display: none
    }

    .close_frm_frm_close1 {
        display: block!important
    }

    .close_frm_frm_close1 {
        color: #0d354f;
        text-align: right;
        top: 2px;
        font-weight: 500;
        font-size: 20px;
        transition: all .2s;
        position: absolute;
        right: 9px;
        cursor: pointer
    }

    .btn:hover {
        color: #fff;
        text-decoration: none
    }

    .form-mobile {
        box-shadow: 0 0 9px 0 #00000059;
        background-color: var(--mainColor);
        width: 300px;
        padding: 25px;
        border: 1px solid var(--mainColor);
        position: fixed;
        top: 35%;
        left: 50%;
        right: 50%;
        transform: translate(-50%,-50%);
        z-index: 999999999;
        background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
        background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
        background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
        background-image: linear-gradient(to right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66))
    }

    .form-mobile .form-control {
        padding: .35rem;
        font-size: .85rem
    }

    .form-mobile h3 {
        color: #0d354f
    }

    .form-mobile .form-control::placeholder {
        color: #000;
        opacity: 1!important
    }

    .form-mobile :-ms-input-placeholder {
        color: #000!important
    }

    .form-mobile ::-ms-input-placeholder {
        color: #000!important
    }

    .bandesktop {
        display: none!important
    }

    .banmobile {
        display: block!important
    }

    .heading {
        font-size: 1.2rem;
        font-weight: 600
    }

    .heading2 {
        font-size: 1.7rem
    }

    .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
        background: #b7aa73!important
    }

    #overview .container {
        padding: 0;
        text-align: center;
        width: 85%
    }

    #overview .container p {
        padding-right: 0;
        text-align: center
    }

    #overview {
        background-image: url(../images/overview-bg-mob.jpg);
        background-position: 100%;
        background-position: bottom center;
        background-size: 100%;
        padding-bottom: 85.64%
    }

    #siteplan .container {
        width: 85%
    }

    #connectivity .container {
        width: 100%;
        max-width: 100%!important
    }

    #connectivity .container h3 {
        width: 80%;
        margin: 0 auto 25px
    }

    .connectivitydesc {
        position: absolute;
        top: 3%;
        font-size: 7px;
        text-align: left;
        width: 55%;
        margin: 0 auto;
        right: 10px;
        padding: 8px;
        color: #fff;
        text-align: justify
    }

    .colConnectivityBox {
        margin-left: 0
    }

    .colConnectivityBox h4 {
        font-size: 1rem;
        font-weight: 400
    }

    .colConnectivityBox h3 {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 5px!important
    }

    .colConnectivityBox span {
        font-size: 14px
    }

    .sLine::before {
        content: ".";
        font-size: 65px;
        position: absolute;
        top: -40px;
        color: #8b7039;
        font-family: none;
        left: 13px
    }

    .sliderbox .custom-nav {
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        z-index: 9999
    }

    .sliderbox .owl-theme .owl-nav [class*=owl-] {
        margin: 0;
        padding: 0
    }

    .sLine::after {
        right: 13px
    }

    .sLine {
        width: 83%
    }

    .sliderbox .owl-theme .custom-nav .owl-prev {
        float: left;
        margin-left: 0
    }

    .sliderbox .owl-theme .custom-nav .owl-next {
        float: right;
        margin-right: 0
    }

    .unitplanSlider {
        width: 80%!important;
        margin: 0 auto
    }

    .unitplanSlider .item .unitplanimage {
    }

    .unitplan .container .custom-nav2 {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        z-index: 9999
    }

    .unitplan .container {
        display: block;
        position: relative
    }

    .unitplan .container .owl-theme .custom-nav2 .owl-next {
        float: right;
        margin-right: -9px!important
    }

    .unitplan .container .owl-theme .custom-nav2 .owl-prev {
        float: left;
        margin-left: -9px!important
    }

    .unitplan .container .owl-theme .owl-nav {
        margin-top: 0
    }

    .unitplan .container .owl-theme .owl-nav [class*=owl-] {
        color: #ccc;
        background: unset!important;
        cursor: pointer;
        border: 0 solid #fff;
        margin: 0;
        padding: 0
    }

    .unitplan .container .owl-theme .owl-nav:hover {
        background: unset!important;
        color: none;
        text-decoration: none
    }

    .buttondiv {
        text-align: center;
        padding-top: 15px;
        margin-top: 30px
    }

    .map_inside {
        position: relative
    }

    .mapbox {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 50%;
        transform: translate(-50%,10%);
        background-color: #fff;
        width: 350px;
        max-width: 100%;
        clear: both;
        box-shadow: 0 0 20px 0 #00000059
    }

    .contactus {
        display: block;
        width: 100%;
        padding: 20px;
        flex: 1
    }

    .map_inside iframe {
        width: 100%;
        height: 400px
    }

    .contactus .container h2 {
        text-align: center
    }

    .footerContact {
        width: 90%;
        margin: 0 auto
    }

    .footerContact .form-group {
        width: 98%;
        margin-bottom: 15px
    }

    .buttondiv {
        text-align: center
    }

    .footerContact .btn_valid {
        float: unset
    }

    #enquirenow .container {
        width: 85%
    }

    .form-group {
        margin-bottom: 20px;
    }

    .smartlinks {
           margin-bottom: 34px;
        padding: 0 0 20px
    }

    .mobileno {
        background-color: #ba8748;
        float: unset;
        padding: 10px 15px;
        font-size: 1.5rem;
        font-family: m-medium;
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px
    }

    .smartlinks .container {
        width: 100%;
        max-width: 100%!important
    }

    .smartlinks .container h2 {
        font-size: .8rem
    }

    .flink {
        display: grid;
        grid-template-columns: 1fr .8fr;
        float: unset;
        width: 53%;
        text-align: left;
        margin: 0 auto
    }

    .flink a:first-child {
        text-align: right;
        padding-right: 10px
    }

    .flink a:last-child {
        padding-left: 10px
    }

    .copyRightsTxt {
        text-align: center
    }

    .slinks {
        width: 50%;
        float: unset;
        right: 0;
        text-align: center;
        margin: 0 auto
    }

    #contactform {
         display: none; 
    }

    .form-control {
        padding: .375rem .45rem;
        font-size: .9rem
    }

    .slide_form_main1 {
        display: none
    }

    .form_strip {
        position: fixed;
        bottom: 0;
        background: var(--mainColor);
        width: 100%;
        display: flex;
        padding: 20px 5px;
        z-index: 10000;
        justify-content: space-between;
        align-items: center;
        background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
        background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
        background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
        background-image: linear-gradient(to right,var(--mainColor),#719b0c,#405b00);
    }

    .form_strip button {
        width: 49%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        border-radius: 5px;
        border: 0;
        padding: 12px 5px;
        background-color: #111;
        color: #fff;
        font-size: .8rem;
        font-weight: 600;
        font-family: m-medium;
        text-transform: uppercase
    }

    .form-mobile {
        position: fixed;
        font-size: 35px;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 999999999;
        box-shadow: 0 0 9px 0 #00000059
    }

    .form_container {
        background: #fde4d0;
        width: 300px
    }

    .form_container h2 {
        padding: 20px;
        text-align: center;
        font-weight: 700;
        color: #136266;
        font-family: DubielPlain;
        letter-spacing: 1px
    }

    .form_field {
        width: 87%;
        margin: 10px 10px 0 20px
    }

    .form_field select,input {
        width: 100%;
        margin: 0 auto;
        padding: 8px 5px;
        font-size: 14px;
        color: #767676;
        border: 1px solid #3b3b3b;
        height: 40px
    }

    .submit_btn {
        width: 87%;
        margin: 20px 10px 30px 20px;
        padding: 8px 5px;
        border: 0;
        cursor: pointer!important;
        background: #136266;
        font-size: 20px;
        font-weight: 700;
        color: #fde4d0
    }

    .close_btn {
        font-size: 20px;
        cursor: pointer;
        display: block;
        float: right;
        padding: 5px
    }

    .overlay {
        padding: 50px 25px;
        font-size: 1rem
    }

    .overlay button {
        margin: 30px auto 0
    }
}

@media(max-width: 580px) {
    .container {
        max-width:540px!important
    }
}

@media only screen and (min-device-width: 400px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .container {
        max-width:440px!important
    }

    .form_bottom .form-group {
        width: 13.7%;
        float: left;
        margin: .6%
    }
}

@media only screen and (max-width: 414px) and (min-width:375px) {
    .container {
        max-width:360px!important
    }
}

@media only screen and (max-width: 375px) {
    .container {
        max-width:360px!important
    }

    .form_strip {
        padding: 20px 5px
    }

    .form_strip button {
        padding: 12px 5px;
        font-size: .7rem;
        letter-spacing: .5px
    }
}

@media only screen and (max-width: 360px) {
    .container {
        max-width:340px!important
    }
}

@media only screen and (max-width: 320px) {
    .container {
        max-width:310px!important
    }

    #custom-nav6 {
        position: absolute;
        top: 80%
    }

    .abouttopLine,.aboutbottomLine {
        width: 200px;
        height: 80px
    }

    .heading {
        font-size: 1rem
    }

    .heading2 {
        font-size: 1.6rem
    }

    .amenitiessection .owl-theme .amenities-nav .owl-next {
        margin-right: -7px!important
    }

    .amenitiessection .owl-theme .amenities-nav .owl-prev {
        float: left;
        margin-left: -7px!important
    }

    .connectivitydesc {
        display: none
    }

    .sliderbox .owl-theme .custom-nav .owl-prev {
        float: left;
        margin-left: -3px!important
    }

    .sliderbox .owl-theme .custom-nav .owl-next {
        float: right;
        margin-right: -3px!important
    }

    .sitemaplink i {
        padding: 5px;
        width: 45px;
        height: 45px;
        font-size: 2em
    }

    .form_strip {
        padding: 20px 5px
    }

    .form_strip button {
        padding: 12px 5px;
        font-size: .6rem;
        letter-spacing: .5px
    }

    .flink {
        display: grid;
        grid-template-columns: 1fr .8fr;
        float: unset;
        width: 70%;
        text-align: left;
        margin: 0 auto
    }
}

@media(min-width: 768px) and (max-width:991.98px) {
    .container {
        max-width:960px
    }
}


.highlights button {
    background-image: -webkit-linear-gradient(left, rgb(200 148 44), rgb(245 217 118) , rgb(216 172 66));
    background-image: -o-linear-gradient(right, rgb(200 148 44), rgb(245 217 118) , rgb(216 172 66));
    background-image: -moz-linear-gradient(right, rgb(200 148 44), rgb(245 217 118) , rgb(216 172 66));
    background-image: linear-gradient(to right,var(--mainColor),#719b0c,#405b00);
    border: 1px solid #111111;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 1rem;
    font-family: 'M-Medium';
    text-transform: uppercase;
    margin: 50px auto 0px auto;
    display: block;
}

.locform button {
    background-image: -webkit-linear-gradient(left, rgb(200 148 44), rgb(245 217 118) , rgb(216 172 66));
    background-image: -o-linear-gradient(right, rgb(200 148 44), rgb(245 217 118) , rgb(216 172 66));
    background-image: -moz-linear-gradient(right, rgb(200 148 44), rgb(245 217 118) , rgb(216 172 66));
    background-image: linear-gradient(to right,var(--mainColor),#719b0c,#405b00);
    border: 1px solid #111111;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 1rem;
    font-family: 'M-Medium';
    text-transform: uppercase;
    margin-top: 12px;
    display: block;
}

.amenities-box {
    background: #fff;
    width: 100%;
    padding: 35px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.amenities-box .icon img {
    filter: brightness(50);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.amenities-box .icon{
    width: 60px;
    height: 60px;
    display: block;
    background: var(--mainColor);
    border-radius: 100%;
    padding: 10px;
}

ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    list-style: none;
}

ul.amenities-list li {
    flex: 0 0 20%;
    width: 20%;
    margin: 10px 0;
    padding: 0 10px;
}

.amenities-box .txt {
    margin-top: 7px;
    color: #777777;
    font-weight: bold;
}

.price-boxs {
    background: #fff;
    padding: 15px;
    border: 0px solid var(--mainColor);
    margin: 15px 0;
    border-radius: 10px;
}

.price-boxs .price {
    font-size: 25px;
    font-weight: bold;
}


.dark_btn{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px;
    color: #fff;
    font-family: m-light;
    background-image: -webkit-linear-gradient(left,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -o-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: -moz-linear-gradient(right,rgb(200 148 44),rgb(245 217 118),rgb(216 172 66));
    background-image: linear-gradient(to right,var(--mainColor),#719b0c,#405b00);
    cursor: pointer;
}
.gallerySlider .fancybox {
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 5px;
}

.gallerySlider .fancybox img {
    width: 100% !important;
}

.slider-content {
    position: absolute;
    top: 0;
    width: 100%;
    /* background: rgba(00,00,00,0.5); */
    height: 100%;
}

.slider-content .inner-content-box {
    max-width: 500px;
    /* display: flex; */
    /* justify-content: center; */
    height: 100%;
    /* flex-direction: column; */
    color: #fff;
    background: rgba(00,00,00,0.7);
    margin: 0;
    padding: 120px 50px;
}

.slider-content .inner-content-box h1 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: bold;
}

.slider-content .inner-content-box h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 35px;
}

.slider-content .inner-content-box p {
    font-size: 20px;
    margin-bottom: 15px;
}

.slider-content .inner-content-box h3 {
    margin: 30px 0 20px;
    font-size: 21px;
    color: var(--mainColor);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.slider-content .inner-content-box .act-btn {
    margin-top: 40px;
}

.slider-content .inner-content-box .act-btn .btn {
    display: inline-block;
}
.close-enquire {
    font-size: 25px;
    color: #fff !important;
    line-height: 1;
    cursor: pointer;
    text-decoration: none !important;
}
.header-top-inq {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.inquiry-Modal .modal-content {
    background: #000;
    padding: 20px;
    background-image: linear-gradient(to right,var(--mainColor),#719b0c,#405b00);
}

.inquiry-Modal .close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
}

.inquiry-Modal h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

.form-control {
    background: #fff !important;
}
.inquiry-Modal .modal-dialog{
    max-width: 410px;
}
.inquiry-Modal .modal-body {
    padding: 0;
}

@media(max-width:767px){
    .slider-content .inner-content-box {
    padding: 40px 15px;
    background: #151515;
}

.slider-content .inner-content-box h1 {
    font-size: 22px;
}

.slider-content .inner-content-box h2 {
    font-size: 30px;
}

.slider-content .inner-content-box p {
    font-size: 16px;
}

.slider-content .inner-content-box h3 {
    font-size: 21px;
    margin: 20px 0 0px;
}

.slider-content .inner-content-box .act-btn {
    margin-top: 20px;
}

.slider-content {
    position: static;
}
ul.amenities-list li {
    flex: 0 0 50%;
    width: 50%;
}
.contactform-transform-wrapper {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.form_bottom {
    display: none;
}
}



.call-btn {
    display: inline-block;
    background-color: #3fae26;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 9999;
}
.zoomdiv{
animation: zoom-in-zoom-out 1s ease infinite;
  
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}


.mobile-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--mainColor);
  display: none;
  z-index: 9;
}

.mobile-section .btn {
    padding: 7px 10px;
    font-size: 12px;
    text-align: center;
    flex-grow: 1;
    color: #fff;
    position: relative;
    border-right: 1px solid #d7d7d7;
    border-radius: 0;
    font-weight: 600;
}
.mobile-section .btn:last-child {
    border-right: 0;
}

.mobile-section .btn i {
    margin-right: 5px;
    font-size: 13px;
    line-height: 1;
}

.mobile-section .btn:not(:last-child):before {
  position: absolute;
  content: '';
  height: 10px;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

@media(max-width:767px){
    .call-btn {
    bottom: 63px;
    right: 20px;
    left: auto;
}
.mobile-section{
    display: flex;
}
}