@media screen and (min-width: 1370px) {
}
@media screen and (max-width: 1199px) {
	.contact_section .contact_info_wrap .contact_info_title{
		-webkit-background-size: 83%;
		background-size: 83%;
	}
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
	.contact_section .contact_info_wrap{
		margin-bottom: 35px;
	}
	.footer_section{
		padding-top: 0px;
	}
}
@media screen and (max-width: 767px) {
	.contact_section .contact_info_wrap .info{
		margin-bottom: 30px;
	}
	.footer_section .copy_right{
		text-align: center;
	}
	.contact_section .contact_form_wrap .btn_container button{
		width: 100%;
	}
	.header_main_content .header_info{
		max-width: none;
	}
	.features_section{
	  	padding-bottom: 20px !important;
	}
	.features_section .features_wrap .feature{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 479px) {
	.header_top .links_list ul li a{
		padding-right: 5px;
		padding-left: 5px;
		font-size: 14px;
	}
	.header_top .links_list{
		margin-top: 25px;
	}
	.header_main_content .header_info .title{
		font-size: 22px;
	    margin-bottom: 20px;
	    padding-bottom: 26px;
	    line-height: 1.5;
	}
	.header_main_content .header_info .store_links{
		text-align: center;
	}
	.header_main_content .header_info .store_links a{
		margin-left: 0;
		margin-bottom: 10px
	}
	.contact_section .contact_info_wrap .contact_info_title{
		background-image: none;
	    margin-left: 0;
	    text-align: center;
	}
}
@media screen and (max-width: 320px) {
}