﻿.slicknav_menu {
    background-color: #555;
}

.slicknav_btn {
    float: left;
}

.team-box-item:hover::before {
    visibility: hidden;
}

.expert-team img {
    position: absolute;
    max-width: 262px;
}

.member-info {
    bottom: 10px;
}

.team-profile {
    margin: 40px 0 40px;
}
f
.team-box-item {
    background-color: transparent;
}

.cleaning-content-block .form-control {
    background-color: #f5f5f5;
    height: 50px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.footer-logo {
    border-radius: 60px;
}

.promo-video-block {
    height: 400px;
}

@media (max-width: 767px) {
    .expert-team img {
        position: static;
    }

    .expert-team .team-box-item {
        height: auto;
        overflow: unset
    }

    .expert-team .team-box-item .member-info {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .expert-team .col-xs-12 {
        text-align: center
    }
}