.btn,
.btn:visited {
    background: none;
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    font-size: 15.5px;
    line-height: 1.2;
    padding: 0.9em 1.5em;
    text-decoration: none;
    font-weight: 600;
    transition: .3s opacity;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    text-align: center;
    background: #0070b8;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	opacity: 0.87;
}

.btn-primary,
.btn-primary:visited {
    border: none;
    border-radius: 0;
    padding: 0.9em 1.3em;
    background-color: #4685BD;
}

.btn i {
    margin-left: 7px;
}

@media (min-width: 768px) {
	.btn,
    .btn:visited {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
	
}
