.header-top-info span a {
    color: #fff!important;
}
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #14264d;
    right: 15px;
    z-index: 100;
    line-height: 60px;
}
.my-float {
    margin-top: 10px;
    font-size: 40px;
}
@media (max-width: 767px){
    .latest_notification li{
        display: contents;
    }
    .latest_notification a{
        margin-left: 30px;
        line-height: 40px;
    }
    .preview-2 .nivo-directionNav a.nivo-prevNav, .preview-2 .nivo-directionNav a.nivo-nextNav{
        height: 40px;
        width: 40px;
    }
    .news {
        padding: 10px 20px;
    }
    .news img{
        width: 100px;
    }
    #mobile {
        display: block !important;
    }
    #desktop {
        display: none!important;
    }
    .about-text-container {
        padding: 10px 5px;
    }
}

