html[lang="fr"] .left-filter .btn-blue-round {
  min-width: 150px;
}

html[lang="fr"] .left-filter .btn-blue-round:last-child {
  margin-top: 15px;
}

.resources-listing {
  margin-bottom: 100px;
}

.resources-listing .doc-media-wrap {
  margin-top: 40px;
}

.resources-listing .doc-media-wrap .sort-parent {
  margin: 10px 0 14px;
}

/* .resources-listing .tabs {
  display: none;
}
.resources-listing .tabs.active {
  display: block;
} */

.resources-listing .tab-menu-cmn.fix-tab {
  position: fixed;
  top: 63px;
  width: 61%;
  padding: 30px 0 0;
  background: #fff;
  z-index: 9;
  /* width: 100%;
    left: 0;
    border-bottom: 1px solid #eaeaea;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    padding-left: 410px;
    padding: 14px 0 0 410px; */
}


.filter-close label {
  display: none;
}

.filter-close li {
  list-style: none;
  display: inline-block;
  margin-right: 19px;
  float: left;

}

.filter-close~.document-tab .list-parent .list-item:first-child {
  padding-top: 8px;
}

/* .filter-close li * {
  display: none;
}*/

.filter-close label {
  display: none;
}

/* .filter-close .lang-close input {

}
.filter-close .lang-close input label,
.filter-close .lang-close label.selected-item {
  display: none;
}
.filter-close .lang-close input:checked+label.selected-item {
  display: inline-block;
} */
.filter-close .lang-close label {
  display: none !important;
}

.filter-close .lang-close label.selected-lang {
  display: inline-block !important;
}

.filter-close.has-items ul {
  overflow: hidden;
  margin-bottom: 28px;
}

.filter-close label.selected-item {
  display: inline-block;
  background: url(images/Close.png) no-repeat right 1px center;
  padding-right: 15px;
  font-size: 12px;
  font-family: var(--primary-font);
  color: #808080;
  font-weight: 400;
  padding-right: 22px;
  /* margin-bottom: 28px; */

}

.resources-listing .tab-menu-cmn {
  border-bottom: 1px solid #cccccc;
}

.resources-listing .tab-menu-cmn input {
  display: none;
}

.resources-listing .tab-menu-cmn label {
  cursor: pointer;
  font-weight: 500;
}

.resources-listing .tab-menu-cmn input:checked+label {
  color: var(--brd-cl1);
  border-bottom: 3px solid var(--brd-cl1);
  padding-bottom: 6px;
  margin: 0;
}

/*filter*/
.left-filter {
  /*  margin-top: 102px; */
  margin-top: -20px;
}

.doc-media-wrap .row:after,
.doc-media-wrap .row:before {
  display: none;
}

/* .doc-media-wrap .row:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
    width: calc(100% - 30px);
    background: #cccccc;
    height: 1px;
} */
.doc-media-wrap .col-md-3 {
  padding-right: 40px;
}

.doc-media-wrap .col-md-9 {
  padding-left: 30px;
}

.left-filter h1 {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 20px;
  color: #4d4d4d;
  padding: 12px 20px 8px 0;
  margin: 0;
  /* background:  url(images/filter.png) no-repeat right 20px center; */
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  line-height: 27px;
  text-transform: capitalize;
}

.left-filter.fix h1 {
  padding: 22px 20px 8px 0;
  background-position-y: 31px;
}

.left-filter .btn-wrapper {
  text-align: center;
}

.left-filter .btn-blue-round {
  margin: 0 6px;
  margin-top: 30px;
}

.left-filter .btn-blue-round span {
  background: #fff;
}

.left-filter .btn-blue-round:hover span {
  background: transparent;
}

.left-filter .filter-expand {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}

.left-filter .filter-expand:nth-child(2) {
  border-top: none;
}

.left-filter .filter-expand:nth-last-child(2) {
  border-bottom: 1px solid #cccccc;
}

.left-filter .filter-expand .acco-header {
  font-size: 14px;
  color: var(--brd-cl1);
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-weight: 700;
  width: 100%;
  display: block;
  cursor: pointer;
  background: url('images/Filter_Down_Arrow.png') no-repeat center right;
  transition: background .25s;
  padding-right: 25px;
}

.left-filter .filter-expand.active .acco-header {
  background: url('images/Filter_Up_Arrow.png') no-repeat center right;
}

.left-filter .filter-expand:not(active) ul {
  /* display: none; */
}

.left-filter .filter-expand ul {
  display: none;
  margin-top: 10px;
}

.left-filter .filter-expand input {
  display: none;
}

.left-filter .filter-expand li {
  margin-bottom: 2px;
}

.left-filter .filter-expand label {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding-left: 22px;
  transition: all .25s;
  background: url('images/Check_Box_only.png') no-repeat left 0px top 5px;
}

.left-filter .filter-expand.lang-wrap label {
  background: url(../../../images/icons/radio_button.png) no-repeat left center !important;
}

.left-filter .filter-expand.lang-wrap input:checked+label {
  background: url(../../../images/icons/radio_button_active.png) no-repeat left center !important;
}

.left-filter .filter-expand label:hover {
  color: var(--brd-cl1);
}

.left-filter .filter-expand input:checked+label {
  background-image: url('images/Check_Box_Tick.png');
}

.doc-media-wrap .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 80vh;

}

.left-filter {
  min-height: 450px !important;
}

.left-filter.fix {
  position: fixed;
  top: 78px;
}

.left-filter.bottom {
  position: absolute;
  bottom: 0 !important;
}

/**/
.list-parent .list-item {
  border-bottom: 1px dashed #CCCCCC;
  padding: 30px 0;
}

.list-parent .list-item :first-child {
  padding-top: 0;
}

.list-parent .list-item:last-child {
  border-bottom: none;
}

.list-parent .list-item .title {
  margin-bottom: 7px;
}

.list-parent .list-item .wrap-fill {
  margin-bottom: 10px;
}

.list-parent .list-item .title a {
  font-size: 21px;
  color: #4d4d4d;
  font-weight: 500;
  font-family: var(--primary-font);
  transition: all .25s;
}

.list-parent .list-item .title a:hover {
  color: var(--brd-cl2);
}

.list-parent .list-item .two-found * {}

.list-parent .list-item .organization.with-subject:before {
  content: "";
  width: 1px;
  height: 9px;
  margin: 0 10px;
  background: #ccc;
  display: inline-block;
}

.list-parent .list-item .two-found .subject:after {
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #ccc;
  display: inline-block;
}

.list-parent .list-item .two-found .organization {}

.list-parent .list-item .organization,
.list-parent .list-item .subject {
  font-size: 13px;
  color: #808080;
  font-family: var(--primary-font);
  font-weight: 400;
}

.list-parent .list-item .subject {
  color: var(--brd-cl1)
}

.list-parent .list-item .discription {
  font-size: 14px;
  color: var(--black);
  font-family: var(--secondary-font);
}

.list-parent .list-item .subject {
  margin-bottom: 10px;
}

.list-parent .list-item .img-wrap {
  float: left;
  width: 120px;
  margin-right: 30px;
}

.list-parent .list-item .img-wrap img {
  border: 1px solid #dbdbdb;
}

.list-parent .list-item .media-wrap,
.list-parent .list-item .img-wrap-media {
  float: left;
  width: 160px;
  margin-right: 30px;
  position: relative;
}

.list-parent .list-item .img-wrap-media.has-media {
  display: none;
}

.list-parent .list-item .media-wrap img,
.list-parent .list-item .img-wrap-media img {
  width: 100%;
  border: 1px solid #dbdbdb;
}

.list-parent .list-item .media-wrap.media-one:after {
  display: none;
}

.list-parent .list-item .media-one~.content-wrap.no-image {
  width: 100%;
}

.list-parent .list-item .media-wrap:after {
  content: "";
  background: url(images/Video.png) no-repeat center center;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.list-parent .list-item .img-wrap.has-media {
  display: none;
}

.list-parent .list-item .content-wrap {
  float: left;
  width: calc(100% - 150px);

}


/* .list-parent .list-item .content-wrap.no-image  {
 width: 100% !important;  
} */
.list-parent .list-item .content-wrap.no-image {
  width: 100%;
}

.list-parent .list-item .img-wrap-media~.content-wrap.no-image {
  width: 100%;
}

.list-parent .list-item .media-wrap~.content-wrap.no-image {
  float: left;
  width: calc(100% - 190px);
}

.list-parent .list-item .media-wrap~.content-wrap,
.list-parent .list-item .img-wrap-media~.content-wrap {
  float: left;
  width: calc(100% - 190px);
}

@media only screen and (max-width: 1200px) {
  .left-filter .btn-blue-round {
    margin: 20px 1px 0;
  }
}

@media only screen and (max-width: 767px) {
  .left-filter {
    width: 300px !important;
    position: absolute;
    right: -440px;
    top: 60px;
    transition: right 0.5s ease;
    background: var(--brd-cl1);
    padding: 30px;
    z-index: 55;
    min-height: auto !important;
  }

  span.filter-button {
    background: url(images/filternew.png) no-repeat center center;
    margin-bottom: 20px;
    line-height: 27px;
    width: 40px;
    height: 41px;
    background-color: var(--brd-cl1);
    margin-left: 0;
    border-radius: 0px;
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 106;
  }

  .is-filter-active.filter-button {
    background: url(images/closefilter.png) no-repeat center center;
    margin-bottom: 20px;
    line-height: 27px;
    width: 40px;
    height: 40px;
    background-color: var(--brd-cl1);
  }

  .left-filter h1 {
    background: none;
    padding: 0 20px 8px 0;
    color: #fff;
    margin-bottom: 5px;
  }

  .resources-listing .doc-media-wrap {
    margin-top: 20px;
  }

  .is-filter-active+.left-filter {
    right: 0 !important;
    left: auto;
  }

  .left-filter .filter-expand .acco-header {
    color: #fff;
  }

  .left-filter {
    min-height: 200px;
  }

  .doc-media-wrap .col-md-3 {
    padding-left: 0;
  }

  .left-filter .filter-expand label {
    color: #fff;
  }

  .left-filter.fix {
    position: absolute;
    top: 138px !important;
    max-height: 450px;
    overflow-y: scroll;
  }

  .left-filter .filter-expand label {
    background: url(images/Check_Box_onlynewe.png) no-repeat left 0px top 5px;
  }

  .left-filter .filter-expand.active .acco-header {
    background: url(images/Filter_Up_Arrownew.png) no-repeat center right;
  }

  .left-filter .filter-expand .acco-header {
    background: url(images/Filter_Down_Arrownew.png) no-repeat center right;

  }

  .left-filter .filter-expand input:checked+label {
    background-image: url(images/Check_Box_Tickfilter.png);
  }

  .left-filter .filter-expand label:hover {
    color: #fff;
  }

  .btn-blue-round:hover span {
    color: var(--brd-cl1);
  }

  .btn-blue-round:after {
    background: #fff;
  }

  /*.page-filter-wrap {
    position: fixed;
    top: 50%;
    left: 0;
    z-index:160;
	}*/
  .col-sm-3.col-md-3.page-filter-wrap.filter-fix .filter-button {
    position: fixed;
    top: 87px;
    right: 0;
    z-index: 999;
  }

  .page-filter-wrap {
    position: absolute;
    right: 0;
    top: -10px;
  }

  .filter-fix {
    position: fixed;
    top: 0;
    z-index: 21;
    right: 0;
  }

  .col-sm-3.col-md-3.page-filter-wrap.filter-fix .filter-button {
    top: 80px;
  }

  .list-parent .list-item .img-wrap-media~.content-wrap.no-image {
    width: 100%;
  }


}
