.btn-custom-1 {
    background-color: #87d271;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    height: 50px;
}

.btn-custom-1:hover {
    background-color: #313131;
    color: #fff;
}

.inp-txt-1 {
    height: 50px;
    min-width: 50px;
    width: 75%;
    max-width: 900px;
}

