.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    height: auto;
    /* margin-bottom: 8px; */
}
.rounded-50{
    border-radius: 50px;
}
.sticky .inputserch{
    background-color: #f1f1f1 !important;
}
.pt-160 {
    padding-top: 170px !important;
}
.pt-260 {
    padding-top: 270px !important;
}
.trending-number{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #62c6d6;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -30px;
    font-size: 11px;
}
textarea{
    resize: none;
}
.h-36{
    height: 36px;
}
.cat-head {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #62c6d6;
    margin-top: 40px;
}
.cat-box {
    column-count: 3;
    margin-top: 30px;
    margin-bottom: 50px;
}
.cat-box div:first-child h5{
    margin-top: 0;
}
.z-head{
    z-index:9999;
}
.overflow-scroll .dropdown-menu{
    overflow-y: scroll;
    max-height: 119px;
    top: auto;
}