html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}

.bg {
    background-image: url("~/../../images/now/bg-gray.jpg");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    min-height: 100vh;
}

.display-4 {
    font-weight: 600;
}

.progress {
    margin-bottom: 0;
}

.progress-bar {
    background: #a2e59e;
}

.progress-back {
    height: 8px;
    margin: 3% 15% 0 15%;
    background-color: #dfdfdf;
}

.progress-front {
    height: 8px;
    margin: -8px 15% 0 15%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-dark {
    background-color: #1a6d9c!important;
}

.bg-light {
    background-color: #ffffff!important;
    border-bottom: 1px solid #1a6d9c;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(26,109,157, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.btn.focus,
.btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

body {
    background-image: url("~/../../images/bg-1.png");
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
}

.blue-bg-desk {
    background-image: url("~/../../images/b/desktop-bg.png");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.blue-bg {
    background-image: url("~/../../images/b/mobile-bg.png");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    margin: 0 -35px;
    padding: 15px 35px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.logo {
    height: 40px;
    width: auto;
    margin: 5px 0;
}

.btn-default img {
    width: 100%;
    height: auto;
}

.btn-default {
    background-color: #e6e6e6;
    border: 1px solid gray;
    opacity: .6;
    border-radius: 0;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background-color: #fff;
    border: 1px solid #1a6d9c;
    opacity: 1;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 109, 156, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(26, 109, 156, 1);
    box-shadow: 0px 0px 0px 1px rgba(26, 109, 156, 1);
}

.btn-form {
    font-size: 1.5rem;
    padding: 12px 0;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #dcdcdc;
}

.btn-form.active,
.btn-form:active,
.btn-form:hover,
.btn-form.focus,
.btn-form:focus,
.btn-form.active.focus,
.btn-form.active:focus,
.btn-form.active:hover,
.btn-form:active.focus,
.btn-form:active:focus,
.btn-form:active:hover {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background-color: #fff;
    border-color: #23c619;
    outline: 0;
}

.btn-primary {
    max-width: 300px;
    font-size: 2rem;
    padding: 10px;
    border-radius: 2rem;
    border: none;
    background: #23c619;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #1c9414;
    border-color: #1c9414;
    outline: 0;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1c9414;
    border-color: #1c9414;
}

.btn-warning {
    max-width: 400px;
    color: #fff !important;
    background-color: #ff6b00;
    border-color: #ff6b00;
    border-radius: 1px;
    font-size: 20px;
    padding: 12px;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #da5c01;
    border-color: #da5c01;
    outline: 0;
}

.blue {
    color: #1a6d9c;
}

.green {
    color: #23c619;
}

.h2,
h2 {
    font-size: 1.75rem;
}

.font-weight-500{
    font-weight: 500;
}

.form-control {
    height: 50px;
    padding: 6px 10px;
    font-size: .9rem;
    border-radius: 0;
}

.form-control-match {
    margin-left: -11px;
    width: 106%;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.input-group {
    border: 1px solid #ced4da;
}

.input-group-text {
    padding: .375rem;
    font-size: 1.5rem;
    border-radius: 0;
    background-color: #23c619;
    color: white;
    border: 0;
}

.p-1.text-center.continue {
    margin-right: -15px;
    margin-left: -15px;
}

[data-step="2"],
[data-step="3"],
[data-step="4"],
[data-step="5"],
[data-step="6"],
[data-step="7"],
[data-step="8"],
[data-step="9"],
[data-step="10"],
[data-step="11"],
[data-step="12"] {
    display: none;
}

#progressbar {
    margin: 20px auto;
    width: 200px;
    height: 200px;
    position: relative;
}

.animated {
    animation-duration: .5s;
}

.has-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: rgba(224, 43, 26, 0.1);
}

.has-error:focus {
    background-color: transparent;
}

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(246, 244, 241, 0.85);
    z-index: 2;
}

.loading {
    width: 60px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#text {
    position: relative;
    text-align: center;
    margin: 120px auto;
    max-width: 500px;
}

.overlay-frame {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin: auto 20px;
    -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .1);
}

#progressbar {
    margin: 20px auto;
    width: 200px;
    height: 200px;
    position: relative;
}

.border-primary {
    border-color: #1a6d9c!important;
}

.mcafee {
    width: 100px;
    height: auto;
}

.cashmoney,
.movetonext {
    cursor: pointer;
}

.month-box{
    width: 108%; 
    margin-left: -15px; 
    padding:6px 1px 6px 6px;
}

@media only screen and (max-width: 1199.98px) {
    .month-box{
        width: 110%; 
        margin-left: -11px; 
        padding:6px 1px 6px 6px;
    }
}

@media only screen and (max-width: 991.98px) {
    .btn-form {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    
    .progress-back {
        margin: 25px 15px 0 15px;
    }
    .progress-front {
        margin: -8px 15px 0 15px;
    }
    .logo {
        height: 25px;
    }
    .btn-primary {
        max-width: 500px;
    }
    #text {
        margin: 20px auto;
    }
    #text::-webkit-scrollbar {
        display: none;
    }
    .form {
        padding: 0 20px;
        margin: 10px 0;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    .small,
    small {
        font-size: 70%;
    }
    .text-center-mobile {
        text-align: center!important;
    }
    .mb-2-mobile {
        margin-bottom: .5rem!important;
    }
    .mcafee {
        width: 80px;
        height: auto;
    }
}