.student-videos .watch-block {
    background: rgba(165, 208, 255, 0.13);
    border: 1px solid transparent;
    border-radius: 35px;
    padding: 10px;
    margin-bottom: 45px !important;
}
.watch-block .watch-video-img {
    width: 100%;
    height: 247px;
    border-radius: 35px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    object-fit: contain;
    position: relative;
    background-size: cover;
}


.watch-block .watch-video-img img.play-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
}


.watch-block .watch-video-img img.thumbnail-img {
    width: 100%;
    border-radius: 35px;
}


.watch-video-content {
    min-height: 130px;
    padding: 20px;
}
.watch-video-content p {
    line-height: 1.7;
}


.student-videos {
    padding-top: 55px;
    padding-bottom: 55px;
}

.student-videos button.btn.btn-primary.loader_btn {
    border: 1px solid #848484;
    box-shadow: none;
    color: #1A4778;
    font-family: 'Avenir LT Pro';
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    line-height: 52px;
    padding: 0px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
}


.modalCustom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    outline: 0;
    z-index: 99;
    transition: opacity .15s linear;
    background: rgba(0, 0, 0, 0.55);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    padding-right: 17px;
    display: none;
}

.modalCustom .modalBlock.videoPlayer {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
    max-width: 900px;
    margin: 1.75rem auto;
    position: relative;
    width: 90%;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.modalCustom .modalBlock.videoPlayer .modalContent video {
    width: 100% !important;
    border-radius: 20px;
    max-height: 420px;
    height: 100% !important;
    object-fit: cover;
}

.modalCustom button.modalCloseBtn {
    color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 36px;
    font-family: 'Avenir LT Pro';
    font-weight: 300;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    background: #4084CE;
    display: block;
}
.student-videos h1 {
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    margin-top: 44px;
}