    /*---------------------------------------------------------------
    * DISPLAY PROPERTIES *
    ---------------------------------------------------------------*/
    @media (max-width: 768px) {
    .hidden-xs { display: none !important; }
    }
    @media (min-width: 769px) and (max-width: 991px){
    .hidden-md { display: none !important; }
    }
    @media (min-width: 992px) {
    .hidden-lg { display: none !important; }
    }
    
    /*---------------------------------------------------------------
    * MEDIA PROPERTIES *
    ---------------------------------------------------------------*/
    @media only screen and (max-width: 374px){}
    /*iPhone 6+ Resolution*/
    @media only screen and (min-width:375px) and (max-width: 768px){}

    @media only screen and (max-width: 768px){
        .center-xs{display:flex!important;justify-content: center;}
        .search-top{width: 75%!important;top: 8px!important;left: 60px;}
        #group-menu{width: 100%!important;top: 2px!important;left: 0px!important;}
        .form-control{font-weight: 700;}
        .f-xs-right{float: right!important;}
    }
    @media only screen and (min-width: 769px){}

    .center{display:flex;justify-content: center;}
    .center_text{text-align: center!important;}
    .f-right{float: right;}
    .f-left{float: left;}
    .red{color: #e5091c!important}
    .red_bg{background-color: #e5091c!important;}
    .ligth_green{color: #4db6ac!important}
    .wsp_color{color:#25d366!important}
    .purple{color:#a626aa!important}
    .white{color:#fff!important}



    .btn-success-padding{padding: 6px 50px!important;}


