@media screen and (max-width: 1236px){
	
}
@media screen and (max-width: 1199px){
	.loan-btn-area img {
	  max-width: 105px !important;
	}
}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 991px){
	.navbar-toggler:hover,
	.navbar-toggler:focus{
		outline: 0px;
		box-shadow:none;
	}
	h2 {
	  font-size: 2rem;
	}
	h3 {
	  font-size: 1.3rem;
	}
	header{
		height: 84px;
	}
	#navbarSupportedContent{
		background:#fff;
		padding: 20px;
	}
	.ph-no{
		position: fixed;
	    top: 38px;
	    right: 20%;
	}
	h3.gray-txt {
	    font-size: 1rem;
	}
	.dropdown-menu{
		border:0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.floor-img-area img {  
	  max-width: 380px;
	}
	.navbar-brand.tabs{
		margin: 0 auto;
	  	position: relative;
	  	left: 30px;	
  	}
  	 .logo {
        padding-bottom: 0px;
    }
    .logo {
        max-width: 42px !important;
    }	
}
@media screen and (max-width: 767px){
	h2 {
	  font-size: 1.88rem;
	}
	h3 {
	  font-size: 1.2rem;
	}
	.ph-no {    
	  right: 22%;
	}
	.home-section1 .right-border{
		border-right:0px;
	}
	.banner-col1, 
	.banner-col2,
	.banner-bot-col1,
	.banner-bot-col2, 
	.home-section7-col1, 
	.home-section7-col2,
	.home-section10-col1,
	.home-section10-col2{
		width:100%;
	}	
	.banner-col2{
		display: flex;
		justify-content: space-around;
		align-content: stretch;
	}
	.banner-col2 img{
		width:98%;
	}
	.overview-links-area {  
	  	top: 0px;
	  	padding: 0 40px 20px;
	}
	.wht-box2{
		padding: 20px 0;
	}
	.icon-box-text-part{
		gap:20px 20px;
	}
	.loan-btn-area img {
	  max-width: 100px !important;
	}
	.floor-txt-area {	  
	  display: flex;
	  gap: 0 10px;
	}
	.floor-txt-area > div{
		width:33%;
	}
	.floor-plan-area {
  		display: block;
  	}  		
	.floor-img-area, .floor-txt-area {
	  width: 100%;
	}
	.floor-img-area img{
		margin-right:0px;
		max-width: 550px !important;
	}		
}
@media screen and (max-width: 575px){
	
}	
@media screen and (max-width: 480px){
	#project-slider3{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 375px){
	.floor-txt-area {
    	display: block;
    }
    .floor-txt-area > div{
    	width: 100%;
    }	
	
}	