
/*==============================================================================
                          header media query
================================================================================*/
.whatsssp {
    color: #fff;
    position: relative;
    left: 12px;
    top: 10px;
}
.whatsapp-icon-foot {
    color: #fff;
    font-size: 40px;
    position: fixed;
    top: 500px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background-color: #03a84e;
    z-index: 9999;
}
@media only screen and (min-width: 250px) and (max-width: 768px){
 .whatsssp {
    color: #fff;
    position: relative;
    left: 12px;
    top: 10px;
}   
.site-branding {
    position: relative;
}
.site-branding img {
    margin: 0 auto;
}
.main-menu {
    margin-top: 20px;
}

.navbar .nav, .navbar .nav > li {
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
}


}


/*==============================================================================
                          home search section media query
================================================================================*/

@media only screen and (min-width: 250px) and (max-width: 990px){
    

}


