.online-bcom {
    margin-bottom: 8%;
}

.online-bcom .image-div {
    position: relative;
}

.online-bcom .image-div .bcom-img {
    width: 364px;
    height: 364px;
    border-radius: 50%;
}

.online-bcom .text-holder-online-bcom h1 {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    margin-top: 7%;
}

.online-bcom .text-holder-online-bcom p {
    font-size: 16px;
    color: #383838;
    margin-top: 2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 10;
    text-align: justify;
}

.online-bcom .brown-backround {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    background: #FFF;
    position: absolute;
    top: 65%;
    left: 53%;
    z-index: 1;
}

.online-bcom .round-video {
    position: relative;
}

.online-bcom .brown-backround .round-img-class {
    border-radius: 100%;
    width: 197px;
    height: 197px;
    margin-top: 7%;
}

.online-bcom .brown-backround .play-btn-main {
    position: absolute;
    top: 89px;
    left: 84px;
    z-index: 1;
}

.online-bcom .brown-backround .play-btn-main .play-btn-img {
    width: 37px;
    height: 37px;
}

.online-bcom .round-video .orange-overlay {
    background: red;
    opacity: 1;
    position: absolute;
    top: 39%;
    left: 7%;
    z-index: 9;
}

.modal-video .online-video {
    width: 100%;
    box-shadow: 0px 0px 8px #00000052;
    border-radius: 15px;
}

.modal-video .modal-content {
    background-color: transparent !important;
    border: none !important;
}

.modal-video .modal-content .modal-header {
    border-bottom: none;
}

.modal-video .btn-close {
    background-image: url('../../../../../../../public/assets/images/icons/Icon-cancel.png');
    width: 22px;
    height: 22px;
    position: absolute;
    right: 22px;
    z-index: 1;
    top: 53px;
    opacity: inherit;
}


/* media query */

@media(min-width:0px) and (max-width:480px) {
    .bcom-banner .bcom-banner-div .image-div .bcom-img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .online-bcom .image-div .bcom-img {
        width: 267px;
        height: 267px;
        border-radius: 50%;
    }

    .online-bcom .text-holder-online-bcom h1 {
        margin-top: 25%;
        text-align: center;
        font-size: 22px;
    }

    .online-bcom .text-holder-online-bcom p {
        font-size: 14px;
    }

    .online-bcom .brown-backround {
        width: 134px;
        height: 138px;
        left: 30%;
    }

    .online-bcom .brown-backround .round-img-class {
        width: 139px;
        height: 139px;
    }

    .online-bcom .brown-backround .play-btn-main {
        top: 66px;
        left: 56px;
    }

    .online-bcom {
        margin-top: 6%;
    }

}

@media(min-width:481px) and (max-width:576px) {
    .bcom-banner .bcom-banner-div .image-div .bcom-img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .online-bcom .image-div .bcom-img {
        width: 318px;
        height: 318px;
        border-radius: 50%;
    }

    .online-bcom .text-holder-online-bcom h1 {
        margin-top: 25%;
        text-align: center;
        font-size: 22px;
    }

    .online-bcom .text-holder-online-bcom p {
        font-size: 14px;
    }


}

@media(min-width:577px) and (max-width:768px) {
    .online-bcom .text-holder-online-bcom h1 {
        font-size: 28px;
        margin-top: 18%;
        text-align: center;
    }

    .online-bcom .text-holder-online-bcom p {
        font-size: 14px;
    }

    .online-bcom {
        margin-bottom: 4%;
    }
}

@media(min-width:769px) and (max-width:992px) {
    .online-bcom .text-holder-online-bcom h1 {
        font-size: 29px;
        margin-top: 18%;
        text-align: center;
    }

    .online-bcom {
        margin-bottom: 4%;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .online-bcom .text-holder-online-bcom h1 {
        font-size: 30px;
    }

    .online-bcom {
        margin-bottom: 12%;
    }
}