.video-chat-wrap {
    background: #f5f5f5;
    padding:100px 0px;
    text-align: center;
	   height: 100vh;
}
.video-chat-wrap h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 600;
}
.video-chat-Bx {
    max-width: 400px;
    background: #fff;
    padding: 55px 25px 55px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
	border-radius: 20px;
}
.video-chat-Bx h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 43px;
    font-size: 33px;
}
.video-chat-Bx img {
    max-width: 55px;
    margin:0 auto 20px;
    display: block;
}
.video__chatBtn {
    display: inline-block;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 30px;
	border-radius: 10px;
    background-image: linear-gradient(to right, #7b20be, #d440df);
}

.push-chat-Bx {
    max-width: 700px;
    background: #fff;
    padding: 55px 25px 55px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
	border-radius: 20px;
}