@charset "utf-8";

body {
    font-family: "Montserrat", sans-serif !important;

}


#mrova-form h4 {
    text-align: center;
    color: #0a172a;
    font-size: 20px;
    margin-bottom: 20px;
}


.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#header-container {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    border-bottom: #f6e6cd 1px solid;
    -webkit-transition: background 1.5s linear;
    -moz-transition: background 1.5s linear;
    -ms-transition: background 1.5s linear;
    -o-transition: background 1.5s linear;
    transition: background 1.5s linear;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#header {
    padding: 5px 0;
    display: flex;
    background-color: #750f25;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    width: 100%;


}


div.header div.menu-box {
    float: left;
    position: relative;
    margin: 65px 0 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center
}

ul.main-menu {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0
}

ul.main-menu li {
    float: none;
    display: inline-block;
    list-style-type: none;
    padding: 0 13px;
    position: relative;
    vertical-align: middle;
}

.mobmenu {
    display: none;
}

ul.main-menu li a {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 22px;

    position: relative;
    font-weight: 600;

}

ul.main-menu li:after {
    border-right: 1px solid #fff;
    content: "";
    position: absolute;

    width: 3px;
    height: 100%;
    bottom: 0;
    right: 0px;

    transform: translatex(-50%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s all-ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

#header-container .logo2 a {
    color: #fff;
}

.videohe {
    height: 415px;
    width: 100%;
}

.mgp1 {
    padding-left: 40px;
}

.mgp2 {
    padding-right: 40px;
}

/*ul.main-menu li a.ebroucher {
	padding-right: 40px;
	background-image: url(http://www.beaumontesion.com/images/ico-download.png);
	background-repeat: no-repeat;
	background-position: 86% 11px;
	background-size: 13px
}*/

.pclass {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    line-height: 25px;
}



.ulclass {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 15px;
    line-height: 20px;
    padding: 0 0 0 10;
    list-style-type: none;
}

.ulclass2 {
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
    line-height: 25px;
    padding: 0 0 0 30;
    list-style-type: disc;
}

.mtop50 {
    margin-top: 50px;
}

.mtop15 {
    margin-top: 15px;
}

.location_img {
    padding: 0px;
}

.location_img h6 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000000 !important;
}

h6 {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 600;
}


.topmargin {
    margin-top: 30px;
}

ul.main-menu li a.ebroucher:hover {
    background-position: 86% -32px
}

ul.main-menu li a.active:after,
ul.main-menu li a:hover:after {
    /*	background: #000000;
*/
}

ul.main-menu li a.active,
ul.main-menu li a:hover {
    color: #000;
    text-decoration: none
}

ul.main-menu li:last-child a:after {
    left: 35%;
    width: 45%
}

ul.main-menu li:last-child:after {
    display: none
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center
}


.Alitems {
    align-items: center;
    margin-bottom: 30px;
}

.carousel-indicators li {
    border: 2px solid #f6e6cd;
    background: 0 0;
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.carousel-indicators .active {
    background-color: #f6e6cd;
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px
}

.carousel-indicators {
    bottom: 0 !important;
}

.bannertext {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 100%;

    text-align: left;
    line-height: 50px;
}

.carousel-caption {
    padding-bottom: 0;
    position: absolute;
    left: 3%;
    top: 50%;
    width: 25%;
    transform: translateY(-50%);
    padding-top: 0;
    /*background-color: rgba(0, 0, 0, .5)*/

}

/*.carousel-inner,
.item,
.item img {
	height: 100%!important
}*/
.f-icons {
    text-align: center;
    margin: 0 auto
}

.bordiv:after {
    border-right: 1px dotted #826d67;
    content: "";
    position: absolute;

    width: 3px;
    height: 55%;
    bottom: 40;
    right: 0px;
}






.f-icons img {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.f-icons p {
    margin: 15px 0px;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF
}

.f-icons p span {
    font-size: 10px;
    line-height: 15px;
}

.lefttable ul {
    list-style: circle;
    padding-left: 40px;
    font-size: 18px;
}

.lefttable ul li {
    line-height: 35px;
}

.lefttable ul li span {
    font-weight: 600;
    line-height: 30px;
}

.negmar {
    margin-top: -40px
}

#overview,
#configuration,
#photo,
#about,
#location-sec,
#MasterLayout,
#MarqueeClubhouse {
    padding: 60px 0 0 0;
}


#overview {
    background: #ffffff;
    padding: 40px 0px;
}

#overview h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
    margin-top: 20px;
    color: #750f25;
}

#overview h2 {
    font-size: 22px;



    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    color: #000;
}

#overview h2 span {
    position: relative;
}

#overview h2 span:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 10px;
    right: 0;
    height: 0.5em;
    border-top: 3px solid #750f25;
    z-index: 3;
    width: 100px;
}

#overview p {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    text-align: justify;
}

#Highlights {
    background: url(../images/Highlight-bg.png);
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



#Highlights h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    line-height: 40px;

    margin-top: 20px;
    color: #ffffff;


}

#Highlights h3 {
    font-size: 22px;

    text-align: center;

    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    color: #ffffff;
}

#Highlights h3::before,
#Highlights h3::after {
    display: inline-block;
    content: "";
    border-top: 3px solid #ffffff;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-5px);
}


#Highlights h4 {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}

#Highlights p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-top: 0px;
    text-align: center;
}


#Lifestyle {
    background: #d9ddd6;
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



#Lifestyle h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    line-height: 40px;

    margin-top: 20px;
    color: #750f25;


}

#Lifestyle h3 {
    font-size: 22px;

    text-align: center;

    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    color: #000;
}

#Lifestyle h3::before,
#Lifestyle h3::after {
    display: inline-block;
    content: "";
    border-top: 3px solid #750f25;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-5px);
}


/* #Lifestyle h4 {
    font-size: 22px;

    text-align: center;

    line-height: 40px;
    font-weight: 500;
    margin-top: 15px;
    color: #8e5301;
} */

#Lifestyle p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-top: 0px;
    text-align: center;
}

.download {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.download img {
    width: 80%;
}

.section-box {
    position: relative;
    padding: 40px 20px;
    color: #000;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
    background-color: #f9f9f9;
}

#Lifestyle .section-box h3 {
        font-size: 20px;

    text-align: center;

    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    /* color: #8e5301; */
    color: #750f25;
}

#Lifestyle .section-box h3::before,
#Lifestyle .section-box h3::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #750f25;
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(-5px);
}

.section-box ul {
    list-style-type: disc;
    text-align: left;
    padding-left: 25px;
    margin-top: 20px;
}

.section-box ul li {    
    margin-bottom: 20px;
}

.section-box ul .item-heading {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

#Floorplan,
#gallery,
#location {
    background: #ffffff;
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.disclaimer {
    background: #750f25;
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.disclaimer p {
    line-height: 22px;
}

#location ul li {
    font-weight: 500;
    font-size: 14px;
}

#location ul li .kms {
    color: #7f7f7f;
}

#Floorplan h2,
#gallery h2,
#location h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    line-height: 40px;

    margin-top: 20px;
    color: #750f25;


}

#Floorplan h3,
#gallery h3,
#location h3 {
    font-size: 22px;

    text-align: center;

    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    color: #000;
}

#Floorplan h3::before,
#gallery h3::before,
#location h3::before,
#Floorplan h3::after,
#gallery h3::after,
#location h3::after {
    display: inline-block;
    content: "";
    border-top: 3px solid #750f25;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-5px);
}


#Floorplan h4,
#gallery h4,
#location h4 {
    font-size: 22px;

    text-align: center;

    line-height: 40px;
    font-weight: 500;
    margin-top: 15px;
    color: #8e5301;
}

#Floorplan p,
#gallery p,
#location p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
    text-align: center;
}

.flortext {
    padding: 0px 50px;
}

#Floorplan ul,
#gallery ul,
#location ul {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 0px;
    list-style-type: decimal;
    font-weight: 600;
}

#Floorplan ul li ul {
    list-style-type: disc;
}

#Floorplan ul .text {
    text-align: left;
    font-size: 12px;
    color: #7f7f7f;
}

#Floorplan ul li,
#gallery ul li,
#location ul li {
    padding-left: 15px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

/* FLoor Plan Section Start */
.floor-section .nav-tabs {
    border: none;
    display: flex;
    justify-content: end;
    list-style-type: none!important;
}

.floor-section .nav-tabs .nav-link {
    cursor: pointer;
}

.floor-section .tab-content {
    padding-top: 20px;
}

.floor-section .tab-buttons {
    margin-top: 12px;
    margin-bottom: 30px;
}

.floor-section .tab-buttons .nav-link {
    padding: 8px 20px;
    font-size: 0.9rem;
    border: none;
    margin: 0 5px;
    border-radius: 25px;
    background-color: #f1f1f1;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
}

.floor-section .tab-buttons .nav-link:hover,
.floor-section .tab-buttons .nav-link.active {
    background-color: #750f25;
    color: #fff;
}

/* FLoor Plan Section End */

/* Main CSS */
.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 400px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}






.form-popup h4 {
    font-size: 26px;
}

#contact-us {
    background: url(../images/footer-bg.jpg);
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact-us h2 {
    font-size: 30px;

    color: #000;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-weight: 800;


}

#contact-us .img-container {
    padding: 10px;

    transition: transform 0.3s ease;
}

#contact-us .img-container img {
    max-width: 180px;
    height: auto;
}

.disclaimer .img-container {
    padding: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.disclaimer .img-container img {
    max-width: 100%;
    height: auto;
}

.white-bg {
    background: #fff;
    padding: 30px;
}

#contact-us .form-textbox {
    width: 100% !important;
    background-color: rgb(255 255 255 / 0%);
    border: 1px solid #000;
    padding: 10px !important;
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
}

#contact-us a {
    color: #fff;
    text-decoration: none;
}

#contact-us a:hover {
    text-decoration: underline;
}

.error-text {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.form-btn {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #750f25;
    padding: 10px 60px;
    border: 1px solid #750f25;
    margin-top: -5px;
    width: 100%;
}

#contact-us p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 0px;


}

#contact-us h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
    text-align: justify
}






#Social-Infrastructure {
    padding: 60px 0 0 0;

}

#Social-Infrastructure ul {
    color: #000000;
    margin: 0px 30px;
    list-style-type: disc;
}

#Social-Infrastructure ul li {
    line-height: 30px;
}


#Social-Infrastructure h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

#LifestyleFeatures {
    padding: 60px 0 0 0;

}

.heading-container {
    position: relative;

}


.section-sub-heading {
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 15px;
    letter-spacing: 5px;
    text-align: center;
}


.section-sub-heading1 {
    font-size: 25px !important;
    margin-top: 1px !important;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 5px;
    text-align: center;
}

.section-content {
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    margin-top: 40px;
    overflow: hidden;
}

.section-content p {
    font-size: 15px;
    margin-bottom: 12px;
    text-align: center;

    color: #ffffff;
}

.highlight-list {
    list-style: disc;
    padding-left: 18px;
}

.highlight-list li {
    margin-top: 10px;
    line-height: 20px;
}

.list-heading {
    font-weight: bold;
    background: -webkit-linear-gradient(#000000, #ffd972, #e3b843);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-top: 40px;
}

.seprator {
    width: 480px;
    border-top: 1px solid #3b793c;
}

.custom-padding {
    padding-left: 50px;
}


.imageContainer img {
    width: 80px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.imageContainer img:hover {
    cursor: pointer;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.filters {
    margin: 0;
    padding: 0;
    text-align: center;
}

.filter {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    border-top: 1px solid #f2c971;
    margin-right: -2px;
    margin-left: -2px;
    border-bottom: 1px solid #f2c971;
    border-left: 1px solid #f2c971;
    text-transform: capitalize;
    color: #333;
}

.filter.active {
    background: -webkit-linear-gradient(#000000, #ffd972, #e3b843);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    border-color: #f2c971;
}

.filter.active span.arrow {
    display: block;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FBA507;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -101%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.filter:hover {
    cursor: pointer;
}

.filter:last-child {
    border-right: 1px solid #f2c971;
}


th {
    font-weight: 600;
    color: #000000;
}

td {
    font-family: sans-serif;
    color: #000000;
}

.price-dd {
    color: #f2c971;
    text-decoration: none;
}

.enqtab {
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 10px 45px 10px;
    background: #0a172a;
    color: #ffffff;
    border-top: 2px solid #000000;
    border-radius: 10px 10px 0 0;
    z-index: 1;

    cursor: pointer;
    line-height: normal;
}


.mb {
    margin-bottom: 15px
}


label.error {
    color: red;
    font-size: 12px;
    margin-top: -2px;
    margin-left: 10px;
}

.mapouter {
    width: 100% !important;
    margin-top: 40px;
}

#footer {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 30px 40px;
}

address p {
    line-height: 25px;
    padding-bottom: 30px;
    color: #fff;
}

.copyright p {
    color: #000000
}

.copyright p {
    line-height: 20px;
}

.diclaimertext {
    padding: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #000000;
}

#declaimer .modal-dialog {
    width: auto !important
}

#agree {
    width: 20px;
}

.inputGroup2 {
    display: table;
}

.inputGroup2 label {
    vertical-align: middle;
    display: table-cell;
}






body {
    overflow-x: hidden;
    box-sizing: border-box
}

.hamburger--3dy-r .hamburger-box {
    display: none;
}

.hamburger {
    padding: 15px 15px;
    position: absolute;
    right: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 35px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}






.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 9px, 0) rotate(36deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-40deg);
}

#Declaimer .close {
    top: -4px !important;
    z-index: 99;
    right: 10px;
}


.thank-you_container {

    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        /* bottom, image */
        url(../images/gallery/4.jpg);
    position: relative;
}

.thank-you_container .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;

}

.thank-you_container .btn_container {
    margin-top: 40px;
}

#photo {
    overflow: hidden;
}

.inputGroup input {
    padding: 9px !important;
    margin: 15px auto;
    border: 1px solid #000000;
}

.submitbtn {
    margin: 15px auto;
    color: #000000;
}


.captcha-reload-btn {
    margin-left: 30px;
    display: flex;
    justify-content: center;
    background: #d9c9c9b5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #584646f0;
    align-items: center;
}




.inputGroup12 {
    padding: 4px 14px !important;
    border: 1px solid #0a172a;
    background: #0a172a;
    color: #000000;
}

.submitbtn1 {
    width: 100%;
    background-color: #0a172a;
    color: #000000 !important;
    padding: 6px;

    color: #000000;
    text-transform: uppercase;
    border: 1px solid #000000;
}


.overlayText {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-transform: capitalize;
    font-size: 18px;
}

#html5-videos .fa {
    font-size: 50px;
}

#html5-videos li:hover {
    cursor: pointer;
}

.fix-form {
    width: 100%;
    z-index: 50;
    position: fixed;
    bottom: 0;
    background: #000000;
    padding: 10px 0px;
    border-top: 2px solid #000000
}

.callus {
    color: #0a172a;
    font-size: 22px;
    top: 4%;
    right: 0px;
    margin-bottom: 20px;
    margin-right: 30px;
    position: absolute;
    padding: 6px 13px;
    border-radius: 6px;
    background: rgba(77, 116, 60, 0.7);
    z-index: 1;
}


.hide-mobile {
    display: block !important;
}

.hide-desktop {
    display: none !important;
}

@media only screen and (max-width: 768px) {


    .hide-desktop {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }


    #Highlights h3::before,
    #Highlights h3::after {

        width: 2rem;

    }
    .flortext {
        padding: 0px 0px;
    }
    #Floorplan ul li {
        padding-left: 0px;
        margin-bottom: 10px;
    }
    .floor-section .nav-tabs {
        display: flex;
        justify-content: start;
    }
    #Lifestyle h3::before,
    #Lifestyle h3::after {

        width: 2rem;

    }

    #Floorplan h3::before,
    #gallery h3::before,
    #location h3::before,
    #Floorplan h3::after,
    #gallery h3::after,
    #location h3::after {

        width: 2rem;

    }


    .image-button {

        position: relative;
        text-align: center;
        color: white;
    }

    .image-content {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .image-content a {
        background: #94734c;
        color: #ffffff;
        padding: 10px 15px;
        border-radius: 4px;
    }


    .enquirepopup_box .modal-header .close {
        float: right;
        color: #000;
        padding: 0 !important;
        text-shadow: none;
        height: 20px;
        width: 20px;
        font-size: 25px;
        top: -5px;
        position: relative;
        font-weight: 400;
        right: -15px;
        margin: 0;
    }

    .enquirepopup_box .modal-header {
        background: #fff;
        display: block;
        padding: 8px 15px 0 !important;
        border-radius: 0;
        border-bottom: none;
    }

    .newtititle {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 300;
    }

    .enquirepopup_box .modal-content {
        border-radius: 0;
    }

    .enquirepopup_box .modal-body {
        padding: 0px 20px 20px !important;
    }

    .modal-dialog.enquirepopup_box {
        max-width: 650px;
        margin: 8% auto;
    }

    .enquirepopup_box input {
        transition: all 0.4s ease-out;
    }

    .enquirepopup_box input::-webkit-input-placeholder {
        /* Edge */
        font-size: 14px;
        color: #000;
    }

    .enquirepopup_box input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 14px;
        color: #000;
    }

    .enquirepopup_box input::placeholder {
        font-size: 14px;
        color: #000;
    }

    .selectpicker {
        background: url(../images/downarow_right.png) !important;
        background-repeat: no-repeat !important;
        background-position: right 24px !important;
        background-size: 10px !important;
        -webkit-appearance: none;
    }

    .enquirepopup_box textarea::-webkit-input-placeholder {
        /* Edge */
        font-size: 14px;
        color: #000;
    }

    .enquirepopup_box textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 14px;
        color: #000;
    }

    .enquirepopup_box textarea::placeholder {
        font-size: 14px;
        color: #000;
    }

    .model-form .form-control {
        border: none;
        border-bottom: 1px solid #939598;
        font-size: 14px;
        border-radius: 0px;
        padding-left: 0px;
        background: none;
        color: #000;
        outline: none;
        height: 40px;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .enquirepopup_box input {
        transition: all 0.4s ease-out;
    }

    .model-form .input-group {
        margin-bottom: 11px;
    }
}