body {
    background: #f8f9fb !important;
}

.signup--main {
    width: 880px;
    margin: 150px auto 40px;
}

@media (min-width: 768px) {
    .signup--main {
        display: flex;
    }
}

@media (max-width: 991px) {
    .signup--main {
        width: auto;
        margin-top: 40px;
    }
}

.w-100 {
    width: 100%;
}

/* signup--form  */

.signup--form {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 600px;
    padding: 50px 40px;
    background: #fff;
    border: 1px solid #cfd9e6;
}

@media (max-width: 767px) {
    .signup--form {
        width: auto;
        padding: 30px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .signup--form {
        padding: 30px 20px;
    }
}

.signup-form-header {
    color: #1f2e5c;
    margin-bottom: 40px;
    font-size: 2em;
    font-family: inherit;
}

@media (max-width: 767px) {
    .signup-form-header {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.signup--form input {
    padding: 0 15px;
    line-height: 20px;
    height: 50px;
    border-color: #d0d0d0;
    font-size: 13px;
    border-radius: 0px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .signup--form input {
        height: 35px;
    }
}

.signup--form input:focus {
    border: solid 1px #A6A6AB;
    box-shadow: none;
}

.fieldInfo-hint {
    font-size: 13px;
    margin-top: -7px;
    color: #888;
}

.pwd__field .fa-eye-slash {
    opacity: 0.3;
}

.pwd__field .fa-eye-slash,
.pwd__field .fa-eye {
    font-size: 22px;
    color: #546175;
    position: absolute;
    right: 35px;
    top: 14px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

@media (max-width: 991px) {
    .pwd__field .fa-eye-slash,
    .pwd__field .fa-eye {
        top: 10px;
        font-size: 16px;
    }
}

.grey-section__text {
    font-size: 13px;
    color: #637282;
}

.grey-section,
.grey-section--dark {
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    border: solid 1px #E4ECF5;
    background: #F9FAFB;
    padding: 20px;
    margin-top: 30px;
}

.billing--info {
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    background: #fafafa;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.billing__title {
    font-weight: bold;
    font-size: 14px;
    color: #4D606B;
    margin-bottom: 10px;
    font-family: "Nunito Sans", "Source Sans", sans-serif, arial;
}

@media (max-width: 767px) {
    .billing__title {
        font-size: 13px;
    }
}

.security__payment {
    font-size: 13px;
    font-weight: bold;
    color: #2E947A;
}

@media (max-width: 767px) {
    .security__payment {
        top: -25px;
        right: 10px;
        position: absolute;
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .security__payment {
        text-align: right;
    }
}

.security__payment img {
    vertical-align: top;
    margin-right: 3px;
}

.billing__text {
    font-size: 13px;
    margin-bottom: 15px;
    color: #637282;
}

.billing_que-mark_icon {
    background: #bfbfbf;
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    padding: 8px;
    margin: -3px 0 0 5px;
}

.billing_que-mark_icon span {
    position: absolute;
    pointer-events: none;
    top: 0px;
    font-size: 10px;
    left: 5px;
}

.form-tooltip {
    font-weight: normal;
    line-height: 1.5em;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.9);
    bottom: 120%;
    color: #fff;
    display: block;
    left: -105px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    width: 200px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .25s ease-out;
}

.form-tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.form-tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(0, 0, 0, 0.9) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.billing__inp-field-label {
    color: #4D606B;
    margin-bottom: 10px;
    line-height: 16px;
}

.required,
.compact {
    display: none;
}

.form-control_thick {
    height: 30px !important;
}

.card--payment__field {
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .card--payment__field {
        padding-right: 3px;
    }

    .form-control_thick {
        margin-bottom: 0 !important;
    }
}

.billing__cards-img {
    display: block;
    height: 20px;
    position: absolute;
    top: 31px;
    z-index: 1;
    right: 8px;
}

@media (max-width: 991px) {
    .billing__cards-img {
        right: 22px;
    }
}

.visibility-hidden {
    visibility: hidden;
}

.billing__select-box {
    cursor: pointer;
    border-radius: 3px;
    background: transparent;
    padding: 6px 8px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border: 1px solid #ccc;
}

.billing__select-box,
.billing__select-box option {
    font-size: 12px;
}

.exp--year select {
    width: 100%;
}

.pr-0 {
    padding-right: 0px;
}

@media (max-width: 991px) {
    .pl0-991 {
        padding-left: 0px;
    }

    .exp--year select {
        margin-bottom: 16px;
    }
}

.terms__link {
    color: #0087be;
}

.billing__header {
    color: #333;
    font-size: 24px;
    font-family: inherit;
    margin: 30px 0 15px;
}

@media (max-width: 767px) {
    .billing__header {
        font-size: 18px;
    }
}

.billing__price-value {
    color: #333;
    font-size: 17px;
    font-weight: 600;
}

.billing__price {
    margin-bottom: 15px;
}

.billing__price .hint {
    font-size: 12px;
    color: #888;
}

.billing-terms {
    color: #666;
    font-size: 12px;
}

.billing__form {
    margin-bottom: 20px;
}

.billing__form input {
    height: auto;
}

.billing__form input[type="radio"] {
    height: 23px;
    width: 17px;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .billing__form input[type="radio"] {
        width: 13px;
    }
}

.billing__form input[type="radio"]:focus {
    outline: none;
}

.billing__form .radio-inline span {
    margin-left: 7px;
    font-size: 16px;
    color: black;
}

@media (max-width: 767px) {
    .billing__form .radio-inline span {
        font-size: 14px;
    }

    .billing__form .radio-inline {
        margin-left: 5px;
    }
}

.terms span {
    font-size: 13px;
    margin-left: 5px;
}

.terms {
    display: flex;
    align-items: center;
}

@media (max-width: 350px) {
    .terms {
        display: inherit;
        margin-bottom: 10px;
    }
}

.terms input {
    margin-bottom: 2px;
    margin-top: 0;
}

@media (max-width: 350px) {
    .terms input {
        height: auto;
        margin-top: 10px;
    }
}

.terms-form input {
    height: auto;
}

.login-button {
    transition: all 0.2s ease-out;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #3bbf9e;
    padding: 20px 30px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .login-button {
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 13px;
    }
}

.login-button:hover,
.login-button:active,
.login-button:focus {
    cursor: pointer;
    color: #fff;
    background: #33A689;
    text-decoration: none;
}

.price__link a {
    color: #666;
    font-size: 12px;
    margin-right: 10px;
}

.price__link a:nth-child(2) {
    position: relative;
}

.price__link a:nth-child(2)::before {
    border-left: 1px solid #888;
    top: 2px;
    left: -8px;
    bottom: 2px;
}

.price__link a:nth-child(2)::after {
    border-right: 1px solid #888;
    top: 2px;
    right: -8px;
    bottom: 2px;
}

.price__link a:nth-child(2)::after,
.price__link a:nth-child(2)::before {
    content: "";
    position: absolute;
}

.price__link a:hover,
.price__link a.active {
    color: #333;
    font-weight: 700;
}

/* signup--form  */

.feedback-column {
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
    background: #f2f4f9;
    padding: 129px 35px 35px;
    width: 270px;
    vertical-align: top;
    border: solid #cfd9e6;
    border-width: 1px 1px 1px 0px;
}

@media (max-width: 767px) {
    .feedback-column {
        width: auto;
        padding: 50px 20px 35px;
        border-left: 1px solid #cfd9e6;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .feedback-column {
        padding: 105px 20px 0;
    }
}

.quote {
    padding: 10px;
    background: #fdfdfd;
    border-radius: 4px;
    position: relative;
    color: #5d5d5d;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .quote {
        margin-bottom: 30px;
    }
}

.quote:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border-width: 15px 0 0 15px;
    border-style: solid;
    border-color: #fdfdfd rgba(0, 0, 0, 0);
    display: block;
    width: 0;
}

.quote__text {
    font-size: 12px;
    line-height: 1.5em;
}

.quote__name {
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
}

.feedback-column__text {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.quote__img {
    border-radius: 100%;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.why-sos__header {
    font-size: 14px;
    color: #333;
    font-family: inherit;
    margin-bottom: 16px;
    font-weight: 600;
}

.why-sos__list-item {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 1.5em;
    display: inline-flex;
    align-items: center;
}

.why-sos__list {
    padding-left: 20px;
    position: relative;
}

.why-sos__list .why-sos__list-item::before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 10px;
    background: #5d5d5d;
    position: absolute;
    left: 3px;
}

.cheack-icon {
    position: absolute;
    top: 52%;
    right: 20px;
    transform: translate(0,-88%);
    margin-right: 5px;
}

.cheack-icon > img {
    height : 10px;
}

.stripe-element {
    padding: 6px 20px 6px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-color: #d0d0d0 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.stripe-element.invalid {
    border-color: #eb1c26 !important;
}

#create_account {
    border : none;
    width : 100%;
}
