/* custom css for developer side */

/* start */







/*=======================================================
	//////////////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 */