
@media (min-width: 280px) and (max-width: 576px) {
	.top_bar_icons_wrapper ul
	{
		justify-content: center;
	}
		.center_info_details,
		.end_info_details
		{
		justify-content: center;
		margin-bottom: 5px;
	}
	.topbar_info_details .info_content p,
	.topbar_info_details .info_content a
	{
		font-size: 14px;
	}
	.top_info_footer_links
	{
		margin-top: 20px;
	}
	.top_info_footer_title h3
	{
		margin-bottom: 5px;
	}

}

@media (min-width: 600px) and (max-width: 1024px) {
	.center_info_details {
		justify-content: start;
	}
	.end_info_details
	{
		justify-content: start;
	}
	.topbar_wrapper
	{
		padding:5px 0px;
	}
	.top_bar_icons_wrapper ul li i
	{
		justify-content: start;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	.topbar_info_details .info_content p,
	.topbar_info_details .info_content a
	{
		font-size:14px;
	}
}