@font-face {
    font-family: "AzoSans-Bold";
    src: url("../fonts/AzoSans-Bold.eot");
    src: url("../fonts/AzoSans-Bold.woff") format("woff"),
        url("../fonts/AzoSans-Bold.otf") format("opentype");
}
@font-face {
    font-family: "AzoSans-Medium";
    src: url("../fonts/AzoSans-Medium.eot");
    src: url("../fonts/AzoSans-Medium.woff") format("woff"),
        url("../fonts/AzoSans-Medium.otf") format("opentype");
}
@font-face {
    font-family: "AzoSans-Regular";
    src: url("../fonts/AzoSans-Regular.eot");
    src: url("../fonts/AzoSans-Regular.woff") format("woff"),
        url("../fonts/AzoSans-Regular.otf") format("opentype");
}

* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: "AzoSans-Regular";
    overflow-x: hidden;
}
h6 {
    font-size: 18px;
    font-family: "AzoSans-Medium";
}
h2 {
    font-size: 36px;
    font-family: "AzoSans-Medium";
}
.textAlignLeft {
    text-align: left;
}
.textAlignRight {
    text-align: right;
}
.auth-page-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #ecf0f1 url(../image/auth-header-bg.png) no-repeat;
    padding: 0;
    margin: 0;
    background-position: top;
    background-size: 100%;
}
.auth-page-wrapper .container,
.container {
    max-width: 1720px;
}
.auth-head {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: left;
}
.welcome-user {
    color: #e5e5e5;
}
.welcome-user span {
    color: #fff;
}
.auth-body {
    width: 100%;
    height: calc(100vh - 200px);
}
.auth-body .col-lg-12,
.auth-body .row {
    height: 100%;
}
.auth-logo-section,
.auth-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-form-bg {
    background: linear-gradient(45deg, #fff, #eaf0f1);
    border-radius: 120px;
    border: solid 3px #f8f8f8;
    box-shadow: 1px 5px 25px 1px rgba(0, 0, 0, 0.15);
    max-width: 750px;
    max-height: 750px;
}
.register .auth-form-bg {
    max-height: 920px !important;
}
.register .btn.btn-default {
    margin-top: 15px;
}
.form-header {
    float: left;
    width: 100%;
    height: 180px;
    background: url(../image/auth-form-header-bg.png) no-repeat;
    background-size: 90%;
    display: flex;
    align-items: center;
}
.form-header h2 {
    color: #16224a;
    width: 100%;
    padding: 0 100px;
}
.form-header h2 span {
    color: #868eaa;
}
.form-body {
    width: 100%;
    float: left;
    padding: 50px 100px;
}
.auth-form label {
    font-size: 21px;
    color: #ff4b60;
    font-family: "AzoSans-Medium";
    margin-bottom: 10px;
}
.auth-form input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 3px rgba(0, 0, 0, 0.15);
    padding: 5px;
    color: rgba(22, 34, 74, 0.5);
    font-size: 36px;
}
.auth-form input::placeholder {
    color: rgba(22, 34, 74, 0.25);
}
.auth-form input:focus {
    box-shadow: none;
    background-color: transparent;
    border: transparent;
    border-bottom: solid 3px rgba(0, 0, 0, 0.15);
}
.auth-form .form-group {
    margin-bottom: 40px;
}
.pg-links a {
    font-size: 20px;
    color: #151515;
    text-decoration: none;
}
.auth-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-button button {
    background: linear-gradient(120deg, #f5f8f8, #eaf0f1);
    width: 360px;
    height: 100px;
    border-radius: 50px;
    border: solid 3px #fdf9f9;
    color: #868eaa;
    font-size: 36px;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.025);
}

/*home page*/
.page-wrapper {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    background-color: #e5e5e5 !important;
    overflow-x: hidden;
}
header {
    width: 100%;
    height: 100px;
    background-color: #000;
    border-bottom: solid 5px #ff4b60;
}
header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.brand-logo img {
    max-height: 40px;
}
.welcomeuser-right {
    text-align: right;
}
.welcomeuser-right h6 {
    color: #ff4b60;
    width: 200px;
    float: right;
    display: flex;
    align-content: center;
    align-items: center;
}
.welcomeuser-right h6 span {
    color: #ecf0f1;
    float: left;
    width: auto;
}
.section-title {
    margin-top: 40px;
}
.section-title h2 {
    color: #151515;
}
.section-title h6 {
    color: #e35667;
}
.build-profile-form {
    width: 100%;
    height: auto;
    margin-top: 25px;
}
/*custom radio*/
.custom_radio {
    margin: 13px;
}
.custom_radio input[type="radio"] {
    display: none;
}
.custom_radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 2em;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1.6em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_radio input[type="radio"] + label::before,
.custom_radio input[type="radio"] + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom_radio input[type="radio"] + label::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em #e5e5e5, inset 0 0 0 1em white;
}
.custom_radio input[type="radio"] + label:hover:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}
.custom_radio input[type="radio"]:checked + label::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em #fff, inset 0 0 0 1em #ff4b60;
    border: solid 2px #ffaeb8;
}
.question-block {
    max-width: calc(50% - 20px);
    margin: 10px;
    background: linear-gradient(125deg, #fff, #ecf0f1);
    border-radius: 15px;
    padding: 15px 25px;
    min-height: 130px;
    height: 130px;
}
.p-question {
    color: #757575;
    width: 95%;
}
.p-answers {
    display: flex;
    flex-direction: row;
}
.build-profile-form .auth-button {
    margin: 50px 0;
}
.section-profile-form .auth-button button {
    width: 250px;
    height: 70px;
    border-radius: 35px;
    font-size: 28px;
    padding: 13px;
}

/*Discover*/
.discover-niird .section-title {
    width: 100%;
    text-align: center;
}
.discover-section {
    width: 600px;
    height: 400px;
    margin: 0 auto;
    background: linear-gradient(45deg, #fff, #ecf0f1);
    border-radius: 90px;
}
.discover-section {
    width: 600px;
    height: 400px;
    margin: 0 auto;
    background: linear-gradient(160deg, #fff, #ecf0f1);
    border-radius: 90px;
    padding: 90px 150px;
    margin-top: 5rem;
}
.discover-section .custom_radio {
    margin: 35px 0;
}
.discover-section .custom_radio label {
    font-size: 21px;
    color: #75898f;
}
.discover-niird .custom_radio input[type="radio"] + label::before,
.discover-niird .custom_radio input[type="radio"] + label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.discover-niird .custom_radio input[type="radio"]:checked + label::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.15em #fff, inset 0 0 0 1em #868eaa;
    border: solid 3px #d4dfe2;
}
.discover-niird .auth-button button {
    width: 250px;
    height: 70px;
    border-radius: 35px;
    font-size: 28px;
    padding: 13px;
    margin-top: 50px;
}
.spectrum-section {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    background: linear-gradient(160deg, #fff, #ecf0f1);
    border-radius: 90px;
    padding: 50px 100px;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.spectrum-section h6,
.spectrum-section h6 {
    font-size: 24px;
    color: #666;
    margin-bottom: 25px;
}
.spectrum-section label {
    font-size: 21px;
    color: #757575;
}
.radio-sub-group {
    display: flex;
    margin-bottom: 15px;
}
.inner-head {
    color: #16224a;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.nav-steps .nav span {
    float: left;
    width: 24px;
    height: 24px;
    border: solid 2px #c0c3cd;
    border-radius: 50%;
    padding: 1px;
    font-size: 14px;
    margin-right: 5px;
    color: #c0c3cd;
    text-align: center;
    letter-spacing: -0.05px;
}
.nav-steps .nav a {
    color: #c0c3cd;
}
.nav-steps .nav a.active {
    color: #ff4b60;
}
.nav-steps .nav a.active span {
    color: #ff4b60;
    border: solid 2px #ff4b60;
}
.nav-steps {
    margin-top: 50px;
}
.equity-question h5 {
    font-size: 21px;
    color: #75898f;
}
.equity-question {
    margin-bottom: 15px;
}
/**/
.register .form-body {
    padding: 15px 100px;
}
.register .auth-form label {
    margin-bottom: 0;
}
.register .auth-form input {
    margin-bottom: 10px;
    font-size: 30px;
}
.register .auth-form-section {
    margin-top: -50px;
}
.welcomeuser-right ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#navbarDropdown {
    color: #ecf0f1;
    text-transform: capitalize;
}
.spectrum-section h4 {
    font-size: 21px;
    color: #75898f;
    margin: 0;
}
.custom_radio label {
    color: #999;
    font-size: 20px;
}

.button-cust button {
    margin: 40px !important;
}
.build-profile .question-block {
    max-width: none !important;
}
.spectrum-stage .section-title {
    text-transform: uppercase;
    text-align: center;
}

/*Congrats*/
.congrats-section {
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: url(../image/congratulations-bg.png) no-repeat;
    background-position: 55% center;
    background-size: auto;
}
.inner-section-congrats {
    width: 500px;
    height: 100%;
    margin: auto;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.congrats-niird-logo img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
}
.inner-section-congrats h4 {
    font-size: 64px;
    color: #00cf8b;
    margin: 25px 0;
    font-weight: 600;
}
.inner-section-congrats h5 {
    font-size: 30px;
    color: #868eaa;
}
.inner-section-congrats h5 span {
    color: #0096f0;
    font-weight: 600;
}

/*answer*/
.answer {
    margin: 15px;
}
.display-answer {
    margin: -2px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}
.answer .answer-choice {
    color: #ef465a;
}

/*toast*/
.build-profile .toast {
    padding: 25px;
    background-color: #ec99a3;
    font-size: 17px;
}
.summary .heading {
    padding: 20px;
}
/*.toast {
      transition: opacity 1.2s linear !important;
}*/
/*.niird-profile .previous-button1{
    position: relative;
}*/
/*.next-button1{
    position: absolute !important;
    bottom: -93px;
    right: 506px;
}*/
.btn.btn-default.previous-button1.new_preview_one {
    position: relative;
    left: -150px;
}
.next-button1 {
    position: relative;
    bottom: 210px;
    right: 0;
    left: 0;
    margin-left: 300px;
}
.reset-password .auth-form-bg {
    max-height: 720px !important;
}
.reset-password .btn.btn-default {
    margin-top: 20px;
}
.tabbable.boxed.parentTabs {
    background-color: #f8f8f8;
}
.tabbable.boxed.parentTabs li {
    background-color: transparent;
}
.tabbable.boxed.parentTabs li .nav-link {
    font-size: 16px;
    color: #000;
}
.tabbable.boxed.parentTabs li .nav-link.active {
    background-color: #000;
    color: #fff;
}
.tab-content.inner-tab .nav.nav-tabs {
    flex-direction: column;
    width: 200px;
    height: 100%;
    float: left;
}
.tab-content.inner-tab .tab-content {
    float: left;
    width: calc(100% - 200px);
    height: 100%;
}
.tab-content.inner-tab .tab-content > .tab-pane {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px;
    border-left: solid 1px #eaeaea;
}
.tab-content.inner-tab .tab-content .sub-heading {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #cacaca;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #555;
    margin-top: 15px;
}
.tab-content.inner-tab .tab-content > .tab-pane h5 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #757575;
}
.tab-content.inner-tab .tab-content > .tab-pane .span {
    float: left;
    width: 100%;
    height: auto;
}
.tab-content.inner-tab .tab-content > .tab-pane .span {
    float: left;
    width: 32.3%;
    height: auto;
    margin-right: 1%;
}
.tab-content.inner-tab .tab-content > .tab-pane .span h6 {
    font-size: 16px;
    color: #555;
    margin: 0;
    margin-bottom: 5px;
}
.tab-content.inner-tab .tab-content > .tab-pane .span p {
    font-size: 14px;
    color: #ff4b60;
    margin: 0;
    margin-bottom: 5px;
}
.tab-content > .active {
    display: none;
}
.tab-content > .active.show {
    display: block;
}

.sub-heading.Bias {
    display: none;
}
.sub-heading.Authenticity_one {
    display: none;
}
.sub-heading.Authenticity_two {
    display: none;
}
.sub-heading.Authenticity_three {
    display: none;
}
.sub-heading.Authenticity_four {
    display: none;
}
.sub-heading.Curiosity_one {
    display: none;
}
.sub-heading.Curiosity_two {
    display: none;
}
.sub-heading.Curiosity_three {
    display: none;
}
.sub-heading.Empathy_one {
    display: none;
}
.sub-heading.Empathy_two {
    display: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .answer {
        margin: 0;
    }
    .container {
        max-width: 95%;
        margin: 0 2.5%;
    }
}

@media only screen and (max-width: 991px) {
    .auth-page-wrapper {
        background-size: 115%;
    }
    .auth-page-wrapper .container,
    .container {
        max-width: 90%;
        padding: 0;
        float: left;
        margin: 0 5%;
    }
    .auth-head {
        width: 100%;
        height: 120px;
    }
    .auth-body {
        height: calc(100vh - 150px);
    }
    .auth-form .form-group .row {
        float: left;
        width: 100%;
    }
    .auth-logo-section img {
        width: 160px;
        margin: 60px 0;
    }
    .auth-form-bg {
        border-radius: 85px;
        border: solid 2px #f8f8f8;
        max-width: 560px;
        max-height: 750px;
        width: 560px;
    }
    .form-header {
        background-size: 90%;
        margin-top: -2px;
        margin-left: -2px;
        height: 140px;
    }
    .form-header h2 {
        padding: 0 50px;
        font-size: 24px;
    }
    .form-body {
        padding: 25px 50px;
    }
    .auth-form .form-group {
        margin-bottom: 25px;
    }
    .auth-form input {
        font-size: 24px;
        line-height: 40px;
        padding-left: 15px;
    }
    .form-body .form-group .col-lg-6 {
        max-width: 50%;
        width: 50%;
    }
    .pg-links a {
        font-size: 16px;
    }
    .auth-button button {
        width: 240px;
        height: 70px;
        border: solid 2px #fdf9f9;
        font-size: 24px;
    }
    .form-header h2 {
        margin: 0;
    }
    .register .form-body {
        padding: 25px 50px;
    }
    .auth-form label {
        font-size: 18px;
    }
    .register .auth-form input {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 36px;
        padding-left: 0;
        border-bottom: solid 2px rgba(0, 0, 0, 0.15);
    }
    .register .auth-form-section {
        margin-top: 0px;
    }
    .auth-body.register .auth-logo-section img {
        margin: 30px 0;
    }
    .auth-body.reset_link .auth-logo-section {
        max-height: 200px;
    }
    .auth-body.reset_link .auth-form-section {
        height: calc(100% - 200px);
    }
    .auth-body.reset_link .auth-form-bg {
        height: auto;
    }
    .auth-body.reset_link .auth-button button {
        width: 300px;
    }
    .auth-body.reset_link .auth-form input {
        padding-left: 0;
    }
    .welcomeuser-right {
        text-align: right;
        float: right;
        max-width: 50%;
        width: 50%;
        display: flex;
        align-content: end;
        align-items: center;
        justify-content: end;
    }
    .brand-logo {
        float: left;
        width: 50%;
        max-width: 50%;
    }
    .welcomeuser-right h6 {
        width: auto;
    }
    .section-title {
        margin-top: 30px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    header {
        height: 100px;
        float: left;
        width: 100%;
    }
    .spectrum-stage {
        float: left;
        width: 100%;
        height: auto;
    }
    .section-title {
        float: left;
        width: 100%;
    }
    .spectrum-stage form {
        float: left;
        width: 100%;
        height: auto;
    }
    .spectrum-section {
        width: 100%;
        height: auto;
        border-radius: 45px;
        padding: 50px;
        float: left;
    }
    .spectrum-section h6,
    .spectrum-section h6 {
        font-size: 21px;
    }
    .radio-sub-group {
        float: left;
        width: 100%;
        display: block;
    }
    .custom_radio {
        float: left;
        width: 45%;
        max-width: 45%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .spectrum-section h4 {
        font-size: 18px;
    }
    .custom_radio label {
        font-size: 16px;
    }
    .form-group.auth-button {
        float: left;
        width: 100%;
        margin-top: 25px;
    }
    .nav-steps {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .nav-steps .nav a.active {
        float: left;
        width: 25%;
    }
    .spectrum-section {
        margin-top: 30px;
    }
    .discover-section {
        width: 90%;
        height: auto;
        border-radius: 45px;
        padding: 45px 75px;
        margin-top: 10rem;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .discover-section .custom_radio {
        width: 100%;
        max-width: 100%;
        margin: 15px;
    }
    .congrats-section {
        background-size: 100%;
    }
    .inner-section-congrats h4 {
        font-size: 56px;
    }

    .tab-content.inner-tab .nav.nav-tabs {
        flex-direction: row;
        width: 100%;
        height: auto;
        float: left;
    }
    .tab-content.inner-tab .tab-content {
        float: left;
        width: 100%;
        height: 100%;
    }
    .tabbable.boxed.parentTabs li .nav-link {
        font-size: 13px;
    }
}
@media only screen and (max-width: 600px) {
    .auth-form-bg {
        max-width: 90%;
        width: 90%;
    }
    .auth-head {
        width: 100%;
        height: 70px !important;
    }
    .auth-body .container {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    .auth-form-bg {
        border-radius: 60px !important;
    }
    .form-header {
        height: 100px !important;
    }
    .form-header h2 {
        padding: 0 25px !important;
        font-size: 18px !important;
    }
    .form-body {
        padding: 25px;
    }
    .auth-form .form-group {
        margin-bottom: 15px;
    }
    .auth-form input {
        font-size: 18px;
        line-height: 36px;
        padding-left: 15px;
    }
    .pg-links a {
        font-size: 12px;
    }
    .auth-button button {
        width: 200px;
        height: 60px;
        border: solid 2px #fdf9f9;
        font-size: 20px;
    }
    .auth-logo-section img {
        max-width: 150px;
        margin: 30px 0 !important;
    }
    .register .form-body {
        padding: 20px;
    }
    .auth-form label {
        font-size: 16px;
    }
    .register .auth-form input {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 26px;
        padding-left: 0;
    }
    .register .form-body {
        padding: 0 20px 15px;
    }
    .auth-body.register .form-body {
        margin-top: -10px;
    }
    .auth-body.register .form-body .auth-button {
        margin-top: 0;
    }
    .discover-niird form {
        float: left;
        width: 100%;
    }
    .discover-section {
        margin-top: 25px;
        padding: 25px 50px;
    }
    .spectrum-section {
        margin-top: 30px;
        padding: 50px 25px;
    }
    .spectrum-section h6,
    .spectrum-section h6 {
        font-size: 18px;
    }
    .custom_radio label {
        font-size: 14px;
        margin-right: 0 !important;
        padding-top: 2px;
    }
    .nav-steps .nav a.active {
        float: left;
        width: 33.3%;
        padding: 5px;
        font-size: 13px;
    }
    .nav-steps .nav span {
        width: 20px;
        height: 20px;
        padding: 2px;
        font-size: 10px;
    }
    .equity-question h5 {
        font-size: 16px;
    }
    .congrats-section {
        background-size: 188%;
    }
    .inner-section-congrats {
        width: 100%;
    }
    .inner-section-congrats h4 {
        font-size: 36px;
    }
    .inner-section-congrats h5 {
        font-size: 24px;
    }
    tab-content.inner-tab .tab-content > .tab-pane .span {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .auth-page-wrapper .container,
    .container {
        max-width: 90%;
        padding: 0;
    }
    .auth-logo-section {
        max-width: 300px;
    }
    .auth-form-section {
        width: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
    .auth-logo-section img {
        max-width: 100%;
    }
    .auth-form-bg {
        border-radius: 80px;
        border: solid 2px #f8f8f8;
        max-width: 500px;
        height: auto;
        width: 500px;
    }
    .form-header {
        height: 120px;
    }
    .form-header h2 {
        padding: 0 50px;
        font-size: 24px;
    }
    .form-body {
        padding: 50px;
    }
    .auth-form .form-group {
        margin-bottom: 25px;
    }
    .auth-form input {
        border-bottom: solid 2px rgba(0, 0, 0, 0.15);
        padding: 10px;
        font-size: 24px;
        padding-bottom: 5px;
    }
    .pg-links a {
        font-size: 14px;
    }
    .auth-button button {
        width: 260px;
        height: 70px;
        border: solid 2px #fdf9f9;
        font-size: 24px;
    }
    .auth-body .container {
        width: 100%;
        max-width: 100%;
    }
    .register .auth-form input {
        font-size: 18px;
        padding: 10px;
        padding-bottom: 5px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .register .form-body {
        padding: 15px 50px;
    }
    .register .auth-form-bg {
        max-height: 100% !important;
        height: auto;
    }
    header {
        height: 100px;
        float: left;
        width: 100%;
    }
    .spectrum-stage {
        float: left;
        width: 100%;
        height: auto;
    }
    .section-title {
        float: left;
        width: 100%;
    }
    .spectrum-stage form {
        float: left;
        width: 100%;
        height: auto;
    }
    .spectrum-section {
        width: 100%;
        height: auto;
        border-radius: 45px;
        padding: 50px;
        float: left;
        margin-top: 25px;
    }
    .spectrum-section h6,
    .spectrum-section h6 {
        font-size: 21px;
    }
    .custom_radio {
        margin-left: 0;
    }
    .custom_radio input[type="radio"] + label {
        padding-left: 1.75em;
    }
    .custom_radio label {
        font-size: 18px;
    }
    .discover-section {
        width: 600px;
        height: 400px;
        border-radius: 60px;
        float: left;
        width: 60%;
        margin: 100px 20%;
    }
    .form-group.auth-button {
        float: left;
        width: 100%;
    }
    .discover-niird .auth-button button {
        margin-top: 0px;
    }
    .congrats-section {
        background-size: 100%;
    }
    .inner-section-congrats h4 {
        font-size: 56px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1919px) {
    .auth-page-wrapper .container,
    .container {
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
    }
    .auth-body .container {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .auth-logo-section img {
        max-width: 250px;
    }
    .auth-form-bg {
        width: 560px;
        max-width: 560px;
        border-radius: 95px;
        margin-top: -40px;
    }
    .form-header h2 {
        width: 100%;
        padding: 0 50px;
        font-size: 24px;
    }
    .form-header {
        height: 130px;
    }
    .form-body {
        width: 100%;
        float: left;
        padding: 25px 50px;
    }
    .auth-form .form-group {
        margin-bottom: 25px;
    }
    .auth-form input {
        border-bottom: solid 2px rgba(0, 0, 0, 0.15);
        padding: 10px;
        font-size: 24px;
        padding-bottom: 5px;
    }
    .pg-links a {
        font-size: 14px;
    }
    .auth-button button {
        width: 260px;
        height: 70px;
        border: solid 2px #fdf9f9;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .auth-body .container {
        width: 100%;
        max-width: 100%;
    }
    .register .auth-form input {
        font-size: 18px;
        padding: 10px;
        padding-bottom: 0;
        padding-left: 0;
        margin-bottom: 15px;
        padding-top: 5px;
    }
    .register .form-body {
        padding: 15px 50px;
    }
    .register .auth-form-bg {
        max-height: 100% !important;
        height: auto;
    }
    header {
        height: 100px;
        float: left;
        width: 100%;
    }
    .auth-form label {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 18px;
    }
    .auth-body.register .form-group .pg-links {
        position: relative;
        top: -25px;
    }
    .register .btn.btn-default {
        margin-top: 0;
    }
    .discover-niird {
        float: left;
        width: 100%;
        height: auto;
    }
    .discover-niird .container {
        width: 100%;
        height: auto;
    }
    .discover-niird .section-title {
        margin-top: 25px;
        float: left;
        width: 100%;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .section-title h6 {
        font-size: 16px;
    }
    .discover-section {
        float: left;
        width: 40%;
        margin: 15px 30%;
        padding: 25px 100px;
        height: auto;
        border-radius: 60px;
    }
    .discover-niird .auth-button {
        float: left;
        width: 100%;
    }
    .discover-niird .auth-button button {
        margin-top: 25px;
    }
    .spectrum-stage {
        float: left;
        width: 100%;
    }
    .spectrum-stage form {
        float: left;
        width: 100%;
        height: auto;
    }
    .spectrum-section {
        float: left;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
        border-radius: 60px;
    }
    .congrats-section {
        background-size: 75%;
    }
    .inner-section-congrats h4 {
        font-size: 56px;
    }
    .answer .row {
    float: left;
    width: 100%;
    height: auto;
}
.auth-body.summary .row {
    float: left;
    width: 90%;
    margin: 0 5%;
}
.display-answer {
    margin-bottom: 15px;
}
}
