.os-plan-description-hide-text{
    display: none;
}
.os-plan-description-show-more, .os-plan-description-read-less{
    color: #4285f4;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
}
.os-free-trial-alert-content {
    padding: 4px 40px 4px 20px !important;
    height: 48px !important;
}
.os-free-trial-alert-content .os-free-trial-alert-section {
    height: 100% !important;
    padding-right: 5px;
}
.os-free-trial-alert-content .os-free-trial-alert-text {
    font-size: 15px !important;
}
.os-free-trial-alert-content .os-free-trial-alert-text svg{
    width: 15px !important;
    height: 15px !important;
}
.os-free-trial-alert-content .btn-close {
    top: 50% !important;
    right: 5px !important;
    transform: translateY(-50%) !important;
    font-size: 15px !important;
}
.os-free-trial-alert-content .btn-close:hover {
    outline: none !important;
}
.os-free-trial-alert-content .os-free-trial-alert-section .os-free-trial-alert-button .tutor-btn-primary{
    font-size: 14px;
    padding: 7px 20px;
}
.os-free-trial-only-button .tutor-btn-primary{
    background-color: transparent !important;
    color: #4285f4 !important;
    padding: 15px 40px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 20px 0px 0px 0px;
}
.os-free-trial-only-button .tutor-btn-primary:disabled {
    opacity: 0.40;
}
.os-free-trial-only-button .tutor-btn-primary:hover{
    color: #fff !important;
    background-color: #0b5ed7 !important;
}
.tutor-checkout-page .tutor-checkout-container {
    max-width: 100% !important;
}
.os-course-item-list .list-group-item {
    font-size: 14px;
}
.os-course-and-bundle-accordion .os-course-bundle-item-accordion-button {
    padding: 5px;
}
.os-course-and-bundle-accordion .os-course-bundle-item-accordion-button::after{
    margin-right: auto;
}
.os-course-and-bundle-accordion .os-checkout-course-and-bundle-item {
    margin-bottom: 40px;
}
.os-course-and-bundle-accordion .os-checkout-course-and-bundle-item:last-child {
    margin-bottom: 0px;
}
.os-course-and-bundle-accordion .tutor-checkout-course-content {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.os-course-and-bundle-accordion .os-course-bundle-item-accordion-button:not(.collapsed) {
    background-color: #f1f7ff;
}
.orthostreaming-page-title h1{
    font-size: 34px;
    color: #4285f4;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    font-family: Roboto, Sans-serif;
}
.orthostreaming-post-section{
    padding-top: 60px;
}
.orthostreaming-post-item {
    margin-bottom: 25px;
    background-color: #f5f5f5;
}
.orthostreaming-post-item .eduna-lms-blog__card {
    display: flex;
    margin: 0;
}
.orthostreaming-post-item .eduna-lms-blog__card .eduna-lms-blog__head {
    width: 25%;
    height: 180px;
    overflow: hidden;
}
.orthostreaming-post-item .eduna-lms-blog__card .eduna-lms-blog__head .eduna-lms-blog__img {
    border-radius: 0;
    height: 100%;
    background-color: #b6b6b6;
    position: relative;
}
.orthostreaming-post-item .eduna-lms-blog__card .eduna-lms-blog__head .eduna-lms-blog__img img{
    border-radius: 0;
    height: auto;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.orthostreaming-post-item .eduna-lms-blog__card .eduna-lms-blog__content {
    width: 75%;
    min-height: 130px;
}
.orthostreaming-post-item .eduna-lms-blog__content {
    margin: 0;
    padding: 30px;
}
.orthostreaming-post-item .eduna-lms-blog__content .eduna-lms-blog__title {
    margin: 0;
}
.orthostreaming-post-item .eduna-lms-blog__content .eduna-lms-blog__title a{
    margin: 0;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    font-family: Roboto, Sans-serif;
}
.orthostreaming-post-item .eduna-lms-blog__content .orthostreaming-post-data {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.orthostreaming-post-item .eduna-lms-blog__content .orthostreaming-post-data-info {
    width: 100%;
}
.orthostreaming-post-item .eduna-lms-blog__content .orthostreaming-post-data-info .orthostreaming-post-excerpt {
    line-height: 1.5em;
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 10px;
}
.orthostreaming-post-item .eduna-lms-blog__content .orthostreaming-post-data-info .orthostreaming-post-link {
    font-size: 14px;
}
.orthostreaming-post-video-play-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3f3a3a85;
}
.orthostreaming-post-video-play-button button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    padding: 0;
}
.orthostreaming-post-video-play-button button:hover {
    border: none;
    outline: none;
}
.orthostreaming-post-video-play-button .wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.orthostreaming-post-video-play-button .wrapper .circle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #4285f4bd;
  margin: auto;
  transform: scale(1, 1);
}
.orthostreaming-post-video-play-button .wrapper svg {
  fill: #fff;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.orthostreaming-post-video-play-button .wrapper svg:hover {
  cursor: pointer;
  fill: #fff;
  stroke: #fff;
  transform: scale(1.2, 1.2);
}
.orthostreaming-post-link-wrap .orthostreaming-post-link {
    color: #4285f4;
}
.orthostreaming-video-modal .modal-body {
    padding: 0;
}
.orthostreaming-video-modal .modal-content {
    padding-top: 0px;
}
.orthostreaming-video-modal .modal-header {
    position: absolute;
    z-index: 1;
    right: 0;
    border-bottom: 0px;
}
.orthostreaming-video-modal .modal-header button{
    background-color: #fff;
    opacity: 0.8;
    box-shadow: 0px 2px 6px #aaaaaa;
}
.orthostreaming-video-modal .modal-body video{
    margin-bottom: -7px;
}