.navbar form.navbar-search > input {
    width: 330px;
  }

  .navbar .dropdown-toggle::after {
    content: none;
  }

  .navbar .top-contact-box.border-bottom {
    border-bottom: 0px solid #ececec !important;
  }

  .navbar .navbar-search .search-icon {
    position: absolute;
    right: 10px;
    color: #818894;
  }

  @media (min-width: 991px) {
    .menu-category > ul > li {
      white-space: nowrap;
    }
  }

.post-show li {
    list-style: disc;
}

.navbar .skil-mob > div.ml-50,
.navbar .skil-mob > div.ml-md-50 {
  margin-left: 10px !important;
}

.navbar .skil-mob > div.ml-md-50 > a.px-10 {
padding-left: 0 !important;
padding-right: 0 !important;
}

.navbar .skil-mob div.dropdown > a > svg.mr-10 {
  margin-right: 0 !important;
}

.navbar div#navbarContent.mx-lg-30 {
  margin-left: 0px !important;
}

.navbar form.navbar-search > input {
  width: 330px;
}

@media (max-width: 992px) {
  .navbar .skil-mob {
    order: 2;
  }
  .navbar .skil-none {
    display: none !important;
  }
  .navbar .navbar-toggle-content .top-contact-box {
    order: 1;
  }
}
@media (max-width: 767px) {
  .xs-w-100 {
    width: auto;
  }
  .navbar a.skil-left100 {
    margin-left: 100px;
  }
}

.skil-big h4,
.skil-big span#totalAmount {
  font-size: 1.75rem;
  font-weight: 700;
}

button#paymentSubmit {
  font-weight: 700;
  font-size: 28px;
  height: 72px;
}

.justify-content-space-evenly {
  justify-content: space-evenly !important;
}

@media (max-width: 771px) {
  .skil-col-6 .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.wayforpay-payment {
  display: none;
}

.wayforpay-payment {
  display: none;
}

.charge-account-radio > label[for="WayForPay"] > img {
  width: 240px;
  height: 48px;
}

.charge-account-radio > label[for="WayForPay"] > img.wayforpay-payment {
  width: 340px;
  height: 72px;
  margin-top: 20px;
  display: block !important;
  object-fit: contain;
}

.charge-account-radio > label {
  height: 300px;
}

.login-container {
  margin: 30px 0 30px;
}

.skil-center-text {
  text-align: center;
  margin-bottom: 20px
}

.skil-h1 {
  font-size: 32px;
  text-align: center;
}

.learning-page-personal-note > .form-group {
  display: none;
}

.special-offer-card .offer-percent-box {
  width: 140px;
  height: 140px;
}

.skill-blog-avatar {
width: 34px;
border-radius: 50%;
}

.blog-grid-card {
  height: 510px;
}


.home-video-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home-video-container--single {
    padding: 0;
}

.home-video-container--single:before {
    content: '';
    display: block;
    padding: 0 0 56.25%;
}

.video-player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all linear .15s;
}

.video-player--active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.video-cont {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    color: #fff;
}

.video-cont .home-video-play-button {
    position: relative;
}

@media (max-width: 767px) {
    .home-video-container--single {
        background-size: cover;
    }

    .home-video-mask--single {
        display: none;
    }

    .video-player {
        border-radius: 0;
    }

    .video-cont {
        position: static;
        transform: none;
    }

    .video-cont .home-video-play-button {
        position: absolute;
        top: 20vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-sections--video {
        background: var(--secondary);
    }
}

.home-video-play-button {
    width: 147px;
    height: 147px;
    box-shadow: 0 20px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 22;
}
.home-video-play-button:after, .home-video-play-button:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.4;
    z-index: -1;
    border-radius: 50%;
}
.home-video-play-button:before {
    animation: pluse 2s ease-out infinite;
}
.home-video-play-button:after {
    animation: pluse 2s 1s ease-out infinite;
}
@media (max-width: 991px) {
    .home-video-play-button {
        width: 75px;
        height: 75px;
    }
    .home-video-play-button .feather-play {
        width: 25px;
        height: 25px;
    }
}

