.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}

.header_top_area .mob_show{
    display:none !important;
}
@media (max-width:768px){
    .header_top_area .mob_hide{
        display:none !important;
    }
    .header_top_area .mob_show{
        display:initial !important;
    }
    .logo{
        margin-top:0;
    }
    .s_header {
        display:none !important;
    }
    .header_bottom_area {
        margin-bottom: 10px;
    }
    .header_top_menu ul li a {
        font-size: 12px;
    }
    .tp-banner.revslider-initialised.tp-simpleresponsive{
        width:100% !important;
    }
}
