.nosub-container .search-box {
    text-align: center;
}
.nosub-container .banner h1{
    font-size: 2.625em !important;
    font-weight: normal;
}
@media (max-width: 767px) {
    .nosub-container .search-box .input-box {
        width: 100% !important;
    }
}

.nosub-container .search-box .input-box {
    display: inline-block;
    width: 54%;
    position: relative;
}

.nosub-container .search-box input {
    border: 1px solid #666666;
    width: 100%;
    height: 55px;
    font-size: 17px;
    padding-left: 25px;
    background: none;
}

.nosub-container .search-box .search {
    width: 28px;
    height: 27px;
    background: url(/assets/image/6114bd0eaa3ba93ddab337592235c9ed6b33f22bb5d965cc67833b5beaae396d.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -13.5px;
    right: 25px;
}
