.blogs-nav {
  padding: 0rem 1rem;
  border-bottom: 1px solid #ffa726;
  justify-content: center;
}
.blogs-nav .blog-tabs {
  font-weight: 500;
  padding: 1rem 0.75rem 1rem 0.75rem;
  color: #000;
  font-size: 20px;
  font-family: "Roboto";
}
.blogs-nav .blog-tabs.active {
  color: #f57c00;
  font-weight: 500;

  border-bottom: 2px solid #f57c00;
}
.blog-content {
  padding: 1rem;
}
.selection-form {
  justify-content: end;
  align-items: self-end;
  padding-bottom: 1.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
}
.search-input {
  width: 30%;
  position: relative;
}
.search-input input {
  border-radius: 0px;
  border: 1px solid #d9d9d9;
}
.sortByselection {
  width: 27%;
}
#blogpodcastselect {
  max-width: 330px;
  height: 100%;
}
.search {
  position: absolute;
  top: 10px;
  right: 6px;
}
.vscomp-toggle-button {
  background-image: url("../images/blogs/arrow_drop_down.svg");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 28px;
}
.vscomp-arrow::after {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.videos-container .col-lg-4 {
  display: flex;
  flex-direction: column;
}
.videos-container .card {
  width: 344px;
  /* height: 430px; */
  height: 100%;
  min-height: 430px;
  margin: 1.5rem auto;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  --bs-card-inner-border-radius: 10px;
  overflow: hidden;
}
.videos-container .card-img {
  position: relative;
}
.videos-container .card-img .youtube-play-btn {
  position: absolute;
  background-image: url("../images/blogs/playbtn.svg");
  height: 72px;
  width: 72px;
  left: 45%;
  top: 40%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.videos-container .card-img img {
  height: 200px;
  cursor: pointer;
}
.videos-container .card-body {
  padding-top: 2.5rem;
  padding-bottom: 0;
}
.videos-container .card-body h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Roboto";
}
.videos-container .card-body p,
.videos-container .card-body .text-descr {
  font-size: 1.15rem;
  line-height: 1.5;
}
.videos-container .card-footer {
  background-color: #fff;
  border-top: 0px;
  padding: 1rem;
}
.videos-container .read-more {
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 3px;

  --bs-btn-bg: #ffffff;
  --bs-btn-color: #f57c00;
  width: 164px;
  height: 45px;
  border-radius: 30px;
  border: 1px solid #f57c00;
  color: #f57c00;
  background-color: #fff;
}

.load-more-btn {
  background-color: #f57c00;
  color: #fff;
  border-radius: 30px;
  height: 45px;
  font-size: 1rem;
  border: 1px solid #f57c00;
  padding: 0.25rem 1.5rem;
  margin: auto;
}
.load-more-btn a {
  color: #fff;
  text-decoration: none;
}
.load-more {
  margin: 2rem auto;
  text-align: center;
}
.btn-section {
  text-align: center;
  margin: 2rem auto;
}
.btn-section a {
  text-decoration: none;
  color: #ffffff;
}
.btn-section .btn-primary {
  background-color: #f57c00;
  color: #fff;
  border-radius: 30px;
  height: 45px;
  font-size: 1rem;
  border: 1px solid #f57c00;
  padding: 0.25rem 1.5rem;
  margin: auto;
}
.pager__items {
  list-style-type: none;
  padding-left: 0;
}
.tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  visibility: hidden;
  width: auto;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .videos-container .card {
    width: 100%;
  }
  .sortByselection {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .sortByselection {
    width: 40%;
    margin-right: 1rem;
  }
  .search-input {
    width: 50%;
  }
  .selection-form {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .sortByselection {
    width: 40%;
    margin-right: 1rem;
  }
  .search-input {
    width: 50%;
  }
  .selection-form {
    justify-items: center;
  }
  .videos-container .card {
    width: 344px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .selection-form {
    flex-direction: column;
    padding: 0rem 2rem;
    margin-right: 0rem;
  }
  .sortByselection,
  .search-input,
  .videos-container .card {
    width: 100%;
  }

  .sortByselection {
    margin-bottom: 1rem;
  }
  .vscomp-ele {
    max-width: 100% !important;
  }
  .videos-container .col-lg-4 {
    padding: 0rem;
  }
  .videos-container .card-img img {
    width:100%
  }
}
