.image-box {
    width: 100% !important;
}

.custom-button {
    background-color: #49ae96;
    color: #fff;
    margin-bottom: 5px;
}

.custom-label {
    color: #49ae96;
    cursor: pointer;
}

.col-sm-4 {
    margin-bottom: 20px;
}

.box-border {
    border: 1px solid #e9e9e9;
}

.box-1 {
    /* min-width: 150px; */
    /* min-height: 35px; */
    background: #000;
    color: #fff;
    width: 135px;
    height: 35px;
    vertical-align: middle;
    line-height: 30px;
    position: absolute;
}

.box-2 {
    background: #49ae96;
    height: 35px;
    position: absolute;
    width: 100px;
    color: #fff;
    line-height: 35px;
    left: 150px;
}

.custom-footer-button {
    background-color: #fff;
    color: #49ae96;
    border: 1px solid #49ae96;
}