@media only screen and (max-width: 480px) and (min-width: 320px) {
	body {
		overflow-x: hidden;
	}
	.navbar{
	        flex-direction: row;
	}
	.main-nav .site-navigation {
	    padding: 5px 20px 5px 20px;
	    border-bottom: 1px solid #ddd;
	}
	.main-nav .site-navigation .navbar-brand img {
	    /*height: 180px;*/
	    /*display : none;*/
	    width: auto;
	   object-fit: contain;
	   display: inherit;
	}
    .header-navigation-area {display: none; }
	.header .header-top .header-top-right {
	    text-align: center;
	}
	.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;
	}
	.mobile-menu{
		display: block!important;
	}
	.desk-menu{
		display: none!important;
	}
	.search-section {
    	height: 510px;
	}
	.contact-details{
		width: 85%;
	}
	.footer .footer-item{
		position: relative;
		padding: 10px 20px;
	}
	.background-main{
		text-align: center;
	}
	.side-whatsapp-buttons {
	    bottom: 90px;
	}
	.property-content {
	    padding: 10px;
	    position: absolute;
	    bottom: 0%;
    	width: 100%;
	    overflow: hidden;
	}
	.property-image {
        width: 100%;
        height: 400px;
        opacity: 0.8;
    }
    .property-image img{
        object-fit: cover;
    }
	.ch-message-section {
        padding: 10px 0px!important;
        height: 350px!important;
        background-position: center center!important;
    }
    .youtube-video{
    	height: 100%;
    }
}

@media only screen and (max-width: 991px) {
	.main-nav .site-navigation .navbar-brand img {
	    height: 50px;
    	width: 100%;
	}
	#feature-top {
	    margin: 50px 0px 20px;
	}
	.hero-slide-item {
		height: 220px;
	}
	.slide-content {
	    max-width: 100%;
	    padding: 0px 10px;
	    left: 4px;
	}
	.slide-content .slide-title {
	    font-size: 25px;
	    line-height: normal;
	}
	.slide-content .hero-slide-desc {
	    font-size: 16px;
	    margin-bottom: 0;
	    line-height: normal;
	}
	.footer-widget .footer-social ul li {
	    display: inline-block;
	}
	.line-footer{
		display: none;
	}

    .mobile-menu-trigger {display: block; }
    .site-menu-wrap {
    	display: none;
    }
    .header-breadcrumb {
	    padding: 80px 0;
	    text-align: center;
	}
	.nav-item {
		display: block;
	}
	.flaticon-angle-arrow-down{
		display: none;
	}
	.nav-item.has-children .dropdown .nav-item a {
	    color: #fff;
	    padding: 8px 0px;
	    font-weight: 500;
	}
	.slicknav_nav ul{
		width: 100%;
	}
	.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;
	}
	.counter-main{
		display: none;
	}
	.hotline{
		display: none;
	}
	.searchbar{
	    display: none;
	}
	.mobile-search{
		display: contents;
	}
	.mobile-menu-trigger{
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) {
	.hero-slide-item {
		height: 250px;
	}
	.slide-content {
	    max-width: 100%;
	}
	.slide-content .slide-title {
	    font-size: 35px;
	    line-height: 50px;
	}
}


@media only screen and (min-width: 1200px) {
	.hero-slide-item {
		height: 350px!important;
	}
	.slide-content .slide-title {
	    font-size: 40px;
	    line-height: 70px;
	}
}
@media (min-width: 480px ) {

}
@media (min-width: 768px ) {

}
@media (min-width: 992px ) {
	.btn-mobile{
		display: none;
	}
	.mobile-search{
		display: none;
	}
	#support{
		max-height: 500px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#about{
		max-height: 500px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media (min-width: 1200px) {

}

