.case-grid .case-study:last-child .each-case{
    border-bottom: 1px solid transparent !important;
}
.case-grid .case-study:last-child .each-case .e-con-inner{
    padding-bottom: 0 !important;
}
.search-style select.sf-input-select
 {
    width: 200px !important;
    height: 40px !important;
    border: 1px solid #F2F5FA;
    background-color: #F2F5FA;
    letter-spacing: 0px;
    color: #B4A471;
    opacity: 1;
    font-size: 14px;
    font-weight: 500 !important;
    background-size: 12px;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center right 22px;
    padding: 0 48px 0 12px;
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 32 32' height='512' viewBox='0 0 32 32' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_1'%3E%3Cpath d='m29.6043 10.528-12.0735 12.8281c-.83.8819-2.2315.8819-3.0615 0l-12.0736-12.8281c-.9071-.9639-.2238-2.5455 1.0998-2.5455h25.0089c1.3237 0 2.007 1.5816 1.0999 2.5455z' fill='%23B4A471'/%3E%3C/g%3E%3C/svg%3E");
}
.search-style ul {
    padding-left: 0 !important;
    display: flex
;
    gap: 30px;
}

.search-style select.sf-input-select:focus{
    outline: none !important;
}
.case-stu-details-style h2
 {
    padding-bottom: 30px;
}
.case-stu-details-style ul li strong{
    font-weight: 700;
}
.case-stu-details-style ul{
    list-style: none;
    padding-left: 0;
}
.case-stu-details-style ul li {
    position: relative;
    padding-left: 35px;
  }
  .privacy-style ol{
    padding-left: 22px;
  }
  .privacy-style ol li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 39px;
  }
  .privacy-style ol li:last-child {
    margin-bottom: 0;
  }
.speaker-style .elementor-loop-container .type-speaker:last-child .each-case{
    border-bottom: 1px solid transparent !important;

}
.speaker-style .elementor-loop-container .type-speaker:last-child .each-case .e-con-inner{
    padding-bottom: 0 !important;
}
.single-case-study .case-detail a{
    color: #B4A471 !important;
}




@media(max-width:767px){
    .privacy-style ol li {
        padding-left: 10px;
        margin-bottom: 25px;
    }
    .search-style ul {
        flex-direction: column;
    }
    /* .search-style select.sf-input-select
 {
    width: 100% !important;
} */
.search-style ul {
    gap: 0;
}
}