


html,body{
    padding: 0;
    margin: 0;
    background-color: #3f4c6b;
    /*background-image: linear-gradient(43deg, #2b3448 0%, #3f4c6b 80%, #606c88 100%);*/
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
}

*{
    outline: 0;
}
*:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.selectpicker.invalid + button {
    background-color: #ffdddd !important;
}
.custom-file-label{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 335px;
    padding-right: 100px;
}


.tooltip-inner{
    max-width: 380px !important;
}

.slide_box{
    border-radius: clamp(1rem, 2.5vw, 2rem);
    background: #fff;
    -webkit-box-shadow: 0px 10px 19px rgb(39 47 64);
            box-shadow: 0px 10px 19px rgb(39 47 64);
    min-height: 300px;
    padding: clamp(1rem, 2.5vw, 1.9rem);
}

.prime_color{
    color: #009def;
}
span#loading img {
    width: auto;
    height: 24px;
    margin-right: 11px;
}

.prime_bg_color{
    background-image: -o-linear-gradient(45deg, #4481eb 0%, #04befe 100%);
    background-image: linear-gradient(45deg, #4481eb 0%, #04befe 100%);
    border-radius: 10px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.7rem 1.6rem;
}

.prime_bg_color:hover{
    background-image: -webkit-gradient(linear, left top, right top, from(#4481eb), to(#04befe));
    background-image: -o-linear-gradient(left, #4481eb 0%, #04befe 100%);
    background-image: linear-gradient(90deg, #4481eb 0%, #04befe 100%);
    background: #00A0F3 ;   
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00A0F3;
    border-color: none;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #00A0F3;
    border-color: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-outline-primary{
    color: #425763;
    background: #DCF2FE 0% 0% no-repeat padding-box;
    border: 1px solid #00A0F3;
    border-radius: 10px;
    padding: 0.7rem 1.6rem;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #425763;
    background: #DCF2FE;
    border: 1px solid #00A0F3;
}
.btn-outline-primary:hover{
    color: #425763;
    background: #DCF2FE;
    border: 1px solid #00A0F3;
}


.neoradio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.neoradio input[type="radio"] {
    display: none;
}

.neoradio label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    min-width: 60px;
    padding: 5px ;
    padding-right: 20px;
    margin: 0;
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.neoradio label{
    margin-right: 20px;
    border-radius: 50px;
}
.neoradio label:before{
    content: "";
    height: 40px;
    width: 40px;
    -webkit-box-shadow: 0px 3px 6px #0B2F5369;
            box-shadow: 0px 3px 6px #0B2F5369;
    border-radius: 50%;
    margin-right: 10px;
    background: url('new_icon.jpg') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: gray;
    
}

/*.neoradio label.choice0:before{
    background: url('new_icon.jpg') ;
}*/
.neoradio label.choice1:before{
    background: url('migration_icon.jpg') ;
    background-size: cover;
}


.neoradio label:first-of-type {
    /*border-radius: 20px;*/
}

.neoradio label:last-of-type {
    border-right: none;
    
}

.neoradio input[type="radio"]:hover+label {
    background-color: rgba(0, 0, 0, .4);
    color: white;
    -webkit-box-shadow: 0 10px 10px -2px rgb(36 101 148 / 30%);
            box-shadow: 0 10px 10px -2px rgb(36 101 148 / 30%);

}

.neoradio input[type="radio"]:checked+label {
    background: #009def;
    color: white;
    -webkit-box-shadow: 0 10px 10px -2px rgb(36 101 148 / 30%);
            box-shadow: 0 10px 10px -2px rgb(36 101 148 / 30%);
}

.neoradio input[type="radio"]:checked+label:before {
    -webkit-filter: grayscale(0%);
         filter: gray;
}


fieldset:disabled label {
    opacity: 0.5;
}

.req_l:after{
    content: "*";
    color: red;
}




#regForm {
    background:none;
    margin: 0px auto;

}


input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
}

input.invalid {
    background-color: #ffdddd !important;
}

.tab {
    display: none;
    margin-bottom:15px;
}

.step {
    height: auto;
    width: auto;
    margin: 0 2px;
    border: none;
    display: inline-block;
    color: #99a4bf;
}

.step.active {
    color: #fff;
}

.step.finish {
    color: #cbedff;
}

.all-steps {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}

#nextprevious{
    height: 43px;
    display: block;
}
#nextBtn, #prevBtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#nextBtn:after{ 
    content: "";
    background: url(arrow-r.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    margin-left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
#prevBtn:before{
    content: "";
    background: url(arrow-l.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


.all-steps .step span{
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    width: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #2e3850;
    margin-right: 14px;
    color: #99a4bf;
}
/*.all-steps .step:nth-child(-n + 2)::after{
        content: "";
    height: 1px;
    width: 44px;
    background: #6D8284;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 14px;
    margin-right: 5px;
}
.all-steps .step:nth-last-child(1){
    display: none
}*/
.all-steps .step.active span{
    background-image: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
    background-image: -o-linear-gradient(left, #4facfe 0%, #00f2fe 100%);
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    color: #404d6c;
    font-weight: 600;
    -webkit-box-shadow: 0px 9px 15px #045D9838;
            box-shadow: 0px 9px 15px #045D9838;
}
.all-steps .step.finish span {
    background: #ccefff;
    font-weight: 600;
    color: #404d6c;
/*  box-shadow: 0px 9px 15px #045D9838;*/
}

.banner{
    width: 100%;
    height: 150px;
    position: relative;
}
.banner img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-fit: left;
       object-fit: left;
}

.slide_box input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.slide_box input:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.slide_box input.form-control-range:focus{
    border:none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.custom-file:before, .custom-file:focus:before {
    content: "Browse";
    height: 100%;
    width: 100px;
    background: #00A0F3;
    border-radius: 10px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 4;
    color: #fff;
    display: -ms-grid;
    display: grid;
    place-content: center;
    pointer-events: none;
    padding: 0.8rem 1.6rem;
    -webkit-box-shadow: 0px 10px 18px #043B824D;
            box-shadow: 0px 10px 18px #043B824D;
}
.input-group>.custom-file:not(:first-child) .custom-file-label{
    border-radius: 10px;
}

#license{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border: 0px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}
.license_box{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    background: transparent -o-linear-gradient(189deg, #00D4FF 0%, #3A8ED8 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(261deg, #00D4FF 0%, #3A8ED8 100%) 0% 0% no-repeat padding-box;
}
.license_box label{
    margin-bottom: 0;
}

.slide_box input.num_box{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #25a0f3;
    padding-top: 0;
    padding-bottom: 0;
    height: 27px;
    border: none;
    border-bottom: 3px solid #25a0f387;
    border-radius: 0;
}

.form-group_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}

.bootstrap-select .dropdown-toggle .filter-option {
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.input_group span:not(#input_group_total) {
    position: relative;
    display: block;
    margin-top: 15px;
}
.input_group span:nth-child(1){
    margin-top: 0px;
}

.input_group input{
    padding-left: 243px;
    padding-right: 60px;
    text-align: left;
    font-weight: 600;
}
.input_group span label{
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100%;
    max-width: 230px;
    background: #f0f3ff;
    color: #28a4f5;
    line-height: 2.26rem;
    padding-left: 20px;
    border-radius: 3px 0px 0px 3px;
}

.input_group span:after {
    font-family: fontawesome;
    content: "\f295";
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 0px;
    line-height: 37px;
    color: #dedede;
}
.input_group.no_exst span:after {
    font-family: 'Work Sans', sans-serif;
    content: "Daily" !important;
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 0px;
    line-height: 37px;
    color: #dedede;
}
.input_group span .req_l:after{display: none;}
.input_group_total{
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
#input_group_total{
    font-weight: 600;
    font-size: 16px;
}
.input_group_total p{
    margin-bottom: 0px;
}
#input_group_total:after{
    font-family: fontawesome;
    content: "\f295";
    font-weight: 400;
    font-size: 14px;
    position: inherit;
    line-height: 20px;
    padding-left: 5px;
    color: #333;
}

.input_group.time span:after {
    font-family: 'Work Sans', sans-serif;
    content: "Minutes" !important;
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 0px;
    line-height: 37px;
    color: #dedede;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}
input[type=range]:focus, input[type=range] {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
} 
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #03a9f4;
    border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
            box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #03a9f4;
}
.range-wrap{
    width: 100%;
    position: relative;
    padding: 0px;   
}

.range-value{
    position: absolute;
    top: -50%;
}
.range-value span{
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-radius: 6px;
}
.range-value span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #03a9f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.range_min_max{
    position: absolute;
    width: 100%;
    top: 33px;
    font-weight: 500;
    color: #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.thank_u{
    line-height: 36px;
}
.check_options.invalid .custom-control-label::before{
background-color: #ffd7d7;
border: #ffada7 solid 1px;
}

.hours_l{
    position: relative;
    display: block;
}
.hours_l:after {
    font-family: 'Work Sans', sans-serif;
    content: "Hours" !important;
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 0px;
    line-height: 37px;
    color: #dedede;
}
.hours_l input{
    padding-right: 60px;
}
.shadow_box p {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #0069d9;
}

@media screen and (min-width: 1440px){
    body{font-size: 18px;  }
    .input_group span label{ max-width: 240px; }
    .input_group input{padding-left: 251px;}
}

@media screen and (max-width: 992px){
    .step {
        color: transparent !important;
        width: 30px;
        height: 30px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .all-steps .step:nth-child(-n + 2)::after{
        /*display: none;*/
    }
    .step.active{
        color: #009def !important;
        width: auto;
    }
}