@media only screen and (max-width: 480px) and (min-width: 320px) {
	body {
		overflow-x: hidden;
	}
	.header .header-top .header-top-left {
	    display: none;
	}
	.header-top-right .social-box li:last-child {
	    margin-right: 0;
	}
	.main-nav .site-navigation {	   
	    padding: 0px 20px 0px 20px;
	}
	.flaticon-angle-arrow-down {
		display: none;
	}
	.nav-item.has-children .dropdown .nav-item a {
	    color: #fff;
	    padding: 8px 0px;
	    font-weight: 500;
	}
	.slicknav_nav .has-children ul li {
	    padding-left: 25px;
	}

	.nav-item.has-children .dropdown .nav-item a:hover {
	    margin-left: 0px;
	}

    .header-navigation-area {display: none; }
    .mobile-menu-trigger {display: block; }
	.header .header-top .header-top-right {
	    text-align: center;
	}

	.home-banner-background-cover {
	    padding: 80px 0px;
	}

	.home-property-listing-filter {
	    padding: 15px;
	}
	.home-property-listing-filter .input-search {
	    margin-bottom: 15px;
	}
	.home-property-listing-filter .input-search select{
	   width: 100%;
	}
	.home-property-listing-filter .search-content {
	    margin-top: 25px;
	}
	.full-filter-wrap {  
		background: #056739f2;
	    left: 0;
	    width: 100%;
	    padding: 0 10px;
	    top: 100%;
	}
	.full-filter-wrap .filter-checkbox ul {
	    columns: 2;
	    width: 100%;
	}
	.section-title {
	    font-size: 30px;
	}
	.pad-80-50 {
	    padding: 60px 0px 30px;
	}
	.prop-price-box {
	    top: 49%;
	}
	.service-slide-item .service-title {
	    font-size: 14px;
	}
	.advertiser-list {
	    display: inline-block;
	    background: linear-gradient(to right, #046739, #11998e);
	    padding: 5px 10px;
	    font-size: 16px;
	    font-family: 'Nunito Sans';
	    font-weight: 600;
	    border-radius: 4px;
	    margin-right: 10px;
	    margin-bottom: 15px;
	    cursor: pointer;
	    line-height: normal;
	}
	.main-footer {	    
		padding: 60px 0px 0px;
	}
	.main-footer .footer-widget {
	    text-align: center;
	    margin-bottom: 40px;
	}
	.main-footer .footer-widget .title {
	    font-size: 18px;
	    text-transform: uppercase;
	    letter-spacing: 0.5px;
	    font-weight: 600;
	    line-height: 14px;
	    margin-bottom: 25px;
	}
	.footer-widget ul li {
	    display: block;
	}
	.site-menu-wrap {
	    z-index: 9999;
	    position: fixed;
	    background: #f1f1f1;
	    top: 0;
	    left: -800px;
	    width: 95%;
	    height: 100%;
	    border-radius: 5px;
	    transition: all 500ms ease-in-out;
	    padding: 80px 60px;
	}
	.contact-info-section .inner-column {
	    padding: 15px;
	}
	.wrap {
	    padding: 25px 0px 55px 10px;
	    text-align: center;
	}
	.breadcrumb-section h2 {
	    font-size: 17px;
	}
	.price {
	    font-size: 17px;
	}
    .slide-item {
    	height: 400px;
    }
    .property-heading {
	    margin: 17px 0px;
	}
	.property-meta-wrap {
	    justify-content: space-between;
	}
	.property-details-wrap .prop-card-meta {
	    padding-right: 0px;
	}
	.property-features-content .list-3-cols {
	    columns: 2;
	    -webkit-columns: 2;
	}
	.property-features-content ul li {
	    padding: 4px;
	    font-size: 13px;	
	}
	.main-nav .site-navigation .navbar-brand img {
	    height: 85px;
	    vertical-align: middle;
	    object-fit: contain;
	    width: 100%;
	    margin-top: -17px;
	}
	.single-service-img{
	    object-fit: cover;
	    width: 100%;
	}
}
@media (min-width: 480px ) {
	
}
@media (max-width: 768px ) {
	.ad-property-background-cover{
		padding: 150px 0px;
	}
}
@media only screen and (max-width: 991px) {
	body {
		overflow-x: hidden;
	}
	.site-menu-wrap{
		display: none;
	}
	.right-nav{
		display: none!important;
	}
	.header .header-top .header-top-left {
	    display: none;
	}
	.header-top-right .social-box li:last-child {
	    margin-right: 0;
	}
	.main-nav .site-navigation {	   
	    padding: 0px 20px 0px 20px;
	}
	.flaticon-angle-arrow-down {
		display: none;
	}
	.nav-item.has-children .dropdown .nav-item a {
	    color: #fff;
	    padding: 8px 0px;
	    font-weight: 500;
	}
	.slicknav_nav .has-children ul li {
	    padding-left: 25px;
	}

	.nav-item.has-children .dropdown .nav-item a:hover {
	    margin-left: 0px;
	}

    .header-navigation-area {display: none; }
    .mobile-menu-trigger {display: block; }
	.header .header-top .header-top-right {
	    text-align: center;
	}
	.main-nav .site-navigation .navbar-brand img {
	    height: 60px;
	    vertical-align: middle;
	    object-fit: contain;
	    width: 100%;
	    margin-top: -18px;
	}
	.desktop-nav{
		display: none!important;
	}
	.property-lg-image img {
	    width: 100%;
	    object-fit: contain;
	    height: auto;
	}
}

@media (min-width: 1200px) {
	.container {
	    max-width: 1200px;
	}
}

@media (min-width: 992px) {
	.mobile-nav {
	    display: none!important;
	}
}
