@media screen and (max-width: 726px) {
	/*home footer start*/
	.body-contact-info {
		flex-direction: column;
	}
	/*home footer end*/
}

@media screen and (max-height: 684px) {
	/*chat box height wise responsive start*/
	.userchatsystem {
		height: 284px;
	}
	.chat-messages {
		height: 168px;
	}
	/*chat box height wise responsive end*/
}

@media screen and (max-width: 576px) {
	/*Header start, Home*/
	.front-header-row {
		display: block;
	}
	.front-header-rowright ul li {
		margin-left: 0px;
		margin-right: 10px;
	}
	/*header menu right part 3 no menu responsive*/
	.front-header-rowright ul li {
		margin-top: 7px;
	}
	/*Header end*/

	/*home footer start*/
	.body-contact-info {
		flex-direction: column;
	}
	/*home footer end*/
}

@media screen and (max-width: 562px) {
	/*Admin panel header part start*/
	.adminpanel-body-left {
		display: none;
	}
	/*Admin panel header part end*/
}

@media screen and (max-width: 480px) {

	/*Admin panel header part start*/
	.header-adminpanel-left ul li:nth-child(1) {
		display: none;
	}
	.header-adminpanel-left ul li:nth-child(2) {
		position: relative;
		display: inline-block;
	}
	.header-adminpanel-left ul li:nth-child(2) img {
		position: absolute;
		top: -24px;
		left: -10px;
	}
	.header-admin-panel ul {
		padding-left: 20px;
	}
	/*Admin panel header part end*/
    

    /*home footer start*/
	.body-contact-info {
		flex-direction: column;
	}
	/*home footer end*/
}

