/*///////----------Fonts ---------------//////////////*/

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}

html,
body,
h1,
h2,
h3,
h4,
p,
a,
li,
label,
/*.sky-form .radio, .sky-form .checkbox,*/
.control-label {
    font-family: 'Proxima Nova', Arial, sans-serif;
    color: #202124;
    font-weight: 400;
}

.font-weight-normal {
    font-weight: 400 !important;
}

html,
body {
    font-size: 16px;
    /*background-image: linear-gradient( to right bottom, rgba(0,49,60,0.95), rgba(0,49,60,0.95));*/ /*, url(../../../images/background-image.jpg) !important;*/
    /*background-image: linear-gradient( to right bottom, rgba(0,49,60,0.95), rgba(0,49,60,0.95)), url(../../../images/background-image.jpg) !important;*/
    background-size: cover;
    background-color: #fff;
    /*background-position: 0 70px;*/
    background-repeat: no-repeat;
    object-fit: contain;
}

html {
    height: 100%;
}

body {
    min-width: 100%;
    min-height: 100%;
    display: grid;
    grid-template-rows: 100px auto 50px;
    grid-template-columns: minmax(100%, auto);
}

a {
    font-size: 16px;
    cursor: pointer;
}

#assessment-section {
    margin: 36px;
}

.custom-section h1 {
    font-size: 32px !important;
    line-height: 36px;
    margin-top: 0;
}

.custom-section p {
    font-size: 14px;
}

.sky-form .label {
    font-size: 16px;
}
/*////////////----------buttons and links--------//////////////////*/
.btn-default {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    color: #fff !important;
    border-color: #337ab7;
    border-radius: 30px !important;
    background-color: #337ab7;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

    .btn-default:active:hover, .btn-default:active:focus {
        color: #fff;
        border-color: #337ab7;
        background-color: #337ab7;
    }

    .btn-default:active,
    .btn-default:focus,
    .btn-default:hover {
        color: #fff;
        border-color: #337ab7;
        background-color: #337ab7;
    }

.btn-danger {
    border-radius: 5px !important;
    color: #fff;
    border: 2px solid #ff8300;
    background-color: #ff8300;
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger:focus,
    .btn-danger:active:hover {
        border: 2px solid #ff8300;
        background-color: #ff8300;
    }

.button-group {
    display: flex;
    justify-content: end;
}

.btn-primary {
    line-height: normal;
    height: 50px;
    color: #fff !important;
    border-color: #1A73E8;
    background-color: #1A73E8;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        border-color: #1A73E8;
        background-color: #1A73E8;
    }

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        border-color: #1A73E8;
        background-color: #1A73E8;
    }

    .btn-primary img {
        margin-left: 0.5rem;
        width: 18px !important;
        height: 20px !important;
    }

.btn-secondary {
    line-height: normal;
    height: 50px;
    color: #74747b !important;
    border-color: #74747b;
    background-color: #FFF;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 16px;
}

    .btn-secondary:active:hover, .btn-secondary.active:hover, .open > .dropdown-toggle.btn-secondary:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .open > .dropdown-toggle.btn-secondary:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .open > .dropdown-toggle.btn-secondary.focus {
        color: #74747b;
        border-color: #74747b;
        background-color: #FFF;
    }

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
        color: #74747b;
        border-color: #74747b;
        background-color: #FFF;
    }

    .btn-secondary img {
        margin-left: 0.5rem;
    }

footer button {
    margin: 0 5px;
}

/*Assement Button*/


.btn-report {
    background-color: #004A74 !important;
    border-color: #004A74 !important;
}



.assment-link {
    color: #ff8300;
    text-decoration: underline;
    font-weight: 500;
}

    .assment-link:hover {
        color: #FFF;
        text-decoration: underline;
        /*font-weight: 300;*/
    }

.privacy-link {
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

/*right section */

.orange-border {
    background-color: #4a4949;
    border: 2px solid #ff8300;
    border-radius: 5px;
    margin: 0 50px 0 100px;
    padding: 40px;
}


/*------------------Assessment Page-------------------*/


.wrapper {
    background-color: #54a4e2;
}

.assessment-box {
    /*background-color: #fff;*/
    /*min-height: 600px;*/
    padding: 0 64px;
}

.assessment-box-in {
    /*padding: 0 50px;*/
    /*margin: 0 auto;*/
}

.secOrg {
    padding-left: 5px;
    padding-right: 64px;
}

.section-heading {
    margin: 0 0 12px;
    font-size: 16px !important;
}

.section-image {
}

.section-content {
}

.sky-form section {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 5px;
}

.h1-blue {
    color: #39393b;
    font-weight: 300;
    margin: 40px 0 20px 0;
    display: none;
}

.sec-space {
    /*min-height: 300px;*/
}

.section-question {
    font-weight: 600 !important;
}


/* Assessment progress bar*/

.heading-sm-textN {
    margin-bottom: 5px;
    margin-left: 5px;
}

.heading-sm {
    font-size: 15px;
    float: right;
    margin-right: 5px;
}

.callout-section {
    padding-left: 90px;
    padding-top: 28px;
    border-left: 1px solid #E5E5E5;
}

.call-out-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.call-out-image {
    min-height: 358px;
}

.call-out-msg-box {
    width: 100%;
    /*background-color: rgba(0,114,153,.95);*/
    background-color: #1A73E8;
    position: absolute;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    bottom: 0;
}

.call-out-top-wrapper {
    padding: 15px;
    background-color: #002D5B;
}

.call-out-content-wrapper {
    display: flex;
    align-items: center;
}

    .call-out-content-wrapper .call-out-heading span {
        font-weight: 400 !important;
        font-size: 20px !important;
        color: #fff;
    }

.call-out-top-wrapper .call-out-icon {
    width: 75px !important;
    display: inline-block !important;
    position: relative;
    top: -8px;
}

.call-out-icon {
    width: 40px !important;
    display: inline-block !important;
    position: relative;
    top: 5px;
    margin: 0 10px;
}

.call-out-heading {
    display: inline-block;
    margin: 5px 5px;
    padding: 0;
    color: #fff;
    font-size: 16px !important;
}

.call-out-text {
    font-weight: 400 !important;
    font-size: 16px !important;
}


.call-out-top-wrapper .call-out-heading {
    color: #fff;
}

    .call-out-top-wrapper .call-out-heading span {
        font-weight: 600;
        font-size: 20px;
        color: #fff;
    }

.call-out-msg-box ul li {
    color: #fff;
}

.progress-section {
    margin-top: 20px;
}

.progress {
    height: 6px;
    margin-top: 5px;
    border: 0;
    -webkit-box-shadow: none;
    border-radius: 4px;
}

.progress-bar {
    -webkit-box-shadow: none;
    background-color: #54a4e2;
}


#progressBar {
    /*width: 400px;*/
    height: 22px;
    /*border: 1px solid #111;*/
    border: 1px solid #555;
    border-radius: 20px;
    padding: 1px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.progressBar-inner {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 18px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #00A3E0;
    text-align: center;
    border-radius: 20px;
    text-shadow: -1px 0 #00A3E0, 0 1px #00A3E0, 1px 0 #00A3E0, 0 -1px #00A3E0;
}


.pdfobject-container {
    border: 1rem solid rgba(27,108,177,.5);
}

/*.radio-cover {
    background-color: #D9D9D6;
    height: 40px;
    padding: 10px 0px 0px 50px;
    line-height: 1;
}

.radio-cover-head {
    height: 40px;
    padding: 10px 0px 0px 50px;
 }*/

blockquote.hero {
    /*border-left: solid 2px #003283;*/
    border: none;
    background: #f9f9f9;
    box-shadow: 0px 18px 15px -15px rgba(0,0,0,.5);
}

.tag-line {
    font-size: 16px;
    color: #333;
}

.control-label-light {
    font-size: 18px;
    font-weight: 500;
    color: #ffF;
}
/* Tooltips fix By Bilal */

.tooltipColor {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

.tooltip > .tooltip-inner {
    max-width: 350px;
    border: 1px solid #CCC;
    background-color: #fff;
    color: #49494b;
    font-size: 16px;
    max-width: 350px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2da5da;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.shadow-effect-2 {
    border: none;
    box-shadow: 2px 2px 15px rgba(97,97,97, 0.9);
}
/*------------------skyform controller-------------------*/
.sky-form .radio input, .sky-form .checkbox input {
    left: -9999999px;
}

.sky-form {
    border: none;
    box-shadow: none;
}

    .sky-form fieldset {
        padding: 0;
    }

    .sky-form fieldset {
        background: none;
    }

.control-label {
    font-size: 22px;
    /*color: #333;*/
    font-weight: 700;
    line-height: 26.8px;
    letter-spacing: -.011em;
    margin-bottom: 20px;
}

.sky-form footer {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background: none;
    border-top: 1px solid #555;
}


/*Form checkbox and Radio button*/

.sky-form .radio i {
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-color: #555;
}

.sky-form .checkbox i {
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}



.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
    border-color: #555;
}

.sky-form .checkbox input + i:after {
    font-size: 14px;
    margin-left: 0px;
    top: 1px;
    color: #2da5da;
}

.sky-form .radio,
.sky-form .checkbox {
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    margin-bottom: 12px;
}

.selectBox {
    font-family: 'Proxima Nova', Arial, sans-serif !important;
    min-height: 50px;
    font-size: 16px !important;
    border-radius: 8px !important;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .15);
}

.reg-page-box .sky-form .checkbox {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 400;
}

.reg-page-box {
    width: 100%;
    padding: 5rem;
    background-image: url(../../img/result-bg.png);
    background-size: cover;
    margin: 0;
}

    .reg-page-box .rating-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0rem 3rem 3rem 3rem;
    }

.rating-box img {
    /*width:100%;*/
}

.rating-box h1 {
    color: #1A73E8;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.rating-box .result-box {
    margin-top: 25px;
    text-align: left;
}

.result-box p {
    font-size: 20px;
    margin: 0 0 16px;
}

.reg-page-box .sky-form a {
    font-size: 14px;
}

.reg-page-box ul {
    padding-inline-start: 0px;
    list-style: none;
    position: relative;
}

    .reg-page-box ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }


        .reg-page-box ul li img {
            width: 25px;
            margin-right: 5px;
        }

.form-box {
    background-color: #fff;
    padding: 2rem;
}

    .form-box h4 {
        font-size: 22px;
    }
    .form-box .control-label{
        margin-top:20px;
        margin-bottom:10px; 
    }
    .form-box .control-label, .form-box .radio {
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
    }

    .form-box .radio-group {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .form-box .radio-group .radio {
            display: flex;
            align-items: center;
            flex-direction: row;
            padding: 0px 20px 0px 0px;
            margin-bottom: 0px;
        }

            .form-box .radio-group .radio i {
                position: relative !important;
                top: 0;
                left: 0;
                margin-left: 10px;
                width: 20px;
                height: 20px;
            }

            .form-box .radio-group .radio input:checked + i {
                border: 2px #1A73E8 solid;
            }

            .form-box .radio-group .radio i:after {
                top: -1px;
                left: -1px;
                width: 20px;
                height: 20px;
                background-color: #fff;
                border: 5px #1A73E8 solid;
            }

    .form-box .input {
        padding: 10px 0px 8px;
        border: 1px solid rgb(77, 77, 87);
        border-radius: unset;
        box-shadow: none;
        min-height: 50px;
    }

        .form-box .input input, .form-box .input input:focus {
            border: none !important;
            box-shadow: unset;
        }

            .form-box .input input::placeholder {
                color: #4D4D57;
                font-family: 'Proxima Nova', Arial, sans-serif !important;
                font-size: 16px !important;
            }

    .form-box a {
        color: #1a73e8;
        text-decoration: underline;
    }

.has-success .control-label {
    color: #202124 !important;
}

.help-block {
    color: rgba(233, 59, 36, 1) !important;
    font-weight: bold;
}

.sky-form .radio input + i:after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background-color: #54a4e2;
}

.radio-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
/*--------------skyform ion range slider ---------------*/
.slider-container {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .15);
    min-height: 40px;
    padding: 0px 50px 5px 50px;
    align-items: center;
}

    .slider-container .input {
        width: 100%;
    }

.multi-slider-container {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .15);
    min-height: 40px;
    padding: 0px 5px 5px 0px;
    color: #202124 !important;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

    .multi-slider-container .input {
        width: 100%;
    }

    .multi-slider-container .info-circle-tooltip {
        width: 15px !important;
    }

.sum-slider-container {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .15);
    min-height: 40px;
    padding: 0px 5px 5px 0px;
    color: #202124 !important;
    align-items: center;
    margin-bottom: 8px;
}

    .sum-slider-container .input {
        width: 100%;
    }

    .sum-slider-container .info-circle-tooltip {
        width: 15px !important;
    }

.irs {
    font-family: 'Proxima Nova', Arial, sans-serif !important;
}

.irs--round .irs-grid {
    height: 32px !important;
}

.irs--round .irs-grid-text {
    color: #202124 !important;
    font-size: 16px !important;
    bottom: 2px;
}

.multi-slider-container .irs--round .irs-grid-text {
    font-size: 10px !important;
}

.irs-grid-pol.small {
    display: none;
}

.irs--round .irs-bar--single {
    background: #1A73E8 !important;
    cursor: pointer;
    height: 7px !important;
    top: 26px !important;
}

.irs--round .irs-handle {
    border: 6px solid #1A73E8 !important;
    cursor: pointer;
    top: 18px !important;
}

.irs--round .irs-line {
    height: 7px !important;
    cursor: pointer;
    background: #D9D9D9;
    top: 26px !important;
}

.slider-container .irs--round .irs-single {
    display: none;
}

.multi-slider-container .irs--round .irs-single {
    display: none;
}
.sumSliderMessage{
    font-weight:500;
}
.sumSliderTotalInvalid {
    color: #a94442 !important;
}
/*//////////////////----Results Page---///////////////////////////////*/

.sky-form .tooltip {
    position: relative;
    display: inline-block;
    background: none;
    color: #555;
    left: 0;
    opacity: 1;
}

.btn-reg {
    text-align: right;
    border: none;
    border-radius: 0;
    width: auto;
    height: 52px;
    padding: 14px 15px;
    background: #00716b;
    color: #fff !important;
}

.btn-rounded, .rounded {
    border-radius: 5px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    background-color: #FFF;
    box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.2);
    width: 300px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light .tooltipster-content {
    padding: 5px 10px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow .tooltipster-arrow-border {
}

.tooltip_templates {
    display: none;
}

/*////////////////////-------  Media---- /////////////////////////////*/


@media (min-width: 320px) and (max-width:479px) {
    .landing-image {
        height: 900px;
    }

    .orange-border {
        margin: 0px;
    }
    /*.landing-image {
        height: 375px;
    }
    .img-landing {
        height: 375px;
    }
    .img-overlay {
        height: 375px;
    }*/
    .landing-content-over {
        margin-top: 20px;
    }

    .landing-h2 {
        margin-top: 0%;
    }

    .legal-text {
        margin-top: 20px;
    }

    .footer {
        height: 60px;
    }

    .orange-border {
        margin: 20px 0 0 0;
    }

    .assessment-box {
        padding: 0px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    /*.landing-image {
        height: 350px;
    }
    .img-landing {
        height: 350px;
    }
    .img-overlay {
        height: 350px;
    }*/
    .landing-image {
        height: 1024px;
    }

    .legal-text {
        margin-top: 100px;
    }

    .landing-h2 {
        margin-top: 0px;
    }

    .legal-text {
        margin-top: 50px;
    }

    .orange-border {
        margin: 20px 0 0 0;
    }
}

/*@media (min-width: 767px) {
    .legal-text {
        margin-top: 120px;
    }

}*/

@media (min-width: 768px) and (max-width: 1023px) {
    .landing-image {
        height: 950px;
    }

    .orange-border {
        margin: 40px 50px 0 50px;
    }

    .footer {
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .landing-image {
        height: 692px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .assessment-box {
        padding: 0px;
    }
    .multi-slider-container {
        padding: 0px 20px 5px 20px;
        display: block;
    }

    .sum-slider-container {
        display: block;
    }
    /* your css rules for ipad portrait */
    body {
        grid-template-rows: 120px auto 50px;
    }
    .rating-box img {
        width: 100%;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    #assessment-section {
        margin: 5px 5px;
    }
    .assessment-box {
        padding: 0px;
    }

    .call-out-image {
        min-height: unset;
    }

    .call-out-icon {
        width: 30px !important;
    }

    .call-out-content-wrapper .call-out-heading span {
        font-size: 16px !important;
    }

    .slider-container {
        padding: 0px 30px 5px 30px;
    }

    .irs--round .irs-grid-text {
        font-size: 12px !important;
    }

    .secOrg {
        padding-right: 20px;
    }
    .callout-section{
        padding-left:30px;
    }
    /* your css rules for ipad landscape */
}

@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
    .assessment-box {
        padding: 0px;
    }

    .multi-slider-container {
        padding: 0px 20px 5px 20px;
        display: block;
    }

    .sum-slider-container {
        display: block;
    }
    /* your css rules for ipad portrait */
    body {
        grid-template-rows: 120px auto 50px;
    }
    .rating-box img {
        width: 100%;
    }
}

@media all and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
    #assessment-section {
        margin: 5px 5px;
    }

    .assessment-box {
        padding: 0px;
    }

    .call-out-image {
        min-height: unset;
    }

    .call-out-icon {
        width: 30px !important;
    }

    .call-out-content-wrapper .call-out-heading span {
        font-size: 16px !important;
    }

    .slider-container {
        padding: 0px 30px 5px 30px;
    }

    .irs--round .irs-grid-text {
        font-size: 12px !important;
    }

    .secOrg {
        padding-right: 20px;
    }

    .callout-section {
        padding-left: 30px;
    }
    /* your css rules for ipad landscape */
}

/*Iphone X*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .assessment-box-in {
        padding: 0px;
        margin: 0 auto;
    }

    .reg-page-box {
        background-color: #fff;
        padding: 15px;
    }
}
/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation : portrait) {


    .assessment-box-in {
        padding: 0px;
        margin: 0 auto;
    }

    .reg-page-box {
        background-color: #fff;
        padding: 15px;
    }
}

/*End of Iphone*/
@media only screen and (min-width: 360px) and (max-width: 767px) {
    body {
        grid-template-rows: 120px auto 50px;
    }
    .text-center-m {
        text-align: center;
    }

    .assessment-box-in {
        padding: 0 10px;
        margin: 0 auto;
    }


    .reg-page-box {
        background-color: #fff;
        padding: 15px;
    }

    #assessment-section {
        margin-right: 0px;
        margin-left: 0px;
    }

    .secOrg {
        padding-right: 5px;
    }

    .slider-container {
        padding: 0px 30px 5px 30px
    }

    .multi-slider-container {
        padding: 0px 20px 5px 20px;
        display: block;
    }

    .sum-slider-container {
        display: block;
    }

    .irs--round .irs-grid-text {
        font-size: 12px !important;
    }

    .callout-section {
        padding-top: 10px;
        padding-left: 5px;
    }

    .call-out-icon {
        width: 30px !important;
    }

    .call-out-content-wrapper .call-out-heading span {
        font-size: 14px !important;
    }

    .call-out-image {
        min-height: unset;
    }

    .footer {
        flex-wrap: wrap;
    }
    .rating-box h1{
        font-size:36px;
        line-height:36px;
    }
    .rating-box img{
        width:100%;
    }
}
/* SAMSUNG Galaxy */

@media only screen and (min-device-width: 360px) and (orientation: portrait) {
    .text-center-m {
        text-align: center;
    }

    .assessment-box-in {
        padding: 0 10px;
        margin: 0 auto;
    }

    .btn-result-responsive {
        width: 220px;
        right: 0px;
        position: relative;
    }

    .modal {
        width: 90%;
        left: 10px;
    }

    .reg-page-box {
        background-color: #fff;
        padding: 15px;
    }
}

/*End Of Samsung Galaxy*/



.owl-carousel .owl-item img {
    display: inline-block !important;
    width: 99%;
    position: relative;
    top: -2px;
}
