/* Release Css Start Here */
.release_sec {
  padding: 60px 0;
}
.release_sec .right_wrapper {
  padding-left: 70px;
}
.release_sec .heading {
  padding-bottom: 10px;
}
.drama_box .picture_box .drama_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.release_sec button.slick-prev::before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
  opacity: 1;
}
.release_sec button.slick-prev {
  top: 110px;
  left: 20px;
  z-index: 9;
}
.release_sec button.slick-next::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
  opacity: 1;
}
.release_sec button.slick-next {
  top: 110px;
  right: 20px;
  z-index: 9;
}
.release_sec .heading_wrapper ul.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.release_sec .heading_wrapper ul.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  color: #111111;
  font-weight: 500;
  font-family: "Lemon/Milk";
}
.release_sec .heading_wrapper ul.breadcrumbs li a {
  font-size: 14px;
  color: #111111;
  font-weight: 500;
  font-family: "Lemon/Milk";
  text-decoration: none;
}
.release_sec .heading_wrapper ul.breadcrumbs li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 17px;
  margin-left: 5px;
}
.release_sec .heading_wrapper .title h2 {
  font-size: 27px;
  color: #111111;
  line-height: 37px;
}
.release_sec .sidebar {
  background: #f5f5f5;
  padding: 30px 30px;
}
.release_sec .sidebar ul.selection {
  padding: 0 0 20px;
  list-style: none;
}
.release_sec .sidebar ul.selection .title h4 {
  font-size: 14px;
  color: #111111;
  font-family: "Poppins";
  font-weight: 600;
}
.release_sec .sidebar ul.selection li label {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 0 5px 30px;
  position: relative;
}
.release_sec .sidebar ul.selection li label input {
  opacity: 0;
}
.release_sec .sidebar ul.selection li label span.checkmark:before {
  content: "";
  background-image: url(../img/without-check.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}
.release_sec
  .sidebar
  ul.selection
  li
  label
  input:checked
  ~ span.checkmark:before {
  background-image: url(../img/with-check.png);
}
.release_sec .sidebar .search_box .heading h4 {
  font-size: 14px;
  color: #111111;
  padding-bottom: 10px;
  margin: 0;
  font-family: "Poppins";
  font-weight: 600;
}
.release_sec .sidebar .search_box .form-control {
  border-radius: 50px;
  border: 0;
  padding: 12px 20px 10px;
  box-shadow: 0px 2px 5px #ccc;
  color: #787878;
  font-size: 14px;
}
.release_sec .sidebar .search_box .form-control::placeholder {
  color: #787878;
  font-weight: 400;
  font-size: 14px;
}
.release_sec .sidebar .search_box button.btn {
  margin-top: 10px;
  border-color: #f5f5f5;
  color: #fff;
  padding: 8px 40px 8px;
}
/* Release Css End Here */
