.footer::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.06;
    margin-top: 3px;
    background-color: #f0f0f0;
    background-image: url(../images/theme/home/footer-bg-1.png);
    /* background-size: 1000px; */
    background-size: 1270px;
    background-position: center bottom;
    background-repeat: no-repeat;
    pointer-events: none;
}
.footer{
    background-color: #f0f0f0 !important;
    padding: 110px 0 !important;
}
@media only screen and (max-width: 480px) {
    .page-section {
        padding: 80px 0 !important;
    }
}

/* ****************** */
/* Sing-Up Page Style */
/* ****************** */
.highlight-text {
    padding: .06em;
    border-color: coral;
    border-bottom-style: inset;
}
.register-info {
    background: white;
    box-shadow: 0 2px 4px rgb(50 50 93 / 10%), 0 2px 2px rgb(0 0 0 / 7%);
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    /* width: 50%; */
}
.register-info ul {
    padding-left: 1.3rem;
}
.info-step-list li {
    padding-inline-start: .7em;
    font-size: initial;
    opacity: .65;
}
.info-step-list li::marker {
    content: '🗹';
    font-weight: 500;
    font-size: 22px;
    opacity: 1;
    /* content: '✔';
    font-size: 20px;
    font-weight: 600; */
}
.register-info .info-ribbon {
    background-color: #f4f4f4;
}
.info-ribbon {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 2.45rem;
    margin: 0 -3rem 0;
    text-align: center;
    width: calc(100% + 6rem);
    opacity: .85;
}
.register-info p {
    font-weight: 600;
    font-size: 1.1em;
    margin: 1.5rem 0 0;
    opacity: .70;
}
.register-form .user-type {
    display: flex;
    flex-flow: row wrap;
}
.register-form .user-type .form-check {
    flex: 1;
    padding: 0.5rem;
    margin-bottom: 0;
}
.register-form .user-type input[type="radio"] {
    display: none;
}
.register-form .user-type input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}
.register-form .user-type input[type="radio"]:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
}
.register-form .user-type label {
    height: 100%;
    /* height: 80%; */
    width: auto;
    display: block;
    background: white;
    /* border: 1px solid #e1e1e1; */
    /* border-radius: 20px; */
    border-radius: 5px;
    padding: 1rem;
    /* margin-bottom: 1rem; */
    /* margin: 1rem; */
    text-align: center;
    box-shadow: 0 2px 4px rgb(50 50 93 / 10%), 0 2px 2px rgb(0 0 0 / 7%);
    position: relative;
}
.register-form .user-type label:hover {
    /* box-shadow: 0px 0px 20px hsla(21, 9%, 36%, 0.75); */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation-name: fade-in-anime;
    animation-duration: 0.1s;
    border-left: 8px solid #313131;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
@keyframes fade-in-anime {
    0%   {border-left: 2px solid #ffffff;}
    25%  {border-left: 3px solid #bfbfbf;}
    50%  {border-left: 4px solid #404040;}
    100% {border-left: 5px solid #262626;}
}
.register-form .user-type input[type="radio"]:checked + label {
    background: #313131;
    color: hsla(215, 0%, 100%, 1);
    box-shadow: 0px 0px 20px hsla(21, 9%, 36%, 0.75);
}
.register-form .user-type input[type="radio"]:checked + label::after {
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid #313131;
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
}
.register-form input[type="text"]::-webkit-input-placeholder, 
.register-form input[type="email"]::-webkit-input-placeholder,
.register-form input[type="password"]::-webkit-input-placeholder {
    color: #a6abb0;
    font-weight: 400;
    font-size: 1em;
    opacity: .6;
}
.register-form .select2 .select2-selection__placeholder {
    color: #a6abb0;
    font-weight: 400;
    font-size: 1em;
    opacity: .5;
}
.register-form .help-block, .register-form .invalid-feedback {
    font-size: 0.6875rem;
    margin-top: 0.225rem;
    margin-left: 0.25rem !important;
    width: 100%;
}
.register-form .help-block {
    color: #909090;
}
.register-form .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fd3995;
}
.register-form .form-control.is-invalid {
    border-color: #fd3995;
    padding-right: calc(1.47em + 1rem);
    background-repeat: no-repeat;
    background-position: right calc(0.3675em + 0.25rem) center;
    background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}
.register-form .is-invalid ~ .invalid-feedback {
    display: block;
}
.register-form .btn-link {
    color: #337ab7 !important;
}
.register-form .btn-link:hover {
    color: #0dcaf0 !important;
}
#signup-step-2 .h4 {
    font-size: 20px;
}
#signup-step-2 p {
    font-size: .9em;
    color: darkgray;
    /* color: #999eb5; */
    /* font-weight: 600; */
}
#signup-step-2 .form-label {
    margin-bottom: .3rem !important;
    font-weight: 600;
    opacity: .6;
}
.register-form button:disabled {
    cursor: not-allowed;
    background-color: #ced4da;
    background-color: #adb5bd;
}
#btnSignupBack {
    /* color: #212529; */
    /* border: 1px solid #212529; */
    border: 1px solid rgba(34,34,34, .9);
}
#btnSignupBack:hover {
    background: rgba(34,34,34, .9);
}
#message-block .alert {
    padding: .5rem .5rem;
}
#signup-step-2 .signup-payment-tabs {
    border-bottom: none;
}
#signup-step-2 .signup-payment-tabs li a {
    color: #707070;
    border-radius: 4px !important;
    text-decoration: none;
    padding: 6px 20px 5px;
}
#signup-step-2 .signup-payment-tabs li a.active {
    color: #222;
    border: 1px solid #222 !important;
    background: none !important;
}
#signup-step-2 .signup-payment-tabs li a.active:hover {
    cursor: default;
    color: #000;
    background: none !important;
    border: 1px solid #222 !important;
}
.form-card-icon {
    padding-right: 5px;
}
.form-card-icons {
    height: 100%;
    right: 0;
    top: 0;
    padding-right: 8px;
}
#signup-step-2 .form-card-icons {
    pointer-events: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 3;
}
#signup-step-2 .form-card-icons .BrandIcon {
    height: 24px;
}

#signup-step-2 .form-card-group-icon {
    width: 36px;
    height: 24px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#signup-step-2 .form-card-group-icon-item {
    transition: all .6s ease;
    transition-delay: .15s;
    position: absolute;
    top: 0;
    left: 0;
}
#signup-step-2 .form-card-group-icon-item--invisible {
    opacity: 0;
    /* -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#signup-step-2 .form-card-group-icon-item--visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.link-stripe, .secure-icon {
    color: #222;
    opacity: .6;
    font-weight: 800!important;
}
.link-stripe:hover {
    text-decoration: none;
}
.home-reviews .owl-prev:before, .owl-next:before {
    background-color: black !important;
}
.home-reviews .owl-buttons i {
    color: white !important;
}

/* MOBILE STYLE ADJUSTMENTS */
.mobile-on .inner-nav ul li .mn-has-btn {
    height: 40px!important;
}
.mobile-on .inner-nav ul li .mn-has-btn a {
    font-weight: 600 !important;
}
.mobile-on .desktop-nav ul li a {
    color: rgba(255,255,255, .7);
}
.mobile-on .login-label,
.mobile .login-label {
    display: none;
}
.mobile-on .login-title,
.mobile .login-title {
    margin-top: 1.5rem !important;
}
/* .mobile-on .main-nav.dark .inner-nav ul > li .mn-has-btn a.btn-mod.btn-border-w {
    color: rgba(255,255,255, .8);
    border: none;
} */
/* .mobile-on .bg-video-wrapper,
.mobile-on .bg-video-overlay {
    height: auto!important;
} */
/* END MOBILE STYLE ADJUSTMENTS */