/* Chrome, Safari, Edge, Opera */
section.questions input::-webkit-outer-spin-button,
section.questions input::-webkit-inner-spin-button,
#verify_phone_number input::-webkit-outer-spin-button,
#verify_phone_number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
section.questions input[type=number],
#verify_phone_number input[type=number] {
    -moz-appearance: textfield;
}

#verify-code:disabled {
    cursor: not-allowed;
}
select:invalid {
    color: #gray;
}
.img_explain {
    display: none;
    margin-top: 45px;
    margin-left: 100px;
}

section.questions .container {
    max-width: 1170px;
}
#FirstName .answers-container,#LastName .answers-container ,#PhoneNumber .answers-container ,#EmailAddress .answers-container{
    position: relative;
}
#FirstName .answers-container > .fa,#LastName .answers-container > .fa,#PhoneNumber .answers-container > .fa,#EmailAddress .answers-container > .fa{
    position: absolute;
    left: 70%;
    top: 19%;
    color: #204fee;
}

body, p {
    font-family: Poppins;
    font-weight:300;
    color: #0e1b39;
}

footer {
    padding:30px;
    background-color: #f9f9fa;
    color:#000033;
    font-size: 12px;
}

a {
    color: #204fee;
}

section.questions .progress {
    height: 8px;
    background-color: #EFF0F7;
    border-radius: 10px;
    width: 98%;
}

section.questions .question {
    display: none;
    padding-top: 25px;
    text-align: center;
    position: relative;
}

section.questions .question p{
    opacity:0.5;
}

section.questions .question.active {
    display: block;
}
section.questions .question p:first-child {
    color: #b8b8b8;
    font-size: 20px;
}
section.questions .question label {
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
}

section.questions .question p a {
    color: white;
    text-decoration: underline;
}
img.hover{
    display: none;
}
section.questions .question label a:hover {
    color: #007bff;
}
section.questions .question .answers-container ul li input:checked + label img.non_hover{
    display: none !important;
}
section.questions .question .answers-container ul li input:checked + label img.hover{
    display: inline-block !important;
}
section.questions .question label.question-title span {
    position: absolute;
    left: -30px;
    font-size: 22px;
    top: 6px;
    line-height: 25px;
    display:none;
}
section.questions .question label.question-title span i {
    font-size: 12px;
}
section.questions .question .answers-container.icon-dollar:before {
    content: "\f155";
    font-family: FontAwesome;
    font-weight: 400;
    margin-top: 1px;
    font-size: 26px;
    position: absolute;
    margin-left: 0px;
}
.section.questions .answers-container {
    margin-top: 30px
}
section.questions .question .answers-container.icon-percent:before {
    content: "\f295";
    font-family: FontAwesome;
    font-weight: 400;
    margin-top: 1px;
    font-size: 26px;
    position: absolute;
    margin-left: 100px;
    /* right: -10px; */
}
section.questions .question .answers-container ul {
    padding: 0;
    margin: 0;
}
section.questions .question .answers-container ul li {
    list-style: none;
}
section.questions .question .answers-container ul li input {
    display: none;
}
section.questions .question .answers-container ul li label {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 0;
    width: 450px;
    max-width: 100%;
    padding: 10px 5px 8px 20px;
    border: 1px solid #87888f;
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: pointer;
    color: #0e1b39;
    text-align: center;
    border: 1px solid #EFF0F7;
    box-shadow: 0px 2px 11px rgb(69 65 164 / 6%), 0px 4px 10px rgb(31 37 89 / 7%);
    border-radius: 16px;
}
section.questions .question .answers-container ul li label:hover {
    border: 1px solid #204fee;
    outline: solid 1px #204fee;
    background: #204fee;
    color: white;
}
section.questions .question .answers-container ul li label span {
    padding: 5px 7px;
    border: 1px solid #87888f;
    background: #131f3e;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
section.questions .question .answers-container ul li input:checked + label {
    border: 1px solid #204fee;
    outline: solid 1px #204fee;
    background: #204fee;
    color: white;
}
section.questions .question .answers-container ul li input:checked + label:after {
    /*    content: "\f00c";
        font-family: FontAwesome;
        font-weight: 400;
        position: absolute;
        right: 20px;
        top: calc(50% - 10px);
        color: #204fee;*/
}
section.questions .question .answers-container ul li input:checked + label span {
    color: #000033;
    background: white;
}
section.questions .question .answers-container ul li input:disabled + label {
    cursor: not-allowed;
}
section.questions .question .answers-container select,
section.questions .question .answers-container input[type="text"],
section.questions .question .answers-container input[type="email"],
section.questions .question .answers-container input[type="number"],
section.questions .question .answers-container input[type="tel"] {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: transparent;
    border-color: #EFF0F7;
    border-width: 1px;
    border-radius: 40px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    background-image: none;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    border-style: solid;
    box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
    width: 470px;
    height: 41px;
    outline: 0;
    margin-bottom: 10px;
    max-width: 470px;
    padding-left: 15px;
}
section.questions  #HomeApproximateValue input[type="text"],
section.questions  #InvesmentApproximateValue input[type="text"],
section.questions  #HomeLoanBalance input[type="text"],
section.questions  #InvesmentBalance input[type="text"],
section.questions  #AnnualHouseIncome input[type="text"]
{
    padding-left: 25px;
    padding-right: 25px;
}
section.questions .question .answers-container select option {
    color: black;
}
section.questions .question .answers-container .error-holder {
    display: none;
    color: #ff2d2d;
    font-size: 12px;
    background: white;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 0px;
    max-width: 310px;
    margin: auto;
}
section.questions .question .answers-container .success-holder {
    display: none;
    color: green;
    font-size: 12px;
    background: white;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 0px;
}
section.questions .question .answers-container .answer-confirm {
    margin-top: 10px;
}
section.questions .question .answers-container span {
    font-size: 12px;
}

section.questions .action-buttons #next-question,
section.questions .action-buttons #prev-question {
    width: 170px;
    margin-bottom: 10px;
    background-color: #204fee;
    border: 1px solid #204fee;
    padding: 10px 25px;
    border-radius: 30px;
}
section.questions .action-buttons #prev-question {
    background: rgba(255,255,255,0);
    border: 1px solid #204fee;
    color: #204fee;
}

section.questions .question .answers-container .code_section {
    margin-bottom: 30px;
}
section.questions .question .answers-container .code_section p {
    font-size: 12px;
    text-align: center;
}
section.questions .question .answers-container .code_section input {
    margin: 0 3px;
    text-align: center;
    font-size: 24px;
    width: 30px;
}

section.questions .question .answers-container #verify-code {
    margin-bottom: 20px;
}

#HomeInterestRate .answers-container input[type="number"],
#InvestmentInterestRate .answers-container input[type="number"]{
    width: 100px;
    text-align: center;
    padding-left: 0;
}

#Age .answers-container input[type="number"] {
    width: 120px;
}

@media screen and (max-width: 991px) {
    section.questions .question label {
        font-size: 23px;
    }
}
/*mobile version*/
@media screen and (max-width: 749px) {
    section.questions .question {
        padding-top: 10px;
        /*        padding-bottom: 20px;*/
    }
    section.questions .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    section.questions .question .answers-container ul li label {
        font-size: 16px;
    }
    section.questions .question label.question-title span {
        left:5px;
    }
    section.questions .question label {
        /*padding-left: 35px;  */
        text-align:center;
    }
    section.questions .question .answers-container ul li input + label {
        font-size: 16px;
        margin-left: 0;
    }
    section.questions .question .answers-container select,
    section.questions .question .answers-container input[type="text"],
    section.questions .question .answers-container input[type="email"],
    section.questions .question .answers-container input[type="number"],
    section.questions .question .answers-container input[type="tel"] {
        font-size:16px;
        max-width:100%;
    }
    section.questions .question p {
        font-size: 12px;
    }
    /*section.questions #final.question label { padding-left: 0px; }*/
    section.questions #final.question label b {
        display: block;
    }
    section.questions #final.question label br {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    section.questions .question label {
        font-size: 18px;
    }
    section.questions .question .answers-container ul li input + label {
        font-size: 16px;
        padding-right: 20px;
    }
    section.questions .question .answers-container ul li input:checked + label:after {
        right: 5px;
    }
}

/*#City > .question-title, #Postcode > .question-title {
    display: none;
}*/
#progress-bar .st{
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #EFF0F6;
    border-radius: 100%;
    display: inline-block;
    color: black;
}
.steps{
    margin-top: -16px;
}
.steps .st{
    height: 25px;
    width: 25px;
    background-color: #EFF0F6;
    border-radius: 100%;
    display: inline-block;
    color: black;
    text-align: center;
    font-size: .75rem;
    padding-top:3px;
}
#progress-bar .st1{
    left: 0;
}
#progress-bar .st2{
    left: 18%;
}
#progress-bar .st3{
    left: 37%;
}
#progress-bar .st4{
    left: 57%;
}
#progress-bar .st5{
    left: 76%;
}
#progress-bar .st6{
    right: 0;
}
#progress-bar{
    background: #204fee !important;
}
.steps{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
span.st span{
    position: absolute;
    top: 15%;
    left: 36%;
}
span.st1 span{
    left: 44%;
}
.btn_next_prev{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
#next-question{
    margin-left: auto;
}
.ch_groups{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.ch_groups .fa{
    position: absolute;
    left: 94%;
    top: 62%;
    color: #204fee;
}
.bg-primary{
    background-color: #00B296 !important;
}
.ch_con_questions{
    border: 1px solid #EFF0F7;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 34px;
    padding: 30px;
}
.desc_step{
    margin-top: 5%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    letter-spacing: 3px;
    color: #1f50ee;
}
.sub_desc_step{
    color: #6F6C90;
}
.spc{
    width: 100%;
    border-bottom: 1px solid #D9DBE9;
}
.group_desc_step{
    display: none;
    text-align: center;
}
.group_desc_step.active{
    display: block;
}
label.question-title {
    font-weight: 400;
}
section.questions .question .answers-container ul li{
    width: 48%;
    margin-right: 2%;
}
section.questions .question .answers-container ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
#final{
    text-align: center;
}
#final input{
    border-radius: unset;
    padding-left: unset;
}
#resend-code {
    display: block;
    margin: auto;
    background-color: #00B296;
    box-shadow: 0px 3px 12px rgb(74 58 255 / 18%);
    border-radius: 56px;
    border: none;
    color: #fff;
}
i.fa-warning{
    top: 60% !important;
}
.ch_con_questions select{
    border-right: 10px solid transparent !important;
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: #204fee;
    border: none !important;
}
.questions label i {
    display: block;
    font-size: 40px;
    padding-bottom: 20px;
    color: #204fee;
}
section.questions .question .answers-container ul li input:checked + label i,section.questions .question .answers-container ul li label:hover i:before{
    color: white;
}
.questions_area {
    margin-bottom: 30px;
}
section.questions .question .answers-container ul li img {
    width: 120px;
    height: 120px;
}
section.questions .ch_groups_length_width .question{
    text-align: center;
}
section.questions .ch_groups_length_width .question input{
    text-align: center !important;
    padding-left: 0px !important;
}
section.questions .ch_groups_length_width label{
    margin-bottom: 10px;
}
.length_width_desc{
    font-weight: 400;
    margin-top: 25px;
    font-size:24px;
}
#FirstName input,#LastName input,#PhoneNumber input,#EmailAddress input,#StreetAddress input,#Suburb input,#Postcode input{
    text-align: center;
    padding-left: 0px;
}
@media screen and (min-width: 749px) {
    .ch_groups_length_width{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    section.questions .question .answers-container ul li img {
        margin-bottom: 10px;
    }
    #StreetAddress input{
        width: 51.5%;
        max-width: 100%;
    }
    .city_postcode{
        justify-content: center;
        column-gap: 10px;
    }
    section.questions .city_postcode input{
        width: 267px !important;
    }
    .ch_con_questions{
        padding: 40px 40px 20px 40px;
    }
    .static-top{
        margin-bottom: 30px !important;
    }

    footer {
        position:absolute;
        width:100%;
        top: 90%;
    }
    section.questions .question .answers-container ul li label {
        width: 100%;
        max-width: 100%;
        padding: 25px 25px;
        margin-left: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.questions .question .answers-container ul li {
        margin-right: 10px;
        flex: 1 1 0;
    }
    section.questions .question .answers-container ul {
        display: flex;
        justify-content: center;
    }
    section.questions #Homeowner .answers-container ul li,section.questions #PatioType .answers-container ul li{
        flex: none;
        flex-basis: 22%;
    }
}
@media screen and (max-width: 749px) {
    .ch_groups{
        flex-direction: column;
    }
    .ch_groups .fa {
        left: 90%;
        top: 55% !important;
    }
    i.fa.fa-warning{
        top: 45% !important;
    }
    #StreetAddress input{
        width: 350px;
    }
    section.questions .question .answers-container ul li{
        width: 100%;
    }
    section.questions .question .answers-container ul{
        flex-direction: column;
    }
    section.questions .action-buttons #next-question,
    section.questions .action-buttons #prev-question {
        width: 140px;
    }
    .main_logo{
        width: 52%;
        height: auto;
    }
    .ch_con_questions {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .sub_desc_step{
        font-size: 13px;
    }
    .questions label i {
        display: inline;
        margin-right: 10px;
        font-size: 24px;
    }
    .length_width_desc{
        font-size:24px;
    }

    .questions_area {
        margin-bottom: 20px;
    }
    section.questions .question .answers-container ul li img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .img_explain {
        display:none;
        margin-left: auto;
        margin-top: 20px;
        width: 65%;
        margin-right: auto;
    }
    .float-right{
        height: 29px;
    }
    section.questions .ch_groups_length_width .question,section.questions .ch_groups_length_width .question input{
        text-align: center !important;
    }
    .ch_groups_length_width{
        display: flex;
        flex-direction: column-reverse;
    }
    section.questions .question .answers-container select, section.questions .question .answers-container input[type="text"], section.questions .question .answers-container input[type="email"], section.questions .question .answers-container input[type="number"], section.questions .question .answers-container input[type="tel"]{
        padding-left: 0px;
    }
    #FirstName .answers-container > .fa, #LastName .answers-container > .fa, #PhoneNumber .answers-container > .fa, #EmailAddress .answers-container > .fa {
        left: 92%;
    }
}
