.slider-area form.search-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 50px;
    margin-bottom: 15px;
    width: 100%;
}
.slider-area form.search-box .input-form {
    width: 53%;
    position: relative;
    overflow: hidden;
}
.slider-area form.search-box .input-form input {
    height: 60px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 32px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.slider-area form.search-box .search-form {
    width: 22%;
    overflow: hidden;
}
.search-form .btn-editcss {
    width: 100%;
    height: 60px;
    background: #ff5f13;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    padding: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: "Barlow",sans-serif;
    line-height: 1.2;
    line-height: 29px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.extension-content .extension-item {
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 0 210px;*/
    max-width: 240px;
    /*flex: 0 0 210px;*/
    border-radius: 999px;
    padding: 1rem;
    margin: 0 1.5rem 2rem;
    background: #252525;
}
 .extension-content a img {
    margin-right: 11px;
    width: 39px;
}
 .extension-content a .txt {
    margin-top: 3px;
    line-height: 18px;
}
.extension-content a .txt b {
    font-weight: 400;
}