@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
.ty_checklist .container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}

.ty_checklist {
    border: none;
    max-width: 100%;
    background: #f4f9fc;
    font-family: 'Roboto', sans-serif;
}

.ty_checklist .content-wrapper {
    background: #FFFFFF;
}

.ty_checklist iframe {
    display: none;
}

.ty_checklist p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(51, 51, 51, 0.7);
}

.ty_checklist header {
    border-bottom: 0;
    height: 81px;
    background: #FFFFFF;
    padding: 18px 0!important;
}


/*.ty_checklist header .header-inner {
    text-align: left;
}*/
.ty_checklist header .header-inner {
    padding: 0 !important;
}
.ty_checklist header .header-inner img {
    margin: 0;
    max-width: 222px;
}

.congrat_section {
    margin-top: 50px;
}

.toward_solving {
    padding: 0 25px;
}

.toward_solving h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #041735;
    margin-top: 0;
    margin-bottom: 20px;
}

.toward_solving span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #315ea7
}

.toward_solving p {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300 !important;
}
/*.form_optional.created_score h3 {
    margin-bottom: 30px;
}*/
/*.multipal_qu1 span,
.multipal_qu1 p {
    max-width: 360px;
}*/

.form_optional {
    background: #FFFFFF;
    box-shadow: 0px 11px 24px rgba(28, 136, 201, 0.1);
    border-radius: 10px;
    margin-top: 16px;
    padding:24px 31px 24px 23px;
    position: relative;
        overflow: hidden;
}
.form_optional letter-spacing {
        font-weight: 400;
}
.form_optional h3 {
    font-family: Roboto;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #333333;
    margin: 0;
}

/*.form_optional .mo_show {
      max-width: 437px !important;
}*/

.ready_optional {
    margin-top: 25px;
    position: relative;
}

.form_optional .ready_optional::before {
    position: absolute;
    content: "";
    border: 1px solid #1C88C9;
    height: 100%;
    left: 15px;
    top: 31px;
}

.form_optional .ready_optional:last-child::before {
    display: none;
}

.ready_optional strong {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #1C88C9;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #1C88C9;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.icon_right {
    background: #1c88c9 !important;
}

.icon_right::before {
    position: absolute;
    content: "";
    background: url(../images/right_icon.svg);
    width: 18px;
    height: 14px;
    top: 8px;
    right: 7px;
}


/*.right_show .icon_right {
   display: block;
}*/
.ready_optional.ready_opti2 {
    max-width: 400px;
}
.sensitive {
    background: #FFFFFF;
    border: 1px solid #F2C94C;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px;
    max-width: 283px;
    display: flex;
    position: absolute;
    top: 211px;
    right: 16px;
}

.sensitive p {
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
}

.multipal_heading {
    padding-left: 42px;
}

.ready_optional span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #333333;
    display: block;
    margin-bottom: 7px;
}

.btn_group {
    display: flex;
    margin-top: 16px;
}

.btn_group .btn_custom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #1C88C9;
    box-sizing: border-box;
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-right: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #1C88C9;
    text-decoration: none;
}

.btn_custom.active-btn1,
.btn_custom.active-btn2,
.btn_custom.active-btn5,
.btn_custom.active-btn6,
.btn_custom.active-btn7,
.btn_custom.active-btn8,
.btn_custom.active-btn9 {
    background: #1C88C9;
    color: #FFFFFF;
}

.btn_group .btn_custom:hover {
    background: #1C88C9;
    color: #fff;
}

.btn_group .btn_custom.selected-btn {
    background: #1C88C9;
    color: #FFFFFF;
}

.ballpark input {
    padding: 12px;
    width: 165px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: rgba(51, 51, 51, 0.6);
    outline: none;
}

.ballpark input::placeholder {
    color: rgba(51, 51, 51, 0.6);
}

#year-select {
    background: #FFFFFF;
    border: 1px solid #D8D8D8 !important;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    width: 153px;
    padding: 12px 9px 12px 5px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: rgba(51, 51, 51, 0.6);
    outline: none;
    position: relative;
    appearance: none;
    -webkit-appearance: none; 
    -moz-appearance: none;
}

#year-select:focus {
    border: 1px solid #D8D8D8 !important;
}

.select-years {
    position: relative;
    max-width: 153px
}

.select-years::before {
    position: absolute;
    content: "";
    background: url(../images/dwon_icon.png);
    width: 10px;
    height: 5px;
    z-index: 99;
    right: 5px;
    top: 22px;
}

.multipal_heading span a {
    color: #333333;
}

.submit_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: rgba(243, 122, 14, 1);
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #ffff;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    border: none;
    text-transform: uppercase;
}

.submit_btn:hover {
    background: rgb(243 122 14 / 93%);
}


.slide_down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #393939;
    position: absolute;
    right: 11px;
    top: 31px;
    cursor: pointer;
    display: none;
}

.form_optional.form_optional1 {
    max-width: 100%;
    transition: all 0.8s;
}

.collapse_optional {
    max-height: 65px !important;
    height: 100%;
    overflow: hidden;
    transition: all 0.9s;
}

.created_score .ready_optional::before {
    display: none;
}

.ready_optional.ready_opti7::before {
    display: none;
}

.score_img {
    text-align: center;
    margin-top: 40px;
}

.score_section .btn_group {
    justify-content: center;
}

.score_section .btn_group .btn_custom {
    margin-right: 0px;
}

.service_affect {
    max-width: 291px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 8px;
}

.ty_checklist footer.container {
    max-width: 940px;
}
.desktop_none {
    display: none;
}

.help-block {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
    color: red !important;
}
.step:not(.step.active) {
    opacity: 0 !important;
    display: none !important;
} 

.multipal_heading.step.active {
    display: block !important;
    opacity: 0 !important;
}
.step.active.fade-show{
    opacity: 1 !important;
    transition: all ease 2s;
}
.multipal_heading.step.step-1.active{
    opacity: 1!important;
}
.pintag_form h3 span {
    font-weight: normal;
}

.pintag_form .multipal_heading .btn_group input {
    width: 165px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    padding: 10px;
    font-size: 16px;
}
.multipal_heading.step-2 .btn_group {
    display: block;
}
.multipal_heading.step-2 .btn_group .next2, 
.multipal_heading.step-4 .btn_group .next4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: rgba(243, 122, 14, 1);
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #ffff;
    max-width: 160px;
    width: 100%;
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
}

.multipal_heading.step-2 .btn_group .next2:hover, 
.multipal_heading.step-4 .btn_group .next4:hover {
       background: rgb(243 122 14 / 93%);
}

.multipal_heading.step-4 .btn_group {
    margin-top: 0;
}

.step-1 .form-control {
    max-width: 130px;
    outline: none;
    box-shadow: none;
}

label.code_error {
    font-size: 14px;
    color: red;
    font-weight: 300;
    margin-top: -2px;
    position: relative;
    line-height: 13px;
    display: block;
}

.step-2 .btn_group input {
    margin-bottom: 12px;
}
.error_message span p {
    color: red !important;
}

.form_optional.next-sp > a {
    outline: none;
    text-decoration: none;
}
.form_optional.next-sp > a {
    display: block;
}
.form_optional.next-sp a > h3{
    color: #000000;
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 600;
    /*margin-bottom: 10px !important;*/
    border-bottom: 2px solid #000;
    display: inline-block;
}
.next-sp a > p {
    color: #000;
    font-weight: 600;
    margin-bottom: 30px !important;
    text-decoration: none !important;
}
.next-sp a > p:focus {
    text-decoration: none !important;
    outline: none;
}

@media (max-width: 991px) {
/*.form_optional .mo_show {
      max-width: 400px !important;
}*/
}
@media (max-width: 768px) {
    /*.ty_checklist header .header-inner {
        text-align: center;
    }*/
    .toward_solving {
        padding: 0px;
    }
    .toward_solving span {
        font-size: 18px;
        line-height: 25px;
        display: block;
    }
    .toward_solving p {
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .form_optional h3 {
        font-size: 18px;
        line-height: 21px;
    }
    .btn_group {
        display: inherit;
        margin-top: 4px;
    }
    .btn_group .btn_custom {
        display: block;
        margin-top: 12px;
    }
    .btn_group.btn_group1 .btn_custom {
        max-width: 136px;
        width: 100%;
    }
    .btn_group.btn_group2 .btn_custom {
        max-width: 212px;
        width: 100%;
    }
    .btn_group.btn_group3 .btn_custom {
        max-width: 165px;
        width: 100%;
    }
    .btn_group.btn_group4 .btn_custom {
        max-width: 98px;
        width: 100%;
    }
    .btn_group.btn_group5 .btn_custom {
        max-width: 242px;
        width: 100%;
    }
    .btn_group.btn_group6 {
        display: flex;
    }
    .btn_group.btn_group6 .btn_custom {
        max-width: 59px;
        width: 100%;
    }
    .btn_group.btn_group7 {
        margin-bottom: 0px;
        display: flex;
    }
    .btn_group.btn_group7 .btn_custom {
        max-width: 59px;
        width: 100%;
    }
    .btn_group.btn_group8 .btn_custom {
        max-width: 242px;
        width: 100%;
    }
    .btn_group.btn_group9 {
        display: flex;
    }
    .sensitive {
        left: 24px;
        position: inherit;
        margin-top: 20px;
    }
    .score_img img {
        max-width: 100%;
    }
    .ty_checklist .verify-step span.sucess_call {
        font-size: 15px;
    }
    .score_img {
        margin-top: 10px;
    }
    .desktop_none {
        display: block;
    }
    .mo_show {
        display: none;
    }
    .ready_optional {
         margin-top: 17px;
         padding-bottom: 13px;
    }
    .help-block {
            bottom: -20px;
    }
    .select-years .help-block {
        bottom: -32px;
    }
}
@media (max-width: 581px) {
    .slide_down {
        top: 42px;
    }
}
@media (max-width: 480px) {
    .btn_group .btn_custom {
        font-size: 15px !important;
    }
}
@media (max-width: 374px) {
    .btn_group .btn_custom {
        font-size: 15px;
        padding: 12px 8px;
    }
    .help-block {
        font-size: 13px;
    }
    .form_optional {
        padding: 24px 26px 24px 21px;
    }
}