.gform-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    height: auto;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0px;
    z-index: 100;
    border-radius: 30px;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    /*to hide popup initially*/
}
.gform-popup-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: white;
    border-radius: 50%;
    padding: 4px;
    width: 40px;
    height: 40px;
    font-size: 50px;
    line-height: 30px;
    text-align: center;
}

.gform-popup  .gform-popup-head{
    background-color: #359ed7;
    padding: 10px;
    position: relative;
}
.gform-popup  .gform-popup-head h2{
    color: #ffffff!important;
    font-size: 32px;
        margin-bottom: 0!important;
}
.gform-popup .gform-popup-body {
    padding: 20px 50px;
    text-align: left;
    line-height: 1.4;
}
.gform-popup .gform-popup-body .gform-input {
    margin-bottom: 20px!important;
    
}
.gform-popup .gform-popup-body .icheckbox_flat{
    float: left;
    margin-top: 2px!important;
}
.blueberryChart {
    height: 200px;
    width: 100%;
    background: #ffffff;
    padding-top: 10px;
    margin-bottom: 30px;
    position: relative;
}
 .blueberryChart > .blueberryLine {
     position: absolute;
     top: 0;
     left: 0;
     height: 77%;
    width: 100%;
    background: repeating-linear-gradient(to bottom, #FFFFFF, #FFFFFF 50px, #F0F0F0 50px, #F0F0F0 51px);
}
 .blueberryChart > .blueberryLine svg {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .blueberryChart > .blueberryLine svg polyline {
     fill: none;
     stroke-width: 2;
     stroke-linecap: round;
     stroke: red;
}
 .blueberryChart > .blueberryLine > .blueberryPoints > .blueberryPoint {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-bottom: -20px;
     margin-left: -5px;
}
 .blueberryChart > .blueberryLine > .blueberryPoints > .blueberryPoint > .blueberryTooltip {
     position: absolute;
     background: blue;
     bottom: 13px;
     left: 50%;
     transform: translate3d(-50%, 10px, 0);
     font-weight: 600;
     font-size: 11px;
     line-height: 11px;
     color: white;
     padding: 8px 6px;
     border-radius: 3px;
     visibility: hidden;
     opacity: 0;
     z-index: 2;
     transition: transform 0.4s ease-out 0s, opacity 0.4s ease-out 0s;
}
 .blueberryChart > .blueberryLine > .blueberryPoints > .blueberryPoint:hover {
     border: 3px solid rgba(255, 255, 255, 0.5);

}
 .blueberryChart > .blueberryLine > .blueberryPoints > .blueberryPoint:hover > .blueberryTooltip {
     visibility: visible;
     opacity: 1;
     transform: translate3d(-50%, -30px, 0);
}
.blueberryChart > .blueberryLine > .blueberryPoints > .blueberryPoint:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 7px solid #fff;
    border-radius: 50%;
}
 #main h1 {
     font-size: 42px;
     font-weight: 800;
}
 .self_assessment_sec .self_assessment_row .self_assessment_img_col .wpb_wrapper{
     padding:0;
}
.gform_page p {
    color: #000000;
}
/*div#gf_progressbar_wrapper_3 {
    */
    /* display: none;
    */
    /*
}
*/
 .self_assessment_sec .self_assessment_row .self_assessment_content_col .wpb_single_image {
     margin-bottom: 0;
}
 .self_assessment_sec a{
     text-decoration: none!important;
}
 .self_assessment_sec .self_assessment_row .self_assessment_content_col .button{
     margin-top:20px;
}
/*tab css*/
 ul.form_setp_wrap {
     background-color: #359ed7;
     display: flex;
     align-items: center;
     list-style: none;
     overflow: hidden;
     border-radius: 5px;
}
 ul.form_setp_wrap li.form_setp_item {
     font-size: 18px;
     color: #fff;
     font-weight: 600;
     width: 100%;
     text-align: center;
     margin-bottom: 0!important;
     padding: 21px 15px;
     line-height: 1;
     position: relative;
     z-index: 0;
     overflow: hidden;
}
 ul.form_setp_wrap li.form_setp_item span{
     z-index:1;
     position:relative;
}
 #main ul.form_setp_wrap li.form_setp_item:before {
     opacity: 0;
}
 #main ul.form_setp_wrap li.form_setp_item:not(:first-child):before, #main ul.form_setp_wrap li.form_setp_item:not(:first-child):after {
     content:'';
     position: absolute;
     width: 42px;
     height: 42px;
     background-color: #359ed7;
     top: 50%;
     left: calc(100% - 20px);
     transform: translateY(-50%) rotate(46deg);
     z-index: 0;
     border-width: 2px 2px 0px 0;
     border-style: solid;
     border-color: #fff;
}
 ul.form_setp_wrap li.form_setp_item.form_setp_active:after, ul.form_setp_wrap li.form_setp_item.form_setp_active {
     background-color: #7f3b96!important;
}
 #main ul.form_setp_wrap li.form_setp_item:not(:first-child):before {
     right: calc(100% - 20px);
     left: auto;
}
 #main ul.form_setp_wrap li.form_setp_item.form_setp_active:before{
     opacity: 1;
}
 #main ul.form_setp_wrap li.form_setp_item:not(:first-child):after {
     left: -20px;
}
 #main ul.form_setp_wrap li.form_setp_item.form_setp_active + li.form_setp_item:after {
     background-color: #7f3b96!important;
}
 #main ul.form_setp_wrap li.form_setp_item.form_setp_active:after {
     background-color: #359ed7!important;
}
/**/
 #gform_wrapper_3 .gform_body {
     margin-top: 80px;
}
 #gform_wrapper_3 .gform_body .form_setp_wrap{
     margin-top: -120px;
     margin-inline: -60px;
}
 #gform_wrapper_3 .gform_body .gform_page:not(#gform_page_3_1) {
     padding: 40px 60px 20px 60px;
     position: relative;
     border-radius: 40px;
     background-color: #f0f0f0;
}
 .self_assessment_sec .self_assessment_row .self_assessment_img_col .wpb_wrapper .wpb_single_image {
     margin-bottom: 0;
}
 #gform_wrapper_3 .gform_body .gform_page .self_form_number {
     position: absolute;
     right: 60px;
     top: 60px;
}
 #gform_wrapper_3 .gform_body .gform_page .self_form_number h1{
     font-weight: bold;
     font-size: 45px;
}
 #gform_wrapper_3 .gform_body .gform_page .self_form_content, #gform_wrapper_3 .gform_body .gform_page .self_form_heading{
     max-width: 60%;
}
 .custom_radio .gfield_radio {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     column-gap: 6px;
     row-gap: 6px;
}
 .custom_radio .gfield_radio .gchoice label {
     padding: 25px 25px;
     background-color: #fff;
     border-radius: 5px;
     line-height: 1;
     line-height: 1!important;
     font-size: 18px!important;
     font-weight:700!important;
     cursor: pointer;
     max-width: initial;
}
 .custom_radio .gfield_radio .gchoice .iradio_flat {
     position: absolute!important;
     opacity: 0;
}
 .custom_radio .gfield_radio .iradio_flat.checked ~ label {
     background-color: #7f3b96;
     color:#ffffff!important;
}
 .custom_radio .gchoice br {
     display: none;
}
 .custom_radio .gchoice {
     display: flex;
     align-items: stretch;
}
.custom_radio .gchoice input[type="radio"] {
     margin-top: 0!important;
     position: absolute;
     opacity: 0;
}
 .gform_wrapper.gravity-theme .gfield input#input_3_29_other {
     border: 0!important;
     margin-top:0;
     margin-left: 2px;
}
 .gform_wrapper.gravity-theme .gfield.postcode_field .ginput_container{
     max-width:130px;
}
 .gform_wrapper.gravity-theme .gform_footer .button, .gform_wrapper.gravity-theme .gform_page_footer .button {
     margin-bottom: 0!important;
}
 .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
     padding-bottom: 0;
     display: flex;
}
 .gform_wrapper.gravity-theme .gform_footer .button, .gform_wrapper.gravity-theme .gform_page_footer .button {
     margin-right: 0!important;
     background: #359ed7!important;
     color: #ffffff!Important;
     border: 2px solid #359ed7;
     text-decoration: none;
     font-weight: 600!important;
}
 .gform_wrapper.gravity-theme .gform_footer .button:hover, .gform_wrapper.gravity-theme .gform_page_footer .button:hover {
     background: #ffffff!important;
     color: #359ed7!important;
     text-decoration: none!important;
}
 .gform_wrapper.gravity-theme .gform_footer .gform_previous_button, .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
     margin-right: auto!important;
}
/*table css*/
 .gform_page_fields .questions_field {
     display: flex!important;
     margin-top: 30px!important;
     margin-bottom: -16px!important;
     padding: 10px 25px!important;
}
 .gform_page_fields .questions_field:last-child{
     margin-bottom:16px!important;
}
 .gform_page_fields .questions_field .gfield_label{
     float: left;
     width: 40%;
     margin-bottom: 0;
     font-size: 18px!important;
}
 .gform_page_fields .questions_field .ginput_container {
     display: table;
     width: 60%;
}
 .gform_page_fields .questions_field .ginput_container .gfield_radio{
     display: table-row;
}
 .gform_page_fields .questions_field .ginput_container .gfield_radio .gchoice {
     display: table-cell;
     position: relative;
     text-align: center;
}
 .gform_page_fields .questions_field +.questions_field {
     margin-top:0!important;
}
 .gform_page_fields .questions_field:nth-child(2n) {
     background-color: #dddddd;
}
 .gform_page_fields .questions_field +.questions_field .ginput_container .gfield_radio .gchoice label {
     display:none;
}
 .gform_page_fields .questions_field .ginput_container .gfield_radio .gchoice label {
     position: absolute!important;
     width: 100%;
     top: 0;
     left: 0;
     font-size: 16px!important;
     font-weight: 600!important;
     text-align: center;
     top: calc(-100% - 20px);
     line-height: 1.4!Important;
}
/* step 3*/
 .gfield.width-65 {
     max-width: 65%;
}
 .gform_wrapper .gfield.custom_field .ginput_container input[type="number"] {
     display: inline-block;
     min-width: 100px;
     width: 100px;
     padding: 20px !important;
     font-size: 18px;
     font-weight: 600;
     line-height: 1;
}
 .gfield.media_box {
     max-width: 65%;
}
 .gfield .media_box_wrap {
     display: flex;
     align-items: center;
     margin-bottom: 20px;
}
 .gfield .media_box_wrap .media_img{
     margin-right:20px;
}
 .media_box.belong_media_box .media_content h4{
     color:#06a952;
}
 .media_box.commit_media_box .media_content h4{
     color:#359ed7;
}
 .gform_wrapper .gfield.custom_field {
     display: flex;
     flex-direction: column;
     margin-bottom: 0!important;
}
.gform_wrapper .gfield.custom_field + .custom_field {
    margin-top: 15px!important;
}
 .gform_wrapper .gfield.separator_line hr {
     border-color: #fff;
     margin: 20px 0;
}
 .gform_wrapper .gfield.custom_field .gfield_label {
     font-size: 28px!important;
     line-height: 1.2;
}
 .gform_wrapper .gfield.custom_field .gfield_label, .gform_wrapper .gfield.custom_field .gfield_description{
     max-width: 65%;
}
.gform_wrapper .gfield.custom_field .gfield_description {
    padding-bottom: 0!important;
}
.gform_wrapper .gfield.custom_field  .ginput_container_radio{
     padding-top: 16px;
}
 #start-assessment-button a {
     margin-top: 0;
}
/*graph css*/
 .graph-container {
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    height: 300px;
}
 .graph-container .graph-labels {
     display: table;
     list-style: none;
     padding-left: 0;
     width: 100%;
     border-radius: 40px;
     overflow: hidden;
}
 .graph-container .graph-labels > li {
     display: table-cell;
     width: 25%;
     background-color: rgba(101, 100, 106, 0.13);
     padding: 20px 20px!important;
     text-align: center;
     color: #fff;
     font-weight: 600;
     font-size: 28px;
}
 .graph-container .graph-labels li.bg_overall {
     background-color: #4a2a5c;
}
 .graph-container .graph-labels li.bg_act {
     background-color: #359ed7;
}
 .graph-container .graph-labels li.bg_belong {
     background-color: #0eaa54;
}
 .graph-container .graph-labels li.bg_commit {
     background-color: #7f3b96;
}
 #main .graph-container .graph-labels > li:before {
     opacity: 0;
}
/*score result*/

 .scroe_result_sec .scroe_result_content_col {
     padding: 0 15px;
     margin-bottom:30px;
     position: relative;
}
 .scroe_result_sec .scroe_result_content_col .wpb_wrapper{
     border-radius: 40px;
     background-color: #fff!important;
     overflow: hidden;
}
 .scroe_result_sec .scroe_result_content_col .scroe_result_title{
     padding:30px 40px;
     padding-right: 100px;
     color: #fff;
     font-size:32px;
     margin: 0;
}
 .scroe_result_sec .overall_wellbeing_scroe_result .scroe_result_title{
     background-color: #4a2a5c;
}
 .scroe_result_sec .act_scroe_result .scroe_result_title{
     background-color: #359ed7;
}
 .scroe_result_sec .belong_scroe_result .scroe_result_title{
     background-color: #0eaa54;
}
 .scroe_result_sec .commit_scroe_result .scroe_result_title{
     background-color: #7f3b96;
}
 .scroe_result_sec .scroe_result_content_col .scroe_result_disc {
     padding: 40px 40px;
}
 .scroe_result_sec .scroe_result_content_col .scroe_result_disc .scroe_between {
     font-size:32px;
     font-weight:bold;
     display: block;
     margin-bottom: 15px;
}
 .scroe_result_sec .overall_wellbeing_scroe_result .current_score, .scroe_result_sec .overall_wellbeing_scroe_result .scroe_result_disc .scroe_between {
     color: #4a2a5c;
}
 .scroe_result_sec .act_scroe_result .current_score, .scroe_result_sec .act_scroe_result .scroe_result_disc .scroe_between {
     color: #359ed7;
}
 .scroe_result_sec .belong_scroe_result .current_score, .scroe_result_sec .belong_scroe_result .scroe_result_disc .scroe_between {
     color: #0eaa54;
}
 .scroe_result_sec .commit_scroe_result .current_score, .scroe_result_sec .commit_scroe_result .scroe_result_disc .scroe_between {
     color: #7f3b96;
}
 .scroe_result_sec .scroe_result_content_col .current_score {
     width: 120px;
     height: 120px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 42px;
     font-weight: 600;
     border: 10px solid;
     border-radius: 50%;
     background-color: #fff;
     position: absolute;
     margin-top: -60px;
     right: 40px;
}
 .scroe_result_sec .overall_wellbeing_scroe_result .current_score {
     border-color: #4a2a5c;
}
 .scroe_result_sec .act_scroe_result .current_score{
     border-color:#359ed7;
}
 .scroe_result_sec .belong_scroe_result .current_score{
     border-color: #0eaa54;
}
 .scroe_result_sec .commit_scroe_result .current_score {
     border-color: #7f3b96;
}
 #gform_additional_footer .button {
     text-align: center;
     display: table;
     margin-inline: auto;
     margin-top: 40px;
     margin-bottom: 0!important;
}
.gform_wrapper.gravity-theme .gform-popup-mail-result {
    margin-top: 5px;
    display: block;
    color: #0eaa54;
}

.page-template .gform_wrapper.gravity-theme .gform_previous_button{
    background-position: 20px center !important;
    padding-right: 25px;
    padding-left: 50px;
    background-repeat: no-repeat!important;
    background-image: url(https://api.iconify.design/icons8/angle-left.svg?color=white&width=25&height=25)!important;
    
}
.page-template .gform_wrapper.gravity-theme .gform_previous_button:hover{
    background-position: 20px center !important;
    background-repeat: no-repeat!important;
  background-image: url('https://api.iconify.design/icons8/angle-left.svg?color=%23359ed7&width=25&height=25') !important;
}
.page-template .gform_wrapper.gravity-theme .gform_next_button{
  background-position: 70px center !important;
  padding-left: 25px;
  padding-right: 50px;
  background-repeat: no-repeat!important;
  background-image: url('https://api.iconify.design/icons8/angle-right.svg?color=white&width=25&height=25')!important;
}

.page-template .gform_wrapper.gravity-theme .gform_next_button:hover{
  background-position: 70px center !important;
  background-repeat: no-repeat!important;
  background-image: url('https://api.iconify.design/icons8/angle-right.svg?color=%23359ed7&width=25&height=25') !important;
}
.self_assessment_sec .self_assessment_row .self_assessment_img_col * {
    height: 100%;
}
.self_assessment_sec .self_assessment_row .self_assessment_img_col img {
    object-fit: cover;
}
 #gform_additional_footer .button a {
    margin-left: 10px!important;
    margin-right: 10px!important;
}

/*responsive*/
 @media(max-width:1280px) {
    .scroe_result_sec .scroe_result_content_col .scroe_result_title {
        font-size: 26px;
        padding: 20px 100px 20px 40px;
    }
    .scroe_result_sec .scroe_result_content_col .current_score {
        width: 100px;
        height: 100px;
        border: 8px solid;
    }
}
 @media(max-width:1199px) {
     .scroe_result_sec .scroe_result_content_col .scroe_result_disc .scroe_between, .scroe_result_sec .scroe_result_content_col .scroe_result_title, .graph-container .graph-labels > li {
         font-size: 26px;
    }
     .scroe_result_sec .scroe_result_content_col .current_score {
         width: 100px;
         height: 100px;
         font-size: 32px;
         margin-top: -60px;
    }
}
 @media(max-width:991px) {
     #gform_wrapper_3 .gform_body .form_setp_wrap {
         margin-top: -100px;
    }
     .scroe_result_sec .scroe_result_content_col .scroe_result_disc .scroe_between, .scroe_result_sec .scroe_result_content_col .scroe_result_title, .graph-container .graph-labels > li {
         font-size: 24px;
    }
     .scroe_result_sec .scroe_result_content_col .scroe_result_title{
         padding-right: 50px;
    }
     .scroe_result_sec .scroe_result_content_col .current_score {
         width: 70px;
         height: 70px;
         font-size: 28px;
         border-width:5px;
         margin-top: -40px;
    }
     #gform_wrapper_3 .gform_body .gform_page:not(#gform_page_3_1) {
         padding: 30px 30px 30px 30px;
    }
     #gform_wrapper_3 .gform_body .gform_page .self_form_number {
         right: 20px;
         top: 20px;
    }
     ul.form_setp_wrap li.form_setp_item {
         font-size: 16px;
    }
}
 @media(max-width:767px) {
     .scroe_result_sec .scroe_result_content_col .scroe_result_disc .scroe_between, .scroe_result_sec .scroe_result_content_col .scroe_result_title{
         font-size: 20px;
    }
     .graph-container .graph-labels {
         display: flex;
         flex-wrap: wrap;
    }
     .graph-container .graph-labels > li{
         font-size: 20px;
         width: 50%;
         margin-bottom: 0!important;
         padding: 10px 10px!important;
    }
     .graph-container .graph-labels {
         border-radius: 20px;
    }
     .scroe_result_sec .scroe_result_content_col .scroe_result_title{
         padding-right: 20px;
         padding-left:20px;
         padding-block:20px;
    }
     .scroe_result_sec .scroe_result_content_col .scroe_result_disc {
         padding-inline:20px;
         padding-bottom:0;
    }
     .scroe_result_sec .scroe_result_content_col{
         padding:0;
    }
     #gform_wrapper_3 .gform_body .gform_page .self_form_content, #gform_wrapper_3 .gform_body .gform_page .self_form_heading {
         max-width: 100%;
    }
     .scroe_result_sec .scroe_result_content_col .current_score{
         right: 20px;
    }
     .scroe_result_sec .scroe_result_content_col .current_score{
         width: 60px;
         height: 60px;
         font-size: 22px;
         border-width: 5px;
         margin-top: -30px;
    }
     .self_assessment_content_col .vc_column-inner > .wpb_wrapper {
         padding: 20px 20px 20px 20px!important;
    }
     .self_assessment_content_col .button {
         margin-top: 20px!important;
    }
     .self_assessment_content_col .button a{
         margin-right: 0!important;
    }
     #gform_wrapper_3 .gform_body .gform_page .vc_custom_heading{
        /* margin-top: 10px;
         */
         margin-bottom: 0!important;
    }
     #gform_wrapper_3 .gform_body {
         margin-top: 100px;
    }
     #gform_wrapper_3 .gform_body .form_setp_wrap {
         margin-top: -120px;
         margin-inline: -20px;
         overflow: hidden;
         max-width: 100vw;
    }
     #gform_wrapper_3 .gform_body .gform_page .self_form_number{
         position: unset;
         margin-top: -10px;
    }
     #gform_wrapper_3 .gform_body .gform_page:not(#gform_page_3_1) {
         padding: 20px 20px 20px 20px;
    }
     ul.form_setp_wrap li.form_setp_item span span {
         display: none;
    }
     ul.form_setp_wrap li.form_setp_item:not(:last-child) {
         width: 40%;
         padding-right: 0px;
         text-align: right;
    }
     ul.form_setp_wrap li.form_setp_item:last-child{
         padding-right: 0px;
         padding-left: 20px!important;
    }
     ul.form_setp_wrap li.form_setp_item:first-child {
         text-align: center;
         padding-left: 10px!important;
    }
     .gform_page_fields .questions_field {
         flex-wrap: wrap;
         margin-top: 0!Important;
    }
     .gform_page_fields .questions_field .ginput_container, .gform_page_fields .questions_field .gfield_label {
         width: 100%;
    }
     .gform_page_fields .questions_field +.questions_field .ginput_container .gfield_radio .gchoice label, .gform_page_fields .questions_field .ginput_container .gfield_radio .gchoice label {
         position: unset!Important;
         display: table-cell;
         text-align: left;
         font-weight: 400!important;
    }
     .gform_page_fields .questions_field .ginput_container .gfield_radio .gchoice{
         display: flex;
         align-items: center;
         flex-direction: row-reverse;
         justify-content: space-between;
         width: 100%;
         margin-top: 10px;
    }
     .gform_page_fields .questions_field .ginput_container .gfield_radio .iradio_flat{
         display: table-cell!important;
         margin: 0!important;
    }
     .gform_wrapper .gfield.custom_field .gfield_label, .gform_wrapper .gfield.custom_field .gfield_description, .gfield.width-65, .gfield.media_box {
         max-width: 100%;
    }
     .gform_wrapper .gfield.custom_field .gfield_label {
         font-size: 20px!important;
    }
     .gform_page_fields .gfield_html_formatted h3{
         margin-bottom: 0!important;
    }
     .self_assessment_result_sec .button{
         text-align: center;
    }
     .self_assessment_result_sec .button a{
         margin-right:0;
    }
     .scroe_result_img_col .wpb_row {
         margin-bottom: 0;
    }
     .graph-container {
         margin-bottom: 30px;
    }
     #main ul.form_setp_wrap li.form_setp_item:not(:first-child):before, #main ul.form_setp_wrap li.form_setp_item:not(:first-child):after {
         transform: translateY(-50%) rotate(46deg) skew(20deg, 20deg);
    }
     ul.form_setp_wrap li.form_setp_item span span {
         display: none;
    }
     ul.form_setp_wrap li.form_setp_item {
         padding-right: 0;
    }
    div#gform_additional_footer .button a {
        margin-right: 0;
        margin-bottom: 15px;
    }

}
 @media(max-width:576px) {
     .gform-popup .gform-popup-head h2 {
        padding-left: 40px;
        text-align: left;
    }
}