/* DESKTOP RESPONSIVE */
@media (max-width: 1220px) {
	.menu_header li a {font-size: 16px;padding: 0px 10px;}
	.this_circle {width: 220px;height: 220px;}
	.web_container {padding: 0px 15px;}
}

@media (max-width: 1100px) {
	.menu_header li a {font-size: 16px;padding: 0px 10px;}
	.this_circle {margin: 0px 8px;}
}


/* TABLET RESPONSIVE */
@media (max-width: 992px) {
	.newslet_message {width: 70%;padding: 50px 10px;}
	header {display: none;}
	.responsive_main_menu {display: block;}
	.description_slider {top: 0;}
	.this_circle {margin: 10px 8px;}
	.right_lane, .left_lane {bottom: 10px;}
}


/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
	.newslet_message {width: 90%;}
	.description_slider {display: none;}
}