.site-btn {
    padding: 13px 40px !important;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    border-radius: 40px;
    font-weight: 600;
    height: auto;
    transition: all 0.5s ease-in-out;
    background-size: 200% auto;
    display: inline-block;
    min-width: 180px;
    margin: auto 10px;
    text-align: center;
}

.site-btn:active {
    position: relative;
    top: 1px;
    text-decoration: none;
}

.site-btn:hover,
site-btn:focus,
.btn-hb:hover,
btn-hb:focus {
    text-decoration: none;
}

.cta-grad-green {
    background-image: linear-gradient(to right, #29e387 0%, #a4e22d 100%);
    color: #0d141e;
}

.cta-grad-orange {
    background-image: linear-gradient(to right, #ff4521 0%, #ff5a24 100%);
    color: #fff;
}

.cta-grad-green:hover,
.cta-grad-green:focus {
    text-decoration: none !important;
    color: #0d141e;
}

.cta-grad-orange:hover,
.cta-grad-orange:focus {
    text-decoration: none !important;
    color: #fff;
}

.cta-grad-green:hover {
    background-image: linear-gradient(to right, #3dff9f 0%, #c0ff48 100%);
    transition: all 0.2s ease-in-out;
}

.cta-grad-green.hover {
    background-image: linear-gradient(to right, #3dff9f 0%, #c0ff48 100%);
    transition: all 0.2s ease-in-out;
}

.cta-grad-orange:hover {
    background-position: right center;
}

.cta-grad-orange.hover {
    background-position: right center;
}

.orange-standard-btn {
    background: #ff5a24;
    color: #fff;
}

.blue-standard-btn {
    background: #4cb1ff;
    color: #fff;
}

.green-standard-btn {
    background: #6ad749;
    color: #fff;
}

.orange-standard-btn.hover,
.green-standard-btn.hover,
.blue-standard-btn.hover {
    opacity: .7;
}

.orange-standard-btn:hover,
orange-standard-btn:focus,
.green-standard-btn:hover,
.green-standard-btn:focus,
.blue-standard-btn:hover,
.blue-standard-btn.focus {
    text-decoration: none;
    color: #fff;
}

.orange-standard-btn:hover,
.green-standard-btn:hover,
.blue-standard-btn:hover {
    opacity: .7;
}

.orange-light-btn {
    border: 2px solid #ff5a24;
    color: #ff5a24;
}

.orange-light-btn.hover {
    background: #ff5a24;
    color: #fff;
}

.blue-light-btn {
    border: 2px solid #4cb1ff;
    color: #4cb1ff;
}

.blue-light-btn.hover {
    background: #4cb1ff;
    color: #fff;
}

.white-light-btn {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.white-light-btn:hover {
    background: #ffffff !important;
    color: #ef4811 !important;
}

.green-light-btn {
    border: 2px solid #6ad749;
    color: #6ad749;
}

.green-light-btn.hover {
    background: #6ad749;
    color: #fff;
}

.orange-light-btn:hover {
    background: #ff5a24;
    color: #fff;
}

.blue-light-btn:hover {
    background: #4cb1ff;
    color: #fff;
}

.green-light-btn:hover {
    background: #6ad749;
    color: #fff;
}

.btn-hb {
    padding: 15px 55px 16px !important;
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    border-radius: 40px;
    font-weight: 600;
    height: auto;
    transition: all 0.5s ease-in-out;
    background-size: 200% auto;
    display: inline-block;
    min-width: 180px;
    margin: auto 10px;
    text-align: center;
    position: relative;
}

.btn-hb:active {
    position: relative;
    top: 1px;
    text-decoration: none;
}

.orange-hb-btn {
    background-image: linear-gradient(to right, #ff4521 0%, #ff8057 100%);
    color: #fff;
}

.orange-hb-btn.hover,
.orange-hb-btn:hover,
.orange-hb-btn:focus {
    color: #fff;
    background-image: linear-gradient(to right, #ff8057 0%, #ff4521 100%);
}

.orange-hb-btn.hover i,
.orange-hb-btn:hover i {
    right: 15px;
    transition: all 0.2s ease-in-out;
}

.orange-hb-btn i {
    position: absolute;
    right: 20px;
    transform: rotate(270deg);
    font-size: 16px;
    font-weight: bold;
    top: 18px;
    transition: 0.2s;
}

.green-hb-btn {
    background-image: linear-gradient(to right, #29e387 0%, #a4e22d 100%);
    color: #0d141e;
    transition: 0.2s;
}

.green-hb-btn.hover,
.green-hb-btn:hover,
.green-hb-btn:focus {
    color: #0d141e;
    background-image: linear-gradient(to right, #3dff9f 0%, #c0ff48 100%);
}

.green-hb-btn.hover i,
.green-hb-btn:hover i {
    right: 15px;
}

.green-hb-btn i {
    position: absolute;
    right: 20px;
    transform: rotate(270deg);
    font-size: 16px;
    font-weight: bold;
    top: 18px;
    transition: 0.2s;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .site-btn {
        min-width: 140px;
    }
}

@media screen and (max-width:767px) {
    .main-btn {
        text-align: center;
    }
    .btn-hb {
        padding: 15px 40px 16px !important;
        font-size: 16px;
    }
    .site-btn {
        margin: 5px 10px;
    }
}