/* custom css for developer side */

/* start */



.main_header .ak_menu .navbar-brand img {
    width: 180px;
}





/*=======================================================
	//////////////RESPONSIVE MEDIA QUERY START///////////////
=======================================================*/


@media (max-width:767px) {

	
}

@media only screen and (min-width: 576px) and (max-width:767px){ 
    
}

@media only screen and (min-width: 768px) and (max-width:991px){ 

}

@media only screen and (min-width: 992px) and (max-width:1199px){


}

@media only screen and (max-width: 5520px) and (min-width: 768px){

}

/*=======================================================
//////////////RESPONSIVE MEDIA QUERY END///////////////
=======================================================*/





/* end */