body, .copyright{
    font-size: 14px !important;
}
p{
    font-size: 15px !important;
}
.slicknav_menu {
    display: none;
}
.d_d_n{
    display: none;
}
.col-3{
    width: 33%;
    float: left;
}
.col-2{
    width: 50%;
    float: left;
}
.col-lg-2{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
@media screen and (max-width: 760px) {
    .js #menu{
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
    .d_d_n{
        display: block;
    }
    .m_d_n{
        display: none;
    }
}

/*mobile and small devices*/
@media only screen and (max-width: 760px){
    body{
        margin: 0px;
        padding: 15px;
    }
    table{
        width: 100% !important;
    }
    .img-responsive{
        width: 100% !important;
        height: auto !important;
    }
    .small-img-responsive{
        max-width: 90% !important;
        height: auto !important;
    }
    iframe{
        width: 100% !important;
        height: auto !important;
    }
    .col-3{
        width: 100%;
    }
    .col-lg-2{
        width: 100%;
    }
}