@media only screen and (min-width: 1400px) and (max-width: 4000px) {
}
@media only screen and (min-width: 200px) and (max-width: 1368px) {
	.footer {
  
	position:relative; 
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_text
	{
		font-size: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_text
	{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.header_text
	{
		font-size: 20px;
		text-align:center;
	}
	.logo_box
	{
		text-align:center;
	}
	.top_btn_section  
	{
		margin-top:10px !important;
		margin-bottom: 0px !important;
	}
	.footer {
  
    text-align: center;
}
.btn_custom, .btn_custom2
{
    margin-bottom:12px;

}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
}
