@media all and (min-width:1550px) and (max-width:2560px){
    /*  --------   End Base    ----------*/


}
@media all and (max-width:1400px){
    .width_75{
        width: 90%;
    }
    /*  --------   End Base    ----------*/
}
@media all and (max-width:1024px){
    /*  --------   End Base    ----------*/
    .title-weather{
        font-size: 13px;
    }
}
@media all and (max-width:992px){
    .select-menu{
        display: block;
        margin: 0.2rem auto;
    }
    .width_75{
        width: 90% !important;
    }
    .select-menu  {
        width: 90% !important;
    }
    .contact{
        width: 100%;
    }
    .center-medium{
        text-align: center;
    }
    /*  --------   End Base    ----------*/

    .padding-right-clear{
        padding-right: 0 !important;
    }
    .padding-left-clear{
        padding-left: 0 !important;
        float: none !important;
        margin: 0 auto;
    }


}
@media all and (max-width:667px){
    .img-header{
        margin-top: 52px;
    }
}
@media all and (max-width:700px){
    .center-small{
        text-align: center !important;
    }
/*  --------   End Base    ----------*/

    .max_width_50{
        max-width: 100%;
    }
    .om-header-top .w3-col{
         height: auto;
    }

    .om-header-top{
        margin-top: 50px;
    }

    .slider_header h3{
        font-size: 14px;
    }
    .slider_header .desc{
        font-size: 11px;
        padding-top: 8px;
    }

}