.btn-typ1 {
    background: #67b5fb none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    text-transform: capitalize;
    display: inline-block;
    transition: all .2s;
    font-weight: bolder;
    font-family: 'Helvetica Neue', sans-serif;
    border-radius: 0;
}

.btn-typ1:hover {
    background: #fff;
    color: #67b5fb;
    border: 2px solid #67b5fb;
}

.btn-typ2 {
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    transition: all .2s;
    font-family: 'Helvetica Neue', sans-serif;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: 18px;
}

.btn-typ2:hover {
    background: #fff;
    color: #67b5fb;
    border: 1px solid #fff;
}

.btn-typ3 {
    background: #67b5fb none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #67b5fb;
    font-family: 'Helvetica Neue', sans-serif;
    border-radius: 30px;
}

.btn-typ3:hover {
    background: #fff;
    color: #67b5fb;
    border: 2px solid #67b5fb;
}

.btn-typ4 {
    background: #67b5fb none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #67b5fb;
    font-family: 'Helvetica Neue', sans-serif;
    border-radius: 0;
}

.btn-typ4:hover {
    background: #fff;
    color: #67b5fb;
    border: 2px solid #67b5fb;
}

.btn-typ5 {
    background: #67b5fb none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 15px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #67b5fb;
    font-family: 'Helvetica Neue', sans-serif;
    border-radius: 0;
}

.btn-typ5:hover {
    background: #fff;
    color: #67b5fb;
    border: 2px solid #67b5fb;
}