﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;700&display=swap');

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("/Fonts/Roboto-Light.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/Fonts/Roboto-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("/Fonts/Roboto-Medium.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("/Fonts/Roboto-Bold.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("/Fonts/Roboto-Black.ttf") format("opentype");
}

@font-face {
    font-family: "Gill Sans";
    font-style: normal;
    font-weight: 700;
    src: url("/Fonts/Gill Sans Bold.otf") format("opentype");
}

@font-face {
    font-family: "Gill Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/Fonts/Gill Sans.otf") format("opentype");
}

@font-face {
    font-family: "Gill Sans";
    font-style: normal;
    font-weight: 500;
    src: url("/Fonts/Gill Sans Medium.otf") format("opentype");
}


:root {
    --Primary-color: #0068A7;
    --secondary-color: #BD9533;
    --primary-font-family: "Gill Sans", Inter, Helvetica;
    --body-text: #444E59;
    --white: #ffffff;
    --numbering-background: rgba(0, 117, 201, 0.1);
    --top-banner-background: #0068A7;
    --footer-background: #00577B;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}
header {
    z-index: 4;
    position: fixed;
    width: calc(100% - 0%);
    height: auto;
    top: 0;
   
}
/*#checkbox-div {
    display: none;
}*/

.hidecheckbox-div {
    display: none;
}

.showcheckbox-div {
    display: block;
}


.hideother-textbox {
    display: none;
}

.showother-textbox {
    display: block;
}

/*#other-textbox {
    display: none;
}*/
.error {
    color: red;
}
.hidden-div {
    border-top: 1px solid #E2E8F0;
    margin-top: 90px;
    padding-top: 18px;
}
    .hidden-div label {
        display: inline-block;
        font-family: var(--primary-font-family);
        font-variant: normal;
        color: #444E59;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 26px;
        padding-left: 40px !important;
    }
    .hidden-div input[type="checkbox"] ~ label {
        display: inline-block;
        background: url(../images/check.png) no-repeat left center;
        cursor: pointer;
        height: 25px;
        padding-left: 32px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .hidden-div input[type="checkbox"]:checked ~ label {
        background: url(../images/checked.png) no-repeat left center;
    }
    .hidden-div textarea {
        width: 100% !important;
        word-wrap: normal;
        color: #434346;
        font-family: var(--primary-font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.24px;
        border-radius: 2px;
        border: 1px solid #E2E8F0;
        padding-left: 10px;
        padding-top: 10px;
        margin-top: 10px;
        padding-right: 5px;
    }
.lastpagecopy {
    text-align: center !important;
}

.lastpageimagesce {
    padding-bottom: 30px;
}
.free-text textarea {
    width: 100% !important;
    word-wrap: normal;
    color: #434346;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.24px;
    border-radius: 2px;
    border: 1px solid #E2E8F0;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 10px;
    padding-right: 5px;
}
.submit-btn-last {
    padding-left: 6%;
    padding-top: 30px !important;
    padding-right: 6%;
    padding-bottom: 0px !important;
    display: flex;
}

.question-heading h3 {
    color: #434346;
    font-family: var(--primary-font-family);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.24px;
    margin-bottom: 12px;
}
.question-heading p {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.33px;
}

.statements {
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    font-size: 19px !important;
    padding-top: 12px;
}

.question-heading {
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 20px;
}
.question-headings h3 {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.custom-radio-btn p {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 16.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.33px;
}
.container-fluid {
    display: flex;
    width: 100%;
    height: 83px;
    z-index: 2;
}

.sub-header-drop label {
    display: inline-block;
    font-family: var(--primary-font-family);
    color: #434346;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.24px;
    padding-left: 0px !important;
    font-variant: normal;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    font-family: var(--primary-font-family);
    border-color: #f5c2c7;
    margin-bottom: 10px;
    margin-top: 14px;
    padding-left: 6.1%;
    font-size: 15px;
}

.survey-sub-section {
    display: flex;
    justify-content: space-between;
}
.text-left p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 9px;
}
.enps li {
    float: left;
    margin: 0 0px 0 0;
    width: 74px !important;
    height: 44px;
    position: relative;
    margin-bottom: 14px;
}
.enps-section .custom-radio-btn input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    font-family: Inter;
    color: #2D2D2D;
    text-align: center;
    color: #444E59;
    font-size: 12.5px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    height: 44px;
    width: auto;
     padding-top: 15px; 
    padding-bottom: 5px;
    vertical-align: middle;
}


.sub-header-drop select {
    word-wrap: normal;
    color: #434346;
    font-family: var(--primary-font-family);
    font-size: 16.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 117.647% */
    letter-spacing: -0.24px;
    border-radius: 2px;
    border: 1px solid #E2E8F0;
    width: 167px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.radio-tabs .strongly-disagree-tab label {
    border-right: none;
    border-radius: 2px 0px 0px 2px;
}

.radio-tabs .disagree-tab label {
    border-right: none;
    border-radius: 0px 0px 0px 0px;
}

.radio-tabs .agree-tab label {
    border-right: none;
    border-radius: 0px 0px 0px 0px;
}

.radio-tabs .neutral-tab label {
    border-right: none;
    border-radius: 0px 0px 0px 0px;
}

.survey-page-content .radio-custom .custom-radio-btn p {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.33px;
}

.text-dashboard p {
    margin-bottom: 0px !important;
}


.survey-page-contents .radio-custom .custom-radio-btn p {
    color: #2D2D2D;
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
}

.navigation-btn {
    margin-top: 36px;
}

.survey-page-content {
    margin-bottom: 20px;
}

.radio-tabs {
    list-style-type: none;
    margin: 12px 0 0 0;
    padding: 0;
    width: auto;
}

    .radio-tabs li {
        float: left;
        margin: 0 0px 0 0;
        width: 261px;
        height: 44px;
        position: relative;
        margin-bottom: 14px;
    }

    .lastpage p {
        text-align: center !important;
    }

    .radio-tabs label,
    .radio-tabs input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #DCDDDE;
        background: #FFF;
    }

        .radio-tabs input[type="radio"] {
            opacity: 0.01;
            z-index: 100;
        }

            .radio-tabs input[type="radio"]:checked + label,
            .radio-tabs .Checked + label {
                border: 1px solid #0083BD;
                background: #0083BD;
                color: #ffffff !important;
                font-weight: 500;
            }

    .radio-tabs label {
        padding: 5px;
        border: 1px solid #DCDDDE;
        cursor: pointer;
        /* z-index: 90;*/
    }

        .radio-tabs label:hover {
            border: 1px solid #00577B;
            background: #00577B;
            color: #ffffff !important;
            font-weight: 500;
        }

.custom-radio-btn input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    font-family: var(--primary-font-family);
    color: #2D2D2D;
    text-align: center;
    color: #444E59;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    height: 44px;
    width: auto;
    padding-top: 13px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.radio-custom {
    display: flex;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.open-feedback .radio-custom {
    display: block;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.radio-tabs .agree-tab label {
    border-right: none;
    border-radius: 2px 0px 0px 2px;
}

.radio-tabs .nsdk label {
    border-left: none;
    border-radius: 0px 2px 2px 0px;
}

.bottom-comparison {
    margin-bottom: 0px !important;
    border-bottom-right-radius: 16px !important;
    padding-bottom: 5px !important;
    border-bottom-left-radius: 16px !important;
}

.bottom-radius {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-top: 0px !important;
}

.num-padding p {
    padding-left: 0px !important;
}

.open-ended-response p {
    margin-bottom: 0px !important;
    padding-left: 48px;
    padding-top: 8px;
}

.img-header {
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 6.1%;
    background-image: url('../Images/survey-background-header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.survey-name {
    color: #00577A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--primary-font-family);
    font-size: 25px;
    font-style: normal;
    margin-bottom: 16px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.sub-header-drop {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #EAEAEA;
    padding-left: 6%;
    padding-top: 14px;
    align-items: center;
    padding-right: 6%;
    padding-bottom: 14px;
}

.survey-page-sub .sub-header-drop {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #EAEAEA;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 14px;
    padding-bottom: 14px;
}

.note {
    color: #444E59;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

textarea {
    border-radius: 0px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    width: 100% !important;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    font-family: var(--primary-font-family) !important;
    color: #444E59 !important;
    font-size: 15px !important;
}

.questions textarea {
    border-radius: 4px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    width: 72% !important;
    margin-left: 14px;
}

.thank-text h3 {
    color: #00577B;
    font-size: 30px;
    font-family: var(--primary-font-family);
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}

.questions .caption {
    width: 72% !important;
}


.start-button-section {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding-top: 26px;
    padding-bottom: 36px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.close-page-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center !important;
}

.close-heading {
    font-family: var(--primary-font-family);
    text-transform: uppercase;
    color: var(--body-text);
    text-align: center !important;
    color: #444E59;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1px;
    padding-top: 30px;
}


a {
    text-decoration: none;
}
.content {
    padding-top: 198px;
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    min-height: 100vh;
    padding-bottom: 100px;
}
p {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #4A4A4A;
}
.heading {
    font-family: var(--primary-font-family);
    color: #444E59;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.start-btn {
    margin-top: 40px;
}

p {
    font-family: var(--primary-font-family);
    color: #4A4A4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
}

.text-img {
    display: flex;
}

.text-img-left {
    width: 80%;
}

.text-img-right {
    width: 20%;
}

.heading-2 {
    font-family: var(--primary-font-family);
    color: #444E59;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.68px;
    text-transform: uppercase;
    text-transform: uppercase;
    color: var(--body-text);
}
.weight {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: var(--body-text);
}
hr {
    border: 1px solid #D0D0D0;
    margin-top: 26px;
    margin-bottom: 30px;
}
.button-on-arrow {
    margin-left: 19px;
    margin-bottom: 2px;
}
.btn-start {
    border-radius: 80px;
    background: #00577B;
    font-family: var(--primary-font-family);
    color: #FFF;
    font-size: 14.6px;
    font-style: normal;
    letter-spacing: 0.8px;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 20px 14px 20px;
    color: var(--white);
}
    .btn-start:hover {
        border-radius: 80px;
        background: #00577B;
        font-family: var(--primary-font-family);
        color: #FFF;
        font-size: 14.6px;
        font-style: normal;
        letter-spacing: 0.8px;
        align-items: center;
        font-weight: 500;
        text-transform: uppercase;
        text-transform: uppercase;
        text-decoration: none;
        padding: 14px 20px 14px 20px;
        color: var(--white);
    }
.footer .logo_footer {
    padding-top: 24px;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-left: 6%;
    vertical-align: middle;
    background-color: var(--footer-background);
}
    .footer p {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 15px;
        font-family: var(--primary-font-family);
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        vertical-align: middle;
        letter-spacing: normal;
    }
    .footer .container .row .col-3 {
        flex: 0 0 auto;
        width: 25%;
        float: right;
        text-align: right;
    }
    .footer .container .row {
        justify-content: space-between;
    }
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.0rem);
    padding-left: var(--bs-gutter-x,.0rem);
    margin-right: 6%;
    margin-left: auto;
}
.footer-content {
    width: 100%;
    padding-right: var(--bs-gutter-x,.0rem);
    padding-left: var(--bs-gutter-x,.0rem);
    margin-right: 20%;
    margin-left: 20%;
}

.footer-completion {
    width: 100%;
    padding-right: var(--bs-gutter-x,.0rem);
    padding-left: var(--bs-gutter-x,.0rem);
    margin-right: 12%;
    margin-left: 14%;
}

.footer-no-fix .logo_footer {
    padding-top: 24px;
}

.footer-no-fix {
    width: 100%;
    height: 90px;
    vertical-align: middle;
    background-color: var(--footer-background);
}

    .footer-no-fix p {
        width: 100%;
        padding-top: 40px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: var(--white);
        vertical-align: middle;
    }

    .footer-no-fix .container .row .col-3 {
        flex: 0 0 auto;
        width: 25%;
        float: right;
        text-align: right;
    }

    .footer-no-fix .container .row {
        justify-content: space-between;
    }
.survey-header {
    z-index: 4;
    position: fixed;
    width: calc(100% - 0%);
/*    height: 120px;*/
    top: 0;
    background-color: var(--top-banner-background);
}
    .survey-header .header-img {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20%;
    }
.free-text-area select {
    word-wrap: normal;
    border-radius: 0px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    width: 30% !important;
    color: #444E59;
    font-size: 16px;
    font-family: var(--primary-font-family);
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    .survey-header .sub-text {
        z-index: 4;
        position: fixed;
        background-color: var(--white);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
        width: calc(100% - 0%);
        margin: auto;
        padding-left: 20%;
        padding-top: 30px;
        padding-bottom: 18px;
        margin-top: -1px;
    }
.surveyhearder-text {
    z-index: 4;
    position: fixed;
    background-color: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    width: calc(100% - 0%);
    margin: auto;
    padding-left: 20%;
    padding-top: 30px;
    padding-bottom: 18px;
    margin-top: -1px;
}
.sub-textline {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 19px;
    color: var(--body-text);
    text-align: left;
    padding-top: 5px;
}

    .sub-textline p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 19px;
        color: var(--body-text);
        text-align: left;
        padding-top: 5px;
    }

.main-content {
    padding-top: 196px;
    width: 100%;
/*    padding-left: 20%;
    padding-right: 6%;*/
    min-height: 100vh;
    padding-bottom: 80px;
}

.questions {
    margin-right: 6%;
    margin-left: 6%;
    /*border-bottom: 1px solid #E2E8F0;*/
    /*padding-bottom: 40px;*/
}

.survey-page-content {
    padding-right: 6%;
    padding-left: 6%;
}

.dimension-heading {
    padding-right: 6%;
    padding-left: 6%;
}
    .dimension-heading h3 {
        margin-bottom: 0px !important;
        color: #00577B;
        font-family: var(--primary-font-family);
        font-size: 24px;
        margin-top: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.32px;
        text-transform: uppercase;
    }

.divivion p {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.33px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.department p {
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.33px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 42px;
}
.questions select {
    word-wrap: normal;
    color: #434346;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.24px;
    border-radius: 2px;
    border: 1px solid #E2E8F0;
    width: 36%;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
.caption p {
    margin-bottom: 24px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 20px;
    color: var(--body-text);
}
label {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-variant: small-caps;
    color: var(--body-text);
    padding-left: 36px !important;
}


.dashboard-content-section .organisational-levels-section label {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-variant: small-caps;
    color: var(--body-text);
    padding-left: 8px !important;
}


.dashboard-content-section .organisational-levels-section .btn-primary {
    color: #fff;
    background-color: #76C2B8;
    border-color: #76C2B8;
    width: 48%;
    text-transform: uppercase;
}

.dashboard-content-section .organisational-levels-section .custom-close {
    color: #fff;
    background-color: #0075C9;
    border-color: #0075C9;
    width: 48%;
    text-transform: uppercase;
}

.dashboard-content-section .organisational-levels-section .btns {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    letter-spacing: 0.03em;
    border-radius: 0rem;
}

.navbar .container-fluid .dropdown label {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-variant: normal;
    padding-left: 8px !important;
    color: #444E59;
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 6px;
}

.navbar .container-fluid .dropdown .btn-primary {
    color: #fff;
    background-color: #BD9533;
    border-color: #BD9533;
    width: 50%;
    text-transform: uppercase;
}

.navbar .container-fluid .dropdown .custom-close {
    color: #fff;
    background-color: #0068A7;
    border-color: #0068A7;
    width: 48%;
    text-transform: uppercase;
}

.navbar .container-fluid .dropdown .dropdown-menu .btn {
    display: inline-block;
    font-weight: 400;
    font-family: var(--primary-font-family);
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 0rem;
}




.survey-low-score-modal .modal-content .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.survey-low-score-modal .modal-content .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    padding-left: 38px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.survey-low-score-modal .modal-content .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 0rem;
    padding-left: 2rem;
}

.site-logo-need-help {
    padding-bottom: 4px;
    padding-left: 28px;
}

.btn-close-modal {
    color: #fff;
    background: #0074C8;
    border-radius: 2px;
    padding-left: 56px;
    padding-right: 56px;
}

.btnsm {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 0px solid transparent;
}


.need-help-content {
   /* background-image: url(../Images/needhelpbackground.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    height: auto;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 100px;
}

.response-body-content {
    background: #fff;
    height: auto;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 60px;
    padding-left: 0px;
}

.faq-content-section .container-dashboard {
    display: flex;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #EDEFF2;
    text-align: center;
}

    .faq-content-section .container-dashboard .dashboard-header-section  {
       /* display: flex;*/
        width: 100%;
        text-align: center;
    }


.needhelp-content-section .container {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    max-width: 80rem;
    min-height: 100vh;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.needhelp-content-section {
    margin-top: 0px;
}

.example-text {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #343541;

}

.search-sub-text {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #343541;
    padding-top: 40px;
    padding-bottom: 0px;
}

.search-sub-text-support {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #343541;
    padding-top: 0px;
    padding-bottom: 0px;
}

.search-sub-text-support2 {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #343541;
    padding-top: 60px;
    padding-bottom: 0px;
}

.clear-btn-block-charts {
    padding-left: 48px;
    padding-top: 20px;
}

.top-subtext p {
    text-align: left;
    padding-right: 33%;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.needhelp-content-section .search-container form {
    background-color: transparent;
    max-width: 768px;
    width: 100%;
    padding-top: 10px;
    padding-right: 64px;
    padding-bottom: 14px;
    padding-left: 64px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}

.needhelp-content-section .search-container button {
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-color: #ffffff;
    font-size: 17px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.container-dashboard-faq {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding-left: 70px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    z-index: 4;
    border-bottom: 0px solid #EDEFF2;
}

.container-dashboard-faq-answer {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #5493BD;
    padding-left: 70px;
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    z-index: 4;
    border-bottom: 0px solid #EDEFF2;
}

.bx-like {
    cursor: pointer;
}

.bx-dislike {
    cursor: pointer;
}

.needhelp-content-section .search-sub-text-support a {
    color: #343541;
    text-decoration: none;
}

.btn-clear {
    background-color: #76C2B8;
    border-color: #76C2B8;
    border-radius: 2px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    letter-spacing: 0.016em;
    font-variant: small-caps;
    color: #fff;
}

.btn-clear:hover {
    background-color: #76C2B8;
    border-color: #76C2B8;
    border-radius: 2px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    letter-spacing: 0.016em;
    font-variant: small-caps;
    color: #fff;
}

.clear-btn {
    padding-right: 44px !important;
}

.dashboard-content-section .col-12 .search-container form {
    background-color: transparent;
    max-width: 768px;
    width: 100%;
    padding-top: 10px;
    padding-right: 64px;
    padding-bottom: 14px;
    padding-left: 64px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}

.dashboard-content-section .col-12 .search-container input[type=text] {
    width: 90%;
    font-family: var(--primary-font-family);
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0px !important;
    margin-top: 0px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.dashboard-content-section .col-12 .search-container {
    padding-left: 600px !important;
}


.dashboard-content-section .col-12 .search-container button {
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-color: #ffffff;
    font-size: 17px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .dashboard-content-section .col-12 .search-container .bxs-send {
        padding-top: 0px;
        z-index: 9;
        margin-left: -66px;
        left: 0;
    }

.dashboard-content-section .bottom-section-search {
   /* position: absolute;
    bottom: 50px;*/
    width: 100%;
   /* padding-top: 30px !important;*/
    margin-top: 30px;
}

    .dashboard-content-section .bottom-section-search .regenerate-response-button {
        text-align: center;
        width: 100%;
        padding-bottom: 8px;
    }

        .dashboard-content-section .bottom-section-search .regenerate-response-button .btn-primary {
            color: #333E48;
            background-color: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 3px;
        }

        .dashboard-content-section .bottom-section-search .regenerate-response-button .btn {
            display: inline-block;
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            color: #333E48;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            background-color: #ffffff;
            padding: 0.375rem 0.75rem;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 3px;
        }

.dashboard-header-faq-answer ul {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    text-transform: none;
    padding-top: 3px !important;
    padding-right: 20px !important;
    padding-left: 38px !important;
}

.dashboard-header-faq-answer p {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    text-transform: none;
    padding-top: 3px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.needhelp-content-section .search-container .bxs-send {
    padding-top: 0px;
    z-index: 9;
    margin-left: -66px;
    left: 0;
}

.needhelp-content-section .search-container input[type=text] {
    width: 90%;
    font-family: var(--primary-font-family);
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0px !important;
    margin-top: 0px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.needhelp-content-section .search-container button:hover {
    background-color: transparent;
}



.faq-block {
    background: #F7F7F8;
    border-radius: 6px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    margin-right: 30px;
    width: 260px;
}

    .faq-block a {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        align-items: center;
        text-align: center;
        color: #343541;
    }

    .faq-block a:hover {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        align-items: center;
        text-align: center;
        color: #343541;
    }

.sub-text {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #343541;
    padding-top: 12px !important;
}

.needhelp-content-section .container .row .main-top-ai {
    padding-left: 460px !important;
}

.needhelp-content-section .container .row .faq-block-section {
    padding-left: 200px !important;
    padding-top: 30px !important;
}

.needhelp-content-section .container .search-container {
    padding-left: 250px !important;
}

.needhelp-content-section .container .row .faq-block-section2 {
    padding-left: 200px !important;
    padding-top: 10px !important;
}

.needhelp-content-section .container .dashboard-header {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -0.5px;
    font-variant: small-caps;
    color: #444E59;
    text-align: center;
    padding-top: 94px !important;
    padding-right: 30px !important;
    line-height: 54px;
}

.survey-low-score-modal .modal-content .modal-body p {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14.6px;
    line-height: 19px;
    letter-spacing: 0.016em;
    color: #444E59;
}

.dashboard-header-faq-question p {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #333E48;
    text-transform: none;
    padding-top: 4px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.survey-low-score-modal .modal-content .modal-body ul {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14.6px;
    line-height: 19px;
    letter-spacing: 0.016em;
    color: #444E59;
}

.survey-low-score-modal .modal-content .modal-body li {
    padding-bottom: 16px;
}

.input-control input[type="checkbox"] ~ label {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: rgba(68, 78, 89, 0.9);
}
.even {
    background: #EFF2F6;
    padding-top: 16px;
    padding-bottom: 2px;
}

.odd {
    background: #ffffff;
    padding-top: 16px;
    padding-bottom: 2px;
}

.even-bg {
    background: #F7F8FA;
    margin-top: 38px;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.uneven-bgs {
    background: var(--white);
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 30px;
}

.uneven-bg {
    background: var(--white);
    padding-left: 6%;
    padding-top: 30px;
    padding-right: 6%;
}

.uneven-bg-last {
    background: var(--white);
    padding-left: 6%;
    padding-top: 30px;
    padding-right: 6%;
    padding-bottom: 30px;
    border-bottom: 1px solid #F3F3F3;
}
.submit-btn {
    padding-left: 6%;
    padding-top: 43px;
    padding-right: 6%;
    padding-bottom: 30px;
    display: flex;
}
    .submit-btn .back-btn {
        margin-right: 14px;
    }
    .submit-btn .survey-btn-back {
        border-radius: 80px;
        background: #575757;
        font-family: var(--primary-font-family);
        color: #FFF;
        font-size: 14.6px;
        font-style: normal;
        letter-spacing: 0.8px;
        align-items: center;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        padding: 13px 40px 13px 40px;
        border: none;
    }
    .submit-btn .survey-btn-next {
        border-radius: 80px;
        background: #00577B;
        font-family: var(--primary-font-family);
        color: #FFF;
        font-size: 14.6px;
        font-style: normal;
        letter-spacing: 0.8px;
        align-items: center;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        padding: 13px 40px 13px 40px;
        border: none;
    }
.submit-btns {
    background-color: var(--secondary-color);
    border-radius: 2px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px 10px 30px;
    color: var(--white);
    border: none;
}

    .submit-btns:hover {
        background-color: var(--secondary-color);
        border-radius: 2px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 30px 10px 30px;
        color: var(--white);
    }
.btn-default {
    padding-left: 20%;
    padding-top: 43px;
    padding-right: 6%;
    padding-bottom: 30px;
}

.btn-default {
    background-color: var(--secondary-color);
    border-radius: 2px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px 10px 30px;
    color: var(--white);
}

    .btn-default:hover {
        background-color: var(--secondary-color);
        border-radius: 2px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 30px 10px 30px;
        color: var(--white);
    }
.current-date {
    letter-spacing: 0.016em;
    text-transform: none;
    font-size: 16px;
    padding-right: 8px;
    margin-bottom: 0px !important;
}
.sub-header-drops {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #EAEAEA;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 15px;
    padding-bottom: 0px;
}
.completed-icon {
    margin-bottom: 30px;
}
.thank-text p {
    color: #4A4A4A;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.24px;
}
.current-dates p {
    margin-bottom: 0px !important;
    color: #434346;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.24px;
}
.current-dates{
    display: flex;
}
.survey-header .header-img-complete {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15%;
}
.survey-header .sub-texts {
    z-index: 4;
    position: fixed;
    background-color: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    width: calc(100% - 0%);
    margin: auto;
    font-size: 16px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    padding-left: 15%;
    padding-top: 30px;
    color: var(--body-text);
    padding-bottom: 18px;
    margin-top: -1px;
}

.completion-content {
    padding-top: 180px;
    width: 100%;
    /*    padding-left: 20%;
    padding-right: 6%;*/
    min-height: 100vh;
    background: #F7F8FA;
    padding-bottom: 32px;
}

.blocks {
    margin-right: 6%;
    margin-left: 6%;
    /* max-width: 70em; */
    margin-bottom: 60px;
}


.card-subtitles {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    padding-top: 8px;
    text-align: left;
    letter-spacing: -0.015em;
    color: var(--body-text);
}


.risk-rating .card-title {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    padding-top: 14px;
    align-items: center;
    text-align: left;
    letter-spacing: 0.016em;
    /* text-transform: uppercase;*/
    font-variant: small-caps;
    color: var(--body-text);
}

.red {
    background: #FF0000;
}

.yellow {
    background: #FFC20E;
}

.light-green {
    background: #92D051;
}

.dark-green {
    background: #00AE4E;
}

.rri {
}

.rri-score {
    margin-bottom: 14px;
    margin-top: 16px;
}

    .rri-score .score {
        background: #FF0000;
        border-radius: 4px;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
        border: none;
        line-height: 22px;
        padding: 10px 20px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .rri-score h4 {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.016em;
        text-transform: uppercase;
        color: #444E59;
        padding-left: 0px;
        padding-top: 6px;
    }


.tooltip-content h4 {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.016em;
    text-transform: uppercase;
    color: #444E59;
    padding-left: 0px !important;
    padding-top: 6px;
}

.tooltip-content p {
    padding-left: 0px !important;
    color: #444E59;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.224px;
    padding-bottom: 14px;
}

.rri p {
    padding-left: 14px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0px;
}

.my-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.rri h6 {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.016em;
    text-transform: uppercase;
    color: #444E59;
    padding-left: 14px;
    padding-top: 0px;
}

.card-title {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    padding-top: 14px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.016em;
    /* text-transform: uppercase;*/
    font-variant: small-caps;
    color: var(--body-text);
}
.emoji {
    text-align: right;
    padding-right: 0px;
    padding-bottom: 0px;
}
.scale {
    font-family: var(--primary-font-family);
    color: #FFF;
    text-align: center !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.42px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.block-footer {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.scale-row {
    margin-left: 0px;
    margin-right: 0px;
}

.boder-foot {
    border-top: 0px solid #EAEAEA;
    padding-top: 12px;
    padding-bottom: 4px;
}
.blocks .layout .container .row .col i {
    padding-right: 2px;
}

#PulseScore {
    vertical-align: middle;
    display: inline-block;
}

.blocks .layout .col {
    padding-top: 10px;
    padding-bottom: 1px;
    padding-left: 32px;
    padding-right: 37px;
    margin: 0 31px 20px 0;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 16px;
}
#chart-container {
    height: 150px;
    width: 100%;
}

.card {
    margin: 0px auto;
    background: #FFFFFF;
    border-radius: 16px;
    border: 0px solid rgba(0,0,0,.125);
    height: 100%;
    transition: 0.3s;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.3rem;
    padding-left: 1rem;
    text-align: center;
}

.questions {
    margin-top: 0px;
}

.card-body-2 {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.3rem;
    padding-left: 1rem;
}

    .card:hover {
        box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
    }


    /*table*/

.comparison {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: var(--primary-font-family);
    text-align: center;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 16px;
}

    .comparison table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
    }
.table-head {
    text-align: center;
}
.comparison td {
    border-left: 1px dashed #D7D7D7;
    empty-cells: show;
    padding: 10px;
    border-top: 1px dashed #D7D7D7;
    border-bottom: 0px dashed #D7D7D7;
    color: #444E59;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 16.5px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.33px;
}

    .comparison tbody tr:nth-child(odd) {
        display: none;
    }

    .comparison .compare-row {
        background: #F7F7F7;
    }

    .comparison th {
        font-weight: normal;
        padding: 0;
        border-top: 0px solid #E8E8E8;
        border-bottom: 0px solid #E8E8E8;
    }
.comparison .col-2 {
    flex: 0 0 auto;
    width: 4.1%;
}

.comparison tr td:first-child {
    text-align: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-left: 0px solid #E8E8E8;
    border-top: 1px dashed #D7D7D7;
}
.number-img {
    padding-right: 10px;
}
.comparison,
.comparison .tl {
    color: #FFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 14px;
}

        .comparison .tl2 {
            border-right: 0;
        }
    .comparison p {
        font-family: var(--primary-font-family);
        color: #444E59;
        font-size: 16.5px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.33px;
        margin-bottom: 0px;
    }

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.table-head-name {
    font-family: var(--primary-font-family);
    color: #444E59;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    letter-spacing: 0.016em;
    font-variant: normal;
    padding-bottom: 18px;
}

.table-head-name-score {
    font-family: var(--primary-font-family);
    font-style: normal;
    border-left: 1px dashed #D7D7D7;
    padding-bottom: 18px;
    text-align: center;
    align-items: center;
    font-variant: normal;
    color: #444E59;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.table-head {
    padding-bottom: 500px;
}



@media screen and (min-width: 721px) and (max-width: 1000px) {
    .table_ul li {
        letter-spacing: 0px;
    }

   

    .comparison .table-head-name p {
        display: block;
    }

    .comparison .table-head-name-score p {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .table_ul {
        padding: 0px;
    }

        .table_ul li {
            font-size: 10px;
            line-height: 16px;
            padding: 3px 0;
        }
    .comparison .col-2 {
        flex: 0 0 auto;
        width: 9%;
    }
    .comparison {
        max-width: 100%;
    }
    .img-emoji {
        padding-left: 8%;
    }
        .comparison td:first-child,
        .comparison th:nth-child(2) {
            display: none;
        }

        .comparison tbody tr:nth-child(odd) {
            display: table-row;
            background: #ffffff;
        }

        .comparison .row {
            background: #FFF;
        }


    .comparison .emoji-border {
        border-bottom: 0px dashed #D7D7D7;
        border-top: 0px dashed #D7D7D7 !important;
        text-align: left;
        padding-top: 10px;
    }
    .comparison .emoji-border2 {
        text-align: left;
        padding-top: 10px;
    }
        .comparison p {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 14.5px;
            line-height: 18px;
            text-align: left;
            letter-spacing: 0.016em;
            color: #333E48;
        }

    .questions {
        margin-top:50px;
    }
    .comparison td {
        border-left: 0px dashed #D7D7D7 !important;
        empty-cells: show;
        padding-top: 20px !important;
        padding-right: 0px !important;
        padding-bottom: 20px !important;
        padding-left: 0px !important;
        border-top: 0px dashed #D7D7D7;
        border-bottom: 0px dashed #D7D7D7;
        color: #444E59;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 14.5px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.33px;
    }
}

.comparison .compare-row {
    background: #ffffff;
}


.comparison td {
    font-size: 14px;
}

.comparison th {
    font-size: 14px;
}
.score-width{
    width: 112px;
}


@media (max-width: 1399.98px) {
    .questions {
        margin-top: 20px;
    }
    .top-subtext p {
        text-align: left;
        padding-right: 27%;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    .main-content {
        padding-top: 185px;
    }
}


@media (max-width: 1200px) {
    .answer-select .row .col-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .emoji {
        text-align: right;
        padding-right: 0px;
        padding-top: 20px;
    }

    .main-content {
        padding-top: 166px;
    }

    .answer-select .row .col-3 {
        flex: 0 0 auto;
        margin-bottom: 18px;
        width: 100%;
    }

    .questions textarea {
        border-radius: 4px;
        border: 1px solid #E2E8F0;
        background: #FFF;
        width: 80% !important;
        margin-left: 14px;
    }

    .questions .caption {
        width: 80% !important;
    }

    #PulseScore {
        vertical-align: middle;
        display: inline-block;
        margin-top: 30px;
    }

    .need-help-content {
       /* background-image: url(../Images/needhelpbackground.png);
        background-repeat: no-repeat;
        background-size: cover;*/
        height: auto;
        margin: 0;
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .questions {
        margin-top: 30px;
    }

    .top-subtext p {
        text-align: left;
        padding-right: 20%;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 1500px) {
    .radio-tabs li {
        float: left;
        margin: 0 0px 0 0;
        width: 170px;
        height: 44px;
        position: relative;
        margin-bottom: 14px;
    }

    .comparison .col-2 {
        flex: 0 0 auto;
        width: 6%;
    }
}


@media (max-width: 1399.98px) {
    .need-help-content {
        /* background-image: url(../Images/needhelpbackground.png);
        background-repeat: no-repeat;
        background-size: cover;*/
        height: auto;
        margin: 0;
        padding-top: 130px;
        padding-bottom: 100px;
    }

    .dashboard-content-section .col-12 .search-container {
        padding-left: 340px !important;
    }

    .clear-btn {
        padding-right: 20px !important;
    }

    .questions select {
        word-wrap: normal;
        color: #434346;
        font-family: var(--primary-font-family);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.24px;
        border-radius: 2px;
        border: 1px solid #E2E8F0;
        width: 50%;
        height: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 1199.98px) {
    .need-help-content {
        /*background-image: url(../Images/needhelpbackground.png);
        background-repeat: no-repeat;
        background-size: cover;*/
        height: auto;
        margin: 0;
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .hidden-div {
        border-top: 1px solid #E2E8F0;
        margin-top: 30px;
        padding-top: 22px;
    }

    .needhelp-content-section .container .row .main-top-ai {
        padding-left: 350px !important;
    }

    .comparison .col-2 {
        flex: 0 0 auto;
        width: 7%;
    }

    .needhelp-content-section .container .row .faq-block-section {
        padding-left: 100px !important;
        padding-top: 30px !important;
    }

    .needhelp-content-section .container .row .faq-block-section2 {
        padding-left: 100px !important;
        padding-top: 10px !important;
    }

    .needhelp-content-section .search-container form {
        background-color: transparent;
        max-width: 768px;
        width: 100%;
        padding-top: 10px;
        padding-right: 100px;
        padding-bottom: 14px;
        padding-left: 0px;
        border-radius: 0px 2px 2px 0px;
        box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12);
        transition: all 0.3s ease;
    }

    .dashboard-content-section .col-12 .search-container {
        padding-left: 160px !important;
    }

    .radio-tabs li {
        float: left;
        margin: 0 0px 0 0;
        width: 100% !important;
        height: 60px;
        position: relative;
        margin-bottom: 0px;
    }

    .radio-tabs {
        list-style-type: none;
        margin: 0px 0 0 0;
        padding: 0;
        display: grid;
    }

        .radio-tabs li {
            float: left;
            margin: 0 0px 0 0;
            width: 220px;
            height: 60px;
            position: relative;
            margin-bottom: 0px;
        }

        .radio-tabs .nsdk label {
            border-top: none;
            border-radius: 0px 2px 2px 0px;
            border-left: 1px solid #CCC;
        }

    .custom-radio-btn input[type="radio"] + label {
        display: inline-block;
        cursor: pointer;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        font-family: var(--primary-font-family);
        color: #444E59;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.26px;
        text-transform: uppercase;
        height: 60px;
        padding-top: 21px;
        padding-bottom: 5px;
        vertical-align: middle;
    }

    .radio-custom {
        display: block;
        padding-top: 15px;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

    .radio-tabs .strongly-disagree-tab label {
        padding: 5px;
        border: 1px solid #DCDDDE;
        border-radius: 0px 0px 0px 0px;
        cursor: pointer;
    }

    .radio-tabs label {
        padding: 5px;
        border: 1px solid #DCDDDE;
        cursor: pointer;
        /* z-index: 90; */
    }

    .radio-tabs .agree-tab label {
        border-radius: 0px 0px 0px 0px;
        border-right: 1px solid #DCDDDE;
        border-left: 1px solid #DCDDDE;
        border-bottom: 1px solid #DCDDDE;
    }

    .radio-tabs .neutral-tab label {
        border-radius: 0px 0px 0px 0px;
        border-right: 1px solid #DCDDDE;
        border-left: 1px solid #DCDDDE;
        border-bottom: 1px solid #DCDDDE;
    }

    .radio-tabs .disagree-tab label {
        border-radius: 0px 0px 0px 0px;
        border-right: 1px solid #DCDDDE;
        border-left: 1px solid #DCDDDE;
        border-bottom: 1px solid #DCDDDE;
    }

    .radio-tabs .stronglyagree-tab label {
        border-bottom: none;
        border-radius: 0px 0px 0px 0px;
        border-right: 1px solid #DCDDDE;
        border-left: 1px solid #DCDDDE;
        border-bottom: 1px solid #DCDDDE;
    }

    .enps-section .custom-radio-btn input[type="radio"] + label {
        display: inline-block;
        cursor: pointer;
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center;
        font-family: Inter;
        color: #2D2D2D;
        text-align: center;
        color: #444E59;
        font-size: 12.5px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.26px;
        text-transform: uppercase;
        height: 50px;
        width: auto;
        padding-top: 18px;
        padding-bottom: 5px;
        vertical-align: middle;
    }
}

    @media (max-width: 991.98px) {
        .answer-select .row {
            display: grid;
        }
        .current-date {
            letter-spacing: 0.016em;
            text-transform: none;
            font-size: 15px;
            padding-right: 8px;
        }

        .current-dates {
            display: flex;
        }
        .survey-page-sub .sub-header-drop select {
            word-wrap: normal;
            color: #434346;
            font-family: var(--primary-font-family);
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            border-radius: 2px;
            border: 1px solid #E2E8F0;
            width: 60%;
            height: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }
        .survey-sub-section {
            display: grid;
            justify-content: normal;
        }
        .text-left p {
            margin-bottom: 0px;
            padding-bottom: 16px;
            padding-top: 9px;
        }
        .survey-page-sub .sub-header-drop {
            background: #FFF;
            box-shadow: 0px 4px 4px 0px #EAEAEA;
            padding-left: 6%;
            padding-right: 6%;
            padding-top: 14px;
            padding-bottom: 28px;
        }
        
        textarea {
            border-radius: 4px;
            border: 1px solid #E2E8F0;
            background: #FFF;
            width: 100%;
        }

        .blocks {
            margin-right: 8%;
            margin-left: 6%;
            margin-top: 6%;
            max-width: 100%;
        }

        .questions textarea {
            border-radius: 4px;
            border: 1px solid #E2E8F0;
            background: #FFF;
            width: 90% !important;
        }

        .questions .caption {
            width: 90% !important;
        }

        .emoji {
            text-align: right;
            padding-right: 16px;
            padding-bottom: 16px;
        }

        .survey-header .header-img-complete {
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 6%;
        }

        .survey-header .sub-texts {
            z-index: 4;
            position: fixed;
            background-color: var(--white);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
            width: calc(100% - 0%);
            margin: auto;
            padding-left: 6%;
            padding-top: 30px;
            padding-bottom: 18px;
            margin-top: -1px;
        }
        .submit-btn {
            padding-left: 6%;
            padding-top: 43px;
            padding-right: 6%;
            padding-bottom: 10px;
        }
        .uneven-bg-last {
            background: var(--white);
            padding-left: 6%;
            padding-top: 30px;
            padding-right: 6%;
            padding-bottom: 30px;
            border-bottom: 1px solid #F3F3F3;
        }
        .uneven-bgs {
            background: var(--white);
            padding-left: 6%;
            padding-right: 6%;
        }
        .caption p {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            padding-bottom: 4px;
            color: var(--body-text);
        }
        .even-bg {
            background: #F7F8FA;
            margin-top: 38px;
            padding-left: 6%;
            padding-right: 6%;
        }

        .uneven-bg {
            background: var(--white);
            padding-left: 6%;
            padding-right: 6%;
        }
        .content {
            padding-top: 198px;
            width: 100%;
            padding-left: 6%;
            padding-right: 6%;
            min-height: 100vh;
            padding-bottom: 18px;
        }

        .survey-header .header-img {
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 6%;
        }

        .survey-header .sub-text {
            z-index: 4;
            position: fixed;
            background-color: var(--white);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
            width: calc(100% - 0%);
            margin: auto;
            padding-left: 6%;
            padding-top: 30px;
            padding-bottom: 18px;
            margin-top: -1px;
        }

        .main-content {
            padding-top: 226px !important;
            width: 100%;
            /*            padding-left: 6%;
            padding-right: 6%;*/
            /*min-height: 100vh;*/
            padding-bottom: 20px;
        }
        .answer-select .row .col-3 {
            flex: 0 0 auto;
            margin-bottom: 18px;
            width: 100%;
        }
        .footer-content {
            width: 100%;
            padding-right: var(--bs-gutter-x,.0rem);
            padding-left: var(--bs-gutter-x,.0rem);
            margin-right: 14%;
            margin-left: 6%;
        }
        .footer-completion {
            width: 100%;
            padding-right: var(--bs-gutter-x,.0rem);
            padding-left: var(--bs-gutter-x,.0rem);
            margin-right: 14%;
            margin-left: 6%;
        }
        .survey-header .sub-texts .row .col-4 {
            flex: 0 0 auto;
            width: 100%;
        }
        .comparison p {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 14.5px;
            line-height: 18px;
            letter-spacing: 0.016em;
            color: #333E48;
        }
        .comparison .col-2 {
            flex: 0 0 auto;
            width: 8%;
        }

        .footer {
            position: relative;
            left: 0;
            bottom: 0;
            width: 100%;
            height: auto;
            padding-left: 6%;
            vertical-align: middle;
            background-color: var(--footer-background);
        }

        .questions select {
            word-wrap: normal;
            color: #434346;
            font-family: var(--primary-font-family);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            border-radius: 2px;
            border: 1px solid #E2E8F0;
            width: 100% !important;
            height: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }
        .sub-header-drops {
            background: #FFF;
            box-shadow: 0px 4px 4px 0px #EAEAEA;
            padding-left: 6%;
            padding-right: 6%;
            padding-top: 15px;
            padding-bottom: 20px;
        }
        .completion-content {
            padding-top: 156px;
            width: 100%;
            min-height: 100vh;
            background: #F7F8FA;
            padding-bottom: 32px;
        }
        
        .thank-text p {
            color: #434346;
            font-family: var(--primary-font-family);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: -0.24px;
            /*text-align: center !important;*/
        }
        .comparison td {
            border-left: 1px dashed #D7D7D7;
            empty-cells: show;
            padding: 10px;
            border-top: 1px dashed #D7D7D7;
            border-bottom: 0px dashed #D7D7D7;
            color: #444E59;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 14.5px !important;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.33px;
        }
        .table-head-name {
            font-family: var(--primary-font-family);
            color: #444E59;
            font-size: 14.8px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.32px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            letter-spacing: 0.016em;
            font-variant: normal;
            padding-bottom: 18px;
        }
        .table-head-name-score {
            font-family: var(--primary-font-family);
            font-style: normal;
            border-left: 1px dashed #D7D7D7;
            padding-bottom: 18px;
            text-align: center;
            align-items: center;
            font-variant: normal;
            color: #444E59;
            font-size: 14.8px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.32px;
            text-transform: uppercase;
        }
        .current-dates p {
            margin-bottom: 0px !important;
            color: #434346;
            font-family: var(--primary-font-family);
            font-size: 14.9px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
        }

        .t-text p {
            font-family: var(--primary-font-family);
            color: #434346;
            font-size: 14.9px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
        }
        .comparison .col-2 {
            flex: 0 0 auto;
            width: 8%;
        }
        .free-text-area select {
            word-wrap: normal;
            border-radius: 0px;
            border: 1px solid #E2E8F0;
            background: #FFF;
            width: 100% !important;
            padding-left: 8px;
            padding-right: 8px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }

@media (max-width: 850px) {
    .comparison .col-2 {
        flex: 0 0 auto;
        width: 9% !important;
    }
}

    @media (max-width: 767.98px) {
        .desktop {
            display: none;
        }

        .mobile {
            display: block;
        }
        .completion-content {
            padding-top: 190px;
            width: 100%;
            min-height: 100vh;
            background: #F7F8FA;
            padding-bottom: 32px;
        }
        .sub-textline-complete {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 20px;
            padding-bottom: 10px;
            color: var(--body-text);
        }

        .submit-btn-last {
            padding-left: 6%;
            padding-top: 30px !important;
            padding-right: 6%;
            padding-bottom: 0px !important;
            display: flex;
        }

        .btn-start {
            border-radius: 80px;
            background: #00577B;
            font-family: var(--primary-font-family);
            color: #FFF;
            font-size: 14.6px;
            font-style: normal;
            letter-spacing: 0.8px;
            align-items: center;
            font-weight: 500;
            text-transform: uppercase;
            text-transform: uppercase;
            text-decoration: none;
            padding: 14px 20px 14px 20px;
            color: var(--white);
            width: 100%;
            display: inline-block;
            text-align: center;
        }

            .btn-start:hover {
                border-radius: 80px;
                background: #00577B;
                font-family: var(--primary-font-family);
                color: #FFF;
                font-size: 14.6px;
                font-style: normal;
                letter-spacing: 0.8px;
                align-items: center;
                font-weight: 500;
                text-transform: uppercase;
                text-transform: uppercase;
                text-decoration: none;
                padding: 14px 20px 14px 20px;
                color: var(--white);
                width: 100%;
                display: inline-block;
                text-align: center;
            }
        .start-btn {
            margin-top: 30px;
        }
        .button-on-arrow {
            margin-left: 0px;
            margin-bottom: 0px;
            float: right;
            margin-top: 5px;
        }

        .blocks .layout .col {
            padding-bottom: 14px;
        }

        .blocks {
            margin-right: 6%;
            margin-left: 6%;
            max-width: 50em;
        }

        .content {
            padding-top: 198px;
            width: 100%;
            padding-left: 6%;
            padding-right: 6%;
            min-height: 100vh;
            padding-bottom: 20px;
        }

        .text-img {
            display: grid;
        }

        .text-img-left {
            width: 100%;
        }

        .text-img-right {
            width: 25%;
        }

        .container-fluid {
            display: grid;
            flex-wrap: wrap;
            width: 100%;
            height: 83px;
            z-index: 2;
        }

        .weight {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            color: var(--body-text);
        }

        .footer .container .row .col-3 {
            width: 100%;
            float: left;
            text-align: left;
        }

        .footer .container .row > * {
            padding-left: calc(var(--bs-gutter-x) * .0);
        }


        .container, .container-sm {
            max-width: 100%;
        }

        .footer-no-fix .container .row .col-3 {
            width: 100%;
            float: left;
            text-align: left;
        }

        .footer-no-fix .container .row > * {
            padding-left: calc(var(--bs-gutter-x) * .0);
        }

        .footer-no-fix {
            position: relative;
            width: 100%;
            height: 146px;
            padding-left: 0%;
            padding-top: 25px;
            vertical-align: middle;
            background-color: var(--footer-background);
        }

            .footer-no-fix p {
                position: relative;
                width: 100%;
                padding-left: 0px;
                padding-top: 25px;
                font-family: var(--primary-font-family);
                font-style: normal;
                font-weight: 400;
                padding-bottom: 0px;
                font-size: 13px;
                line-height: 16px;
                color: var(--white);
                vertical-align: middle;
            }

        .survey-header .sub-texts .row {
            display: grid;
        }

        .sub-textline {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 34px;
            color: var(--body-text);
        }

        .survey-header .sub-text {
            z-index: 4;
            position: fixed;
            background-color: var(--white);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
            width: calc(100% - 0%);
            margin: auto;
            padding-left: 6%;
            padding-right: 8%;
            padding-top: 17px;
            padding-bottom: 12px;
            margin-top: -1px;
        }


        .survey-header .sub-texts {
            z-index: 4;
            position: fixed;
            background-color: var(--white);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
            width: calc(100% - 0%);
            padding-left: 6%;
            padding-right: 8%;
            padding-top: 30px;
            padding-bottom: 0px;
            margin-top: -1px;
        }

        .survey-header .sub-text .row {
            display: grid;
        }

        .emoji {
            text-align: right;
            padding-right: 16px;
            padding-bottom: 16px;
            padding-top: 0px;
        }

        #PulseScore {
            vertical-align: middle;
            display: inline-block;
            margin-top: 20px;
        }

        .comparison .col-2 {
            flex: 0 0 auto;
            width: 9%;
        }

        .sub-textline p {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 15px !important;
            line-height: 19px;
            color: var(--body-text);
            text-align: left;
            padding-top: 5px;
            padding-bottom: 0px !important;
            margin-bottom: 0px !important;
        }

        .submit-btn {
            padding-left: 6%;
            padding-top: 26px;
            padding-right: 6%;
            padding-bottom: 30px;
            display: grid;
        }

            .submit-btn .back-btn {
                margin-right: 0px;
            }

        .back-btn {
            margin-bottom: 16px;
        }

        .submit-btn .survey-btn-back {
            border-radius: 80px;
            background: #575757;
            font-family: var(--primary-font-family);
            color: #FFF;
            font-size: 14.6px;
            font-style: normal;
            letter-spacing: 0.8px;
            align-items: center;
            font-weight: 500;
            text-transform: uppercase;
            text-decoration: none;
            width: 100%;
            text-align: center;
            display: inline-block;
        }

        .submit-btn .survey-btn-next {
            border-radius: 80px;
            background: #00577B;
            font-family: var(--primary-font-family);
            color: #FFF;
            font-size: 14.6px;
            font-style: normal;
            letter-spacing: 0.8px;
            align-items: center;
            font-weight: 500;
            text-transform: uppercase;
            text-decoration: none;
            width: 100%;
            text-align: center;
            display: inline-block;
        }
    }

    @media (max-width: 661px) {
        .survey-page-sub .sub-header-drop select {
            word-wrap: normal;
            color: #434346;
            font-family: var(--primary-font-family);
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            border-radius: 2px;
            border: 1px solid #E2E8F0;
            width: 100%;
            height: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .main-content {
            padding-top: 250px !important;
            width: 100%;
            /* min-height: 100vh; */
            padding-bottom: 20px;
        }

        .sub-header-drop label {
            display: inline-block;
            font-family: var(--primary-font-family);
            color: #434346;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            padding-left: 0px !important;
            font-variant: normal;
            padding-bottom: 10px;
        }
    }

    @media (max-width: 575.98px) {

        .comparison .col-2 {
            flex: 0 0 auto;
            width: 11%;
        }

        .img-emoji {
            padding-left: 10%;
        }
        .completion-content {
            padding-top: 206px;
            width: 100%;
            min-height: 100vh;
            background: #F7F8FA;
            padding-bottom: 32px;
        }

        .weight {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
            font-size: 14px;
            color: var(--body-text);
        }
        comparison .col-2 {
            flex: 0 0 auto;
            width: 12% !important;
        }


        .sub-textline {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 34px;
            color: var(--body-text);
        }

        .button-on-arrow {
            margin-left: 19px;
            margin-top: 4px;
            float: right;
        }

        .submit-btns {
            background-color: var(--secondary-color);
            border-radius: 2px;
            font-family: var(--primary-font-family);
            font-style: normal;
            display: block;
            font-weight: 500;
            width: 100%;
            font-size: 15.5px;
            text-transform: uppercase;
            text-decoration: none;
            padding: 10px 30px 10px 30px;
            color: var(--white);
        }

        .heading {
            font-family: var(--primary-font-family);
            color: #444E59;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.8px;
            text-transform: uppercase;
            padding-bottom: 0px;
        }

        .heading-2 {
            font-family: var(--primary-font-family);
            color: #444E59;
            font-size: 15.5px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.68px;
            text-transform: uppercase;
            text-transform: uppercase;
            color: var(--body-text);
        }

        .sub-header-drop select {
            word-wrap: normal;
            color: #434346;
            font-family: var(--primary-font-family);
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            border-radius: 2px;
            border: 1px solid #E2E8F0;
            width: 94%;
            height: 40px;
            padding-left: 5px;
            padding-right: 5px;
            margin-top: 10px;
            margin-bottom: 8px;
        }

        .survey-page-sub .sub-header-drop select {
            word-wrap: normal;
            color: #434346;
            font-family: var(--primary-font-family);
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            border-radius: 2px;
            border: 1px solid #E2E8F0;
            width: 100%;
            height: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .content {
            padding-top: 230px;
            width: 100%;
            padding-left: 6%;
            padding-right: 6%;
            min-height: 100vh;
            padding-bottom: 20px;
        }

        .sub-header-drop label {
            display: inline-block;
            font-family: var(--primary-font-family);
            color: #434346;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            padding-left: 0px !important;
            font-variant: normal;
            padding-top: 2px;
            padding-bottom: 0px;
        }

        .survey-page-sub .sub-header-drop {
            background: #FFF;
            box-shadow: 0px 4px 4px 0px #EAEAEA;
            padding-left: 6%;
            padding-right: 6%;
            padding-top: 14px;
            padding-bottom: 20px;
        }

        .main-content {
            padding-top: 260px !important;
            width: 100%;
            /* min-height: 100vh; */
            padding-bottom: 20px;
        }
        .comparison .emoji-border {
            border-bottom: 0px dashed #D7D7D7;
            border-top: 0px dashed #D7D7D7 !important;
            text-align: left;
            padding-top: 4px !important;
        }
        .text-left p {
            margin-bottom: 0px;
            padding-bottom: 0px;
            padding-top: 9px;
        }
        .dimension-heading h3 {
            margin-bottom: -12px !important;
            color: #00577B;
            font-family: var(--primary-font-family);
            font-size: 19px;
            margin-top: 26px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: -0.32px;
            text-transform: uppercase;
        }

        .thank-text h3 {
            color: #00577B;
            font-size: 21px;
            font-family: var(--primary-font-family);
            font-weight: 600;
            margin-bottom: 18px;
            text-transform: uppercase;
        }
    }



    

    


    /*Custom input styling */
    /* Checkbox */
    [type=checkbox] {
        width: 28px;
        height: 28px;
        color: transparent;
        vertical-align: middle;
        -webkit-appearance: none;
        background: none;
        border: 0;
        outline: 0;
        flex-grow: 0;
        background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 100%);
        border: 0px solid #D3D3D3;
        transition: background 300ms;
        cursor: pointer;
    }
        /* Pseudo element for check styling */
        [type=checkbox]::before {
            content: "";
            color: transparent;
            display: block;
            width: inherit;
            height: inherit;
            border-radius: 0;
            border: 0;
            background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 100%);
            border: 1px solid #D3D3D3;
        }
        /* Checked */
        [type=checkbox]:checked {
            color: transparent;
            border: 0px solid #D3D3D3;
        }

            [type=checkbox]:checked::before {
                box-shadow: none;
                background-image: url("../Images/checked.png");
            }
        /* Disabled */
        [type=checkbox]:disabled {
            background-color: #CCD3D8;
            opacity: 0.84;
            cursor: not-allowed;
        }
        /* IE */
        [type=checkbox]::-ms-check {
            content: "";
            color: transparent;
            display: block;
            width: inherit;
            height: inherit;
            border-radius: inherit;
            border: 0;
            background-color: transparent;
            background-size: contain;
            box-shadow: inset 0 0 0 1px #CCD3D8;
        }


@media (max-width: 678px) {
    .survey-page-sub .sub-header-drop select {
        word-wrap: normal;
        color: #434346;
        font-family: var(--primary-font-family);
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.24px;
        border-radius: 2px;
        border: 1px solid #E2E8F0;
        width: auto;
        height: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .text-left p {
        margin-bottom: 0px;
        padding-bottom: 8px;
        padding-top: 9px;
    }
    }


@media (max-width: 661px) {
    .questions {
        margin-top: 10px;
    }
}

    @media (max-width: 480px) {


        .text-img-right {
            width: 39%;
        }

        .hidden-div label {
            display: inline-block;
            font-family: var(--primary-font-family);
            font-variant: normal;
            color: #444E59;
            font-size: 13.6px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding-bottom: 26px;
            padding-left: 40px !important;
        }

        .img-emoji {
            padding-left: 14%;
        }

        .caption p {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            padding-bottom: 4px;
            color: var(--body-text);
        }

        .btn-default {
            padding-left: 20%;
            padding-top: 43px;
            padding-right: 6%;
            padding-bottom: 30px;
        }

        .btn-default {
            background-color: var(--secondary-color);
            border-radius: 2px;
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 500;
            font-size: 15.5px;
            width: 100%;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none;
            padding: 10px 30px 10px 30px;
            color: var(--white);
        }

        .heading {
            font-family: var(--primary-font-family);
            color: #444E59;
            font-size: 17px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.8px;
            text-transform: uppercase;
            padding-bottom: 0px;
        }

        .heading-2 {
            font-family: var(--primary-font-family);
            color: #444E59;
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.68px;
            text-transform: uppercase;
            text-transform: uppercase;
            color: var(--body-text);
        }

        p {
            font-family: var(--primary-font-family);
            color: #434346;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: -0.24px;
        }

        .sub-header-drop label {
            display: inline-block;
            font-family: var(--primary-font-family);
            color: #434346;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            padding-left: 0px !important;
            font-variant: normal;
        }

        .comparison .col-2 {
            flex: 0 0 auto;
            width: 13% !important;
        }

        .survey-name {
            color: #00577A;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: var(--primary-font-family);
            font-size: 20px;
            font-style: normal;
            margin-bottom: 16px;
            margin-top: 10px;
            font-weight: 400;
            line-height: 25px;
            letter-spacing: -0.2px;
            text-transform: uppercase;
        }

        .footer p {
            width: 100%;
            padding-top: 16px;
            padding-bottom: 15px;
            font-family: var(--primary-font-family);
            color: #FFF;
            padding-left: 10px;
            font-size: 12px;
            padding-right: 10px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px;
            text-transform: uppercase;
            vertical-align: middle;
            letter-spacing: normal;
        }
        .text-left p {
            margin-bottom: 0px;
            padding-bottom: 9px;
            padding-top: 9px;
        }
        .survey-page-sub .sub-header-drop select {
            word-wrap: normal;
            color: #434346;
            font-family: var(--primary-font-family);
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.24px;
            border-radius: 2px;
            border: 1px solid #E2E8F0;
            width: 100%;
            height: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }
        .questions {
            margin-top: 30px;
        }
    }

    @media (max-width: 375px) {

        .comparison .col-2 {
            flex: 0 0 auto;
            width: 19.5% !important;
        }

        .img-emoji {
            padding-left: 18%;
        }

        .completion-content {
            padding-top: 230px;
            width: 100%;
            min-height: 100vh;
            background: #F7F8FA;
            padding-bottom: 32px;
        }
    }