.quick-move-in-homes .home-box{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	padding:0 0 70px;
}
.quick-move-in-homes .home-box .home-details,
.quick-move-in-homes .home-box .home-image{
	width:calc(50% - 30px/2);
	font-size: 16px;
}
.floor-heading{
	  font-size: 25px;
    line-height: 30px;
    text-align: left;
}
.quick-move-in-homes .slick-arrow{
	  position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
    background-color: #304a70;
    box-shadow: none;
    border: none;
    padding: 5px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
		cursor:pointer;
	outline:none;
}
.quick-move-in-homes .slick-arrow:hover{
		background-color:#f27f2d;
}
.quick-move-in-homes .slick-arrow.slick-next{
	left: 45px;
}
.quick-move-in-homes .item-title{
	margin-bottom:0px !important;
}
.quick-move-in-homes .property-item{
	margin:0 0 15px;
}
.property-detail-sec{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.property-detail-sec .property-detail-left,
.property-detail-sec .property-detail-right{
	flex:1;
}
.floor-heading{
	margin:0 0 20px !important;
}
.property-item-btn{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin-top:30px;
}
.property-item-btn .nectar-button{
    background-color: #304a70 !important;
}
.floor-wrapper-slider .slick-slide img{
	height:400px;
	width: 100% !important;
	object-fit:cover;
}
.quick-move-in-homes div.home-box:last-child{
	padding-bottom:0px;
}
@media only screen and (max-width: 991px) {
.floor-wrapper-slider .slick-slide img{
	height:340px;
}
.quick-move-in-homes .home-box {
    gap: 20px;
    padding: 0 0 45px;
}
.property-item-btn {
    margin-top: 15px;
}
.quick-move-in-homes .property-item {
    margin: 0 0 10px;
}
}
@media only screen and (max-width: 767px) {
	.quick-move-in-homes .home-box .home-details, .quick-move-in-homes .home-box .home-image {
    width: 100%;
}
.floor-heading {
    margin: 0 0 15px !important;
}
.property-item-btn {
		margin-top: 10px;
    gap: 10px;
}
.property-detail-sec {
    gap: 10px;
}
}