@charset "utf-8";

body {
	font-family: 'Raleway', sans-serif;

}


#mrova-form h4 {
	text-align: center;
	color: #0a172a;
	font-size: 20px;
	margin-bottom: 20px;
}

h1,
h2 {
	font-weight: 600;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header-container {
	position: sticky;
	top: 0;
	z-index: 10;
	background: rgb(0 0 0 / 40%);
}

#header {
	padding: 15px 0px 15px 0px;
	display: flex;
	background-color: rgb(247 247 221 / 62%);
	z-index: 9999 align-items: center;
	justify-content: center;
	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 .col-md-2.col-xs-12{
	align-content: center;
}
.modal-content {

	background-color: #f4e2df !important;
	border: 1px solid #f4e2df !important;

}

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: 16px;
	color: #033F49;
	line-height: 22px;
	font-family: Raleway, sans-serif;
	position: relative;
	font-weight: 600;
	letter-spacing: 1px
}

ul.main-menu li:after {
	border-right: 1px solid #ffffff;
	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
}

.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: 16px;
	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: #ffffff;
	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
}

.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;
}

.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;
}


section#home img[Attributes Style] {
  aspect-ratio: auto 640 / 360;
}

#overview,
#configuration,
#photo,
#about,
#location-sec,
#MasterLayout,
#MarqueeClubhouse {
	padding: 60px 0 0 0;
}

#Project-Highlights {
	background: #F7F7DD;
	padding: 40px 0px;
}

#Project-Highlights h1 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	line-height: 40px;

	margin-top: 20px;
	color: #033F49;


}

#Project-Highlights .section-content {
	color: #5a3121;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	overflow: hidden;
}

#Specifications {
	background: #d69551;
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

#Specifications h2 {
	font-size: 26px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.8;

	margin-bottom: 15px;
	position: relative;
	font-weight: 600;


}

#Specifications h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.8;

	margin-bottom: 15px;
	position: relative;
	font-weight: 600;


}

#Specifications ul {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.6;
	padding-left: 20px;
	margin-bottom: 0px;
}

#Specifications ul li {
	list-style-image: url(../images/li-icon-white.png);
}


#Amenities {
	background: #ffffff;
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.padleft {
	padding-left: 50px;
}

.md50 {
	width: 50%;
	position: relative;
	float: left;
	min-height: 1px;
}

#Amenities p {
	font-size: 20px;
	color: #2e2e2e;
	line-height: 1.8;
	margin-top: 20px;

}

#Amenities h2 {
	font-size: 26px;
	text-transform: uppercase;
	color: #d69551;
	line-height: 1.8;
	margin-top: 80px;
	margin-bottom: 15px;
	position: relative
}

/*#Amenities h2::after {
  content:'';
  position: absolute;
  background-color: #d69551;
  width: 14%;
  height: 1px;
  bottom: 0;
  left:0;
}*/
#Amenities ul {
	font-size: 16px;
	color: #2e2e2e;
	line-height: 1.6;
	padding-left: 20px;
	margin-bottom: 0px;
}

#Amenities ul li {
	list-style-image: url(../images/li-icon.png);
}
#LocationConnectivity 
 {
	background-color: #033F49 !important;
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
#LocationConnectivity .md50.padleft {
    padding: 40px 30px;
}

#LocationConnectivity p {
	font-size: 20px;
	color: #fdfcfa;
	line-height: 1.8;
	margin-top: 20px;

}


#LocationConnectivity h2 {
	font-size: 26px;
	text-transform: uppercase;
	color: #fdfcfa;
	line-height: 1.8;

	margin-bottom: 10px;
	position: relative;


}

#LocationConnectivity h2 span {

	position: relative;


}

#LocationConnectivity h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fdfcfa;
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative
}

/* #LocationConnectivity h2 span::after {
  content:'';
  position: absolute;
  background-color: #d69551;
  width: 100%;
  height: 1px;
  bottom: 0;
  left:0;
} */
#LocationConnectivity ul {
	font-size: 16px;
	color: #2e2e2e;
	line-height: 1.6;
	padding-left: 20px;
	margin-bottom: 0px;
}

#LocationConnectivity ul li {
	list-style-image: url(../images/li-icon.png);
	color: #F7F7DD;
}

#MasterLayout {
	padding: 60px 0px;
	background: #d69551;
}

.plan_img {
	background: #F7F7DD;
	padding: 20px 10px;
}

.white_bg {
	background: #ffffff;
	padding: 20px 20px;
}

#about-ace {
	background-color: #F7F7DD !important;
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

#about-ace .md50.padleft.padright{
	padding: 40px 20px;
}

#about-ace h2 {
	font-size: 26px;
	text-transform: uppercase;
	color: #033F49;
	line-height: 1.3;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative
}

#about-ace p {
	font-size: 16px;
	color: #5a3121;
	line-height: 1.5;
	margin-top: 20px;
	text-align: justify
}

.padright {
	padding-right: 30px;
}

.about-icon {
	text-align: center;
	margin: 0 auto;
}

.about-icon img {
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.about-icon p {
	text-align: center !important;
	margin-top: 0px !important;
	font-size: 14px !important;
}

#about-ace h3 {
	font-size: 22px;
	color: #033F49;
	line-height: 1.8;
	margin-top: 20px;

}
.f-icons b{color:#033F49;}

.form-popup h4 {
	font-size: 26px;
}

#contact-us {
	padding: 30px 0px;
	background: #033F49
}

#contact-us h2 {
	font-size: 26px;
	text-transform: uppercase;
	color: #d69551;
	line-height: 1.3;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	text-align: center;


}

#contact-us .form-textbox {
	width: 100% !important;
	background-color: rgb(255 255 255 / 0%);
	border: 1px solid #fff;
	padding: 10px !important;
	font-size: 12px;
	color: #fff;
	margin-bottom: 30px;
}

.form-btn {
	font-size: 20px;
	text-transform: uppercase;
	color: #d69551;
	background-color: #ffffff;
	padding: 10px 60px;
	border: 1px solid #ffffff;
	margin-top: -5px;
}

#contact-us p {
	font-size: 16px;
	color: #F7F7DD;
	line-height: 1.5;
	margin-top: 0px;


}

#contact-us h3 {
	font-size: 18px;
	color: #fdfcfa;
	line-height: 1.5;
	margin-top: 20px;
	text-align: justify
}


#MasterLayout p {
	font-size: 20px;
	color: #333333;
	line-height: 1.8;
	margin-top: 20px;
	text-align: center;

}


#qgallery {
	padding: 60px 0px;
	background: #ffffff
}

#qgallery h2 {
	font-size: 26px;
	text-transform: uppercase;
	color: #d69551;
	line-height: 1.3;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	text-align: center;


}

#qgallery h6 {

	color: #2e2e2e !important;


}

/*#qgallery	h2:after {
  content: "";
  height: 1px;
  width: 20%;
  background-color: #d69551;
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translate(-50%);
}*/


#51Sports,
#Payment-Plan {
	padding: 60px 0 0 0;
}

#Payment-Plan {
	padding: 60px 0 0 0;
}


.section-heading {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;

	margin-bottom: 30px;
	margin-top: 20px;
	color: #d69551;


}


.section-heading2 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000000;
	text-align: center;

	text-decoration: underline;
	margin-top: 40px;
}


#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: 16px;
	line-height: 30px;
	margin-top: 40px;
	overflow: hidden;
}

.section-content p {
	font-size: 16px;
	margin-bottom: 12px;
	text-align: center;
}

.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);
}


#contact-us input::placeholder {
	color: #ffffff;
	opacity: 1;
	/* Firefox */
}

#contact-us input::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #ffffff;
}


#contact-us textarea::placeholder {
	color: #ffffff;
	opacity: 1;
	/* Firefox */
}

#contact-us textarea::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #ffffff;
}

.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;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-title {
	color: #040707;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 25px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.close,
.close:hover {
	color: #040707 !important;

}

.modal-subtitle {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	margin-top: 16px;
	text-align: center;
}

#agree:after {
	content: '';
	position: absolute;
	left: 35px;
	top: 10px;

}

.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: #000;
	color: #fff;
	padding: 10px 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);
}

.close {
	font-size: 50px !important;
	position: relative !important;
	top: -80px !important;
}

#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;
}


.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;
}

.enquirybutton {
	background: #033F49;
	width: 180px;
	z-index: 9999999;
	padding: 14px;
	transform: rotate(-90deg);
	color: #fdfcfa;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	position: fixed;
	cursor: pointer;
	top: 28%;
	right: -70px;
	text-align: center;
	border: #F7F7DD 2px solid;
}

.enquiry_button {
	position: fixed;
	right: 0px;
	width: 60px;
	z-index: 99;
	top: 52%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	"

}

.enquiry_button img {
	background: #2e664f;
	border-radius: 145px;
	box-shadow: inset 0px 0px 0px 1px #cf9472;
}

.form-popup {
	display: none;
	border-radius: 15px 15px 0px 0px;
	position: fixed;
	bottom: 0px;
	border: 1px solid #fdfcfa;
	border-bottom-width: 0px !important;
	z-index: 9999;
	right: 0px;
	width: 280px;
	background: #033F49;
}

/* Add styles to the form container */
.form-container {
	max-width: 300px;
	padding: 10px;
	background-color: #033F49;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password] {
	width: 100%;
	padding: 10px;
	margin: 5px 0 9px 0;
	border: none;
	background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
	background-color: #033F49;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom: 10px;
	opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
	background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
	opacity: 1;
}

p {
	color: #5a3121;
}

.form-popup h4 {
	color: #fdfcfa;
}

input[type="submit"] {
	color: #033F49;
	background: #F7F7DD;
}
.bg {
  /* The image used */
  background-image: url("/images/about-img.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bg {

  background-position: top;
  background-size: contain;
}
}