.is-overlay,
.modal,
.modal-background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	margin: 0;
	padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

ul {
	list-style: none
}

button,
input,
select,
textarea {
	margin: 0
}

html {
	box-sizing: border-box
}

*,
::after,
::before {
	box-sizing: inherit
}

img,
video {
	height: auto;
	max-width: 100%
}

iframe {
	border: 0
}

html {
	background-color: #fff;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
	display: block
}

body {
	color: #4a4a4a;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5
}

a {
	color: #3273dc;
	cursor: pointer;
	text-decoration: none
}

a strong {
	color: currentColor
}

a:hover {
	color: #d8ccb8
}

hr {
	background-color: #f5f5f5;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0
}

img {
	height: auto;
	max-width: 100%
}

small {
	font-size: .875em
}

span {
	font-style: inherit;
	font-weight: inherit
}


footer {
	background-color: #fafafa;
	padding: 3rem 1.5rem 6rem
}


.modal {
	align-items: center;
	display: none;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 40
}

.modal.is-active {
	display: flex
}

.modal-background {
	background-color: rgba(10, 10, 10, .86)
}

.modal-card,
.modal-content {
	margin: 0 20px;
	max-height: calc(100vh - 160px);
	overflow: auto;
	position: relative;
	width: 100%
}

.modal {
    z-index: 9999;
    background: rgb(0 0 0);
}

.contant,.brLine{
	display: none;
}

@media screen and (min-width:769px) {

	.modal-card,
	.modal-content {
		margin: 0 auto;
		max-height: calc(100vh - 40px);
		width: 640px
	}
}

.modal-close {
	background: 0 0;
	height: 40px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 40px
}

.modal-card {
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 40px);
	overflow: hidden;
	-ms-overflow-y: visible
}

.modal-card-foot,
.modal-card-head {
	align-items: center;
	background-color: #f5f5f5;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	padding: 20px;
	position: relative
}

.modal-card-head {
	border-bottom: 1px solid #dbdbdb;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.modal-card-title {
	color: #363636;
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1
}

.modal-card-foot {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #dbdbdb
}

.modal-card-foot .button:not(:last-child) {
	margin-right: .5em
}

.modal-card-body {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: auto;
	padding: 20px
}

.delete,
.modal-close {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(10, 10, 10, .2);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	pointer-events: auto;
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 0;
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	outline: 0;
	position: relative;
	vertical-align: top;
	width: 20px
}

.delete::after,
.delete::before,
.modal-close::after,
.modal-close::before {
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center
}

.delete::before,
.modal-close::before {
	height: 2px;
	width: 50%
}

.delete::after,
.modal-close::after {
	height: 50%;
	width: 2px
}

.delete:focus,
.delete:hover,
.modal-close:focus,
.modal-close:hover {
	background-color: rgba(10, 10, 10, .3)
}

.delete:active,
.modal-close:active {
	background-color: rgba(10, 10, 10, .4)
}

.is-small.delete,
.is-small.modal-close {
	height: 16px;
	max-height: 16px;
	max-width: 16px;
	min-height: 16px;
	min-width: 16px;
	width: 16px
}

.is-medium.delete,
.is-medium.modal-close {
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px
}

.is-large.delete,
.is-large.modal-close {
	height: 32px;
	max-height: 32px;
	max-width: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

#main-slider .owl-prev,
#main-slider .owl-next {
	position: relative;
	top: -90px;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	border: 1px solid #fff;
	margin: 0 10px
}

#section-banner .owl-nav {
	display: flex;
	justify-content: center
}

.owl-nav span {
	font-size: 30px;
	margin-bottom: 10px;
	color: #fff
}

.error-side,
.error-modal {
	display: none;
	color: red;
	font-size: 13px;
	position: absolute;
	left: 0;
	bottom: -20px
}

.d-none {
	display: none
}

.section-cms h3 {
	text-align: center;
	font-size: 30px;
	color: #000;
	margin-bottom: 30px
}

.section-cms h4 {
	font-size: 25px;
	color: #000;
	margin: 10px 0
}

input[disabled] {
	cursor: not-allowed !important
}

.banner-Sidebtn {
	font-size: 14px;
	font-weight: 600;
	padding: 0 20px;
	color: #fff;
	top: 40%;
	height: 42px;
	line-height: 42px;
	border: none;
	left: -84px;
	z-index: 999;
	position: fixed;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	background-color: #544121;
	transition: .5s ease-in-out;
	transform: rotate(270deg) translate(-50%, 0%);
	opacity: 0
}

.banner-Sidebtn:after {
	content: "";
	width: 100%;
	height: 100%;
	background: 0 0;
	position: absolute;
	border: solid 2px #544121;
	top: 0;
	right: 0;
	z-index: 9999;
	animation: slideShadow 1.5s ease-in-out infinite
}

.banner-rightbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
  color: #fff;
  top: 35%;
  height: 42px;
  line-height: 42px;
  border: none;
  right: 0;
  z-index: 999;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  text-transform: uppercase;
	background: linear-gradient(to right, #2b426b, #a5bde1);
  transition: .5s ease-in-out;
  transform: rotate(270deg) translate(-50%, 0%);
  opacity: 0;
}

.banner-rightbtn:after {
	content: "";
	width: 100%;
	height: 100%;
	background: 0 0;
	position: absolute;
	border: solid 2px #fff;
	top: 0;
	right: 0;
	z-index: 9999;
	animation: slideShadow 1.5s ease-in-out infinite
}

@keyframes slideShadow {
	0% {
		transform: scaleY(1) scalex(1);
		opacity: 0
	}

	50% {
		opacity: .5
	}

	100% {
		transform: scaleY(1.3) scalex(1.08);
		opacity: 0
	}
}

.feature-img,
.location-img {
	max-width: fit-content !important
}

.location-list {
	list-style: disc
}

.feature-listitem,
.location-listitem {
	margin-bottom: 10px;
	text-align: center
}

.listbottom-img {
	width: max-content;
	display: block;
	margin: 15px auto
}

.feature-row {
	align-items: center
}

.trident-logo {
	filter: invert(1)
}

.logo-row {
	margin-bottom: 15px !important
}

.banner-Sidebtn {
	display: none
}

.inputField label .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    color: #000;
}
@media(max-width:768px) {

	.feature-row,
	.location-row {
		flex-direction: column
	}

	ul.location-list {
		padding-top: 0;
		margin-left: 20px
	}

	ul.feature-list {
		padding-left: 20px;
		padding-top: 30px
	}

	#brochure-modal .theme-modal-card-body img,
	#register-modal .theme-modal-card-body img {
		margin: 0 auto 10px;
		max-width: 40%
	}

	.feature-list {
		list-style: disc
	}

	.location-para {
		padding: 1.5rem 20px 0;
		text-align: justify
	}

	.distance-line {
		text-align: center
	}

	.location-details .columns.is-gapless>.column {
		margin: 30px 0;
		padding: 0 !important
	}

	#sectionLocation .image-container {
		display: flex;
		flex-direction: column-reverse
	}

	#sectionLocation .location-listitem {
		width: max-content;
		margin: auto
	}

	#footer .row {
		flex-direction: column
	}

	section#sectionLocation {
		margin-top: -80px
	}

	.sm-none {
		display: none
	}

	.md-none img {
		width: 50%;
		display: block
	}

	.md-none {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.copyright-bar {
		background: #07628f
	}

	.scanLine {
		font-size: 14px
	}

	.columns {
		width: 100%
	}

	.banner-rightbtn {
		transform: none;
		left: 0;
		bottom: 0;
		opacity: 1;
		text-align: center;
		top: auto
	}

	ul.footer-menu {
		margin-bottom: 20px
	}

	.banner-rightbtn:after {
		animation: none;
		border:0;
		position: unset;
	}

	#contact_form .columns {
		width: 85%;
		margin-left: 0;
		margin: auto
	}

	.low-rise-heading {
		font-size: 17px;
		font-family: libre baskerville italic;
		text-align: center;
		margin: 50px 0
	}

	p.low-rise-heading {
		margin: 30px 0;
		font-size: 18px;
		font-family: libre baskerville italic;
		color: #544121;
		text-align: center
	}

	#roadblock-modal .theme-modal-card-body {
		background-color: #fff;
		padding: 90px 30px
	}

	#roadblock-modal .theme-modal-card {
		padding: 20px
	}

	.termandcondition {
		bottom: 80px !important
	}

	.reraline {
		font-size: 8px
	}

	#roadblock-modal .theme-modal-card-body {
		padding: 60px 30px 80px !important
	}

	.thankyou-logo img {
		margin: 30px auto;
		filter: invert(1)
	}

	.listbottom-img {
		margin: 10px auto
	}

	.location-heading span.animated-border {
		width: 340px
	}

	.amenities-heading span.animated-border {
		width: 170px
	}

	.enquiry-heading span.animated-border {
		width: 210px
	}

	.feature-heading span.animated-border {
		width: 140px
	}

.submitBTNGRP {
    left: 0;
    bottom: 0;
    line-height: 42px;
    right: 0;
    z-index: 999;
    position: fixed;
    background: linear-gradient(to right, #2b426b, #a5bde1);
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}

.submitBTNGRP a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
}

.banner-rightbtn {
    position: unset;
    box-shadow: unset;
    background:unset;
}

.brLine{
	display:block;
}

}

@media(min-width:769px) {
	.md-none {
		display: none
	}

	.col-amenities:nth-child(5),
	.col-amenities:nth-child(4) {
		border-bottom: 0 !important
	}

	ul.location-list {
		margin-left: 50px;
		text-align: center
	}

	.location-img {
		height: auto
	}

	#brochure-modal .theme-modal-card-body img,
	#register-modal .theme-modal-card-body img {
		margin: 0 auto;
		max-width: 70%
	}

	img.frmLogo {
    width: auto;
    position: relative;
    top: -50px;
}

#contactFormPop{
	margin-top:-15px;
}

	.location-listitem {
		width: max-content;
		margin: 10px auto
	}

	.feature-list {
		display: flex;
		flex-direction: column;
		margin-top: 50px
	}

	.location-para {
		text-align: center
	}

	.feature-img,
	.location-img {
		width: 66%;
		flex-basis: 70%
	}

	.image-container {
		display: flex;
		align-items: center;
	}

	#featureSection .image-container {
		align-items: center
	}

	.mainFeature-list {
		width: 100%
	}

	.small {
		font-size: 14px
	}

	.col-md-9 {
		width: 80%;
		padding-right: 10px
	}

	.col-md-3 {
		width: 20%;
		padding-left: 20px
	}

	#contact_form {
		display: none
	}

	.banner-rightbtn {
		right: -58px
	}

	p.low-rise-heading {
		margin: 40px 0;
		font-size: 24px;
		font-family: libre baskerville italic;
		color: #544121;
		text-align: center
	}

	.thankyou-logo {
		display: flex;
		justify-content: center
	}
}

.location-heading {
	width: max-content;
	margin: auto
}

.amenities-heading {
	width: max-content;
	margin: auto
}

.enquiry-heading {
	width: max-content;
	margin: auto
}

.feature-heading {
	width: max-content;
	margin: auto;
	color: #fff;
}

.amenities-heading {
	width: max-content;
	margin: auto
}

#roadblock-modal .theme-modal-card {
	background: #eee
}

#roadblock-modal .theme-modal-card-body {
	background-color: #fff;
	padding: 60px 30px;
	border: 0
}

.reraline {
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0
}

.termandcondition {
	position: absolute;
	font-size: 8px;
	transform: rotate(-90deg);
	right: -10px;
	bottom: 40px
}

.distance-line {
	font-size: 10px;
	margin-bottom: 10px !important
}

#logoRow .columns {
	flex-wrap: nowrap
}

#logoRow hr {
	background-color: #544121;
	border: none;
	display: block;
	height: 50px;
	color: #544121;
	border-right: 1px solid #544121
}

.image-container {
	background-color: #076291;
	color:#fff;
}

.row {
	display: flex
}

.scanLine {
	background: #fff;
	padding: 5px 15px;
	display: block;
	margin-top: 10px;
	text-align: center
}

.animated-borderstar {
	background-image: url(../images/star-seprator.png);
	height: 20px;
	width: 95%;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto
}

.copyright-detail span.small,
.col-copyright {
	text-transform: uppercase
}

.feature-listitem:last-child img {
	display: none
}

#modal_phone,
#banner_phone,
#side_phone {
	padding-left: 10px
}

.privacy-header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.privacy-header a {
	text-decoration: none;
	color: #544121;
	text-transform: uppercase
}

.privacy-policy-page #header .container {
	display: block;
	margin: auto
}


@media(min-width:769px) and (max-width:1660px) {

header div img {
  width: 19%;
}
}



