@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;
	}
	.dash_box a {
    color: #333333;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
}
}
@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;

}
.header_top_ber1 .col-md-6
{
	width:49%;
}
.header_top_ber1 .col-md-4
{
	width:33%;
}
.main_box {
    width: 49%;
}
.dash_box a {
    color: #333333;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}
.company_text img
{
	max-width:100%;
	height:auto;
}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
}
