.contact .form-body .col-line input[type="button"]{
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 11px;
    padding-left: 0;
    border: 1px solid #F1B921;
    background-color: #F1B921;
}

.contact .form-body .col-line button{
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 11px;
    padding-left: 0;
    border: 1px solid #F1B921;
    background-color: #F1B921;
    width: 100%;
}

.contact .form-body .col-line button:hover{
    background-color: #eab011;
}

.contact .btn.btn-orange:hover{
    background-color: #eab011;
}

.contact .form-body .col-line button:disabled{
    opacity: 0.6;
    cursor: not-allowed !important;
}

.error-form{color:red;display: none;}

.downloadcatalog{
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    color: #fff;
    border-radius: 11px;
    padding-left: 0;
    border: 1px solid #f1b921;
    background-color: #f1b921;
    width: 100% !important;
}

.pagination-link .page-item:last-child .page-link::after {
    content: "";
    display: none;
}

.pagination-link .page-item:first-child .page-link::before{
    content: "";
    display: none;
}

.pagination-link .page-item:first-child .page-link.prev-link::before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #363636;
}

.pagination-link .page-item:last-child .page-link.next-link::after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #363636;
}

#submit_form {cursor: pointer;}

.seeMore .adjust {
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .seeMore .adjust {
        font-size: 15px;
    }
}