.why__icon img {
    height: 70px;
}

.testimonial__avatar img {
    filter: none;
}


.floatmess {
    display: block;
    background-color: #0084ff;
    border-radius: 4px;
    bottom: 5px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    width: 85px;
    z-index: 9999;
    left: 170px
}

.floatmess>a {
    color: #fff;
    display: block
}

.floatmess>a:hover {
    text-decoration: none
}

.floatmess span {
    font-weight: bold;
    padding-left: 5px;
    font-size: 16px
}

.floatmess .fa.fa-comments {
    background-color: #027bec;
    line-height: 40px;
    text-align: center;
    width: 30px;
    border-right: solid 1px #ddd
}

.floatmess1 {
    display: block;
    background-color: #0084ff;
    border-radius: 4px;
    bottom: 5px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    width: 85px;
    z-index: 9999;
    left: 215px
}

.floatmess1>a {
    color: #fff;
    display: block
}

.floatmess1>a:hover {
    text-decoration: none
}

.floatmess1 span {
    font-weight: bold;
    padding-left: 5px;
    font-size: 16px
}

.floatmess1 .fa.fa-comments {
    background-color: #027bec;
    line-height: 40px;
    text-align: center;
    width: 30px;
    border-right: solid 1px #ddd
}

.floatcall {
    display: block;
    background-color: #d00912;
    border-radius: 4px;
    bottom: 5px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    padding-right: 9px;
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-weight: bold
}

.floatcall .fa.fa-phone {
    background-color: #b21117;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 30px;
    border-right: 1px solid;
    margin-right: 5px
}

.floatcall>a {
    color: #fff;
    display: block
}

.floatcall>a:hover {
    text-decoration: none
}

.bottom-contact {
    display: none
}

@media(max-width:767px) {
    .floatx {
        display: none
    }

    .bottom-contact {
        display: block;
        position: fixed;
        bottom: 0;
        background: white;
        width: 100%;
        z-index: 99;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea
    }

    .bottom-contact ul li {
        width: 25%;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 12px
    }

    .bottom-contact ul li span {
        color: black
    }

    .bottom-contact ul li img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 0
    }
}


.footer__grid {
    display: grid;
    grid-template-columns: 1fr 200px 326px;
    grid-gap: 30px;
}