/***************** media queriy *************************************/
/*-------- Big tablet view -------------*/
@media only screen and (max-width: 1024px){
	.full-section{
		height:25%;
	}
}

/*-------- tablet view -------------*/
@media only screen and (max-width: 991px){
	.mobile-separator {
		display:block;
		height:5px !important;
	}
}

/*---------- landscape mobile view -------------*/
@media only screen and (max-width: 767px){
	
}

/*---------- portrait mobile view -------------*/
@media only screen and (max-width: 480px){
	.full-section {
		height: 50%;
	}
	.search-border{
		display:flex;
		padding-top:15px;
	}
	.about-text p {
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
	}
	.chat-item  ,.title h3{
		display:none;
	}
	
	.about-img {
		padding:6px;
	}
	.chat{
		display:block;	
	}
	.about{
		padding:0px 0px;
	}
	.mobile-filter{
		display:block;
		padding-top: 17px;
	}
	.mobile-filter svg{
		background: #FAFAFA;
		box-shadow: 0px 0px 6px rgba(23, 63, 122, 0.2);
		border-radius: 8px;
		padding: 9px 5px;
	}
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	.table-text-br h6{
		display:block;
		padding: 15px 0px;
	}
	.table-th , .select-option{
		display:none;
	}
	
	
}