@media only screen and (max-width:768px)
{
	.desktop-none{
		display: block;
	}
	.mobile-none, .sidebarAction{
		display: none;
	}

	.header{
		padding: 10px 0;
	}
	.Formcontainer{
		width: 100%; 
		padding: 0 15px;
	}
	.mainForm{
		flex-wrap: wrap;
		padding: 10px;
	}
	.dropDown{
		width: 100%;
		border:1px solid #e0e0e0;
	}
	.searchType{
		width: 100%;
		border:1px solid #e0e0e0;
		margin-top: 10px;
	}
	.searchBtn{
		width: 100%;
		margin-top: 10px;
	}
	.cityItem{
		margin:10px;
	}
	.copyRight{
		flex-wrap: wrap;
	}
	.leftCopy{
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}
	.rightSocial{
		width: 100%;
		text-align: center;
	}
	.rightSocial ul
	{
		justify-content: center;
	}
	.copyRight p{
		text-align: center;
	}
	.headerMenu{
		position: fixed;
		top: 0px;
		left: -100%;
		padding: 0 10px;
		background: #000;
		width: 80%;
		height: 100%;
		transition: all .5s ease-in-out;
		z-index: 9999;
	}
	.propertyDetails{
		padding: 10px;
	}
	
	.propertyDetails{
		padding: 10px;
	}
	.headerMenu.active{
		left: 0px;
	}
	.whyChoose{
		padding-top: 0px;
	}
	.assoItem img{
		height: 80px;
	}
	.mainChoose{
		top:30px; 
		padding: 20px;
	}
	.boxChoose h4{
		margin-top: 35px;
	}
	.boxChoose{
		margin-top: 10px;
		border-right: none;
	}
	.formTab li{
		background: #f9f9f9;
	}
	.inlineTitle{
		flex-wrap: wrap;
	}
	.titleHeader h3{
		margin-bottom: 10px;
	}
	.itemAction{
		margin-bottom: 10px;
		padding: 10px; 
	}
	.bloxInline{
		flex-wrap: wrap;
	}
	.large_heading{
		font-size: 30px;
	}
	.sliderBlock:after{
		display: none;
	}
	.formProperty{
		position: static;
		z-index: 999;
		transform: translateY(0);
		top: 0px;
		margin-top: 15px;
	}
	.formProperty h1{
		color: var(--primary-color);
	}
	.formProperty p{
		color: #000;
	}
	.headerMenu ul{
		display: block;
	}
	.menuBar ul li{
		padding: 0px;
	}
	.scrollBottom{
		display: none;
	}
	.menuBar.active{
		left: 0px;
	}
	.language{
		display: flex !important;
		width: 150px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.logo{
		margin: 0px;
	}
	.logo img{
		width: 150px;
	}
	.sliderBlock img{
		height: 300px;
	}
	.heading{
		font-size: 24px;
	}
	.title{
		font-size: 18px !important;
	}
	.companyIntro{
		transform: rotate(90deg) translate(0%, -286%);
	}
	.btnAbout{
		position: static;
		margin:20px 0 0 0;
	}
	section{
		padding:30px 0;
	}
	.menuIcon{
		background: none;
		color: #333;
		border:none;
	}
	.footerItem{
		margin-bottom: 20px;
	}
	.itemMember{
	    margin-bottom:37px;
	}
}
@media only screen and (max-width:1024px)
{
	.indiaCulture{
		background-position-x: 0px;
	}
	.mobileFlexBox{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.evItem{
		width: 48%;
		margin-right: 13px;
	}
	.evItem:last-child{
		margin-bottom:15px; 
	}
}