.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
    background: #fff;
}

.info-wrap h3 {
    color: #fff;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.info-wrap .dbox p {
    margin-bottom: 0;
    color: #fff;
}

.info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.info-wrap .dbox p a {
    color: #fff;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

@media (min-width: 992px) {
    .info-wrap {
        margin-top: -20px;
        margin-bottom: -20px;
        border-radius: 5px;
    }
}

.wp-pos {
    bottom: 60px;
    right: 10px;
    left: unset;
}
.glowing {
    animation: glowingRotate 1s alternate infinite linear;
    max-height: 6rem !important;
    min-height: 3rem !important;


}

@keyframes glowingRotate {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}


.wp-pos {
    width: 3rem !important;
    height: 3rem !important;
    bottom: 20px;
    left: 10px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    box-sizing: border-box;
    direction: ltr;
    position: fixed !important;
    z-index: 16000160 !important;
}

.wp-pos.wp a {
    font-size: 2rem;
}

.wp {
    width: 4rem;
    height: 4rem;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    transition-duration: 0.3s;
}

.wp a {
    font-size: 3rem;
    color: #FFF;
    line-height: 1;
}

.wp:hover {
    box-shadow: 0px 0px 20px 0px #25d366;

}