p {
  margin-bottom: 0 !important;
}
section.first-container {
  margin-top: 30px;
}
.first-container .first-wrapper .right {
  width: 20%;
}
.first-container .first-wrapper .right .heading a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}
.first-container .first-wrapper .right .heading a span.icon-arrow-2::before {
  color: rgba(151, 151, 151, 1);
}
.first-container .first-wrapper .right .heading a span.icon-arrow-2 {
  transform: rotate(180deg);
}
.first-container .first-wrapper .right .heading {
  padding-bottom: 17px;
  border-bottom: 0.5px solid #c4c4c4;
}
.first-container .first-wrapper .right .list {
  list-style: none;
  padding: 0;
  margin-top: 33px;
}
.first-container .first-wrapper .right .list li {
  margin-bottom: 39px;
}
.first-container .first-wrapper .right .list li a {
  display: flex;
  width: 100%;

  font-weight: 600;
  font-size: 20px;
  color: #979797;
}

.first-container .first-wrapper .right .list li a .icon {
  width: 26px;
  height: 24px;
  margin-left: 23px;
  font-size: 30px;
}
.first-container .first-wrapper .right .list li a.active span::before {
  color: var(--lightblue);
}

.first-container .first-wrapper .right .list li a span::before {
  color: #979797;
}
.first-wrapper {
  display: flex;
  justify-content: space-between;
}

.first-container .first-wrapper .left {
  width: 75%;
  padding: 0 25px;
}

.first-breadcrumb ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  padding: 0 16px;
}

.first-breadcrumb ul a {
  color: #979797;
}
.first-breadcrumb ul li {
  padding-left: 30px;
  position: relative;
  color: #767979;
}
.first-breadcrumb ul li:last-child::before {
  content: "\e901";
  position: absolute;
  right: -26px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #767979;
  font-family: 'skyroom';
}
.item-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.item-wrapper .item {
  width: 33%;
  padding: 0 16px;
  margin-top: 51px;
}

.item-wrapper .item .item-img {
  height: 200px;
  background: #5ad7f0;
  border-radius: 10px;
  position: relative;
}
.item-wrapper .item .date {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
  color: #fff;
}

.item-wrapper .item .date span.icon-time {
  margin-right: 5px;
}
.first-container .play-icon {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  border-radius: 50%;
  height: 51px;
  padding-top: 8px;
  padding-left: 3px;
}

.play-icon span:before {
  color: var(--blue);
  font-size: 25px;
}

.item-wrapper .play-icon img {
  width: 20px;
  height: 20px;
}
.item-wrapper .item-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  top: 120px;
  font-weight: 600;
}

.item-wrapper .item-desc .heading {
  font-weight: 700;
  font-size: 15px;
}

.item-wrapper .item-desc {
  margin-top: 18px;
}

.item-wrapper .item-desc .text {
  font-weight: 400;
  font-size: 15px;
  text-align: justify;
}
.video-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  transform: translateY(-200%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.video-modal.active {
  transform: translateY(0);
}
.video-block-wrapper {
  width: 100%;
  height: 100%;
}
.video-wrapper {
  width: 60%;
  height: 60%;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}
.video-wrapper video {
  width: 100%;
  height: 80%;
  border-radius: 12px;
}
.progressWrapper{
  direction: ltr;
}

.icon-panel-manage .path2:before{
  color: var(--gray) !important;
}

li.active-video-guide-item a {
  color: var(--lightblue) !important;
}

.heading-video-category{
  color: #79797c;
  text-align: left;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 1998px) {
  .first-container .first-wrapper .left {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .first-container .first-wrapper .right {
    width: 30%;
  }
  .first-container .first-wrapper .left {
    width: 70%;
    padding: 0;
  }
  .item-wrapper .item {
    width: 50%;
  }
  .first-container .first-wrapper .right .list li a {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .list-xs {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .first-wrapper {
    flex-direction: column;
  }
  .first-container .first-wrapper .right {
    width: 100%;
  }
  .first-container .first-wrapper .right .heading {
    border-bottom: none;
  }
  .first-container .first-wrapper .right .list {
    display: none;
  }
  .first-container .first-breadcrumb ul {
    display: none;
  }

  .first-container .first-wrapper .left {
    width: 100%;
  }
  .first-container .play-icon {
    width: 43px;
    height: 43px;
  }
  .item-wrapper {
    margin-left: -6px;
    margin-right: -6px;
  }
  section.first-container {
    margin-top: 40px;
  }
  .item-wrapper .item {
    margin-top: 33px;
  }

  .select-wrapper,
  .select-wrapper2,
  .select-wrapper3 {
    display: block;
    width: 100%;
    height: 60px;
  }
  .dropholder {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font: 16px arial;
    color: #fff;
    position: relative;
    box-sizing: border-box;
  }

  .holder {
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    
  }
  .dropdown span{
    font-size: 20px;
  }
  .list-xs .dropdown br {
    display: none;
  }
  .holder span {
    font-size: 20px;
    margin-left: 5px;
  }

  .holder-wrapper span {
    font-size: 13px;
    font-weight: 400;
  }
  .holder-wrapper {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
  }
  .dropdown {
    padding: 16px 20px;
  }
  .dropdown,
  .dropholder {
    background: #fff;
    color: #1e416e;
  }
  .dropdown {
    border-radius: 10px;
    display: flex;
    align-items: center;

    height: 100%;
    position: relative;
  }
  .dropdown::after {
    content: "\e901";
    color: #23b9d7;
    font-family: "skyroom" !important;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 18px;
    display: block;
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .dropdown:not(.active)::after {
    transform: rotate(270deg);
  }

  .dropdown.active + .dropdownOption {
    display: block;
  }
  .dropdownOption {
    padding: 10px 0 0 0;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    margin: 0;
    cursor: pointer;
    display: none;
    border-radius: 0 0 10px 10px;
    z-index: 5;
    overflow: hidden;
    background-color: #fff;
  }
  .dropdownOption li {
    color: #979797;
    list-style: none;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
  }

  .dropdownOption li span {
    font-size: 20px;
    margin-left: 5px;
  }
  .dropdownOption li .holder-wrapper span{
    font-size: 13px;
  }
  .dropdownOption li span::before {
    color: #c4c4c4;
  }
  .dropdownOption li:nth-child(even) {
    background-color: #fff;
  }
  .dropdownOption li:nth-child(odd) {
    background-color: rgba(217, 217, 217, 0.28);
  }
  .dropdownOption li:hover:not(.current) {
    color: grey;
  }
  .video-wrapper {
    width: 80%;
  }
}

@media (max-width: 575.98px) {
  .item-wrapper .item {
    width: 100%;
    margin-top: 33px;
  }
  .item-wrapper .item-desc .heading {
    font-size: 13px;
  }
  .item-wrapper .item-desc .text {
    font-size: 12px;
  }

  .progressWrapper {
    min-width: 139px;
  }
  .heading-video-category{
    padding-right: 15px;
    margin-top: 38px;
  }
}

@media (min-width: 1020px) {
  .progressWrapper{
    min-width: 570px;
  }
}

