.bg-prim {
    background: #007bff;
}
.bg-sec {
    background: #50d8af;
}
.plans .title {
    font-weight: 700;
    margin-bottom: 15px;
}
.plan-title {
    font-size: 24px;
}
.plan-desc {
    font-size: 24px;
}
.plan-price {
    font-size: 128px; line-height: 1;
}
.plan-time {
    font-size: 18px;
}
.course-price {
    font-size: 64px; line-height: 1;
    font-weight: 700;
}
.course-time {
    font-size: 16px;
    font-weight: 700;
}
/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}


@media (min-width: 992px) {
    .with-arrow .nav-link.active::after {
        acontent: '';
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #007bff;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }
}
.plans-descriptions .nav-tabs .nav-link {
    color: #007bff;
    font-size: 20px;
    padding: .5rem 1rem;
}
.plans-descriptions .nav-tabs .nav-item.show .nav-link, .plans-descriptions .nav-tabs .nav-link.active {
    color: #ffffff;
}

.chat-container {
    width: 100%;
    aheight: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #263238;
}
.messenger {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 270px;
    height: 60px;
    /* overflow: hidden; */
}
.messenger-btn {
    padding: 14px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #007bff;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.messenger-btn img {
    width: 32px;
    height: 32px;
}
.messenger-links {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 240px;
    transform: scale(0);
    transform-origin: 100% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}
.messenger-links.show {
    left: -45px;
    transform: scale(1);
}
.messenger-links a {
    width: 40px;
    margin-left: 4px;
}
.messenger-links img {
    max-width: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.messenger-links a:hover img {
    transform: scale(1.1);
    text-decoration: none;
}

.col-lg-6 .box .row.mb-1, .col-lg-6 .box .row.mt-1 {
    display: none !important;
}
