/*=========== chat_core_features_area css ============*/
.chat_title {
    margin-bottom: 75px;
}

.chat_title h2 {
    color: #222;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
}

.chat_title h2 span {
    font-weight: 700;
}

.chat_title p {
    max-width: 730px;
    margin: 0px auto;
    color: #677294;
}

.chat_features_item {
    text-align: center;
    padding: 0px 30px;
}

.chat_features_item .round {
    height: 270px;
    line-height: 324px;
    position: relative;
}

.chat_features_item .round .top_img {
    top: -6px;
    right: 8px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.chat_features_item .round_circle {
    background-image: -moz-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
    background-image: -webkit-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
    background-image: -ms-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    left: 58%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    top: 0;
}

.chat_features_item .round_circle.two {
    background-image: -moz-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
    background-image: -webkit-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
    background-image: -ms-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
}

.chat_features_item .round_circle.three {
    background-image: -moz-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
    background-image: -webkit-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
    background-image: -ms-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
}

.chat_features_item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.chat_features_item p {
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.chat_features_item:hover .round .top_img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*============= chat_features_area css ===========*/
.chat_features_area {
    padding: 120px 0px;
}

.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_content h2 {
    font-size: 36px;
    font-weight: 400;
    color: #222;
    margin-bottom: 16px;
}

.chat_features_content h2 span {
    font-weight: 700;
}

.chat_features_content p {
    line-height: 30px;
    color: #666666;
}

.chat_features_content a {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

.chat_features_content a:hover {
    color: #6754e2;
}

.chat_features_img_two {
    background-image: -moz-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
    background-image: -webkit-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
    background-image: -ms-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
    margin-left: 30px;
}

.chat_features_img_two .chat_two {
    bottom: 50px;
    left: -30px;
}

.chat_features_img_two .chat_one {
    top: -30px;
}

.chat_features_img_three {
    background-image: -moz-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
    background-image: -webkit-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
    background-image: -ms-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
}

.chat_features_img_three .chat_two {
    left: 60px;
    bottom: 50px;
}

.chat_integration_area {
    padding-bottom: 120px;
}

.chat_integration_area .border-bottom {
    margin-bottom: 110px;
}

/** ===== Responsive ===== **/
@media (max-width: 1199px) {
    .chat_features_item {
        padding: 0px;
    }
    .chat_features_item .round_circle {
        left: 50%;
    }
    
}

@media (max-width: 991px) {
    .chat_core_features_area .row {
        justify-content: center;
    }
    .chat_features_item {
        margin-bottom: 50px;
    }

}