.bg-color-unset{
    background-color: unset !important;
}
.hover-name{
    color: red !important;
}
.pl-05{
    padding-left: .5em !important;
}
.mobile-call-me{
    padding-right: unset !important;
    margin-right: unset!important;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index:100;
}

@media only screen and (min-width: 1600px){

}
@media only screen and (min-width: 1200px) and (max-width: 1599px){

}
@media only screen and (max-width: 1199px) and (min-width: 992px) {

}
@media only screen and (max-width: 991px) and (min-width: 768px) {

}
@media (max-width: 599px) {
    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:20px;
        left:20px;
        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;
}
#googlemaps iframe{
    width: 100% !important;
    height: 500px !important;
}
.row-pagination{
    margin-top: 5px !important;
}