@media(max-width: 1510px){
	.top-right .list-inline-item:not(:last-child) {
		margin-right: 0.1rem;
	}
	.top-left a, .top-right a{
		font-size: 12px;
	}
	.top-right .list-inline-item.dropdown{margin-left: 20px}
}

@media(max-width: 1270px){
	.top-right .list-inline-item:nth-child(5),
	.top-right .list-inline-item:nth-child(6){
		display: none;
	}
}

@media (max-width: 1024px) {
	.view-content-box .col-3,
	.view-content-box .col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.registration-bk {
		padding: 15px 10px 10px 10px;
	}
}

@media(max-width: 991px){
	.navbar-toggler{padding: .25rem .45rem;}
	.top-left{padding: 5px 3px;}
	.top-right{padding: 5px 0;}
	.top-left a{
		font-size: 14px;
	}
	.top-right .list-inline-item{display: none;}
	.top-right .list-inline-item.dropdown{display: block; margin-left: 0px}

	.search-box{
		padding: 20px 20px 10px 20px;
		margin: 15px 0px 30px 0px;
	}
	.search-box h1{
		font-size: 28px;
		margin: 0px 0px 15px 0;
	}
	/*dashboard left menu now in horizontal*/
	.menu-listing{
		width: 100%;
		min-height: auto;
		overflow: hidden;
		white-space: nowrap;
		float: none;
		overflow: hidden;
		overflow-x: auto;
		border-bottom: 1px solid #f0eff4;
		/*display: none;*/
	}
	.menu-listing.show{
		display: block;
	}
	.menu-listing li{
		display: block;
	}
	.menu-listing li a{
		padding: 10px 10px 10px 16px;
		border-bottom: none;
	}
	.menu-listing li a .icon{
		font-size: 22px;
		position: relative;
		right: 5px;
		top: 3px;
		margin-left: 25px;
	}
	.right-box{
		float: none;
		width: 100%;
		width: calc(100% - 0px);
		padding: 15px;
	}
}

@media(max-width: 900px){

}

@media (max-width: 800px) {
	.view-property-section h2,
	.view-property-section h4 {
		font-size: 20px;
	}
	.testimonials .media img {
		max-width: 100px;
	}
	.registration-bk .pl-5,
	.registration-bk .pr-5 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.terms-conditions + button {
		width: 183px !important;
	}
	.login-color{
		width: 183px;
	}
}
@media(min-width: 767px){
	.showup-767{
		display: block;
	}
	.collapse.showup-767{
		display: block!important;
	}
}
@media(max-width: 767px){
	.hideon-767{
		display: none;
	}
	header .col-6{
		text-align: center;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.map-formobile{
		position: fixed;
		visibility: hidden;
		height: 0;
		padding: 0px;

		width: 100%;
		height: 100%;
		background: #f5f5f5;
		z-index: 1100;
		top: 0;
		transition: 350ms;
		left: -110%;
	}
	.map-formobile .btn{
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 10;
	}
	.map-formobile.show{
		visibility: visible;
		height: auto;
		left: 0;
	}
	.auto-map{
		min-height: 322px;
		height: 100vh;
	}

	.seek-listingsection{
		padding-top: 0px;
	}

	.onmobile-filter.show{
		left: 0;
	}


	.footer-form{
		max-width: 767px;
	}
	.footer-bottomlink{
		text-align: center;
	}
	.copyright{
		text-align: center;
		font-size: 14px;
	}
	.footer-admin, .footer-admin .text-right{
		text-align: center!important;
	}

	/*At*/
	.view-content-box .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.view-content-box .media {
		display: block;
		text-align: center;
	}
	.view-content-box .media-body {
		display: block;
		text-align: left;
	}
	.media-content {
		display: block;
		margin-top: 15px;
	}
	.right-side-btns {
		margin-top: 15px;
	}

	.go-totop{
		bottom: 50px;
		right: 10px;
	}
}

@media(max-width: 576px){
	.heading{
		font-size: 28px;
	}
	.search-guaranteed{
		text-align: center;
	}
	.choose-box .icon {
		width: 72px;
		height: 72px;
	}
	.message-list{
		width: 100%;
		max-width: 576px;
	}
	.footer-links li{
		width: 50%;
	}
}

@media(max-width: 480px){
	.navbar-brand img{max-width: 140px; height: 46px;}

	.search-box{
		padding: 15px 15px 5px 15px;
	}
	.search-box h1{
		font-size: 20px;
		margin: 0px 0px 12px 0;
	}

	.search-box input{
		font-size: 15px;
		padding-left: 8px;
		margin-bottom: 10px;
	}

	.footer-links li a, .footer-address p, .footer-bottomlink a{
		font-size: 14px;
	}
	.footer-form{
		padding-right: 0px;
	}
	.footer-form button{
		width: 100%;
		position: relative;
		margin-top: 15px;
	}

	/*At*/
	.view-content-box .col-3,
	.view-content-box .col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.date-picker .form-control {
		width: 100%;
	}
	.date-picker .input-group-prepend {
		margin-right: -1px;
		width: 100%;
		margin-bottom: 5px;
	}
	.branches .media {
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	.booking-details .media {
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	.terms-conditions .custom-control {
		padding-left: 2.5rem;
	}
	.fb-color {
		font-size: 13px;
		display: inline-block;
		width: 225px !important;
	}
	.registration-bk h2 {
		margin-top: 25px;
	}
	.booking-details .media-body {
		text-align: center !important;
		margin-top: 15px;
	}
	.testimonials .media {
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	.testimonials .media img {
		max-width: 250px;
		margin-bottom: 15px;
	}
	.registration-bk .col{
		flex-basis: auto;
	}
	.money-card img {
		max-width: 60px;
	}
}
@media(max-width: 420px){
	.team-listing li{
		height: 120px;
	}
	.footer-bottomlink li:nth-child(even){
		display: none;
	}
	.footer-bottomlink li{display: block; margin-bottom: 10px;}
}
@media(max-width: 360px){
	.heading{
		font-size: 26px;
	}
	.copyright{font-size: 12px;}
}