@font-face {
	font-family: Afterglow-Regular;
	src: url(../fonts/Afterglow-Regular.ttf);
}

@font-face {
	font-family: Helvetica-Compressed;
	src: url(../fonts/Helvetica-Compressed.otf);
	font-weight: bold;
}

html,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Helvetica-Compressed";
}

html {
	scroll-behavior: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
	font-family: "Afterglow-Regular";
}

body {
	font-family: "Helvetica-Compressed";
	background-color: #2a4a40;
	background-attachment: fixed;
}

img {
	max-width: 100%;
}


.section {
	position: relative;
}

header {
	color: #fff;
	z-index: 9999;
	position: fixed;
	text-align: right;
	width: 100%;
	text-transform: uppercase;
	transition: 0.5s linear;
	top: 0;
}



header .header-right {
	float: right;
	margin-top: 20px;
}

.header_box .logo-box {
    margin: 0 auto;
    text-align: left;
    position: absolute;
    left: 30px;
}

.logo_dark {
	display: block;
}

.logo_light {
	display: none;
}

body.lightmode .logo_dark {
	display: none;
}

body.lightmode .logo_light {
	display: block;
}

.main__banner img {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 -15px;
	z-index: -2;
}

.header_box .logo-box img {
	width: 100%;
	max-width: 150px;
	padding-top: 10px;
}

.header_box .nav.navbar-nav.navbar-main {
	justify-content: center;
	flex-direction: inherit;
}

.header_box .nav.navbar-nav.navbar-main ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin-bottom: 0;
}

.header_box .nav.navbar-nav.navbar-main ul li {
	display: inline-block;
}

.header_box .nav.navbar-nav.navbar-main ul li a {
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 0 10px;
	color: #007236;
	font-family: "Roboto", sans-serif;
}

.header_box.light-gold .nav.navbar-nav.navbar-main ul li a {
	color: #FFF;
}

.header_box.light-gold .call_action .call_no img.white {
	display: block;
}

.header_box.light-gold .call_action .call_no img.green {
	display: none;
}

/* header .light-mode .navbar-nav li a {
	color: #007236 !important;
} */

.header_box .nav.navbar-nav.navbar-main ul li {
	display: inline-block;
}

.header_box .nav.navbar-nav.navbar-main ul li:hover a {
	color: #fff;
}

body.lightmode .call_action .call_no a {
	color: #FFF !important;
}

body.lightmode .header_box .call_action .call_no img.white {
	display: block;
}

body.lightmode .header_box .call_action .call_no img.green {
	display: none;
}







.hamburger-menu {
	background: #007236;
	padding: 10px 23px;
	border-radius: 50px;
	width: 100%;
	max-width: 125px;
	height: 42px;
	text-align: center;
	margin: 0 auto;
}

#nav-icon3 {
	width: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-right: 120px;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #FFF;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 9px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 9px;
}

#nav-icon3 span:nth-child(4) {
	top: 18px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3 span:nth-child(2) {
	width: 80%;
}

#nav-icon3 span:nth-child(3) {
	opacity: 0;
}

#nav-icon3.open span:nth-child(2) {
	width: 100%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 1;
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3 span.text {
    top: 0;
    right: -10px !important;
    left: auto;
    background: transparent !important;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #FFF;
    font-family: "Roboto", sans-serif;
}

.call_action .call_no img {
	display: none;
}

.call_action .call_no img.green {
	display: block;
}

.header_box.green .call_action .call_no img.green {
	display: block;
}

.header_box.green .call_action .call_no img.white {
	display: none;
}

.header_box.green .nav.navbar-nav.navbar-main ul li a {
	color: #007236;
}

.header_box.green .nav.navbar-nav.navbar-main ul li.added__btn a {
	display: none;
}


/* .header_box.green .added__btn a {
	color: #f5d28e !important;
	border-color: #f5d28e;
} */

.side-navigation {
	background: #FFF;
	width: 350px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
	height: 100vh;
	padding: 25px 40px;
	transition: all 0.4s ease;
	transform: translateX(100%);
}

.side-navigation .logo {
	width: 150px;
	text-align: center;
	margin: 75px 0 35px 0;
}

.side-navigation .menu ul {
	list-style: none;
	padding: 0;
}

.side-navigation .menu ul li a {
	color: #3b5437;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.side-navigation .menu ul li a:hover {
	color: #f5d28e;
	margin-left: 10px;
}

.side-navigation .menu ul li:not(:last-child) {
	margin-bottom: 10px;
}

.side-navigation .menu {
	padding: 0 10px;
}

.side-navigation.active {
	transform: translateX(0);
}

.txtFrame h1 {
	font-size: 25px;
	animation: revealText 2s forwards;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 32px;
	position: relative;
	color: #70502f;
	letter-spacing: 3px;
}

.txtFrame h2 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 32px;
	position: relative;
	color: #fff;
	letter-spacing: 2px;
}

.txtFrame p {
	font-size: 15px;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 22px;
	animation: revealText 2s forwards;
	letter-spacing: 0.5px;
}

.txtFrame p:last-child {
	margin-bottom: 0;
}


.frame1 .flex {
	align-items: center;
	display: flex !important;
	justify-content: center;
}

.frame1 .txtFrame {
    right: 22%;
    bottom: 38%;
    width: 100%;
    max-width: 850px;
}

.frame1 .sec-bg-1-div {
	position: absolute;
	left: 3%;
	top: 38%;
	overflow: hidden;
	z-index: 1;
	opacity: 0.2;
}

.frame1 .sec-bg-1-div img {
	width: 100%;
	max-width: 300px;
}

.frame1 .sec-bg-2-div {
	position: absolute;
	width: 100%;
	height: 100vh;
	right: 0;
	top: 0;
}

.frame1 .sec-bg-2-div img {
	height: 100%;
	display: block;
	margin: 0;
}

.frame1 .txtFrame p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
}

.section.frame1 [data-aos^=fade][data-aos^=fade].aos-init {
	opacity: 0;
	transform: translate3d(-100px, 0, 0);
}

.section.frame1.active [data-aos^=fade][data-aos^=fade].aos-init {
	opacity: 1;
	transform: translateZ(0);
}

.txtFrame {
	/* background: #000000bd; */
	padding: 25px;
	position: absolute;
	right: 10%;
	width: 100%;
	bottom: 10%;
	max-width: 600px;
	border: 1px solid #70502f;
	padding: 20px;
	border-radius: 8px;
}

.section.active [data-aos^=fade][data-aos^=fade].aos-init {
	opacity: 1;
	transform: translateZ(0);
}

.section.active [data-aos][data-aos][data-aos-delay="300"].aos-init,
body[data-aos-delay="300"] [data-aos].aos-init {
	transition-delay: .3s;
}

.section.active [data-aos][data-aos][data-aos-delay="400"].aos-init,
body[data-aos-delay="400"] [data-aos].aos-init {
	transition-delay: .4s;
}

.section.frame6 [data-aos^=fade][data-aos^=fade].aos-init {
	opacity: 0;
	transition-property: opacity, transform;
	transform: translate3d(0, 100px, 0);
}

.section.frame6.active .owl-item.active [data-aos^=fade][data-aos^=fade].aos-init {
	opacity: 1;
	transform: translateZ(0);
}

.section.frame13 [data-aos^=fade][data-aos^=fade][data-aos=fade-right].aos-init {
	opacity: 0;
	transition-property: opacity, transform;
	transform: translate3d(-100px, 0, 0);
}

.section.frame13 [data-aos^=fade][data-aos^=fade][data-aos=fade-left].aos-init {
	opacity: 0;
	transition-property: opacity, transform;
	transform: translate3d(100px, 0, 0);
}

.section.frame13.active .owl-item.active [data-aos^=fade][data-aos^=fade].aos-init {
	opacity: 1;
	transform: translateZ(0);
}



.content-overlay {
	position: absolute;
	bottom: 5px;
	right: 3%;
}

.content-overlay p {
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-bottom: 0;
}

.container-down {
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	bottom: 4%;
	display: flex;
	justify-content: center;
}

.container-down a {
	text-align: center;
	display: block;
}

.container-down h4 {
	transform: translateX(-50%);
	top: -24px;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	margin-left: 13px;
}


.arrow {
	opacity: 0;
	position: absolute;
	transform-origin: 50% 50%;
	transform: translate3d(-50%, -50%, 0);
	top: 30px;
}

.arrow-first {
	-webkit-animation: arrow-movement 2s ease-in-out infinite;
	animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
	-webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
	animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
	background: #fff;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
}

.arrow:before {
	transform: rotate(45deg) translateX(-23%);
	transform-origin: top left;
}

.arrow:after {
	transform: rotate(-45deg) translateX(23%);
	transform-origin: top right;
}

@-webkit-keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 45%;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 45%;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
.txtFrame h1,
.amenTxt h1 {
	animation: revealText2 5s forwards;
}

.txtFrame h2 {

	clip-path: inset(0px 100% 0px 0%);
	-webkit-clip-path: inset(0px 100% 0px 0%);
	animation: revealText 2s forwards;
} */

@keyframes revealText {
	0% {
		clip-path: inset(0px 50% 0px 50%);
		-webkit-clip-path: inset(0px 50% 0px 50%);

	}

	100% {
		clip-path: inset(0px 0px 0px 0px);
		-webkit-clip-path: inset(0px 0px 0px 0px);
		left: 0;
		opacity: 1;
	}
}

@keyframes revealLine {
	0% {
		clip-path: inset(0px 50% 0px 50%);
		-webkit-clip-path: inset(0px 50% 0px 50%);
		opacity: 0;

	}

	100% {
		clip-path: inset(0px 0px 0px 0px);
		-webkit-clip-path: inset(0px 0px 0px 0px);
		opacity: 1;
	}
}

@keyframes revealText2 {
	0% {
		clip-path: inset(0px 100% 0px 0%);
		-webkit-clip-path: inset(0px 100% 0px 0%);

	}

	20% {
		clip-path: inset(0px 100% 0px 0%);
		-webkit-clip-path: inset(0px 100% 0px 0%);

	}

	40% {
		left: 0;
		opacity: 1;
	}

	100% {
		clip-path: inset(0px 0px 0px 0px);
		-webkit-clip-path: inset(0px 0px 0px 0px);
		left: 0;
		opacity: 1;
	}
}

.call_action {
	position: relative;
	top: 3px;
}

.call_action .call_no {
	position: relative;
	margin-top: 8px;
	margin-right: 15px;
}


.call_action .call_no a {
	align-items: center;
	display: flex;
}

.call_action .call_no img {
	width: 30px;
	padding-right: 10px;
}

.header_box .nav.navbar-nav.navbar-main ul li.added__btn a {
	border: 3px solid #f5d28e;
	font-weight: 600;
	padding: 5px 15px !important;
	background: #f5d28e;
	font-size: 14px;
	text-shadow: none;
	color: #3b5437;
	position: fixed;
	right: -54px;
	top: 50%;
	transform: rotate(-90deg);
	border-radius: 10px 10px 0 0;
}

.header_box .nav.navbar-nav.navbar-main ul li.added__btn a:hover {
	background: #FFF !important;
	border-color: #FFF !important;
}

/* .added__btn a.gold1 {
	border: 2px solid #f5d28e;
	padding: 5px 15px !important;
} */

/* header .light-mode .added__btn a {
	border: 2px solid #007236;
} */

.frame1 {
	background-image: url("../images/banner/paras-main-banner-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100% !important;
	position: relative;
}

/* .frame1::before {
	content: '';
	position: absolute;
	background-color: #0000003b;
	width: 100%;
	height: 100%;
	z-index: 0;
} */

.frame1.frame2 .sec-bg-2-div {
	position: absolute;
	width: 55%;
	height: 80vh;
	right: 0;
	top: 10%;
}

.frame1.frame2 .content-overlay {
	position: absolute;
	bottom: 14px;
	right: 22%;
}

.frame1.frame2 .content-overlay p {
	text-shadow: 1px 1px 5px #8a8a8a;
}

.frame1.frame2 .txtFrame {
	position: absolute;
	z-index: 1;
	right: 40%;
	text-align: right;
	bottom: 35%;
}

.frame1.frame2 .sec-bg-1-div img {
	width: 100%;
	max-width: 650px;
}

.frame1.frame2 .sec-bg-1-div {
	position: absolute;
	left: 12%;
	top: 23%;
	overflow: hidden;
	z-index: 1;
	opacity: 0.2;
}

.frame1.frame2 .big {
	font-size: 52px;
	font-weight: 800;
	color: #f5d28e;
}


.frame1 .txtFrame h3 {
	text-transform: uppercase;
	font-size: 34px;
	color: #fff;
	line-height: 50px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 5px #8a8a8a;
	font-weight: 400;
}

.frame1 .txtFrame h3 {
	animation: revealText2 5s forwards;
}



.frame2 .frame_slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: 100vh !important;
	position: relative;
}

.frame2 .item1 {
	background-image: url('../images/banner/banner_slide_2_1.jpg');
}

.frame2 .item2 {
	background-image: url('../images/banner/banner_slide_2_2.jpg');
}

.frame2 .item3 {
	background-image: url('../images/banner/banner_slide_2_3.jpg');
}

.frame2 .txtFrame p {
	color: #000;
}

.frame2 .txtFrame ul li {
	font-size: 15px;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 22px;
	letter-spacing: 0.5px;
	font-family: "Roboto", sans-serif;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0 17px;
}

.frame2 .txtFrame ul {
	padding: 0;
}

.frame2 .txtFrame ul li img {
	width: 37px;
}


.frame2 .item2 .txtFrame {
	bottom: 35%;
	left: 13%;
	max-width: 800px;
	border: 1px solid #70502f;
	padding: 20px;
	border-radius: 8px;
}

.frame2 .item2 .txtFrame ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 25px;
	margin-bottom: 0;
}

.frame2 .item2 .txtFrame ul li {
	width: calc(50% - 5px);
	padding: 10px 10px;
	background: #00000012;
	margin: 0;
}




.frame2 .item3 .txtFrame>ul>li {
	gap: 0 25px;
}

.frame2 .item1 .txtFrame {
	bottom: 36%;
	left: 13%;
}


.frame2 .item3 .txtFrame {
	bottom: 36%;
	left: 13%;
	max-width: 850px;
	border: 1px solid #70502f;
	padding: 20px;
	border-radius: 8px;
}

.frame2 .item3 .txtFrame ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	margin-top: 25px;
	margin-bottom: 0;
}

.frame2 .item3 .txtFrame>ul>li {
	width: calc(50% - 5px);
	padding: 10px 10px;
	background: #00000012;
	margin: 0;
}

.frame2 .item3 .txtFrame ul li .content p {
	font-size: 17px;
	margin-bottom: 0;
}

.frame2 .item3 .txtFrame ul li .content li {
	font-size: 13px;
	margin: 0;
	font-weight: 400;
	display: list-item;
	list-style: disc;
	text-align: left;
	letter-spacing: 0.8px;
}

.frame2 .item3 .txtFrame ul li .content ul {
	padding-left: 16px;
	margin-top: 4px;
	display: block;
}



.frame3 {
	background-image: url('../images/banner/paras-main-banner-2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: 100vh !important;
	position: relative;
}

/* .frame3::before {
	content: '';
	position: absolute;
	background-color: #0000003b;
	width: 100%;
	height: 100%;
	z-index: 0;
} */

.frame3 .sec-bg-2-div {
	position: relative;
}

.frame3 .sec-bg-1-div {
	position: absolute;
	left: unset;
	right: 8%;
	top: 5%;
	overflow: hidden;
	z-index: -1;
	opacity: 0.2;
}

.frame3 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame3 .txtFrame {
	bottom: 15%;
	background: rgb(255 255 255 / 68%);
}

.frame3 .txtFrame p {
	color: #000;
}



.frame4 {
	background-image: url('../images/banner/paras-main-banner-4.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100% !important;
	position: relative;
}

/* .frame4::before {
	content: '';
	position: absolute;
	background-color: #0000003b;
	width: 100%;
	height: 100%;
	z-index: 0;
} */

.frame4 .txtFrame {
	bottom: 41%;
	left: 13%;
}

.frame4 .txtFrame p {
	color: #000;
}

.frame4 .sec-bg-1-div {
	position: absolute;
	left: 26%;
	top: 31%;
	overflow: hidden;
	z-index: -1;
	opacity: 0.2;
}

.frame4 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame4 .sec-bg-2-div.image1-ref img {
	width: 100%;
	max-width: 500px;
}

.frame4 .sec-bg-2-div {
	text-align: center;
	position: relative;
}



/* .frame1.frame5 .container-fluid, .frame1.frame9 .container-fluid, .frame1.frame8 .container-fluid  {
  width: 1320px;
} */


.frame5 {
	background-image: url('../images/banner/paras-main-banner-5.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100% !important;
	position: relative;
}


.frame5 .txtFrame {
	/* background: rgb(255 255 255 / 68%); */
	bottom: 39%;
	left: auto;
	right: 8%;
}

.frame5 .txtFrame p {
	color: #000;
}

/* .frame5 .point-note {
	position: relative;
}

.frame5 .point-note ul {
	margin-top: 25px;
	display: flex;
	list-style: disc;
	flex-wrap: wrap;
	gap: 0 55px;
	justify-content: space-evenly;
	padding-left: 25px;
}

.frame5 .point-note ul li {
	margin: 0;
	color: #fff;
	width: 100%;
	margin-bottom: 6px;
	list-style: disc;
	letter-spacing: 0.5px;
}

.frame5 .point-note ul li span {
	float: right;
} */


.frame5 .content-overlay {
	right: 2%;
}

.frame6 {
	position: relative;
}

.frame6 .slide-bg-1,
.frame6 .slide-bg-2,
.frame6 .slide-bg-3,
.frame6 .slide-bg-4 {
	background-image: url('../img/paras-manor/slide-6.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh !important;
	position: relative;
}

.frame6 .slide-bg-2 {
	background-image: url('../img/paras-manor/features-2.jpg');
}

.frame6 .slide-bg-3 {
	background-image: url('../img/paras-manor/features-3.jpg');
}

.frame6 .slide-bg-4 {
	background-image: url('../img/paras-manor/features-4.jpg');
}


.frame6 .slide-1::before {
	content: '';
	position: absolute;
	background-color: #0000004d;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.frame13 .owl-nav,
.frame13 .owl-dots {
	right: 8%;
	width: 145px;
	bottom: 20%;
}

.frame2 .owl-nav,
.frame2 .owl-dots {
	right: 8%;
	width: 145px;
	bottom: 20%;
}

.frame13 .owl-nav {
	width: 70px;
	flex-direction: column;
	gap: 15px 0;
	bottom: 48%;
}

.frame2 .owl-nav {
	width: 74px;
	flex-direction: column;
	align-items: center;
	bottom: 48%;
	gap: 20px 0;
}

.frame13 .owl-nav,
.frame2 .owl-nav {
	position: absolute;
	text-align: center;
	left: auto;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}


.frame13 .owl-nav button,
.frame2 .owl-nav button {
	background: #007236 !important;
	width: 35px;
	height: 35px;
	border-radius: 50px;
}

.frame13 .owl-nav button img,
.frame2 .owl-nav button img {
	width: 17px;
	top: -1px;
	position: relative;
}


.frame13 .owl-dots,
.frame2 .owl-dots {
	counter-reset: slides-num;
	position: absolute;
	left: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	height: 35px;
	align-items: center;
	z-index: 0;
}

.frame13 .owl-dots:after,
.frame2 .owl-dots:after {
	content: counter(slides-num);
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
	padding-left: 5px;
	color: #007236;
}

.frame13 .owl-dot,
.frame2 .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
}

.frame13 .owl-dot span,
.frame2 .owl-dot span {
	display: none;
}

.frame13 .owl-dot.active:before,
.frame2 .owl-dot.active:before {
	content: counter(slides-num) "  /  ";
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: relative;
	left: 0;
	top: 0;
	color: #007236;
}

.frame6 .slide-1 {
	display: flex;
	align-items: end;
}

.frame6 .slide-1 .info {
	text-align: center;
	margin-top: 110px;
}

.frame6 .sec-bg-1-div {
	position: absolute;
	left: 10%;
	top: 8%;
	overflow: hidden;
	z-index: -1;
	opacity: 0.2;
}


.frame6 .sec-bg-2-div img {
	width: 100%;
	max-width: 480px;
}

.frame6 .txtFrame {
	position: relative;
	margin-bottom: 85px;
}

.frame6 .txtFrame h4 {
	font-size: 26px;
	color: #fff;
	margin: 20px 0;
	letter-spacing: 1.5px;
}

.frame6 .txtFrame .content-overlay {
	right: 10%;
}

.frame1.frame6 .sec-bg-1-div {
	top: 18%;
}

.frame6 .sec-bg-1-div.right-move {
	left: unset;
	right: 4%;
	top: 20%;
}

.frame6 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame6 .sec-bg-2-div.image1-ref {
	position: relative;
}

.frame6 .content-overlay {
	right: 15%;
}

.background-white {
	background-color: white;
}

.background-cream {
	background-color: #faf4ef;
}


.frame13 .sec-bg-1-div {
	right: 18%;
	left: auto;
	top: 24%;
}

.frame13 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}


.frame13 .ameneities-bg,
.frame8 .ameneities-bg {
	background: #faf4ef;
	width: 0%;
	position: absolute;
	top: 0;
	right: 0;
	height: 80%;
}

.frame13.active .ameneities-bg,
.frame8.active .ameneities-bg {
	-webkit-animation: ameneitiesAnimate 1.5s ease-in forwards;
	animation: ameneitiesAnimate 1.5s ease-in forwards;
}

.frame13 .content_box {
	width: 500px;
	background: #3b5437cf;
	padding: 30px;
	padding-bottom: 40px;
}

.frame13 .content_box.right {
	float: right;
}

.frame13 .content_box .owl-dots {
	display: none;
}

.frame13 .content_box .owl-nav button {
	margin: 0 10px !important;
}

.frame13 .content_box .owl-nav {
	position: absolute;
	margin: 0;
	text-align: right;
	bottom: -28px;
	right: -26px;
}

/*Zoom in Keyframes */
@-webkit-keyframes ameneitiesAnimate {
	0% {
		width: 0%;
	}

	100% {
		width: 80%;
	}
}

@keyframes ameneitiesAnimate {
	0% {
		width: 0%;
	}

	100% {
		width: 80%;
	}
}

/*End of Zoom in Keyframes */

.cross-sec {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.img-box-1 {
	width: 100%;
	position: relative;
	height: auto;
	background-size: 100% 100%;
	background-position: center left;
	background-repeat: no-repeat;
}

/* .frame13 .img-box-1::before {
	content: '';
	position: absolute;
	background-color: #0000004d;
	width: 100%;
	height: 100%;
	z-index: 0;
} */

.img-box-1 img {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}

.amenTxt {
	width: 100%;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.amenTxt h1 {
	color: #f5d28e;
	font-size: 30px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1.2em;
	position: relative;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.slideAcc {
	display: flex;
	flex-direction: column;
	font-family: "Italiana", sans-serif;
	list-style: none;
	gap: 7px 10px;
	padding-left: 2px;
	margin-bottom: 10px;
}

.slideAcc li {
	width: 100%;
	font-size: 13px;
	color: #FFF;
	text-transform: capitalize;
	line-height: 17px;
	text-align: left;
	letter-spacing: 2.5px;
	font-weight: 600;
	margin: 0;
	display: flex;
	gap: 0 10px;
}

.slideAcc li i {
	margin-top: 6px;
	font-size: 6px;
}

.amenImg {
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.amenWrapper {
	width: 100%;
	position: relative;
}

.amenWrapper .amenList {
	position: absolute;
	bottom: 22%;
	right: 38%;
	z-index: 100;
}

.amenWrapper .amenList span {
	display: block;
	color: #000;
	padding: 0 0 1em 0;
	font-size: 1.4em;
	cursor: pointer;
	transition: all .3s ease-in;
}

.arrowsAmen {
	position: relative;
}

.arrowsAmen .owl-prev {
	font-size: 0;
	color: #faf4ef;
	background: url('../img/paras-manor/amen-arrow-left-green.png') no-repeat top left;
	border: none;
	background-size: 22px;
	width: 22px;
	height: 15px;
	margin-right: 0px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.arrowsAmen .owl-next {
	font-size: 0;
	color: #faf4ef;
	background: url('../img/paras-manor/amen-arrow-right-green.png') no-repeat top left;
	border: none;
	background-size: 22px;
	width: 22px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.arrowsAmen .disabled {
	opacity: 0.5;
	cursor: default;
}

.arrowsAmen #counter {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
	text-align: center;
	color: #007236;
	font-weight: 600;
}

.amenTnc {
	font-family: "DIN 2014";
	font-weight: normal;
	text-align: right;
	font-size: 0.7em !important;
	opacity: 0.5 !important;
}



.frame9 #myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}


.frame9 h1 {
	text-transform: uppercase;
	font-size: 52px;
	color: #f5d28e;
	line-height: 60px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.frame9 p {
	margin: 15px 0;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1px;
}

.frame9 .layer {
	text-align: center;
}

.frame9 .txtLayer {
	text-align: justify;
	margin-left: 70px;
}

/* .frame9 img {
	border-radius: 50%;
	width: 70%;
	max-width: 100%;
} */
.amenities_section {}

.amenities_section ul.amenities {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 35px 0;
}

.amenities_section ul.amenities li {
	width: 20%;
	text-align: center;
}

.amenities_section ul.amenities li img {
	width: auto;
	height: 52px;
	margin-bottom: 15px;
}

.amenities_section ul.amenities li p {
	color: #70502f;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin: 0;
	line-height: 20px;
}

.amenities_slider .cross-sec.item2 .new_title_sect {
	margin-bottom: 0;
}

.amenities_slider .cross-sec.item2 .new_title_sect h2 {
	margin-bottom: 0;
}

.frame9 .new_title_sect {
	margin-top: 200px;
}

.new_title_sect {
	margin-bottom: 42px;
}

.new_title_sect p {
	color: #70502f;
	font-size: 17px;
	line-height: 1.6;
}

.new_title_sect h2 {
	color: #70502f;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 18px;
	line-height: 1.2;
}

.frame13 .item1 .new_title_sect {
	margin-top: 200px;
	margin-bottom: 10px;
}

.frame13 .item2 .new_title_sect {
	margin-top: 180px;
}


.frame13 .floor_plan_itmes img {
	width: 100% !important;
	height: auto;
	margin-bottom: 6px;
}

.frame13 .floor_plan_itmes p {
	text-align: center;
	color: #70502f;
	font-weight: 600;
}

.frame13 .floor_plan_slider .owl-nav {
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	flex-direction: row;
	gap: 0 14px;
}

.frame13 .floor_plan_slider {
	position: relative;
}

.frame13 .floor_plan_slider .owl-nav button img {
	height: auto !important;
}

.frame13 .floor_plan_slider .owl-nav button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.frame10 .new_title_sect {
	margin-top: 65px;
}

.floor_plan img {
	width: 100%;
	height: auto;
}

.floor_plan a {
	text-align: center;
	display: block;
}

.floor_plan span.zoom {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	display: inline-block;
	margin-top: 15px;
}

.floor_plan span.zoom img {
	height: auto;
	width: 25px;
	display: block;
	margin: auto;
	margin-bottom: 3px;
}

.frame1.frame8 .journey_section {
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
}

.master_plan a {
	width: 68%;
	display: inline-block;
}

.master_plan {
	text-align: center;
}

.master_plan img {
	height: auto;
}

.master_plan span.zoom {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	top: -35px;
	position: relative;
	text-align: center;
}

.master_plan span.zoom img {
	height: auto;
	width: 25px;
	display: block;
	margin: auto;
}

.frame8 .thumbnail_slider,
.frame12 .thumbnail_slider2 {
	position: absolute;
	width: 380px;
	bottom: 6%;
	right: 3%;
	border: 5px solid #b9a073;
}

.frame8 .txtFrame,
.frame12 .txtFrame {
	left: 6%;
	right: auto;
}

.frame8 .item-box,
.frame12 .item-box {
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	position: relative;
}

.frame8 .item-box::before .frame12 .item-box::before {
	content: '';
	position: absolute;
	background-color: #00000012;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.frame8 .item-box img {
	width: 100%;
	opacity: 0.6;
}

.frame8 .item-box-1,
.frame12 .item-box-1 {
	position: relative;
}

.frame8 .item-box-1 img,
.frame12 .item-box-1 img {
	width: 100%;
}

.frame8 .slide-arrow,
.frame12 .slide-arrow {
	position: absolute;
	bottom: 0;
	left: -30%;
	background: none;
	border: 0;
	cursor: pointer;
	background: #007236;
	width: 35px;
	height: 35px;
	border-radius: 50px;
}

.frame8 .slide-arrow.next-arrow,
.frame12 .slide-arrow.next-arrow {
	left: -17%;
}

.frame8 .slide-arrow img,
.frame12 .slide-arrow img {
	width: 20px;
	position: relative;
	top: -2px;
}

.frame8 .slide-arrow.prev-arrow,
.frame12 .slide-arrow.prev-arrow {
	margin-right: 50px;
}

.frame8 .sec-bg-1-div,
.frame12 .sec-bg-1-div {
	left: 20%;
	bottom: 18.5%;
	z-index: 0;
	top: unset;
}

.frame8 .sec-bg-1-div img,
.frame12 .sec-bg-1-div img {
	width: 100%;
	max-width: 450px;
}

.frame8 .txtFrame p {
	color: #000;
}

.frame8 .item1 .txtFrame {
	left: auto;
	right: 13%;
	bottom: 41%;
}

.frame8 .item2 .txtFrame {
	background: rgb(255 255 255 / 68%);
	bottom: 25%;
}

.frame8 .item3 .txtFrame {
	bottom: 37%;
	left: 17%;
}

.frame8 .item4 .txtFrame {
	left: 15%;
	bottom: 20%;
	background: rgb(255 255 255 / 68%);
}

.frame8 .item5 .txtFrame {
	left: 15%;
	bottom: 20%;
	background: rgb(255 255 255 / 68%);
}

.frame12 .txtFrame p {
	color: #000;
}

.frame12 .item1 .txtFrame {
	left: 18%;
	bottom: 40%;
}

.frame12 .item2 .txtFrame {
	left: 16%;
	bottom: 40%;
}

.frame12 .item3 .txtFrame {
	left: 17%;
	bottom: 15%;
	background: rgb(255 255 255 / 68%);
}

.frame12 .item4 .txtFrame {
	left: 15%;
	bottom: 20%;
	background: rgb(255 255 255 / 68%);
}

.frame12 .item5 .txtFrame {
	left: 15%;
	bottom: 20%;
	background: rgb(255 255 255 / 68%);
}


/* .frame8 .txtFrame p {
	text-align: center;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
} */

.frame10 .txtFrame h1 {
	text-transform: uppercase;
	font-size: 52px;
	color: #f5d28e;
	line-height: 60px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.frame10 .big_mg {
	width: 390px;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	z-index: 1;
	position: relative;
}

.frame10 .txtFrame h2 {
	text-transform: uppercase;
	color: #f5d28e;
	letter-spacing: 1px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 42px;
	line-height: 54px;
	font-weight: 500;
}


.architect-blocks .images_wrap,
.architect-blocks .content {
	width: 85%;
	margin: auto;
	position: relative;
	z-index: 2;
}

.architect-blocks .images_wrap {
	display: flex;
	align-items: baseline;
	gap: 0 25px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.architect-blocks .images_wrap img.big-logo {
	width: 300px;
}

.architect-blocks .images_wrap img.small-logo {
	width: auto !important;
	max-width: 100%;
}

.architect-blocks .content p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 25px;
}

.architect-blocks .content p:last-child {
	margin-bottom: 0;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li {
	transform: translateX(20%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;

}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(2) {
	transition-delay: 0.2s;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(2) {
	transition-delay: 0.4s;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(3) {
	transition-delay: 0.6s;
}

.frame10.active .owl-item.active .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(1) {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.frame10.active .owl-item.active .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(2) {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.frame10.active .owl-item.active .architect-blocks .architect-h1-content .txtFrame ul li:nth-child(3) {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.frame10 .owl-carousel .owl-stage-outer {
	margin-bottom: 50px;
}

.frame10 .owl-dots {
	padding-left: 15px;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
}

.frame10 .owl-nav {
	display: flex;
	gap: 64px;
	justify-content: center;
}


.frame10 .architect-blocks {}

.frame10 .owl-carousel .owl-stage {
	margin-left: 1px;
}

.frame10 .architect-blocks .bg-gradient1 {
	background-image: url(../img/bg-1.jpg);
	background-attachment: fixed;
	width: 100%;
}

.frame10 .architect-blocks .architect-h1-content {
	width: 100%;
	box-sizing: border-box;
}

.frame10 .architect-blocks .architect-h1-content h1 {
	margin-bottom: 30px;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame {
	position: relative;
	left: unset;
	background-color: none;
	padding: 0;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 0;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li {
	display: flex;
	width: 100%;
	margin: 0;
	align-items: center;
	flex-wrap: wrap;
	justify-content: right;
	gap: 30px;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
	max-width: 82%;
	margin: 0;
	width: 30%;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img.bog-logo {
	margin-bottom: 0;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img.smaal-logo.logo-2 {
	position: absolute;
	width: 7%;
	bottom: 1px;
	right: 21%;
	border: 4px solid #FFF;
	border-radius: 50%;
}

.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
	min-width: 265px;
	max-width: 265px;
	font-size: 17px;
	font-family: "Italiana", sans-serif;
	color: #f5d28e;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
}

.frame10 .sec-bg-1-div {
	position: absolute;
	left: unset;
	right: 0;
	top: 26%;
	overflow: hidden;
	z-index: 0;
	opacity: 0.2;
	width: 64%;
	transform: translateX(-11%);
}

/* .frame10 .item3 .big_mg {
    width: 365px;
}

.frame10 .item3  .small-logo {
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 95px;
    border: 4px solid #3b5437;
    border-radius: 50%;
    display: block;
} */
.relative {
	position: relative;
}

.container-down.color-green h4 {
	color: #007236;
}

.container-down.color-green .arrow:before,
.container-down.color-green .arrow:after {
	background-color: #007236;
}

/* .footer-sec .enquireBg {
  background: #faf4ef;
  width: 90%;
  position: absolute;
  top: 10%;
  left: 0;
  height: 80%;
} */

.frame11 {
	min-height: 100svh;
}

/* .frame11 .architect-blocks {
	padding-left: 20%;
} */

.frame11 .architect-blocks .bg-gradient1 {
	background-color: #faf4ef;
	background-attachment: fixed;
	width: 100%;
	display: flex;
	align-items: center;
}

.frame11 .architect-blocks .architect-h1-content {
	width: 100%;
	padding: 30px 30px;
	box-sizing: border-box;
	position: relative;
}


.frame11 .architect-blocks .architect-h1-content h1 {
	margin-bottom: 15px;
	color: #784d27;
}

.frame11 .architect-blocks .architect-h1-content .txtFrame {
	max-width: 100%;
	position: relative;
	left: unset;
	background: transparent;
	padding: 0;
	right: unset;
	bottom: unset;
	z-index: 2;
	border: none;
}

.contact_information {
    padding: 55px 40px;
    position: relative;
    z-index: 1;
    width: 100%;
    background: #784d27;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    margin-top:20px;
}

.contact_information .contact_info h4 {
	font-size: 25px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
	color: #FFF;
	letter-spacing: 3px;
}

.contact_information .contact_info ul {
	padding: 0;
}

.contact_information .contact_info li {
	display: flex;
	gap: 0 13px;
	margin-bottom: 13px;
	align-items: baseline;
}

.contact_information .contact_info li span {
	width: 18px;
	min-width: 18px;
}

.contact_information .contact_info li span img {
	width: 100%;
	position: relative;
}

.frame11 .contact_information .contact_info p,
.frame11 .contact_information .contact_info p a {
	display: flex;
	align-items: baseline;
	font-weight: 400;
	color: #FFF !important;
	margin: 0;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}

.contact_information .contact_map iframe {
	width: 100%;
	height: 200px;
	margin-top: 10px;
}

.frame11 .footer-sec p {
	font-size: 16px;
	letter-spacing: 2px;
	color: #000;
	margin-bottom: 18px;
	font-weight: 600;
}

.frame11 .footer-sec .form_pop_border .input_boxes {
	display: flex;
	width: 48.2%;
	padding: 0;
	margin: 0 4px;
	margin-bottom: 10px;
}

.frame11 .footer-sec .form_pop_border label {
	display: none;
}

.frame11 .footer-sec .form_pop_border {
	width: 100%;
	padding: 0;
	border-radius: 0;
	margin: 35px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}

.frame11 .footer-sec .form_pop_border .input_boxes label {
	color: #007236;
	font-weight: 600;
}

.frame11 .footer-sec .form_pop_border .input_boxes input,
.frame11 .footer-sec .form_pop_border .input_boxes textarea {
	color: #784d27;
	padding: 6px 10px;
	border-radius: 0;
	border: 2px solid #784d27;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	background: none;
	width: 100%;
	font-family: "Roboto", sans-serif;
}

.frame11 .footer-sec .form_pop_border .head_title {
	text-align: center;
}

.frame11 .footer-sec .form_pop_border .head_title p.modal-card-title {
	margin: 0;
	color: #784d27;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.form_pop_border .input_boxes:nth-child(5) {
	margin-bottom: 0 !important;
}

.frame11 .footer-sec .form_pop_border input::placeholder,
.frame11 .footer-sec .form_pop_border .input_boxes textarea::placeholder {
	color: #784d27;
	opacity: 1;
	/* Firefox */
	background: #0000;
}

.frame11 .footer-sec .form_pop_border input:-ms-input-placeholder,
.frame11 .footer-sec .form_pop_border .input_boxes textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #784d27;
	background: #0000;
}

.frame11 .footer-sec .form_pop_border input::-ms-input-placeholder,
.frame11 .footer-sec .form_pop_border .input_boxes textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #784d27;
	background: #0000;
}

.frame11 .footer-sec .form_pop_border .form_btn {
	text-align: center;
	margin-top: 10px;
}

.frame11 .footer-sec .form_pop_border .form_btn input {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #784d27;
	background: #784d27;
	width: 100%;
	border-radius: 0;
	padding: 10px 30px;
	line-height: 20px;
	font-family: "Roboto", sans-serif;
}

.frame11 .footer-sec .form_pop_border .form_btn input:hover {
	background: #0000;
	color: #784d27;
}

.width100 {
	width: 100% !important;
}

.frame11 .footer-sec .form_pop_border .input_boxes.textarea {
	width: 100% !important;
}

.frame11 .sec-bg-1-div {
	right: 10%;
	bottom: 25.5%;
	z-index: 0;
	top: unset;
	left: auto;
}

.frame11 .sec-bg-1-div img {
	width: 100%;
	max-width: 480px;
}

.frame11 .container-down.paras-manor {
	display: block;
	width: 10%;
	position: absolute;
	z-index: 1000;
	left: 6%;
	bottom: 16%;
	text-align: left;
}

.frame11 .container-down.paras-manor .arrow {
	margin-top: -70px;
	transform: translate3d(-50%, -50%, 0) rotateX(-180deg);
}

.frame11 .footer-fix {
	background: #000;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 14px 0 11px 0;
	left: 0;
}

.frame11 .footer-fix .container {
	max-width: 1320px;
}

.frame11 .footer-fix p {
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 6px;
	font-weight: 600;
	line-height: 16px;
}

.frame11 .footer-fix ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.frame11 .footer-fix ul li {
	color: #fff;
	width: 33%;
}

.frame11 .footer-fix ul li a {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}

.frame11 .footer-fix ul li:last-child a {
	font-size: 10px;
}

.frame11 .sec-bg-1-div {
	position: absolute;
	right: 50%;
	top: 50%;
	overflow: hidden;
	z-index: 0;
	opacity: 0.2;
	bottom: auto;
	transform: translate(50%, -50%);
}

/* -- enquiry form start -- */
.sidebar-contact {
	position: fixed;
	top: 50%;
	right: -280px;
	transform: translateY(-50%);
	width: 280px;
	height: auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	transition: 0.5s;
	z-index: 100;
}

.sidebar-contact.active {
	right: 0;
}

.toggle {
	position: absolute;
	height: 38px;
	width: 140px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	top: 150px;
	left: -89px;
	line-height: 17px;
	background: #f5d28e;
	padding: 11px 6px 9px;
	color: #000;
	transform: rotate(270deg);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transform: rotate(270deg);
	font-family: "Italiana", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.close_pop.toggle {
	position: absolute;
	top: -25px;
	right: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 0;
	text-align: center;
	left: auto;
	transform: none;
	padding: 0;
	font-size: 21px;
	font-family: "Roboto", sans-serif;
}

.scroll h3 {
	text-align: center;
	color: #3b5437;
	margin-bottom: 17px;
	font-size: 19px;
	font-family: "Italiana", sans-serif;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.sidebar-contact input,
.sidebar-contact textarea {
	width: 100%;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .5);
	outline: none;
	font-size: 13px;
}

.sidebar-contact textarea {
	height: 60px;
	resize: none;
}


/* -- enquiry form end -- */
span#spanid {
	font-size: 11px;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.3px;
}


/* -- Enquiry Popyp 2 Start -- */


.pop_up_box {
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, .8);
	left: 0;
	z-index: 9999;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.pop_up_box .form_box {
	width: 570px;
	max-width: 94%;
	margin: 0 auto;
	position: relative;
	padding: 15px;
	margin-top: 0;
	border-radius: 10px;
	top: 10%;
	background: #2a4a40;
}

.form_box .form-1 {
	display: block;
	padding: 25px;
	border-radius: 5px;
	border: 2px solid rgb(255 255 255 / 30%);
}

.captcha label {
	color: #FFF;
}

.form_box .form-1 h3 {
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
}

.form_box .form-1 h3:before {
	content: '';
	width: 50px;
	height: 1px;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}

.form_box .form-1 form {
	display: flex;
	flex-wrap: wrap;

}

.form_box .form-1 .input_box {
	width: 50%;
	display: inline-block;
	margin-bottom: 15px;
}

.form_box .form-1 .input_box.full {
	width: 100%;
}

.form_box .form-1 .input_box select,
.form_box .form-1 .input_box input {
	border-radius: 5px;
	background: none;
	border: none;
	outline: none;
	color: #FFF;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	border-bottom: 1px solid rgb(255 255 255 / 60%);
}



.form_box .form-1 .input_box select option {
	color: #3b5437;
}

.form_box .form-1 .input_box input::placeholder,
.form_box .form-1 .input_box textarea::placeholder {
	color: #FFF;
	opacity: 1;
	/* Firefox */
}

.form_box .form-1 .input_box input:-ms-input-placeholder,
.form_box .form-1 .input_box textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFF;
}

.form_box .form-1 .input_box input::-ms-input-placeholder,
.form_box .form-1 .input_box textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #FFF;
}

.form_box .form-1 button#refresh {
	margin-right: 22px;
}

.form_box .form-1 .captcha {
	width: 100%;
	padding: 0 15px;
}

.form_box .form-1 .captcha input#mainCaptcha {
	width: 185px;
}

.form_box .form-1 .btn_form {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 20px;
	padding: 10px 0;
	border: 2px solid #FFF;
	color: #2a4a40;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	background: #FFF;
}

.form_box .form-1 {
	border: 1px dashed rgb(255 255 255 / 30%);
	border-radius: 10px;
	padding: 20px 30px;
	display: block;
}

.form_box .form-1 .input_box input,
.form_box .form-1 .input_box textarea,
.form_box .form-1 .input_box select {
	background: none;
	border: none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 10px 10px;
	width: 100%;
	font-size: 13px;
	border-radius: 0;
	font-weight: 400;
	outline: none;
	font-family: "Roboto", sans-serif;
}

.form_box .form-1 .input_box textarea {
	height: 65px;
}

.form_box .form-1 .input_box select option {
	font-weight: 500;
}

.captcha .captcha_input {
	border: none;
	border-bottom: 1px solid #FFF;
	padding: 2px 5px;
}

.form_box .form-1 .btn_form:hover {
	background: #2a4a40;
	color: #FFF;
}

.form_box .form-1 .input_box .main-cpt {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 16px;
	align-items: center;
}

.form_box .form-1 .input_box .main-cpt a {
	color: #FFF;
}

.form_box .form-1 .input_box .main-cpt span {
	color: #FFF;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-family: "Roboto", sans-serif;
}

.form_box .form-1 .input_box .main-cpt input {
	width: 150px;
}

.close_icon {
	position: absolute;
	right: 3px;
	top: 3px;
	cursor: pointer;
}

.close_icon i {
	color: #FFF;
	font-size: 28px;
}

/* -- Enquiry Popyp 2 End -- */

.go_to_top {
	display: none;
}

.close_menu {
	display: none;
}




.property-customization {
	min-height: 100vh;
	padding-top: 215px;
	background: #000;
	padding-bottom: 50px;
	position: relative;
}

.property-customization .image-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0.7;
	background-size: cover;
	background-position: center;
}

.property-customization .image-bg img {
	min-width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	opacity: 0.7;
}

.property-customization h5 {
	color: #f5d28e;
	margin: 10px 0;
	font-weight: 600;
	letter-spacing: 1.2px;
}

.property-customization h1 {
	display: block;
	font-size: 50px;
	margin-bottom: 15px;
	color: #fff;
	margin-top: 15px;
	font-weight: 600;
	line-height: 50px;
}

.property-customization h1 span {
	color: #f5d28e;
}

.property-customization h3 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 30px;
}

.property-customization .container {
	position: relative;
	z-index: 9;
}

.property-customization figure {
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 10px;
	margin: 15px 0;
	background: rgb(59 84 55 / 38%);
}

.property-customization figure img {
	height: 40px;
	width: 40px;
	float: left;
	margin: 0;
	margin-right: 20px;
}

.property-customization figure figcaption {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	margin: 0;
	font-family: "Roboto", sans-serif;
}

.go-back-btn a {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	display: inline-block;
	margin-top: 5px;
}

.frame6 .owl-dots:after {
	margin-left: 10px;
}

.kit_button {
	border: 3px solid #f5d28e;
	font-weight: 600;
	padding: 5px 15px !important;
	background: #f5d28e;
	font-size: 14px;
	text-shadow: none;
	color: #3b5437;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	min-width: 135px;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}


.vitual_tour {
	position: fixed;
	right: -19px;
	top: 50%;
	display: flex;
	transform: rotate(-90deg) translate(10px, 100%);
	z-index: 99;
}

.vitual_tour a {
	border: 3px solid #f5d28e;
	font-weight: 600;
	padding: 5px 15px !important;
	background: #f5d28e;
	font-size: 14px;
	text-shadow: none;
	color: #3b5437;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1.5px;
}

.vitual_tour a.inquire {
	display: none;
}

.popup_module {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.popup_module .popup_module_in {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 80%);
}

.popup_module .popup_container {
	width: 650px;
	max-width: calc(100% - 30px);
	background: #f8f5f0;
	padding: 40px 15px;
	position: relative;
	text-align: center;
}

.popup_module span.pop_close {
	position: absolute;
	right: 14px;
	top: 9px;
	font-weight: 600;
	color: #000;
	opacity: 0.4;
	cursor: pointer;
}

.popup_module .popup_container h4 {
	font-size: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 23px;
	color: #3b5437;
	font-weight: 600;
}

.popup_module .button_wrap {
	display: flex;
	justify-content: center;
	gap: 10px 15px;
}

.popup_module .button_wrap a {
	border: 3px solid #f5d28e;
	font-weight: 600;
	padding: 7px 15px !important;
	background: #f5d28e;
	font-size: 16px;
	text-shadow: none;
	color: #3b5437;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1.5px;
}

.popup_module .button_wrap a:hover {
	background: #3b5437;
	color: #FFF;
	border-color: #3b5437;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt {
	display: flex;
	align-items: center;
	gap: 7px 15px;
	flex-wrap: wrap;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt span {
	white-space: nowrap;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1px;
	font-family: "Roboto", sans-serif;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt input {
	width: 130px !important;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt a {
	color: #784d27;
}

.rerano {
	position: absolute;
	right: 50px;
	top: 70px;
	background: rgb(0 0 0 / 66%);
	padding: 9px;
	border-radius: 2px;
}

.rerano p {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.4px;
	margin: 0;
}

.rerano p span,
.rerano p a {
	color: #f5d28e;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.rerano_ft {
	margin-bottom: 0 !important;
}

.rerano_ft a,
.rerano_ft span {
	color: #f5d28e;
	font-family: "Roboto", sans-serif;
}

#spanidbut {
	font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}

}


@media (min-width: 1400px) and (max-width:1500px) {
	.container {
		max-width: 1230px;
	}

}

@media only screen and (max-width: 1600px) {
	.header_box .logo-box img {
		max-width: 140px;
	}

	.frame1 .txtFrame {
		right: 18%;
		bottom: 38%;
	}

	.frame2 .item2 .txtFrame {
		max-width: 685px;
		bottom: 22%;
	}

	.frame2 .txtFrame ul li img {
		width: 34px;
	}

	.frame2 .item2 .txtFrame ul li {
		line-height: 17px;
		font-size: 14px;
		padding: 7px 8px;
		text-align: left;
	}

	.frame2 .item2 .txtFrame ul {
		margin-top: 20px;
	}

	.frame2 .item3 .txtFrame {
		bottom: 21%;
		max-width: 710px;
	}

	.frame2 .item3 .txtFrame ul li .content li {
		line-height: 17px;
	}

	.frame2 .item3 .txtFrame>ul>li {
		gap: 0 13px;
		padding: 6px 10px;
	}

	.frame2 .item3 .txtFrame ul li .content p {
		font-size: 15px;
	}

	.frame2 .item3 .txtFrame ul {
		margin-top: 15px;
	}

	.frame4 .txtFrame {
		bottom: 37%;
		left: 12%;
	}

	.frame8 .thumbnail_slider,
	.frame12 .thumbnail_slider2 {
		width: 320px;
	}

	.frame8 .item1 .txtFrame {
		bottom: 35%;
	}

	.frame8 .item3 .txtFrame {
		bottom: 30%;
	}

	.frame8 .item2 .txtFrame,
	.frame8 .item4 .txtFrame,
	.frame8 .item5 .txtFrame {
		bottom: 12%;
	}

	.frame12 .txtFrame {
		max-width: 525px;
	}

	.frame12 .item1 .txtFrame {
		bottom: 37%;
	}

	.frame12 .item2 .txtFrame {
		bottom: 34%;
	}

	.frame12 .item3 .txtFrame,
	.frame12 .item4 .txtFrame,
	.frame12 .item5 .txtFrame {
		bottom: 12%;
	}

	.frame5 .txtFrame {
		max-width: 490px;
	}



	.frame4 .sec-bg-1-div {
		left: 18%;
		top: 25%;
	}

	.frame6 .sec-bg-2-div img {
		width: 100%;
		max-width: 375px;
	}

	.frame6 .content-overlay {
		right: 32%;
	}

	.txtFrame h2 {
		line-height: 32px;
		font-size: 28px;
	}

	.txtFrame h1 {
		line-height: 20px;
		font-size: 20px;
	}

	.txtFrame p,
	.frame1 .txtFrame p {
		line-height: 20px;
		font-size: 14px;
	}


	.frame1 .txtFrame p {
		font-weight: 400;
		font-size: 13px;
	}

	.frame8 #sync4 {
		width: 300px;
		right: 6%;
	}

	.frame11 .footer-fix {
		padding: 15px 0;
	}

	.frame11 .architect-blocks .bg-gradient1 {
		width: 100%;
		margin: auto;
		margin-top: 0;
		align-items: unset;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes {
		width: calc(50% - 13px);
	}

	.frame11 .sec-bg-1-div img {
		max-width: 240px;
	}

	.frame11 .footer-sec .form_pop_border {
		margin: 15px 0 0 0;
	}

	.frame11 .architect-blocks .architect-h1-content h1 {
		margin-bottom: 10px;
	}

	.frame11 .architect-blocks .architect-h1-content p {
		font-size: 15px;
	}

	.frame11 .fp-tableCell {
		vertical-align: bottom;
	}

	.frame11 .footer-sec {
		margin-bottom: 118px;
	}

	.contact_information .contact_info ul {
		margin-bottom: 0px;
	}

	.contact_information .contact_map iframe {
		height: 185px;
		margin-top: 0;
	}

	.frame11 .footer-fix p {
		font-weight: 400;
		margin-bottom: 4px;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes input,
	.frame11 .footer-sec .form_pop_border .input_boxes textarea {
		margin-bottom: 5px;
	}

	.frame11 .architect-blocks .architect-h1-content {
		padding: 20px 25px;
	}

	.frame11 .footer-fix ul li {
		line-height: normal;
	}

	.frame11 .footer-fix ul li a {
		font-size: 11px;
	}

	.contact_information {
		padding: 25px 30px;
	}

	.contact_information .contact_info h4 {
		font-size: 20px;
	}

	.header_box .nav.navbar-nav.navbar-main ul li a {
		padding: 0;
		font-size: 13px;
	}

	.frame1.frame8 #sync4 {
		width: 100%;
		max-width: 75%;
		margin-top: 60px;
	}

	.frame1.frame8 #sync3 {
		width: 340px;
		top: -43px;
		left: -7%;
	}

	.frame4 .sec-bg-2-div.image1-ref img {
		width: 100%;
		max-width: 420px;
	}

	.amenWrapper .amenList {
		bottom: 15%;
		right: 46%;
	}

	.amenTxt h1 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.slideAcc {
		gap: 7px 0;
	}

	.frame13 .content_box {
		width: 440px;
		padding: 20px;
		margin-left: 20px;
	}

	.slideAcc li {
		font-size: 13px;
	}

	.frame13 .content_box .owl-nav {
		bottom: -15px;
		right: -17px;
	}

	.frame9 h1,
	.frame10 .txtFrame h1 {
		font-size: 42px;
		line-height: 42px;
	}

	.frame9 img {
		width: 60%;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
		width: 23%;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		min-width: 290px;
		max-width: 290px;
	}

	.frame10 .big_mg {
		width: 280px;
	}

	.frame10 .item3 .big_mg {
		width: 260px;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
		padding-left: 0;
		gap: 20px 0;
	}

	.frame10 .txtFrame h2 {
		font-size: 32px;
		line-height: 45px;
	}

	.architect-blocks .images_wrap img.big-logo {
		width: 240px;
	}

	.architect-blocks .images_wrap img.small-logo {
		max-width: calc(100% - 300px) !important;
	}

	.architect-blocks .content p {
		font-size: 16px;
		line-height: 24px;
	}

	.property-customization {
		padding-top: 220px;
	}

	.property-customization h1 {
		font-size: 46px;
		margin-bottom: 45px;
	}

	.property-customization h3 {
		font-size: 20px;
	}

	.property-customization figure {
		padding: 10px 10px;
		margin: 10px 0;
	}

	.property-customization figure figcaption {
		font-size: 16px;
	}

	.property-customization figure img {
		height: 35px;
		width: 35px;
		margin-right: 15px;
	}

	.frame9 .new_title_sect {
		margin-top: 175px;
		margin-bottom: 15px;
	}

	.new_title_sect h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.new_title_sect p {
		font-size: 15px;
	}

	.amenities_section ul.amenities {
		width: 80%;
		margin: auto;
		gap: 28px 0;
	}

	.amenities_section ul.amenities li img {
		height: 45px;
		margin-bottom: 10px;
	}

	.amenities_section ul.amenities li p {
		font-size: 14px;
		line-height: 17px;
	}

	.master_plan a {
		width: 45% !important;
		display: inline-block !important;
	}

	.master_plan span.zoom img {
		width: 20px;
	}

	.master_plan span.zoom {
		top: -17px;
	}

	.master_plan {
		text-align: center;
	}

	.floor_plan a {
		display: inline-block;
		max-width: 74%;
	}

	.floor_plan {
		text-align: center;
	}

	.floor_plan_slider_wrapper {
		width: 100%;
	}

	.frame13 .item1 .new_title_sect {
		margin-top: 130px;
	}

}

@media only screen and (max-width: 1500px) {
	.txtFrame h1 {
		font-size: 23px;
		line-height: 32px;
	}

	.frame1 .txtFrame h5 {
		font-size: 17px;
		line-height: 25px;
	}

	.frame8 #sync4 {
		width: 300px;
	}

	.frame8 #sync4 p {
		margin-bottom: 0;
	}

	.txtFrame p {
		font-size: 15px;
		line-height: 23px;
	}

	.txtFrame h2 {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 28px;
	}

	.frame4 .sec-bg-2-div.image1-ref img {
		width: 100%;
		max-width: 470px;
	}

	.frame5 .point-note ul li {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.frame9 h1,
	.frame10 .txtFrame h1 {
		font-size: 34px;
		line-height: 38px;
	}

	.container-down h4 {
		font-size: 14px;
	}

	.master_plan a {
		width: 50% !important;
	}

	.contact_information .contact_map iframe {
		height: 155px;
	}

	.frame11 .architect-blocks .architect-h1-content h1 {
		margin-bottom: 5px;
	}

}

@media only screen and (max-width: 1399px) {
	.header_box .logo-box img {
		max-width: 127px;
	}

	.header_box .nav.navbar-nav.navbar-main ul li a {
		padding: 0;
		font-size: 12px;
	}

	.txtFrame h1 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 6px;
	}

	.frame1 .txtFrame {
		width: 510px;
		bottom: 10%;
		right: 16%;
	}

	.frame1 .txtFrame p {
		line-height: 19px;
	}

	.txtFrame p {
		font-size: 14px;
		line-height: 17px;
	}

	.frame2 .item1 .txtFrame {
		bottom: 32%;
	}

	.frame2 .txtFrame ul li img {
		width: 30px;
	}
	.frame2 .item3 .txtFrame ul li .content p {
		font-weight: 600;
		font-size: 14px;
	}
	.frame2 .item2 .txtFrame ul li {
		line-height: 16px;
		font-size: 13px;
		padding: 5px 8px;
		text-align: left;
	}

	.frame2 .item2 .txtFrame {
		max-width: 600px;
		bottom: 30%;
	}

	.frame2 .item3 .txtFrame {
		bottom: 30%;
		max-width: 644px;
	}
	.frame2 .item3 .txtFrame ul li .content li {
		line-height: 16px;
		font-size: 12px;
		margin: 3px 0;
	}

	.frame8 .thumbnail_slider,
	.frame12 .thumbnail_slider2 {
		width: 250px;
	}

	.frame8 .slide-arrow.next-arrow,
	.frame12 .slide-arrow.next-arrow {
		left: -22%;
	}

	.frame8 .slide-arrow,
	.frame12 .slide-arrow {
		left: -41%;
	}

	.frame12 .item1 .txtFrame {
		bottom: 33%;
	}

	.frame12 .txtFrame {
		max-width: 485px;
	}

	.frame12 .item2 .txtFrame {
		bottom: 32%;
		left: 14%;
	}

	.frame5 .txtFrame {
		max-width: 430px;
		bottom: 34%;
	}

	.frame5 .txtFrame h1 br {
		display: none;
	}

	.frame13 .item2 .new_title_sect {
		margin-top: 140px;
	}

	.master_plan a {
		width: 56% !important;
	}


	.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
		padding-left: 30px;
		gap: 15px 0;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li {
		gap: 20px;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
		width: 24%;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		min-width: 68%;
		max-width: 68%;
	}

	.frame10 .sec-bg-1-div {
		top: 33%;
		width: 52%;
		transform: translateX(-22%);
	}

	.frame10 .txtFrame h1 {
		font-size: 30px;
	}

	.frame10 .big_mg {
		width: 233px;
	}

	.frame10 .item3 .small-logo {
		bottom: -20px;
		right: -20px;
		width: 70px;
	}

	.frame10 .item3 .big_mg {
		width: 215px;
	}

	.frame11 .footer-fix ul {
		justify-content: space-evenly;
	}

	.frame11 .footer-fix ul li {
		width: auto;
	}

	.frame11 .footer-fix p {
		margin-bottom: 5px;
	}

	.frame11 .footer-sec .form_pop_border {
		margin: 10px 0 0 0;
	}

	.frame8 .item-box {
		background-size: cover;
	}

	.frame10 .txtFrame h2 {
		margin-bottom: 40px;
	}

	.property-customization {
		padding-top: 170px;
	}

	.property-customization h1 {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.frame11 .architect-blocks .bg-gradient1 {
		width: 100%;
		margin-top: 0;
	}

	.contact_information {
		padding: 20px 20px;
	}

	.contact_information .contact_info h4 {
		font-size: 18px;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes {
		margin-bottom: 6px;
	}

	.frame11 .architect-blocks .architect-h1-content h1 {
		font-size: 18px;
		line-height: 1;
	}

	.frame11 .architect-blocks .architect-h1-content p {
		font-size: 14px;
		letter-spacing: 1.2px;
		margin-bottom: 0;
	}

	.frame11 .contact_information .contact_info p,
	.frame11 .contact_information .contact_info p a {
		line-height: 18px;
	}

	.contact_information .contact_map iframe {
		margin-top: 0;
	}

	.contact_information .contact_info ul {
		margin-bottom: 0;
	}

	.side-navigation .logo {
		width: 140px;
		margin: 55px 0 35px 0;
	}

	.new_title_sect h2 {
		font-size: 22px;
		margin-bottom: 7px;
	}

	.new_title_sect p {
		font-size: 15px;
		margin-top: 7px;
	}

	.amenities_section ul.amenities {
		gap: 20px 0;
	}

	.amenities_section ul.amenities li img {
		height: 40px;
	}

	.amenities_section ul.amenities li p {
		font-size: 13px;
		line-height: 15px;
	}

	.frame9 .new_title_sect {
		margin-top: 160px;
		margin-bottom: 5px;
	}

	.frame11 .footer-sec .form_pop_border .form_btn {
		margin: 0;
	}

	.frame11 .footer-sec .form_pop_border .form_btn input {
		padding: 8px 30px;
		position: absolute;
		right: 3px;
		width: 181px;
		bottom: 5px;
		height: 40px;
	}

	.contact_information .contact_map iframe {
		height: 110px;
		display: block;
	}

	.frame13 .item1 .new_title_sect {
		margin-top: 130px;
	}

}


@media only screen and (max-width: 1320px) {
	.frame1 .txtFrame {
		right: 16%;
		bottom: 5%;
	}

	.txtFrame p {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.txtFrame h1 {
		font-size: 19px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}

	.txtFrame p,
	.frame1 .txtFrame p {
		line-height: 18px;
		font-size: 13px;
	}

	.txtFrame {
		padding: 20px;
	}

	.frame8 .slide-arrow.next-arrow {
		left: -25%;
	}

	.frame8 .slide-arrow.prev-arrow {
		left: -46%;
	}

	.frame4 .sec-bg-2-div.image1-ref img {
		width: 100%;
		max-width: 331px;
	}

	.content-overlay p {
		font-size: 10px;
		margin-bottom: 0;
	}

	.frame5 .point-note ul {
		gap: 0 30px;
	}

	.frame5 .point-note ul li {
		width: 100%;
	}

	.header_box .nav.navbar-nav.navbar-main ul li {
		padding: 0;
	}

	.call_action .call_no {
		margin-top: 9px;
		margin-right: 10px;
	}

	.header_box .logo-box img {
		max-width: 120px;
		padding: 15px 0;
	}

	.txtFrame h2 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 22px;
	}

	.frame1 .txtFrame h5 {
		font-size: 17px;
		line-height: 25px;
	}

	.frame8 #sync4 {
		width: 300px;
		bottom: 8%;
	}

	.frame11 .container-down.paras-manor {
		bottom: 23%;
	}

	.footer_start.footer-sec {
		margin-bottom: 116px;
	}

	.frame11 .architect-blocks .bg-gradient1 {
		height: auto;
	}

	.frame11 .sec-bg-1-div img {
		max-width: 200px;
	}

	.frame11 .footer-sec .form_pop_border .form_btn input {
		width: 194px;
	}

	.txtFrame {
		max-width: 545px;
	}

	.frame11 .architect-blocks .bg-gradient1 {
		width: 100%;
	}

	.frame11 .architect-blocks .architect-h1-content {
		padding: 20px 20px;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes input,
	.frame11 .footer-sec .form_pop_border .input_boxes textarea {
		margin-bottom: 5px;
		padding: 5px 10px;
	}

	.contact_information .contact_map iframe {
		height: 130px;
	}

	.frame11 .contact_information .contact_info p,
	.frame11 .contact_information .contact_info p a {
		line-height: 16px;
		font-size: 12px;
	}

	.frame11 .architect-blocks .architect-h1-content p {
		font-size: 13px;
	}

	.frame11 .footer-fix p {
		font-size: 11px;
		line-height: 16px;
	}

	.frame11 .footer-fix ul li a {
		font-size: 12px;
	}

	.frame11 .footer-fix ul li {
		font-size: 12px;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes {
		margin-bottom: 4px;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt span {
		font-size: 13px;
	}

	.frame11 .architect-blocks .architect-h1-content h1 {
		margin-bottom: 8px;
	}

	.master_plan a {
		width: 56% !important;
	}

	.master_plan span.zoom img {
		width: 22px;
	}

	.master_plan span.zoom {
		top: -26px;
	}

	.floor_plan span.zoom img {
		width: 22px;
		margin-bottom: 4px;
	}

	.rerano {
		padding: 6px;
	}

	.rerano p {
		font-size: 10px;
	}

}

@media only screen and (max-width: 1200px) {

	.frame9 h1,
	.frame10 .txtFrame h1 {
		font-size: 28px;
		line-height: 34px;
	}

	.frame9 .txtLayer {
		margin-left: 0;
	}

	.frame8 #sync4 {
		width: 230px;
		right: 8%;
	}

	.frame8 .item-box {
		background-size: cover;
	}

	.container-down h4 {
		font-size: 13px;
	}

	.arrow:before,
	.arrow:after {
		width: 20px;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
		width: 24%;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		min-width: 70%;
		max-width: 70%;
		font-size: 15px;
		line-height: 22px;
	}

	.frame10 .txtFrame h2 {
		font-size: 27px;
		line-height: 39px;
	}

	.architect-blocks .images_wrap img.big-logo {
		width: 200px;
	}

	.architect-blocks .images_wrap img.small-logo {
		max-width: calc(100% - 353px) !important;
	}

	.architect-blocks .images_wrap,
	.architect-blocks .content {
		width: 90%;
	}

	.frame10 .txtFrame h2 {
		margin-bottom: 40px;
	}

	.architect-blocks .content p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.header_box .logo-box img {
		margin-left: 0;
	}

	.header_box .logo-box img {
		max-width: 110px;
	}

	.new_title_sect h2 {
		font-size: 22px;
	}

	.frame9 .new_title_sect {
		width: 100%;
		margin-top: 150px;
		margin-bottom: 2px;
	}


	.amenities_section ul.amenities {
		gap: 20px 0;
	}

	.amenities_section ul.amenities li img {
		height: 38px;
		margin-bottom: 8px;
	}

	.new_title_sect p {
		margin-top: 10px;
		font-size: 14px;
	}

	#nav-icon3 span.text {
		font-size: 13px;
		right: -33px !important;
	}

	#nav-icon3 span:nth-child(1) {
		top: 2px;
	}

	#nav-icon3 span:nth-child(4) {
		top: 16px;
	}

	#nav-icon3 {
		width: 25px;
	}

	.hamburger-menu {
		padding: 8px 17px;
		max-width: 106px;
		height: 36px;
	}

	.side-navigation .logo {
		width: 120px;
		margin: 50px 0 25px 0;
	}

	.side-navigation .menu ul li a {
		font-size: 16px;
	}

	.txtFrame {
		max-width: 500px;
		padding: 15px;
	}

	.txtFrame h1 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 6px 0;
	}

	.frame8 #sync4 {
		width: 210px;
	}

	.frame8 .slide-arrow,
	.frame13 .owl-nav button {
		width: 30px;
		height: 30px;
	}

	.frame8 .slide-arrow img,
	.frame13 .owl-nav button img {
		width: 15px;
	}

	.frame13 .owl-nav,
	.frame13 .owl-dots {
		right: 9%;
		width: auto;
		/* bottom: 22%; */
	}

	.frame13 .owl-dots {
		height: 30px;
	}

	.frame13 .owl-dot.active:before,
	.frame13 .owl-dots:after {
		font-size: 16px;
	}

	.master_plan span.zoom img {
		width: 20px;
	}

	.master_plan span.zoom {
		top: -20px;
	}

	.frame11 .architect-blocks .bg-gradient1 {
		width: 100%;
	}

	.frame11 .footer-sec .form_pop_border .form_btn input {
		width: 120px;
		padding: 0;
		height: 35px;
		bottom: 10px;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt input {
		width: 120px !important;
	}

	.contact_information .contact_info li {
		margin-bottom: 10px;
	}

	.frame11 .architect-blocks .architect-h1-content p {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.frame11 .architect-blocks .architect-h1-content {
		padding: 15px 15px;
	}

	.frame11 .architect-blocks .architect-h1-content h1 {
		font-size: 18px;
	}

	.frame11 .footer-sec .form_pop_border {
		margin: 10px 0 0 0;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes input,
	.frame11 .footer-sec .form_pop_border .input_boxes textarea {
		padding: 3px 10px;
	}

	.frame11 .footer-sec .form_pop_border .form_btn {
		margin-top: 5px;
	}

	.contact_information {
		padding: 15px 15px;
	}

	.contact_information .contact_info h4 {
		font-size: 15px;
	}

	.contact_information .contact_map iframe {
		height: 130px;
		display: block;
	}

	.frame1 .txtFrame {
		right: 13%;
		bottom: 15%;
		width: 490px;
	}

	.frame2 .frame_slide {
		background-position: center bottom;
		background-size: auto 100%;
	}

	.frame2 .item1 .txtFrame {
		left: 5%;
	}

	.frame2 .txtFrame ul li img {
		width: 28px;
	}

	.txtFrame p,
	.frame1 .txtFrame p {
		line-height: 15px;
		font-size: 13px;
	}

	.frame2 .item2 .txtFrame ul li {
		line-height: 14px;
		font-size: 12px;
	}

	.frame2 .item2 .txtFrame {
		max-width: 531px;
		bottom: 26%;
		left: 4%;
	}

	.frame2 .item2 .txtFrame ul {
		margin-top: 10px;
	}

	.frame2 .item3 .txtFrame {
		bottom: 23%;
		max-width: 550px;
		left: 6%;
	}

	.frame2 .item3 .txtFrame ul li .content li {
		line-height: 12px;
		font-size: 12px;
	}

	.frame2 .item3 .txtFrame ul li .content p {
		font-size: 13px;
	}

	.frame2 .item2 .txtFrame,
	.frame2 .item3 .txtFrame,
	.txtFrame {
		padding: 12px;
	}

	.frame4 .txtFrame {
		left: 6%;
	}

	.frame8 .thumbnail_slider,
	.frame12 .thumbnail_slider2 {
		width: 200px;
	}

	.frame8 .item2 .txtFrame,
	.frame8 .item4 .txtFrame,
	.frame8 .item5 .txtFrame {
		bottom: 6%;
	}

	.frame8 .item-box,
	.frame12 .item-box {
		background-size: auto 100%;
	}

	.frame12 .item1 .txtFrame {
		bottom: 38%;
		left: 8%;
	}

	.frame12 .txtFrame {
		max-width: 444px;
	}

	.frame12 .item2 .txtFrame {
		bottom: 32%;
		left: 6%;
	}

	.frame12 .item3 .txtFrame,
	.frame12 .item4 .txtFrame,
	.frame12 .item5 .txtFrame {
		bottom: 6%;
		left: 6%;
	}

	.frame8 .slide-arrow,
	.frame12 .slide-arrow {
		left: -46%;
	}

	.frame8 .slide-arrow.next-arrow,
	.frame12 .slide-arrow.next-arrow {
		left: -24%;
	}

	.frame5 {
		background-position: center right;
		background-size: auto 100%;
	}

	.img-box-1 {
		background-size: auto 100%;
		background-position: center left;
	}

	.frame11 .footer-fix {
		padding: 12px 0;
	}

	.frame11 .footer-fix p {
		line-height: 14px;
	}

	.floor_plan_slider_wrapper {
		width: 90%;
	}

}

@media only screen and (max-width: 1100px) {}

@media only screen and (min-width: 992px) and (max-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 875px;
	}

}

@media only screen and (max-width: 991px) {
	header {
		z-index: 99;
	}

	.header_box {
		transition: all 0.5s ease;
	}

	.header_box.fixed {
		background: #FFF;
		box-shadow: 0 0 15px 0 #0000003b;
	}

	.header_box.fixed .logo_wrap img {
		max-width: 60px;
		transition: all 0.4s ease;
		padding: 5px 0;
	}

	header .header-right {
		transition: all 0.4s ease;
	}

	.header_box.fixed .header-right {
		margin: 22px 0;
	}

	.header_box.fixed .logo_wrap img.logo_dark {
		display: block;
	}

	.header_box.fixed .logo_wrap img.logo_light {
		display: none;
	}

	.header_box .logo_wrap img {
		transition: all 0.4s ease;
		width: 100px;
	}

	.header_box.fixed .call_action .call_no a {
		color: #007236 !important;
	}

	.header_box.fixed .call_action .call_no img.white {
		display: none;
	}

	.header_box.fixed .call_action .call_no img.green {
		display: block;
	}

	.header_box .logo-box {
		margin-left: 10px;
	}

	.close_menu {
		display: block;
		width: 30px;
		height: 30px;
		background: #3b5437;
		border-radius: 50%;
		color: #FFF;
		text-align: center;
		line-height: 30px;
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
	}

	.side-navigation {
		width: 300px;
		padding: 0 25px;
	}

	.header_box .nav.navbar-nav.navbar-main ul li.added__btn {
		position: fixed;
		top: 50%;
		right: -26px;
		padding: 0;
		transform: rotate(-90deg) translate(0, 100%);
		display: none;
	}

	#nav-icon3 span {
		height: 2px;
	}

	#nav-icon3 {
		margin-right: 55px;
		width: 26px;
	}

	#nav-icon3 span.text {
		font-size: 14px;
		right: -35px !important;
	}

	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 8px;
	}

	#nav-icon3 span:nth-child(4) {
		top: 15px;
	}

	.section {
		min-height: 100svh !important;
	}

	#section0 .fp-tableCell {
		height: 100svh !important;
	}

	.frame9 img {
		width: 143px;
		margin-bottom: 26px;
	}

	.frame9 p {
		text-align: center;
	}

	.frame9 h1 {
		text-align: center;
	}

	.frame10 .container {
		padding: 0 15px;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
		padding-left: 0;
		margin-top: 40px;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li {
		justify-content: left;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		font-size: 20px;
		line-height: 30px;
	}

	.frame11 .footer-sec .form_pop_border {
		width: 100%;
	}

	.frame11 .footer-fix p {
		margin-bottom: 15px;
	}

	.frame11 .footer-fix ul {
		flex-direction: column;
		padding-left: 0;
	}

	.footer_start.footer-sec {
		margin-bottom: 0;
	}

	.container,
	.container-md,
	.container-sm {
		max-width: 100%;
	}

	.frame11 .container {
		padding: 0;
	}

	.frame11 .footer-fix {
		position: relative;
		padding: 15px;
	}

	.frame11 .fp-tableCell {
		display: block;
	}

	.frame11 .architect-blocks .bg-gradient1 {
		width: calc(100% - 40px);
		margin: 20px auto;
	}

	.frame11 {
		min-height: auto !important;
		height: auto !important;
		padding-top: 0;
	}

	.section {
		overflow: hidden;
		max-width: 100%;
	}

	.frame11 .container-down.paras-manor {
		bottom: 32%;
		display: none;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li img {
		width: 20%;
	}

	.frame6 .slide-bg-1,
	.frame6 .slide-bg-2,
	.frame6 .slide-bg-3,
	.frame6 .slide-bg-4 {
		height: 100svh !important;
	}

	.frame8 .item-box {
		height: 100svh;
	}

	.fp-tableCell {
		height: auto !important;
	}

	.frame13 .img-box-1 {
		background-size: cover;
		background-position: bottom center;
	}

	.frame10 .fp-tableCell {
		height: auto !important;
	}

	.frame9 {
		height: 100svh !important;
	}

	.frame10 .img-box-1 {
		background-size: cover;
		background-position: bottom center;
		height: auto;
	}

	.frame10 .floor_plan {
		padding-bottom: 180px;
	}

	.floor_plan a {
		display: inline-block;
		max-width: 100%;
	}

	.frame10 .new_title_sect {
		margin-bottom: 20px;
	}

	.architect-blocks .images_wrap,
	.architect-blocks .content {
		width: 98%;
	}

	.frame11 .architect-blocks {
		padding-left: 0;
	}

	.go_to_top {
		display: block;
		position: absolute;
		right: 15px;
		bottom: 20px;
		background: #3b5437;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		font-size: 13px;
		color: #FFF;
		line-height: 30px;
	}

	.frame8 #sync4 .slick-list {
		display: none !important;
	}

	.frame8 #sync4 {
		border: none;
	}

	.frame8 #sync4 {
		bottom: 20px;
		right: 0;
		display: flex;
		justify-content: right;
		width: 100%;
		gap: 22px;
		padding: 0 30px;
	}

	.frame11 .footer-fix ul li:first-child a {
		font-size: 12px;
		margin-bottom: 10px;
		display: inline-block;
		text-decoration: underline;
	}

	.property-customization {
		padding-top: 160px;
		padding-bottom: 70px;
	}

	.property-customization h1 {
		font-size: 34px;
		margin-bottom: 35px;
	}

	.property-customization h3 {
		font-size: 18px;
	}

	.property-customization figure figcaption {
		font-size: 16px;
	}

	.property-customization figure {
		margin: 8px 0;
	}

	.vitual_tour a.inquire {
		display: block;
	}

	.vitual_tour {
		right: -96px;
		gap: 0 10px;
	}

	.rerano {
		right: 10px;
	}

	.frame1 .txtFrame {
		right: 7%;
		bottom: 26%;
	}

	.frame2 .item1 .txtFrame {
		left: 5%;
		max-width: 390px;
		bottom: 44%;
	}

	.frame2 .item2 .txtFrame {
		max-width: 435px;
	}

	.frame2 .item3 .txtFrame {
		max-width: 460px;
		left: 5%;
	}

	.frame8 .item1 .txtFrame {
		max-width: 450px;
		right: 6%;
	}

	.frame8 .item2 .txtFrame,
	.frame8 .item4 .txtFrame,
	.frame8 .item5 .txtFrame {
		max-width: 415px;
		left: 3%;
	}

	.frame12 .item3 .txtFrame,
	.frame12 .item4 .txtFrame,
	.frame12 .item5 .txtFrame {
		max-width: 415px;
		left: 3%;
	}

	.frame12 .item2 .txtFrame {
		left: 3%;
		max-width: 355px;
	}

	.frame5 .txtFrame {
		max-width: 255px;
		bottom: 34%;
		right: 3%;
	}

	.frame5 {
		background-position: center right 46%;
		background-size: auto 100%;
	}

	.frame9 .new_title_sect {
		margin-top: 60px;
	}

	.amenities_section ul.amenities {
		width: 96%;
	}

	.master_plan a {
		width: 84% !important;
	}

	.frame13 .item1 .new_title_sect {
		margin-top: 60px;
	}

	.frame13 .item2 .new_title_sect {
		margin-top: 60px;
	}

	.frame11 .footer-sec .form_pop_border .form_btn input {
		position: relative;
		bottom: 0;
		right: auto;
	}

	.frame11 .footer-sec .form_pop_border .form_btn {
		text-align: left;
	}

	.frame4 .txtFrame {
		bottom: 45%;
	}
	.frame13 .owl-nav, .frame13 .owl-dots {
		right: 30px;
		bottom: 54%;
	}
	.floor_plan_slider_wrapper {
		width: 84%;
	}

}

@media only screen and (max-width: 767px) {
	.txtFrame {
		max-width: 90%;
		padding: 15px;
		width: 100%;
		left: 5%;
		bottom: 50px;
	}

	.frame1 {
		background-image: url('../images/banner/paras-main-banner-1-mob.jpg');
		background-position: bottom center;
		background-size: cover;
	}

	.frame2 .item1 {
		background-image: url('../images/banner/banner_slide_2_1-mob.jpg');
		background-position: bottom center;
		background-size: cover;
	}

	.frame2 .item2 {
		background-image: url('../images/banner/banner_slide_2_2-mob.jpg');
		background-position: bottom center;
		background-size: cover;
	}

	.frame2 .item3 {
		background-image: url('../images/banner/banner_slide_2_3-mob.jpg');
		background-position: bottom right;
		background-size: cover;
	}


	.frame3 {
		background-size: cover;
		background-position: center;
	}

	.frame3 .txtFrame {
		left: 25px;
		max-width: calc(100% - 50px);
		bottom: 50px;
	}

	.frame4 {
		background-image: url('../images/banner/paras-main-banner-4-mob.jpg');
		background-position: bottom center;
		background-size: cover;
	}



	.frame8 #sync4 {
		justify-content: center;
	}

	.frame8 .txtFrame {
		left: 5%;
		bottom: 70px;
	}

	.frame9 .img-box-1 {
		height: auto;
		padding-bottom: 150px;
		background-size: cover;
		background-position: bottom center;
	}

	.amenities_section ul.amenities li {
		width: 25%;
	}

	.new_title_sect h2 {
		text-align: center;
	}

	.new_title_sect h2 br {
		display: none;
	}



	.pop_up_box .form_box {
		max-width: 90%;
	}

	.close_icon i {
		background: #3b5437;
		border-radius: 50%;
	}

	.close_icon {
		right: -11px;
		top: -11px;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes {
		width: 100%;
	}

	.frame1 .fp-tableCell {
		vertical-align: bottom;
	}


	.container-down {
		left: 50%;
		transform: translateX(-50%);
		bottom: 25px;
	}

	.container-down h4 {
		font-size: 13px;
		transform: none;
		margin-left: 0;
		top: 0;
		margin-bottom: 35px;
	}

	.arrow {
		width: 25px;
		left: 50%;
	}

	.frame9 .txtLayer {
		margin-bottom: 65px;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		font-size: 15px;
		line-height: 24px;
	}

	.master_plan a {
		width: 100% !important;
	}

	.frame11 .architect-blocks .architect-h1-content {
		width: 100%;
	}

	.contact_information {
		width: 100%;
	}

	.frame11 .architect-blocks .bg-gradient1 {
		flex-wrap: wrap;
	}

	.frame10 .fp-tableCell {
		height: auto !important;
	}

	.frame9 h1,
	.frame10 .txtFrame h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.frame10 {
		padding-bottom: 0;
		height: auto !important;
		min-height: auto !important;
	}

	.frame10 .floor_plan {
		padding-bottom: 120px;
	}

	.frame10 .owl-nav {
		justify-content: center;
	}

	.frame10 .owl-dots {
		bottom: -3px;
	}


	.frame11 .architect-blocks .architect-h1-content {
		padding: 20px 30px;
	}

	.frame11 .sec-bg-1-div img {
		max-width: 225px;
	}

	.frame11 .container-down.paras-manor {
		bottom: 35%;
		left: 10%;
	}

	.frame11 .container-down.paras-manor .arrow {
		margin-top: -42px;
		top: 11px;
	}

	.frame11 .footer-fix ul li {
		line-height: 1;
	}

	.frame9 img {
		width: 130px;
		margin-bottom: 20px;
	}

	.property-customization h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.property-customization figure {
		padding: 10px 10px;
		margin: 10px 0;
	}

	.property-customization h3 {
		font-size: 16px;
	}

	.property-customization figure img {
		height: 30px;
		width: 30px;
	}

	.property-customization figure figcaption {
		font-size: 15px;
	}

	.rerano {
		padding: 6px;
	}

	.rerano p {
		font-size: 9px;
	}

	.frame8 .slide-arrow.next-arrow {
		margin-right: 0;
		left: auto;
	}

	.frame8 .slide-arrow.prev-arrow {
		left: auto;
		margin-right: 0;
	}

	.frame8 .slide-arrow {
		position: relative;
		top: auto;
	}

	.frame1 .txtFrame {
		left: auto;
		bottom: auto;
		top: 23%;
		right: 25px;
		max-width: 88%;
	}

	.header_box .logo-box {
		left: 15px;
		transform: none;
	}

	.frame8 .item1 {
		background-image: url('../images/amenities/lifestyle-amenities-1-mob.jpg') !important;
		background-position: bottom left;
		background-size: cover;
	}

	.frame8 .item3 {
		background-image: url('../images/amenities/lifestyle-amenities-3lll-mob.jpg') !important;
		background-position: bottom left;
		background-size: cover;
	}

	.frame8 .item1 .txtFrame,
	.frame8 .item3 .txtFrame,
	.frame2 .item1 .txtFrame,
	.frame2 .item2 .txtFrame,
	.frame2 .item3 .txtFrame,
	.frame4 .txtFrame,
	.frame5 .txtFrame {
		left: 25px;
		max-width: calc(100% - 50px);
		bottom: auto;
		top: 60px;
	}

	.frame8 .item2 .txtFrame,
	.frame8 .item4 .txtFrame,
	.frame8 .item5 .txtFrame {
		max-width: calc(100% - 95px);
		left: 25px;
	}

	.frame12 .thumbnail_slider2 .slick-list,
	.frame8 .thumbnail_slider .slick-list {
		display: none;
	}

	.frame12 .thumbnail_slider2,
	.frame8 .thumbnail_slider,
	.frame13 .owl-nav,
	.frame2 .owl-nav {
		border: none;
		width: auto;
		right: 20px;
		gap: 12px 0;
		display: flex;
		flex-direction: column;
		bottom: 19%;
	}

	.frame12 .slide-arrow.prev-arrow {
		position: relative;
		left: auto;
		margin-right: 0;
	}

	.frame12 .slide-arrow.next-arrow {
		position: relative;
		left: auto;
	}

	.frame8 .slide-arrow,
	.frame12 .slide-arrow,
	.frame13 .owl-nav button,
	.frame2 .owl-nav button {
		width: 30px;
		height: 30px;
	}

	.frame8 .slide-arrow img,
	.frame12 .slide-arrow img,
	.frame13 .owl-nav button img,
	.frame2 .owl-nav button img {
		width: 15px;
	}

	.frame12 .item1 .txtFrame,
	.frame12 .item2 .txtFrame {
		left: 25px;
		max-width: calc(100% - 50px);
		bottom: auto;
		top: 80px;
	}

	.frame12 .item1 {
		background-image: url('../images/amenities/lifestyle-amenities-10-mob.jpg') !important;
		background-position: bottom right;
		background-size: cover;
	}

	.frame12 .item2 {
		background-image: url('../images/amenities/lifestyle-amenities-6-mob.jpg') !important;
		background-position: bottom right;
		background-size: cover;
	}

	.frame12 .item3 .txtFrame,
	.frame12 .item4 .txtFrame,
	.frame12 .item5 .txtFrame {
		max-width: calc(100% - 95px);
		left: 25px;
	}

	.frame5 {
		background-image: url('../images/banner/paras-main-banner-5-mob.jpg') !important;
		background-position: bottom left;
		background-size: cover;
	}

	.frame13 .item1 .img-box-1 {
		background-image: url('../images/banner/location-banner-mob.jpg') !important;
		background-position: bottom center;
		background-size: cover;
	}
}


@media (max-width:600px) {
	.amenities_section ul.amenities {
		width: 100%;
	}

	.amenities_section ul.amenities li {
		width: 33.33%;
	}
}

@media (max-width:479px) {



	.call_action .call_no {
		margin-top: 4px;
	}

	header .header-right {
		float: right;
		margin-top: 20px;
	}

	.header_box .logo_wrap {
		width: 90px;
	}

	.header_box .logo-box img {
		width: 100px;
	}

	.header_box.fixed .logo_wrap img {
		max-width: 60px;
	}

	.header_box .header-right {
		transition: all 0.4s ease;
	}

	.header_box.fixed .header-right {
		margin-top: 24px;
	}

	.rerano {
		top: 65px;
		width: 245px;
		background: rgb(0 0 0 / 60%);
	}

	.header_box .menu_wrap {
		width: calc(100% - 99px);
	}

	.header_box .nav.navbar-nav.navbar-main ul li.call_action {
		padding: 0 !important;
		margin-top: 0;
	}

	.section {
		min-height: 80svh !important;
		height: auto !important;
	}

	.frame3,
	.frame8 .item-box,
	.frame12 .item-box {
		height: 80svh !important;
	}

	.frame2 .frame_slide {
		height: 85vh !important;
	}

	.frame2 .item3 .txtFrame>ul>li {
		width: 100%;
	}

	.frame2 .item2 .txtFrame ul li {
		width: 100%;
	}

	.frame8 .item1 .txtFrame,
	.frame8 .item3 .txtFrame,
	.frame2 .item1 .txtFrame,
	.frame2 .item2 .txtFrame,
	.frame2 .item3 .txtFrame,
	.frame4 .txtFrame,
	.frame5 .txtFrame,
	.frame12 .item1 .txtFrame,
	.frame12 .item2 .txtFrame {
		top: 25px;
	}

	.frame2 .item3 {
		background-position: bottom left 70%;
	}

	.frame12 .item1 {
		background-position: bottom center;
	}

	.frame12 .item2 {
		background-position: bottom left;
	}




	.frame9 .new_title_sect {
		margin-top: 50px;
	}

	.amenities_section ul.amenities li img {
		height: 38px;
	}

	.contact_information .contact_map iframe {
		height: 225px;
	}


	#nav-icon3 {
		margin-left: 0;
	}

	#nav-icon3 span:nth-child(1) {
		top: 2px;
	}

	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 8px;
	}

	#nav-icon3 span:nth-child(4) {
		top: 14px;
	}

	#nav-icon3 {
		width: 22px;
	}

	#nav-icon3 span.text {
		        font-size: 7px;
        right: 0px !important;
        top: 0px;
	}

	#nav-icon3 span {
		height: 1px;
	}

	.hamburger-menu {
		max-width: 90px;
		height: 30px;
		padding: 6px 13px;
	}

	.header_box .logo_wrap {
		width: 96px;
	}

	.header_box .logo-box {
		margin-left: 0;
	}

	.header_box .nav.navbar-nav.navbar-main ul li a {
		font-size: 11px !important;
	}

	.call_action .call_no img {
		width: 21px;
		padding-right: 6px;
	}

	.txtFrame h1 br {
		display: none;
	}

	.frame1 .txtFrame h5 {
		font-size: 16px;
		line-height: 22px;
	}

	.frame1 .txtFrame h5 {
		font-size: 16px;
		line-height: 22px;
	}

	.frame9 h1,
	.frame10 .txtFrame h1,
	.frame10 .txtFrame h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.frame10 .architect-blocks .architect-h1-content h1 {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.frame10 .big_mg {
		width: 220px;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul {
		margin-top: 25px;
	}

	.frame10 .architect-blocks .architect-h1-content .txtFrame ul li p {
		font-size: 14px;
		line-height: 20px;
	}

	.frame11 .architect-blocks .architect-h1-content {
		padding: 25px 25px;
	}

	.frame11 .container-down.paras-manor {
		bottom: 40%;
		width: 56px;
	}

	.frame11 .footer-fix ul li a {
		font-size: 11px;
	}

	.frame11 .architect-blocks .architect-h1-content h1 {
		font-size: 16px;
		line-height: 19px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.frame11 .footer-sec p {
		font-size: 13px;
		line-height: 16px;
	}

	.frame11 .footer-sec .form_pop_border .form_btn {
		margin-top: 0;
	}

	.frame11 .fp-tableCell {
		min-height: auto !important;
		height: auto !important;
	}

	.frame13 {
		min-height: auto !important;
		height: auto !important;
	}

	.master_plan span.zoom {
		top: 0;
	}

	.frame13 .owl-nav,
	.frame13 .owl-dots {
		bottom: 62%;
	}

	.frame13 .amenities_slider .cross-sec.item2 .new_title_sect {
		margin-bottom: 20px;
	}

	.frame13 .img-box-1 {
		padding-bottom: 140px;
		height: 100%!important;
	}

	.architect-blocks .images_wrap img.big-logo {
		width: 140px;
	}

	.architect-blocks .images_wrap img.small-logo {
		max-width: calc(100% - 222px) !important;
	}

	.architect-blocks .images_wrap {
		gap: 0 16px;
	}

	.pop_up_box .form_box {
		padding: 13px;
	}

	.form_box .form-1 {
		padding: 20px 20px;
	}

	/* ------------------ */
	/* .frame1 {
		background-position: right 70% center;
	}

	.frame3 {
		background-position: left 53% center;
	}

	.frame4 {
		background-position: right 31% center;
	} */

	.frame5 {
		background-position: bottom center;
	}

	/* .frame8 .item1 {
		background-position: left 19% center;
	} */

	.amenities_section ul.amenities li {
		width: 33.33%;
	}

	.amenities_section ul.amenities li p {
		font-size: 13px;
	}

	.frame11 .architect-blocks .bg-gradient1 {
		width: 100%;
		margin: 0;
	}

	/*
	.popup_module .button_wrap a {
		width: 100%;
	}

	.popup_module .button_wrap {
		flex-wrap: wrap;
	} */

	.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt input {
		width: 100% !important;
	}

	.form_box .form-1 .input_box .main-cpt input {
		width: 100%;
	}

	.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt {
		margin-bottom: 5px;
	}

	.new_title_sect h2 {
		font-size: 20px;
	}

	.txtFrame h1 {
		font-size: 14px;
		line-height: 20px;
	}

	.txtFrame p,
	.frame1 .txtFrame p {
		line-height: 16px;
		font-size: 12px;
	}

	.frame2 .item1 .txtFrame {
		max-width: 90%;
	}
	.frame13 .owl-nav, .frame13 .owl-dots {
		bottom: 27%;
	}
	.floor_plan_slider_wrapper {
		width: 100%;
	}
}

@media (max-width:375px) {
	#nav-icon3 {
		margin-left: 10px;
	}

	#nav-icon3 {
		margin-right: 50px;
		width: 25px;
	}

	.header_box .nav.navbar-nav.navbar-main ul li a {
		font-size: 10px !important;
	}
}