.container-fluid.body-container.body-container--blog-index {
    padding:0px;
}

.testing .hs-search-field__bar input.hs-search-field__input {
    width: 100% !important;
    background: #FFFFFF;
    box-shadow: 0px 23px 49px rgb(0 0 0 / 4%);
    border-radius: 20px;
    height: 57px;
    padding: 0 30px;
    font-family: Cairo;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    border: none;
}
.testing .hs-search-field__bar form {
    display: flex;
}
.testing .hs-search-field button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
    color: transparent;
}
.testing .hs-search-field button span {
    background-color: #0000ff00;
    background-image: url(https://26606987.fs1.hubspotusercontent-eu1.net/hubfs/26606987/search.png);
    background-repeat: no-repeat;
    background-size: auto;
    border: none;
    height: 23px;
    padding-top: 12px;
    / position: relative; /
    right: 0;
    top: 0;
    width: 50px;
    display: block;
}

.testing .hs-search-field {
    width: 50%;
    margin: auto;
    position: relative;
    top: -30px;
}

.testing .hs-search-field button span svg {
    fill: #ffdead00;
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .testing .hs-search-field {
    width: 70% !important;
    top: -26px !important;
}
}
@media screen and (max-width: 767px)
{
    .testing .hs-search-field {
    width: 80% !important;
    top: -23px !important;
}
}