.pr-list-hdg {
    padding-bottom: 30px;
}
.pr-wrp>p span:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #CFCED0;
    border-radius: 50%;
    margin: 4px 3px 4px 5px;
}
.pr-list-inner {
    max-width: 30.333%;
    //padding:0px 20px;
}
.pagn-txt {
    display: flex;
    flex-wrap: wrap;
/*     gap: 4px; */
}
.pgn-num span.data3 {
    font-weight: 700;
}
.conent-btn{
  min-height:100px;
}
.pr-wrp img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  display: block;
}
.pr-wrp {
    margin-bottom: 50px;
  position:relative;
}
.conent-btn a {
    position: absolute;
    bottom: 20px;
    left: 0;
  
}
.isotope-pager a {
    background: #ffff;
    color: #3D3B44;
    padding: 7px 14px;
    border-radius: 100px;
    margin-right: 20px;
    border: 1px solid #c7c5c7;
}

.isotope-pager {
    text-align: center;
}
.conent-btn p{
    min-height: 150px;
}
.pr-hdg-drpdwn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
{#.checkbox-dropdown-wrp {
    position: absolute;
    top: 0;
    right: 0;
}#}
.checkbox-dropdown {
     border: 1px solid #B7B7B880;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    user-select: none;
    width: 200px;
   top: 0px;;
    right: -1px;
    z-index: 999;
}
.pr-hdg-drpdwn {
    position: relative;
}
.drpdwn-hdg p {
    margin-bottom: 10px;
}
.checkbox-dropdown-list label>input {
    margin-right: 6px;
}
a.pager.active {
    background-color: #8A036D;
    color: #ffff;
    border: 1px solid #8A036D;
}


@media(max-width:1080px){
  .pr-list-inner {
      max-width: 29.333%;
  }
}
@media(max-width:820px){
 .pr-list-inner {
    max-width: 46%;
    //padding: 0px 20px;
}
 .pr-wrp {
    padding-right: unset !important;
}
.pr-list-inner:nth-child(odd) .pr-wrp {
/*     padding-right: 40px !important; */
}
}
@media(max-width:767px){
.pr-list-inner:nth-child(odd) .pr-wrp {
    padding-right: 0px !important;
}
.pr-list-inner {
    width: 100%;
   max-width: 100%;
}
  .pr-wrp h6{
    min-height: auto !important;
}
  .pr-list-inner {
    padding: 0;
}
  .conent-btn {
    min-height: auto;
}
  .conent-btn {
    padding-bottom: 40px;
}
  .pr-wrp {
    padding-right: 0;
}
  .checkbox-dropdown-wrp {
    flex: 0 1 35% !important;
}
  .pr-wrp h3 {
    min-height: auto;
}

.pr-wrp img {
    height: auto !important;
}

.conent-btn p {
    min-height: auto;
}

  .conent-btn a {
      position: relative;
    bottom:0px;
  }
  .pr-wrp {
    margin-bottom: 30px;
  }
  .checkbox-dropdown-wrp {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media(max-width:450px){
.pr-hdg-drpdwn {
    display: block;
    padding-bottom: 30px;
}
  .checkbox-dropdown {
/*     text-align: left; */
    margin: initial;
}
}