@media screen and (min-width:991px) and (max-width:1200px) {
	.spotlightBanner {
		min-height: 400px;
	}
}

@media screen and (min-width:1025px) and (max-width:1180px) {

	.deskCenterLimitedSlides .swiper-wrapper {
		justify-content: space-around;
	}

	.commercial-Featured .swiper-wrapper {
		justify-content: space-around;
		padding: 0px;
	}

}

@media screen and (min-width:991px) and (max-width:1420px) {

	.filterListDiv .listDiv .dropDownDiv:first-child .dropList {
		left: 0;
		right: unset;
	}

	.filterListDiv .listDiv .dropDownDiv:first-child .dropList::before {
		left: 90px;
		right: unset;
	}

	.filterListDiv .listDiv .dropDownDiv:first-child .dropList::after {
		left: 90px;
		right: unset;
	}
}

@media screen and (min-width:991px) and (max-width:1180px) {

	.ourPrideSliderDiv .swiper-slide {
		margin: 0px 10px;
	}

	.blogSliderDiv .blogCard h5,
	.recentblog .blogContentDiv h5 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:990px) {
	.tNone {
		display: none !important;
	}

	header .mainHeader .logoDiv {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 1;
	}

	header .mainHeader .logoDiv .mobMenu {
		display: flex;
	}


	header .mainHeader .logoDiv .mobMenu .burgerMenu {
		position: relative;
		width: 30px;
		height: 20px;
		cursor: pointer;
	}

	header .mainHeader .logoDiv .mobMenu .burgerMenu span {
		background: #FFF;
		width: 100%;
		height: 2px;
		display: flex;
		position: absolute;
		left: 0;
		transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	header.white .mainHeader .logoDiv .mobMenu .burgerMenu span {
		background: #000;
	}

	header .mainHeader .logoDiv .mobMenu .burgerMenu span:nth-child(1) {
		top: 0;
	}

	header .mainHeader .logoDiv .mobMenu .burgerMenu span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}

	header .mainHeader .logoDiv .mobMenu .burgerMenu span:nth-child(3) {
		bottom: 0;
	}

	.mobMenuOpen {
		overflow: hidden !important;
	}

	.mobMenuOpen header .mainHeader .logoDiv .mobMenu .burgerMenu span {
		transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.mobMenuOpen header .mainHeader .logoDiv .mobMenu .burgerMenu span:nth-child(1) {
		transform-origin: center;
		transform: rotate(-45deg) translateY(-50%) translateX(0.5px);
		top: 50%;
	}

	.mobMenuOpen header .mainHeader .logoDiv .mobMenu .burgerMenu span:nth-child(2) {
		opacity: 0;
	}

	.mobMenuOpen header .mainHeader .logoDiv .mobMenu .burgerMenu span:nth-child(3) {
		transform-origin: center;
		transform: rotate(45deg) translateY(-50%) translateX(-0.5px);
		bottom: auto;
		top: 50%;
	}

	header .mainHeader .logoDiv .mobMenu .mobSearch {
		width: 20px;
		height: 20px;
		margin-right: 20px;
	}

	.mobMenuOpen header {
		background: transparent;
		backdrop-filter: none;
		transition: none;
	}


	header .mainHeader .linksDiv {
		position: fixed;
		width: 100%;
		height: 100dvh;
		top: 0;
		left: 0;

		align-items: flex-start !important;
		padding: 60px 20px 0 20px;
		transform: translateX(100vw);
		transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	header .mainHeader .linksDiv:before {
		content: "";
		border-top: 0.5px solid rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		z-index: 1;
	}

	header .mainHeader .linksDiv:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(24, 22, 21, 0.80);
		backdrop-filter: blur(12.5px);
		-webkit-backdrop-filter: blur(12.5px);
	}

	header.white .mainHeader .linksDiv:after {
		background: rgba(255, 255, 255, 0.80);
	}

	.mobMenuOpen header .mainHeader .linksDiv {
		transform: translateX(0vw);
		transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	header .mainHeader .linksDiv>ul {
		min-height: auto;
		width: 100%;
		flex-wrap: wrap;

	}

	header .mainHeader .linksDiv>ul.linksUl {
		max-height: calc(100svh - 120px);
		overflow-y: auto;
	}

	header .mainHeader .linksDiv>ul.linksUl::-webkit-scrollbar-thumb {
		width: 0 !important;
		height: 0 !important;
	}

	header .mainHeader .linksDiv>ul>li {
		width: 100%;
		padding: 0;

		flex-wrap: wrap;
	}


	header .mainHeader .linksDiv>ul>li>a {
		min-height: 60px;
		display: flex;
		align-items: center;
		width: 100%;
		border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
	}

	header .mainHeader .linksDiv>ul>li.dNone>a {
		border: 0;
	}

	header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl,
	header.white .mainHeader .linksDiv .staticlinksUl,
	header.white .mainHeader .linksDiv>ul>li>a {
		border-color: rgba(0, 0, 0, 0.2);

	}

	header .mainHeader .linksDiv .staticlinksUl li a {
		border-bottom: 0;
		font-size: 14px;
	}

	.finalResultDiv h6 {
		font-size: 1rem;
	}


	.finalResultDiv p {
		font-size: 14px;
	}

	.finalResultDiv .tabWrapper .tabContent ul li h6 {
		font-size: 14px;
	}

	.finalResultDiv .tabWrapper .tabContent ul li p {
		font-size: 12px;
	}

	header .mainHeader .linksDiv .staticlinksUl {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		justify-content: space-evenly;
		gap: 20px;
		border-top: 0.5px solid rgba(255, 255, 255, 0.2);
		z-index: 1;
	}

	header .mainHeader .linksDiv .staticlinksUl li {
		width: auto;
		padding: 0;
		border: 0;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .closedMenu,
	/* header .mainHeader .linksDiv .staticlinksUl li.searchLi, */
	header .mainHeader .linksDiv>ul>li .innerMenuDiv:before,
	header .mainHeader .linksDiv>ul .activeLine {
		display: none !important;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv {
		position: static;
		padding: 0;
		z-index: 1;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .container {
		padding: 0;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .container .row {
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.menuOpen header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList {
		transform: none !important;
		padding: 0;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv {
		order: -1;
		width: 100%;
		border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
		padding: 30px 0;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv {
		width: 100%;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv h6 {
		margin-top: 15px;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl {
		width: 100%;
		border-top: 0.5px solid rgba(255, 255, 255, 0.2);
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl h6 {
		min-height: 60px;
		display: flex;
		align-items: center;
		font-size: 18px;
		position: relative;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl h6:before {
		content: "";
		position: absolute;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #fff;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	header.white .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl h6:before {
		border-top-color: #000;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl.active h6:before {
		transform: translateY(-50%) rotateX(180deg);
		transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl img {
		margin: 20px 0;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul {
		gap: 8px;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl>ul {
		display: none;
		padding: 0 20px 30px 20px;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li {
		margin-top: 20px;
	}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerLinksUl ul li:first-child {
		margin-top: 0;
	}

	.stickyHeader {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #29256A;
		min-height: 60px;
		z-index: 999;
		transition: all 1s cubic-bezier(.215, .61, .355, 1);
	}

	/* .nav-up .stickyHeader {
		transition: all 1s cubic-bezier(.215, .61, .355, 1);
        bottom: -65px;
	} */

	.stickyHeader ul {
		gap: 30px;
		justify-content: space-evenly;
		width: 100%;
	}

	.stickyHeader ul li a {
		font-family: "Jost", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		letter-spacing: 0em;
		text-align: left;
		color: #fff;
		display: flex;
		align-items: center;
	}

	.stickyHeader ul li a img {
		margin-right: 10px;
	}

	.searchLi {
		position: fixed;
		width: 100% !important;
		height: 100svh;
		top: 0;
		left: 0;
		z-index: 9999;
		transform: translateX(0%);
		transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.mobSearchOpen .searchLi {
		transform: translateX(-100%);
		transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.searchLi:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/*  background: rgba(24, 22, 21, 0.80);*/
		background: rgba(255, 255, 255, 0.50);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		-moz-filter: blur(12px);
		filter: blur(12px);
	}


	.menuOpen .secodaryNav {
		z-index: 99;
	}

	.searchLi>a {
		visibility: hidden;
		opacity: 0;
	}

	header .mainHeader .linksDiv>ul>li.searchLi>.innerMenuDiv .innerLinksList .closedMenu {
		display: flex !important;
		top: 15px;
		right: 20px;
		width: 20px;
		height: 20px;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv {
		display: block !important;
		position: fixed;
		height: 100svh;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList {
		transform: none !important;
		transition-delay: 0s !important;
		transition: none !important;
		opacity: 1 !important;
		padding-top: 60px;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv {
		width: 100%;
		padding-top: 50px;
		border: 0;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input {
		font-size: 16px;
		padding-left: 5px;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv img {
		width: 20px;
		height: 20px;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv {
		height: 45px;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a {
		padding: 5px 20px;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul.normalText {
		gap: 16px;
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a {
		color: #000;
		border: 1px solid rgba(0, 0, 0, 0.4);
	}

	header .mainHeader .linksDiv>ul>li.searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv h6 {
		color: #000
	}

	header .mainHeader .searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input::placeholder {
		color: #000 !important;

	}

	/* header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv ul li a{color:#000}

	header .mainHeader .linksDiv>ul>li .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .recentlyDiv h6{color:#000}

	header .mainHeader .searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input::placeholder {
		color: #000 !important;
		
	} */

	header .mainHeader .searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv input {
		color: #000 !important
	}

	header .mainHeader .searchLi .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv {
		border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important
	}

	header .mainHeader .innerMenuDiv .innerLinksList .linksListWithSearch .innerSearchDiv .searchDiv .searchBtn {
		display: none;
	}

	.serachAutofillDiv ul {
		padding: 0 25px;
	}

	.serachAutofillDiv ul li {
		padding: 15px 0 !important;
		border-bottom: 1px solid rgba(109, 110, 112, 0.3) !important;
	}

	.finalResultDiv {
		width: 100%;
		margin-top: 0;
	}

	.finalResultDiv .tabWrapper .tabContent ul li {
		padding: 10px 25px 20px 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}

	.finalResultDiv .tabWrapper .tabHeading li a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	}

	.finalResultDiv .tabWrapper .tabHeading {
		overflow-x: auto;
		margin-left: -15px;
		width: calc(100% + 30px);
		padding: 0 15px;
	}


	.finalResultDiv .tabWrapper .tabHeading::-webkit-scrollbar {
		opacity: 0;
		background: transparent;
	}

	.finalResultDiv .tabWrapper .tabHeading::-webkit-scrollbar:hover {
		opacity: 1;
	}


	.finalResultDiv .tabWrapper .tabHeading li a {
		white-space: nowrap;
	}

	.finalResultDiv .tabWrapper .tabHeading li a:hover,
	.finalResultDiv .tabWrapper .tabHeading li a.active {
		border-color: #fff !important;
	}

	/* .finalResultDiv .tabWrapper .tabContent {
		margin-top: 0;
	} */

	.serachAutofillDiv.inner-search-result {
		width: 300px;
		top: 80px;
	}

	.serachAutofillDiv {
		top: 45px;
	}

	.finalResultDiv .tabWrapper .tabContent .swiper {
		max-height: calc(100svh - 297px);
	}

	footer .mainFooterMenu .container .row {
		flex-wrap: wrap;
	}

	footer .mainFooterMenu .footerLinksWrapper {
		width: 100%;
	}

	footer .mainFooterMenu .footerLinksWrapper .footerLinksDiv {
		width: 50%;
	}

	footer .mainFooterMenu .footerAddressDiv {
		margin-top: 40px;
	}

	footer .hiddenLinks ul {
		gap: 10px;
		column-count: 2;
	}

	footer .hiddenLinks ul li {
		margin-bottom: 10px;
	}

	footer .hiddenLinks .footerBottomLinks {
		flex-wrap: wrap;
	}

	footer .hiddenLinks .footerBottomLinks .linkDivFooter {
		width: 100%;
		margin-bottom: 20px;
	}

	footer .hiddenLinks .footerBottomLinks ul {
		gap: 10px;
		column-count: 2;
	}

	footer .hiddenLinks ul li a {
		font-size: 14px;
	}

	footer .mainFooterMenu .footerLinksWrapper .footerLinksDiv ul li a {
		font-size: 12px;
	}

	.getInTouchForm {
		padding: 60px 40px;
	}

	.formControls {
		width: 100%;
	}

	.enquirePopupWrapper .getInTouchForm {
		max-width: 100%;
		padding: 40px 25px;
		min-width: 335px;
	}

	.enquirePopupWrapper .popupContent {
		width: 450px;
	}

	.enquirePopupWrapper.active .popupContent .getInTouchForm {
		transform: translateX(-335px);
	}

	.enquirePopupWrapper .nextSlide .prevArrowBtn {
		top: 15px;
		left: 15px;
	}

	.ContentText .goldenBtn {
		margin-top: 30px;
	}

	.textImgGrid .textImgDiv {
		flex-wrap: wrap;
	}

	.textImgGrid .textImgDiv .textDiv .ourPromiseTextDiv,
	.textImgGrid .textImgDiv .imgDiv,
	.textImgGrid .textImgDiv .textDiv,
	.blogSec .textImgGrid .textImgDiv .imgDiv,
	.blogSec .textImgGrid .textImgDiv .thumbDiv {
		width: 100%;
	}

	.textImgGrid .textImgDiv .textDiv {
		padding-left: 0;

	}

	.textImgGrid .textImgDiv .textDiv .ContentText .headingH1 {
		margin-top: 16px;
	}

	.ourPrideSliderDiv .swiper-slide {
		margin: 0 15px;
	}

	.ourPrideSliderDiv .swiper-slide p {
		font-size: 0.875rem;
		line-height: 1rem;
	}

	.ourPrideSliderDiv .swiper-slide:first-child {
		margin-left: 20px;
	}

	.ourPrideSliderDiv .swiper-slide:last-child {
		margin-right: 20px;
	}

	.ourPrideSliderDiv .container a {
		margin-top: 10px;
	}

	.ourPrideSec {
		padding: 50px 0 0 0;
	}

	.ourPrideSec .ourPrideSliderDiv .swiper-wrapper {
		padding-bottom: 0;
	}

	.ourPrideSliderDiv .container {
		flex-wrap: wrap;
		justify-content: center !important;
		margin-top: 0px;
	}

	.ourPrideSliderDiv .container .swiperBtnDiv {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
		justify-content: center !important;
	}

	.ourPrideSliderDiv .container .swiper-pagination {
		position: static;
		transform: none;
	}

	.ourPrideSliderDiv .swiper-slide:last-child p {
		margin-bottom: 0;
	}

	.ourPrideSliderDiv {
		padding-bottom: 20px !important;
	}

	.ourPrideSliderDiv.lifeAtPalava {
		margin-top: 30px;
		overflow: hidden;
		padding-bottom: 0px;
	}

	.normalTextImgSlider.noSliderMob .swiper-slide {
		margin: 0 0 32px 0 !important;
	}

	.noSliderMob {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.normalTextImgSlider.noSliderMob .swiper-slide:first-child {
		margin-left: 0 !important;
	}

	.normalTextImgSlider {
		margin-left: -20px;
		width: calc(100% + 40px);
	}

	.normalTextImgSlider .swiper-slide:first-child {
		margin-left: 20px !important;
	}


	.normalTextImgSlider .swiper-slide:last-child {
		margin-right: 20px !important;
	}


	.normalTextImgSlider .swiper-slide {
		width: calc((80% / 1) - 16px);
	}

	.normalTextImgSlider .swiper-slide {
		text-align: center;
	}

	.normalTextImgSlider .swiper-slide p {
		max-width: 100%;
		/* text-align: center; */
	}

	.ourBrandsSec {
		padding: 50px 0 !important;
	}

	.ourBrandsSec .ourBrandsDiv {
		flex-wrap: wrap;
		/* gap: 50px; */
		gap: 30px;
	}

	.ourBrandsSec .ourBrandsDiv img {
		height: auto;
	}

	.commercial-blog {
		padding: 0px 0 0px 0;
		background: transparent;
	}

	.education-blog::after {
		display: none;
	}

	.blogSliderDiv {
		margin-left: -16px;
		width: calc(100% + 40px);
		padding-bottom: 25px;
	}

	.blogCard .blogContentDiv .date {
		font-size: 10px;
	}

	.blogCard .blogContentDiv h5 {
		font-size: 16px;
		line-height: 20px;
	}

	.blogCard .blogContentDiv p {
		font-size: 12px;
		line-height: 14px;
	}

	.blogCard .blogImgDiv .blogCat {
		font-size: 9px;
	}


	.projectFilterDiv .listDiv {
		flex-wrap: wrap;
		display: none;
		gap: 0;
		padding: 0 15px;
	}

	.projectFilterDiv .mobFilter {
		background: url(../media/svg/filter.svg) center left no-repeat;
		padding-left: 25px;
	}

	.projectFilterDiv .mobFilter span {
		font-family: "Jost", sans-serif;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		color: #6D6E70;
		position: relative;
		padding-right: 30px;
		display: flex;
		align-items: center;
	}

	.projectFilterDiv .mobFilter span:after {
		content: "";
		background: url(../media/svg/arrowDown.svg) center right no-repeat;
		width: 12px;
		height: 7px;
		position: absolute;
		right: 0;
	}

	.projectFilterDiv.commercialFilterDiv .dropDownDiv:last-child {
		border: 0;
	}

	.projectFilterDiv.commercialFilterDiv .dropDownDiv {
		border: 0;
		position: relative;
		border-bottom: 1px solid rgba(157, 127, 25, 0.5);
	}

	.projectFilterDiv.commercialFilterDiv .dropDownDiv:after {
		content: "";
		position: absolute;
		height: 2px;
		width: 100%;
		color: #29256A;
		bottom: 0;
	}

	.projectFilterDiv.commercialFilterDiv .filterListDiv {
		position: unset;
		opacity: unset !important;
		visibility: unset !important;
		display: flex !important;
		flex-direction: column;
		min-height: auto;
		margin-top: 20px;
		background: #f6f6f6;
	}

	.projectFilterDiv.commercialFilterDiv .listDiv .dropDownDiv span {
		width: 100%;
		max-width: 100%;
		background: #F6F6F6;
	}

	.projectFilterDiv.commercialFilterDiv .listDiv .dropDownDiv.active span:after {
		transform: translateY(-50%) rotateX(180deg);
		transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.projectFilterDiv.commercialFilterDiv .listDiv .dropDownDiv span:after {
		content: "";
		background: url(../media/svg/select-arrow.svg);
		position: absolute;
		right: 0px;
		width: 12px;
		height: 7px;
		transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		top: 50%;
		transform: translateY(-50%);
	}

	.projectFilterDiv.commercialFilterDiv .listDiv .dropDownDiv .dropList {
		position: relative;
		left: 0;
		top: 0px;
		width: 100%;
		height: auto;
		display: none;
		opacity: 0;
		transition: opacity 5s ease;
	}

	.projectFilterDiv.commercialFilterDiv .listDiv .dropDownDiv.active .dropList {
		display: block;
		opacity: 1;
	}

	.projectFilterDiv.commercialFilterDiv .filterListDiv:before {
		content: unset !important;
	}

	.projectFilterDiv .filterListDiv {
		position: fixed;
		background: #fff;
		width: 100%;
		min-height: 300px;
		left: 0;
		flex-wrap: wrap;
		bottom: -10vh;
		margin: 0;
		opacity: 0 !important;
		visibility: hidden !important;
		z-index: -1 !important;
		/* transition: all 0.15s cubic-bezier(0.075, 0.82, 0.165, 1); */
	}

	.projectFilterDiv .filterListDiv:before {
		content: "";
		background: #f8f8f8;
		position: absolute;
		left: 0;
		top: 0;
		width: 150px;
		height: calc(100% - 70px);
	}

	.mobFilterOpen .projectFilterDiv .filterListDiv {
		bottom: 0;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: 99 !important;
		box-shadow: 0px 4px 0 100vh rgba(0, 0, 0, 0.8);
		transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
		padding-bottom: 70px;
	}

	.projectFilterDiv .filterListDiv:after {
		/* content: ""; */
		width: 100%;
		height: calc(100vh);
		position: fixed;
		top: calc(430px - 100vh);
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: -1;
	}

	.projectFilterDiv .filterListDiv .closedFilter {
		position: absolute;
		background: url(../media/svg/close.svg) center center no-repeat;
		width: 50px;
		height: 50px;
		top: -50px;
		right: 0;
	}

	.projectFilterDiv .listDiv .dropDownDiv {
		width: 100%;
		background: #fff;
	}

	.commercialFilterDiv .dropDownDiv {
		width: 100% !important;
	}

	.projectFilterDiv .listDiv .dropDownDiv span {
		background: #F8F8F8;
		padding: 20px 0px;
		min-width: 150px;
		max-width: 150px;
		width: auto;
	}

	.projectFilterDiv .listDiv .dropDownDiv.active span {
		background: #fff;
	}

	.projectFilterDiv .listDiv .dropDownDiv label {
		border: 0;
	}

	.projectFilterDiv .listDiv .dropDownDiv .dropList:before,
	.projectFilterDiv .listDiv .dropDownDiv span:before {
		display: none;
	}

	.projectFilterDiv .clearBtnDiv {
		justify-content: center;
		display: flex;
		width: 100%;
		padding: 20px;
		background: #fff;
		position: absolute;
		width: 100%;
		bottom: 0;
		gap: 10px
	}

	.projectFilterDiv .listDiv .dropDownDiv .dropList {
		position: fixed;
		left: 150px;
		width: calc(100% - 150px);
		top: 0;
		margin: 0;
		height: calc(100% - 70px);
		filter: none;
	}

	.projectFilterDiv.commercialFilterDiv .listDiv .dropDownDiv .dropList .swiper {
		max-height: 200px;
	}

	.projectFilterDiv .listDiv .dropDownDiv .dropList .swiper {
		max-height: 100%;
	}

	.projectFilterDiv .listDiv .dropDownDiv .dropList .searchListInput {
		width: 100%;
	}

	.filterListDiv.all-project-filter .dropDownDiv:nth-child(1) {
		width: 100%;
	}

	.filterListDiv.all-project-filter .dropDownDiv:nth-child(2) {
		width: 100%;
	}

	.filterListDiv.all-project-filter .dropDownDiv:nth-child(3) {
		width: 100%;
	}

	.filterListDiv.all-project-filter .dropDownDiv:nth-child(4) {
		width: 100%;
	}

	.filterListDiv.all-project-filter .dropDownDiv:nth-child(5) {
		width: 100%;
	}

	.filterListDiv.all-project-filter .dropDownDiv:nth-child(6) {
		width: 100%;
	}

	.filterListDiv.all-project-filter .dropDownDiv:nth-child(7) {
		width: 100%;

	}

	.filterListDiv.all-project-filter .dropDownDiv:nth-child(7) span {
		width: 100%;
	}

	.commercialFilterDiv {
		background: transparent;
		/* margin-top: 30px !important; */
		padding: 0 20px;
		display: flex;
		margin-top: -30px;
		margin-bottom: 30px;
		z-index: 9;
		justify-content: flex-end;
	}

	.commercialFilterDiv .searchBtn {
		width: 100%;
		display: flex;
		gap: 10px;
	}

	.commercialFilterDiv .searchBtn .searchtxt {
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		font-family: "Jost", sans-serif;
	}

	.commercialFilterDiv .listDiv {
		width: 100%;
	}

	.cardSliderDesk .swiper-wrapper {
		gap: 0;
	}

	.cardSliderDesk .swiper-wrapper .swiper-slide {
		width: calc((80% / 1) - 16px);
		margin: 0 8px !important;
	}

	.cardSliderDesk .swiper-wrapper .swiper-slide:first-child {
		margin-left: 20px !important;
	}

	.cardSliderDesk .swiper-wrapper .swiper-slide:last-child {
		margin-right: 20px !important;
	}

	.cardSliderDesk .swiper-wrapper .swiper-slide p {
		text-align: left;
	}

	.keyFactsSec .projectsDiv,
	.keyFactsSec .keyContentDiv {
		flex-wrap: wrap;
		padding: 0;
	}

	.keyFactsSec .keyContentDiv:before {
		opacity: 0;
	}

	.keyFactsSec .projectsDiv {
		margin-top: 30px;
	}

	.keyFactsSec .projectsDiv .locationDiv {
		display: flex !important;
		justify-content: center;
		margin-top: 40px;
	}

	.keyFactsSec .saleText {
		margin: 50px 0 0 0;
		padding: 0 15px;
		text-align: center;
		width: 100% !important;
	}

	.keyFactsSec span {
		width: 150px !important;
		justify-content: flex-end;
		text-align: right;
		font-size: 40px;
	}

	.keyFactsSec.commercial-keyfact {
		margin-top: unset;
		padding: 30px 0 30px;
	}

	.commercial-blog .commercial-blog-textdiv h2 {
		margin-top: 20px;
	}

	.keyFactsSec.commercial-keyfact p,
	.commercial-blog .commercial-blog-imgdiv,
	.commercial-blog .commercial-blog-textdiv {
		width: 100% !important;
	}

	.keyFactsSec.commercial-keyfact span {
		font-size: 20px;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end !important;
		width: 60% !important;

	}

	.keyFactsSec.commercial-keyfact span b {
		font-size: 50px;
		margin-right: 0;
		margin-top: -10px;
	}

	.keyFactsSec p {
		width: 150px !important;
		justify-content: flex-start;
	}

	.keyFactsSec .locationDiv {
		text-align: center;
	}

	.keyFactsSec .locationDiv small {
		justify-content: center;
	}

	.keyFactsSec .locationDiv p {
		width: 100% !important;
	}

	.keyFactsSec.commercial-keyfact .projectsDiv span {
		justify-content: space-between;
		gap: 10px;
		min-width: unset;
		min-width: 130px;
		padding-left: 0px;
		white-space: nowrap;
	}

	.keyFactsSec.commercial-keyfact .projectsDiv ul,
	.keyFactsSec.commercial-keyfact .projectsDiv ul li span,
	.keyFactsSec.commercial-keyfact .projectsDiv ul li p {
		width: 100%;
		/* width: 100% !important; */
		min-width: unset;
	}

	.keyFactsSec.commercial-keyfact .projectsDiv ul li p br{ display: none;}

	.keyFactsSec.commercial-keyfact .projectsDiv ul li {
		margin-bottom: 45px;
	}

	.commercial-Featured {
		padding-bottom: 60px;
	}

	.commercial-Featured .swiper .swiper-wrapper {
		margin-bottom: 0px;
	}

	.servicesSec .container {
		padding: 0;
	}

	.servicesSec .container .row {
		flex-wrap: wrap;
		padding: 50px 20px 0 20px;
		text-align: center;
	}

	.servicesSec .ContentText {
		width: 100%;
	}

	.servicesSec ul {
		flex-wrap: wrap;
		margin-top: 20px;
		padding-right: 0;
	}

	.servicesSec ul li {
		width: calc(100% / 2);
		padding: 30px 0;
	}

	.commercial-servie-sec {
		margin-bottom: 30px
	}

	.commercial-servie-sec .iconTextList {
		padding-top: 0 !important;
		margin-top: 30px;
	}

	.commercial-servie-sec .ContentText {
		text-align: center;
	}

	.iconTextList ul {
		gap: 20px;
	}

	.iconTextList ul li {
		width: calc((100% / 2) - 11px);
	}

	.commercial-faqSec .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.ourPromiseSec {
		padding: 50px 0;
	}

	.ourPromiseSec .row {
		flex-wrap: wrap;
	}

	.ourPromiseSec .ourPromiseImgDiv,
	.ourPromiseSec .ourPromiseTextDiv {
		width: 100%;
	}

	.ourPromiseSec .ourPromiseTextDiv {
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}

	.ourPromiseSec.pt-1 {
		padding-top: 35px;
	}

	.featuredAwardsSec .featuredAwardsImgTextDiv {
		padding: 0;
		flex-wrap: wrap;
	}

	.featuredAwardsSec .featuredAwardsImgTextDiv .imgDiv,
	.featuredAwardsSec .featuredAwardsImgTextDiv .textDiv {
		width: 100%;
	}

	.featuredAwardsSec .featuredAwardsImgTextDiv .textDiv {
		margin-top: 30px;
	}

	.featuredAwardsSec {
		padding-bottom: 50px;
	}

	.secodaryNav .container {
		padding: 0 40px;
	}

	.secodaryNav .swiper-button {
		top: 50%;
		transform: translateY(-50%);
		margin: 0 auto;
	}

	.secodaryNav .swiper-button-prev {
		left: 10px;
	}

	.secodaryNav .swiper-button-next {
		right: 10px;
	}

	.secodaryNav ul li {
		margin: 0 15px;
	}

	.planSec {
		flex-wrap: wrap;
		padding: 80px 0;

	}

	.planSec .container {
		position: static;
		transform: none;
	}

	.planSec .tabWrapper {
		width: 100%;
		margin-top: 20px;
	}


	.planSec .tabWrapper .tabHeading {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.planSec .tabWrapper .planSlider .swiper-slide {
		margin: 0 20px;
		width: 225px;
	}

	.planSec .tabWrapper .planSlider .swiper-slide:first-child {
		margin-left: 20px;
	}

	.planSec .tabWrapper .planSlider .swiper-slide:last-child {
		margin-right: 20px;
	}

	.planSec .tabWrapper .planSlider .swiper-slide .planImgDiv {
		height: 225px;
	}

	.planDetailSec.planSec .tabWrapper .planSlider .swiper-slide:first-child {
		margin-left: 20px;
	}

	.planDetailSec.planSec .tabWrapper .planSlider .swiper-slide:last-child {
		margin-right: 20px;
	}

	.projectDetailsPage footer {
		padding-bottom: 70px;
	}

	.lifeStyleSec .textListDiv .listDiv {
		margin-top: 50px;
	}

	.imageLightBoxWrapper .container {
		max-width: 100vw;
	}

	.imageLightBoxWrapper .popupContent h5 {
		font-size: 1.5rem;
	}

	.amenitiesSec .row {
		padding: 0;
	}

	.amenitiesSec .row .col-3 {
		margin-top: 50px;
	}

	.locationMapSec .row {
		flex-direction: column-reverse;
	}

	.locationMapSec .ContentText {
		width: 100%;
		padding: 40px 20px;
	}

	.locationMapSec .mapDiv {
		width: 100%;
	}

	.masterPlanSec {
		padding: 0px 0 80px 0;
	}

	.priceListWrapper ul li p {
		font-size: 12px;
	}

	.priceSec .container {
		padding: 0;
	}

	

	

	.gridDiv .setGridDiv.lastTwoBig .gridCol:nth-last-child(2),
	.gridDiv .setGridDiv.lastTwoBig .gridCol:last-child,
	.gridDiv .setGridDiv.lastBig .gridCol:last-child,
	.gridDiv .setGridDiv .gridCol,
	.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(1),
	.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(6),
	.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(7),
	.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(12) {
		height: 110px;
	}

	.gridDiv .setGridDiv .gridCol:nth-child(1),
	.gridDiv .setGridDiv .gridCol:nth-child(6),
	.gridDiv .setGridDiv .gridCol:nth-child(7),
	.gridDiv .setGridDiv .gridCol:nth-child(12),
	.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(3),
	.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(4),
	.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(9),
	.gridDiv.gridReverse .setGridDiv .gridCol:nth-child(10) {
		height: 236px;
	}

	.galleryTab .tabContent .tabData {
		padding: 25px 0;
	}

	

	.noGridDiv .gridCol {
		width: calc((100% / 2) - 8px);
	}

}

@media screen and (min-width:768px) and (max-width:991px) {
	.mobMenu.d-none {
		display: unset !important;
		display: flex !important;
	}

	.ContentText p br {
		display: none;
	}

	.swiperBtnDiv {
		margin-top: 30px;
	}

	.blogSec .thumbDiv {
		margin-top: 30px;
	}

	.blog-right-col .blogSliderDiv {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}

	.projectFilterDiv .ContentText {
		max-width: 100%;
	}

	.ourPurposeSec .ourPurposeImgDiv .imgDiv,
	.ourPromiseSec .ourPromiseImgDiv,
	.ourPromiseSec .ourPromiseTextDiv {
		width: 50%;
	}

	.ourPromiseSec .ourPromiseTextDiv {
		margin-top: 0;
		padding-right: 10px;
		padding-left: 30px;
	}

	.lifeStyleSec .normalTextImgSlider .swiper-slide {
		margin: 0 8px !important;
	}

}

@media screen and (max-width:767px) {
	.column-reverse {
		flex-direction: column-reverse;
		gap: 25px;
		align-items: flex-start !important;
	}

	.mob-vedio {
		display: block;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
		opacity: 1 !important;
		height: 100vh !important;
	}

	.desk-video {
		display: none;
	}

	.iframeDiv-mob {
		aspect-ratio: unset !important;
		padding-bottom: 0 !important;
	}

	.iframeDiv-mob {
		height: 100vh !important;
	}

	.call-cta {
		display: block !important;
	}

	.enquirePopupWrapper .popupContent {
		width: 335px;
	}

	.goldenLineBtn {
		font-size: 12px;
	}

	.spotlightBanner {
		min-height: 500px;
	}

	.spotlightSliderDiv .swiper-slide .bannerImgDiv {
		background: #000;
	}

	/* .spotlightSliderDiv .swiper-slide .iframeDiv .bannerImg {
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		transform: translate(-50%, -50%);
	} */

	.spotlightSliderDiv.iframe-video .swiper-slide .iframeDiv .bannerImg {
		top: auto;
		left: 0;
		width: 100%;
		height: 100%;
		transform: unset;
	}

	.spotlightSliderDiv.iframe-video .iframeDiv {
		height: auto !important;
	}

	.textImgGrid ul.thumbDiv li .thmbimg img {
		max-height: 150px;
	}

	.ourPromiseSec {
		padding: 35px 0;
	}

	.keyFactsSec .projectsDiv ul li {
		align-items: center;
	}

	.keyFactsSec .projectsDiv ul li span {
		height: auto;
	}

	.blogSec .textImgGrid .textImgDiv .thumbDiv {
		padding-top: 20px;
	}

	.blogSec .textImgGrid .textImgDiv .imgDiv {
		padding-right: unset;
	}

	.blogSec h3,
	.bloglistSec h3 {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 8px;
	}

	.bloglistSec .thumbDiv {
		gap: 18px;
	}

	.bloglistSec .thumbDiv,
	.bloglistSec .thumbDiv li {
		width: 100%;
	}

	.blog-detail .swiper-wrapper {
		display: flex;
	}

	.blog-detail-cols .swiper-slide {
		width: 82%;
		padding-bottom: 0;
	}

	.blog-detail-cols .blog-right-col {
		padding-top: 0;
	}

	.blog-detail-cols .blog-left-col,
	.blog-detail-cols .blog-right-col {
		width: 100%;
	}

	.blog-detail-cols {
		flex-wrap: wrap;
	}
}

@media screen and (max-width:766px) {}

@media screen and (max-width:700px) {}

@media screen and (max-width:650px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:560px) {}

@media screen and (max-width:500px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:450px) {}

@media screen and (max-width:435px) {
	.lifeStyleSec .textListDiv .listDiv ul li p strong {
		white-space: unset;
		text-align: right;
	}
}

@media screen and (max-width:420px) {
	.secodaryNav ul li {
		margin: 0 14px;
	}
}

@media screen and (max-width:380px) {}

@media screen and (max-width:360px) {}