:root {
	--beigeLight: #ebd0b2;
	--purple: #a82582;
	--purpleHover: #c82582;
	--bgGrey: #f7f5f8;
	--bgBeige: #fbf6f3;
	--beigeBorder: #e5d5be;
	--beigeDark: #b39269;
	--bgPurpleLight: #e9e0e5;
	--bgGreyDark: #f0eeef;
	--bgPink: #fff6fe;
	--brown: #452a1f;
	--gold: #c8965b;
	--font: 'Poppins', Arial, 'Helvetica', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	font-family: var(--font);
	font-weight: 400;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,
input, select, textarea, button, a, span, div, i, em {
	font-family: var(--font);
	font-weight: 400;
}

a {
	color: inherit;
}

a:hover, a:focus {
	color: var(--purple);
}

.uk-text-bold, strong {
	font-family: var(--font);
	font-weight: 600 !important;
}

.uk-text-light {
	font-weight: 300;
}

.uk-text-lead {
	font-size: 22px;
}

.uk-text-primary {
	color: var(--purple) !important;
}

.uk-bg-grey {
	background: var(--bgGrey);
}

.uk-h1 {
	font-size: 35px;
}

.uk-h3, h3 {
	font-size: 20px;
}

.uk-h2 {
	font-size: 35px;
	padding: 10px 0;
}

/* .uk-h2 span {
	padding: 10px 0;
} */

.bg-beige {
	background: var(--bgBeige);
}

.uk-text-medium-s {
	font-size: 16px;
	line-height: 25px;
}

.uk-text-medium {
	font-size: 18px;
}

.text-brown {
	color: var(--brown);
}

.uk-padding-top {
	padding-top: 15px;
}

.ham-button svg rect height {
	height: 3px;
}

.uk-text-underline {
	text-decoration: underline;
}

#header {
	background: #FFF;
}

#header.uk-section-xsmall {
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li {
	display: inline-block;
	vertical-align: middle;
}

a {
	color: inherit;
}

a:hover, a:focus {
	text-decoration: none;
}

.btn-primary {
	color: #FFF;
	background: var(--purple);
	font-weight: bold !important;
	text-transform: uppercase;
	padding: 8px 12px !important;
	transition: 0.2s ease all;
}

.btn-primary:hover {
	color: #FFF;
	background: var(--purpleHover);
}

.undercheck {
	position: relative;
}

.undercheck:after {
	content: '';
	position: absolute;
	bottom: -15px !important;
	left: unset;
	right: 0;
	width: 78px;
	height: 30px;
	background: url(../img/underline.svg) center center no-repeat;
	background-size: contain;
}


.undercheck.big:after {
	bottom: -55%;
}

.main-logo img {
	width: 210px;
	height: auto;
}

.nav {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.nav>li {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 20px;
	border-right: 1px solid #000;
}

.nav>li:last-child {
	border-right: none;
	padding-right: 0;
}

.nav>li.active>a {
	font-weight: bold;
}

.nav>li>a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

.nav>li>a:hover,
.nav>li>a:focus {
	color: var(--purple);
}

.nav>li>a.btn-primary:hover,
.nav>li>a.btn-primary:focus {
	color: #FFF;
	background: var(--purpleHover);
}


.section-home,
.section-invest {
	padding-bottom: 0;
}

.slideshow img {
	display: block;
	width: 100%;
	height: auto;
}

.uk-dotnav>li>a {
	position: relative;
	width: 12px;
	height: 12px;
	background: var(--purple);
	border-color: var(--purple);
}

.uk-dotnav>li>*:hover {
	background: var(--purple);
}

.uk-dotnav>li.uk-active>* {
	border-color: var(--purple);
	background: var(--purple);
}

.uk-dotnav>li.uk-active>a:after {
	content: '';
	top: 1px;
	left: 1px;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
}

.uk-position-bottom-center.uk-slideshow-nav.uk-dotnav {
	margin-bottom: 10px;
}

.options-grid .item-inner {
	padding: 0 30px;
}

.options-grid h3 {
	font-weight: 600;
	margin: 10px 0;
}

.options-grid img {
	width: 70px;
}

.tagline span {
	position: relative;
	z-index: 1;
	margin-left: 10px;
	padding: 0;
}

.tagline span:after {
	content: '';
	position: absolute;
	top: 0;
	left: -5%;
	width: 110%;
	height: 100%;
	background: var(--beigeLight);
	z-index: -1;
}

.hl-grid {
	padding: 50px;
}

.hl-grid.hl-slider {
	padding: 0px;
}

.hl-slider-wrap {
	padding: 10px 30px;
}

.hl-grid .uk-grid {
	margin: 0;
}

.hl-grid .uk-grid>div:nth-child(2n)>.item-inner,
.hl-slider-wrap .hl-slider .uk-slider-items>li:nth-child(odd)>.item-inner {
	background: #FFF;
}

.hl-grid .item-inner {
	padding: 12px;
}

.hl-grid .item-inner img {
	margin-right: 15px;
	width: 43px;
	height: auto;
}

.hl-grid .item-inner h4 {
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.hl-grid .item-inner p {
	margin: 0;
	white-space: nowrap;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.factors>li>.img-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
}

.factors>li>.img-wrap img {
	display: inline-block;
	width: auto;
	height: 60px;
}

.factors>li {
	width: 10%;
	padding: 5px;
	border-radius: 6px;
	background: var(--bgBeige);
	letter-spacing: -0.75px;
	line-height: 1.2;
	margin: 0 0.6%;
}

.factors>li:nth-child(2n) {
	background: var(--bgPurpleLight);
}

.about-group {
	padding: 50px;
	background: var(--bgGrey);
}

.about-group .uk-h2 {
	font-size: 30px;
}
h4.uk-text-uppercase.uk-text-bold {
    font-size: 30px;
}
.about-group p {
	line-height: 1.3;
	font-size: 22px;
	color: #333;
	font-weight: 300;
}


.copy {
	font-size: 13px;
	color: #333;
	padding: 15px 30px;
	background: #FFF;
}

.social-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: #333;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
}

.social-icon svg {
	margin-top: 1.1px !important;
}

.popup {
	position: fixed;
	top: 110px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background: #FFF;
	z-index: 999;
}

.popup .close {
	color: #000;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: bold;
	font-size: 20px;
}

.enquiry-form h2 {
	letter-spacing: -0.5px;
	line-height: 1.25;
}

.enquiry-form h2 sup {
	top: -5px;
}

.enquiry-form input,
.enquiry-form button {
	display: block;
	height: 50px;
	border-radius: 25px;
	border: none;
	text-align: center;
	width: 300px;
	margin: 0 auto 12px auto;
	font-size: 1.1rem;
}

.enquiry-form input {
	background: #ededed;
}

.enquiry-form input.submit {
	color: #FFF;
	background: var(--purple);
	font-weight: bold;
	text-transform: uppercase;
}

.enquiry-form .bg-pink {
	background: var(--bgPink);
	padding: 20px;
}

.enquiry-form .bg-pink p {
	font-size: 1.25rem;
	margin: 0;
	font-weight: 300;
}

.enquiry-form .bg-pink a {
	display: inline-block;
	color: var(--purple);
	font-weight: 400;
	font-size: 1.15rem;
	margin-top: 5px;
}

::-webkit-input-placeholder {
	color: #777;
	font-family: var(--font);
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #777;
	font-family: var(--font);
	font-weight: 300;
}

::placeholder {
	color: #777;
	font-family: var(--font);
	font-weight: 300;
}

.book-share {
	padding: 50px 60px;
	background: var(--bgBeige);
	border: 2px solid var(--beigeBorder);
	border-radius: 12px;
}

.book-share .btn-primary {
	font-size: 1.5rem;
	text-transform: none;
}

.book-share .uk-h1 {
	margin-bottom: 40px;
}

.book-share .uk-h1 .undercheck:after {
	bottom: -15px;
}

.uc-projects .uk-h1 .undercheck:after {
	bottom: -20px;
}


.tmb_wrap {
	padding: 20px 30px;
	background: url(../img/tmb_bg.svg) center center repeat-y;
	background-size: 100% auto;
}

.tmb_wrap .text-muted {
	color: #666;
	font-size: 1.35rem;
	line-height: 1;
	font-weight: 300;
}

.tmb_wrap .amount {
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1;
	margin: 20px 0;
}

.calc-list>div {
	background: var(--bgBeige);
	border: 1px solid var(--bgBeige);
	border-radius: 6px;
	padding: 4px 8px;
	margin-bottom: 5px;
}

.calc-list>div:nth-child(2n) {
	background: #FFF;
	border-color: #EEE;
}

.calc-list .uk-h4 {
	margin: 0;
}

.calc-list .uk-h3 {
	margin: 3px 0;
}

.roi-banner .txt {
	position: absolute;
	left: 72px;
	width: 230px;
	font-size: 1.3rem;
	font-weight: 300;
	z-index: 1;
}

.roi-banner .txt span {
	font-size: 1.7rem;
}

.roi-banner .txt.one {
	top: 50px;
}

.roi-banner .txt.two {
	bottom: 110px;
}

.roi-banner a:hover,
.roi-banner a:focus {
	color: #000;
	text-decoration: none;
}

.hr {
	position: relative;
}

.hr-bg {
	display: inline-block;
	background: #FFF;
	padding: 0 20px;
}

.hr:before {
	content: '';
	border-top: 1px solid var(--beigeBorder);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
}

.ss {
	padding: 50px;
}

.ss img {
	border: 1px solid var(--beigeBorder);
}

.ss-slider img {
	width: 100%;
	height: auto;
}

.ss-slider .uk-slider-items {
	max-height: 500px;
	min-height: auto !important;
}

.ss-slider .uk-slidenav {
	color: var(--beigeDark);
}

.ss-slider .uk-slidenav svg {
	width: 50px;
	height: 50px;
}

.ss-slider .uk-position-center-left-out {
	right: 105%;
}

.ss-slider .uk-position-center-right-out {
	left: 105%;
}

.about-location p {
	font-weight: 300;
	line-height: 22px;
	color: #555;
}

.about-location .uk-table tr td {
	font-size: 1.1rem;
	padding: 4px 12px;
	color: var(--brown);
}

.about-location .uk-table tr td:first-child {
	font-weight: bold;
}

.vam * {
	display: inline-block;
	vertical-align: middle;
}

.icon svg circle {
	fill: #000;
	stroke: #000;
}

.cp .icon svg path {
	fill: #aa2483;
	stroke: #000;
}

.op .icon svg path {
	fill: #ffa908;
	stroke: #000;
}

.up .icon svg path {
	fill: #ecb5d4;
	stroke: #000;
}

.about-location .uk-grid-divider>:not(.uk-first-column)::before {
	border-color: var(--beigeBorder);
	border-width: 2px;
}

.book-now {
	background: url(../img/gold-grade.png) center center repeat-y;
	background-size: 100% auto;
	padding: 40px;
	font-size: 30px;
}

/* .book-form .btn-primary{
	text-transform: none;
	font-size: 1.5rem;
	padding: 2px 20px !important;
} */
.book-form .btn-primary {
	font-size: 15px;
	padding: 0px 20px !important;
	font-weight: 400;
}

.book-form .uk-checkbox {
	margin-right: 10px;
}

.book-form .consent {
	font-size: 0.85rem;
	color: #555;
}

.book-form .consent a {
	text-decoration: underline;
}

.book-form-wrap .vam {
	margin-top: -100px;
}

#toolbar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 85px;
	padding: 10px 20px;
	background: #FFF;
	z-index: 999;
}

#toolbar .choice {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#toolbar .choice span {
	color: #000;
	font-size: 14px;
}

#toolbar .choice img {
	display: block;
	width: 25px;
	margin: 5px auto;
}

#toolbar .btn-primary {
	border-radius: 18px;
}

.section-contact .uk-switcher {
	background: #FFF;
}

.section-contact .uk-switcher li {
	padding: 30px;
	height: 191px;
}

.section-contact .uk-subnav-pill {
	margin-bottom: 0;
	margin-left: 0;
}

.section-contact .uk-subnav-pill>li {
	width: 50%;
	text-align: center;
	padding-left: 0;
}

.section-contact .uk-subnav-pill>li>a {
	display: inline-block;
	text-transform: none;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 300;
	padding: 10px 15px;
	width: 100%;
}

.section-contact .uk-subnav-pill>li>a {
	background: #666;
	color: #FFF;
}

.section-contact .uk-subnav-pill>.uk-active>a {
	color: #FFF;
	background: var(--purple);
}

.section-about h2.uk-h2 .undercheck:after {
	bottom: -20px !important;
}


.about-location .accordion .uk-accordion-title {
	position: relative;
	padding: 8px 10px;
	background: var(--gold);
	font-size: 1.5rem;
	text-align: center;
	color: #FFF;
}

.about-location .accordion .uk-accordion-title .uk-icon {
	position: absolute;
	top: 11px;
	left: 12px;
}

.uk-accordion-title::before {
	width: 1.2em;
	height: 1.3em;
}

.about-location .accordion .uk-accordion-title::before {
	background: url(../img/plus.svg) center center no-repeat;
	background-size: contain
}

.about-location .accordion .uk-open>.uk-accordion-title::before {
	background: url(../img/minus.svg) center center no-repeat;
	background-size: contain
}

.about-location .accordion .uk-accordion-content {
	margin-top: 0;
	background: #FFF;
}

.about-location .status .item {
	padding: 10px 15px;
	font-size: 1.1rem;
}

.about-location .status .item:first-child {
	border-bottom: 1px solid #DDD;
}

.hdiw .partner {
	display: block;
	border-radius: 12px;
	border: 1px solid var(--beigeBorder);
	overflow: hidden;
}

.iv-switch.uk-subnav li a {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
}

.iv-switch>li.uk-active>a {
	color: #FFF;
	background: var(--purple);
}

.iv-switch>li.uk-active>a:hover {
	color: #FFF;
	background: var(--purpleHover);
}

.tenure-switch label span {
	font-size: 16px;
}

.tenure-switch .uk-radio {
	width: 20px;
	height: 20px;
	border: 2px solid #CCC;
}

.tenure-switch .uk-radio:checked {
	background: var(--purple);
	border-color: #CCC;
}

.copy .nav li a {
	font-size: 13px;
}

.book-now-wrap a,
.book-now-wrap a:hover,
.book-now-wrap a:focus {
	color: #000;
}

.lets-call-wrap {
	margin-bottom: 70px !important;
}

.nums {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	overflow: auto;
}

.nums li {
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	flex-grow: 1;
	min-width: 18%;
}

.num .num-text {
	display: inline-block;
}

.nums li:not(:last-child):after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-right: 1px solid #000;
}

.nums li:first-child {
	display: flex;
	align-items: flex-start;
}

.nums li:first-child .num-item {
	width: 80%;
}

.nums li:first-child .caption {
	text-align: right;
}

.nums li:first-child .num {
	position: absolute;
	top: 1px;
	left: 18%;
}

.nums li:first-child .num-text {
	width: 55px;
}

.nums li:nth-child(2) .num-text {
	width: 70px;
}

.nums li:nth-child(3) .num-text {
	width: 55px;
}

.nums li:nth-child(4) .num-text {
	width: 140px;
}

.nums li:nth-child(5) .num-text {
	width: 90px;
}

.nums li .num-text {
	position: relative;
}

.nums li:not(:first-child) .num-text:after {
	content: '+';
	position: absolute;
	top: 8px;
	right: -14px;
	font-size: 30px;
}


.num .num-text,
.num .plus {
	color: var(--gold);
	font-weight: 300;
	font-size: 45px;
	line-height: 1;
}

.num-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.num-item .caption {
	position: absolute;
	font-size: 22px;
	font-weight: 300;
	left: 0;
	right: 0;
	bottom: 0;
}

.num-item {
	position: relative;
	background: transparent;
	height: 75px;
}

.about-creds .caption {
	text-align: center;
}


@media screen and (max-width: 600px) {
	#wrapper {
		padding-bottom: 85px
	}
	h2#investment {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 300;
    }
    h2#test {
    letter-spacing: -0.5px;
    line-height: 1.25;
    color: var(--purple) !important;
    font-weight: 600 !important;
    margin-top: 30px;
}
h1#factors-rapid {
    font-size: 1.35rem;
}
span#growth:after {
    width: 50px;
    height: 20px;
    left: auto;
    right: 25px;
    margin-bottom: 10px;
}
h4.rashmi_group_add {
    font-size: 14px !important;
}
	h4.uk-text-uppercase.uk-text-bold {
		font-size: 25.5px;
	}
	.factors>li {
		width: 120px;
		letter-spacing: 0px;
	}
	h4.uk-text-primary.uk-text-bold.uk-h4 {
		font-size: 25.5px !important;
		padding: 10px 0 !important;
	}
	h5.key-highlight{
		font-weight: bold;
		margin: 0;
		font-size: 18.75px;
		text-transform: uppercase;
	}
	h6.key-highlight{
		font-weight: bold;
		margin: 0;
		font-size: 18.75px;
		text-transform: uppercase;
	}

	.popup {
		display: none;
		width: 90%;
		left: 5%;
	}
	h4#test {
		font-size: 1.7rem;
		font-weight: 600;
		color: #a82582;
		letter-spacing: -0.5px;
		line-height: 1.25;
		letter-spacing: -0.5px;
		line-height: 1.25;
		padding: 10px 0;
	}
	h3#uc {
    font-size: 1.4rem;
}
strong#check-uc:after {
    left: unset;
    right: 6px;
    width: 30px;
    height: 20px;
    margin-bottom: 12px;
}
span#grow-earn:after {
    width: 40px;
    height: 20px;
    margin-bottom: 10px;
}
strong#investment:after {
    left: unset;
    right: 6px;
    width: 30px;
    height: 20px;
    margin-bottom: 12px;
}

	
	h2#rapid-heading {
        font-size: 1.4rem !important;
    }

	.uk-h1 {
		font-size: 2rem;
	}

	.uk-h2 {
		font-size: 1.5rem;
	}
	h2#abt {
		font-size: 1.5rem;
	    line-height: 1.4;
	    font-weight: 300;
	}
	h3#skyline {
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: 300;
	}
	h1#rashmi-grp {
		text-align: center;
	}
	.about-location .uk-h1 {
		letter-spacing: -0.5px;
		font-size: 1.8rem;
	}
	span#skyline-check:after {
		bottom: -3px !important;
		height: 18px !important;
	}
	
	.book-now {
		padding: 30px;
		font-size: 1.75rem
	}

	.book-form-wrap .vam {
		margin-bottom: 20px
	}

	.book-form .btn-primary {
		font-size: 16px;
		margin-top: 15px;
		padding: 0px 15px !important;
	}

	/* .book-form .uk-checkbox{
		width: 25px;
		height: 25px;
	} */
	.book-form .uk-checkbox {
		margin-right: 5px !important;
	}

	.uk-text-lead {
		font-size: 1.2rem
	}

	.ss-slider .uk-slidenav svg {
		width: 30px;
		height: 30px;
	}

	.ss-slider .uk-position-center-left-out {
		right: 100%;
	}

	.ss-slider .uk-position-center-right-out {
		left: 100%;
	}

	.section-home .uk-h1 {
		font-size: 1.5rem;
		text-align: left;
		font-weight: 300;
	}

	.section-home .undercheck:after {
		bottom: -30px;
	}

	.section-home .options-grid .item-inner {
		display: flex;
		background: var(--bgBeige);
		height: 150px;
		padding: 0 15px;
		border-radius: 6px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.section-home .undercheck:after {
		    width: 50px;
		    height: 20px;
		    left: auto;
		    right: 25px;
		    margin-bottom: 6px;
	}
	.separator{
		display: none !important;
	}
	.section-home .options-grid .item-inner img {
		width: 50px;
	}

	.tagline {
		margin-bottom: 80px !important;
	}

	.tagline span:after {
		left: 22%;
		width: 56%;
	}

	.options-grid {
		margin: 60px 0;
	}

	.options-grid h3 {
		font-size: 1rem;
		margin: 5px 0 0 0;
	}
	h4.zone {
		font-size: 1rem !important;
		margin: 5px 0 0 0 !important;
	}
	h5.zone {
		font-size: 1rem !important;
		margin: 5px 0 0 0 !important;
	}
	.options-grid.uk-grid-divider>:not(.uk-first-column)::before {
		display: none
	}

	.options-grid.uk-grid {
		margin-left: -10px;
		padding: 0 25px;
	}

	.options-grid.uk-grid>.uk-grid-margin {
		margin-top: 20px
	}

	.options-grid.uk-grid-divider>* {
		padding-left: 20px
	}

	.tagline span {
		display: block
	}

	.hl-grid {
		padding: 0 35px 20px 35px;
	}

	.hl-grid .uk-grid>div {
		margin-bottom: 5px
	}

	.hl-grid .uk-grid>div>.item-inner {
		background: #FFF;
	}

	.hl-grid .uk-grid>* {
		padding-left: 0
	}

	.hl-grid .uk-grid>div>.item-inner p {
		color: #666;
		font-size: 13px;
		white-space: nowrap;
	}

	#hl-grid-wrap {
		height: 295px;
		overflow: hidden;
	}
	h4.location {
		font-size: 12.5px !important;
		letter-spacing: 0px;
		margin: 0 0.6%;
	}
	#hl-grid-wrap.expanded {
		height: auto
	}

	.highlights-wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.highlights-wrap .load-more {
		border-radius: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-home h3.uk-h3{
		font-size: 21px !important;
		line-height: 1.4;
		font-weight: 300;
	}

	.section-home h3.uk-h3 .undercheck:after {
		width: 50px;
		height: 20px;
		bottom: -22px !important;
		left: auto;
		right: 25px;
	}

	.section-home p.uk-text-lead {
		font-size: 14px;
		text-align: justify;
	}

	.e2e {
		margin-left: -15px;
		margin-right: -15px
	}

	.section-invest.uk-section-small {
		padding-top: 0px;
	}

	.section-invest p.uk-text-lead {
		font-size: 1rem;
		text-align: justify;
	}

	.section-invest h1.uk-h1 {
		font-size: 1.5rem;
		font-weight: 300;
	}

	.section-invest h1.uk-h1 .undercheck:after {
		bottom: -30%;
		width: 40px;
		height: 20px;
	}

	.section-invest h2.uk-h1 {
		font-size: 1.4rem
	}

	.section-invest h2.uk-h1 .undercheck:after {
		bottom: -10px;
		left: unset;
		right: 6px;
		width: 30px;
		height: 20px;
	}

	.hdiw .grid-wrap {
		padding: 0 30px;
	}

	.book-share {
		padding: 20px 10px;
		border-radius: 0;
	}

	.book-share .uk-h1 {
		font-size: 0.8rem;
		margin-bottom: 15px;
	}

	.book-share .undercheck:after {
		bottom: -14px;
		width: 38px;
		height: 20px;
	}

	.book-share .inv-now.btn-primary {
		margin-top: 5px;
		font-size: 16px;
		border-radius: 20px;
		padding: 4px 14px !important;
	}

	#offcanvas .uk-list-large.uk-list-divider>:nth-child(n+2) {
		margin-top: 15px;
		padding-top: 15px;
	}

	#offcanvas .btn-primary {
		text-align: center;
	}

	.uk-section-small.section-about {
		padding-top: 0px;
	}

	.about-group {
		padding: 40px 15px 0 15px;
		background: #FFF;
	}

	.about-group h2.uk-h1 {
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 0px;
	}

	.about-group h2.uk-h4 {
		margin-top: 5px;
	}

	.about-group .uk-h4 {
		font-size: 1.5rem
	}

	.about-group p {
		padding: 0 5px;
		font-size: 16px;
		line-height: 1.4;
		text-align: justify !important;
	}

	.about-group img {
		padding: 0 15px;
	}

	.section-about.section-home h3.uk-h3 {
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: 300;
	}

	.section-about h4.uk-h3 {
		font-size: 1rem;
	}

	.ss-wrap {
		background: var(--bgBeige);
	}

	.ss-wrap .hr-bg {
		position: relative;
		background: var(--bgBeige);
		z-index: 1;
	}

	.ss-wrap .hr:before {
		background: var(--bgBeige);
		border-color: var(--beigeDark);
		z-index: 0
	}

	.ss-wrap .ss {
		padding-top: 0px;
	}


	.presence {
		padding-top: 15px;
		background: var(--bgBeige);
	}

	.about-location {
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-location .section-home.uk-padding {
		padding-top: 10px;
	}

	.about-location p {
		font-size: 1rem;
	}

	.factors>li {
		font-size: 0.85rem;
		margin: 0 1.2%;
		padding: 15px 5px;
	}

	.section-location h2.uk-h2 {
		font-size: 1.35rem
	}

	.book-now {
		padding: 10px 20px;
		font-size: 1.35rem;
		line-height: 1.3;
		font-weight: 300
	}

	.book-now-wrap.e2e {
		margin-left: -30px;
		margin-right: -30px;
	}

	.book-form-wrap .vam {
		margin-top: 0px;
	}

	.copy, .copy .uk-text-right {
		text-align: center !important;
	}

	.section-contact .book-form-wrap.uk-padding {
		padding: 0px;
	}

	.section-contact .uk-switcher>li {
		text-align: center;
		padding: 15px;
		height: 115px;
	}

	address,
	.section-contact .uk-text-medium-s {
		font-size: 16px
	}

	.say-hello {
		margin-left: -15px;
		margin-right: -15px;
		background: var(--bgBeige);
		text-align: center;
	}

	.section-contact .uk-subnav-pill>li>a {
		font-size: 1.1rem;
	}

	.say-hello h3 {
		font-size: 20px;
		margin: 10px 0;
	}
	.say-hello h2 {
		font-size: 20px;
		margin: 10px 0;
	}

	.social-wrap a {
		margin: 0 5px
	}

	.section-home.section-location .say-hello {
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.section-home.section-location .uk-h1 {
		text-align: center;
	}

	.lets-call-wrap {
		margin: 10px 0 !important;
	}

	/*.section-contact .say-hello .uk-text-medium-s{
		font-size: 13px
	}
	.say-hello>div{
		position: relative;
		display: inline-block;
		width: 49.35%;
	}
	.say-hello>div:first-child{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: var(--bgBeige);
	}*/
	.section-contact .vam {
		text-align: center
	}

	.section-contact .vam img {
		width: 45px;
	}

	.section-contact .book-form {
		padding: 0px 30px;
	}

	.section-contact .vam .uk-h1 {
		font-size: 1.5rem;
	}

	.section-contact .uk-form-large:not(textarea):not([multiple]):not([size]) {
		height: 40px;
	}

	.section-contact .uk-form-large {
		font-size: 1rem;
	}

	.section-invc h1.uk-h3 {
		text-align: center
	}

	.m-tenure {
		background: var(--gold);
	}

	.m-tenure a {
		display: inline-block;
		padding: 3px 10px;
		color: #FFF;
		font-weight: 300
	}

	.m-tenure .uk-dropdown {
		padding: 10px;
		background: var(--gold);
	}

	.tmb_wrap .text-muted {
		font-size: 1.15rem;
	}

	.tmb_wrap .amount {
		font-size: 2rem;
		margin: 15px 0;
	}

	.calc-list .uk-h4 {
		font-size: 1rem;
		font-weight: 300
	}

	.calc-list .uk-h3 {
		font-size: 1.35rem;
	}

	.cp .icon svg path,
	.op .icon svg path,
	.up .icon svg path {
		stroke: #FFF !important;
	}

	.about-location .icon svg circle {
		fill: #fff;
		stroke: #fff !important;
	}

	.about-location .accordion .uk-accordion-title {
		position: relative;
		padding: 5px;
		background: var(--gold);
		font-size: 1.1rem;
		text-align: center;
		color: #FFF;
	}

	.about-location .accordion .uk-accordion-title .uk-icon {
		position: absolute;
		top: 4px;
		left: 5px;
	}

	.uk-accordion-title::before {
		width: 1.2em;
		height: 1.3em;
	}

	.about-location .accordion .uk-accordion-title::before {
		background: url(../img/plus.svg) center center no-repeat;
		background-size: contain
	}

	.about-location .accordion .uk-open>.uk-accordion-title::before {
		background: url(../img/minus.svg) center center no-repeat;
		background-size: contain
	}

	.about-location .accordion .uk-accordion-content {
		margin-top: 0;
		background: #FFF;
	}

	.about-location .status .item {
		padding: 5px 10px;
		font-size: 0.9rem;
	}

	.about-location .status .item:first-child {
		border-bottom: 1px solid #DDD;
	}

	.gp-wrap {
		padding-top: 20px;
		background: var(--bgBeige);
	}

	#offcanvas .uk-list li.active a {
		color: var(--purple);
		font-weight: bold;
	}

	#footer {
		padding-top: 10px;
	}

	.copy {
		padding: 10px;
	}

	.copy .nav>li {
		margin-bottom: 5px;
		border-right-color: #CCC;
		padding: 2px 5px;
	}

	.social-icons-wrap a {
		display: inline-block;
		margin-bottom: 10px
	}

	.main-logo img {
		width: 170px;
		height: auto;
	}

	.uk-dotnav>* {
		padding-left: 8px;
	}

	.uk-dotnav>li>a {
		width: 10px;
		height: 10px;
	}

	.uk-dotnav>li.uk-active>a:after {
		content: '';
		top: 1px;
		left: 1px;
		position: absolute;
		width: 6px;
		height: 6px;
		background: #FFF;
		border-radius: 50%;
	}

	.uk-form-large {
		font-size: 1rem;
		height: 40px !important;
	}

	.nums-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}

	.nums {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.nums li {
		background-size: 100% 100% !important;
		margin: 1%;
	}

	.nums li:after {
		display: none;
	}

	.nums li:nth-child(1) {
		width: 30%;
		margin-bottom: 15px;
		background: url(../img/num1.png) center center no-repeat;
	}

	.nums li:nth-child(2) {
		width: 30%;
		margin-bottom: 15px;
		background: url(../img/num2.png) center center no-repeat;
	}

	.nums li:nth-child(3) {
		width: 30%;
		margin-bottom: 15px;
		background: url(../img/num3.png) center center no-repeat;
	}

	.nums li:nth-child(4) {
		width: 150px;
		flex-grow: initial;
		background: url(../img/num4.png) center center no-repeat;
	}

	.nums li:nth-child(5) {
		width: 150px;
		flex-grow: initial;
		background: url(../img/num5.png) center center no-repeat;
	}

	.nums .num-item {
		height: 80px;
	}

	.num .num-text,
	.num .plus {
		font-size: 30px;
	}

	.num-item .caption {
		font-size: 15px;
		bottom: 19px;
		line-height: 1;
	}

	.nums li:first-child .num {
		position: absolute;
		top: 16px;
		left: 5%;
	}

	.nums li:first-child .num-item {
		width: 100%;
	}

	.nums li:first-child .caption {
		margin-left: -15px;
		padding-right: 15px;
	}

	.nums li:nth-child(2) .num {
		position: absolute;
		top: 12px;
		left: 20px;
	}

	.nums li:nth-child(3) .num {
		position: absolute;
		top: 17px;
		left: 0px;
		text-align: right;
	}

	.nums li:nth-child(3) .caption {
		text-align: left;
	}

	.nums li:nth-child(4) .num {
		position: absolute;
		top: 17px;
		left: 5px;
	}

	.nums li:nth-child(4) .caption {
		text-align: left;
		margin-left: 5px;
		margin-right: -5px;
	}

	.nums li:nth-child(5) .num {
		position: absolute;
		top: 10px;
		left: unset;
		right: 25px;
	}

	.nums li:nth-child(5) .caption {
		text-align: right;
		padding-right: 15px;
	}

	.nums li:not(:first-child) .num-text:after {
		top: 5px;
		right: -14px;
		font-size: 22px;
	}

	.nums li:first-child .num-text {
		width: 38px;
	}

	.nums li:nth-child(2) .num-text {
		width: 45px;
	}

	.nums li:nth-child(3) .num-text {
		width: 25px;
	}

	.nums li:nth-child(4) .num-text {
		width: 90px;
	}

	.nums li:nth-child(5) .num-text {
		width: 55px;
	}

}

/*	1280px	*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
	#banner .uk-slideshow-items {
		min-height: unset !important;
		height: 330px !important;
	}
}

/*	1440px	*/
@media screen and (min-width: 1281px) and (max-width: 1440px) {
	#banner .uk-slideshow-items {
		min-height: unset !important;
		height: 420px !important;
	}
}

img#location-img {
	transition: transform .2s !important;
	border-radius: 10px;
}

img#location-img:hover {
	-ms-transform: scale(1.5);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari 3-8 */
	transform: scale(1.2);
}

span.social-icon.fb.uk-icon {
	background: #097eeb;
	padding: 2px;
}

span.social-icon.ig.uk-icon {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #c5584e 45%, #d6249f 60%, #285AEB 90%);
	padding: 2px;
}

span.social-icon.yt.uk-icon {
	background: #ff0000;
	padding: 0px;
}


input.uk-checkbox {
	margin-top: 0px !important;
}

a#follow {
	margin-right: 10px !important;
}

a.btn-primary {
	font-size: 15px;
	padding: 8px 10px !important;
	font-weight: 400;
}

input.uk-input.uk-form-large {
	height: 40px !important;
	font-size: 14px;
}

.icon {
	padding: 10px;
	background: #666;
	color: white;
	min-width: 50px;
	text-align: center;
}

div#input-icon {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.card-box {
	line-height: 20px;
    padding-left: 60px;
    padding-top: 25px;
    padding-bottom: 40px;
    margin-top: 30px;
    box-sizing: border-box;
    margin-left: 15px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 15px;
	cursor: pointer;
}
.card-box:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
span#partner {
    font-size: 25px;
}
span.floor-text {
    font-weight: 300;
}
.txt-two {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
}
span#month {
    font-size: 25px;
}
button#invest-btn {
    color: #FFF;
    background: var(--purple);
    transition: 0.2s ease all;
    font-size: 20px;
    padding: 5px 30px !important;
    font-weight: 600;
    border: none;
	margin-top: 20px;
	cursor: pointer;
}
.text-heading-two {
    margin-top: 30px;
}
button#invest-btn:hover {
color: #FFF;
background: var(--purpleHover);
}
span.rashmi_group {
    font-size: 22px;
}

.uk-h3{
	font-size: 35px;
    padding: 10px 0;
}
.undercheck:after {
    content: '';
    position: absolute;
    bottom: -22px !important;
    left: unset;
    right: 0;
    width: 78px;
    height: 30px;
    background: url(../img/underline.svg) center center no-repeat;
    background-size: contain;
}
h4.uk-text-primary.uk-text-bold.uk-h4 {
    font-size: 35px;
    padding: 10px 0;
}
h4.zone {
    font-weight: 600;
    margin: 10px 0;
    font-size: 20px;
}
h5.zone {
    font-weight: 600;
    margin: 10px 0;
    font-size: 20px;
}
span#skyline-check:after {
    bottom: -20px !important;
}
h4.location {
    font-size: 15px;
}
h3.rashmi_group {
    margin-bottom: -15px;
	font-size: 20px;
}
h4.rashmi_group_add {
    margin-top: 20px;
    font-size: 14px !important;
	line-height: 25px;
}
h4.email {
    margin-bottom: 0px;
	font-size: 18px;
}
h5.phone {
    margin-top: 8px;
    margin-bottom: 5px;
}
h5.whatsapp {
    margin-bottom: 0px;
}
.uk-text-bold.price {
    padding: 1px;
    font-size: 20px;
}
h2.amt {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    margin: 20px 0;
}
h2.min-benefit {
    color: #666;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 300;
}
h3.amt {
    color: #666;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0px;
}
h4.amt {
    padding: 1px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
h4.title-investment {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0px;
}
h5.title-investment {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0px;
}
h5.amt {
    padding: 1px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
h6.amt {
    padding: 1px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}