/*--Section Spacing--*/
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  @media only screen and (max-width: 1199px) {
    .section-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .section-padding {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-padding {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }
  
  .section-padding-02 {
    padding-top: 120px;
  }
  
  @media only screen and (max-width: 1199px) {
    .section-padding-02 {
      padding-top: 100px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .section-padding-02 {
      padding-top: 80px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-padding-02 {
      padding-top: 60px;
    }
  }
  
  .section-padding-03 {
    padding-top: 110px;
  }
  
  @media only screen and (max-width: 1199px) {
    .section-padding-03 {
      padding-top: 100px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .section-padding-03 {
      padding-top: 80px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-padding-03 {
      padding-top: 60px;
    }
  }
  
  .course-list-wrapper {
    margin-top: -50px;
  }
  
  .course-list-wrapper .sidebar-widget-02 .widget-title {
    font-size: 18px;
  }
  
  
  .watchbuck-border {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 50px;
  }
  
  .sidebar-wrap-02 {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 50px;
  }
  
  @media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
    .sidebar-wrap-02 {
      padding: 25px 15px;
    }
  }
  
  
  
  .sidebar-widget-02 + .sidebar-widget-02 {
    padding-top: 22px;
  }
  
  .widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  
  @media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .widget .widget-title {
      padding-left: 0;
    }
  }
  
  .footer-widget-title {
    font-size: 18px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #ffffff;
  }
  
  .widget-checkbox {
    margin-top: 18px;
  }
  
  .widget-checkbox .checkbox-list li {
    min-height: auto;
    margin-bottom: 0;
    margin-top: 18px;
  }
  
  .widget-checkbox .checkbox-list li label {
    line-height: 1.3;
  }
  
  .widget-checkbox .rating {
    position: relative;
    display: inline-block;
  }
  
  .widget-checkbox .rating::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #dedede;
    font-size: 14px;
    letter-spacing: 2px;
  }
  
  .widget-checkbox .rating .rating-on {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
  }
  
  .widget-checkbox .rating .rating-on::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    color: #fda000;
    font-size: 14px;
    letter-spacing: 2px;
  }
  
  
  
  .login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
    margin-right: 8px;
    margin-top: 5px;
  }
  
  .login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
    box-shadow: none;
  }
  
  .login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
    display: inline;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: none;
  }
  
  .form-check label {
    margin-bottom: 0;
  
  /* Mohan Added Single Line Text ( webkit-line-clamp: 1 ) Start */
    display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
  /* Mohan Added Single Line Text ( webkit-line-clamp: 1 ) End */
  
  }
  
  .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 0;
  }
  
  .form-check-input:focus, .form-check-input:active {
    box-shadow: none;
  }
  
  .form-check-input:checked {
    background-color: #1cb098;
    border-color: #1cb098;
  }
  .course-top-bar {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .course-top-bar .label {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    margin-right: 10px;
  }
  .course-top-text {
    margin-top: 15px;
  }
  
  .course-top-text p {
    font-weight: 700;
    color: #838383;
  }
  
  .course-top-text p span {
    color: #2f2a55;
  }
  .course-top-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .course-top-inner > * {
    margin-right: 30px;
  }
  
  .course-top-inner > *:last-child {
    margin-right: 0;
  }
  
  .course-top-menu {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  
  .course-top-menu .nav li {
    margin-right: 10px;
  }
  
  .course-top-menu .nav li:last-child {
    margin-right: 0;
  }
  
  .course-top-menu .nav li button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #666666;
    font-size: 15px;
  }
  
  .course-top-menu .nav li button.active {
    color: #1cb098;
  }
  
  
  
  .tab-menu .nav li {
    margin: 0 17px;
    padding-top: 10px;
  }
  
  @media only screen and (max-width: 767px) {
    .tab-menu .nav li {
      margin: 0 10px;
    }
  }
  
  .tab-menu .nav li button {
    font-size: 15px;
    font-weight: 500;
    color: #747379;
    border: 0;
    padding: 0;
    background: none;
  }
  
  @media only screen and (max-width: 767px) {
    .tab-menu .nav li button {
      font-size: 15px;
    }
  }
  
  .tab-menu .nav li button:hover, .tab-menu .nav li button.active {
    color: #1cb098;
  }
  
  .course-collapse-btn {
    margin-top: 15px;
  }
  
  .course-collapse-btn .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    color: #a9a9a9;
  }
  
  .course-collapse-btn .btn span {
    color: #1cb098;
  }
  
  .course-collapse-btn .btn i {
    margin: 0 3px;
    transition: all 0.3s linear;
  }
  
  .course-collapse-btn .btn i:last-child {
    color: #2f2a55;
  }
  
  .course-collapse-btn .btn.collapsed {
    background-color: #ffffff;
  }
  
  .course-collapse-btn .btn:hover {
    border: 1px solid #1cb098;
  }
  
  .course-collapse-btn .btn:hover i {
    color: #1cb098;
  }
  
  
  
  
  .course-collapse {
    background-color: #ffffff;
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-top: 50px;
    padding: 35px 40px;
    transition: all 0.3s linear;
  }
  
  .course-accordion .accordion-item button.collapsed::before {
    content: '\f111';
  }
  .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #2f2a55;
    background: #ffffff;
    box-shadow: none;
  }
  
  .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button {
    position: absolute;
    right: 0;
    height: 32px;
    width: 32px;
    color: #1cb098;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
  }
  
  .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button i {
    font-size: 15px;
  }
  
  
  /*--Tab Content & Pane Fix--*/
  .tab-content {
    width: 100%;
  }
  
  .tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
  
  .tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-animation: up 0.7s ease-out;
            animation: up 0.7s ease-out;
  }
  
  @-webkit-keyframes up {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  
  @keyframes up {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  
  
  
  .courses-tab-content {
    margin-top: 0 !important;
    padding-top: 10px;
  }
  
  
  
  .single-course {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
    transition: all 0.3s linear;
    margin-top: 30px;
    position: relative;
  }
  
  .single-course .courses-image {
    overflow: hidden;
    object-fit: contain;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .single-course .courses-image a {
    display: block;
    object-fit: contain;
    position: relative;
  }
  
  .single-course .courses-image a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    background-color: #000000;
    transition: all 0.3s linear;
    opacity: 0;
  }
  
  .single-course .courses-content {
    padding-top: 15px;
  }
  
  .single-course .courses-content .top-meta {
    display: flex;
    justify-content: space-between;
  }
  
  .single-course .courses-content .top-meta .tag-time {
    display: flex;
    align-items: center;
  }
  
  .single-course .courses-content .top-meta .tag-time .tag {
    border-radius: 5px;
    background-color: rgba(28, 176, 152, 0.071);
    font-size: 13px;
    font-weight: 500;
    color: #1cb098;
    padding: 0 15px;
    height: 25px;
    line-height: 22px;
  }
  
  .single-course .courses-content .top-meta .tag-time .tag:hover {
    background-color: #1cb098;
    color: #ffffff;
  }
  
  .single-course .courses-content .top-meta .tag-time .time {
    font-size: 13px;
    font-weight: 400;
    color: #7a7a7a;
    margin-left: 15px;
  }
  
  .single-course .courses-content .top-meta .price .sale-price {
    font-size: 16px;
    font-weight: 500;
    color: #1cb098;
  }
  
  
  
  .single-course .courses-content .author-name {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-top: 5px;
  }
  
  .single-course .courses-content .author-name span {
    font-weight: 400;
    color: #7a7a7a;
  }
  
  .single-course .courses-content .courses-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
  }
  
  .single-course .courses-content .courses-meta .rating {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  
  .single-course .courses-content .courses-meta .rating .rating-star {
    display: block;
    position: relative;
  }
  
  .single-course .courses-content .courses-meta .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #b4b4b4;
    letter-spacing: 3px;
  }
  
  .single-course .courses-content .courses-meta .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  
  .single-course .courses-content .courses-meta .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #fda000;
    letter-spacing: 3px;
  }
  
  .single-course .courses-content .courses-meta .rating span {
    font-size: 13px;
    color: #838383;
  }
  
  .single-course:hover .courses-image a::before {
    opacity: 0.2;
  }
  
  .upstudy-courses-section .single-course {
    border-radius: 10px;
    overflow: hidden;
  }
  
  .upstudy-courses-section .single-course .courses-content {
    padding: 30px 55px 40px 40px;
  }
  
  @media only screen and (max-width: 1199px) {
    .upstudy-courses-section .single-course .courses-content {
      padding: 30px 35px 40px 35px;
    }
  }
  
  .upstudy-courses-section-02 .single-course {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    padding: 30px 25px 25px;
    margin: 0 5px;
    margin-top: 5px;
    transition: all 0.3s linear;
  }
  
  @media only screen and (max-width: 991px) {
    .upstudy-courses-section-02 .single-course {
      padding: 30px 20px 25px;
    }
  }
  
  .upstudy-courses-section-02 .single-course .courses-image {
    position: relative;
    border-radius: 30px;
  }
  
  .upstudy-courses-section-02 .single-course .courses-image > a {
    display: block;
    position: relative;
  }
  
  .upstudy-courses-section-02 .single-course .courses-image > a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    transition: all 0.3s linear;
    opacity: 0;
  }
  
  
  .upstudy-courses-section-02 .single-course .courses-image .top-meta {
    position: absolute;
    top: 40px;
    left: 25px;
  }
  
  .upstudy-courses-section-02 .single-course .courses-image .top-meta .price {
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #1e1e1e;
    background: #ffa300;
    white-space: nowrap;
  }
  
  .upstudy-courses-section-02 .single-course .courses-image .top-meta .price.color-1 {
    background: #1cb098;
  }
  
  .upstudy-courses-section-02 .single-course .courses-image .top-meta .price.color-2 {
    background: #f6b500;
  }
  
  .upstudy-courses-section-02 .single-course .courses-image .top-meta .price.color-3 {
    background: #d31129;
  }
  
  .upstudy-courses-section-02 .single-course .courses-image .top-meta .price.color-4 {
    background: #2ab48c;
  }
  
  .upstudy-courses-section-02 .single-course .courses-content .sub-title {
    font-size: 13px;
    font-weight: 400;
    color: #f6520a;
  }
  
  .upstudy-courses-section-02 .single-course .courses-content .title {
    font-size: 22px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 30px;
    margin-top: 0;
  }
  
  .upstudy-courses-section-02 .single-course .courses-content .title:hover a {
    color: #f6520a;
  }
  
  .upstudy-courses-section-02 .single-course .courses-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 25px;
    padding-top: 15px;
  }
  
  .upstudy-courses-section-02 .single-course .courses-meta::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    background: #ebebeb;
  }
  
  .upstudy-courses-section-02 .single-course .courses-meta .course-enroll-rating p {
    color: #6e6e6e;
    font-size: 13px;
    margin-right: 20px;
  }
  
  .upstudy-courses-section-02 .single-course .courses-meta .course-enroll-rating p i {
    color: #f6520a;
    font-size: 16px;
    margin-right: 2px;
  }
  
  .upstudy-courses-section-02 .single-course .courses-meta .course-enroll-rating .total-rating i {
    color: #ffa300;
  }
  
  
  .single-course .courses-content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #2f2a55;
    margin-top: 15px;
  }
  
  
  
  .upstudy-courses-section-02 .courses-content-wrap {
    padding-top: 50px;
  }
  
  .upstudy-courses-section-02 .courses-content-wrap .courses-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
  }
  
  .upstudy-courses-section-02 .courses-content-wrap .courses-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    background-color: #dbdbdb;
  }
  
  .upstudy-courses-section-02 .courses-content-wrap .courses-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ee4f0a;
  }
  
  
  
  .single-blog-03 .blog-img .top-meta {
    position: absolute;
    top: 25px;
    left: 30px;
  }
  
  .single-blog-03 .blog-img .top-meta .tag {
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #ffffff;
    background: #dc3545;
    white-space: nowrap;
  }
  
  .event-item .event-img .top-meta {
    position: absolute;
    top: 25px;
    left: 30px;
  }
  
  .event-item .event-img .top-meta .tag {
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #ffffff;
    background: #dc3545;
    white-space: nowrap;
  }
  
  .course-hover .top-meta {
    display: flex;
    justify-content: space-between;
  }
  
  .course-hover .top-meta .tag {
    border-radius: 5px;
    background-color: rgba(28, 176, 152, 0.071);
    font-size: 14px;
    font-weight: 600;
    color: #1cb098;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
  }
  
  .course-hover .top-meta .tag:hover {
    background-color: #1cb098;
    color: #ffffff;
  }
  .single-course-list .course-content .top-meta {
    display: flex;
    flex-wrap: wrap;
  }
  
  .single-course-list .course-content .top-meta > * {
    margin-right: 20px;
  }
  
  .single-course-list .course-content .top-meta > *:last-child {
    margin-right: 0;
  }
  
  .single-course-list .course-content .top-meta .tag {
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 15px;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    background-color: rgba(28, 176, 152, 0.071);
    color: #1cb098;
    white-space: nowrap;
  }
  
  .single-course-list .course-content .top-meta .tag:hover {
    background-color: #1cb098;
    color: #ffffff;
  }
  
  .single-course-list .course-content .top-meta .price .sale-price {
    font-size: 14px;
    font-weight: 600;
    color: #2f2a55;
  }
  
  .upstudy-event-section .single-item .event-image .event-top-meta {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
  
  .upstudy-event-section .single-item .event-image .event-top-meta .date {
    font-size: 12px;
    display: inline-block;
    background: #1cb098;
    text-transform: uppercase;
    color: #ffffff;
    height: 28px;
    line-height: 26px;
    border-radius: 35px;
    padding: 0 20px;
  }
  
  
  .course-details-wrapper .lessons-time > * {
    margin-right: 30px;
  }
  
  .course-details-wrapper .lessons-time > *:last-child {
    margin-right: 0;
  }
  
  
  .single-course .courses-content .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.3;
      color: #2f2a55;
      margin-top: 15px;
  }
  
  .single-course-list .course-content .author-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
  }
  
  /*--Page Pagination--*/
  .upstudy-pagination {
    margin-top: 60px;
  }
  
  .upstudy-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s linear;
  }
  
  .upstudy-pagination .pagination li a.active {
    background-color: #1cb098;
    color: #ffffff;
  }
  
  .blog-standard-wrap .blog-post-wrap .pagination {
    margin-top: 55px;
  }
  
  .h-100 {
    height: 100% !important;
  }

  .w-100 {
    width: 100% !important;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .mt-4 {
    margin-top: 1.5rem !important;
  }

  .page-item:not(:first-child) .page-link {
    margin-left: -1px;
  }
  .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
  }
  .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
  }
  
  .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem;
  }
  
  .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem;
  }



  .plyr .plyr__video-embed iframe,
.plyr__tooltip {
	pointer-events: none
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}

.plyr {
	position: relative;
	max-width: 100%;
	min-width: 200px;
	font-family: Avenir, avenir next, helvetica neue, segoe ui, Helvetica, Arial, sans-serif;
	direction: ltr
}

.plyr,
.plyr *,
.plyr ::after,
.plyr ::before {
	box-sizing: border-box
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.plyr audio,
.plyr video {
	width: 100%;
	height: auto;
    object-fit: fill; /* :: Mohan Added */
	vertical-align: middle;
	border-radius: inherit
}

.plyr input[type=range] {
	display: block;
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: none;
	background: 0 0
}

.plyr input[type=range]::-webkit-slider-runnable-track {
	height: 8px;
	background: 0 0;
	border: 0;
	border-radius: 4px;
	-webkit-user-select: none;
	user-select: none
}

.plyr input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -4px;
	position: relative;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	transition: background .2s ease, border .2s ease, transform .2s ease;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
	box-sizing: border-box
}

.plyr input[type=range]::-moz-range-track {
	height: 8px;
	background: 0 0;
	border: 0;
	border-radius: 4px;
	-moz-user-select: none;
	user-select: none
}

.plyr input[type=range]::-moz-range-thumb {
	position: relative;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	transition: background .2s ease, border .2s ease, transform .2s ease;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
	box-sizing: border-box
}

.plyr input[type=range]::-ms-track {
	height: 8px;
	background: 0 0;
	border: 0;
	color: transparent
}

.plyr input[type=range]::-ms-fill-upper {
	height: 8px;
	background: 0 0;
	border: 0;
	border-radius: 4px;
	-ms-user-select: none;
	user-select: none
}

.plyr input[type=range]::-ms-fill-lower {
	height: 8px;
	border: 0;
	border-radius: 4px;
	-ms-user-select: none;
	user-select: none;
	background: #3498db
}

.plyr input[type=range]::-ms-thumb {
	position: relative;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	transition: background .2s ease, border .2s ease, transform .2s ease;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
	box-sizing: border-box;
	margin-top: 0
}

.plyr input[type=range]::-ms-tooltip {
	display: none
}

.plyr input[type=range]:focus {
	outline: 0
}

.plyr input[type=range]::-moz-focus-outer {
	border: 0
}

.plyr input[type=range].tab-focus:focus {
	outline-offset: 3px
}

.plyr input[type=range]:active::-webkit-slider-thumb {
	background: #3498db;
	border-color: #fff;
	transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
	background: #3498db;
	border-color: #fff;
	transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
	background: #3498db;
	border-color: #fff;
	transform: scale(1.25)
}

.plyr--video input[type=range].tab-focus:focus {
	outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr--audio input[type=range].tab-focus:focus {
	outline: rgba(86, 93, 100, .5) dotted 1px
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important
}

.plyr__video-wrapper {
	position: relative;
	background: #000;
	border-radius: inherit;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.plyr__video-embed {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.plyr__video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.plyr__video-embed>div {
	position: relative;
	padding-bottom: 200%;
	transform: translateY(-35.95%)
}

.plyr video::-webkit-media-text-track-container {
	display: none
}

.plyr__captions {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	transform: translateY(-40px);
	transition: transform .3s ease;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 400
}

.plyr__captions span {
	border-radius: 2px;
	padding: 3px 10px;
	background: rgba(0, 0, 0, .7)
}

.plyr__captions span:empty {
	display: none
}

@media(min-width:768px) {
	.plyr__captions {
		font-size: 24px
	}
}

.plyr--captions-active .plyr__captions {
	display: block
}

.plyr--fullscreen-active .plyr__captions {
	font-size: 32px
}

.plyr--hide-controls .plyr__captions {
	transform: translateY(-15px)
}

.plyr ::-webkit-media-controls {
	display: none
}

.plyr__controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	text-align: center;
	transition: opacity .3s ease
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls>button {
	margin-left: 5px
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls>button:first-child {
	margin-left: 0
}

.plyr__controls .plyr__volume {
	margin-left: 5px
}

.plyr__controls [data-plyr=pause] {
	margin-left: 0
}

.plyr__controls button {
	position: relative;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: visible;
	vertical-align: middle;
	padding: 7px;
	border: 0;
	background: 0 0;
	border-radius: 3px;
	cursor: pointer;
	transition: background .3s ease, color .3s ease, opacity .3s ease;
	color: inherit
}

.plyr__controls button svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor
}

.plyr__controls button:focus {
	outline: 0
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
	display: none
}

@media(min-width:480px) {

	.plyr__controls .plyr__progress,
	.plyr__controls .plyr__time,
	.plyr__controls>button {
		margin-left: 10px
	}
}

.plyr--hide-controls .plyr__controls {
	opacity: 0
}

.plyr--video .plyr__controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 10px 10px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	color: #fff
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
	background: #3498db;
	color: #fff
}

.plyr--audio .plyr__controls {
	padding: 10px;
	border-radius: inherit;
	background: #fff;
	border: 1px solid #dbe3e8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	color: #565d64
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
	background: #3498db;
	color: #fff
}

.plyr__play-large {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	border: 4px solid currentColor;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	transition: all .3s ease
}

.plyr__play-large svg {
	position: relative;
	left: 2px;
	width: 20px;
	height: 20px;
	display: block;
	fill: currentColor
}

.plyr__play-large:focus {
	outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr .plyr__play-large {
	display: inline-block
}

.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
	display: none
}

.plyr--playing .plyr__play-large {
	opacity: 0;
	visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
	display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
	display: block
}

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on+svg,
.plyr--fullscreen-active .icon--exit-fullscreen+svg,
.plyr--muted .plyr__controls .icon--muted+svg {
	display: none
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
	display: inline-block
}

.plyr__tooltip {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	margin-bottom: 10px;
	padding: 5px 7.5px;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	transform: translate(-50%, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s .1s ease, opacity .2s .1s ease
}

.plyr__tooltip::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4px;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0, 0, 0, .7);
	border-left: 4px solid transparent;
	z-index: 2
}

.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%, 0) scale(1)
}

.plyr button:hover .plyr__tooltip {
	z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
	left: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 0 100%
}

.plyr__controls button:first-child .plyr__tooltip::before {
	left: 16px
}

.plyr__controls button:last-child .plyr__tooltip {
	right: 0;
	transform: translate(0, 10px) scale(.8);
	transform-origin: 100% 100%
}

.plyr__controls button:last-child .plyr__tooltip::before {
	left: auto;
	right: 16px;
	transform: translateX(50%)
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
	transform: translate(0, 0) scale(1)
}

.plyr__progress {
	position: relative;
	display: none;
	-ms-flex: 1;
    opacity:10%; /* :: Mohan Added */
	flex: 1
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
	background: 0 0
}

.plyr__progress input[type=range]::-moz-range-track {
	background: 0 0
}

.plyr__progress input[type=range]::-ms-fill-upper {
	background: 0 0
}

.plyr__progress .plyr__tooltip {
	left: 0
}

.plyr .plyr__progress {
	display: inline-block
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 8px;
	margin: -4px 0 0;
	padding: 0;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 100px
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
	background: 0 0
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 8px
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 8px
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
	border-radius: 100px
}

.plyr__progress--played,
.plyr__volume--display {
	z-index: 1;
	color: #3498db;
	background: 0 0;
	transition: none
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
	min-width: 8px;
	max-width: 99%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	transition: none
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
	min-width: 8px;
	max-width: 99%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	transition: none
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
	display: none
}

.plyr__progress--buffer::-webkit-progress-value {
	transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
	transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
	transition: width .2s ease
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
	background: rgba(255, 255, 255, .25)
}

.plyr--video .plyr__progress--buffer {
	color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
	background: rgba(198, 214, 219, .66)
}

.plyr--audio .plyr__progress--buffer {
	color: rgba(198, 214, 219, .66)
}

.plyr--loading .plyr__progress--buffer {
	animation: plyr-progress 1s linear infinite;
	background-size: 25px 25px;
	background-repeat: repeat-x;
	background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
	color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
	background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
	background-color: rgba(198, 214, 219, .66)
}

.plyr__time {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: .95
}

.plyr__time+.plyr__time {
	display: none
}

@media(min-width:768px) {
	.plyr__time+.plyr__time {
		display: inline-block
	}
}

.plyr__time+.plyr__time::before {
	content: '\2044';
	margin-right: 10px
}

.plyr__volume {
	display: none
}

.plyr .plyr__volume {
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.plyr .plyr__volume input[type=range] {
	position: relative;
	z-index: 2
}

@media(min-width:480px) {
	.plyr .plyr__volume {
		display: block;
		max-width: 60px
	}
}

@media(min-width:768px) {
	.plyr .plyr__volume {
		max-width: 100px
	}
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
	display: none !important
}

.plyr--fullscreen,
.plyr--fullscreen-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10000000;
	background: #000;
	border-radius: 0
}

.plyr--fullscreen video,
.plyr--fullscreen-active video {
	height: 100%
}

.plyr--fullscreen .plyr__video-wrapper,
.plyr--fullscreen-active .plyr__video-wrapper {
	height: 100%;
	width: 100%
}

.plyr--fullscreen .plyr__controls,
.plyr--fullscreen-active .plyr__controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper,
.plyr--fullscreen.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	top: 50%;
	transform: translateY(-50%)
}
  


/* :: Tiny Slider One CSS */
.livetv-wrapper {
  position: relative;
  z-index: 1;
}

.livetv-wrapper .livetv-player-res {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 220px;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .livetv-wrapper .livetv-player-res {
    height: 220px;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .livetv-wrapper .livetv-player-res {
    height: 240px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .livetv-wrapper .livetv-player-res {
    height: 330px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .livetv-wrapper .livetv-player-res {
    height: 450px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .livetv-wrapper .livetv-player-res {
    height: 650px;
  }
}

@media only screen and (min-width:1400px) and (max-width:1920px) {
  .livetv-wrapper .livetv-player-res {
    height: 900px;
  }
}

.livetv-wrapper .livetv-player-res .slide-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.livetv-wrapper .livetv-player-res .slide-content p {
  font-size: 14px;
}