
/* Medium Desktops and Down */
@media screen and (max-width: 992px) {


}

/* Tablets and Down */
@media screen and (max-width : 768px) {


}

/* All Mobiles */
@media screen and (max-width : 568px) {


}