button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button-bevel;
    cursor: pointer;
}

.onboard-logo img {
    width: 20%;
}

.onboard-logo {
    text-align: right;
    margin-top: 3em;
}

.onboard-prime img {
    height: 35px;
}

.my-next {
    background: transparent;
    width: 160px;
    font-family: Avenir-Black;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    position: relative;
}

.next-main {
    position: relative;
    margin-top: -40px;
}
.stylep p {
    line-height: 21px;
    font-size: 13px;
}
.prime-h {
    text-align: center;
}
.pad-p {
    padding: 40px;
}
.btn-r {
    background: #146bc8;
    color: white;
    border: 2px solid #146bc8;
}
.btn-r:hover {
    background: #ffffff;
    color: #146bc8;
    border: 2px solid #146bc8;
}

/*.nav li {
    display: inline;
}*/

.nav-abs {
    position: relative;
}

.nav-abs .abs {
    position: absolute;
    top: -15px;
    right: -10px;
}

.squaredFour {
    position: relative;
    display: inline-block;
    width: 2em;
    padding-bottom: 1em;
}

.squaredFour label {
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    border-radius: 3px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.squaredFour label:after {
    content: '';
    width: 15px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 4px;
    border: 3px solid green;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    opacity: 0;
}

.squaredFour input[type=checkbox] {
    visibility: hidden;
}

.squaredFour input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.select-box {
    margin-top: 1em;
}

.select-box span {
    padding-right: 1em;
}

.panel-default>.panel-heading {
    background-color: #4A4A4A;
    color: white;
}

#acordeon {
    margin-bottom: 3em;
}

.finish-left {
    display: none;
}

.prime-head {
    text-align: center;
    margin-top: 2em;
}

.prime-text {
    text-align: center;
    color: #1D3976;
    margin: 1em 0em;
}

.input-group-addon {
    background: white;
}

.login-btn {
    float: right;
    background: #E57227;
    border-radius: 20px;
    font-size: 15px;
    color: #FFFFFF;
    padding: 0.6em;
    width: 6em;
    text-align: center;
    cursor: pointer;
    border: none;
}

.login-btn:hover {
    background: #1D3976;;
    color: #FFFFFF;
}

.reg-btn {
    position: absolute;
    bottom: 40px;
    right: 30px;
    background: white;
    border-radius: 20px;
    font-size: 15px;
    color: #1D3976;
    padding: 0.6em;
    width: 6em;
    text-align: center;
    cursor: pointer;
}
.reg-btn:hover {
    background: #E57227;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none !important;
}
.p-card {
    min-height: 400px!important;
}

.prime-image {
    position: relative;
    margin-bottom: -30px;
    margin-top: 15px;
}

.prime-image img {
    position: relative;
    top: -15px;
    width: 100%;
}

.wiz-login {
    padding-top: 80px;
}

@media screen and (max-width: 1100px) {
    .nav-pills {
        left: unset;
    }
    .nav-abs .abs {
        display: none;
    }
    .prime-image img {
        top: 10px;
        right: unset;
    }
    .reg-btn {
        right: 70px;
    }
    .wiz-login {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 600px) {
    .sm-next {
        margin-bottom: 30px;
    }
    .finish-left {
        display: none!important;
    }
    .wiz-login {
        padding-top: 20px !important;
    }
}
@media screen and (max-width: 1100px) {
    
}
/*Anything from 1500 and above*/

@media screen and (min-width: 1650px) {}

@media (max-width: 575px) {

    body {
        background: #ffffff;
    }

    .reg-btn {
        position: relative;
        right: auto;
        left: 30px;
        padding: 10px;
        text-transform: uppercase;
        bottom: 43px;
    }
}