/* Common Css */

/* Responsive common css */
@media only screen and (min-width: 1025px) {
    .fb-desktop-responsive {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fb-tablet-responsive {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .fb-mobile-responsive {
        display: none;
    }
}
/* Responsive common css */

/* Common Css */

