body{
	font-family: "Trebuchet MS", Sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control::placeholder{
	opacity:.6
}
.btn{
	border-radius: 2px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
	line-height: 1;
	font-size: 15px;
	border: 0px none;
	letter-spacing: 1.5px
}
.primary-btn{
	color: #fff;
    background: #132135;
}
.primary-btn:hover, .primary-btn:focus{
    background: #000 !important;
	color: #fff;
}
.form-control{
	background-color: #ffffff;
	border: 1px solid #69727d;
	color: #1f2124;
    vertical-align: middle;
    padding: 0.75em;
    height: auto;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
	line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
}
header{
	padding: 5px 0px 0px 0px;
}
header nav{
	padding: 10px 15px 10px 10px !important;
	align-items: flex-start !important;
}
header .container{
	padding: 0px;
}
header .navbar-brand{
	max-width: 230px;
    padding: 10px;
	margin-right: 0px;
}
header .mainMenu{
	padding: 10px;
}
header .mainMenu ul.navbar-nav{
	display: flex;
    flex-wrap: wrap;
	margin-left: auto;
    justify-content: flex-end;
}
header .mainMenu ul.navbar-nav li a{
	color: #000;
    fill: #000;
	padding: 13px 11px !important;
	font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.2px;
	line-height: 20px;
}
header .phoneNumbr{
	width: 12.522%;
	padding: 10px;
}
header .phoneNumbr a{
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    background-color: #132135;
	color: #fff;
	display: inline-block;
    line-height: 1;
    border-radius: 2px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    color: #fff;
    text-align: center;
    transition: all .3s;
	text-decoration: none;
	height: 47px;
}
header .navbar-toggler{
	border-radius: 3px;
    background-color: rgba(0,0,0,.05);
	color: #132135 !important;
	padding: 0.25em;
    font-size: 18px;
	height: 33px;
	width: 33px;
}

.topSection{
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position: relative;
}
.topSection .container{
	padding: 0px;
}
.topSection .overlay{
	background-color: #FFFFFF;
    opacity: 0.68;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.topSection .top3Boxes{
	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.topSection .top3Boxes .boxlayout{
	width: 33.3%;
	position: relative;
    min-height: 1px;
    display: flex;
}
.topSection .top3Boxes .boxlayout .boxOutter{
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 10px 20px 10px;
    padding: 0px 0px 20px 0px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	border-radius: 20px 20px 20px 20px;
	border: 0px none;
	position: relative;
	display: flex;
    flex-wrap: wrap;
	/*align-content: center;
     align-items: center; */
	background-color: #FFFFFF;
}
.boxInner{
	padding: 46px 10px 10px 10px;
	width: 100%;
}
.topSection .boxlayout:last-child .boxIn{
	margin-right: 9px;
}
.boxInner .heading{
	text-align: center;
	margin: 0px 10px 10px 10px;
    padding: 10px 0px 10px 0px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
	font-size: 26px;
	font-weight: 600;
	color: #132135;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 1px;
	line-height: 1;
	display: block;
	text-align: center;
	line-height: 1;
}
.boxInner .heading2{
	margin-bottom: 10px;
	text-align: center;
	color: #000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.5px;
	line-height: 1;
}
.boxInner p{
	color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 0px;
}
.boxInner p.subtext{
	color: #000;
    font-family: 'Outfit', sans-serif;
	letter-spacing: 1.5px;
    font-size: 15px;
    font-weight: 500;
	margin-top: 3px;
}
.boxInner .animationouter{
	margin: 10px 10px 5px 10px;
	padding: 1px 0px;
}
.boxInner .content-animation{
	text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.5px;
	margin: 4px 5px 4px 5px;
    padding: 20px 0px 1px 0px;
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
}
.boxInner .content-animation p{
	color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.5px;
	margin-bottom: 1.75em;
}
.boxInner .h2Heading{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
    font-family: 'Outfit', sans-serif;
	letter-spacing: 1px;
    font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.boxInner .priceText{
	padding-bottom: 10px;
	color: #000;
    font-family: 'Outfit', sans-serif;
	letter-spacing: 1px;
    font-size: 26px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
.formRegister{
	/* margin: 0px -4.5px; */
}
.formRegister input{
	margin-bottom: 15px;
}

.blueArea{
	background: #132135;
	padding: 40px 20px 60px 20px;
}
.blueArea .container{
	padding: 0px 10px;
}
.blueArea h2{
	color: #fff;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.blueArea h2::after{
	content: "";
	position: absolute;
	width: 25%;
	height: 2px;
	background-color: #fff;
	left: 37%;
	bottom: 0px;
}
.blueArea p{
	text-align: center;
    color: #fff;
    font-family: "Outfit", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
	margin-bottom: 50px;
}
.blueArea-Btn{
	display: flex;
	gap: 20px;
	justify-content: center;
}
.blueArea-Btn .btn{
	border: 1px solid #fff;
	font-family: "Outfit", Sans-serif;
}
.blueArea .projectHighLight{
	padding: 65px 10px 10px 10px;
}
.blueArea .projectHighLight h3{
	color: #fff;
    font-family: "Outfit", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1;
}
.blueArea .projectHighLight .whiteBox{
	background-color: #fff;
    padding: 15px 15px 15px 15px;
	display: flex;
	gap: 30px;
}
.blueArea .projectHighLight .whiteBox .innerBox{
	margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    border: 3px solid #000;
    border-radius: 5px 5px 5px 5px;
	width: 50%;
}
.blueArea .projectHighLight .whiteBox .innerBox ul{
	margin: 0px;
	padding: 0px;
}
.blueArea .projectHighLight .whiteBox .innerBox ul li{
	text-align: center;
	position: relative;
	font-size: 17px;
	line-height: 31.5714px;
	letter-spacing: 0.3px;
	font-weight: 500;
}
.blueArea .projectHighLight .whiteBox .innerBox ul li i{
	margin-right: 5px;
}
.blueArea .projectHighLight .whiteBox .innerBox ul li:not(:first-child){
	margin-top: calc(22px/2);
}
.blueArea .projectHighLight .whiteBox .innerBox ul li:not(:last-child) {
    padding-bottom: calc(22px/2);
}
.blueArea .projectHighLight .whiteBox .innerBox ul li:not(:last-child):after {
    border-top-style: dashed;
    border-top-width: 2px;
	content: "";
    border-color: #000;
	position: absolute;
    bottom: 0;
    width: 100%;
	left: 0;
	right: 0px;
}
.areaPriceMain{
	display: flex;
}
.areaPrice{
	padding: 50px 0px 55px 0px;
	display: flex;
}
.areaPrice .container{
	padding: 0px;
}
.areaPrice .tableArea{
	width: 66.189%
}
.areaPrice .costingDetails{
	width: 33.637%;
}
.areaPrice .costingDetails .costingDetailsInner{
	margin: -15px 10px 0px 10px;
	padding: 10px;
}
.areaPrice .costingDetails .innerCosting{
	margin: 3px 3px 23px 3px;
    padding: 8px 0px 8px 0px;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #132135;
	height: 203px;
}
.priceTable{
	font-family: "Outfit", Sans-serif;
    font-size: 15px;
    font-weight: 600;
	text-align: center;
}
.priceTable .plotSize td{
	background: #ccc;
}
.priceTable .priceBreakUp{
	font-family: "Outfit", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1.5px;
	color: #fff;
	background-color: #132135;
    padding: 5px 7px 5px 7px;
	text-decoration: none;
}
.planLayout{
	background: #CCCCCC;
	padding: 50px 0px;
}
.planLayout .container{
	padding: 0px;
}
.planLayout .planBoxes{
	display: flex;
	width: 100%;
}
.planLayout .planBoxInner{
	width: 50%;
}
.planLayout .planBoxInner h3{
	color: #000;
    font-family: "Outfit", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 22px;
	text-align: center;
	padding-top: 10px;
}
.planLayout .planBoxInner h3::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #000;
	left: 25%;
	bottom: 0px;
}
.planLayout .planBoxInner .imageAreaBox{
	max-width: 500px;
	position: relative;
	overflow: hidden;
	margin: 0px auto 30px auto;
}
.planLayout .planBoxInner .imageAreaBox img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.worldClass{
	background: #fff;
	padding: 40px 0px;
}
.worldClass .container{
	padding: 0px;
}
.worldClass h3{
	color: #000;
    font-family: "Outfit", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 22px;
	text-align: center;
}
.worldClass h3::after{
	content: "";
	position: absolute;
	width: 25%;
	height: 2px;
	background-color: #000;
	left: 37%;
	bottom: 0px;
}
.worldClassSlider{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.worldClassSlider .sliderBox{
	padding-right: 11px;
	width: 33.3%;
}
.worldClassSlider .sliderBox{
	padding-right: 11px;
	width: 33.3%;
}
.worldClassSlider .sliderBox .sliderInnerBox{
	border: 3px solid #132135;
}
.worldClassSlider .sliderBox h5{
	text-align: center;
	color: #000;
	font-family: "Outfit", Sans-serif;
	font-weight: 500;
	letter-spacing:1px;
	font-size: 14px;
	padding-top: 3px;
}
.locationAdvantage .planBoxes{
	display: flex;
	width: 100%;
}
.locationAdvantage .planBoxInner{
	width: 50%;
}
.locationAdvantage .planBoxInner .imageAreaBox{
	max-width: 500px;
	position: relative;
	overflow: hidden;
	margin: 0px auto 30px auto;
}
.locationAdvantage .planBoxInner .imageAreaBox img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.locationAdvantage .connectivityBox{
	margin: 3px;
    padding: 8px;
    border: 4px solid #fff;
}
.locationAdvantage .connectivityBox .listingArea{
	border: 2px solid #fff;
	background-color: #fff;
}
.locationAdvantage .connectivityBox .listingArea .toggleAreaBlack{
	background-color: #132135
}
.locationAdvantage .connectivityBox .listingArea .toggleAreaBlack a{
	margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.locationAdvantage .connectivityBox .listingAreaInner{
	padding: 15px 20px;
}
.locationAdvantage .connectivityBox .listingAreaInner ul{
	list-style: disc;
	margin: 0 0 1.5em 3em;
    padding-left: 0px;
}

.locationAdvantage .connectivityBox .listingAreaInner li{
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
}


.showProjectArea{
	background: #fff;
	padding: 40px 0px;
}
.showProjectArea .container{
	padding: 0px;
}
.showProjectArea .planBoxes{
	display: flex;
	width: 100%;
}
.showProjectArea .planBoxInner{
	width: 50%;
}
.showProjectArea .planBoxInner h3{
	color: #000;
    font-family: "Outfit", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 22px;
	text-align: center;
}
.showProjectArea .planBoxInner h3::after{
	content: "";
	position: absolute;
	width: 10%;
	height: 2px;
	background-color: #000;
	left: 45%;
	bottom: 0px;
}
.showProjectArea .planBoxInner h3 span{
	display: block;
	color: #000;
    font-family: "Outfit", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
	margin-top: 10px;
}
.showProjectArea .planBoxInner .videoimgArea{
	max-width: 500px;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.bookingNow{
	padding-top: 25px;
	padding-bottom: 70px;
}
.bookingNow .container{
	padding: 0px;
}
.bookingNow h3{
	color: #000;
    font-family: "Outfit", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 22px;
	text-align: center;
}
.bookingNow h3::after{
	content: "";
	position: absolute;
	width: 10%;
	height: 2px;
	background-color: #000;
	left: 45%;
	bottom: 0px;
}
.bookingForm{
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
.bookingForm input{
	border: 1px solid #69727d;
	color: #1f2124;
    padding: 0.75em;
    height: auto;
    border-radius: 2px;
    box-shadow: none;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
	width: 33.3%;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
}
footer .container{
	padding: 0px;
}
footer p{
	font-size: 10px;
	margin-bottom: 1.75em;
	letter-spacing: 0.3px;
	text-align: center;
}

.mobileBottomFixBtn{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #132135;
	z-index: 99;
	box-shadow: 0px -2px 10px 2px rgb(0 0 0 / 50%);
	display: none;
}
.mobileBottomFixBtn a{
	width: 50%;;
}
.mobileBottomFixBtn a:first-child{border-right: 2px solid #fff;}

.customRow{
	display: flex;
	background-color: #F9F9F9;
	/* padding-left: 11px;
	padding-right: 11px; */
	margin: auto;
    max-width: 600px;
    padding: 0px;
}
.customRow .leftModalGrey{
	flex-basis: 33.833%;
	background-color: #F9F9F9;
	position: relative;
	padding: 40px 0px 10px 0px;
}
.customRow .leftModalGrey .leftInnerArea{
	display: flex;
	position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.customRow .leftModalGrey .leftInnerArea h2{
	color: #132135;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}
.customRow .leftModalGrey .leftInnerArea .elementContact:not(:last-child) {
    margin-bottom: 20px;
}
.customRow .leftModalGrey .leftInnerArea .elementContact i{
	position: relative;
	display: block;
	color: #132135;
	margin-bottom: 6px;
	font-size: 50px;
    text-align: center;
}
.customRow .leftModalGrey .leftInnerArea h3{
	color: #132135;
    font-family: "Outfit", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
	line-height: 21px;
	text-align: center;
	margin-bottom: 0px;
}
.customRow .modalRightArea{
	padding: 40px 0px 20px 0px;
	width: 66.167%;
	background-color: #fff;
}
.customRow .modalRightArea .innerRightModal{
    padding-left: 10px;
}
.modalRightArea h2{
	text-align: center;
    font-size: 15px;
    font-weight: 600;
	line-height: 1.2;
    display: block;
	margin-bottom: 20px;
	letter-spacing: 0.3px;
	color: #3a3a3a;
	font-family: "Montserrat", Sans-serif;
	margin-top: 1px;
}
.modalRightArea h2 span{
	
    font-weight: 600;
	position: relative;
	color: #FF0808;
}
.modalRightArea h2 span svg{
	position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%,-50%);
    overflow: visible;
}
.modalRightArea h2 span svg path{
	stroke: #FF0000;
    stroke-width: 7px;
	fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;
	animation: elementor-headline-dash forwards;
    animation-duration: var(--animation-duration,1.2s);
    animation-iteration-count: 1
}
.modalRightArea h2.he-hide-highlight span svg pat{
	opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: hide-highlight .4s forwards;
    animation-iteration-count: 1
}
.modalRightArea .btn-close{
	font-size: 11px;
    right: 20px;
    position: absolute;
    top: 20px;
	color: #132135;
	opacity: 1;
}
.modalRightArea .formArea{
 	
}
.modalRightArea input.form-control{
	background-color: #ffffff;
    border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #69727d;
	color: #1f2124;
	padding: 0.75em;
	border-radius: 2px;
    box-shadow: none;
    transition: all .2s linear;
	line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
	margin-bottom: 7px;
}
.modalRightArea input.form-control:focus{
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

.modalRightArea .btn{
	padding: 0px 50px;
    min-height: 40px;
	letter-spacing: 1px;
}
.bottomContactbtn{
	height: 40px;
}
.bottomContactbtn i{
	width: 1.25em;
	font-size: 30px;
}
.bottomContactbtn a{
	font-family: "Trebuchet MS", Sans-serif;
    font-size: 20px;
    font-weight: 600;
	letter-spacing: 1px;
	width: 100%;
}
@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@keyframes hide-highlight {
    0% {
        opacity: 1;
        stroke-dasharray: 1500 1500
    }

    to {
        opacity: 0;
        filter: blur(10px)
    }
}
@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1;}to{stroke-dasharray:1500 1500;opacity:1;}}


.animatedtext{background:linear-gradient(255deg, #132135, #132135, #b94118, #2b64cf, #132135);background-size:1000% 1000%;animation:AnimationName 5s ease infinite;}



@keyframes AnimationName{0%{background-position:0% 4%;}50%{background-position:100% 97%;}100%{background-position:0% 4%;}}
@keyframes AnimationName{0%{background-position:0% 4%;}50%{background-position:100% 97%;}100%{background-position:0% 4%;}}


@media only screen and (min-width: 1200px) {
	.container{
		max-width: 1140px;
	}
}
@media only screen and (max-width: 768px) {
	.topSection{
		background: #fff !important;
	}
	header .phoneNumbr{
		display: none;
	}
	.topSection .top3Boxes{
		flex-wrap: wrap;
	}
	.topSection .top3Boxes .boxlayout{
		width: 100%;
		display: block;
	}
	.topSection .top3Boxes .boxlayout.sliderTop{
		order: -1;
	}
	.topSection .top3Boxes .boxlayout.sliderTop .boxOutter{
		box-shadow: none;
		margin: 0px !important;
	}
	.topSection .top3Boxes .boxlayout:first-child .boxOutter{
		box-shadow: none;
		margin: 0px !important
	}
	.topSection .top3Boxes .boxInner .heading.NewLaunch{
		background:linear-gradient(255deg, #132135, #132135, #b94118, #2b64cf, #132135);background-size:1000% 1000%;animation:AnimationName 5s ease infinite;;
		border: 0px none;
		color: #fff;
		margin: 0px -10px 7px -10px;
	}
	.NewLaunchInner{
		padding-top: 0px !important;
	}
	.registerOffer img{
		max-width: 100% !important;
	}
	.blueArea{
		padding-left: 0px;
		padding-right: 0px;
	}
	.blueArea-Btn{
		flex-wrap: wrap;
	}
	.blueArea h2{
		font-size: 22px;
	}
	.blueArea .projectHighLight .whiteBox{
		flex-wrap: wrap;
		gap: 0px;
	}
	.blueArea .projectHighLight .whiteBox .innerBox{
		width: 100%;
		border: 2px solid #000;
		border-radius: 0px;
	} 
	.blueArea .projectHighLight .whiteBox .innerBox:last-child{
		margin-top: -2px;
	}
	.blueArea .projectHighLight .whiteBox .innerBox ul li{
		font-size: 15px;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
	} 
	.areaPriceMain{
		flex-wrap: wrap;
	}
	
	.areaPrice{
		margin-top: 25px;
		margin-bottom: 0px;
		padding: 0px 28px 30px 28px;
		flex-wrap: wrap;
	}
	.areaPrice .costingDetails{
		padding: 40px 0px 0px 0px;
		width: calc(100% - 20px);
	}
	.areaPrice .costingDetails .innerCosting{
		height: auto;
	}
	.mobilehide{
		display: none;
	}
	.areaPrice .tableArea{
		width: 100%;
	}
	.priceTable, .plotSize{
		border: 0px none !important;
	}
	.priceTable th{
		font-size: 25px;
	}
	.priceTable td, .priceTable th{
		display:block;
        width:100%;
		border: 0px none !important;
	}
	.priceTable td:first-child{
		padding-top: 20px
	}
	.priceTable td:last-child{
		padding-bottom: 20px;
	}
	.planLayout{
		padding: 10px;
	}
	.planLayout .planBoxes{
		flex-wrap: wrap;
		gap: 20px;
	}
	.planLayout .planBoxInner {
		width: 100%;
	}
	.worldClassSlider{
		padding-left: 20px;
		padding-right: 20px;
	}
	.locationAdvantage .planBoxes{
		flex-wrap: wrap;
		gap: 20px;
	}
	.locationAdvantage .planBoxes .planBoxInner{
		width: 100%;
	}
	.showProjectArea{
		padding-left: 27px;
		padding-right: 27px;
	}
	.showProjectArea .planBoxes{
		flex-wrap: wrap;
		gap: 40px;
	}
	.showProjectArea .planBoxInner h3{
		font-size: 24px
	}
	.showProjectArea .planBoxes .planBoxInner{
		width: 100%;
	}
	.bookingForm{
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
	}
	.bookingForm input{
		width: 100%;
	}
	.bookingNow h3{
		font-size: 24px
	}
	footer{
		padding: 0px 10px;
	}
	.mobileBottomFixBtn{
		display: flex;
	}
	#location_section{
		padding-left: 20px;
		padding-right: 20px;
	}
	.mainMenu {
		top: 96px;
		position: absolute;
		background: #fff;
		z-index: 999;
		left: 0px;
		right: 0px;
	}
	header .navbar-brand img{
		max-height: 62px;
	}
	.customRow .leftModalGrey{
		display: none;
	}
	.customRow{
		background-color: #fff;
		margin: 0px;
	}
	.customRow .modalRightArea{
		width: 100%;
	}
	/* #modalOnload .modal-dialog-centered{
		margin: 0px;
	} */
	#modalOnload .modal-dialog-centered{
		margin-left: 0px;
		margin-right: 0px;
	}
	/* #modalOnload .modal-content{
		background-color: #fff !important;
	} */
	.customRow .modalRightArea .innerRightModal{
		padding-left: 10px;
		padding-right: 10px;
	}
	.enquireBtn{
		width: auto !important;
	}
	.planLayout .planBoxInner h3{
		font-size: 22px;
	}
	.worldClass h3{
		font-size: 22px;
	}
	.worldClassSlider{
		width: auto;
	}
	.worldClassSlider .sliderBox{
		width: 100%;
		display: none;
	}
	.worldClassSlider .sliderBox:first-child{
		display: block;
	}
  }