img {
    width: 100%;
}

#banner {
    width: 100%;
    height: 380px;
    background-image: url(../img/banner_pc.jpg);
    background-size: cover;
    z-index: 1;
}
@media screen and (max-width: 860px) {
    #banner {
        height: 490px;
        background-image: url(../img/banner_ipad.jpg);
    }
}
@media screen and (max-width: 480px) {
    #banner {
        height: 282px;
        background-image: url(../img/banner_mobile.jpg);
    }
}
@media screen and (max-width: 375px) {
    #banner {
        height: 325px;
    }
}
@media screen and (max-width: 320px) {
    #banner {
        height: 216px;
    }
}

#scroll-button img {
    height: 16px;
    width: auto;
}

#banner > .container {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.banner-title {
    margin-top: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.banner-title > h1 {
    color: #8ec31e;
    font-size: 64px;
    font-weight: bold;
    text-shadow: 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff,
        0 -3px 1px #fff, 2px 2px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff,
        -2px 2px 1px #fff;
}

.banner-title > p {
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff,
        0 -3px 1px #fff, 2px 2px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff,
        -2px 2px 1px #fff;
}

.banner-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner-btn {
    width: 100%;
    max-width: 400px;
    height: 60px;
    font-size: 22px;
    border-radius: 10px;
}
.top-button {
    margin-bottom: 15px;
    /*color: #8ec31e;
    background: #fff;*/
}
/*.top-button:hover {*/
    /*color: #fff;*/
    /*background: #8ec31e;*/
    /*border: 1px solid #fff;*/
/*}*/
.pickup-button {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #8ec31e;
    text-decoration: none;
    text-align: center;
    border: 1px solid #8ec31e;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.pay-icon {
    display: none;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pay-icon > i {
    line-height: 37px;
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}
.pay-button-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-content {
    /*max-width: calc(100% - 60px);*/
    text-decoration: none;
}
.pay-content p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.pay-button:hover {
    color: #fff;
    background: #8ec31e;
}

.title {
    font-size: 20px;
    font-weight: bold;
    color: #8ec31e;
}

/*carousel*/
.carousel-content {
    padding-bottom: 20px;
}
.carousel-image {
    margin: 0px 10px;
    width: 170px;
    height: 70px;
}

/*categories*/
#categories {
    margin-top: 130px;
    width: 100%;
}

.search-content {
    padding: 10px 50px;
    width: 75%;
    min-width: 855px;
    display: flex;
    justify-content: center;
    position: absolute;
    /* left: calc(50% + 10px); */
    bottom: 0;
    /* transform: translate(-50%, 10%); */
    margin:auto;
    background: #8ec31e;
    z-index: 1;
    border-radius: 10px;
}

.search-form-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.search-form p,
.search-form label {
    margin-bottom: 0;
    color: #fff;
}

.search-form .select-input {
    margin-bottom: 4px;
}

.search-form .company-name {
    display: flex;
    align-items: center;
}

.search-form .company-name label {
    width: 15%;
}

.search-form .company-name input {
    width: 75%;
    font-size: 14px;
    padding: 5px 10px;
}
.search-form .company-name input:focus::placeholder{
    color: transparent;
}

.search-form-button, .see-more {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.see-more {
    margin: 10px 0;
}
.see-more .btn:hover {
    color: #8ec31e;
}
.search-button {
    padding: 5px 40px;
    width: 150px;
    height: 40px;
    color: #8ec31e;
    /*transform: translate(0, calc(50% + 10px));*/
    background: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8ec31e;
    transition: all 0.2s ease-in-out;
}
.see-more-button {
    padding: 10px 60px;
    width: 195px;
    height: 40px;
    color: #8ec31e;
    font-weight: bold;
    /*transform: translate(0, calc(50% + 10px));*/
    background: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8ec31e;
    transition: all 0.2s ease-in-out;
}
.search-button:hover {
    color: #8ec31e;
}

@media (hover: hover) {
    .search-button:hover {
        color: #fff;
        background: #8ec31e;
        border: 1px solid #fff;
    }
    .manufacturer-title > button:hover {
        color: #fff;
        background: #8ec31e;
    }
    .see-more-button .btn:hover {
        background-color: #8ec31e;
        color: #fff
    }
}

.form-select {
    background-image: url(../icons/green-triangle.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: calc(100% - 7.5px) center;
    outline: none;
    box-shadow: none !important;
}
.form-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 150px;
}
.form-check:last-child {
    margin-right: 0;
}
.form-check > label {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}
.form-label {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
    padding-right: 10px;
}

.form-check .form-input {
    width: 25px;
    height: 25px;
    background-color: #8ec31e;
    border: 1px solid #fff;
    position: relative;
}

.form-check .form-input-radio {
    width: 25px;
    height: 25px;
    background-color: #8ec31e;
    border: 1px solid #fff;
    position: relative;
    border-radius: 50%;
}

.form-check-input {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
}

.form-check-input-radio {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -1px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url(../icons/white-checked.png);
    background-position: 3px 0px;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: none;
}

.form-check-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.form-check-label {
    padding-left: 4px;
    max-width: calc(100% - 30px);
}

.search-button > i {
    font-size: 20px;
}

.search-button > span {
    margin-left: 8px;
    font-size: 16px;
    font-weight: bold;
}

.categories-carousel {
    margin-bottom: 40px;
}
.carousel-img {
    width: 200px;
    height: 100px;
}

/**
* MANUFACTURES
*/
#manufacturers {
    margin-top: 0;
    background: #f5f5f5;
}
#manufacturers .container {
    padding-top: 16px;
}
.manufacturer-title {
    padding: 10px 0 10px;
    width: 100%;
    text-align: center;
}
.manufacturer-title.load-more {
    padding-bottom: 25px;
}
.manufacturer-item {
    padding: 0px 20px;
    margin: 0 0 65px 0;
    background-color: #fff;
}
.manufacturer-content {
    padding: 0;
    position: relative;
}
.img-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.manufacturer-title > p {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #8ec31e;
}
.manufacturer-title img {
    height: 28px;
    width: auto;
}
.none-data p {
    font-size: 20px;
}
.manufacturer-title > button {
    margin: 0;
    padding: 10px;
    width: 320px;
    max-width: 100%;
    font-size: 28px;
    color: #8ec31e;
    background: #fff;
    outline: none;
}

.manufacturer-img {
    width: auto;
    max-width: 170px;
    height: 85px;
    object-fit: contain;
}
.manufacturer-description {
    margin: 10px 0;
}

.manufacturer-description p {
    margin-bottom: 8px;
    color: #666;
    line-height: 30px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.manufacturer-description p:first-child {
    margin-bottom: 0;
}

.manufacturer-name {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.special-offer {
    margin: 1px 0 0;
    background-color: #f5f5f5;
    padding: 5px 10px;
    text-align: center;
    color: #6e9f08;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #6e9f08;
    outline: none;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    justify-content: center;
}
.special-offer > p {
    margin: 0;
}
/* .item-first {
    margin-top: 0;
} */
.referral {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 75px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transform: translate(-50%, calc(50% + 20px));
}
.referral-button {
    padding: 12px 10px;
    width: 100%;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.referral-button.brown {
    background: #999;
}
.referral-button.brown:hover {
    color: #999;
    background: #fff;
    border: 1px solid #999;
}

.manufacturer-load-more {
    padding: 0 20px 20px;
    background-color: #fff;
    text-align: center;
}

.load-more-button {
    width: 150px;
    padding: 10px;
    color: #8ec31e;
    background-color: #fff;
    border: 1px solid #8ec31e;
    border-radius: 40px;
}

.dropdown-icon {
    transition: all 0.3s ease;
}

.dropdown-icon > i {
    font-size: 18px;
    vertical-align: middle;
}

.load-more-button[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
}

/*blog*/
#blog, #column {
    padding: 20px 0;
}
.title-row {
    padding: 10px 0 10px;
    width: 100%;
    text-align: center;
}
.title-row > p {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #8ec31e;
}
.left-title {
    flex: 1;
}
.right-action {
    padding: 0;
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: #8ec31e;
}
.right-action .more-action {
    font-size: 16px;
    margin-left: 10px;
}
.blog-item {
    margin: 10px 0;
}
.blog-item-left {
    display: flex;
    align-items: center;
}
.blog-item-left > img {
    max-width: 250px;
    height: 100px;
    object-fit: cover;
}
.blog-item-left > img:hover {
    cursor: pointer;
}
.time-text {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}
.time-text > p {
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 0;
}
.time-text > label {
    margin: 0;
    font-size: 12px;
    color: #fff;
    background-color: #85b200;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.time-label {
    margin: 0;
    font-size: 12px;
    color: #fff;
    padding: 0px 20px;
}

.blog-title {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8ec31e;
    text-decoration: none;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
.blog-title:hover {
    cursor: pointer;
    color: #8ec31e;
}
.blog-description {
    font-size: 12px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.periodical-worker > p {
    font-size: 20px;
    font-weight: bold;
}

/*feature*/
.feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.feature-item {
    width: 75%;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#faqs .feature-item,
#blog .feature-item {
    cursor: pointer;
    max-width: 500px;
    width: calc(100% - 30px);
    min-height: 90px;
}

#faqs .feature-item {
    width: 100%;
}

#blog .feature-item .feature-icon {
    margin-right: 15px;
}

.feature-item .feature-icon {
    color: #fff;
    padding: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-item .feature-icon > i {
    font-size: 40px;
}
.feature-content {
    flex: 1;
    color: #fff;
}
.feature-content > p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.feature-content.bold > p {
    font-weight: bold;
}
.feature-content > span {
    font-size: 16px;
}

.chat-feature,
.payment-feature,
.office-feature {
    background: #8ec31e;
}

/*steps*/
#steps {
    padding: 30px 0;
    background-color: #f5f5f5;
}
.steps-title {
    padding: 0;
    margin-bottom: 90px;
}
.step {
    margin: 0;
    margin-bottom: 50px;
    padding: 15px 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}
.step::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 100%;
    width: calc(100% - 1px);
    height: 0;
    border-style: solid;
    border-width: 30px 645px 0 645px;
    border-color: #8ec31e transparent transparent transparent;
}
.step-icon {
    padding: 0;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-icon > i {
    font-size: 42px;
}
.find-step {
    background-color: #8ec31e;
}
.finish-step {
    margin-bottom: 0;
    background-color: #85b200;
}
.finish-step:after {
    display: none;
}
.order-mark {
    position: absolute;
    top: -65px;
    left: 2px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #8ec31e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-mark > span {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #8ec31e;
}
.finish-order-mark {
    border: 4px solid #85b200;
}
.finish-order-mark > span {
    color: #85b200;
}

.company-carousel {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.carousel {
    width: 90%;
    margin: 0px auto;
}
.company-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    height: 100%;
}
.slick-slide {
    margin: 10px;
    text-align: center;
    height: 200px;
    border: none;
}
.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

/*faq*/
#faqs {
    padding: 20px 0;
}
.faq-title {
    padding-top: 0;
}
.faqs-feature {
    margin: 0 0 20px;
}
.faq-item {
    margin-bottom: 40px;
}
.faq-item:last-child {
    margin-bottom: 0;
}
.faq-item h2 {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: bold;
    color: #8ec31e;
}
.col-left {
    text-align: center;
}
.faq-item .col-right > p {
    margin-bottom: 0;
    color: #555;
    font-size: 16px;
}
.faq-item .col-right > .faq-item-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #8ec31e;
}

.share-button {
    margin-top: 20px;
    padding: 15px;
    width: 100%;
    max-width: 500px;
    font-size: 18px;
    background: transparent;
    border: 1px solid #fff;
}
select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px #8ec31e inset;
}
select:focus > option:checked {
    background: rgba(0, 163, 217, 0.5) !important;
}

/*Columns*/
#columns {
    padding: 30px 0;
    background-color: #fff;
}
.columns-title {
    padding: 0;
    margin-bottom: 10px;
}
.column {
    margin: 0 0 10px 0;
    padding: 5px 5px 0 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    border: 1px solid #8ec31e;
    border-radius: 10px;
}
.column-icon {
    padding: 0;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#columns .feature-content {
    color: #555;
}
#columns .icon-content > i {
    color: #8ec31e;
    font-size: 30px;
    margin: 0 0 5px 10px;
}
.column-name {
    margin: auto 20px;
}
#columns .column-name > p {
    margin: auto 0;
    color: #8ec31e;
    font-size: 18px;
    font-weight: bold;
}
#columns .first-item {
    display: inherit;
    cursor: pointer;
}
.column-content {
    padding: 0 50px 0 70px;
}
.search-form {
    margin-bottom: -30px;
    padding: 0;
}

@media screen and (max-width: 640px) {
    .step::after {
        border-width: 25px calc((100vw - 30px) / 2) 0 calc((100vw - 30px) / 2);
    }
}

@media screen and (min-width: 641px) {
    .step::after {
        border-width: 25px calc((100vw - 90px) / 2) 0 calc((100vw - 90px) / 2);
    }
}

@media screen and (min-width: 992px) {
    .step::after {
        border-width: 25px 465px 0 465px;
    }
}

@media screen and (min-width: 1200px) {
    .step::after {
        border-width: 30px 555px 0 555px;
    }
}

@media screen and (min-width: 1400px) {
    .step::after {
        border-width: 30px 645px 0 645px;
    }
}

@media screen and (max-width: 860px) {
    .search-content {
        width: 94%;
    }
    .referral-button {
        font-size: 16px;
    }
    .special-offer {
        padding-left: 3px;
        padding-right: 3px;
        font-family: Helvetica Neue,Helvetica,Arial,Liberation Sans,Roboto,Noto,sans-serif;
    }
    .benefit-content p {
        height: 100%;
    }
}

@media screen and (max-width: 1028px) {
    .search-content {
        min-width: initial;
        padding: 9px 50px;
    }
    .form-check {
        width: 22%;
    }
}

@media screen and (max-width: 992px) {
    #categories {
        margin-top: 160px;
    }
    .column {
        padding: 5px 5px 0 5px;
    }
}

@media screen and (max-width: 900px) {
    .top-button.after-menu .text_color_gold:before {
        z-index: 999;
    }
}

@media screen and (max-width: 768px) {
    .banner-title {
        margin-bottom: 150px;
    }
    #columns .column-name > p {
        font-size: 14px;
    }
    .column-name {
        margin: auto 5px;
    }
    #columns .icon-content > i {
        color: #8ec31e;
        font-size: 25px;
        margin: 0 0 5px 5px;
    }
    .column-content {
        padding: 0 25px 0 47px;
    }
    .column-name {
        margin: 3px 5px 0 5px;
    }
    #manufacturers {
        margin-top: 0;
    }
    #manufacturers .container {
        padding-top: 17px;
    }
    .manufacturer-title.top-button .text_color_gold {
        font-family: Helvetica Neue,Helvetica,Arial,Liberation Sans,Roboto,Noto,sans-serif;
    }
}

@media screen and (max-width: 640px) {
    .banner-title {
        margin-bottom: 170px;
    }
    .search-content {
        padding: 10px;
        /* left: calc(50% + 12px); */
    }
    .form-check {
        min-width: initial;
        width: calc(50% - 10px);
    }
    #manufacturers .row .item-col {
        width: 100%;
    }
    .faq-item .col-right > .faq-item-title {
        font-size: 18px;
    }
    .faq-item .col-right > p {
        font-size: 14px;
    }
    .order-mark {
        top: -60px;
        width: 85px;
        height: 85px;
    }
    #manufacturers .container {
        padding-top: 19px;
    }
}

@media screen and (max-width: 480px) {
    #banner {
        height: 320px;
    }
    .banner-title {
        margin-top: 20px;
    }

    #inputGroupSelect01 {
        font-size: 14px;
    }
    .form-check {
        min-width: initial;
        width: 75px;
    }
    .form-check > label {
        font-size: 14px;
    }

    label.form-check-label.address {
        font-size: 14px;
    }

    .banner-title {
        margin-bottom: 156px;
    }
    .banner-title > h1 {
        font-size: 52px;
    }
    .banner-title > p {
        font-size: 18px;
    }
    .banner-buttons button {
        height: 56px;
    }
    .banner-btn {
        height: 56px;
    }
    .banner-buttons .top-button,
    .pay-content p {
        font-size: 17px;
        line-height: 34px;
    }
    .pay-icon > i {
        font-size: 36px;
    }
    .feature-content > p {
        font-size: 18px;
    }
    .share-button {
        font-size: 16px;
    }
    .step {
        padding: 15px 20px;
    }
    .order-mark {
        width: 80px;
        height: 80px;
    }
    .order-mark > span {
        font-size: 40px;
    }
    #faqs .feature-item,
    #blog .feature-item {
        padding: 15px;
    }
    #faqs .feature-content span,
    #blog .feature-content span {
        font-size: 14px;
    }
    #faqs .feature-item .feature-icon,
    #blog .feature-item .feature-icon {
        margin-right: 10px;
        width: 40px;
    }
    #faqs .feature-item .feature-icon > i,
    #blog .feature-item .feature-icon > i {
        font-size: 32px;
    }
    .banner-btn {
        max-width: 100%;
    }
    /* #banner > .container,
    .banner-title {
        display: block;
    } */
    #banner {
        padding-top: 5px;
    }
    .banner-buttons .top-button {
        margin-bottom: 5px;
    }
    #banner {
        height: 280px;
    }
    .banner-title {
        margin-top: 0;
    }

    .form-check .form-input-radio, .form-check .form-input, .form-check-input-radio, .form-check-input {
        width: 15px;
        height: 15px;
    }

    .form-check {
        margin-bottom: 2px;
    }

    .search-form .company-name input {
        width: 60%;
    }
    .search-form .company-name label {
        width: 25%;
    }
    .search-form .company-name{
        margin-bottom: 5px !important;
        margin-top: 0px !important;
    }
    .search-form .select-input{
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 576px) {
    .form-label,
    .form-checkbox {
        width: 100%;
    }
    .form-label {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 420px) {
    .none-data p {
        font-size: 18px;
    }
    .manufacturer-title > p {
        font-size: 25px;
    }
    .top-button {
        margin-bottom: 5px;
    }
    #manufacturers {
        margin-top: 0;
    }
    #manufacturers .container {
        padding-top: 10px;
    }
}

@media screen and (max-width: 377px) {
    .special-offer {
        padding-left: 1px;
        padding-right: 1px;
    }
    .manufacturer-header .benefit-content:nth-child(2n){
        padding-right: 3px;
    }
    .manufacturer-header .benefit-content:nth-child(2n+1){
        padding-left: 3px;
    }
}

@media screen and (max-width: 375px) {
    .banner-title > p {
        font-size: 17px;
    }
    .top-button {
        margin-bottom: 4px;
    }
    .search-form .select-input {
        margin-bottom: 5px;
    }
    .search-content {
        padding: 5px;
        margin-top: 200px;
    }
    .banner-title {
        margin-bottom: 180px;
    }
    .form-check .form-input {
        width: 15px;
        height: 15px;
    }
    #manufacturers {
        margin-top: 0;
    }
    #manufacturers .container {
        padding-top: 10px;
    }
    .manufacturer-title > p {
        font-size: 20px;
    }
    .pay-icon > i {
        line-height: 40px;
    }
}

@media screen and (max-width: 375px) {
    #banner {
        height: 265px;
    }
}

@media screen and (max-width: 340px) {
    .form-check > label {
        font-size: 12px;
    }
    .form-check .form-input {
        width: 18px;
        height: 18px;
    }
    .banner-buttons .top-button,
    .pay-content p {
        font-size: 13px;
    }
    .banner-buttons button {
        /*height: 40px;*/
    }
    .search-button {
        padding: 5px 20px;
        width: 140px;
        height: 40px;
    }
    .pay-button-content {
        align-items: unset;
    }

    .pay-icon > i {
        font-size: 26px;
        line-height: 16px;
    }
    .banner-buttons button,
    .banner-btn {
        height: 46px;
        padding: 5px 15px;
    }
    .manufacturer-title > p {
        font-size: 17px;
    }
    .faq-title {
        padding-top: 10px;
    }
    .form-label {
        font-size: 14px;
    }
    #manufacturers .container {
        padding-top: 20px;
    }
    .pay-button .text_color_gold, .top-button .text_color_gold {
        font-size: 18px;
    }
    .form-check {
        width: 50%;
    }
    #banner {
        height: 264px;
    }
    #banner .pay-button .text_color_gold, #banner .top-button .text_color_gold {
        font-size: 18px;
    }
}

.benefit-content {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.benefit-content p {
    width: 100%;
}

.manufacturer-title.top-button .text_color_gold {
    /* background-image: -webkit-linear-gradient(#E8D800, #E0CF00 52%, #A86800 55%, #A86800 );
    text-shadow: -0.02em -0.03em 0.005em rgba(255, 255, 0, 0.56);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color:gold;
    font-weight:bold !important;
}

.pay-button .text_color_gold,
.top-button .text_color_gold,
.bottom-button .text_color_gold {
    /* background-image: -webkit-linear-gradient(#E8D800, #E0CF00 52%, #A86800 55%, #A86800 );
    text-shadow: -0.02em -0.03em 0.005em rgb(255 255 0 / 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color:gold;
    font-weight: bold !important;
}

.banner-buttons .top-button.button:hover {
    background: #8ec31e;
    color: #fff
}

.top-button .text_color_gold,
.bottom-button .text_color_gold {
    position: relative;
}
.top-button .text_color_gold:before,
.bottom-button .text_color_gold:before {
    content: " ";
    background: url("../img/company_is_signed.png");
    width: 85px;
    height: 70px;
    position: absolute;
    z-index: 99;
    top: -57px;
    left: -59px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.bottom-button .text_color_gold:before {
    width: 70px;
    height: 60px;
    top: -45px;
    left: -47px;
}

#list-jobs-container .referral-button.company_is_signed:before {
    content: " ";
    background: url("../img/company_is_signed.png");
    width: 70px;
    height: 60px;
    position: absolute;
    z-index: 9999;
    top: -22px;
    left: -52px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

#list-jobs-container .referral-button.company_is_signed:after {
    content: " ";
    background: url("../img/company_is_signed_clicked.png");
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 9999;
    top: 15%;
    left: 78%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.manufacturer-title-gold .top-button {
    cursor: default;
}
.manufacturer-title-gold .button:hover {
    color: #fff;
    background: #8ec31e;
    border-color: #8ec31e;
}

.inside-link-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .top-button .text_color_gold:before,
    .bottom-button .text_color_gold:before {
        top: -58px;
        left: -60.5px;
    }
    .bottom-button .text_color_gold:before {
        top: -46.5px;
        left: -48.5px;
    }
    .inside-link-title {
        font-size: 22px;
    }
}

.inside-links {
    margin: 0 20px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #ffffff;
}

.inside-links:hover {
    color: #ffffff;
}


.inside-links-wrap {
    text-align: center;
    display: grid;
    gap: 10px 5px;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}
