@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,700&family=Lato:ital,wght@0,300;0,400;0,700;1,400&family=Oswald:wght@400;500;600&display=swap') * {
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth
}

.copyrights img {
	width: 120px;
}

body {
	font-size: 15px;
	color: #222;
	font-family: 'Lato', sans-serif;

	overflow-x: hidden !important
}

.banner {
	position: relative;
}

.banner-rera {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 12px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 5px;
	z-index: 1;
	border-radius: 10px;
}

.banner-rera a {
	color: #fff !important;
}

a {
	text-decoration: none;
}

p {
	line-height: 24px
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;

	color: #271359;
	margin-top: 0px;
}

h2 {
	font-size: 60px;
	font-weight: 300;

}

h2 span {
	font-weight: bold;
	color: #93c12b;
}

h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 43px;
}

ul {
	padding-left: 20px
}

a:focus {
	outline: 0;
	text-decoration: none
}

img {
	width: 100%;
}

.nav-xbootstrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block
}

.nav-xbootstrap li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #ba9666
}

.nav-xbootstrap li a {
	padding: 3px 10px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;

	text-transform: uppercase;
}

.nav-xbootstrap li:hover ul.dropdown {
	display: block
}

.nav-xbootstrap li a:hover {
	color: #ffc03c
}

.nav-xbootstrap li ul.dropdown {
	position: absolute;
	display: none;
	width: 200px;
	background: #2980b9;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	padding-top: 0
}

.nav-xbootstrap li ul.dropdown li {
	display: block;
	list-style-type: none
}

.nav-xbootstrap li ul.dropdown li a {
	padding: 15px 20px;
	font-size: 15px;
	color: #333;
	display: block;
	font-weight: 400
}

.navbar-brand {
	padding: 2px 0px 3px;
}

.navbar {
	padding: 0 0;
	position: relative !important;

	width: 100%;
	z-index: 9;
	transition: transform .3s ease-in-out;

}


.navbar-nav li a {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 20px 15px !important
}

.phone-no a {
	color: #000;
	font-size: 17px;
	background: #fff;
	border: 1px solid #000;
	padding: 3px 9px;
	display: inline-block;
	border-radius: 47px;
}

.whats-app-icon a {
	background: #00ad58;
	color: #fff;
	padding: 3px 15px;
	font-size: 18px;
	border-radius: 47px;
	display: inline-block;
}

.whats-app-icon span {
	font-size: 14px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.navbar {
	padding: 2px 0px;

}

.important-info {
	width: 100%;
	clear: both;
	margin-top: 40px;
	display: flex;
	position: relative;
}

.items-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.flex {
	display: flex;
}

.logo img {
	width: 200px;
}

.h-rights {
	float: right;
}

.lang-list {
	float: left;
}

.block-info {
	width: 100%;
	clear: both;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 20px 0px #d5d5d5;
	border: 1px solid #c7c7c7;
}

.imp-icon {
	display: inline-block;
	width: 50px;
	margin-bottom: 5px;
}

.imp-text span {
	display: block;
}

img {

	transition: 0.5s;
	transition: all ease-in-out 1s;
}

.feature-imgs {
	overflow: hidden;
	margin: 0px 0px 5px;
}

.feature-cols:hover img {
	transform: scale(1.1);
	filter: gray;
}

.navbar {
	padding: 2px 0px;
}

.container-fluid {
	padding: 0 1%;
}

.feature-info {
	padding: 0 1%;
}

.about-inner {
	position: relative;
}

.banner-form {
	box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, .15);
	padding: 2rem 2rem;
	color: #fff;
	/* margin-top: -185px; */
	position: absolute;
	bottom: 17px;
	width: 32.333333%;
	right: 0;
}

.form-control {
	border-radius: 0px;
	height: 50px;
	color: #212529;
	font-size: 14px;
}

label {
	display: inline-block;
	margin: 5px;
	font-size: 13px;
}

.theme-button {
	display: inline-block;
	padding: 14px 15px;
	background: #007da8;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 2px;
	border: 0px;
	font-size: 18px;
	font-weight: 400;
}

.about-info {
	display: inline-block;
	width: 100%;
	position: relative;

}

.padding7 {
	padding-left: 5%;
	padding-right: 5%;
}

.about-projects .outline-text {
	position: absolute;
	right: 124px;
	top: -46px;
}

.cta-btn .theme-button {
	color: #fff !important;
}

.theme-button:hover {
	Background: #271359;
	color: #fff !important;
}

.contact .cta-btn button {
	width: 100%;
}

.cta-btn .theme-black-button {
	background: #de8300;
	color: #fff !important;
}

.theme-black-button:hover {
	background: #AD8029 !important;
	color: #fff !important
}

.booking-open span {
	font-size: 33px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.modal-dialog {
	min-height: calc(100vh - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 700px;
}

.video {
	z-index: 9;
	position: relative;
	padding: 0 15%;
}

.amenities-slider .owl-item {
	opacity: .2;
}

.amenities-slider .center {
	opacity: 1 !important
}

.banner-row {
	overflow: hidden;
}

.close-btn-popup a {
	background: #f00;
	color: #fff;
	width: 40px !important;
	height: 39px !important;
	line-height: 15px;
	font-size: 33px;
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 9;
	padding: 11px 0;
	text-align: center;
}

label {
	font-size: 14px;
}

.pl-0 {
	padding-left: 0px
}

.modal-content {
	border-radius: 0px;
}

.popup-module .form-group {
	margin: 5px 0px
}

.modal.show .modal-dialog {
	transform: translate(0px, 0px);
}

.mob {
	display: none;
}

.bg-theme {
	background-color: #271359;
}

.about-text span {
	font-weight: 600;
	font-size: 18px;
	color: #999;
}

.rera-no {
	color: #000;
	font-weight: 600;
}

.about-imgs img {
	border-radius: 10px;
}

.highlight-row {
	padding: 70px 0px;
	clear: both;
}

.highlight-blocks {
	border: 1px solid #fff;
	padding: 10px;
	float: left;
	width: 100%;
	color: #fff;
	border-left: 5px solid #fff;
	margin: 7px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .5);
}

.highlight-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 300px;
	background: #fbf4de;
	border-radius: 14px;
	width: 100%;
	text-align: center;
}

.highlight-labels {
	width: 100%;
}

.higlight-infos .w-50 {
	width: 47% !important;
}
.w-100{width:100%;}
.highlight-blocks p {
	margin-bottom: 0px;
}

.feature-cols {
	padding: 0px 0 2px;
	margin: 10px 0;
	text-align: center;
	background: #fff;

	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	display: block;
	box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}

.feature-cols p {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.feature-row {
	display: inline-block;
	width: 100%;
	padding: 60px 0;
}

.about-section {
	padding: 70px 0 70px 0px;

	width: 100%;
	background-image: url(../images/bg-axtra.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	background-size: contain;
	background-color: #fff;
}

.price-list .table-bordered td,
.table-bordered th {
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #666666;
	width: 33%;
	font-weight: 600;
}

.floor-block {
	margin-top: 15px;
	padding: 5px;
	background: #fff;
	position: relative;
	/* border: 1px solid #f7f7f7; */
	box-shadow: 0 0 15px #c1c1c1;
}

.floor-name {

	padding: 15px 25px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	border: 1px solid #efefef;
	width: 100%;
	text-align: center;
}

.contact {
	width: 100%;
	padding: 50px 0 40px;
	float: left;

	  background-image: url(../images/fotter_bg.jpg);
    background-repeat: no-repeat;
   background-size: cover;
}

.query-forms {
	width: 100%;
	box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	clear: both;
	background: #fff;
	border-radius: 15px;
	padding: 20px 40px 40px;
}

.form-group {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

.copyrights p {
    margin: 0px 0 11px;
    color: #cacaca;
    font-size: 13px;
    line-height: normal;
}
.copyrights a {
	color: #c18282;
	font-weight: 600;
}

.copyrights {
	padding: 60px 0;
	clear: both;
}

.bg-gray {}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.table-bordered {
	background: #fff;
}

.video-virtual {
	position: relative;
	width: 85%;
	margin: auto;

}


.video-virtual span {
	position: absolute;
	vertical-align: middle;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	vertical-align: ce;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-virtual span img {
	filter: brightness(0) invert(1);
}

.location-row {
}

.white-color {
	color: #fff
}

.content {
	display: none;
}

.noContent {
	display: none !important;
}

.gallery {
	padding: 60px 0;
}

.floor-row {
	background-image: url(../images/bg-axtra.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: bottom left;
}

.py-60 {
	padding: 60px 0;
}

.mobile-bottom li {
	display: inline-block;
	width: 100%;
	padding: 8px 5px 14px;
	color: #333;
	text-align: center;
	border-right: 1px solid #606060;
}

.mobile-bottom li a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	display: block;
	font-size: 14px;
}

.sheak {
	display: inline-block;
	animation: shake .9s;
	animation-iteration-count: infinite;
}

.mobile-bottom img {
	width: 18px;
	height: 18px;
	margin-bottom: 0;
}

.mobile-bottom {
	background: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	border-top: 1px solid #3c3c3c;
	display: none;
}

.mobile-bottom .last-child {
	border-right: none;
}

.mobile-bottom ul {
	padding: 0;
	margin: 0;
}

#bottom-forms {
	bottom: 0;
	font-size: 14px;
	right: 24px;
	z-index: 99;
	position: fixed;
	width: 350px;
	display: none;
}

.bottom-form-close {
	color: #fff;
	display: block;
	float: right;
	font-size: 22px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
}

.banner-information button {
	width: 100% !important;
}

h4.blink_me {
	margin-bottom: 0px;
	color: #fff;
	font-size: 18px;
}

.price-list {
	clear: both
}

#bottom-forms .heading-bottom-form {
	background: #1f0f26;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: uppercase;
}

.form-history {
	float: left;
	box-shadow: 0 0 7px #919191;
	background: #fff;
	width: 100%;
}

.footer-stay-form {
	padding: 10px 15px 20px;
}

.privacy-policy-info {
	width: 100%;
	padding: 70px 0px;
}

.error {
	font-size: 12px;
	color: red;
	margin: 0;
}

#bottom-forms i {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	background: #00787c;
	border-radius: 0 3px 0 0;
}

#bottom-forms i {
	height: 47px;
	line-height: 24px;
	font-size: 40px;
	padding: 10px;
}

.download-gifs img {
	width: auto !important;
}

@media (min-width:1500px) and (max-width:1681px) {
	h2 {
		font-size: 48px !important
	}

	h4 {
		font-size: 18px !important
	}

	.amaenities-row .outline-text span {
		-webkit-text-stroke-color: #704fad;
		font-size: 125px !important;
	}

	.about-projects .outline-text1 {

		top: -25px !important;
	}

	.video {
		z-index: 9;
		position: relative;
		padding: 43px 15% 0 !important;
	}



	.outline-text1 span {
		font-size: 87px !important;
	}

	.wrapper-heading {
		top: 42px !important;
	}

	.product-signular-list {

		margin-top: 20px !important;
	}

	.row-pro-list {
		padding: 10px 0px !important
	}
}

@media (min-width:1150px) and (max-width:1450px) {
	.banner-text h2 {
		font-size: 36px !important;
	}

	

	h2 {
		font-size: 48px !important
	}

	h4 {
		font-size: 18px !important
	}

	.amaenities-row .outline-text span {
		-webkit-text-stroke-color: #704fad;
		font-size: 96px !important;
	}

	.about-projects .outline-text1 {

		top: 25px !important;
	}

	.about-texts {
		padding: 50px 0px 0 !important;
	}
.feature-name h5 {
    font-size: 15px!important;
}
	.video {
		z-index: 9;
		position: relative;
		padding: 43px 15% 0 !important;
	}

	.amaenities-row {
		padding-bottom: 40px !important
	}

	.outline-text1 span {
		font-size: 87px !important;
	}

	.wrapper-heading {
		top: 42px !important;
	}

	.product-signular-list {

		margin-top: 20px !important;
	}

	.about-projects .feature-right {
		padding: 50px 0px 0 !important
	}

	.project-lists ul li {
		padding: 7px 0px !important;
		font-size: 16px !important
	}

	.pro-sign-label {
		font-size: 14px !important
	}

	.v-strip {

		margin-top: 0 !important;

	}

	.about-img1 {
		padding: 25px !important
	}

	.feature-box-row {
		margin-top: 20px;
	}

	.row-pro-list {
		padding: 10px 0px !important
	}
}

@media(max-width: 1024px) {
	h2 {
		font-size: 46px;
	}

	.wrapper-heading {
		position: relative !important;
	}

	.about-texts {
		margin-top: 40px;
	}

	.wrapper {
		overflow-x: hidden;
	}

	.feature-box-row {
		margin-top: 40px;
	}

	.outline-text {
		display: none;
	}

	.banner-form {
		width: 40.333333%;
	}

	.nav-xbootstrap li a {
		padding: 3px 4px;

		font-weight: 400;
		text-transform: uppercase;
	}

	.important-info {
		margin: 0px;
		padding: 70px 0 0;
	}

	.block-info strong {
		font-size: 13px;
	}

	.highlight-bg {
		margin-bottom: 20px;
	}

	.about-img1 {
		padding: 0px !important;
		margin-top: 4rem !important;
	}

	.about-texts {
		padding: 0px !important
	}

	.amaenities-row .outline-text span {
		font-size: 80px !important
	}

	.about-projects .feature-right {
		padding: 20px 0px !important
	}

	.v-strip {

		margin-top: 18px !important;
		margin-bottom: 10px;
	}

	.interior-explore .feature-right {
		padding: 0px !important;
	}

	.interior-img2 {
		position: relative;
		right: 0 !important;
		z-index: 9;
		border: 0px !important;
		margin-bottom: 50px;
	}

	.banner-text.banner-text {
		top: 200px !important
	}

	.banner-information {
		bottom: 10px !important
	}
}

@media(max-width: 980px) {
.about-eternity2-info::before{display: none;}
.about-eternity2-info{padding: 40px 0px!important;    background-position: right top!important;
    background-size: 27%!important;}
	.offers-boxes {
    padding: 35px 15px 35px 15px;
    border-radius: 10px;
    margin: 25px 0 0;
    min-height: auto!important;
}
	.invest_vrindavan_row{background-size: 100%!important;}
	.change .bar1,
	.change .bar3 {
		background: #fff;
	}

	.booking-open span {
		font-size: 24px;
	}

	.header-rights {
		position: absolute;
		right: 45px;
	}

	.banner-form {
		padding: 1rem;
		;
	}

	.form-group {
		display: inline-block;
		width: 100%;
		margin: 6px 0 !important;
	}

	.navbar {
		padding: 0 !important
	}

	.nav-xbootstrap {
		background: #000;
		width: 250px;
		height: 100%;
		display: block;
		padding: 20px;
		position: fixed;
		right: -250px;
		top: 0;
		z-index: 9;
		-webkit-transition: right .25s ease;
		-moz-transition: right .25s ease;
		-ms-transition: right .25s ease;
		-o-transition: right .25s ease;
		transition: right .25s ease;
		margin: 0;
		border: 0;
		border-radius: 0;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%
	}

	.nav-xbootstrap.visible {
		right: 0;
		-webkit-transition: right .25s ease;
		-moz-transition: right .25s ease;
		-ms-transition: right .25s ease;
		-o-transition: right .25s ease;
		transition: right .25s ease
	}

	.nav-xbootstrap {
		display: block;
	}

	.nav-bg-xbootstrap {
		display: inline-block;
		vertical-align: middle;
		width: 25px;
		height: 50px;
		margin: 0;
		position: relative;
		z-index: 9;
		top: -3px;
		left: 0;
		padding: 12px 0 0 10px
	}
       .navbar-xbootstrap {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
        cursor: pointer;
        margin: 0;
        position: fixed;
        top: 0;
        right: 12px;
        padding: 8px 0;
    }

	.bar1,
	.bar2,
	.bar3 {
		width: 25px;
		height: 2px;
		background-color: #fff;
		margin: 6px 0;
		transition: .4s
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-46deg) translate(-9px, 3px)
	}

	.change .bar2 {
		opacity: 0
	}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(44deg) translate(-8px, -3px)
	}

	.nav-xbootstrap ul {
		padding-top: 80px
	}

	.nav-xbootstrap li {
		display: block
	}

	.nav-xbootstrap li a {
		display: block;
		color: #fff
	}

	.nav-xbootstrap li:first-child:hover a {
		border-radius: 0
	}

	.nav-xbootstrap li ul.dropdown {
		position: relative
	}

	.nav-xbootstrap li ul.dropdown li a {
		background: #2980b9 !important;
		border-bottom: none;
		color: #fff !important
	}

	.nav-xbootstrap li:hover a {
		color: #fff !important
	}

	.nav-xbootstrap li ul.dropdown li:hover a {
		background: rgba(0, 0, 0, .1) !important;
		color: #fff !important
	}

	.nav-xbootstrap li ul.dropdown li a {
		padding: 10px 10px 10px 30px
	}

	.nav-xbootstrap li:hover .arrow-down {
		border-top: 5px solid #fff
	}

	.sticky .bar1,
	.sticky .bar2,
	.sticky .bar3 {
		background: #000 !important;
	}
	.desk {
		display: none !important;
	}

	.mob {
		display: block;
	}
	.banner-text.banner-text {
		top: auto!important;
		bottom: 182px!important;
	}
	.thankyou-box .navbar-brand{width:250px;}
}

@media(max-width: 767px) {
    header {
    padding: 1px 0!important;
    }
    .thankyou-box{width:92%!important;}
    .thankyou-texts h4{font-size:14px;}
	.feature-name h5 {
    font-size: 15px!important;
}

	.banner-text.banner-text {
		top: auto!important;
		bottom: auto!important;
	}
	.banner-rera {
		display: none !important;
	}

	.logo img {
		width: 130px;
	}

	.banner-text h1.project-names {
		font-weight: bold !important;
		font-size: 26px !important;
	}

	.bg-none {
		display: none !important;
	}

	.query-forms {
		box-shadow: none !important;
	}

	#floor-plan {
		padding: 30px 0 !important;
	}

	.feature-box-block {
		margin-bottom: 20px;
	}

	.about-img1,
	.about-img {
		margin-bottom: 30px;
	}

	.outline-text span {
		display: none;
	}

	.wrapper-heading {
		position: relative !important;
	}

	.owl-nav {
		display: none !important
	}

	.amenites-texts,
	.amenites-name {
		text-align: center !important;
	}

	.amenites-name h3 {
		text-align: center !important;
		font-weight: 400;
		font-size: 25px;
	}

	.banner-text.banner-text {
		position: relative !important;
		top: auto !important;
		padding: 20px;
		background: #fff;
	}

	.sticky {
		background: #fff !important;
	}

	.navbar {
		display: inline-block;
		text-align: right;
	}

	.banner-information {
		position: relative !important;
		box-shadow: 0 0 5px #ddd;
		margin-top: 20px;
	}

	.about-img1 {
		margin: 0px 0 20px !important;
	}

	.about-projects {
		padding-top: 20px !important
	}

	.banner-text h1 {
		font-size: 26px !important;
		background: none !important;
		text-shadow: none !important;
		color: #000 !important
	}

	.reasons-block {
		margin-bottom: 15px !important;
	}

	.banner-text h2 {
		display: block;
		color: #000 !important;
		font-weight: 500 !important;
		font-size: 15px !important;
		text-shadow: none !important;
	}

	.important-info {
		padding: 40px 0 0;
	}

	.about-section {
		padding: 40px 0 50px;
	}

	

	.higlight-infos .w-50 {
		width: 100% !important;
		margin: 0 0 10px 0;
	}

	.padding7 {
		padding-left: 1% !important;
		padding-right: 1% !important;
	}

	.navbar {
		border: 0px !important
	}

	.wrapper .interior-explore .padding0 {
		padding: 0px 0 20px !important
	}

	.video {
		padding: 0px !important
	}

	    .theme-button {
        padding: 10px 8px;
        font-size: 17px;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }


	.ps-xs-0 {
		padding-left: 0px !important;
	}

	.copyrights {
		padding-bottom: 60px;
	}

	.close-btn-popup a {
		right: 0px !important;
	}

	h2 {
		font-size:32px;
	}

	.pro-sign-label,
	.pro-sign-text {
		width: 100% !important;
	}

	.interior-explore .feature-right {
		padding: 0px !important;
	}

	.product-signular-list {
		margin-top: 0px !important
	}

	.about-projects .feature-right {
		padding: 0px !important
	}

	.video-virtual {
		width: 100%;
		padding: 0px;
	}

	.video-virtual span {
		width: 15%;
	}

	.header-rights {
		position: absolute;
		right: 36px;
	}

	.container-fluid {
		padding: 0 2%;
	}

	.banner-form {

		position: relative;
		width: 100%;
		margin-top: 25px;
		padding: 2rem !important;
	}

	.navbar-brand img {
		width: 100%;
		height: auto;
	}

	.whats-app-icon {
		display: none;
	}

	.mobile-bottom {
		display: block !important;
	}

	.phone-no a {
		padding: 0px;
		color: #fff;
		border: 0px;
		background: none;
	}

	.sticky .bar1,
	.sticky .bar2,
	.sticky .bar3 {
		background-color: #666 !important;
	}

	.sticky .nav-xbootstrap li a {
		color: #ddd !important;
	}

	.sticky .phone-no a {
		color: #000;
	}

	.location-quote {

		padding: 20px 20px !important;
		border-radius: 0px !important;
		margin-left: 0px !important;
	}

	.navbar-brand {
		padding: 5px 0px 8px;
		width: 100px;
	}

	.block-info {
		padding: 7px !important;
	}

	.block-info strong {
		font-size: 14px;
	}

	.modal-content .pl-0 {
		padding-left: 10px;
	}
}

.feature-inner .main-heading h4 {
	-webkit-text-fill-color: #0a617c;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffeb00;
	font-size: 78px;
	display: block;
}

.content {
	display: none;
}

#load-more {
	background: #e5bb64;
	color: #000 !important;
}

.reasons-block {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 5px;
	border: 1px solid #ffd56a;
	margin: 0 5px 0px;
	min-height: 165px;
}

.reason-icon {
	margin-bottom: 10px;
	width: 50px;
	display: inline-block;
}

.reason-text p {
	color: #fff;
	margin-bottom: 0px;
}

.usp-blocks {
	margin-top: 15px;
	padding: 13px;
	background: #fff;
	position: relative;
	border: 1px solid #bdbdbd;
	box-shadow: 0 0 15px #c1c1c1;
	text-align: center;
	border-radius: 8px;
}

.location-img {
	border: 5px solid #fff;
	border-bottom: 0px;
}

.location-quote {
	color: #fff;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #fff;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.disclaimers {
	color: #ddd;
	font-size: 11px !important;
	line-height: 16px !important;
}

.arrow-down.active {}

.arrow-down {}

.arrow-down:before,
.arrow-down:after {
	content: "";
	display: block;
	width: 17px;
	height: 3px;
	background: white;
	position: absolute;
	top: 19px;
	transition: transform .5s;
}

.arrow-down:before {
	right: 21px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transform: rotate(45deg);
}

.arrow-down:after {
	right: 10px;
	transform: rotate(-45deg);
}

.arrow-down.active:before {
	transform: rotate(-45deg);
}

.arrow-down.active:after {
	transform: rotate(45deg);
}

.phone-no i {
	margin-right: 5px;
}

.nav-up {
	top: -160px;
}


.sticky .nav-xbootstrap li a {
	color: #fff
}

.sticky .navbar {
	padding: 2px 0px;

}

.sticky {
	background: #271359;
	box-shadow: rgb(0 0 0 / 30%) 0 1px 4px 0;
}
header {
    padding: 5px 0;
    position:fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 99;
    text-align: center;
    background: #271359;
}
.img_tag {
    text-align: right;
    color: #fff;
    z-index: 1;
    font-size: 11px!important;
    letter-spacing: 0px;
    position: absolute; text-transform:capitalize!important;
    right: 10px;
    bottom: -5px;
    width: 100%;
}
.floor-imgs img {
	border: 1px solid #eee;
}

.location-imgs {
	padding: 0px;
}

.location-texts p {
	color: #fff;
}

.form-banner-row .container {
	position: relative;
}

.banner-information {
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
}

.banner-text h1 {
    font-size: 36px;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    text-shadow: 2px 2px #000000;
    background: rgba(0, 0, 0, .7);
    display: inline-block;
    padding: 5px 10px;
    margin-top: -3px!important;
    border-radius: 14px;
}
.banner-text h1 span {
	font-weight: 500;
}
.banner-text h2 {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 27px!important;
    font-size: 1.5rem;
    text-shadow: 2px 2px #000;
}
.banner-text.banner-text {
	position: absolute;
	top: 47%;
	/* display: inline-block; */
	width: 100%;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	left: 0;
	right: 0;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	bottom: 0px;
}

.banner-form-bottom {

	background:rgba(0,0,0,.7);
	padding: 15px 25px;
	border-radius: 6px;
}

.about-projects {
	display: inline-block;
	width: 100%;
	padding: 80px 0px;
}

.outline-text span {
	color: #a18245;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #c1c1c1;
	font-size: 175px;
}

.amenites-container {
	text-align: center;
}

.amaenities-row .outline-text span {
	-webkit-text-stroke-color: #ffffff;
	font-size: 103px;
}

.wrapper-heading {
	position: absolute;
	top: 15px;
	width: 100%;
}

.amenities-sub {
	text-align: center;
}

.amenities-sub h6 {
	font-size: 18px;
	font-style: italic;
	color: #d4bcff;
	line-height: 24px;
}

.v-strip {
	display: inline-block;
	width: 1px;
	height: 68px;
	background: #fff;
	margin-top: -26px;
	margin-bottom: 10px;
}

.outline-text1 span {
	font-size: 105px !important
}

.about-projects .outline-text1 {
	position: absolute;
	right: 186px;
	top: 24px;
}

.heading-strips {
	position: relative;
}

.about-img {
	position: relative;
}


.about-eternity2-info {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-image: url(../images/mor_pankh.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 12%;
}
.about-img1 {
	padding: 10px;
	margin-top: 9rem;
}

.interior-container {
	text-align: center;
}

.interior-explore .pro-sign-label,
.interior-explore .pro-sign-text {
	color: #fff;
}

.feature-right {
	padding: 50px !important;
}

.amenities-slider {
	clear: both;
	width: 100%;
}

.project-lists ul {
	list-style: none;
	padding: 0px;
}

.project-lists ul li {
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
}

.text-left {
	text-align: left;
}

.interior-img2 {
	position: relative;
	right: -157px;
	z-index: 9;
	border: 10px solid #59be08;
}

.interior-explore .feature-right {
	padding: 50px !important;
}

.interior-explore .row-pro-list {
	width: 100%;
	padding: 20px 0px;
}

.interior-explore {
	background: #29164c;
	padding-top: 20px;
	padding-bottom: 70px !important;
}

.floor-sliders .amenites-name h3,
.floor-sliders .amenites-texts p {
	color: #333
}

.project-lists ul li span {
	font-size: 14px;
	margin-right: 10px;
}

.amenites-name h3 {
	color: #fff;
	font-size: 28px;
}

.amenites-texts p {
	color: #fff;
	margin-bottom: 2px;
}

.features-row {
	background: #fff;
}


.product-signular-list {
	display: inline-block;
	width: 100%;
}

.amenites-texts {
	text-align: right;
}

.row-pro-list {
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
	clear: both;
	float: left;
	text-align: left;
}

.pro-sign-text {
	width: 55%;
	float: left;
}

.pro-sign-label {
	width: 45%;
	font-weight: 600;
	float: left;
}
.amaenities-row {
    background: #fff;
    background-image: url(../images/mor_pankh.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 13%;
}
.features-icons {
	overflow: hidden;
	display: inline-block; position:relative;
}

.price-list {
	clear: both;
	padding: 40px 0;
background: #271359;

}

.price-blocks {
	/* border: 1px solid #ddd; */
	padding: 30px;
	margin-bottom: 35px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 5px#ddd;
}

.bhk-name {
	font-size: 26px;
	font-weight: 600;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bhk-size {
	font-size: 18px;
	margin: 10px 0px;
}

.feature-box-block {
	position: relative;
	z-index: 9;
}

.amenites-name {
	text-align: center;
}

.feature-box-block {
	border: 1px solid #999;
}

.location-list .theme-button {
	width: 100%;
}

.banner-text h2 {
	font-size: 32px;
}
.feature-blocks {
    width: 100%;
    /* border: 1px solid #ddd; */
    text-align: center;
    border-radius: 7px;
    padding: 5px;
    background: rgba(0, 0, 0, .1);
    margin: 10px 0;
}

.feature-name h5{font-size: 18px;}
.modal-backdrop.fade{opacity: .75!important;}
.thankyou-box {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.block-thankyou1 {
    background: #fff;

    padding: 40px 15px; text-align:center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 17px;
}
.brand-logo .navbar-brand {
    display: inline-block;
}
.thankyou_bg{    background: #114363;
 }
.error {
    position: relative;
    bottom: 0;
    font-size: 14px;
}
.error p{margin:0px;}
.offers-boxes {
    padding: 35px 15px 35px 15px;
    border-radius: 10px;
    margin: 25px 0 0;
    min-height: 210px;
}
.invest_vrindavan_row {
    width: 100%;
    background-image: url(../images/bansuri.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 60px 0 120px 0;
    background-size: 27%;
}
.pink_bg{background: #fec3dd;}
.red_bg{background: #ffcebe;}
.blue_bg{background: #b8deff;}
.orange_bg{background: #ffe8c8;}
.about-eternity2-info::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 38%;
    height: 100%;
    background: #d1c6ea;
    top: 0;
    right: 0;
}
.upcoming-row  {clear: both;}