body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
}
#lock {
	display: none;
}
.section-head {
	text-transform: uppercase;
	color: #372a04;
	font-size: 30px;
	padding: 10px 0;
}
.rera {
	margin: 0 auto;
	width: 100px;
}
a.contact {
	font-size: 17px !important;
	background: #799b28;
	padding: 2px 10px !important;
	border-radius: 5px;
	color: #fff !important;
}
img.whitelogo {
	margin: 25px 0;
}
.form-control {
	color: #000 !important;
	font-weight: bold !important;
}
span.end-nv {
	padding: 10px 15px;
	cursor: pointer;
	font-weight: 500;
}
.formbutton {
	position: absolute;
	right: -22%;
	top: 34%;
	padding: 5px;
}
@keyframes glowing {
	0% {
		background-color: #334e95;
		box-shadow: 0 0 5px #334e9594;
	}

	50% {
		background-color: #334e95;
		box-shadow: 0 0 20px #334e9594;
	}

	100% {
		background-color: #334e95;
		box-shadow: 0 0 5px #334e9594;
	}
}

.formbutton {
	animation: glowing 1300ms infinite;
}

.gal-list2 {
	padding: 0 10px;
	margin-bottom: 20px;
}

a.download {
	color: #fff;
	font-weight: bold;
}

.gal-head1 {
	font-size: 24px !important;
	padding: 0 !important;
}

.certificate-modal .close {
	padding: 0 12px;
}

.rera-certificate {
	cursor: pointer;
}

.carousel-caption p {
	font-weight: 400;
	padding-top: 5px;
}

.nopadding {
	padding: 0;
}

.floorplan-gal {
	display: none;
}

li.col-center-block {
	padding: 15px;
}

.landscape-mode {
	display: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	font-weight: bold;
}

.downloadBrochure {
	cursor: pointer;
}

.gal-block ul {
	width: 550px;
	margin: 0 auto;
}

.modal-open {
	overflow: visible;
}

/* call start */
.calldiv {
	position: fixed;
	right: 20px;
	bottom: 10%;
	z-index: 99999;
	border-radius: 50%;
  }
  
  .pulse1 {
	animation: pulse-animation 2s infinite;
	border-radius: 30px;
  }
  
  @keyframes pulse-animation {
	0% {
	  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
	  transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
	}
  
	100% {
	  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	  transform: translate(-50%, -50%) scale3d(1, 1, 1);
	}
  }
/* call start */

.activeHover,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	/* font-weight: bold; */
	color: #000;
	background: unset;
}

.map-new {
	padding: 0;
}

.map-new img {
	/* vertical-align: middle; */
	width: 100%;
}

.img-magnifier-container {
	position: relative;
}

.img-magnifier-glass {
	position: absolute;
	border: 3px solid #000;
	border-radius: 50%;
	cursor: none;
	/*Set the size of the magnifier glass:*/
	width: 100px;
	height: 85px;
}

.bannerpatch img.img-responsive {
	width: 280px;
	position: relative;
	bottom: 50px;
}

.fixedDiv {
	position: fixed;
}

.bannerpatch {
	position: absolute;
	top: 77px;
	left: 6px;
	text-transform: uppercase;
	z-index: 999;
	font-size: 15px;
	/* background: rgba(0,0,0,0.7); */
	color: #fff;
	text-align: center;
	padding: 6px;
	font-weight: 600;
	border-radius: 3px;
	/* border: 1px solid #fff; */
	/* -webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75); */
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
	/* box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.75); */
}

.navbar-default {
    background-color: #fff;
    position: fixed;
    margin-bottom: 0;
    height: 65px !important;
    box-shadow: 1px 1px 17px 6px #a0a0a082;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #000;
	/* background-color: #cead4c; */
	/* font-weight: 900; */
}

.navbar-default .navbar-nav>li>a {
	color: #000;
}

.nav>li>a {
	color: #dec36f;
	padding: 0px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
}

.navbar-nav>li {
	padding: 17px 7px;
}

.navbar-brand {
	height: auto;
	padding: 0px 15px;
	width: 100%;
}

.navbar-brand>img {
	padding: 20px 0px;
	width: 100%px;

}

img.imagelogo1 {
    width: 200px;
    max-width: 100%;
    margin-left: 0;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0px;
}

img.corporatelogo {
	width: 200px;
	padding: 14px 0;
}

#footer h4 {
	text-align: center;
	font-weight: 500;
	color: #fff;
}

.corporatedata {
	padding: 20px 0;
}

.corporatedata img {
	margin: 0 auto;
}

#footer h6 {
	font-size: 14px;
	text-align: center;
	color: #000;
	line-height: 1.4;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: inherit;
	/*	height: 200px; */
	text-align: center;
}

#dropdownMenuButton {
	background: inherit;
	color: #000;
	font-weight: bold;
	padding: 6px 12px;
	border-bottom: 1px solid #000;
	border-radius: inherit;

}

.dropdown-menu {
	background-color: #000;
	min-height: 100px;
	border-radius: inherit;
}

.dropdown-item {
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0;
	color: #fff;
}

.dropdown-menu {
	min-width: 120px;
}

.dropbtn {
	background-color: inherit;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 0;
	/*font-size: 16px;*/
	border-bottom: 1px solid #000;
	/*font-weight: bold;*/
	border: none;
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 30px;
}

.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
	overflow-y: unset !important;
}

.dropdown-content a:hover {
	background-color: #000;
	color: #000;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: inherit;
}

.circle {
	border-radius: 50%;
	width: 180px;
	height: 180px;
	top: -55px;
	position: absolute;
	background: #fff;
	border: 2px solid #D2AA41;
}

/*Slider*/
#slider {
	position: relative;
	margin-top: 70px;
}

.audio-toggle,
.play-pause-toggle {
	display: none !important;
}

.aslide {
	position: relative !important;
}

.carousel {
	position: relative;
	margin-top: 45px;
}

.carousel img {
	width: 100%;
}


/*About*/
#aboutUs {
	padding: 20px 0;
}
#aboutUs .head-border {
	width: 99px;
	height: 4px;
	background: #fff;
	border-radius: 50px;
	margin: -9px auto 28px;
}
.about-bg {
	background: url('../img/About-Us.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 440px;
	min-height: auto;
}
.about-lamp {
	position: absolute;
	right: 0;
	top: 0;
}
.aboutus-block {
	background-color: #372f24;
	height: 440px;
	position: relative;
	right: 90px;
	opacity: 0.8;
}
.about-content-details {
	margin: 15px 0px;
	color: #fff;
	text-align: center;
}
.about-content {
	margin: 14% 40px;
}
.about-content-li {
	color: #fff;
	font-size: 14px;
}
.amenities-tab1 {
	text-align: end !important;
}
.amenities-tab2 {
	text-align: start !important;
}
.amenities-tab1 a, .amenities-tab2 a {
	display: inline-block !important;
	padding: 3px 15px !important;
	margin: 0px 10px;
	background-color: #fff;
	width: 40%;
	color: #000 !important;
	border: 1px solid #000
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff !important;
	background-color: #000;
	border: 1px solid #fff;
}
#amenities .head-border {
	width: 99px;
	height: 4px;
	background: #fff;
	border-radius: 50px;
	margin: -9px auto 35px;
}

.underline1 {
	width: 200px;
	height: 1px;
	background-color: #fff;
	margin: 30px auto;
}

.dots {
	position: relative;
	top: -10px;
	left: 50px;
}

.dots li {
	display: inline-block;
	float: left;
	color: #fff;
}

.dots2 {
	position: relative;
	top: -10px;
	left: 50px;
}

.underline2 {
	width: 200px;
	height: 1px;
	background-color: #000;
	margin: 30px auto;
}

.dots2 li {
	display: inline-block;
	float: left;
	color: #061b42;
}


.activeHover {
	color: #000 !important;
	display: inline-block !important;
	font-weight: 600 !important;
	padding: 0px 5px !important;
	/* background-color: #eddb93 !important; */
	border-radius: 4px;
}



/*Configuration*/
#configuration {
	padding: 20px 0px 50px;
}

#configuration .section-head {
	color: #000 !important;
}

#configuration .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

#configuration .head-border {
	width: 99px;
	height: 4px;
	background: #000;
	border-radius: 50px;
	margin: -9px auto 35px;
}

.config-block {
	padding: 33px 18px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 16px 0px rgb(219 219 219);
	-moz-box-shadow: 0px 0px 16px 0px rgba(219, 219, 219, 1);
	box-shadow: 0px 0px 16px 0px rgb(219 219 219);
}

.config-block p {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 25px;
}

#configuration a.pricepop {
	background: #000;
	padding: 8px 19px;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	font-weight: 600;
}

#configuration a.pricepop:hover {
	background-color: #362a04;
	color: #fff;
}

#configuration .table {
	width: 90%;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}

thead th.text-center {
	background: #334e95;
	color: #fff;
}

table td {
	width: 15%;
	color: #fff;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 5px;
}

.config-img {
	position: absolute;
}

.config-img img {
	bottom: -130px;
	position: absolute;
}

.highlights {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	padding-left: 12px;
}

.highlights li {
	line-height: 1.9;
}

.gal-block p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 15px 0;
	text-align: center;
}

.table {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.config-listing {
	padding: 5px 0;
}

/*Floorplan*/
/* #floorplansection {
	padding: 30px 0px;
	background-color: #fff;
}

.nGY2 .nGY2GThumbnailImg {
	left: 0 !important;
}

.floor-lamp img {
	height: 450px;
} */

/*contactus*/
#contactus {
	margin: 10px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

#contactus .section-head {
	color: #fff !important;
}

#contactus .head-border {
	width: 99px;
	height: 4px;
	background: #fff;
	border-radius: 50px;
	margin: -9px auto 35px;
}

#ContactForm {
	padding: 20px;
	border: 1px solid #fff;
}

.form-control {
	border-radius: inherit;
}

.input-group {
	position: relative;
	display: table;
	text-align: center;
	margin: 7px auto;
	width: 100%;
}

.floor-lamp {
	position: absolute;
	right: 0;
	margin-top: -60px;
}

.floorplan-anchor {
	border: 1px solid #000 !important;
}

.location-adv p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
	padding: 10px 9px;
}
p.location-txt {
    margin-top: 10px;
}
.locationmap-rightblock {
    padding-left: 20px;
    margin-top: 3%;
}
.locationmap-block {
    padding: 10px;
}
#locationmap .container{
	box-sizing: content-box;
}
.inner-location-container{
	box-sizing: content-box;
	width: 90vw;
}
.location-adv {
	padding: 5px 0px;
}

.location-advnew {
	margin-top: 5%;
}

.locationmap-block ul {
	padding: 2px 16px;
}
.locationmap-block h4 {
	font-weight: bold !important;
	margin-bottom: 2px;
}

.locationmap-block ul li {
	color: #000 !important;
	font-weight: 500;
	font-size: 10px;
}

/*Gallery*/
#Gallerysection {
	padding: 50px 0;
	margin: 0 auto;
	/*background-image: url("../img/gallery-BG.png");*/
	/*background-repeat: no-repeat;
	background-size: cover;*/
}

#Gallerysection h3 {
	color: #000 !important;
}

#Gallerysection .head-border {
	width: 99px;
	height: 4px;
	background: #000;
	border-radius: 50px;
	margin: -9px auto 35px;
}

.gal-bg {
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-overlay {
	background-size: cover;
	width: 100%;
}

.gal-block {
	margin: 0 0 15px 0;
}

.gal-lamp {
	position: absolute;
	left: 25px;
	margin-top: -24px;
}

.gal-lamp img {
	width: 200px;
}

.gal-head {
	position: relative;
}

.gal-block ul li {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.5;
}

.gal-list img {
	border: 2px solid #fff;
}

.gal-date {
	font-size: 15px;
}

/* ====================floorplansection start ============================ */
#floorplansection {
	padding: 50px 0;
	margin: 0 auto;
	 background: #5a4a37; 
}

#floorplansection h3 {
	color: #fff !important;
}

#floorplansection .head-border {
	width: 99px;
	height: 4px;
	background: #fff;
	border-radius: 50px;
	margin: -9px auto 35px;
}

.gal-bg {
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-overlay {
	background-size: cover;
	width: 100%;
}

.gal-block {
	margin: 0 0 15px 0;
}

.gal-lamp {
	position: absolute;
	left: 25px;
	margin-top: -24px;
}

.gal-lamp img {
	width: 200px;
}

.gal-head {
	position: relative;
}

.gal-block ul li {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.5;
}

.gal-list img {
	border: 2px solid #fff;
}

.gal-date {
	font-size: 15px;
}

.demo-floor>ul {
	margin-bottom: 0;
}

.demo-floor>ul>li a {
	border: 1px solid #FFF;
	border-radius: inherit;
	display: block;
	overflow: hidden;
	position: relative;
}

.demo-floor>ul>li a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.demo-floor>ul>li a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-floor>ul>li a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-floor>ul>li a .demo-gallery-poster {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-floor>ul>li a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	border: none !important;
}

.demo-floor>ul>li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.7);
}

.demo-floor .justified-gallery>a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-floor .justified-gallery>a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-floor .justified-gallery>a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-floor .justified-gallery>a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-floor .justified-gallery>a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-floor .justified-gallery>a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-floor .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}

.demo-floor.dark>ul>li a {
	border: 3px solid #04070a;
}

.home .demo-floor {
	padding-bottom: 80px;
}

 #Gallerysection, #floorplansection{
	overflow: hidden;
 }
/* ====================floorplansection end ============================ */


/*Address*/
.inner-address {
	padding: 20px 0;
	background: #5a4a37;
}

.inner-address p {
	text-transform: capitalize;
	padding: 0;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	color: #fff;
}

.inner-address-p {
	font-size: 14px;
}
.inner-address p span{
	font-weight:500;
	font-size: 15px;

}
#footer {
	padding-bottom: 70px;
}

.f-add {
	padding: 20px;
}

.diclaimer-detail p {
	color: #000 !important;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
}

.contact-details h3,
.contact-details h4 {
	color: #fff;
}

.contact-details p {
	color: #000;
	font-weight: 500;
}

.contact-details {
	padding: 50px 0px;
	text-align: center;
}

.contact-details1 {
	padding-top: 30px;
	text-align: center;
	color: #fff;
}

#footer h5 {
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.maharera {
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.maharera a {
	text-decoration: none;
	color: #000;
}

/*Gallery Plugin*/
.demo-gallery>ul {
	margin-bottom: 0;
}

.demo-gallery>ul>li a {
	border: 1px solid #FFF;
	border-radius: inherit;
	display: block;
	overflow: hidden;
	position: relative;
}

.demo-gallery>ul>li a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.demo-gallery>ul>li a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	border: none !important;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.7);
}

.demo-gallery .justified-gallery>a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}

.demo-gallery.dark>ul>li a {
	border: 3px solid #04070a;
}

.home .demo-gallery {
	padding-bottom: 80px;
}

/*Instant Form*/
label.error {
	color: red;
	font-size: 12px;
	font-weight: 400;
	float: left;
	left: 0;
}

.modal-header {
	background-color: #5a4a37;
	border-bottom: 1px solid #fff;
}
.modal-body {
    position: relative;
    padding: 15px;
    background: #5a4a37;
}
.spek_exprt {
	width: 250px;
	text-align: center;
	background-color: rgba(218, 218, 218, 0.87);
	padding: 10px;
	-webkit-border-radius: 0 10PX 10PX 0;
	-moz-border-radius: 0 10PX 10PX 0;
	border-radius: 0 10PX 10PX 0;
	position: relative;
	top: -160px;
	z-index: 50;
	border: 1px solid #fff;
}

.spek_exprt .btn-default,
#instant-callback-div .btn-default {
	width: 100% !important;
	background: #000;
	color: #fff;
	border-color: #000;
}

#instant-callback-div {
	position: fixed;
	vertical-align: top;
	right: -247px;
	top: 20%;
	height: 0;
	z-index: 1000;
}

#instant-callback-div .form-control {
	height: 30px;
}

#instant-callback-div .input-group {
	margin: 8px auto;
}

#instant-callback-div .instant-switch {
	background: url('../img/enquire-now.html') no-repeat scroll 0 0;
	-webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: inline-block;
	height: 141px;
	vertical-align: top;
	width: 36px;
	border: 1px solid #fff;
	position: relative;
}

#instant-callback-div .content-switcher {
	background-color: #fff;
	display: inline-block;
	width: 245px;
	margin: 0 0 0 -4px;
	padding: 0 16px 12px;
	vertical-align: top;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

#instant-callback-div h4 {
	border-bottom: 1px solid #EDEDED;
	/*margin-bottom: 20px;*/
	padding-bottom: 15px;
	padding-top: 5px;
}

#instant-callback-div p {
	margin: 5px 0 !important;
	padding: 4px 0;
	font-size: 12px;
}

#instant-callback-div input[type="submit"]:hover {
	background-color: #333;
	color: #FFF;
}

#instant-callback-div input[type="submit"] {
	width: 100%;
}

#hide {
	background-color: #FFFFFF;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	height: 32px;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 40px;
	cursor: pointer;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 0;
}

#hide img {
	opacity: 0.3;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#hide img:hover {
	opacity: 0.7;
}

/*Popup Form*/

h3.modal-title {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.modal-body p { color: #fff; }
.modal-content {
	border-radius: inherit;
}

/*Price Popup*/
.pricepop {
	color: #334e95;
	text-decoration: none;
}

.pricepop:hover {
	text-decoration: none;
	color: #000;
}

#price .modal-dialog {
	width: 35%;
}

#price button#submitf {
	background-color: #000;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e8d483;
}

#submitf {
	background-color: #000;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000;
}

.innerlocationmap {
	background-color: #eedb8c;
	padding: 30px 0px;
}

#locationmap .section-head {
	color: #000 !important;
}

#locationmap .head-border {
	width: 99px;
	height: 4px;
	background: #000;
	border-radius: 50px;
	margin: -9px auto 35px;
}

/*Book A site visit*/
#bookvisit {
	left: 25px;
	position: fixed;
	vertical-align: top;
	right: 0;
	bottom: 7px;
	height: 28px;
	z-index: 1000;
}

#bookvisit .booksitevisit-switch {
	background: url(../img/handle3.html) no-repeat scroll 0 0;
	-webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: inline-block;
	height: 36px;
	vertical-align: top;
	width: 170px;
	position: relative;
}

.field {
	width: 100%;
	float: left;
	color: #000;
	padding: 10px 0;
	font-size: 15px;
}

.visit-time input,
.visit-date input {
	width: 30%;
	margin-right: 2%;
	padding: 6px;
	border: 1px solid #E3E3E3;
	color: #adadad;
	font-weight: 500;

}

.visit-time select {
	width: 30%;
	padding: 6px;
	border: 1px solid #E3E3E3;
	color: #adadad;
	font-weight: 500;
}

.carousel-caption {
	position: absolute;
	left: 0;
	right: 15%;
	bottom: 0;
	z-index: 10;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
	width: 30px;
	height: 30px;
	margin-top: 85px;
	font-size: 30px;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.sell_do_form_container .title {
	display: none !important;
}

.footer-popup {
	position: fixed;
	bottom: 0;
	margin-bottom: 0;
	z-index: 9;
	margin: 0;
	left: 0;
	background-color: #061b42;
	right: 0;
}

#inquiryForm input.form-control {
	width: 190px;
	padding: 6px;
	margin-right: 10px;
	border-radius: 6px;
}

#banner-cta-CountryCode {
	border-radius: 6px;
}

.form-5ae714fa7c0dac1f240143ad label {
	display: none !important;
}

.form-5ae714fa7c0dac1f240143ad .selldof_row {
	width: 20% !important;
	float: left;
}

.form-5ae714fa7c0dac1f240143ad .btn {
	width: 100%;
}

.form-5ae714fa7c0dac1f240143ad .title {
	width: 20% !important;
	float: left;
	padding-top: 8px !important;
	text-align: center !important;
	color: #fff;
	display: block !important;
}

.inquireButton {
	background-color: #061b42;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 20px;
	position: fixed;
	z-index: 1000;
	width: 100%;
}

#inquiryForm {
	background-color: #000;
	-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
	padding: 5px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
}

.amenitieslisting {
	list-style-type: none;
}

.amenities-list {
	width: 30%;
	float: left;
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
	color: #061b42;
	font-weight: bold;
	border: 1px solid #fff;
	border: 1px solid #fff;
	background: #fff;
}

.inquireButton {
	background-color: #061b42;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 20px;
	position: fixed;
	z-index: 1000;
	width: 100%;
}

#inquiryForm {
	background-color: #000;
	-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
	box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.38);
	padding: 0px 0;
	position: fixed;
	bottom: -15;
	width: 100%;
	z-index: 3;
}

#inquiryForm h4 {
	color: #fff;
	padding: 12px 0px;
	margin: 5px 0px;
	text-align: center;
}

#inquiryForm #submitf {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	font-weight: 500;
}

#otpModal {
	left: 50%;
	margin-left: -160px;
	position: fixed;
	top: 30%;
	width: 320px;
	z-index: 9999999;
	display: none;
	z-index: 9999999;
}

#otpModal::before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

.otpModal {
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.68);
	overflow: hidden;
}

.otpModal h2 {
	background-color: #eee;
	color: #EB313E;
	font-size: 16px;
	margin: 0;
	padding: 7px 0;
}

.otpFormGroup {
	padding: 10px 20px 20px;
	background-color: #eee;
}

.inputWrapper>* {
	width: 46%;
	padding: 5px;
	text-align: center;
}

.inputWrapper>input {
	border: 1px solid #aaa;
	color: #333;
	float: left;
}

.fixedDiv {
	position: fixed;
}

.inputWrapper button {
	border: 1px solid #4285f4;
	color: #4285f4;
	float: right;
	background-color: #fff;
}

.inputWrapper button i {
	font-size: 16px;
	margin-right: 5px;
}

.inputWrapper::after,
.inputWrapper::before {
	clear: both;
	content: "";
	display: table;
}

.inputWrapper {
	margin: 10px 0;
}

.otpFormGroup>input[type="submit"] {
	padding: 4px;
	text-transform: uppercase;
	width: 100%;
}

.otpFormGroup>label {
	color: #555;
	font-weight: normal;
}

.closeOtpModal {
	display: none;
	background-color: #EB313E;
	color: #fff;
	font-family: Arial;
	padding: 2px 15px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

span.error {
	position: absolute;
	left: 8px;
	bottom: 50px;
	color: #EB313E;
	font-size: 11px;
}

.otpbtn {
	background: #EB313E;
	width: 100%;
	color: #fff;
	border: none;
	padding: 5px;
}

.otpFormGroup>label {
	color: #000;
	font-weight: bold;
	width: 100%;
	font-size: 13px;
	/* font-weight: normal; */
	text-align: center;
}

.formwidth {
	width: 20%;
	float: left;
	padding: 0px 5px;
}

#popupModal .modal-header .close {
	margin-top: -2px;
	color: #000;
	position: absolute;
	right: 10px;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
     opacity: 1; 
}
#popupModal .modal-dialog {
	width: 35%;
}

.error1 {
	position: relative;
	left: 8px;
	bottom: 0;
	color: red;
	font-size: 11px;
}

/* ====================== Amenities start ====================== */
#amenities {
	 background: #5a4a37; 
	/*background-image: url("../img/BG-for-Amenities.jpg");*/
	/*background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;*/
	/* opacity: 0.7; */
	margin: 0px 0px 20px;
	padding: 40px 0px;
}
#amenities .section-head { color: #fff; }
#amenities .head-border { color: #fff; }
#amenities .nav>li>a {
	font-weight: 800;
}

#amenities .nav>li>a:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.square {
	width: 150px;
	height: 150px;
	background: #619753;
	position: absolute;
	bottom: -22px;
	right: -42px;
}

.amenities-circle {
	border: 2px solid #362a04;
	width: 100px;
	height: 100px;
	border-radius: 15px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}

.white {
	display: none;
}

.black {
	display: block;
}

.amenities-circle:hover .black {
	display: none;
}

.amenities-circle:hover .white {
	display: block;
	position: absolute;
	top: 0;
}

.amenities-circle:hover {
	background-color: #000;
	border: 2px solid #fff;
}

.amenities-circle img {
	margin: 25px;
}


.amenities-container {
	padding: 40px 0px 0px;
}

.circle-block {
	height: 180px;
}

.circle-block h4 {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
	text-align: center;
	color: #fff;

}

/* ==================== Floorplan Start ==================== */



#Gallerysection .nav-pills>li.active>a:hover,
#Gallerysection .nav-pills>li.active>a:focus {
	color: #fff !important;
	background-color: var(--color1) !important;
	/* padding: 20px 21px; */
}

#Gallerysection .inner-floorplan .nav-pills>li {
	width: 31%;
	text-align: center;
	color: var(--color1) !important;
	border-radius: 4px;
	padding: 5px;
}

#Gallerysection .inner-floorplan .nav.nav-pills {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#Gallerysection .inner-floorplan .carousel-wrap {
	margin: 35px auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}

#Gallerysection .inner-floorplan .owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

#Gallerysection .inner-floorplan .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	border: 1px solid var(--color1);
}

#Gallerysection .inner-floorplan .owl-nav i {
	font-size: 50px;
	font-weight: 700;
}

#Gallerysection .inner-floorplan .owl-nav .owl-prev {
	left: -37px;
	position: absolute;
}

#Gallerysection .inner-floorplan .owl-nav .owl-next {
	right: -37px;
	position: absolute;
}

#Gallerysection .inner-floorplan .owl-carousel .owl-nav button.owl-next,
#Gallerysection .inner-floorplan .owl-carousel .owl-nav button.owl-prev {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	/* border: 2px solid #fff; */
	margin: 5px;
	position: absolute;
	top: 37%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Gallerysection .item button.info {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#Gallerysection .item button.info {
	margin: 10px;
	font-weight: 400;
	border: 1px solid #fff;
	background: #0000008a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	width: 95%;
	height: 92%;
}

#Gallerysection .item:hover button.info {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#Gallerysection .item button.info:hover {
	box-shadow: 0 0 5px #fff;
}

#Gallerysection .item:hover .overlay {
	background-color: rgba(48, 152, 157, 0.4);
}

#Gallerysection .overlay {
	position: absolute;
	top: 0;
	left: 0;
}

#Gallerysection .overlay {
	border: 2px solid #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#Gallerysection .overlay>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	border: none !important;
	width: 25px !important;
}

#Gallerysection .item a:hover>.overlay>img {
	opacity: 1;
}

/* ==================== Floorplan End ==================== */

#accordion {
	margin: auto;
	/* max-width: 500px; */
}

.panel-heading a {
	display: block;
	position: relative;
	font-weight: bold;

	&::after {
		content: "";
		border: solid #fff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 5px;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate(45deg);
	}

	&[aria-expanded="true"]::after {
		transform: rotate(-135deg);
		top: 5px;
	}
}

.panel-default {
	margin: 10px 1px;
}
.panel-heading{
	background-color: #000 !important;
}
.panel-heading .panel-title {
	color: #fff;
	font-weight: 600;
	text-decoration: none !important;
        font-size:13px !important;

}
#collapse1,#collapse2,#collapse3{
	background-color: #cead4c !important;

}
.panel-body li{
	color: #fff;
	font-weight: 600;
}


/* ==================== Floorplan Start ==================== */



#floorplansection .nav-pills>li.active>a:hover,
#floorplansection .nav-pills>li.active>a:focus {
	color: #fff !important;
	background-color: var(--color1) !important;
	/* padding: 20px 21px; */
}

#floorplansection .inner-floorplan .nav-pills>li {
	width: 31%;
	text-align: center;
	color: var(--color1) !important;
	border-radius: 4px;
	padding: 5px;
}

#floorplansection .inner-floorplan .nav.nav-pills {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#floorplansection .inner-floorplan .carousel-wrap {
	margin: 35px auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}

#floorplansection .inner-floorplan .owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

#floorplansection .inner-floorplan .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	border: 1px solid var(--color1);
}

#floorplansection .inner-floorplan .owl-nav i {
	font-size: 50px;
	font-weight: 700;
}

#floorplansection .inner-floorplan .owl-nav .owl-prev {
	left: -37px;
	position: absolute;
}

#floorplansection .inner-floorplan .owl-nav .owl-next {
	right: -37px;
	position: absolute;
}

#floorplansection .inner-floorplan .owl-carousel .owl-nav button.owl-next,
#floorplansection .inner-floorplan .owl-carousel .owl-nav button.owl-prev {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	/* border: 2px solid #fff; */
	margin: 5px;
	position: absolute;
	top: 37%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#floorplansection .item button.info {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#floorplansection .item button.info {
	margin: 10px;
	font-weight: 400;
	border: 1px solid #fff;
	background: #0000008a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	width: 95%;
	height: 92%;
}

#floorplansection .item:hover button.info {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#floorplansection .item button.info:hover {
	box-shadow: 0 0 5px #fff;
}

#floorplansection .item:hover .overlay {
	background-color: rgba(48, 152, 157, 0.4);
}

#floorplansection .overlay {
	position: absolute;
	top: 0;
	left: 0;
}

#floorplansection .overlay {
	border: 2px solid #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#floorplansection .overlay>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	border: none !important;
	width: 25px !important;
}

#floorplansection .item a:hover>.overlay>img {
	opacity: 1;
}

/* ==================== Floorplan End ==================== */
.form-check{
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    line-height: 17px;
    color: #fff;  
}
.form-check input{
    margin-top: 2px;
    margin-right: 4px;
}
.form-check.white{
  color: #fff;  
}


.aboutus-block {
    background-color: #017671;
    height: 430px;
    position: relative;
    right: 0px;
    border-radius: 20px;
    opacity: 1;
}

.config-block {
    padding: 33px 18px;
    text-align: center;
    border: 1px solid #17736d;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(219 219 219);
    -moz-box-shadow: 0px 0px 16px 0px rgba(219, 219, 219, 1);
    box-shadow: 1px 12px 16px 0px rgb(219 219 219);
}

#amenities {
    background: #15726c;
}

#floorplansection {
    padding: 50px 0;
    margin: 0 auto;
    background: #191b1b;
}
.inner-address {
    padding: 20px 0;
    background: #15726c;
}

.modal-body {
    position: relative;
    padding: 15px;
    background: #1e403d;
}
.modal-header {
     background: #000;
}

@media only screen and (max-width: 600px) {
    .aboutus-block {
        height: inherit;
        right: 0;
        background-color: #000;
        padding: 30px 20px;
        margin: 29px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .inquireButtoncall {
        display: block;
        background-color: #000;
        border: 1px solid #000000;
        margin: 0 auto;
        width: 33.333% !important;
        position: fixed;
        bottom: 0px;
        color: #fff;
        padding: 10px;
        font-size: 18px;
    }
}



.config-block {
    
    margin: 10px;
}