/** Video Grid css start **/

.video_thumb {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.video_thumb img {
    width: 100%;
}

a.play_button {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

.video_detail {
    background: var(--grey-color);
    border-radius: 0 0 8px 8px;
    padding: 24px 24px;
    height: 88px;
}

.video_detail .d-flex {
    align-items: center;
}

.video_detail p {
    color: var(--color-light-dark);
}

.video_detail h5 {
    color: var(--text-light);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.video_detail p {
    color: var(--color-light-dark);
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    position: relative;
}

.video_detail img+div {
    margin-top: -1px;
}

.video_detail p span::after {
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    content: "";
    display: block;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
}

.video_detail p span {
    position: relative;
    padding: 0 0 0 14px;
    margin-left: 10px;
}

label.video_time {
    background: rgba(255, 255, 255, 0.10);
    color: var(--color-light);
    width: 59px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    bottom: 16px;
    left: 24px;
    border-radius: 4px;
}

.video_blog {
    margin-bottom: 20px;
    margin-top: 5px;
}

body.overflow_scroll .aside-content-wrapper {
    height: calc(100vh - 65px) !important;
    overflow: auto;
}

@media (max-width:359px) {
    .video_detail {
        padding: 15px 15px;
        height: auto;
    }
}


/* video grid css end */


/* video single page start */

h3.backtopage {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

h3.backtopage a {
    color: var(--text-light);
}

.video_content button.accordion-button h4 {
    font-size: 16px;
    color: var(--text-light);
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    float: left;
}

.video_content button.accordion-button span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    float: right;
    color: var(--color-primary);
}

.video_content .accordion-button::after {
    position: absolute;
    width: 14px;
    background-size: cover;
    height: 8px;
    left: 29px;
    background-image: url(../img/accordian_arrow.svg);
    top: 38px;
}

.video_content button.accordion-button {
    background: var(--grey-color);
    border-radius: 8px !important;
    padding: 30px 30px 30px 60px;
}

.video_content .accordion-item {
    background: var(--grey-color);
    border-radius: 8px;
    border: none;
}

.video_content button.accordion-button {
    background: var(--grey-color);
    border-radius: 8px;
    display: block;
    box-shadow: none;
}

.video_content .accordion-collapse p {
    color: var(--text-light);
    line-height: normal;
    margin: auto;
}

.video_content .accordion-collapse .accordion-body {
    padding: 0 30px 30px 60px;
    margin: 0;
}

.single_video label.video_time {
    background: var(--color-light);
    color: #191a21;
}

.single_video label.video_time.video_date {
    width: 83px;
    right: 24px;
    left: inherit;
}

.bottom_control_video {
    position: fixed;
    right: 0;
    width: 100%;
    background: var(--grey-color);
    height: 150px;
    text-align: right;
}

footer {
    min-height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 280px;
}

.bottom_control_video {
    position: relative;
    background: var(--grey-color);
    display: flex;
    padding: 8px 28px;
    justify-content: space-between;
    height: 65px;
}

a.video_btn_control.next svg {
    transform: rotate(180deg);
}

a.video_btn_control svg {
    width: 11px;
}

a.video_btn_control {
    color: var(--text-light);
    font-size: 12px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

a.video_btn_control.button {
    background: var(--color-primary);
    min-width: 156px;
    text-align: center;
    height: 48px;
    border-radius: 8px;
    padding: 0 15px;
}

a.video_btn_control.button:hover,
a.video_btn_control.button:focus {
    text-decoration: none;
}

body.overflow_scroll .aside-content-wrapper.with_footer {
  height: calc(100vh - 130px) !important;
}

.wrapper.full_section+footer {
    padding-left: 0;
    transition: ease all 0.5s;
}

@media (max-width: 767px) {
    footer {
        padding-left: 0;
    }
    .bottom_control_video {
        padding: 0 15px;
    }
    a.video_btn_control.button {
        width: 148px;
    }
    .bottom_control_video {
        padding: 8px 15px;
    }
    .video_content button.accordion-button {
        padding: 25px 20px 25px 40px;
    }
    .video_content .accordion-button::after {
        top: 32px;
        left: 15px;
    }
}


/* video single page end */