.wpcf7-form {
    background-color: #fafafa !important;
    border: 1px solid #e9e9e8;
}

.fusion-checklist {
    margin-bottom: 25px !important;
}

form input[type="radio"] {
    margin-top: 0;
}

.form-control:focus {
    border-color: #0030b8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(166, 22, 120, 0.6);
}

.form-group label {
    cursor: pointer;
}

.form-group label span {
    font-weight: 400;
}

.form-group label span a {
    font-weight: 500;
    color: #0030b8;
}

.form-group .btn.active {
    background-color: #0030b8;
    color: #fff;
}

#checkoutBtn {
    width: 100%;
    padding: 17px 40px;
    color: #fff;
    text-align: center;
    background-color: #0030b8;
    border: unset;
    transition: .3s ease;
}

#checkoutBtn:hover {
    border: unset;
    background-color: #0030b8;
}

#checkoutBtn span {
    display: block;
    width: 100%;
    height: auto;
    font-weight: bold;
    white-space: normal;
}

.btn.btn-agreement {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 75px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    border: 1px solid #969998;
    border-radius: 3px;
    background-color: #eaeaea;
    background-image: linear-gradient(to bottom, #f0f0f0, #eaeaea);
    padding: 5px 10px;
    margin: 5px 0 10px 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
  
.btn-agreement.active {
    color: #fff !important;
    background-color: #065F59 !important;
    border-color: #065F59;
    background-image: unset;
}