@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 992px) {
    .top {
	    background-color: white;
	    border-bottom: solid 1px #e0e0e0;
	    height: auto;
	    line-height: 50px;
	        text-align: center;
	}
	.top .four ul {
		float: none;
	}
	.top .four ul {
    display: flex;
    margin: auto;
    text-align: center;
    margin: auto;
    justify-content: center;
}
.sub_categories .images img{
	width: 100%;
}
.front_about {
    background-image: url(../img/about_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-color: black;
}
.front_about .read_more_button {
    padding-top: 24%;
    padding-bottom: 53px;
}
.dsjkfhdjkh{
	display: none;
}
.latest_news .right .catlouhe_image{
	width: 100%;
}
.download {
    padding-top: 28px;
    text-align: center;
    padding-bottom: 10%;
}
.menu form button {
    position: absolute;
    right: 0;
    top: 100%;
    border: none;
    background-color: red;
    color: #dfdfdf;
    border-radius: 0;
    padding: 8px 17px;
}
.more_views{
	width: 20%;
}
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 544px) {
	
}

@media only screen and (max-width: 480px) {
	 
}