.filteredSearches{
    width: 100%;
}
.filteredSearches .slick-arrow {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 5px 13px;
    /* border: 1px solid #848484; */
    width: auto;
    height: auto;
   
    @media (max-width: 767px) {
      display: none !important;
    }
}

.filteredSearches .slick-arrow::before{
    font-family: "FontAwesome";
    color: #000;
    font-size: 30px;
 
}
.filteredSearches .slick-next{
    padding-right: 0;

}
.filteredSearches .slick-next::before{
    content: '\f105';
}
.filteredSearches .slick-prev{
    margin: 0 55px 0 auto;
}
.filteredSearches .slick-prev::before {
  content: '\f104';
}

.filteredSearches .slick-slider .slick-track{
    width: 100%;
    display: flex;
    /* gap: 0 15px; */
    /* justify-content: space-between; */
}

.filteredSearches .slick-initialized .slick-slide{
    /* width: 363px !important; */
    /* padding-right:20px; */
    /* @media(min-width:1600px){
    width: 380px !important;
    } */
    /* margin-right:15px; */
    /* @media(min-width:1440px){
     margin-right:9px;
    } */
}
/* .filteredSearches .slick-initialized .slick-slide:nth-child(4) > div > div{
    padding-right:0 !important;
} */
@media (max-width: 575px) {
    .filteredSearches .slick-arrow {
        top: -50px;
        width: 30px;
       height: 30px;
       padding: 5px;
    }
  

.filteredSearches .slick-arrow::before{
  font-size: 15px;
 }
 .filteredSearches .slick-prev {
    margin: 0 40px 0 auto;
 }
}

/* slick design for other pages */


.filteredSearchesForOther{
    width: 100%;
}
.filteredSearchesForOther .slick-arrow {
    position: absolute;
    top: -30px;
    right: 0;
    padding: 5px 13px;
    /* border: 1px solid #848484; */
    width: auto;
    height: auto;
   
    @media (max-width: 767px) {
      /* display: none !important; */
    }
}

.filteredSearchesForOther .slick-arrow::before{
    font-family: "FontAwesome";
    color: #000;
    font-size: 30px;
 
}
.filteredSearchesForOther .slick-next{
    padding-right: 0;

}
.filteredSearchesForOther .slick-next::before{
    content: '\f105';
}
.filteredSearchesForOther .slick-prev{
    margin: 0 55px 0 auto;
}
.filteredSearchesForOther .slick-prev::before {
  content: '\f104';
}

.filteredSearchesForOther .slick-slider .slick-track{
    display: flex;
    /* gap: 0 15px; */
    /* justify-content: space-between; */
}

.filteredSearchesForOther .slick-initialized .slick-slide{
    /* width: 363px !important; */
    /* padding-right:20px; */
    /* @media(min-width:1600px){
    width: 380px !important;
    } */
    margin-right:15px;
    /* @media(min-width:1440px){
     margin-right:9px;
    } */
}
/* .filteredSearches .slick-initialized .slick-slide:nth-child(4) > div > div{
    padding-right:0 !important;
} */
@media (max-width: 575px) {
    .filteredSearchesForOther .slick-arrow {
        top: -50px;
        width: 30px;
       height: 30px;
       padding: 5px;
    }
  

.filteredSearchesForOther .slick-arrow::before{
  font-size: 15px;
 }
 .filteredSearchesForOther .slick-prev {
    margin: 0 40px 0 auto;
 }
}