﻿
.footer-logo {
    margin: -25px -75px -25px -25px;
}

.footer {
    padding-bottom: 28px;
}

.logo-wrapper {
    padding-top: -10px;
    margin-top: -23px;
}

.logo-img {
    content: url('/assets/img/logo-white.svg');
}

.scrolled {
    content: url('/assets/img/logo-bu.svg');
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
}

body {
    overflow-x: hidden;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 50px;
    background-color: #25d366;
    /*  background-color: #cda274;*/
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    color: white;
    line-height: 50px;
}

.my-float {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    
}

