.customized-margin {
    margin-top: 4.425rem;
    margin-bottom: 4.425rem;
}

.steps h2{
    font-size:30px;
}
.progress {
    margin-bottom: 0;
}
.dpnones{display:inline-block;}
.dpnones1{display:none;}
.dpnonesrr{display:block;}
.dpnonesrr1{display:none;}

.progress-bar {
    background: rgba(219, 88, 22, 1);
    background: -moz-linear-gradient(left, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219, 88, 22, 1)), color-stop(100%, rgba(246, 191, 63, 1)));
    background: -webkit-linear-gradient(left, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    background: -ms-linear-gradient(left, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    background: linear-gradient(to right, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#db5816', endColorstr='#f6bf3f', GradientType=1);
}

.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;*/
        /*background-color: #0b262f !important;*/
        background-color: #fd8297 !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;
}

.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: 33px;*/
     height: 100px;
    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: 10px;
}

.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;*/
    border: 1px solid #000000;
    opacity: 1;
    outline: none;
    -webkit-box-shadow:0px 0px 0px 1px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 1px rgb(0, 0, 0); 
    box-shadow: 0px 0px 0px 1px rgb(0, 0, 0);
}

.btn-form {
    font-size: 20px;
    padding: 12px 0;
    background-color: #fff;
    border-color: #dcdcdc;
    border-radius: 0;
    border-bottom: 5px 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: rgba(26, 109, 156, 1);*/
    /*border-bottom: 5px solid rgba(26, 109, 156, 1);*/
        border-color: rgb(64, 155, 184);
    border-bottom: 5px solid rgb(62, 156, 184);
    outline: 0;
}

.btn-primary {
    font-size: 20px;
    padding: 12px 44px;
    /*background-color: #1a6d9c;*/
    /*border-color: #1a6d9c;*/
        background-color: #3e9cb6;
    border-color: #3e9cb6;
    border-radius: 8px;
    font-family: 'Source Sans Pro', sans-serif;
}

.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: #18638d;
    border-color: #18638d;
    outline: 0;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #18638d;
    border-color: #18638d;
}

.btn-warning {
    color: #fff !important;
    background-color: #fd9126;
    border-color: #fd9126;
    border-radius: 1px;
    font-size: 26px;
    padding: 12px 44px;
}

.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: #e38425;
    border-color: #e38425;
    outline: 0;
}

.blue {
    /*color: #1a6d9c;*/
    color: #6cbd44;
}

.h2,
h2 {
    font-size: 1.75rem;
}

.form-control {
    height: 44px;
    padding: 6px 10px;
    font-size: .9rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 44px;
}

[data-step="2"],
[data-step="3"],
[data-step="4"],
[data-step="5"],
[data-step="6"] {
    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(255, 255, 255, 0.65);
    z-index: 2;
}

#overlay-congrats {
    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: transparent;
    padding: 20px;
}

.overlay-frame-congrat {
    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);
}

.border-primary {
    border-color: #1a6d9c!important;
}

.mcafee {
    width: auto;
    height: 30px;
}

.cashmoney,
.movetonext {
    cursor: pointer;
}

@media only screen and (max-width: 991.98px) {
    .btn-form {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767.98px) {
    .dpnones1{display: inline-block !important;}
    .dpnones{display:none !important;}
    .dpnonesrr1{display:block !important;}
    .dpnonesrr{display:none !important;}
    #classsdew{
        font-size:17px !important;
    }
    .progress-back {
        margin: 25px 15px 0 15px;
    }
    .progress-front {
        margin: -8px 15px 0 15px;
    }
    .logo {
        height:42px !important;
    }
    .btn-primary {
        font-size: 20px;
        padding: 10px 20px;
    }
    #text::-webkit-scrollbar {
        display: none;
    }
    .form {
        padding: 0 20px;
        margin: 10px 0;
    }
     .steps h2{
        font-size: 20px !important;
    line-height: 1.3 !important;
}
    .small,
    small {
        font-size: 70%;
    }
    .text-center-mobile {
        text-align: center!important;
    }
    .mb-2-mobile {
        margin-bottom: .5rem!important;
    }
    .mcafee {
        width: auto;
        height: 25px;
    }
}