/* Advisor CSS */
@font-face {
    font-family: 'SuisseScreenTrial';
    src: url('../../../../custom/fonts/SuisseScreenTrial-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Satoshi_Regular';
    src: url('../../../../custom/fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../../custom/fonts/Roboto-VariableFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

/* Common styles */
/* Import Google Fonts */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-card: 'SuisseScreenTrial';
    --font-Satoshi: 'Satoshi_Regular';
    --forest_Green: #1B3B13;
    --vibrant_Lime: #D5FA99;
    --dark_forest_Green: #142D0E;
    --Deep_Plum: #781945;
    --Green_BG: #D3D6BB;
    --airy_cream: #F0F1E9;
}

body {
    background-color: var(--airy_cream);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-family: var(--font-card);
    font-size: 48px;
}

p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    font-family: var(--font-Satoshi);
}

.primary-btn-default {
    background-color: var(--forest_Green);
    color: var(--vibrant_Lime);
    padding: 8px 20px;
    width: fit-content;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none !important;
}

.secondary-btn-default:hover,
.primary-btn-default:hover {
    color: var(--vibrant_Lime);
}


.primary-btn-default:focus-visible,
.secondary-btn-default:focus-visible,
.secondary-btn-default:focus,
.primary-btn-default:focus {
    outline: none;
    border-radius: 50px;
}

.secondary-btn-default {
    background: transparent;
    border: 1px solid var(--vibrant_Lime);
    padding: 8px 20px;
    font-size: 18px;
    color: var(--vibrant_Lime);
    border-radius: 50px;
    text-decoration: none;
}

.header_area {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F1E9;
    box-shadow: none;
    height: 90px;
}

.promo_band {
  padding: 11px !important;
  background-color: var(--vibrant_Lime);
  color: var(--forest_Green);
  font-family: var(--font-Satoshi);
  font-weight: 400;
}

.sticky-button {
    width: 100%;
    background: #F0F1E9;
    padding: 1rem 2rem;
    z-index: 100;
} 

#btnNext {
    display: none;
}

#msform:has(.multiple_checkbox) #btnNext{
    display: block;
}
.hidden {
    display: none !important;
}

.start-assessment-question img {
  margin: 30px auto;
} 

#startAssessment.secondary-btn-default {
  width: 430px;
  font-size: 30px;
  backdrop-filter: blur(2px);
  background-color: rgba(213,250,153, 0.05);
}

.advisor-new-header {
    background-color: #F0F1E9;
}

.advisor-header {
    position: relative;
    top: 0px;
    min-height:105px;
}

.assessment_logo {
    padding: 30px 0 37px;
}

.advisor-promo {
    position: absolute;
    text-align: end;
    top: 72px;
    right: 62px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #121926;
    width: 350px;
}
.first_six_ques {
    height: 95%;  
}

.multistep_form {
    background: #F0F1E9 none repeat scroll 0 0;
    display: table;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.multistep_form .progress-bar {
    background: var(--forest_Green);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
}


.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-left: 5px;
    cursor: pointer;
}

.rotated {
    transform: rotate(180deg);
    /* flips arrow up when open */
}

.why_ask_toggle {
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

.multistep_form_tablecell {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 100%;
}

.city-fitness-logo {
    width: 140px !important;
    height: 80px !important;
}

#msform {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: #F0F1E9;
}

#msform fieldset {
    padding: 80px 0 50px 0;
    width: 100%;
    margin: 0;
    height: 100%;
    /* top:-10% */
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset button.action-button {
    margin: 7px;
    outline-offset: 3px;
    min-width: 170px;

    border-radius: 30px;
}

#icon-container-frst {
    padding-top: 70px;
}

#icon-container-prenetal {
    padding-top: 40px;
}


#icon-container-prenetal img {
    width: 50px;
    height: 50px;
}

#icon-container-frst img {
    width: 40px;
    height: 40px;
}

.new-primary-cta {
    font-family: var(--font-Satoshi);
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 40px !important;
    width: fit-content;
    padding: 13px 25px;
    color: var(--vibrant_Lime);
    background-color: var(--forest_Green);
    margin-top: 28px !important;
}

#msform fieldset button.previous {
  min-width: fit-content;
  padding: 0;
  border: none !important;
  position: absolute;
  top: -62px;
  left: 77px;
  z-index: 10000;
  margin: 0;
  background-color: #F0F1E9 !important;
}

.new_secondary_cta:hover {
    color: #23282C !important;
}


#msform fieldset button.secondary_btn,
#msform fieldset button.secondary_cta {
    color: var(--orange);
}

#msform .start_page .action-button {
    position: absolute;
    left: 11%;
    top: 35%;
    margin: 50px 0 0 0;
    min-width: 230px;
    height: 59px
}

.single_question {
    max-width: 600px;
    margin: 0px auto;
    min-height: 260px;
    padding-bottom: 30px;
}

.single_ques_top {
    margin: 0 0 20px;
    position: relative;
}

#msform fieldset.start_page .single_ques_top {
    padding: 10% 15px;
    text-align: left;
    max-width: 550px;
    margin: 0px auto;
    width: 50%;
}

.single_ques_top.center_align {
    margin-top: 70px;
}

.static-qns {
    letter-spacing:-2px;
    margin: 18px 0 30px !important;
}

.fs-title {
    font-size: clamp(26px, 3vw, 34px);
    margin: 0 20px;
    min-height: 50px;
    font-family: var(--font);
    text-align: center;
    color: var(--forest_Green);
    line-height: 42px;
    margin-bottom: 50px;
    font-size: 35px;
    max-width: 560px;
    margin: auto;
    font-weight:400;
}
.question-text{
    letter-spacing:-2px;
}

/*.fs-title span {
    color: var(--inky_blue);
    outline: none; 
} */
.start_page .fs-title {
    font-size: clamp(28px, 4vw, 50px);
}

.start_page p {
    font-size: clamp(16px, 2vw, 22px);
}

.start_page .fs-title span {
    /*
    background-image: url(../images/Underline-VAQ.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
        padding-bottom: 3px;
    padding-left: 5px;
    background-size: 100% auto;
*/
    position: relative
}

.start_page .fs-title span:before {
    position: absolute;
    left: -7px;
    bottom: -12px;
    content: "";
    background-image: url(../images/Underline-VAQ.svg);
    width: 120px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 129px 15px;
}

.single_ques_top a.pink-text {
    text-decoration: underline
}

.fs-subtitle {
    font-size: 16px;
    margin-bottom: 0px;
}

.gender_question .single_ques_top .fs-title,
.dob_question .single_ques_top .fs-title {
    height: auto;
    min-height: auto;
}

.gender_question .single_ques_top h4,
.dob_question .single_ques_top h4 {
    color: #829FD2;
    margin: 0;
}

.start_image {
    width: 50%;
}

.start_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#msform fieldset.start_page {
    padding: 0;
    height: 100%;
    min-height: 100%;
}

#msform fieldset.start_page .single_question {
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    background-color: #ECF1F8;
    height: 100%;
}

.question_area {
    margin: 0;
}

.center_question {
    margin: 0 0 0 160px;
}

.question_area ul {
    text-align: left;
}

.question_area li {
    font-size: 18px;
    margin: 0 0 10px;
}

.question_area li span {
    color: #ce0058;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.advisor_single_head {
    margin: 0 0 25px;
    position: relative;
}

.advisor_single_input {
    min-height: 140px;
    padding-bottom: 30px;
    width: 100%;
}

#msform p {
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 300;
    width: 100%;
    overflow: hidden;
    color: #3D5636;
    margin-bottom: 5px;
    font-style: normal;
    font-family: var(--font-Satoshi);
}

#msform .single_ques_top p {
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 300;
    width: 100%;
    overflow: hidden;
    color: #3D5636;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: var(--font-Satoshi);    
}

.question_area p {
  font-size: 12px !important;
  margin-top: 15px;
  letter-spacing: 2%;
}

.start_ques .single_ques_top p {
    max-width: 515px;
}

#msform p.paragraph a {
    color: var(--inky_blue);
}

#msform .fs-subtitle {
    color: var(--inky_blue);
}

#msform .name_subtext {
    font-size: 24px;
}

.advisor_single_input p {
    color: var(--inky_blue);
    font-size: 16px;
}

.advisor_single_input input[type="text"] {
    text-align: center;
}

#msform h2.fs-title.first_quest {
    font-size: 90px;
    margin: 0 0 30px;
}

#msform .email_address h2.fs-title {
    margin-bottom: 0;
}

#msform .email_address h3 {
    margin-bottom: 6px;
}

#msform .email_address p {
    color: var(--inky_blue);
    font-size: 14px;
}

#msform .advisor_single_input p.help_text {
    margin-top: 0;
}

.advisor_single_head.email_address {
    margin-bottom: 30px;
}

.advisor_single_ques input[type="text"],
.advisor_single_ques input[type="email"],
.advisor_single_ques input[type="number"],
.advisor_single_ques input[type="password"],
.multistep_form_tablecell .form-group .form-control {
    height: 45px;
    text-align: center;
    color: var(--forest_Green);
    font-size: 16px;
    border-bottom: 1px solid rgba(27,59,19,0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    border-left: none;
    border-top: none;
    border-radius: 0;
    border-right: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    min-width: 560px;
    max-width: 560px;
}

.multistep_form_tablecell .form-group .form-control:focus {
    border-bottom: 1px solid #A0ADBB;
    color: var(--dark_shade_gray)
}

.question_area input[type="number"] {
    -moz-appearance: textfield !important;
    text-align: center;
}

.advisor_single_input select.birthday_select {
    background-image: url("../images/select-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #A0ADBB;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 35px;
    width: 210px;
    color: var(--inky_blue);
    font-size: 18px;
    margin: 0px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}


.select_gender {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.select_gender .form-group {
    /* display: inline-block;*/
    position: relative;
}

.select_gender .form-group input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.select_gender .form-group .radio_btn {
    position: relative;
    padding-left: 40px;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    color: var(--inky_blue)
}

.select_gender .form-group .radio_btn:before {
    content: "";
    position: absolute;
    left: 0;
    text-align: center;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 2px solid #908F8B;
    border-radius: 50%;
}

.select_gender .form-group input:checked+label.radio_btn:before {
    border: 2px solid var(--inky_blue);
}

/*.select_gender .form-group input[type="radio"]:checked + .radio_btn:after {*/
.select_gender .form-group input:checked+label.radio_btn::after,
.select_gender .form-group input[checked="checked"]+label.radio_btn::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--inky_blue);
}

.dob_select {
    overflow: hidden;
}

.dob_select .form-group {
    display: inline-block;
    width: 105px;
    text-align: center;
    margin: 0px 20px;
    max-width: 104px;
    min-width: 104px;
}

.dob_select .form-group .form-control {
    text-align: center;
    float: none;
    padding: 0px 15px;
    font-size: 18px;
    text-align-last: center;
    margin: 6px 0;
    cursor: pointer;
     max-width: 104px;
    min-width: 104px;
}

.dob_select .form-group .form-control option {
    text-align: center;
}

.dob_select .form-group label {
    font-weight: normal;
    margin: 10px 0 0;
    color: #d0d0d0;
    font-size: 14px;
    text-transform: uppercase;
}

.advisor_single_ques {
    margin: 0 auto;
    max-width: 870px;
    padding: 0;
    text-align: center;
    min-height: 300px;
}

/* Checkbox Style | use class .checkbox_btn with .form-group */
.form-group.checkbox_btn input[type="checkbox"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}

.form-group.checkbox_btn label {
    cursor: pointer;
    font-weight: 400;
    line-height: 27px;
    margin: 6px 15px 0 6px;
    padding: 0px 0px 0px 40px;
    position: relative;
    color: var(--inky_blue);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
    /*    outline: none*/
}

.form-group.checkbox_btn label:before {
    border: 2px solid #908F8B;
    border-radius: 5px;
    content: "";
    height: 27px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

.form-group.checkbox_btn label:hover:before {
    border: 2px solid var(--inky_blue);
}

.form-group.checkbox_btn input[type="checkbox"]:checked+label:before {
    background: var(--inky_blue);
    border: 2px solid var(--inky_blue);
    content: "";
    color: #fff;
    padding: 0px;
    text-align: center;
    -webkit-text-fill-color: rgba(255, 255, 255, 1);
    -webkit-opacity: 1;
    color: rgba(255, 255, 255, 1);
}

.form-group.checkbox_btn input[type="checkbox"]:checked+label:after {
    position: absolute;
    left: 10px;
    content: "";
    width: 8px;
    height: 16px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
}

.form-group.checkbox_btn label button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    position: relative;
    z-index: 1;
}

/* Radio Button Style | use class .radio_btn with .form-group */
.form-group.radio_btn label {
    cursor: pointer;
    height: auto;
    padding: 0 0 0 35px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    /*    outline: none*/
    align-items: center;
    font-weight: 400;
    border: 1px solid var(--forest_Green) !important;
    border-radius: 20px !important;
    text-align: left;
    padding: 10px 10px 10px 50px;
    font-size: clamp(16px, 2vw, 24px);
    color: var(--forest_Green);
    min-width: 500px;
    max-width: 500px;
    font-family: var(--font-Satoshi);
    font-size: 26px;
}


/*.form-group.radio_btn input:checked+label:before {
    border: 2px solid #3D3D3D !important;
    border-radius: 50%;
    content: "";
    height: 24px;  
    left: 13px; 
    position: absolute;
    top: 16px;
    width: 24px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-color: #ffff;

}*/

.form-group.radio_btn input:checked + label::before {
    content: none;
} 

/*.form-group.radio_btn label:hover::before {
    border: 3px solid var(--inky_blue);
} */
.form-group.radio_btn input:checked+label::before {
    background-color: #E1F0E4;
}
.form-group.radio_btn input:checked + label {
    color: #3D5F32; 
} 

.form-group.radio_btn input:checked+label::after {
    content: "";
    position: absolute;
    left: 16px; 
    top: 50%;
    transform: translateY(-50%);
    width: 20px; 
    height: 20px;
    background-image: url('../images/check-circle-broken.svg');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
    color:#3D5F32;

}

.form-group.radio_btn input[type="radio"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}

.question_area .input_half_section {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

.question_area .input_half_section .form-group.range_input {
    display: inline-block;
    margin: 0;
    position: relative;
    width: auto;
}

.question_area .input_half_section .form-group.range_input:first-child::before {
    content: "ft";
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
}

.question_area .input_half_section .form-group.range_input:last-child::before {
    content: "in";
    position: absolute;
    right: -5px;
    top: 3px;
    font-size: 16px;

}

.question_area .input_half_section .form-group input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-size: 18px !important;
    width: 38px;
}

.height_label_text {
    color: #A0ADBB;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.question_area .input_half_section .form-group.weigh_input input[type="number"] {
    width: 105px;
    border-bottom: 1px solid #A0ADBB;
    padding: 0;
    color: var(--inky_blue);
}

.advisor_single_ques.customer_name_fields .advisor_single_input {
    padding-top: 100px;
}

.advisor_single_ques.customer_name_fields .advisor_single_head {
    min-height: 40px;
}

.advisor_single_images {
    min-height: 62px;
}

.advisor_single_images img {
    display: inline-block;
    margin: 0 10px;
}

.advisor_single_input .form-group {
    margin: 0;
    position: relative;
}

.advisor_single_input.input_radio {
    margin: 0 auto 20px auto;
    max-width: 814px;
}

/*.form-group input:checked +label.radio_btn::after{
    background-color: #E1F0E4 !important;
} */
.form-group label.radio_btn {
    cursor: pointer;
    height: auto;
    margin: 0 0px 10px;
    min-width: 500px;
    max-width: 500px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: left;
    font-weight: 400;
    align-items: center;
    border: 1px solid var(--forest_Green);
    border-radius: 20px;
    text-align: left;
    padding: 10px 12px 10px 60px;
    align-content: center;
    font-size: 26px;
    color: var(--forest_Green);
    min-height:80px;
    font-family: var(--font-Satoshi);
}

.form-group input:checked+label.gender_selected_pink {
     background: rgba(213,250,153,.31) !important;

}

.form-group input:checked+label.gender_selected_green {
   background: rgba(213,250,153,.31) !important;
}

.form-group.radio_btn input:checked+label.gender_selected_pink::before {
    background-color: #FBE3EC !important;
    box-shadow: 0px 1px 4px 0px #00000040;

} 


.form-group.radio_btn input:checked+label.gender_selected_green::before {
    background-color: #E1F0E4 !important;
    box-shadow: 0px 1px 4px 0px #00000040;

}

.form-group input:checked+label.radio_btn::before {
    border: 2px solid var(--forest_Green) !important;
    background-color: rgba(213,250,153,.31); 
} 
.form-group input:checked + label.radio_btn {
    color: #3D5F32;
}
.radio_btn{
    display:flex;
    justify-content:space-between;
}
.info-btn{
    background:none;
    border:none; 
}
.info-icon{
   width:20px;  
   height:20px;
} 
.advisor_single_ques .chkBox:has(> :nth-child(5)) label.radio_btn,
.advisor_single_ques .chkBox:has(> :nth-child(5)) .checkbox_btn {
    min-width: 400px;
    max-width: 400px;
}

.radio_btn.green-gender {
  height: 100% !important;
}

.form-group input:checked+label.radio_btn::after { 
    content: "";
    position: absolute;
    left: 25px; 
    top: 50%;
    transform: translateY(-50%);
    width: 22px; 
    height: 22px;
    background-image: url('../images/check-circle-broken.svg');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
    color:var(--forest_Green);
    /* background-color: #E1F0E4;*/
}

.form-group input[type="radio"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}

.special_diets_question {
    overflow: hidden;
    position: relative;
}

.special_diets_question .form-group {
    display: inline-block;
    float: left;
    position: relative;
    text-align: left;
    width: 50%;
}

.special_diets_question .form-group label {
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-left: 32px;
    position: relative;
}

.special_diets_question .form-group label::before {
    border: 2px solid var(--inky_blue);
    content: "";
    font-size: 11px;
    height: 16px;
    left: 0;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 16px;
    font-weight: 700;
}

.special_diets_question .form-group input[type="checkbox"]:checked+label::before {
    content: "\2714";
}

.special_diets_question .form-group input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.advisor_single_ques .chkBox:has(> :nth-child(5)) {
    grid-template-columns: 1fr 1fr;
    justify-items: normal;
    gap: 50px;
}

/*
.advisor_single_input .form-group input[type="radio"]:checked + label.radio_btn {
background: #dae1dd none repeat scroll 0 0;
}*/
.advisor_single_input .form-group label.radio_btn.pregnancy_btn {
    width: 330px;
}

.form-group .checkbox_btn {
    cursor: pointer;
    line-height: initial;
    margin: 10px 20px 10px 12px;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    border: 1px solid var(--forest_Green) !important;
    border-radius: 20px !important;
    padding: 18px 15px;
    font-size: 26px; 
    color: var(--forest_Green);
    min-width: 500px;
    max-width: 500px;
    text-align: left;
    min-height:80px;
    font-family: var(--font-Satoshi);
}

.advisor_single_input.multiple_checkbox input[type="checkbox"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
}

.form-group input:checked+label.green-gender {
    background-color: rgba(213,250,153,.31) !important;
    font-weight: 700;
    border: 2px solid #3D3D3D !important;
}

.form-group input:checked+label.pink-gender {
   background: rgba(213,250,153,.31) !important;
    font-weight: 700; 
    border: 2px solid var(--forest_Green) !important;
}

.form-group input:checked+label {
    /*background-color: #E1F0E4; */
    border-radius: 20px;
    font-weight: 700;
    border: 2px solid var(--forest_Green);
}

#animationSandbox {
  background-color: #f0f1e9;
}

.btnPrev.new_secondary_cta {
  border: none;
  background-color: #f0f1e9;
  position: absolute;
  top: -69px;
  z-index: 10000;
  left: 115px;
}

.form-group input[type="checkbox"]:checked+.checkbox_btn:after {
    content: "";
    position: absolute;
    left: 25px; 
    top: 50%;
    transform: translateY(-50%);
    width: 20px;  
    height: 20px;
    background-image: url('../images/check-circle-broken.svg');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
    color:var(--forest_Green);
}

.form-group .checkbox_btn button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    position: relative;
    z-index: 1;
    margin: 0 5px !important;
    width: 14px;
    height: 14px
}

.form-group .checkbox_btn button img {
    display: none
}

.form-group .checkbox_btn button:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;  
    height: 16px;
    background-color: #fff;
    content: "";
    background-image: url(../images/circle-info.svg);
    background-repeat: no-repeat;
    background-color: var(--white) none repeat scroll 0 0;
}

.modal_info_btn {
    cursor: pointer;
    text-decoration: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #3D5636;
    font-family: var(--font-Satoshi);
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

#msform .modal_info_btn {
    margin: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.info_modal .modal-dialog {
    background: #d9d9d6 none repeat scroll 0 0;
    max-width: 670px;
}

.info_modal .modal-content {
    background: #d9d9d6 none repeat scroll 0 0;
    color: var(--inky_blue);
    font-size: 16px;
    padding: 60px;
    position: relative;
    min-height: 350px;
}

.info_modal .modal-body {
    padding: 0;
}

.info_modal .modal-footer {
    border: medium none;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.info_modal .modal-footer .close {
    float: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal_info_content #modalContent {
    min-height: 80px;
    padding: 30px 0;
}


.advisor_single_input.multiple_checkbox {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

.advisor_single_ques .chkBox:has(> :nth-child(9)){
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}


/* Hide default scrollbar */
.advisor_single_ques .chkBox:has(> :nth-child(9))::-webkit-scrollbar {
  width: 0;
}

/* Custom track (light green background) */
.scrollbar_thumb {
    display: none;
}

.chkBox:has(> :nth-child(9)) ~ .scrollbar_track {
  position: absolute;
  right: -5px;
  top: 36px;
  width: 5px;
  height: 330px;
  background: #D6DBCF;
  border-radius: 10px;
}

.fs-title .tooltip-container {
  display: inline-block;
}

/* Custom thumb */
.chkBox:has(> :nth-child(9)) ~ .scrollbar_thumb {
  display: block;
  position: absolute;
  right: -5px;
  width: 5px;
  height: 144.105px;
  background: var(--forest_Green);
  border-radius: 10px;
  top: 36px;
}

.scroll-btn.up {
  top: 3px;
}

.scroll-btn.down {
  bottom: 33px;
}

.scroll-btn.up, 
.scroll-btn.down {
  display: none;
  position: absolute;
  right: -12px;
  border: 0;
  background-color: transparent;
}

.chkBox:has(> :nth-child(9)) ~ .scroll-btn.up {
    display: block;
}

.chkBox:has(> :nth-child(9)) ~ .scroll-btn.down {
    display: block;
}


.advisor_single_input.multiple_checkbox .form-group {
    float: left;
    margin: 0 0 -10px;
    text-align: left;
}

#msform .sage_advice {
    max-width: 600px;
    margin: 0px auto;
    padding: 0px 0 25px 0;
    color: var(--inky_blue)
}

.advisor_single_input.multiple_checkbox.food_allergies {
    max-width: 850px;
}

.advisor_single_input.cardio_option .form-group {
    float: left;
    margin: 0;
}

.advisor_single_input.cardio_option {
    margin: 0 auto;
    max-width: 950px;
}

.advisor_single_input.cardio_option .form-group label.radio_btn {
    min-width: 290px;
}

.advisor_single_input.uterine_ques .form-group label.radio_btn.pregnancy_btn {
    width: 220px;
}

.advisor_single_input .form-group label.radio_btn.pregnancy_btn.sleep_fullwidth_btn {
    max-width: 690px;
    width: 100%;
}

.advisor_single_input.multiple_checkbox.mental_ques .form-group {
    min-width: 300px;
}

.advisor_single_input.multiple_checkbox.mental_ques.face_ques {
    max-width: 450px;
}

.advisor_single_input.multiple_checkbox.mental_ques.face_ques .form-group {
    min-width: 200px;
}

.advisor_single_input.multiple_checkbox.heart_ques {
    max-width: 670px;
}

.advisor_single_input.multiple_checkbox.heart_ques .form-group {
    min-width: 335px;
}

.advisor_single_input.multiple_checkbox.bone_ques {
    max-width: 500px;
}

.advisor_single_input.multiple_checkbox.bone_ques .form-group {
    min-width: 250px;
}

.advisor_single_input.multiple_checkbox.bone_ques.stomach_ques {
    max-width: 520px;
}

.advisor_single_input.multiple_checkbox.skin_ques {
    max-width: 460px;
}

.advisor_single_input.multiple_checkbox.skin_ques .form-group {
    min-width: 230px;
}


.advisor_single_input .input_half_section {
    margin: 0 auto;
    max-width: 450px;
    overflow: hidden;
}

/*
.advisor_single_input .form-group.range_input {
    margin: 0 auto;
    max-width: 450px;
}*/
.advisor_single_input .form-group.range_input {
    display: inline-block;
    float: left;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: 50%;
}

.advisor_single_input .form-group.range_input input {
    margin: 0 auto;
    min-width: 90px;
    width: 80%;
}

.advisor_single_input .form-group.range_slider {
    margin: 0 auto 20px;
    max-width: 450px;
}

.advisor_single_input .form-group.weigh_input input {
    max-width: 210px;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.static-progress {
        background-color:#D5FA99!important;
}


/*progressbar*/
#progressbar {
    bottom: 0;
    counter-reset: step;
    height: 15px;
    overflow: hidden;
    position: fixed;
    text-indent: -99999px;
    width: 100%;
    background: #DCDCDC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.help-block {
    font-size: 0.8em;
    color: #7c7c7c;
    text-align: left;
    margin-bottom: 0.5em;
}

.multistep_form_tablecell .form-group .form-control::-webkit-input-placeholder {
    color: var(--inky_blue);
    font-family: var(--default_font);
    font-size: 18px;
    font-weight: 200;
}

.multistep_form_tablecell .form-group .form-control:-ms-input-placeholder {
    color: var(--dark_shade_gray);
    font-family: var(--default_font);
    font-size: 18px;
    font-weight: 200;
}

.multistep_form_tablecell .form-group .form-control::placeholder {
    color: var(--dark_shade_gray);
    font-family: var(--default_font);
    font-size: 18px;
    font-weight: 200;
}

.start-text {
    width: 50%;
}

/* The animation code */
@-webkit-keyframes progressbar {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes progressbar {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes progressbar2 {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}

@keyframes progressbar2 {
    0% {
        width: 100%
    }

    100% {
        width: 0
    }
}


.home_page_ques .advisor_single_head {
    margin: 0;
}

.home_page_ques .advisor_single_head h3 {
    min-height: auto;
}

#msform .sage_advice p {
    color: #3D5636;
    font-family: var(--font-Satoshi);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.static_sageadvise {
    color: #3D5636 !important;
    font-family: var(--font-Satoshi) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    margin-top: 12px;
}

#msform .static_sage_advice {
    color: #3D3D3D;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

#why_ask {
    color: var(--forest_Green);
    font-family: var(--font-Satoshi);
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.static_sage_advice {
    padding: 60px 0px 0px 0px;
}

.static_why_ask {
    color: #3D5636;
    font-family: var(--font-Satoshi);
    font-weight: 600;
    font-style: Italic;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.advisor_single_input span {
    text-transform: uppercase;
}

.medications_input {
    margin: 0 auto 30px;
    max-width: 800px;
    overflow: hidden;
}

.medication_input_left {
    float: left;
    padding-right: 50px;
    width: 65%;
}

.medication_input_right {
    float: right;
    text-align: left;
    width: 35%;
}

.advisor_single_input select#medication_type.birthday_select {
    margin: 0;
    width: 100%;
}

.advisor_single_ques.medications_ques input[type="text"] {
    max-width: 100%;
}

.medication_input_left label {
    color: var(--inky_blue);
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

a.recom_btn {
    background: #ed9b33 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 15px 0 0;
    padding: 8px 30px;
}

.medication_input_right h4 {
    color: var(--inky_blue);
    font-size: 18px;
    font-weight: 400;
}

.medication_list li {
    color: var(--inky_blue);
    display: block;
    font-size: 14px;
    margin: 0;
}

.medication_list li button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #ed9b33;
    font-size: 20px;
    line-height: 22px;
}

.medication_list {
    height: 140px;
    overflow-y: auto;
}

.advisor_single_ques.medications_ques .advisor_single_images img {
    height: 50px;
}

#msform .advisor_single_ques.medications_ques .email_address h3 {
    margin: 10px 0 3px;
}

#msform fieldset.medications_fieldset {
    padding-top: 80px;
}

.advisor_single_ques.medications_ques input[type="text"] {
    background-image: url("../images/search-bg.jpg") !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    max-width: 100%;
}

.footer_fixed.medication_footer {
    background-color: #00a9e0;
}

.goto_btn {
    background: transparent;
    border: 2px solid #ed9b33;
    border-radius: 30px;
    color: var(--inky_blue);
    display: inline-block;
    font-size: 16px;
    height: 42px;
    margin: 0 13px;
    min-width: 130px;
    padding: 8px 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.goto_btn a {
    color: #ed9b33;
}

.goto_btn:focus {
    background: #ed9b33;
    color: #fff;
}

.goto_btn:focus a {
    color: #fff;
}

.medication_box {
    overflow: hidden;
    position: relative;
}

.medication_box label {
    font-weight: 500;
    margin: 0;
    position: relative;
    cursor: pointer;
    color: var(--inky_blue);
    padding-left: 30px;
    text-align: left;
}

.medication_box input {
    margin-right: 10px;
    opacity: 0;
    position: relative;
}

.medication_box label::before {
    border: 2px solid var(--inky_blue);
    border-radius: 2px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    text-align: center;
}

.medication_box input:checked+label::before {
    content: "\2714";
    background: var(--inky_blue) none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    top: 0;
}

.footer_fixed {
    background: #003865 url("../images/rule-header.png") no-repeat scroll center top / 100% 10px !important;
    bottom: 0;
    color: #fff;
    height: 100px;
    padding: 25px 0 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.footer_fixed .progress_bar ul {
    text-align: center;
}

.footer_fixed .progress_bar ul li {
    display: inline-block;

    font-size: 18px;
    opacity: 0.5;
    overflow: hidden;
    padding: 0 3%;
    position: relative;
}

.footer_fixed .progress_bar ul li.active {
    opacity: 1;
}

.footer_fixed .progress_bar ul li span.progress_num {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #333;
    display: block;
    font-size: 18px;
    height: 30px;
    margin: 0 auto 5px;
    padding: 3px 0;
    text-align: center;
    width: 30px;
}

/*#msform.home_multiple_ques {
  padding: 140px 0 50px;
}*/


/* Vinod changes */
.advisor_single_images svg {
    width: 70px;
    height: 70px;
}

.advisor_single_images .svg_animate svg path {
    fill: #61BCAA;
}

.getaqoute_heading .vitamin-packs-logo svg {
    width: 300px;
    height: 65px;
}

.vitamin-packs-logo svg .st0 {
    fill: var(--inky_blue);
}

/*error message styles*/
.error {
    display: block;
    color: #E63D2A;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.error img {
  height: 20px;
}

#feets-error {
    display: inline-block !important;
}

#weight_qty-error {
    display: block !important;
}

#inches-error {
    display: block !important;
}

.assessment_progress_section {
    bottom: 30px;
    color: #bcbcbc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.s-progress__segmented {
    position: relative;
}

.s-progress--segments {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 6px;
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
}

.s-progress--segments li {
    flex: 1 1 0;
    border-radius: 20px;
    background: #EFE9E3;
    /* beige pill track */
    position: relative;
    overflow: hidden;
    /* keep green inside */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.s-progress--segments li .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* JS updates this */
    height: 100%;
    background: #90AF96;
    border-radius: 20px;
    transition: width 0.4s ease;
    z-index: 1;
}

.s-progress--segments li span {
    position: relative;
    z-index: 2;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #23282C;
    pointer-events: none;
}

.progress {
    height: 25px;
    background: #fff;
    display: flex;
    overflow: hidden;

}

.progress-bar #bar {
    position: absolute;
    inset: 0 100% 0 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    /* JS updates this */
    background: #90AF96;
    border-radius: 20px;
    transition: width 0.4s ease;
    z-index: 1;
    /* sits behind pills */
}

.multistep_form .progress {
    background-color: #fff;
    border-radius: 20px;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 5px;
    margin-top: 10px;
    width: 90%;
    z-index: 1;
    margin: auto;
    position: relative;
    animation: fadeIn 3s ease-in-out forwards;
    
}

#clear-btnp {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #3D5636;
  font-size: 16px;
  font-family: var(--font-Satoshi);
  position: absolute;
  right: 35px;
  top: 46px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.parcentage_text {
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

span#weightvalue_display {
    border-bottom: 1px solid var(--inky_blue);
    padding: 2px 25px;
    display: inline-block;
}

.question_area .input_half_section.height_slider {
    position: relative;
}

.pink-text a {
    color: #FD546A;
    display: inline-block;
    margin: 0px 0 0;
    text-decoration: underline;
    cursor: pointer
}

.pink-text a.never_share {
    color: #FD546A;
    display: inline-block;
    margin: 10px 0 0;
    text-decoration: underline;
}

.pink-text a:hover {
    color: #DB4A5D
}

/* Privacy & Terms Modal */
.privacypolicy_modal .modal-dialog {
    max-width: 830px;
}

.privacypolicy_modal .modal-dialog .modal-content {
    border-radius: 0;
}

.privacypolicy_modal .modal-body {
    padding: 30px 40px 0;
}

.privacypolicy_modal .privacy_policy_content {
    padding: 20px;
    text-align: left;
}

.privacypolicy_modal .heading2 {
    font-size: 24px;
}

.privacy_single_content {
    margin: 0 0 40px;
}

.privacy_single_content .heading3 {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
}

.privacy_single_content .heading4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}

.privacypolicy_modal .modal-footer {
    border: none;
    text-align: center;
    padding: 30px 40px 20px;
}

.privacypolicy_modal .modal-footer .btn-default {
    background: transparent none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    color: #FD546A;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
}

.privacy_single_content a {
    color: #FD546A;
    text-decoration: underline;
}

.privacy_single_content a:hover {
    color: #DB4A5D
}

.privacypolicy_modal .privacy_policy_content ul {
    list-style: outside;
    padding-left: 30px;
    margin: 0 0 20px;
}

.privacypolicy_modal .privacy_policy_content ul li {
    margin: 0 0 10px;
    margin-bottom: 8px;
}

.slimScrollBar {
    opacity: 1 !important;
}

#msform .privacy_single_content p {
    color: var(--inky_blue);
    font-size: 14px;
    margin: 0 0 20px;
}



.doctor_name_field .form-group {
    overflow: hidden;
    position: relative;
}

.doctor_name_field .form-group input#doctor_fields {
    display: inline-block;
    width: auto;
}

.doctor_name_field .form-group span {

    font-size: 16px;
}

.question_no span {
    display: inline-block;
    font-family: "GothamBold";
    font-size: 14px;
    line-height: 28px;
    float: right;
    padding-right: 20px;
}



.form-group.persona_terms_fields {
    position: relative;
}

.form-group.persona_terms_fields input[type="checkbox"] {
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
}

.form-group.persona_terms_fields label.chk_label {

    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding-left: 24px;
    position: relative;
    text-align: left;
    cursor: pointer;
}

.form-group.persona_terms_fields label.chk_label::before {
    background-image: url("../images/checkbox-default.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px;
}

.form-group.persona_terms_fields input[type="checkbox"]:checked~label.chk_label::before {
    background-image: url("../images/checkbox-selected.png");
}


.name_gdpr {
    margin: 0 0 30px;
}

.gdpr_text_top {
    display: none;

    font-size: 15px;
    text-align: center;
}

.form-group.check_style input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin: 0
}

.form-group.check_style label {
    color: var(--inky_blue);
    cursor: pointer;
    font-family: "GothamMedium";
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0 0;
    padding-left: 30px;
    position: relative;
    text-transform: none;
    text-align: left;
}

.form-group.check_style label::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid var(--inky_blue);
    border-radius: 3px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.form-group.check_style input[type="checkbox"]:checked+label::before {
    background: var(--inky_blue) none repeat scroll 0 0;
    color: #fff;
    content: "";
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.form-group.check_style input[type="checkbox"]:checked+label::after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    height: 12px;
    left: 7px;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
}

.agree_checked .form-group.check_style label {
    margin: 0;
}

.agree_checked {
    margin: 0 0 35px;
}

.form-group.check_style label.not_selected::before {
    border: 2px solid #829FD2;
}

.form-group.check_style input[type="checkbox"]:checked+label.not_selected::before {
    border: 2px solid var(--inky_blue);
}

.not_selected .gdpr_label_text {
    border-bottom: 1px solid #829FD2;
    display: block;
}

.form-group.check_style input[type="checkbox"]:checked+label.not_selected .gdpr_label_text {
    border-bottom: none
}

.disclimer {
    display: inline-block;
    text-align: left;
    padding: 15px 0 0 0;
    font-size: 14px;
}

.disclimer span {
    text-transform: none;
    font-weight: bold;
    text-decoration: underline;
}

.fill-active {
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    background: #90AF96;
    border-radius: 20px;
    transition: width 0.4s ease;
    z-index: 1;
    width: 100% !important;
}

#icon-container {
    margin-top: 10%;
}

#icon-container img {
    width: 50px;
    height: 50px;
}

.height_weight_ques.input_half_section {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.height_value_wrapper {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input_half_section.height_slider {
    border-bottom: 1px solid var(--inky_blue);
    height: 27px;
    margin: 0 10px 30px;
    max-width: 100px;
    padding-right: 15px;
    text-align: center;
}

/*--------------------------------------------------------------
# Advisor pop-up CSS
--------------------------------------------------------------*/
#Enable_cookies .modal-body {
    padding: 50px 30px;
    text-align: center;
}

#Enable_cookies .modal-body {
    border-top: 10px solid var(--inky_blue);
}

#Enable_cookies .modal-body button.close {
    color: #000;
    font-size: 40px;
    height: 45px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

.legal_footer #msform fieldset button.previous {
    position: absolute;
    top: -105px;
    left: 15px;
    border: none;
    background: transparent;
    color: var(--inky_blue);
    padding: 0;
    margin: 0;
    min-width: 30px;
    height: 20px;
    padding-left: 26px;
    text-transform: none;
    font-weight: 600;
    line-height: 1px;
}

.legal_footer #msform fieldset button.previous:before {
    position: absolute;
    left: 10px;
    top: 3px;
    width: 13px;
    height: 13px;
    content: "";
    border-left: 2px solid var(--inky_blue);
    border-bottom: 2px solid var(--inky_blue);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


:host /deep/ [type=checkbox],
:host /deep/ [type=radio] {
    visibility: visible !important;
    opacity: 0 !important;
}

:host /deep/ [type=checkbox]:focus+label,
:host /deep/ [type=radio]:focus+label {
    border: 1px solid rgb(207, 232, 255);
}

.static_ques_list {
    overflow: hidden;
    padding-top: 5px
}

.static_ques_list:not(:last-child) {
    margin-bottom: 30px;
}

#chrenglish .modal-dialog,
#dob-error .modal-dialog,
#onlynumbers .modal-dialog {
  max-width: 520px;
}

#chrenglish .modal-content,
#dob-error  .modal-content,
#onlynumbers  .modal-content{
  background-color: var(--Green_BG);
  border-radius: 24px;
}

#chrenglish .modal-body,
#dob-error .modal-body,
#onlynumbers .modal-body{
  padding-top: 110px;
  padding-bottom: 48px;
}

#chrenglish .modal-footer,
#dob-error .modal-footer,
#onlynumbers .modal-footer{
  padding-bottom: 100px;
}

.default_modal button.btn-close {
  color: var(--forest_Green);
  font-weight: 300;
  font-family: var(--font-Satoshi);
}

.default_modal .gotit_close {
  background-color: var(--forest_Green);
  color: var(--vibrant_Lime);
  padding: 12px 24px;
  min-width: fit-content;
  width: fit-content;
}

#chrenglish p,
#dob-error p,
#onlynumbers p{
  font-size: 24px !important;
  font-family: var(--font-Satoshi) !important;
  color: var(--forest_Green) !important;
}


/*==============================================
New Logic CSS
================================================*/
/*.advisor_single_ques div.chkBox {
    display: grid;
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: center;
    grid-template-columns: 50% 50%;
} */

.sage_advice_container {
    height: 50px;
}

/* Default layout */
.advisor_single_ques .chkBox {
    display: grid;
    grid-template-columns: 1fr;
    /* start with 1 column */
    justify-items: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}

#msform fieldset button.action-button:hover {
  border: none;
  color:#D5FA99;
}

/* ---------- DESKTOP ---------- */
@media (min-width: 768px) {

    /* 5 or more answers → 2 columns */
    .advisor_single_ques .chkBox:has(> :nth-child(5)) {
        grid-template-columns: 1fr 1fr;
        justify-items: normal;
        gap: 12px;
    }
}

/* ---------- MOBILE ---------- */
/*@media (max-width: 768px) {
    /*6 or more answers → 2 columns*/
  /*.advisor_single_ques .chkBox:has(> :nth-child(6)) {
    grid-template-columns: 1fr 1fr;
  }*/
  /*.tooltip-container {
    position: relative;
    display: inline-block;
    padding: 20px;         
    margin: -20px;          
}*/



.advisor_single_input.multiple_checkbox .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.form-group .checkbox_btn {
    flex: 1 1 calc(50% - 10px);
    display: grid;
    align-items: center;
    justify-content: space-between; 
    padding-left: 60px;
    grid-template-columns: 88% auto; 
}

/*==============================================
Responsive CSS
================================================*/
/* Medium Layout: 1280px. */
@media only screen and (min-width: 1201px) and (max-width: 1680px) {
    #msform .start_page .action-button {
        position: absolute;
        left: 4%;
        top: 40%;
        margin: 50px 0 0 0;
        min-width: 230px;
    }
}

/*@media only screen and (min-width: 1250px) and (max-width: 1400px) {
    .progress {
        max-width: 60%;
        left: 20%;
    }
}*/

@media only screen and (min-width: 1400px) and (max-width: 1680px) {
    #msform .start_page .action-button {
        left: 8.5%;
        top: 40%;
    }
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #msform .start_page .action-button {
        left: 30px;
        top: 38%;
    }

    #icon-container {
        margin-top: 6%;
    }

    .fs-title {
        margin: 0 10px !important;
    }

    .advisor-promo {
        width: 214px;
        left: 70%;
    }
    .advisor-header{
        min-height:120px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    #msform .start_page .action-button {
        left: 30px;
        top: 38%;
    }

    #icon-container {
        margin-top: 6%;
    }

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #msform .action-button {
        bottom: 100px;
    }


    #msform .action-button.next {
        right: 5%;
    }

    #msform .action-button.email_next {
        right: 5%;
    }

    #msform .action-button.previous {
        left: 5%;
        height: fit-content;
    }

    .advisor_single_input.multiple_checkbox.food_allergies {
        padding: 0 15px;
    }

    .advisor_single_input.multiple_checkbox .form-group {
        min-width: 50%;
    }

    .advisor_single_input.cardio_option {
        padding: 0 15px;
    }

    .medications_ques .rwd-line {
        display: none;
    }

    .advisor_single_ques.medications_ques {
        padding: 0 15px;
    }

    .multistep_form {
        padding: 0px;
    }

    .advisor_single_input.multiple_checkbox {
        margin-right: 0;
    }

    .advisor_single_input.multiple_checkbox .form-group {
        min-width: 245px;
        width: 245px;
    }

    #msform .start_page .action-button {
        left: 15px;
        top: 30%;
    }

    .advisor-promo {
        width: 214px;
        left: 70%;
    }
    .advisor-header{
        min-height:120px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .chkBox {

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #icon-container {
        margin-top: 6%;
    }

    #msform .sage_advice p {
        font-size: 14px;
    }
    
}

@media only screen and (min-width: 560px) and (max-width: 767px) {
    #msform .start_page .action-button {
        top: 65% !important;
    }

    #msform .sage_advice p {
        font-size: 14px;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .advisor-header {
        position: relative;
        top: 10px;
        padding: 0px 0px 0px 0px;
        right: 20%;
        width: 100%;
    }

    .advisor_single_ques .chkBox:has(> :nth-child(5)) label.radio_btn,
    .advisor_single_ques .chkBox:has(> :nth-child(5)) .checkbox_btn {
        min-width: 142px;
        max-width: 142px;
        margin: 0;
        height: 100%;
    }

    .form-group .checkbox_btn {
        min-width: 250px;
        max-width: 250px;
    }

    .advisor_single_ques .chkBox:has(> :nth-child(5)) {
        column-gap: 20px;
        row-gap: 18px;
        min-height: unset;
        height: 100%;
    }

    .info-icon {
        width: 16px;
        height: 16px;
        z-index:10;
    }

    .advisor_single_ques .chkBox:has(> :nth-child(9)) .checkbox_btn {
        height: unset;
        min-height: 60px;
    }

    .advisor_single_ques .chkBox {
        gap: 5px;
    }

    .form-group input:checked + label.radio_btn::after {
        left: 9px;
    }

    .advisor_single_ques .chkBox:has(> :nth-child(9)) {
        gap: 12px;
        max-height: 284px;
    }

    .advisor-promo {
        position: relative;
        text-align: end;
        top: -14px;
        right: 62px;
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #121926;
    }

    .Persona_header_logo {
        position: relative;
        top: 2px !important;
    }

    .form-group .checkbox_btn {
        min-height: 60px;
        font-size: 15px;
        padding: 8px 10px;
        padding-left: 35px;
        margin-bottom: 12px !important
    }

    .advisor_single_input.multiple_checkbox {
        max-width: fit-content;
        width: fit-content;
        margin: auto !important;
    } 

    .btnPrev.new_secondary_cta {
        top: -56px;
        left: 13px;
    }
    .chkBox:has(> :nth-child(9)) ~ .scrollbar_track {
        right: -19px;
        height: 215px;
    }
    .medication_box {
        flex-direction: column;
        align-items: center;
        gap: 43px;
    }
    .medications_input {
        max-width: 100%;
    }
    .med_search_wrap {
        max-width: 100%;
        padding: 0 25px;
    }
    .medication_checkbox_grid {
        max-width: 100%;
        margin: 0 15px;
        padding-right: 39px;
    }
    #med_scrollbar_track {
        right: 37px;
        top: 145px;
        height: 263px;
    }
    #med_scrollbar_thumb {
        right: 37px;
    }
    .scroll-btn.up, .scroll-btn.down {
        right: 30px !important;
    }
    .scroll-btn.down {
        top: 250px !important;
    }
    .med_cb_item label {
        font-size: 16px;
    }
    .chkBox:has(> :nth-child(9)) ~ .scrollbar_thumb {
        right: -19px;
        top: 36px;
        height: 100.388px;
    }
    .scroll-btn.up, .scroll-btn.down {
        right: -26px !important;
    }
    .medications_input .scroll-btn.up, 
    .medications_input .scroll-btn.down {
        right: 30px !important;
    }
    .medications_input .scroll-btn.down {
        top: 407px !important;
    }
    .city-fitness-logo {
        min-width: unset !important;
        max-width: unset !important;
        position: unset !important;
        top: 0px !important;
        width: unset !important;
    }

    #msform .single_ques_top p {
        color: #71846A;
    }

    #msform .sage_advice p {
        font-size: 14px;
    }

    .static_sageadvise {
        font-size: 14px !important;
    }

    .form-group label.radio_btn {
        max-width: 250px;
        min-width: 250px;
    }

    .form-group.radio_btn label {
        max-width: 300px;
        min-width: 300px;
        font-size: 18px;
    }

    #msform {
        top: 0% !important;
    }

    #icon-container-frst {
        padding-top: 40px;
    }

    .static-progress {
        top: 3%;
    }

    #icon-container-prenetal {
        padding-top: 20px;
    }

    #icon-container {
        margin-top: 6%;
    }

    .mobile-back {
        display: block !important;
        font-size: 20px !important;
        margin: 30px 0px 0px 0px !important;
    }

    .desktop-back {
        display: none;
    }


    .new-primary-cta {
        width: 230px;
        padding: 5px 20px;
        font-size: 20px;
    }

    /*.progress {
        max-width: 93%;
        left: 4%;
        margin-bottom: -15px;
    } */

    .s-progress--segments li span {
        font-size: 7px;
    }

    #msform fieldset.start_page .single_ques_top {
        padding: 6px 10% 55px;
        text-align: center;
        width: 100%
    }

    html,
    body {
        height: auto;
    }

    /* .multistep_form .progress {
        height: 18px;
        width: 95%;
        left: 4%;
        bottom: 0%
    } */

    .question_no span {
        font-size: 12px;
    }

    .multistep_form {
        height: 100%;
        min-height: fit-content;
        overflow: visible;
    }

    .multistep_form_tablecell {
        display: block;
        height: 100%;
    }

    .getaqoute_heading {
        padding: 12px 0;
        height: 60px;
    }

    .center_question {
        margin: 0 0 0 80px;
    }

    .question_area .input_half_section .form-group input {
        width: 34px;
    }


    #msform {
        height: 100%;
        position: relative;
        padding: 0;
    }

    #msform fieldset {
        height: auto;
        padding: 0px 0px;
        top: 0%;
        padding-top: 50px;
    }

    .single_ques_top {
        margin: 0 0 20px;
        position: relative;
    }

    #id_promotional_section {
        font-size: 12px !important;

    }

    .advisor-header {
        position:unset;
        top: 0px;
        min-height:21px;
    }

    .advisor-promo {
        width: 94px;
        float:right;
        position:unset;
        padding-right:0px;
    }
    .advisor_header_area {
         justify-content: space-between!important;
         align-items:center !important; 
         padding:20px;
    }
    .advisor-promo.city-fitness-promo {
        top: -82% !important;
    }


    .fs-title {
        font-size: 32px;
        line-height: normal;
        margin: 18px auto 30px !important;
    }

    .advisor_single_ques input[type="text"], 
    .advisor_single_ques input[type="email"], 
    .advisor_single_ques input[type="number"], 
    .advisor_single_ques input[type="password"], 
    .multistep_form_tablecell .form-group .form-control {
        min-width: 310px;
        max-width: 310px;
        margin: auto;
    }

    #msform p {
        font-size: 12px
    }

    .static_why_ask {
        font-size: 16px;
    }

    .question_area li {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .single_question {
        margin: 0 auto;
        max-width: 100%;
        min-height: 230px;
        padding: 0 15px 30px !important;
    }

    .advisor_single_ques {
        padding: 0 0px 0px;
        min-height: 230px;
    }

    #msform .name_subtext {
        font-size: 14px;
    }

    .advisor_single_input .form-group label.radio_btn {

        width: 100%;
        min-height:67px;
    }

    /*icons not displaying css  */
    .advisor_single_images {
        display: none;
    }

    .advisor_single_images {
        display: none;
    }

    #msform h2.fs-title {
        margin: 6px 0 15px 0px;
    }

    .advisor_single_head h3 {
        margin: 6px 10px 20px;
    }

    .advisor_single_head {
        margin: 0 20px 16px;
    }

    #msform h2.fs-title.first_quest {
        font-size: 64px;
    }

    .advisor_single_input select.birthday_select {
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
    }

    .advisor_single_input .form-group label.radio_btn.pregnancy_btn {
        margin: 0 0 20px;
        width: 100%;
    }

    .advisor_single_input select.birthday_select {
        font-size: 12px;
    }

    .advisor_single_images {
        min-height: 0px;
    }

    .advisor_single_images svg {
        height: 40px !important;
    }

    .advisor_single_head h3 {
        font-size: 32px;
        max-width:310px;
        margin: 20px auto 20px;
    }

    .form-group label.radio_btn {
        font-size: 15px;
        padding: 10px 10px 10px 35px;
    }

    .rwd-line {
        display: none;
    }

    .advisor_single_input.multiple_checkbox .form-group {
        min-width: fit-content;
        width: fit-content;
    }

    #msform .sage_advice {
        padding: 1px 0 20px 0;
    }

    .advisor_single_ques.customer_name_fields .advisor_single_input {
        padding-top: 35px;
    }

    .footer_fixed {
        bottom: 0;
        display: block;
        height: 50px;
        padding: 10px 0 0;
        position: fixed;
        z-index: 1;
    }

    .footer_fixed::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 45px;
        left: 0;
        position: absolute;
        top: -45px;
        width: 100%;
        z-index: -1;
    }

    .info_modal .modal-content {
        padding: 20px;
    }

    .advisor_single_input.uterine_ques .form-group label.radio_btn.pregnancy_btn {
        width: 100%;
    }

    .advisor_single_input .form-group label.radio_btn.pregnancy_btn.sleep_fullwidth_btn {
        height: auto;
        max-width: 100%;
        overflow: hidden;
        width: 100%;
    }

    .advisor_single_input .form-group label.radio_btn {
        height: auto;
    }

    .advisor_single_input.multiple_checkbox.heart_ques .form-group {
        min-width: 100%;
    }

    a.recom_btn {
        font-size: 16px;
    }

    .medication_input_left {
        margin: 0 0 30px;
        padding-right: 0;
        width: 100%;
    }

    .medication_input_right {
        width: 100%;
    }

    .medication_list {
        height: auto;
        padding: 0 0 30px;
    }

    .goto_btn {
        margin: 0 5px;
    }

    .advisor_single_images img {
        margin: 0 5px;
        width: 40px;
    }

    .advisor_single_input .form-group {
        text-align: left;
    }

    .advisor_single_input .form-group.weigh_input input {
        max-width: 100%;
    }

    .advisor_single_input .form-group.range_input {
        text-align: center
    }

    /*.advisor_single_input .checkbox_btn {margin-left: 0} */
    .advisor_single_input.multiple_checkbox {
        margin-left: 0px;
    }

    .getaqoute_heading .vitamin-packs-logo svg {
        height: auto !important;
        width: 270px !important;
    }

    .svg_images svg {
        height: 40px !important;
        width: 40px !important;
    }

    .animated {
        -webkit-animation-duration: 1.1s;
        animation-duration: 1.1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #progressbar {
        position: fixed;
    }

    .dob_select .form-group {
        display: inline-block;
        margin: 0 5px;
        text-align: center;
        width: 80px;
        max-width: 80px;
        min-width: 80px;
    }

    .dob_select .form-group .form-control {
        min-width: 80px;
        max-width: 80px;
    }

    .modal_info_content h3 {
        font-size: 18px;
    }

    .modal_info .modal-footer {
        padding: 20px 30px 30px;
    }

    #msform.home_multiple_ques {
        padding: 0px 0 0px;
    }

    .advisor_single_ques {
        min-height: 230px;
        margin: 0;
        bottom: 10%
    }

    .advisor_single_input {
        min-height: unset;
        width: fit-content;
    }

    .privacypolicy_modal .modal-body {
        padding: 15px 10px;
    }

    .privacypolicy_modal .modal-footer {
        padding-top: 0
    }

    .privacypolicy_modal .modal-header .modal-title {
        font-size: 20px
    }

    .form-group.checkbox-inline.check_style {
        padding: 0 15px;
    }

    .gdpr_text_top {
        text-align: left;
    }

    .form-group.check_style label {
        background: #ededed none repeat scroll 0 0;
        border: 2px solid #ebebeb;
        font-size: 14px;
        margin: 15px 0 0;
        padding: 10px 15px 10px 50px;
    }

    .form-group.check_style label::before {
        left: 15px;
        top: 12px;
    }

    .form-group.check_style input[type="checkbox"]:checked+label::after {
        left: 22px;
        top: 15px;
    }

    .not_selected .gdpr_label_text {
        border: none
    }

    .form-group.check_style label.not_selected::before {
        border: 2px solid var(--inky_blue);
    }

    .form-group.check_style label.not_selected {
        border: 2px solid #829FD2
    }

    .form-group.check_style input[type="checkbox"]:checked+label.not_selected {
        border: 2px solid #ebebeb
    }

    .agree_checked .form-group.check_style label {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        padding: 12px 30px 0 50px;
    }

    .assessment_logo .vitamin-packs-logo img { 
        max-width: 150px;
    }

    .assessment_logo span:last-child img {
        min-width: 150px;
        max-width: 150px;
        position: unset;
        top: 21px;
    }

    .sticky-top.advisor-new-header {
        height: unset;
    }

    .modal_info_btn {
        font-size: 16px;
    }

    #why_ask {
        font-size: 16px
    }

    .legal_footer #msform fieldset button.previous {
        position: absolute;
        top: -60px;
        left: 15px;
        border: none;
        background: transparent;
        color: var(--inky_blue);
        padding: 0;
        margin: 0;
        text-indent: -999px;
        min-width: 30px;
        height: 20px;
    }

    .legal_footer #msform fieldset button.previous:before {
        position: absolute;
        left: 10px;
        top: 3px;
        width: 13px;
        height: 13px;
        content: "";
        border-left: 2px solid var(--inky_blue);
        border-bottom: 2px solid var(--inky_blue);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #msform fieldset.start_page .single_question {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #msform .start_page .action-button {
        position: absolute;
        left: 50%;
        top: 54%;
        margin-left: -115px;
        min-width: 230px;
        margin-top: 60px;

    }

    #msform fieldset button.action-button {
        min-width: 50px;
        left: 13px;
    }

    .single_question {
        padding: 20px 30px 30px;
    }

    .select_gender {
        text-align: left !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .start_image {
        width: 100%
    }

    .start_page .fs-title span::before {
        left: -4px;
        bottom: -8px;
        width: 75px;
        height: 13px;
        background-size: 75px 15px;
    }

    .multistep_form .progress {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 560px) {
    #msform .start_page .action-button {
        top: 60% !important;
    }
}

/* email question t/c */
.email_opt p {
    margin-top: 25px;
}

.fixed_pri_ter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.fixed_pri_ter p{
    padding: 10px;
    font-size: 12px !important;
    letter-spacing: 2%;
}

.fixed_pri_ter a {
    text-decoration: underline;
    color: #3D5636 !important;
}

/* Hide mobile version by default */
.back-button-mobile {
    display: none;
}

/* Show mobile version and hide desktop version on small screens */
@media screen and (max-width: 767px) {
    .back-button-desktop {
        display: none !important;
    }

    .back-button-mobile {
        display: block !important;
        font-size: 20px !important;
        margin: 30px 0px 0px 0px;
    }

    .multistep_form .progress {
        bottom: 0%;
    }
    .custom-tiptext{
        left:30px!important; 
    }

     /*.form-group input:checked+label.radio_btn::before {
        top: 10px;
    }*/
     .vitamin-packs-logo {
        display: flex;
        width: unset;
        height: unset;
        align-items:center;
    }
    .city-fitness-logo{
        left:-22px; 
        object-fit:contain;
    }
    /*.form-group input:checked+label.radio_btn::after {
        top: 15px;
    }*/
    .form-group input[type="checkbox"]:checked+.checkbox_btn:before {
        top: 14px;
    }

    .form-group input[type="checkbox"]:checked+.checkbox_btn:after {
        top: 50%;
        left: 7px; 
    }

    .form-group.radio_btn input:checked+label:before {
        top: 10px;
    }

    .form-group.radio_btn input:checked+label::after {
        left: 16px;
        top: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .s-progress--segments li span {
        font-size: 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 499px) {
    .persona-city-header-logo {
        padding-left: 36px;
        position: relative !important;
        left: 25px;
    }
}
.tooltip-container {
  position: relative;
  display: flex;
  margin-left: 5px; 
  cursor: pointer;
  
}

/* Tooltip styling */
.tooltip-container .tooltip-text {
  display: none; /* hidden by default */
  width: 260px;
  background-color: #3D5636;
  color: #E5F5C9;
  text-align: center;
  border-radius: 10px;
  padding: 20px 10px;
  position: absolute;
  left: -100%;
  transform: translateX(-95%);
  font-size: 14px; 
  line-height: 18px;
  font-family: var(--font-Satoshi);
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: opacity 0.3s;
  text-transform:none!important;
  z-index:1;
}


/* Hover effect for desktop only */
@media (hover: hover) and (pointer: fine) {
  .tooltip-container:hover .tooltip-text {
    display: block;
  } 
}

.tooltip-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px; 
  cursor: pointer;

}

@media screen and (max-width: 480px) {
    .advisor_single_ques .chkBox:has(> :nth-child(5)) label.radio_btn .tooltip-container .tooltip-text, 
    .advisor_single_ques .chkBox:has(> :nth-child(5)) .checkbox_btn .tooltip-container .tooltip-text {
        left: 30px !important;
        width: 180px;
        z-index:100;
    }

    .advisor_single_input span {
        position: absolute;
        right: 3px;
        top: 22px;
        width: 20px;
    }

    .advisor_single_ques .chkBox:has(> :nth-child(5)) label.radio_btn .tooltip-container, 
    .advisor_single_ques .chkBox:has(> :nth-child(5)) .checkbox_btn .tooltip-container {
        right: -1px;
        top: 28px;
    }

    .form-group .checkbox_btn {
        padding-left: 30px;
    }

    .advisor_single_ques .chkBox:has(> :nth-child(5)) label.radio_btn, 
    .advisor_single_ques .chkBox:has(> :nth-child(5)) .checkbox_btn {
        min-width: 153px;
        max-width: 153px;
    }
}