.fym_iframe{
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    font-family:  Proxima Nova Condensed;
}
.fym_iframe .three-ships-iframe-text-container{
    display: none;
}
.post-content .three-ships-iframe-text-container{
    display: none !important;
}
.post-content .modal .fym-start-btn{
    position: relative;
}
.three-ships-iframe-text-container {
    background: #F0F0F0;
    font-size: 14px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 800px;
    padding: 20px;
    margin: 50px auto 0;
    display: none;
    position: relative;
}
#iframe-copy-btn button, #iframe-copy-btn button:hover, #iframe-copy-btn button:active{
    margin:20px 0 0;
    background-color: #28A828;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    color: #ffffff;
}
.iframe-copied{
    display: none;
    color: #28A828;
    position: absolute;
    bottom: 60px;
    right: 40px;
}
.fym-shortcode-box{
    text-align: center;
}
.fym-page-box{
    background:#ddd;
}
.completed-brand-logo{
    max-width: 100%;
    margin-top: 10px;
}
.survey-result{
    width:100%;
    padding: 0 25px;
}
.fym_res_main_content_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;    
}
.fym_res_main_content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    padding: 10px 10px 10px 0;
    max-width: 25%;
}
.fym_res_main_content .brand-super{
    background-color: #00008B;
    color:#FFFFFF;
    font-size: 18px;
    line-height: 22px;
    padding: 5px;
}
.fym_res_main_content .brand-super:before{
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="23.132" height="22" viewBox="0 0 23.132 22"><path class="a" d="M25.7,11.086,17.711,9.925,14.137,2.683,10.563,9.925,2.571,11.086l5.783,5.637-1.365,7.96,7.148-3.758,7.148,3.758-1.365-7.96L25.7,11.086Z" transform="translate(-2.571 -2.683)"/></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="23.132" height="22" viewBox="0 0 23.132 22"><path class="a" d="M25.7,11.086,17.711,9.925,14.137,2.683,10.563,9.925,2.571,11.086l5.783,5.637-1.365,7.96,7.148-3.758,7.148,3.758-1.365-7.96L25.7,11.086Z" transform="translate(-2.571 -2.683)"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    content: "";
    height: 22px;
    width: 22px;
    margin-right: 5px;
    vertical-align: middle;
}
.brand-description{
    background: rgba(221, 221, 221, .25);
    padding:0px 15px;
    column-count: 2;
    column-gap: 50px;
    font-family:  Proxima Nova Condensed;
}
.brand-description h4, .brand-description h3, .brand-description h1, .brand-description h2, .brand-description h5{
    margin: 5px 0;
    display: block;
   }
.brand-description p{
       font-size: 14px;
       text-align: left;
       margin: 5px 0;
       display: block;
}
.fym-modal-content .brand-description{
    column-gap: 40px;
    column-width: 240px;
    column-rule: 20px solid #fff;
}
.fym-modal-content{
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0 ,0, .36) 0% 0% no-repeat padding-box;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}
.fym-modal-content.active{
    visibility: visible;
}
.fym-modal-content .content-modal{
    width: 62%;
    height: 650px;
}
.fym-page-box{
    float: left;
    width: 30%;
    height: 100%;
    overflow: hidden;
}
.fym-page-box img{
    height: 100%;
    object-fit: cover;
    max-width: unset;
    min-width: 100%;
}
.fym-page-box .user-values-title{
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
    display: block;
    font-weight: 600;
}
.user-result-data{
    background: #fff;
    font-size: 14px;
    padding: 20px 10px;
    word-break: break-all;
    margin: 20px;
}
.user-result-data .box-title{
    text-align: center;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.user-result-data .box-values{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user-result-data .box-values.sliders{
    flex-direction: column;
}

.fym_quiz_pages{
    height:650px;
    overflow-x: hidden;
    position: relative;
    align-items: center;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
}
.content-modal .fym_quiz_pages{
    float: left;
    width: 70%;
    display: block;
}
.sv_main form{
    margin-block-end:0px;
}

.fym_start_heading{
    letter-spacing: 0px;
    text-align: center;
    color: #333333;
    font-size: 37px;
    font-weight: 700;
    margin: 0 auto 20px;
    max-width: calc(100% - 100px);
}
.fym_start_sb_heading{
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400; 
    max-width: calc(100% - 80px);
}

.sv_main .sv_container .sv_body .sv_progress{
    height: 0.4em;
    position: relative;
    margin: 0px 25px 25px;
}
.sv_main .sv_container .sv_body .sv_progress span{
    position:absolute;
    bottom: 33px;
    left: calc(50% - 20px);
    width: 40px;
    text-align: center;
}
.fym-start-btn::after{
    content:"";
    mask-image:url(../icons/arrow-right.svg);
    -webkit-mask-image:url(../icons/arrow-right.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2%;
    height: 27px;
    width: 15px;
}

.fym-start-btn{
    width:50%;
    line-height: 30px;
    padding:22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    font-size:24px;
    font-family: inherit;
    text-decoration: none;
    position:absolute;
    text-transform: uppercase;
    z-index: 9;
    bottom: 17%;
    border-radius: 5px;
    text-align: center;
    left: calc(50% - 25%);
    transition: all 300ms ease-in-out;
    font-weight: 600;
}
.fym-next-page-btn:hover,.fym-complete-btn:hover, .fym-start-btn:hover{
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.fym-next-page-btn:disabled{
    background-color: #333333;
    cursor:not-allowed;
}
.fym-next-page-btn,.fym-complete-btn{
    display:none;
    border:none;
    margin: 20px auto 10px;
    cursor: pointer;
    padding:22px;
    transition: all 300ms ease-in-out;
    min-width: 346px;
    text-align: center;
    background: #333333;
    border-radius: 5px;
    color: #FFFFFF;
}
.fym-prev-page-btn{
    background-color: none;
    align-self: flex-start;
    margin: 33px 25px 0;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}
.fym-prev-page-btn:hover{
    text-decoration: none;
}
.fym-prev-page-btn:before{
    background-color: red;
    transform: rotate(180deg);
    display: inline-block;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="12" viewBox="0 0 14.192 26.53"><path class="a" d="M23.008,16.967,11.993,5.522a1.074,1.074,0,0,1,0-1.51,1.05,1.05,0,0,1,1.495,0l12.077,12.2a1.074,1.074,0,0,1,0,1.51l-12.077,12.2a1.049,1.049,0,0,1-1.495,0,1.074,1.074,0,0,1,0-1.51l11.014-11.44Z" transform="translate(-11.683 -3.7)"/></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="12" viewBox="0 0 14.192 26.53"><path class="a" d="M23.008,16.967,11.993,5.522a1.074,1.074,0,0,1,0-1.51,1.05,1.05,0,0,1,1.495,0l12.077,12.2a1.074,1.074,0,0,1,0,1.51l-12.077,12.2a1.049,1.049,0,0,1-1.495,0,1.074,1.074,0,0,1,0-1.51l11.014-11.44Z" transform="translate(-11.683 -3.7)"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    content: "";
    height: 12px;
    width: 12px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 1px;
}
.fym-title, .sv_main .sv_container .sv_body .sv_p_root  .sv_page_title{
    font-size:24px;
    padding: 15px 0 25px 25px;
    font-weight: 600;
    margin:0;
}
.sv_page_title + div{
    padding: 0 25px;
}
.fym-label{
    font-size: 16px;
    font-weight: 400;
}

.sv_qstn fieldset {
    padding: 0px 25px;
justify-content: center;
z-index: 99999;
display: flex;
flex-wrap: wrap;

}
.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]){
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.fym-item{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    display: block;
    margin: 12px auto;
    padding: 20px 17px;
    min-width: 275px;
    max-width: 600px;
    min-height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.choice-icon{
    height: 40px;
    width: 40px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.fym-item .form-group{display:none;}
.sv_qstn .sv-q-col-1.fym-item{
    min-width: calc(98% - 50px);
}
.fym-item label{
    display: flex;
    align-items: center;
    position: relative;
    cursor:pointer;
    width: 100%;
}
.fym-item label .sv-string-viewer{
    margin: 0 50px 0 10px;
    display: block;
}
.sv_main .sv_container .sv_body .sv_p_root .sv_q   .fym-item label input[type="checkbox"], .fym_quiz_pages .sv_container .sv_body .sv_p_root .sv_q .fym-item label input[type="radio"]{
    order:3;
    height:25px;
    width:25px;
    position: absolute;
    right: 0;
    visibility: hidden;
}
.fym-modal-content .fym-item label input[type="checkbox"], .content-modal  fym-item label input[type="radio"]{
    opacity: 0;
}
.fym-modal-content.active .fym-item label input[type="checkbox"], .content-modal.active  fym-item label input[type="radio"]{
    opacity: 1;
}
.fym_quiz_pages .sv_container .sv_body .sv_p_root .sv_q .fym-item label input[type="radio"]:focus, .sv_main .sv_container .sv_body .sv_p_root .fym-item label input[type="checkbox"]:focus{
    outline: none;
} 

.fym-item label input[type="radio"]:before, .fym-item label input[type="checkbox"]:before{
    position: relative;
    display: block;
    visibility: visible;
    height:26px;
    width:26px;
    border-radius: 2px;
    border: 2px solid #808080;
    content: "";
    background: #FFF;
    cursor: pointer;
}
.fym-item label input[type="radio"]:before{
    border-radius: 50%;
}
.fym-item label input[type="radio"]:after{
    position: relative;
    visibility: visible;
    display: block;
    left: 4px;
    top: -22px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    content: "";
    cursor: pointer;
}
.fym-item label input[type="checkbox"]:after{
    position: relative;
    visibility: visible;
    display: block;
    left: 2px;
    top: -26px;
    height:26px;
    border:none;
    content: "";
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
}
.fym-item label input[type="radio"]:checked:after{
    background-color: #808080;
    visibility: visible;
}
.fym-item label input[type="checkbox"]:checked:after{
    mask-image:url(../icons/icon-check.svg);
    -webkit-mask-image:url(../icons/icon-check.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    visibility: visible;
    background-color: #808080;
}
  
.fym-item object {
    height:40px;
    width: auto;
}
.fym_quiz_pages .sv_main .sv_p_root>.sv_row{
background: none !important;
}
.noUi-horizontal .noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}
.noUi-marker-horizontal.noUi-marker{
    display: none;
}

.nouislider{
    display: flex;
    padding: 0 25px;
    /* align-items: center; */
}
.nouislider .sv_q_description{
    display: none;
}
.nouislider .fym-content{
    width: 80%;
}
.nouislider .fym-item-header{
    min-width: 15%;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.nouislider .fym-title{
    font: normal normal normal 18px/20px Helvetica;
}
.noUi-value-horizontal, .nouislider .noUi-value-sub{
    color: #707070;
    font-size: 18px;
}
.fym_quiz_pages .noUi-pips-horizontal{
    width: calc(100% - 20px);
    left:10px;
}
.fym-dollar .noUi-value-horizontal:before{
    content : "$";

}
.fym_quiz_pages .noUi-horizontal{
    height: 12px;
    cursor: pointer;
}
.fym_quiz_pages .noUi-target {
    box-shadow:none;
    border-radius: 10px;
    border:none;
    background: #ccc;
    margin-bottom: 35px !important;
}
.fym_quiz_pages .noUi-handle:after, .fym_quiz_pages .noUi-handle:before{
    display: none;
}
.brand-link:hover{
    text-decoration: none;
}
.brand-link{
    padding: 22px;
    display: block;
    border-radius: 30px;
    text-align:center;
    text-decoration: none;
    margin: 10px 0 10px 10px;
}
.completed-brand-product{
    max-height: 155px;
}
.sv_main .sv_container .sv_completed_page.sv_body .sv_progress{
    margin: 0 0 0;
}
.fym_quiz_pages .sv_container .sv_completed_page.sv_body .sv_progress .sv_progress_bar span{
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: space-between;
    top: unset;
    margin: 0 0;
    left: 0;
    width: 100%;
    text-align: right;
}
.fym-page-box .box-row{
    font-size: 14px;
    display: flex;
    padding: 0px 20px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.fym-page-box .box-row .title{
    text-align: center;
    word-break: break-word;
}
.fym-page-box .completed-choice-img{
    width: 50px;
    display: block;
    margin: 0 auto;
    min-width: unset;
}
.sv_completed_page.sv_body .sv_progress .fym-prev-page-btn{
    margin:0 0 ;
}
.fym_quiz_pages .sv_container .sv_completed_page.sv_body .sv_progress .sv_progress_bar span span{
    left: unset;
    right: 0;
    display: block;
    bottom: 0;
}
.sv_completed_page .sv_progress_bar{
    height: 0.4em;
}
.result-message{
    text-align: center;
    font-size: 18px;
}
.mobile.brand-link{
    display:none;
}
@media(max-width: 890px) {
    .fym-modal-content .content-modal{
        width: 95%;
        height: 90%;
    }
    .content-modal .fym_quiz_pages{
        width: 100%;
    }
    .fym-page-box {
        display: none;;
    }
}
@media(max-width: 760px) {
    .fym-item {
        width: calc(100% - 30px);
        padding: 15px 10px;
        min-width: 200px;
    }
    .sv_qstn .sv-q-column-2, .sv-question .sv-q-column-2 {
        max-width: 46%;
    }
    .sv_q.sv_qstn.nouislider{
        display: block;
        width: 100%;
    }
    .nouislider .fym-item-header{
        width: 100%;
    }
    .nouislider .fym-content{
        width: 100%;
    }
    .sv_qstn .sv-q-col-1.fym-item {
        width: calc(98% - 50px);
    }
}
@media(max-width: 540px) {
    .fym_res_main_content_row .brand-link{
        display: none;
    }
    .fym_quiz_pages{
        height:700px;
    }
    .fym-prev-page-btn{
        margin: 10px 15px 0;
    }
    .sv_container .sv_q_description{
        margin-bottom: 0px;
        padding: 0 15px;
    }
    .fym-title, .sv_main .sv_container .sv_body .sv_p_root .sv_page_title{
        padding: 15px 15px 15px 15px;
    }
    .sv_main .sv_container .sv_body .sv_progress{
        margin: 0 15px 0;
    }
    .fym-item {
        width: calc(100% - 30px);
        min-height: unset;
        padding: 15px 10px;
        margin: 6px auto;
        height: 64px;
        
    }
    .sv_main .sv_container .sv_body .sv_p_root .sv_q_select_column {
        display: flex;
        vertical-align: top;
        min-width: 100%;
        flex-wrap: wrap;
    }
    .sv_qstn fieldset{
        width: unset;
    }
    /* .fym-start-btn{
        font-size: 18px;
        width: 72%;
        left: calc(50% - 36%);
    } */
    .fym-start-btn::after{
        -webkit-mask-size: contain;
        height: 18px;
        width: 13px;
    }
    .fym-next-page-btn, .fym-complete-btn{
        width: calc(100% - 30px);
    }
    .fym-modal-content .content-modal{
        width: 95%;
        height: 90%;
    }
    .content-modal .fym_quiz_pages{
        width: 100%;
    }
    .fym-page-box {
        display: none;;
    }
    .sv_qstn fieldset .sv-q-col-1.fym-item {
        width: calc(100% - 30px);
    }
    .sv_page_title + div{
        padding: 0 15px;
    }
    .noUi-pips-horizontal{
        padding: 0 0;
    }
    .tooltip_box{
        height: 16px;
    }
    .completed-brand-product{
        max-height: 105px;
    }
    .fym_res_main_content{
        max-width: 60%;
    }
    .mobile.brand-link{
        display: block;
        margin: 15px auto;
        width: fit-content;
    }
}
@media only screen and (max-width: 440px){
    .sv_qstn fieldset .sv-q-col-1 {
        width: calc(100% - 30px);
    }
}