
body .frm_container {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    max-width: 350px;
    color: #000;
    margin: 0 auto;
}

.frm_container .frm_head img {
    max-width: 150px;
}

.frm_container .frm_head {
    text-align: center;
    border-bottom: 2px solid #000;
}

body .frm_container p {
    color: #000 !important;
    margin-bottom: 0px;
    text-align: center;
}

body .frm_container h1 {
    text-align: center;
}

body .frm_container .frm_content .row {
    width: 100%;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
body .frm_container .frm_content .row:before {
    display: none;
}

body .frm_container .frm_content .row:after {
    display: none;
}

body .frm_container .frm_content .row input {
    width: 100%;
}

body .frm_container .frm_content button {
    margin: 0px;
    border: 1px solid #0fc0b1 !important;
    color: #0fc0b1;
    border-radius: 15px;
    min-width: 150px;
    font-size: 125%;
    height: 40px !important;
    min-height: inherit;
    line-height: 0px;
        cursor: pointer;

}

body .frm_container .frm_content {
    text-align: center;
    margin-bottom: 10px;
}

body .frm_container .frm_footer {
    text-align: center;
}

body .frm_container input[type=range] {
    height: 25px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

body .frm_container input[type=range]:focus {
    outline: none;
}

body .frm_container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #0fc0b1;
    border-radius: 1px;
    border: 0px solid #000000;
}

body .frm_container input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #0fc0b1;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #0fc0b1;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

body .frm_container input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #0fc0b1;
    border-radius: 1px;
    border: 0px solid #000000;
}

body .frm_container input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #0fc0b1;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #0fc0b1;
    cursor: pointer;
}

body .frm_container input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

body .frm_container input[type=range]::-ms-fill-lower {
    background: #0fc0b1;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

body .frm_container input[type=range]::-ms-fill-upper {
    background: #0fc0b1;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

body .frm_container input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #0fc0b1;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #0fc0b1;
    cursor: pointer;
}

body .frm_container input[type=range]:focus::-ms-fill-lower {
    background: #0fc0b1;
}

body .frm_container input[type=range]:focus::-ms-fill-upper {
    background: #0fc0b1;
}

@media (max-width: 767px) {
    .el_slide_say .col {
        padding-bottom: 0px !important;
    }

    .container_item_say .header_say {
        padding: 10px;
    }

    .pg_home.ss_type .col {
        padding-bottom: 10px;
    }

    .container_item_say .header_say {
        width: 100%;
    }

    .container_item_say .content_say .col_text {
        width: 100%;
        padding: 40px 0px;
    }

    .container_item_say .content_say {
        padding: 0px;
    }
}


/*
css for page application
*/
body .frm_application .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
}

body .frm_application .gform_fields .gfield {
    width: 100%;
}

body .frm_application .gform_fields .gfield.gf_small {
    width: 50%;
}

body .frm_application .gform_fields .gfield input,
body .frm_application .gform_fields .gfield select {
    width: 100% !important;
    padding-left: 20px !important;
    margin-bottom: 0px;
    color: var(--body_typography-color) !important;
}
.custom-text {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.custom-text h5 {
    padding: 0;
    margin: 0;
    font-size: 21px;
}
body .frm_application .gf_html h2 {
    font-weight: bold margin-bottom:0px;
}

body .frm_application label {
    font-size: 105% !important;
}

body .frm_application span.gfield_required {
    display: none;
}

body .frm_application .gf_DOB .clear-multi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

body .frm_application .gf_DOB .clear-multi .ginput_container {
    margin-right: 0px;
}

body .frm_application .gform_footer.top_label {
    text-align: center;
}

body .frm_application .gform_footer .gform_button {
   
    border-radius: 10px;
    padding: 0px 35px;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    color: #fff;
}

body .frm_application .instruction.validation_message {
    display: none;
}

body .frm_application .gf_accept input {
    margin-top: -3px !important;
}

body .frm_application .gfield.gfield_error label.gfield_label {
    margin-top: 0px !important;
}

body .frm_application .gfield.gfield_error {
    padding: 0px !important;
    padding-right: 15px !important;
}

body .frm_application .gfield.gfield_error .ginput_container {
    margin-top: 8px !important;
}

body .frm_application .validation_error {
    display: none;
}

body .frm_application .gf_page_steps {
    display: flex;
    justify-content: space-between !important;
    max-width: 800px;
    margin: 0 auto !important;
    padding: 0px !important;
    border: none !important;
    position: relative;
}

body .frm_application .gf_page_steps .gf_step {
    margin: 0px;
    flex-wrap: wrap;
    display: flex;
    opacity: 1;
    justify-content: center;
    position: relative;
    z-index: 2;
}

body .frm_application .gf_page_steps .gf_step span {
    display: block;
    width: 100%;
}

body .frm_application .gf_page_steps .gf_step span.gf_step_number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d5d5d5;
    background-color: #fff;
}

body .frm_application .gf_page_steps .gf_step.gf_step_completed span.gf_step_number {
    border-color: #00a0e8;
    color: #fff;
    background-color: #00a0e8;
}

body .frm_application .gf_page_steps .gf_step.gf_step_active span.gf_step_number {
    border-color: #00a0e8;
    box-shadow: 0px 0px 10px 0px rgba(0, 160, 232, 3);
}

body .frm_application .gf_page_steps .gf_step span {
    opacity: 1 !important;
}

body .frm_application .gf_page_steps .gf_step.gf_step_pending span.gf_step_number {
    color: #d5d5d5;
}

body .frm_application .gf_page_steps .gf_step .gf_step_label {
    text-align: center;
    padding-top: 6px;
    font-weight: bold;
}

body .frm_application .gf_page_steps .gf_step_clear {
    display: none;
}

body .frm_application .gf_page_steps:after {
    position: absolute;
    content: '';
    width: calc(100% - 60px);
    height: 2px;
    background-color: #d8d8d8;
    top: 15px;
    z-index: 1;
    left: 25px;
}

body .frm_application .gform_body {
    margin-top: 50px;
}

body .frm_application .gform_body .ginput_container_time .gravity-select-parent {
    width: 100px !important;
}
body .frm_application .gform_body .ginput_container_time .gravity-select-parent select {
    padding-left: 12px !important;
}
@media (max-width:480px) {
    body .frm_application .gform_fields .gfield.gf_small {
        width: 100%;
    }

    body .frm_application .gf_DOB .clear-multi {

        grid-template-columns: 1fr;
    }

    body .frm_application .gform_fields .gfield {
        padding: 0px !important;
    }

    body .frm_application .gf_accept input {
        margin-top: 0px !important;
    }

}
.fusion-form-element-required {
    text-decoration: none !important;
}

@media only screen and (max-width: 1440px){
    body.fusion-body .testimonial-home-block, body.fusion-body .testimonial-home-image {
        width: 100% !important;
    }
    .fusion-body .testimonial-home-block {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .fusion-body .testimonial-home-block .fusion-column-wrapper {
        margin-left: 0!important;
        margin-right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .main-menu ul#menu-financial-advisor-main-menu {
        min-width: 200px;
        right: 0;
        left: unset;
    }
    .main-menu ul#menu-financial-advisor-main-menu .fusion-background-highlight {
        justify-content: center!important;
    }
}
@media only screen and (max-width: 767px) {
    .fusion-body .testimonial-home-block .fusion-column-wrapper {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .fusion-body .testimonial-home-image {
        margin-bottom: 0!important;
    }
    .fusion-body .testimonial-home-image .fusion-column-wrapper{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
