.knowledge-center-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.knowledge-center-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 35px;
  right: 231px;
  background: url(../images/knowledge/knowledge-bg.png) no-repeat right center;
  background-size: contain;
}
.knowledge-center-banner .animate-slide1 .knowledge-wrapper {
  position: relative;
}
.knowledge-center-banner .animate-slide1 .knowledge-wrapper .banner-right-obj {
  position: absolute;
  right: -30px;
  width: 160px;
}
.knowledge-center-banner .animate-slide1 .knowledge-wrapper .banner-left-obj {
  position: absolute;
  left: 0;
  width: 180px;
}
.knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-title {
  font-size: 36px;
  font-style: italic;
  margin-bottom: 10px;
  font-family: "Sentient";
  font-weight: 400;
  line-height: 1.5;
}
.knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-title span {
  font-size: 36px;
  display: block;
  color: #C0B9B8;
  font-style: normal;
}
.knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-text {
  max-width: 45.721vw;
  color: #C0B9B8;
  font-size: 16px;
  line-height: 1.8;
}

.resource-library-sect {
  overflow: hidden;
  z-index: 0;
  position: relative;
  z-index: 1;
}
.resource-library-sect .sort-filter {
  position: absolute;
  transform: translate(0, 0);
  height: auto;
  background: #0E0E0E;
  border: 1px solid rgba(247, 164, 112, 0.7411764706);
  border-radius: 16px;
  padding: 16px;
  z-index: 10;
  top: 160px;
  left: 88%;
  width: 10%;
}
.resource-library-sect .sort-filter.hidden {
  display: none;
}
.resource-library-sect .blogs-wrapper .blogs-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 40px;
  align-items: center;
}
.resource-library-sect .blogs-wrapper .blogs-section .left .sub-tabs {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.resource-library-sect .blogs-wrapper .blogs-section .left .tab-buttons .tab-btns {
  border: 1px solid #999999;
  border-radius: 28px;
  width: 30vh;
  height: 46px;
  transition: border-color 0.3s ease;
}
.resource-library-sect .blogs-wrapper .blogs-section .left .tab-buttons .tab-btns:hover {
  border-color: rgba(247, 164, 112, 0.7411764706);
  background: #0A0A0A;
}
.resource-library-sect .blogs-wrapper .blogs-section .left .tab-buttons .tab-btns.active {
  border-color: rgba(247, 164, 112, 0.7411764706);
  background: #0A0A0A;
}
.resource-library-sect .blogs-wrapper .blogs-section .right {
  display: flex;
  gap: 24px;
  align-items: center;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-input {
  border: none;
  background: transparent;
  flex: 1;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #fff;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ccc;
  opacity: 1;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-input:focus {
  outline: none;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 370px;
  height: 46px;
  border-radius: 30px;
  border: 1px solid #999999;
  padding: 10px 10px 10px 20px;
  opacity: 1;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .search-input {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 16px;
  color: #fff;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .search-input:focus {
  outline: none;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .desktop-only {
  display: block;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .mobile-only {
  display: none;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}
.resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .search-btn img {
  width: 30px;
  height: 18px;
  object-fit: contain;
}
.resource-library-sect .blogs-wrapper .blogs-section .filter-btn {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 28px;
  transition: border-color 0.3s ease;
}
.resource-library-sect .blogs-wrapper .blogs-section .filter-btn img {
  display: block;
  width: 46px;
  height: 46px;
  /* iOS Safari fixes */
  max-width: none;
  max-height: none;
  object-fit: contain;
}
.resource-library-sect .blogs-wrapper .blogs-section .filter-btn:hover {
  border-color: rgba(247, 164, 112, 0.7411764706);
  background: #0A0A0A;
}
.resource-library-sect .blogs-wrapper .tab-section .tab-buttons {
  display: flex;
  gap: 30px;
}
.resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn {
  width: 30%;
  font-size: 16px;
  text-align: left;
}
.resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn.active {
  font-size: 16px;
  text-align: left;
}
.resource-library-sect .blogs-wrapper .tab-content {
  margin-top: 30px;
}
.resource-library-sect .blogs-wrapper .tab-content .tab-panel {
  display: none;
}
.resource-library-sect .blogs-wrapper .tab-content .tab-panel.active {
  display: block;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item {
  width: 100%;
  margin: 0;
  border-radius: 14px;
  background: #0A0A0A;
  position: relative;
  border: 1px solid rgba(123, 123, 123, 0);
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item a {
  color: #fff !important;
  display: block;
  height: 100%;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item a.hover {
  color: #fff;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .corner-btn {
  position: absolute;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 26px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 7px 12px;
  top: 4%;
  left: 2%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img img {
  min-height: 192px;
  max-height: 192px;
  width: 100%;
  opacity: 0.7;
  transition: opacity 1s ease-in-out;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .podcast-img img {
  max-height: 275px !important;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .pr-img {
  position: relative;
  height: 192px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .pr-img img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .pr-logo img {
  min-height: 24px;
  width: auto;
  display: block;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .pr-btn {
  border-radius: 28px;
  border: 1px solid rgba(113, 113, 113, 0.3882352941);
  padding: 10px;
  background: rgba(113, 113, 113, 0.3882352941);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
  padding: 25px 25px 12px 25px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .title {
  font-family: "Sentient";
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 14px;
  min-height: 60px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details {
  display: flex;
  justify-content: space-between;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details {
  display: flex;
  gap: 6px;
  align-items: center;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .date {
  color: #B6B6B6;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .podcast-date {
  max-width: 35vh;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration {
  color: #B6B6B6;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration img {
  width: 20px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .liner::after {
  content: "";
  border-right: 1px solid;
  margin-left: 8px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 9px 12px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button img {
  align-self: center;
  width: 8px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover {
  opacity: 1;
  border: 1px solid #7b7b7b;
  border-color: rgb(123, 123, 123);
  transition: border-color 0.8s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover .blog-img img {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover .blog-img .corner-btn {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover .pr-btn {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover .blog-details .content-details .know-button {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .pagination {
  margin-top: 35px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: inherit;
}
.resource-library-sect .blogs-wrapper .pagination .dots {
  font-size: 18px;
  color: #999;
  font-weight: bold;
  pointer-events: none;
}
.resource-library-sect .blogs-wrapper .pagination .nav {
  cursor: pointer;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transition: background-image 0.3s ease;
}
.resource-library-sect .blogs-wrapper .pagination .nav.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.resource-library-sect .blogs-wrapper .pagination .nav.prev {
  background-image: url("../images/icons/slick-prev.png");
}
.resource-library-sect .blogs-wrapper .pagination .nav.prev:hover:not(.disabled) {
  background-image: url("../images/icons/prev-arrow.svg");
}
.resource-library-sect .blogs-wrapper .pagination .nav.next {
  background-image: url("../images/icons/slick-next.png");
}
.resource-library-sect .blogs-wrapper .pagination .nav.next:hover:not(.disabled) {
  background-image: url("../images/icons/next-arrow-white.svg");
}
.resource-library-sect .blogs-wrapper .pagination .page {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  background-color: transparent;
  border-radius: 6px;
  cursor: pointer;
  padding: 6px 12px;
  transition: all 0.2s ease;
}
.resource-library-sect .blogs-wrapper .pagination .page.current {
  background-color: #000;
  color: #fff;
}
.resource-library-sect .blogs-wrapper .pagination .hide,
.resource-library-sect .blogs-wrapper .pagination .hidden {
  display: none !important;
}

.filter-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-dropdown ul li {
  list-style-type: none;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.filter-dropdown ul li.active {
  font-style: italic;
  font-weight: 600;
}
.filter-dropdown ul li:hover {
  background: rgba(255, 255, 255, 0.05);
}
.filter-dropdown ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575.98px) {
  .knowledge-center-banner {
    height: unset;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .banner-right-obj {
    width: 120px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .banner-left-obj {
    width: 45px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-text {
    max-width: unset;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-title {
    font-size: 32px;
    margin-top: 20px;
  }
  .resource-library-sect {
    z-index: 1;
    position: relative;
  }
  .resource-library-sect .blogs-wrapper .pagination {
    gap: 0px;
  }
  .resource-library-sect .blogs-wrapper .pagination .page {
    min-width: 25px;
    height: 28px;
    font-size: 16px;
    padding: 0px 0px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section {
    overflow: auto;
    margin-top: 22px;
    flex-direction: column;
    align-items: unset;
    gap: 15px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section::-webkit-scrollbar {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left {
    overflow: auto;
    flex-direction: column;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left::-webkit-scrollbar {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left .tab-buttons .tab-btns {
    min-width: 24vh !important;
    font-size: 14px;
    padding: 11px 0px 10px 0;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left .right {
    gap: 19px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .tab-content {
    margin-top: unset;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .tab-content .blogs-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right {
    gap: 19px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .desktop-only {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .mobile-only {
    display: block;
  }
  .resource-library-sect .blogs-wrapper .tab-content {
    margin-top: unset;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .resource-library-sect .blogs-wrapper .tab-section {
    overflow: auto;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons {
    display: flex;
    gap: 20px;
    width: max-content;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn {
    width: 251px;
  }
  .resource-library-sect .blogs-wrapper .tab-section::-webkit-scrollbar {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item {
    opacity: 1;
    border: 1px solid #7b7b7b;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img img {
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img .corner-btn {
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
    padding: 28px 14px 16px 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details {
    align-items: end;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .date {
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration {
    gap: 4px;
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration img {
    width: 15px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button {
    font-size: 15px;
    padding: 14px 15px;
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button img {
    align-self: center;
  }
  .resource-library-sect .sort-filter {
    top: 137px;
    left: 58%;
    width: 39%;
  }
}
@media (max-width: 395px) {
  .resource-library-sect .blogs-wrapper .pagination .nav {
    width: 38px;
    height: 38px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
    padding: 28px 10px 16px 10px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button {
    font-size: 12px;
    padding: 8px 7px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button img {
    align-self: center;
  }
  .resource-library-sect .sort-filter {
    top: 135px;
    left: 51%;
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .knowledge-center-banner {
    height: 300px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .banner-right-obj {
    width: 120px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .banner-left-obj {
    width: 45px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-text {
    max-width: unset;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-title {
    font-size: 32px;
    margin-top: 50px;
  }
  .resource-library-sect {
    margin-top: -50px;
    z-index: 1;
    position: relative;
  }
  .resource-library-sect .blogs-wrapper .pagination {
    gap: 0px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section {
    overflow: auto;
    margin-top: 22px;
    flex-direction: column;
    align-items: unset;
    gap: 15px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section::-webkit-scrollbar {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right {
    margin: inherit;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper {
    width: 622px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left {
    flex: 1;
    overflow: auto;
    flex-direction: column;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left::-webkit-scrollbar {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left .tab-buttons .tab-btns {
    min-width: 30vh !important;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left .right {
    margin: inherit;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left .right .search-wrapper {
    width: 622px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .tab-content {
    margin-top: unset;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .tab-content .blogs-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right {
    gap: 19px;
  }
  .resource-library-sect .blogs-wrapper .tab-content {
    margin-top: unset;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .resource-library-sect .blogs-wrapper .tab-section {
    overflow: auto;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons {
    display: flex;
    gap: 20px;
    width: max-content;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn {
    width: 251px;
  }
  .resource-library-sect .blogs-wrapper .tab-section::-webkit-scrollbar {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    opacity: 1;
    border: 1px solid #7b7b7b;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img img {
    opacity: 1;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img .corner-btn {
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
    padding: 28px 14px 16px 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details {
    align-items: end;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .date {
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration {
    gap: 4px;
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration img {
    width: 15px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button {
    font-size: 15px;
    padding: 14px 15px;
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button img {
    align-self: center;
  }
  .sort-filter {
    position: fixed;
    top: 62%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 53%;
    height: 32%;
    background: #0E0E0E;
    border-color: rgba(247, 164, 112, 0.7411764706);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .resource-library-sect {
    margin-top: -130px;
  }
  .resource-library-sect .sort-filter {
    top: 151px;
    left: 86%;
    width: 12%;
  }
  .resource-library-sect .blogs-wrapper .blogs-section {
    margin-top: 26px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left .tab-buttons .tab-btns {
    padding: 0px;
    font-size: 14px;
    width: 31vh;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper {
    width: 323px;
    height: 43px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .filter-btn img {
    width: 40px;
    height: 40px;
  }
  .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .knowledge-center-banner {
    height: 567px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .pageTopSpace .banner-flex {
    margin-top: 33px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section {
    margin-bottom: 14px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left .tab-buttons .tab-btns {
    font-size: 12px;
    width: 30vh;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper {
    width: 323px;
    height: 42px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .search-input {
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img img {
    object-fit: cover;
    object-position: top;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
    padding: 18px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .title {
    min-height: 50px;
    margin-bottom: 0;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button {
    font-size: 14px;
  }
  .resource-library-sect .sort-filter {
    top: 133px;
    left: 84%;
    width: 14%;
  }
  .resource-library-sect .slick-pagination-short {
    margin-top: 0;
  }
  .tabs .tab-btn {
    font-size: 12px;
  }
  .filter-dropdown ul li {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .resource-library-sect {
    margin-top: -144px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right {
    gap: 11px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .podcast-date {
    max-width: 30vh;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left .tab-buttons .tab-btns {
    width: 27vh;
    height: 43px;
    font-size: 14px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper {
    height: 43px;
    padding: 10px 10px 10px 0;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .search-wrapper .search-input {
    font-size: 14px;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .filter-btn img {
    width: 41px;
    height: 41px;
  }
  .resource-library-sect .sort-filter {
    top: 151px;
    left: 86%;
    width: 12%;
  }
  .tabs .tab-btn {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .knowledge-center-banner {
    height: 570px;
  }
  .knowledge-center-banner::before {
    top: 35px;
    right: 231px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .banner-right-obj {
    right: -33px;
    width: unset;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .banner-left-obj {
    left: 0;
    width: unset;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .pageTopSpace {
    padding-top: 250px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-title {
    font-size: 48px;
  }
  .knowledge-center-banner .animate-slide1 .knowledge-wrapper .text-container .banner-text {
    font-size: 24px;
  }
  .resource-library-sect {
    margin-top: -214px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img .corner-btn {
    font-size: 16px;
    padding: 8px 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
    padding: 25px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .title {
    font-size: 22px;
    min-height: 76px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .date {
    font-size: 18px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration {
    font-size: 16px;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn {
    font-size: 24px;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn.active {
    font-size: 24px;
  }
}/*# sourceMappingURL=knowledge-center.css.map */