@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    background: #EBECF6!important;
    color: #424F72;
    font-size: 14px;
}
.ui-widget { font-family: 'Roboto', sans-serif;}

a { 
    color: #5964FE;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #581DB5;
    text-decoration: none;
}

a,
button,
input[type="button"],
input[type="submit"],
.btn {
    transition: all 250ms ease;
}

.hide { display: none;}

.system-message-container .bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}

.text-roboblue {
    color: #4A51C7;
}
.text-roboblue2 {
    color: #5964FE;
}

.btn-roboblue {
    color: #FFFFFF;
    background-color: #4A51C7;
    border-color: #4A51C7;
}
.btn-roboblue:hover,
.btn-roboblue:focus {
    color: #FFFFFF;
    background-color: #5964FE;
    border-color: #5964FE;
}

.btn-roboblue2 {
    color: #FFFFFF;
    background-color: #5964FE;
    border-color: #5964FE;
}
.btn-roboblue2:hover,
.btn-roboblue2:focus {
    color: #FFFFFF;
    background-color: #4A51C7;
    border-color: #4A51C7;
}

.btn-roboblue3 {
    color: #FFFFFF;
    background-color: #6B71DB;
    border-color: #6B71DB;
}
.btn-roboblue3:hover,
.btn-roboblue3:focus {
    color: #FFFFFF;
    background-color: #4A51C7;
    border-color: #4A51C7;
}


.roboradio-box input[type="radio"] {
    display: none;
}
.roboradio-box .roboradio-option-block {
    background: #F3F5F9;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    padding: 20px;
    transition: all 250ms ease;
    will-change: transition;
    cursor: pointer;
    position: relative;
    border: 3px solid #F3F5F9
}
.roboradio-box input[type="radio"]:checked + .roboradio-option-block {
    border-color: #459f3d;
}





.roborange-slider { 
    background: #F3F5F9;
    border-radius: 10px;
    padding: 15px;
}
.roborange-slider div {    
    overflow: visible !important;
}
.roborange-slider .double-label-slider.ui-slider {
    margin-top: 110px !important;
    height: 2px;
    background: #424F72;
    border: none;
    border-radius: 0; 
    margin-left: 15px;
    margin-right: 15px;
    overflow: visible !important;
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-handle {
    background: #42AD34;
    border: none;
    width: 17px;
    height: 75px;
    margin-left: -8px;
    border-radius: 0;
    transition: box-shadow 0.2s ease;
    top: -65px;
    box-shadow: none;
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-handle.ui-state-hover, 
.roborange-slider .double-label-slider.ui-slider .ui-slider-handle.ui-state-focus, 
.roborange-slider .double-label-slider.ui-slider .ui-slider-handle.ui-state-active {
    
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-pip {
    top: -25px; 
    z-index: 9;
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-line {
    background: #424F72;
    width: 2px;
    height: 12px;
    margin-left: 0;
    border-radius: 100%;
    transition: all 0.4s ease; 
    border-radius: 0;
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label,
.roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i,
.roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
    width: 100px;
    margin-left: -50px;
    text-align: center; 
    font-weight: 700;
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-pip { line-height: normal;}
.roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label {
    color: #424F72; 
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i {
    font-style: normal;
    font-size: 14px;
    position: absolute;
    top: -36px; 
}

@media screen and (max-width: 500px) {
    .roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i {
        font-size: 1.4em; 
    } 
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
    font-size: 15px;
    position: absolute;
    top: -80px;
    transition: opacity 0.3s ease; 
    color: #42AD34;
}

@media screen and (max-width: 500px) {
    .roborange-slider .double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
        font-size: 1.1em; 
    } 
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-pip:hover .ui-slider-label span, 
.roborange-slider .double-label-slider.ui-slider .ui-slider-pip:focus .ui-slider-label span, 
.roborange-slider .double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span {
    opacity: 1; 
}

.roborange-slider .double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label {
    color: #424F72; 
}



.header-wrapper { 
    text-align: center;
    background: #FFFFFF;
    padding: 20px 15px;
}
.header-wrapper .img-logo { 
    display: block;
    margin: 0 auto;
    max-width: 40px;
}



.banner-section {
    background: url('../images/bg-gradient.png') no-repeat #5964FE;
    background-size: cover;
    background-position: center;    
}
.banner-section .banner-text {
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    padding: 70px 15px 100px 15px;
}
.banner-section .banner-text .title {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 400;
}
.banner-section .banner-text .title span {
    font-weight: 700;
}
.banner-section .banner-text .sub_title {
    font-size: 25px;
    margin: 0;
    line-height: normal;
    font-weight: 400;
}
.banner-section #banner-text-step2 {  
    display: none;
}
.banner-section #banner-text-step12 {  
    display: none;
}
.banner-section #banner-text-step4 {  
    display: none;
}



.content-section { 
    padding: 0 20px;
    margin-top: -50px;
    margin-bottom: 50px;
}
.content-section .content-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    max-width: 804px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
}
.content-section .content_top-wrapper {
    padding: 50px;
}
.content-section .stepback-wrapper {
    padding: 40px 50px;
    background: #F3F5F9;
    font-weight: 500;
    font-size: 18px;
}
.content-section .stepback-wrapper a {
    font-weight: 900;
}



.footer-wrapper { 
    text-align: center;
    padding: 30px 15px;
}
.footer-wrapper .img-logo { 
    display: block;
    margin: 0 auto;
    max-width: 40px;
}



.content-section .content-wrapper .form-steps {
    display: none;
}
.content-section .content-wrapper .form-steps.active {
    display: block;
}
.content-section .content-wrapper .form-steps .form-group {
    margin-bottom: 60px;
}
.content-section .content-wrapper .form-steps .form-group label {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    display: block;
}
.content-section .content-wrapper .form-steps .form-group .form-control {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #424F72;
    max-width: 279px;
    display: block;
    margin: 0 auto;
}
.content-section .content-wrapper .form-steps .form-group .input-currrency-notification {
    display: block;
    width: 100%;
    margin: 10px auto;
}
.content-section .content-wrapper .stepback-wrapper .btn {
    border-radius: 20px;
    font-weight: 700;
    width: 110px;
    font-size: 15px;
    line-height: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.content-section .content-wrapper .stepback-wrapper .btn-startover {
    width: 150px;
    display: none;
}


.content-section .content-wrapper .content_header-wrapper {
    border-bottom: 3px solid #E7E8F5;
    padding: 50px 30px;
}
.content-section .content-wrapper .content_header-wrapper .content-block {
    display: flex;
    align-items: center;
    max-width: 475px;
    margin: 0 auto;
}
.content-section .content-wrapper .content_header-wrapper .content-block .image {
    max-width: 190px;
}
.content-section .content-wrapper .content_header-wrapper .text-block {
    font-size: 20px;
    font-weight: 700;
    margin-left: 35px;
    line-height: 25px;
}
.content-section .content-wrapper .content_header-wrapper .text-block span {
    color: #42AD34;
}


.content-section .robohome-wrapper .content_top-wrapper {
    padding-bottom: 20px;
}
.robohome-wrapper .option-block {
    background: #F3F5F9;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    margin-bottom: 30px;
    padding: 20px;
}
.robohome-wrapper .option-block .block-content {
    display: flex;
    align-items: center;
}
.robohome-wrapper .option-block .block-content .img-icon {
    width: 35px;
}
.robohome-wrapper .option-block .block-content .content {
    color: #2D3C63;
    padding: 0 24px;
    font-size: 13px;
}
.robohome-wrapper .option-block .block-content .content h4 {
    font-weight: 700;
    font-size: 17px;
}
.robohome-wrapper .option-block .block-content .btn {
    border-radius: 20px;
    font-weight: 700;
    width: 70px;
    font-size: 13px;
    line-height: 17px;
}
.content-section .robohome-wrapper .stepback-wrapper {
    text-align: center;
}




.content-section .robotraditionalassets-wrapper .content_top-wrapper {
    padding-bottom: 20px;
}
.robotraditionalassets-wrapper .option-block {
    background: #F3F5F9;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    margin-bottom: 30px;
    padding: 20px;
}
.robotraditionalassets-wrapper .option-block .block-content {
    display: flex;
    align-items: center;    
}
.robotraditionalassets-wrapper .option-block .block-content .img-icon {
    width: 44px;
}
.robotraditionalassets-wrapper .option-block .block-content .content {
    color: #2D3C63;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 400;
}
.robotraditionalassets-wrapper .option-block .block-content .content h4 {
    font-weight: 700;
    font-size: 25px;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step5 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .robotraditionalassets-wrapper .primary_investment_objective_roboradio-box label {
    text-align: left;
    margin-bottom: 0;
}
.robotraditionalassets-wrapper .primary_investment_objective_roboradio-box .option-block .block-content .content {
    font-size: 15px;
    padding-left: 25px;
}
.robotraditionalassets-wrapper .primary_investment_objective_roboradio-box .option-block .block-content .content h4 {
    font-size: 17px;
    margin-top: 0;
}
.robotraditionalassets-wrapper .primary_investment_objective_roboradio-box .option-block .block-content .img-icon {
    width: 49px;
}
.robotraditionalassets-wrapper .primary_investment_objective_roboradio-box label:last-child {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
}


.robotraditionalassets-wrapper .step6 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step6 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .robotraditionalassets-wrapper .step6 .years_invest_stock_market-radios { text-align: center;}
.content-section .content-wrapper .robotraditionalassets-wrapper .step6 .years_invest_stock_market-radios .years_invest_stock_market-radio {
    width: 140px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.robotraditionalassets-wrapper .step6 .years_invest_stock_market-radios .years_invest_stock_market-radio .roboradio-option-block {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
}



.robotraditionalassets-wrapper .step7 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 label { text-align: left;}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .portfolio-radios-lables {
    display: flex;
    align-items: end;
    font-size: 15px;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 20px;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .portfolio-radios-lables .portfolio-col {
    text-align: center;
    width: 200px;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .portfolio-radios-lables .highvalue-col {
    width: 150px;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .portfolio-radios-lables .lowvalue-col {
    width: 150px;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .roboradio-box .option-block {
    padding: 15px;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .roboradio-box .portfolio-radios-lables {
    padding: 0;
    align-items: center;
    margin-bottom: 0;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .roboradio-box .portfolio-radio {
    margin-bottom: 25px;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .roboradio-box .portfolio-radios-lables .highvalue-col {
    color: #42AD34;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .roboradio-box .portfolio-radios-lables .lowvalue-col {
    color: #42AD34;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step7 .note {
    font-size: 13px;
    font-style: italic;
    margin: 40px 0;
    text-align: justify;
}



.robotraditionalassets-wrapper .step8 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step8 .note {
    font-size: 13px;
    font-style: italic;
    margin: 40px 0;
    text-align: center;
}



.robotraditionalassets-wrapper .step9 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .robotraditionalassets-wrapper .step9 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .robotraditionalassets-wrapper .step9 .years_invest_stock_market-radios { text-align: center;}
.content-section .content-wrapper .robotraditionalassets-wrapper .step9 .years_invest_stock_market-radios .years_invest_stock_market-radio {
    width: 200px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.robotraditionalassets-wrapper .step9 .years_invest_stock_market-radios .years_invest_stock_market-radio .roboradio-option-block {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
}



.robotraditionalassets-wrapper .step10 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.robotraditionalassets-wrapper .step10 .roborange-slider { padding: 40px;}
.robotraditionalassets-wrapper .step10 .roborange-slider .double-label-slider.ui-slider .ui-slider-pip-3 .ui-slider-label span {
    top: 35px;
}
.robotraditionalassets-wrapper .step10 .roborange-slider .double-label-slider.ui-slider .ui-slider-pip-9 .ui-slider-label span {
    top: 35px;
}



.robotraditionalassets-wrapper .step11 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.robotraditionalassets-wrapper .step11 .roborange-slider { padding: 40px;}
.robotraditionalassets-wrapper .step11 .roborange-slider .double-label-slider.ui-slider .ui-slider-pip-3 .ui-slider-label span {
    top: 35px;
}
.robotraditionalassets-wrapper .step11 .roborange-slider .double-label-slider.ui-slider .ui-slider-pip-9 .ui-slider-label span {
    top: 35px;
}


.robotraditionalassets-wrapper .step12 .content_header-wrapper .content-block {
    display: block;
    font-size: 17px;
    font-weight: 500;
}
.robotraditionalassets-wrapper .step12 .content_header-wrapper .content-block p {
    margin-bottom: 30px;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper {
    max-width: 750px;
    margin: 0 auto;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks {
    background: #F3F5F9;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    margin-bottom: 40px;
    padding: 30px;
    position: relative;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .label-reccomended {
    background: #42AD34;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    display: none;
    margin: 0;
    padding: 12px 35px;
    border-radius: 6px;
    position: absolute;
    top: -15px;
    left: -15px;
    text-transform: uppercase;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block .label-reccomended {
    display: table;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .image-div {
    display: block;
    max-width: 250px;
    text-align: center;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks h3 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .img-chart {
    max-width: 190px;
    display: block;
    margin: 0 auto;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-getstarted {
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
}

/*.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks:hover,*/
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block {
    background: #152651;
    color: #FFFFFF;
}
/*.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks:hover h3,*/
.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block h3 {
    color: #42AD34;
}

.content-section[current-step="step12"] .robotraditionalassets-wrapper .stepback-wrapper .btn {
    width: 250px;
    padding-top: 12px;
    padding-bottom: 11px;
}




.content-section .roboalternativeassets-wrapper .content_top-wrapper {
    padding-bottom: 20px;
}
.roboalternativeassets-wrapper .option-block {
    background: #F3F5F9;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    margin-bottom: 30px;
    padding: 20px;
}
.roboalternativeassets-wrapper .option-block .block-content {
    display: flex;
    align-items: center;    
}
.roboalternativeassets-wrapper .option-block .block-content .img-icon {
    width: 44px;
}
.roboalternativeassets-wrapper .option-block .block-content .content {
    color: #2D3C63;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 400;
}
.roboalternativeassets-wrapper .option-block .block-content .content h4 {
    font-weight: 700;
    font-size: 25px;
}



.roboalternativeassets-wrapper .step2 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .roboalternativeassets-wrapper .step2 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .roboalternativeassets-wrapper .step2 .current_age-radios { text-align: center;}
.content-section .content-wrapper .roboalternativeassets-wrapper .step2 .current_age-radios .current_age-radio {
    width: 140px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.roboalternativeassets-wrapper .step2 .current_age-radios .current_age-radio .roboradio-option-block {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
}



.roboalternativeassets-wrapper .step3 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .roboalternativeassets-wrapper .step3 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .roboalternativeassets-wrapper .step3 .current_age-radios { text-align: center;}
.content-section .content-wrapper .roboalternativeassets-wrapper .step3 .current_age-radios .current_age-radio {
    width: 210px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.roboalternativeassets-wrapper .step3 .current_age-radios .current_age-radio .roboradio-option-block {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
    color: #42AD34;
}


.roboalternativeassets-wrapper .step4 .content_top-wrapper {
    max-width: 700px;
    margin: 0 auto;
}
.roboalternativeassets-wrapper .step4 .result-info {
    display: flex;
    align-items: center;
}
.roboalternativeassets-wrapper .step4 .result-info .chart-div {
    width: 70%;
}
.roboalternativeassets-wrapper .step4 .result-info .button-div {
    margin-left: 30px;
}
.roboalternativeassets-wrapper .step4 .result-info .button-div .btn-getstarted {
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
}


.content-section[current-step="step4"] .roboalternativeassets-wrapper .stepback-wrapper .btn {
    width: 250px;
    padding-top: 12px;
    padding-bottom: 11px;
}





.content-section .robobothassets-wrapper .content_top-wrapper {
    padding-bottom: 20px;
}
.robobothassets-wrapper .option-block {
    background: #F3F5F9;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    margin-bottom: 30px;
    padding: 20px;
}
.robobothassets-wrapper .option-block .block-content {
    display: flex;
    align-items: center;    
}
.robobothassets-wrapper .option-block .block-content .img-icon {
    width: 44px;
}
.robobothassets-wrapper .option-block .block-content .content {
    color: #2D3C63;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 400;
}
.robobothassets-wrapper .option-block .block-content .content h4 {
    font-weight: 700;
    font-size: 25px;
}
.content-section .content-wrapper .robobothassets-wrapper .step5 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .robobothassets-wrapper .primary_investment_objective_roboradio-box label {
    text-align: left;
    margin-bottom: 0;
}
.robobothassets-wrapper .primary_investment_objective_roboradio-box .option-block .block-content .content {
    font-size: 15px;
    padding-left: 25px;
}
.robobothassets-wrapper .primary_investment_objective_roboradio-box .option-block .block-content .content h4 {
    font-size: 17px;
    margin-top: 0;
}
.robobothassets-wrapper .primary_investment_objective_roboradio-box .option-block .block-content .img-icon {
    width: 49px;
}
.robobothassets-wrapper .primary_investment_objective_roboradio-box label:last-child {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
}


.robobothassets-wrapper .step6 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .robobothassets-wrapper .step6 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .robobothassets-wrapper .step6 .years_invest_stock_market-radios { text-align: center;}
.content-section .content-wrapper .robobothassets-wrapper .step6 .years_invest_stock_market-radios .years_invest_stock_market-radio {
    width: 140px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.robobothassets-wrapper .step6 .years_invest_stock_market-radios .years_invest_stock_market-radio .roboradio-option-block {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
}



.robobothassets-wrapper .step7 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .robobothassets-wrapper .step7 label { text-align: left;}
.content-section .content-wrapper .robobothassets-wrapper .step7 .portfolio-radios-lables {
    display: flex;
    align-items: end;
    font-size: 15px;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 20px;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .portfolio-radios-lables .portfolio-col {
    text-align: center;
    width: 200px;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .portfolio-radios-lables .highvalue-col {
    width: 150px;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .portfolio-radios-lables .lowvalue-col {
    width: 150px;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .roboradio-box .option-block {
    padding: 15px;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .roboradio-box .portfolio-radios-lables {
    padding: 0;
    align-items: center;
    margin-bottom: 0;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .roboradio-box .portfolio-radio {
    margin-bottom: 25px;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .roboradio-box .portfolio-radios-lables .highvalue-col {
    color: #42AD34;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .roboradio-box .portfolio-radios-lables .lowvalue-col {
    color: #42AD34;
}
.content-section .content-wrapper .robobothassets-wrapper .step7 .note {
    font-size: 13px;
    font-style: italic;
    margin: 40px 0;
    text-align: justify;
}



.robobothassets-wrapper .step8 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .robobothassets-wrapper .step8 .note {
    font-size: 13px;
    font-style: italic;
    margin: 40px 0;
    text-align: center;
}



.robobothassets-wrapper .step9 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.content-section .content-wrapper .robobothassets-wrapper .step9 .form-group { margin-bottom: 0;}
.content-section .content-wrapper .robobothassets-wrapper .step9 .years_invest_stock_market-radios { text-align: center;}
.content-section .content-wrapper .robobothassets-wrapper .step9 .years_invest_stock_market-radios .years_invest_stock_market-radio {
    width: 200px;
    margin-bottom: 0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.robobothassets-wrapper .step9 .years_invest_stock_market-radios .years_invest_stock_market-radio .roboradio-option-block {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
}



.robobothassets-wrapper .step10 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.robobothassets-wrapper .step10 .roborange-slider { padding: 40px;}
.robobothassets-wrapper .step10 .roborange-slider .double-label-slider.ui-slider .ui-slider-pip-3 .ui-slider-label span {
    top: 35px;
}
.robobothassets-wrapper .step10 .roborange-slider .double-label-slider.ui-slider .ui-slider-pip-9 .ui-slider-label span {
    top: 35px;
}



.robobothassets-wrapper .step11 .content_top-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.robobothassets-wrapper .step11 .roborange-slider { padding: 40px;}
.robobothassets-wrapper .step11 .roborange-slider .double-label-slider.ui-slider .ui-slider-pip-3 .ui-slider-label span {
    top: 35px;
}
.robobothassets-wrapper .step11 .roborange-slider .double-label-slider.ui-slider .ui-slider-pip-9 .ui-slider-label span {
    top: 35px;
}


.robobothassets-wrapper .step12 .content_header-wrapper .content-block {
    display: block;
    font-size: 17px;
    font-weight: 500;
}
.robobothassets-wrapper .step12 .content_header-wrapper .content-block p {
    margin-bottom: 30px;
}
.robobothassets-wrapper .step12 .content_top-wrapper {
    max-width: 750px;
    margin: 0 auto;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks {
    background: #F3F5F9;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    margin-bottom: 40px;
    padding: 30px;
    position: relative;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .label-reccomended {
    background: #42AD34;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    display: none;
    margin: 0;
    padding: 12px 35px;
    border-radius: 6px;
    position: absolute;
    top: -15px;
    left: -15px;
    text-transform: uppercase;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block .label-reccomended {
    display: table;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .image-div {
    display: block;
    max-width: 250px;
    text-align: center;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks h3 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .img-chart {
    max-width: 190px;
    display: block;
    margin: 0 auto;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-getstarted {
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
}

/*.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks:hover,*/
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block {
    background: #152651;
    color: #FFFFFF;
}
/*.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks:hover h3,*/
.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block h3 {
    color: #42AD34;
}

.robobothassets-wrapper .step13 .content_top-wrapper {
    max-width: 700px;
    margin: 0 auto;
}
.robobothassets-wrapper .step13 .result-info {
    display: flex;
    align-items: center;
}
.robobothassets-wrapper .step13 .result-info .chart-div {
    width: 70%;
}
.robobothassets-wrapper .step13 .result-info .button-div {
    margin-left: 30px;
}
.robobothassets-wrapper .step13 .result-info .button-div .btn-getstarted {
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
}

.content-section[current-step="step13"] .robobothassets-wrapper .stepback-wrapper .btn {
    width: 250px;
    padding-top: 12px;
    padding-bottom: 11px;
}





@media (max-width: 768px) {

    .content-section .content-wrapper .content_header-wrapper { padding-top: 0;}

    .content-section .robohome-wrapper .content_top-wrapper {
        padding: 0;
        margin-bottom: 40px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        border-radius: 8px;
        overflow: hidden;
    }
    .robohome-wrapper .option-block { 
        background: #FFFFFF;
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: 1px solid #F3F5F9;
    }
    .robohome-wrapper .option-block .block-content .content {
        width: calc(100% - 70px);
    }

    
    .content-section .content-wrapper .content_header-wrapper .content-block .image {
        max-width: 100px;
    }
    .content-section .content-wrapper .content_header-wrapper .text-block {
        font-size: 15px;
        margin-left: 30px;
        line-height: normal;
    }


    .content-section .stepback-wrapper {
        padding: 30px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        border-radius: 8px;
        overflow: hidden;
    }


    .robotraditionalassets-wrapper .content_top-wrapper {
        padding: 15px;
    }
    .robotraditionalassets-wrapper .content_top-wrapper .roboradio-box label {
        width: 100%;
    }
    .robotraditionalassets-wrapper .option-block {
        background: #FFFFFF;
        border-color: #FFFFFF;
    }
    .robotraditionalassets-wrapper .stepback-wrapper { 
        background: none;
        box-shadow: none;
        padding: 15px 0;
    }

    .content-section .robotraditionalassets-wrapper #step1 { 
        background: none;
        padding: 0;
        box-shadow: none;
    }
    .content-section .robotraditionalassets-wrapper .form-steps {
        background: #FFFFFF;
        padding: 50px 10px 0 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        border-radius: 8px;
        margin-bottom: 50px;
    }
    .content-section .content-wrapper .form-steps .content_header-wrapper { 
        background: #FFFFFF;
        margin-bottom: 30px;
    }
    .robotraditionalassets-wrapper .form-steps .primary_investment_objective_roboradio-box .option-block,
    .robotraditionalassets-wrapper .form-steps .years_invest_stock_market-radios .option-block,
    .robotraditionalassets-wrapper .form-steps .portfolio-radios .option-block {
        background: #F3F5F9;
        border-color: #F3F5F9;
    }
    .content-section .content-wrapper .robotraditionalassets-wrapper .step9 .years_invest_stock_market-radios .years_invest_stock_market-radio {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .content-section .robotraditionalassets-wrapper #step12 {
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .content-section .robotraditionalassets-wrapper .step12 .content_header-wrapper {
        padding: 30px;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        border: none;
        margin-bottom: 40px;
    }

    .robotraditionalassets-wrapper .step12 .content_top-wrapper { padding: 0;}
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks {
        padding: 0;
        background: #FFFFFF;
    }
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .label-reccomended {
        font-size: 15px;
        top: -10px;
        right: -10px;
        left: auto;
        padding: 12px;
        text-transform: capitalize;
    }
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .image-div {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 30px 20px;
        max-width: 100%;
    }
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks h3 {
        font-size: 20px;
        margin-bottom: 20px;
        order: 2;
        margin-left: 25px;
        text-align: left;
        width: calc(100% - 120px);
    }
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .img-chart {
        max-width: 120px;
    }

    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-collapsetitle {
        background: none;
        font-weight: 900;
        font-size: 18px;
        border-radius: 0;
        width: 100%;
        display: block;
        text-align: left;
        border: none;
        padding: 15px 20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        color: #424F72;
    }
    /*.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks:hover .text-col .btn-collapsetitle.collapsed,*/
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block .text-col .btn-collapsetitle.collapsed { 
        color: #424F72;
    }
    
    /*.robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks:hover .text-col .btn-collapsetitle,*/
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block .text-col .btn-collapsetitle { 
        color: #FFFFFF;
    }
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-collapsetitle.collapsed {
        background: #F3F5F9;
    }

    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .content-text {
        padding: 10px 20px 20px 20px;
    }

    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-collapsetitle:after {
        font-family: 'Glyphicons Halflings';
        content: "\2212";
        float: right;
        font-weight: normal;
        font-size: 17px;
    }
    .robotraditionalassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-collapsetitle.collapsed:after {
        content: "\002b";
    }

    .content-section[current-step="step12"] .robotraditionalassets-wrapper .stepback-wrapper .btn { 
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    

    .roboalternativeassets-wrapper .content_top-wrapper {
        padding: 15px;
    }
    .roboalternativeassets-wrapper .content_top-wrapper .roboradio-box label {
        width: 100%;
    }
    .roboalternativeassets-wrapper .option-block {
        background: #FFFFFF;
        border-color: #FFFFFF;
    }
    .roboalternativeassets-wrapper .stepback-wrapper { 
        background: none;
        box-shadow: none;
        padding: 15px 0;
    }

    .content-section .roboalternativeassets-wrapper #step1 { 
        background: none;
        padding: 0;
        box-shadow: none;
    }
    .content-section .roboalternativeassets-wrapper .form-steps {
        background: #FFFFFF;
        padding: 50px 10px 0 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        border-radius: 8px;
        margin-bottom: 50px;
    }    
    .roboalternativeassets-wrapper .form-steps .current_age-radios .option-block {
        background: #F3F5F9;
        border-color: #F3F5F9;
    }

    .roboalternativeassets-wrapper .step4 .result-info { 
        display: block;
    }
    .roboalternativeassets-wrapper .step4 .result-info .chart-div { 
        width: 100%;
        display: block;
        margin: 0 auto;
        border-bottom: 3px solid #E7E8F5;
        padding-bottom: 30px;
    }
    .roboalternativeassets-wrapper .step4 .result-info .button-div { 
        margin-left: 0;
        text-align: center;
    }
    .roboalternativeassets-wrapper .step4 .result-info .button-div .btn-getstarted {
        margin-top: 30px;
    }

    
    .content-section[current-step="step4"] .roboalternativeassets-wrapper .stepback-wrapper .btn { 
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }



    .robobothassets-wrapper .content_top-wrapper {
        padding: 15px;
    }
    .robobothassets-wrapper .content_top-wrapper .roboradio-box label {
        width: 100%;
    }
    .robobothassets-wrapper .option-block {
        background: #FFFFFF;
        border-color: #FFFFFF;
    }
    .robobothassets-wrapper .stepback-wrapper { 
        background: none;
        box-shadow: none;
        padding: 15px 0;
    }
    
    .content-section .robobothassets-wrapper #step1 { 
        background: none;
        padding: 0;
        box-shadow: none;
    }
    .content-section .robobothassets-wrapper .form-steps {
        background: #FFFFFF;
        padding: 50px 10px 0 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        border-radius: 8px;
        margin-bottom: 50px;
    }
    .content-section .content-wrapper .form-steps .content_header-wrapper { 
        background: #FFFFFF;
        margin-bottom: 30px;
    }
    .robobothassets-wrapper .form-steps .primary_investment_objective_roboradio-box .option-block,
    .robobothassets-wrapper .form-steps .years_invest_stock_market-radios .option-block,
    .robobothassets-wrapper .form-steps .portfolio-radios .option-block {
        background: #F3F5F9;
        border-color: #F3F5F9;
    }
    .content-section .content-wrapper .robobothassets-wrapper .step9 .years_invest_stock_market-radios .years_invest_stock_market-radio {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .content-section .robobothassets-wrapper #step12 {
        padding: 0;
        background: none;
        box-shadow: none;
    }
    
    .content-section .robobothassets-wrapper .step12 .content_header-wrapper {
        padding: 30px;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
        border: none;
        margin-bottom: 40px;
    }
    
    .robobothassets-wrapper .step12 .content_top-wrapper { padding: 0;}
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks {
        padding: 0;
        background: #FFFFFF;
    }
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .label-reccomended {
        font-size: 15px;
        top: -10px;
        right: -10px;
        left: auto;
        padding: 12px;
        text-transform: capitalize;
    }
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .image-div {
        display: flex;
        width: 100%;
        align-items: center;
        padding: 30px 20px;
        max-width: 100%;
    }
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks h3 {
        font-size: 20px;
        margin-bottom: 20px;
        order: 2;
        margin-left: 25px;
        text-align: left;
        width: calc(100% - 120px);
    }
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .img-chart {
        max-width: 120px;
    }
    
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-collapsetitle {
        background: none;
        font-weight: 900;
        font-size: 18px;
        border-radius: 0;
        width: 100%;
        display: block;
        text-align: left;
        border: none;
        padding: 15px 20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        color: #424F72;
    }
    /*.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks:hover .text-col .btn-collapsetitle.collapsed,*/
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block .text-col .btn-collapsetitle.collapsed { 
        color: #424F72;
    }
    
    /*.robobothassets-wrapper .step12 .content_top-wrapper .final-blocks:hover .text-col .btn-collapsetitle,*/
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks.reccomended-block .text-col .btn-collapsetitle { 
        color: #FFFFFF;
    }
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-collapsetitle.collapsed {
        background: #F3F5F9;
    }
    
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .content-text {
        padding: 10px 20px 20px 20px;
    }
    
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-collapsetitle:after {
        font-family: 'Glyphicons Halflings';
        content: "\2212";
        float: right;
        font-weight: normal;
        font-size: 17px;
    }
    .robobothassets-wrapper .step12 .content_top-wrapper .final-blocks .text-col .btn-collapsetitle.collapsed:after {
        content: "\002b";
    }
    
    .content-section[current-step="step12"] .robobothassets-wrapper .stepback-wrapper .btn { 
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .robobothassets-wrapper .step13 .result-info { 
        display: block;
    }
    .robobothassets-wrapper .step13 .result-info .chart-div { 
        width: 100%;
        display: block;
        margin: 0 auto;
        border-bottom: 3px solid #E7E8F5;
        padding-bottom: 30px;
    }
    .robobothassets-wrapper .step13 .result-info .button-div { 
        margin-left: 0;
        text-align: center;
    }
    .robobothassets-wrapper .step13 .result-info .button-div .btn-getstarted {
        margin-top: 30px;
    }
    
    .content-section[current-step="step13"] .robobothassets-wrapper .stepback-wrapper .btn { 
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

}


@media(max-width: 575px) {

    .content-section .content_top-wrapper {
        padding: 30px;
    }


}




/* SITE PAGES */

a { color: #4A51C7;}
a:hover,
a:focus,
a.active {
    color: #5964FE;
}

.header-wrapper .header-links {
    float: right;
    margin-top: -35px;
}
.header-wrapper .header-links a {
    display: inline-block;
    text-transform: uppercase;
    color: #4A51C7;
    font-weight: 700;
    font-size: 16px;
    margin-right: 30px;
}
.header-wrapper .header-links a:last-child {
    margin-right: 0;
}
.header-wrapper .header-links a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.system-message-container #system-message { margin: 0;}
.system-message-container .alert { margin: 0; border-radius: 0;}

.swal2-title { font-size: 20px!important;}
.swal2-html-container { font-size: 16px!important;}

.switch-field {
    display: flex;
    overflow: hidden;
}
.switch-field input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
	font-weight:500;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    padding: 10px 15px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
    width: 50%;
    border-radius: 8px;
}
.switch-field label:hover {
    cursor: pointer;
}
.switch-field input:checked + label {
    background-color: #5964FE;
    color: #FFFFFF;
}
.switch-field label:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.switch-field label:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"] {
    display: block;
    width: 100%;
    padding: 8px 15px;
    height: auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-horizontal .control-label { text-align: left!important;}

.cms-home .container { width: 100%;}
.plan-item a.primary-btn { text-align: center; max-width: 280px;}

.plan-detail { background-color: #fff; padding: 0; margin-bottom: 25px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 4px 4px 15px rgba(0,0,0,0.2);}
.plan-detail .price-label-bar { margin: 5px 0 20px; text-align: center; color: #3462CF; font-weight: 500; background-color: #fff; padding: 6px 10px 5px; border-radius: 50px; font-size: 14px; display: inline-block; position:relative;min-width: 225px;}
.plan-detail .price-label-bar.label-blue{ background-color: #3462CF;}
.plan-detail .price-label-bar.label-purple{ background-color: #550D92;}
.plan-detail .price-label-bar .tool-info { /*float:right;*/ padding: 0; margin: 0 0 0 6px; position: relative; display: inline-block; vertical-align: top;}
.plan-detail .price-label-bar .tool-info .tool-content {display:none;}
.plan-detail .price-label-bar .tool-info:hover .tool-content {display:block; position:absolute; right:-10px; top:34px; background-color:rgba(0,0,0,0.9); padding:15px 15px 0; width:240px; z-index: 99; box-shadow: 0 10px 10px rgba(0,0,0,0.2); border-radius: 10px;  text-align: left; }
.plan-detail .price-label-bar .tool-info:hover .tool-content p { color: #fff; font-size: 11px;}
.plan-detail .price-label-bar .tool-info:hover .tool-content::after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 15px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0,0,0,0.9) transparent;
}

.plan-detail ul { 
    list-style: none;
    padding: 0;
    margin: 0;
}
.plan-detail li .price {  text-align: center; padding: 0; margin: 0; color: #3462CF;}
.plan-detail li .price span { font-size: 35px; font-weight: 300; display: block; margin: 0 0 10px;}
.plan-detail li .price span strong { display: inline-block; font-size: 50px; font-weight: 700; line-height: 1;}
.plan-detail li .price span sup { font-size: 20px; font-weight: 400; line-height: normal; display: inline-block; vertical-align: text-bottom;}
.plan-detail li .price p { color: #3462CF; font-size:18px; margin: 0;}
.plan-detail li p { font-size: 14px; color: #152651; margin: 0 0 15px;}

.plan-detail.plan-price li { padding: 50px 0 0;}

.plan-detail.plan-two .box-title, 
.plan-detail.plan-two .see-plan { background-color: #102765;}
.plan-detail.plan-three .box-title, 
.plan-detail.plan-three .see-plan { background-color: #88A5E0;}

.plan-detail .box-title { padding: 35px 10px 10px; background-color: #070C1A; text-align: center; border-radius: 8px 8px 0 0;}
.plan-detail .box-title h2 { 
    margin-top: 0;
    color: #FFFFFF;
    font-size: 25px;
    min-height: 60px;
}
.plan-detail .open-account-btn { text-align: center; padding: 0 0 40px;}
.plan-detail .open-account-btn a.primary-btn {
    border-radius: 50px;
    width: 80%;    
    text-align: center;
    padding: 16px 20px !important;
    font-size: 20px !important;
    text-transform: capitalize;
    display: inline-block;
    background: rgb(52,98,207);
    background: linear-gradient(74deg, rgba(52,98,207,1) 0%, rgba(85,13,146,1) 100%) !important;
    line-height : 1;
    color: #FFFFFF;
}
.plan-detail .open-account-btn a.primary-btn:hover {
    box-shadow: 0px 4px 18px rgba(52,98,207,0.4);
    color: #fff !important;
}

.plan-detail.plan-price ul{ min-height: 260px;}
.plan-detail .see-plan {  padding: 20px 10% 20px 10%; background-color: #070C1A; color: #ffffff; font-size: 22px; font-weight: 500; position: relative; text-transform: capitalize; border-radius: 0 0 8px 8px;}
.plan-detail .see-plan span { position: absolute; right: 10%; width: 40px; height: 40px; text-align: center; margin-right: -20px; cursor: pointer;}
.plan-detail.highlights { padding: 10px 0;}
.plan-detail.highlights:after { content: ''; display: block; clear: both;}
.plan-detail.highlights li { position: relative; padding: 10px 10px 10px 45px; margin: 10px 0; background: url('../images/ira-blue-check.png') no-repeat 10px 11px;}
.plan-detail.highlights li p { margin: 0; font-size: 16px; font-weight:500; color: #566382;}
.plan-detail li p.info {font-weight: 500;}
.plan-detail li p.info2 {text-align: center; font-size: 16px; font-weight: 500; margin-top:20px;}
.plan-detail.highlights li span { position: absolute; left: 0; top: 50%; width: 45px; text-align: center; margin-top: -20px;}
.plan-detail.highlights li span img { display: inline-block;}
.plan-detail.highlights h3 { margin: 10px 0 35px; font-weight: 700; font-size: 30px; color: #566382; background-color: transparent; text-align:center;}


.sitepages-wrapper .content-section .content-wrapper { max-width: 100%;}

.users-wrapper .content-section .content-wrapper { max-width: 450px;}
.control-group,
.users-wrapper .fields .field { margin-bottom: 20px;}
.users-wrapper .action-rw .btn { 
    width: 250px;
    border-radius: 30px;
    font-weight: 900;
    padding: 10px 15px;
    font-size: 15px;
}
.users-wrapper .action-rw .frgt_pass { 
    margin-top: 30px;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 15px;
}
.users-wrapper .action-rw .login_link { 
    margin-top: 30px;
    font-weight: 900;
    font-size: 16px;
}
.otpverificationpage-wrapper .action-rw .frgt_pass { 
    margin-top: 30px;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 0;
}

#resendactivationModal .btn { 
    width: 120px;
    border-radius: 30px;
    font-weight: 900;
    padding: 10px 15px;
    font-size: 14px;
}


.loginpage-wrapper .password_field .control {
    position: relative;
}
.loginpage-wrapper .password_field .control #password { padding-right: 35px;}
.loginpage-wrapper .password_field .control .btn-passwordeye {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    color: #4A51C7;
    border: none;
}


.registerpage-wrapper .password_field .control {
    position: relative;
}
.registerpage-wrapper .password_field .control #jform_password1 { padding-right: 35px;}
.registerpage-wrapper .password_field .control .btn-passwordeye {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    color: #4A51C7;
    border: none;
}


/* ADDED BY PANCHSOFT : MA-210-S3 : 05 SEPT. 2023 */
.registerpage-wrapper .password_field .message-regex { display: none!important;}
.registerpage-wrapper .password_rules ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.registerpage-wrapper .password_rules ul li { margin-bottom: 7px;}
.registerpage-wrapper .password_rules ul li:last-child { margin-bottom: 0;}
.registerpage-wrapper .password_rules ul li::before {
    background: url('../../../components/com_ira_financial_forms/assets/images/icon-close.png') no-repeat center;
    background-size: 22px;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    margin-right: 7px;
}
.registerpage-wrapper .password_rules ul li.complete::before {
    background-image: url('../../../components/com_ira_financial_forms/assets/images/icon-check.png');
    background-color: #ffffff;
}


.profilepage-wrapper .jsn-p-title h3 {
    display: block;
    font-weight: 900;
    color: #4A51C7;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 20px;
}
.profilepage-wrapper .jsn-p-before-fields .jsn-p-dates div {
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
}
.profilepage-wrapper .jsn-p-before-fields .jsn-p-dates div b {
    font-weight: 700;
}
.profilepage-wrapper fieldset legend {
    font-weight: 700;
    padding-bottom: 15px;
    color: #4A51C7;
}
.profilepage-wrapper fieldset dl { 
    margin-bottom: 0;
}
.profilepage-wrapper fieldset dl dt {
    text-align: left;
}
.profilepage-wrapper fieldset dl dd {
    margin-bottom: 10px;
}
.profilepage-wrapper fieldset dl dd:last-child {
    margin-bottom: 0;
}
.profilepage-wrapper .jsn-p-opt .btn {
    border-radius: 30px;
    font-weight: 900;
    padding: 8px 15px;
    font-size: 14px;
    margin-bottom: 30px;
}
.profilepage-wrapper .jsn-p-opt .btn i {
    display: inline-block;
    margin-right: 5px;
}
.profilepage-wrapper .z-content-inner {
    padding-bottom: 0!important;
}
.editprofilepage-wrapper .btn {
    text-transform: uppercase;
    margin-top: 20px;
}
.editprofilepage-wrapper .btn-danger {
    background-image: none;
}



.dashboardpage-wrapper .title {
    font-weight: 900;
    font-size: 35px;
    color: #4A51C7;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}
.dashboardpage-wrapper .home-dash-items {
    display: flex;
    align-items: center;
}
.dashboardpage-wrapper .dash-items-value {
    text-align: center;
    font-size: 18px;
}
.dashboardpage-wrapper .dash-items-value h2 {
    font-weight: 900;
    font-size: 40px;
    color: #4A51C7;
}
.dashboardpage-wrapper .dash-items ul {
    font-weight: 900;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}
.dashboardpage-wrapper .dash-items ul li {
    display: inline-block;
    width: 200px;
    margin: 0 10px;
}
.dashboardpage-wrapper .dash-items ul li a {
    display: block;
    background: #F3F5F9;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    margin-bottom: 20px;
    padding: 15px;
}
.dashboardpage-wrapper .dash-items ul li h3 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 15px;
}


.itemid-976 .content-section .content-wrapper { max-width: 450px;}
.additional-form h2 { display: none;}
.additional-form h4 { 
    cursor: pointer;
    background: #4A51C7;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    box-shadow: 0px 0px 5px 0px rgba(54,69,105,0.3);
    margin-bottom: 20px;
    padding: 17px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}
.additional-form .targetDiv ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 85%;
    display: table;
}
.additional-form .targetDiv ul li a {
    background: #5964FE;
    color: #FFFFFF;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.additional-form .targetDiv .img-wrap img {
    width: 30px;
}
.additional-form .targetDiv a h3 {
    margin: 0 0 0 10px;
    font-weight: 500;
    font-size: 15px;
}



.iraforms-wrapper .white-wrapper { 
    max-width: 100%;
    padding: 0;
}
.iraforms-wrapper .white-wrapper select,
.iraforms-wrapper .white-wrapper input[type="text"],
.iraforms-wrapper .white-wrapper input[type="email"],
.iraforms-wrapper .white-wrapper input[type="tel"],
.iraforms-wrapper .white-wrapper input[type="file"],
.iraforms-wrapper .white-wrapper input[type="number"],
.iraforms-wrapper .white-wrapper input[type="password"] { 
    border-radius: 0;
    border-bottom: 2px solid #424F72!important;
    box-shadow: none!important;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
}
.iraforms-wrapper .white-wrapper .step-count { 
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
.iraforms-wrapper .white-wrapper .form-panel .section-title { 
    font-weight: 600;
    font-size: 20px;
    color: #4A51C7;
    margin-top: 0;
    margin-bottom: 20px;
}
.iraforms-wrapper .white-wrapper .newfield { 
    float: none;
    width: 100%;
    margin: 0;
}
.iraforms-wrapper .thankyou-wrapper {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.iraforms-wrapper .uploaded_image {
    position: relative;
    padding-top: 42px;
    width: 100px;
    margin-right: 15px;
}
.iraforms-wrapper .uploaded_image .img-thumbnail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-section .form-header_block {
    padding: 40px 50px;
    border-bottom: 1px solid #ccc;
}
.content-section .form-content_block {
    padding: 40px 50px;
    min-height: 400px;
}
.content-section .form-footer_block {
    padding: 40px 50px;
    border-top: 1px solid #ccc;
}
.iraforms-wrapper .content-section .content-wrapper .stepback-wrapper .btn {
    min-width: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    margin: 0 auto;
    width: auto;
}
.white-wrapper .form-panel .fields .field ul.check-list li .notify-ttip { margin-top: -5px;}
span.notify-ttip.tooltip { margin-top: -5px;}
.fxdpop .tooltiptext .fxd-content * { color: #FFFFFF!important;}

.form-check { 
    padding-left: 25px;
    align-items: center;
    display: flex;
}
.form-check .form-check-input { 
    width: 20px;
    height: 20px;
    margin-left: -25px;
    margin-right: 5px;
    box-shadow: none;
}
.add_self_directed_irapage-wrapper #step13 .unknown-field .field.chk-box label.chk-lbl::before {
    border-color: #000000;
    margin-right: 10px;
}


.errorpage-wrapper .page-header { 
    margin-top: 0; 
    margin-bottom: 30px; 
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
    color: #4A51C7;
}



.upload_documents-wrapper .section-title {
    display: block;
    font-weight: 700;
    color: #4A51C7;
    font-size: 30px;
    margin-bottom: 30px;
}
.upload_documents-wrapper .btn {
    border-radius: 20px;
    font-weight: 700;
    width: 110px;
    font-size: 15px;
    line-height: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
}



.irafi_equities-wrapper .equities-links { text-align: center;}
.irafi_equities-wrapper .equities-links .btn { 
    border-radius: 25px;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    width: 100%;
}


.howitworks_page h4 { color: #4A51C7; font-size: 20px; padding-top: 10px;}

.itemid-1410 .content-section .content-wrapper {
    max-width: 450px;
}



@media (max-width: 1200px) {

    .dashboardpage-wrapper .home-dash-items {
        display: block;
    }
    .dashboardpage-wrapper .title {
        margin-bottom: 20px;
    }
    .dashboardpage-wrapper .dash-items-value {
        margin-bottom: 40px;
    }

    .plan-detail .price-label-bar { min-width: auto;}

}

@media (max-width: 767px) {

    .iraforms-wrapper .white-wrapper { padding: 0!important;}
    .iraforms-wrapper .white-wrapper .step-box.active { padding: 0;}

}

@media (max-width: 575px) {

    .header-wrapper .header-links {
        float: none;
        margin-top: 30px;
    }

}