.article__heading {
  font-size: 30px;
  line-height: 36.57px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .article__heading {
    font-size: calc(1.15740741vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .article__heading {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .article__heading {
    line-height: calc(1.41087963vw + 28.44333333px);
  }
}

@media (min-width: 1440px) {
  .article__heading {
    line-height: 48.76px;
  }
}

.category-container .smart-input-field {
  padding: 10px 28px;
  font-size: 18px;
  font-weight: 500;
}

.no-data-div {
  display: none;
}

.no-data-div img {
  width: 300px;
  height: 300px;
}

.common-search-form {
  padding-top: 90px;
}

.common-search-form .form-group {
  position: relative;
}

.common-search-form .form-group > .form-control {
  position: relative;
}

.common-search-form .search-icon {
  position: absolute !important;
  top: 12px;
  right: 12px;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.common-search-form .search-icon:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}

.smart-input-field {
  border-radius: 50px;
  padding-left: 28px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-box-shadow: 13px 19px 27px -7px rgba(15, 15, 15, 0.75);
          box-shadow: 13px 19px 27px -7px rgba(15, 15, 15, 0.75);
}

.smart-input-field:focus {
  -webkit-box-shadow: 13px 19px 27px -7px rgba(15, 15, 15, 0.75);
          box-shadow: 13px 19px 27px -7px rgba(15, 15, 15, 0.75);
}

.breadcrumb-section {
  padding-top: 77px;
}

.article-list-section {
  padding-bottom: 100px;
}

.article-list-section .card-tile {
  margin-top: 100px;
}

.card-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.category-container .nice-select {
  color: #FFFFFF;
  width: 255px;
  font-weight: 500;
  border-radius: 50px;
  background: linear-gradient(126.6deg, #263f5d 28.69%, #0b2a4a 100%);
  -webkit-box-shadow: 13px 19px 27px -7px rgba(15, 15, 15, 0.75);
          box-shadow: 13px 19px 27px -7px rgba(15, 15, 15, 0.75);
  -webkit-backdrop-filter: blur(140px);
          backdrop-filter: blur(140px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  padding-right: 50px;
  z-index: 1;
  font-size: 18px;
  height: 50px;
  padding-top: 4px;
  position: relative;
}

.category-container .nice-select .option.selected.focus {
  background-color: transparent;
}

.category-container .nice-select .option.selected.focus:hover {
  background-color: #415264;
}

.category-container .nice-select .list {
  -webkit-transform: translate(-2px, -52px);
          transform: translate(-2px, -52px);
  width: 255px;
  padding-top: 50px;
  padding-bottom: 12px;
  z-index: -1;
  border-radius: 18px;
  background: linear-gradient(126.6deg, #263f5d 28.69%, #0b2a4a 100%);
  -webkit-backdrop-filter: blur(140px);
          backdrop-filter: blur(140px);
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.category-container .nice-select .list li:hover {
  background-color: #415264;
}

.category-container .nice-select::after {
  height: 10px;
  width: 10px;
  right: 22px;
  border-color: #FFFFFF;
  margin-top: -5px;
}

.category-container .nice-select.open {
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.skeleton-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0))), lightgray;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray;
  background-size: 50px 200px;
  background-repeat: repeat-y;
  background-position: 0 0;
  -webkit-animation: shine 1s infinite linear;
          animation: shine 1s infinite linear;
  border-radius: 5px;
}

@-webkit-keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

.skeleton-img {
  height: 200px;
  width: 100%;
}

.skeleton-title {
  height: 40px;
  margin-bottom: 10px;
}

.skeleton-description {
  height: 120px;
}

.skeleton-content-wrapper {
  padding: 20px 10px;
}

@media (min-width: 425px) {
  .category-container .nice-select {
    width: 275px;
  }
  .category-container .nice-select .list {
    width: 275px;
  }
}

@media (min-width: 768px) {
  .category-container .nice-select {
    width: 310px;
  }
  .category-container .nice-select .list {
    width: 310px;
  }
  .no-data-div img {
    height: auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .common-search-form {
    padding-top: 52px;
    width: 50%;
  }
  .category-container .smart-input-field {
    padding: 15px 25px;
  }
  .article-list-section {
    padding-bottom: 150px;
  }
  .article-list-section .card-tile {
    margin-top: 80px;
  }
}
