/** === Home Chat Parallax Image Effect === **/
.chat_features_img {
    background-image: -moz-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
    background-image: -webkit-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
    background-image: -ms-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
    width: 100%;
    height: 475px;
    position: relative;
    padding-left: 60px;
}
.chat_features_img .chat_features_img_bg_one {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chat_features_img .chat_one, .chat_features_img .chat_two {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(12, 0, 46, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(12, 0, 46, 0.15);
}
.chat_features_img .chat_one {
    top: 0px;
    position: relative;
}
.chat_features_img .chat_two {
    left: 46%;
    bottom: -35px;
}
.chat_features_img .dot_bg {
    left: -30px;
    bottom: 40px;
}
.chat_features_content img {
    margin-bottom: 28px;
}
.chat_features_img.chat_features_img_one img {
    position: absolute;
}