.div_form {
        padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.activeMenu{

    color: #000 !important;

  /*  font-size: 20px !important;

    font-weight: 800 !important;*/

}



@media(max-width:767px){

    .hidden-mobile{

        display:none;

    }

}

@media(min-width:768px){

    .hidden-desktop{

        display:none;

    }

}

#content-desktop {display: block;}

#content-mobile {display: none;}

@media screen and (max-width: 768px) {



    #content-desktop {display: none;}

    #content-mobile {display: block;}



}

.footers {

    position: fixed;

    left: 0;

    bottom: 0;

    height: 48px;

    /*width: 100%;*/

    background-color: white;

    color: white;

    text-align: center;

}



.callnow {

    position: fixed;

    width: 60px;

    height: 60px;

    bottom: 10px;

    background-color: #195eaf;

    color: #FFF;

    border-radius: 50px;

    text-align: center;

    font-size: 24px;

    box-shadow: 2px 2px 3px #999;

    z-index: 100;

    right: 15px;

    padding-top:15px;

}



.my-float {

    margin-top: 16px;

}



.whats-app {

    position: fixed;

    width: 60px;

    height: 60px;

    bottom: 10px;

    background-color: #195eaf;

    color: #FFF;

    border-radius: 50px;

    text-align: center;

    font-size: 30px;

    box-shadow: 2px 2px 3px #999;

    z-index: 100;

    left: 15px;

}

.my-float {

    margin-top: 16px;

}



.my-float {

    margin-top: 16px;

}



.modal {

    float: left;

    padding-top: 100px;

}