.leftBanner {
    min-height: 350px;
    width: 90%;
    background-color: #f5f5f5;
    margin: 0 auto;
}
.signUpBtn {
    background-color: #a6cfb1;
    font: 500 18px / normal "Kalpurush";
}

.contentDiv {
    min-height: 50vh;
    max-height: 80vh;
}

.contentSection {
    padding: 0.5rem 1rem;
    background-color: #f5f5f5;
    margin-bottom: 0.5rem;
    border-radius: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem;

    height: 100%;
}

.contentMultipleSection {
    padding: 0.5rem 1rem;
    background-color: #f5f5f5;
    margin-bottom: 0.5rem;
    border-radius: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem;

    height: fit-content;
}

.contentSection .contentTitle {
    color: #000;
    margin-bottom: 0;
}

.contentSection .contentInfo {
    color: #000;
    margin-bottom: 0;
}

.aboutSection {
    scroll-margin-top: 108px;}

.bulletIcon{
    height: 22px;
    width: auto;
    margin: 0.15rem 0.3rem 0 0;
}

/*for only Contact Page*/
.bodyBg {
    background-color: var(--rightColumn);
}

.contentContact {
    /* padding: 0.5rem; */
    padding: 0;
    /* background-color: #f5f5f5; */
    border-radius: 0 !important;
}

.card {
    background: #fff !important;
    border-radius: 0;
    /* box-shadow: 0px 0px 12px 0px #888888 !important; */
    /*box-shadow: inset 0px 0px 12px 0px #f5f5f5;*/

}
.card-body {
    padding: 0.5rem 1rem;
}

.contentInfo,
.contentInfo a {
    color: #000;
    text-decoration: none;
}

/*for price*/
.optionsDivSupport {
    background-color: var(--leftColumn);
    height: 400px;
    border-radius: 0;
    padding: 0.5rem;
}

.contentDivSupport {
    height: 100%;
    padding: 0 0.5rem;
}

.packageImage {
    height: 400px;
    width: 100%;
    padding: 0 0.5rem;
    background-color: var(--rightColumn);
    border-radius: 0;
}

@media (max-width: 767px) {
    .optionsDivSupport {
        height: max-content;
    }
}

/* for demo*/

.nav .nav-item a {
    color: #000;
}

#videoListContainer .video-item {
    width: 300px;
    height: fit-content;
    margin: 0;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 0;
    padding: 5px;
    text-align: center;
    border-color: #cccccc;
}

#videoListContainer .video-item.active {
    color: #007bff;
    box-shadow: 0px 0px 12px 0px #888888;
}

#videoListContainer .video-item img {
    height: 120px;
    object-fit: cover;
    border-radius: 0;
}

#videoListContainer .video-item p {
    margin: 5px 0;
    font: 500 18px / normal "Kalpurush";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#videoNav .nav-link.active {
    color: #007bff;
}
