@media screen and (max-width: 767.98px) {
    /* Styles for mobile only */
    .main-nav-cont {
        left: none;
        right: 0;
    }
    .select-arrow-down{
        right: auto;
        left: 9px;
    }
}
