* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

p {
    margin: 0;
}
.row {
    --bs-gutter-x: 0rem;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Arial, Helvetica, sans-serif;
    counter-reset: question;
    color: #005AAC;
}

.start-screen {
    background-color: #fff;
    background: url("../images/intro-bg.jpg");
    background-position: center;
    background-size: cover;
    flex-grow: 1;
}

.full-header h1 {
    font-family: 'Gilroy';
    font-weight: bold;
}

.start-screen>.row>div {
    min-height: 100vh;
}

.start-screen .image-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.start-screen .image-col img {
    max-height: 770px;
    /* width: 100%; */
    max-width: 100%;
}
h2{
    color: #203864;
}
.title-sub-header h3 {color: #4d4d4d;border-bottom: 2px solid #203864;margin: 3rem 0rem 0rem;}

.button-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 410px;
    margin-left: calc(20px + 5vw);
    margin-right: 20px;
}

#start-button {
    cursor: pointer;
}

.mobile-header {
    display: none;
}

h1 {
    font-size: 2.4rem;
    color: #0771aa;
}

.personal {
    background-color: #eeeeee;
    padding: 5rem 3rem;
}
.Survey-Qs{
    background-color: #e9e9ff;
}

.section_title {
    background-color: #203864;
    padding: 0.5rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 2rem 0rem;
}
/* ---- Survey screen ---- */

.full-header {
    position: relative;
}

.full-header img {
    width: 100%;
}

.full-header div {
    position: absolute;
    bottom: 0;
    left: 6%;
    color: #C4343E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.full-header div p span {
    line-height: 1;
}

.content {
    background-color: #4f69a6;
    width: 95%;
    height: auto;
    padding: 3rem;
}

.p1 {
    color: #f9ad6d;
    font-size: 3rem;
    line-height: 1.2;
}

.p2 {
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    margin: 1rem 0;
}

.p3 {
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
}

.gm {
    font-size: 5rem !important;
    font-weight: bold;
}

.team {
    font-size: 1.1rem !important;
}

.aug {
    font-size: 2rem !important;
}

#survey-screen {
    padding: 0;
}

#survey-screen .survey-head {
    /* background-color: #0c2141; */
    margin: 0 !important;
}

#survey-screen .survey-footer {
    background-color: #203864;
    height: 50px;
}

.survey-container {
    width:90%;
    margin: auto;
    /* background-color: #e2e2e2; */
    /* padding-top: 2rem; */
}

.quest-container {
    padding: 1rem 5.7rem;
    border-radius: 10px;
}
.col-2 {
    width: 20% !important;
}

.survey-container .question {
    background-position: left bottom;
    position: relative;
    padding: calc(0.5vw + 0.5rem);
    /* border: calc(1vw + 2px) solid #ddd; */
    /* border-radius: 40px; */
    display: flex;
    flex-direction: row;
}
.survey-container .question-text-s {
    background-position: left bottom;
    position: relative;
    padding: calc(0.1vw + 0.1rem);
    display: flex;
    flex-direction: row;
}
.survey-container .question .ques_content {
    flex-grow: 1;
    width: calc(100% - 30rem);
    padding: 0;
}

.survey-container .question h4 {
    /* color: #383838; */
    padding: 0;
    margin-bottom: 0;
    font-size: calc(8px + 1vw);
    overflow: hidden;
    display: flex;
    align-items: center;
    width: auto;
}

.survey-container .question.error::before {
    content: "*Required";
    position: absolute;
    bottom: 0rem;
    left: 1.5rem;
    color: red;
    font-size: calc(7px + 0.6vw);
    margin-left: 5.7rem;
}

.survey-container .form-check {
    font-size: calc(8px + 0.8vw);
    color: #4d4d4d;
    font-weight: bold;
    /* margin-bottom: calc(5px + 1vmax); */
    /* margin-bottom: 0; */
}

.survey-container .form-check label {
    cursor: pointer;
}

.survey-container .question .ques_number {
    display: flex;
    width: auto;
    font-weight: 800;
    font-size: 62px;
    line-height: 1;
    padding: 0 calc(1vw + 0.3rem) 0 0;
    color: rgb(201 122 64);
}

.survey-container .question img.number {
    position: absolute;
    height: 6rem;
    width: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.survey-container .question p {
    color: #203864;
    font-weight: bold;
    padding: 0 8px;
    margin-bottom: 0.2rem;
    font-size: calc(10px + 0.6vw);
}

#submit-btn {
    margin: auto;
    border: none;
    display: block;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}

#submit-btn img {
    width: 300px;
    background-color: #fff;
}

/* #question-9 {
    border-bottom: solid 3px #005AAC;
} */


/* ---- Success screen ---- */

#success-screen {
    position: fixed;
    background-color: rgb(12 33 65 / 77%);
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0c2141;
    display: none;
    padding: 0.5rem;
}

#success-screen .inner-box {
    background-color: #fff;
    padding: 2rem calc(2.5vw + 2.5rem) 1.5rem;
    border-radius: 20px;
    text-align: center;
    max-width: 90%;
}

#success-screen .inner-box h4 {
    font-size: 1.2rem;
}

#success-screen .inner-box h2 {
    font-weight: 900;
}
#submitted-before {
    position: fixed;
    background-color: rgb(12 33 65 / 77%);
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0c2141;
    display: none;
    padding: 0.5rem;
}

#submitted-before .inner-box {
    background-color: #fff;
    padding: 2rem calc(2.5vw + 2.5rem) 1.5rem;
    border-radius: 20px;
    text-align: center;
    max-width: 90%;
}

#submitted-before .inner-box h4 {
    font-size: 1.2rem;
}

#submitted-before .inner-box h2 {
    font-weight: 900;
}

.footer {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.footer p {
    font-family: "Gilroy";
    font-size: 1.5rem;
    line-height: 1.2;
    color: #3a3a3a;
}


.sp-1 {
    color: #445d8e;
    font-size: 2rem;
    font-weight: bold;
}

.sp-2 {
    color: #445d8e;
    font-size: 1.3rem;
}

.sp-3 {
    color: #3a3a3a;
    font-size: 1.2rem;
}

.ques_title {
    background-color: #eaebeb;
    padding: 0.8rem 1rem 0.8rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ques_title-text {
    
    padding: 0.8rem 1rem 0.8rem 4rem;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.section_title p {
    color: #fff;
    font-weight: bold;
    padding: 0 8px;
    margin-bottom: 0.2rem;
    font-size: calc(10px + 0.6vw);
}
.ques_title h4 {
    margin-bottom: 1rem;
    color: #ffffff;
}

#text-question .ques_title {
    padding: 0.8rem 1rem 0.8rem 2rem;
    margin-bottom: 0.5rem;
}

.form-check-input {
    border: solid 2px #4d4d4d;
}

.form-check-input:checked {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.form-check-input:focus {
    border: solid 1px #203864;
    box-shadow: none
}

footer {
    margin: 1rem 0;
}

.disclaimer h6 {
    font-size: 11px;
}

.disclaimer p {
    font-size: 0.9rem;
    color: #4d4d4d;
    margin: 0.5rem 1.5rem;
    border-top: 3px solid #203864;
    padding-top: 0.8rem;
}

.disclaimer a {
    color: #F15A24;
    text-decoration: none;
}

textarea {
    border-radius: 5px;
    resize: none;
    width: 85%;
    padding: 0.5rem;
    margin-left: 5.7rem;
    border: 1px dashed #203864;
}
textarea:focus, input:focus{
    outline: none;
}
.err,
.others_error {
    color: red;
    display: none;
    font-size: calc(7px + 0.6vw);
    font-weight: normal;
}

i {
    font-size: 0.8rem;
    color: #fff;
}

.others {
    border: 1px dashed #0771aa;
    width: 70%;
    height: 72%;
    outline: none;
    font-size: .9em !important;
    padding: 0.4em;
    margin-left: 0.6em;
    color: #343233 !important;
}

#question_14_others
 {
    display: none;
}


.step {
    height: 0.75em;
    width: 0.75em;
    margin: 0 0.1em;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
.step.active {
    opacity: 1;
}
.btns_cont {
    width: 97%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: auto;
    height: 100%;
}
.prev-btn {
    max-width: 5.875em;
    width: 100%;
    margin-left: 1em;
    margin-bottom: 0.8em;
    cursor: pointer;
    margin-top: 1em;
    text-decoration: none;
    outline: none;
    border: none;
}
.btn-next {
    max-width: 5.875em;
    width: 100%;
    margin-right: 1em;
    margin-bottom: 0.8em;
    cursor: pointer;
    margin-top: 1em;
    text-decoration: none;
    outline: none;
    border: none;
}
.cust_grow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#Page-2, #Page-3, #Page-4, #Page-5{
    display: none;
}

#question_1_others, #question_9_others,
#question_11_others, 
#question_12_others, #question_2_1_others,
#question_2_3_others, #question_2_4_others,
#question_2_5_others, #question_2_7_others, 
#question_2_8_others, #question_2_9_others,
#question_2_10_others, #question_2_11_others,
#question_2_24_others, #question_2_26_others,
#question_2_28_others, #question_2_30_others,
#question_2_31_others, #question_2_32_others,
#question_3_4_others
{
    display: none;
}



/* sorting question*/
.list-group-item.active {
    color: black;
    background-color: rgba(255, 255, 255, 0);
    border-color: #aaaaaa;
  }
  
  #q1 .dragged_cont {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid;
    margin: .3em 0;
    padding: .3em;
    background-color: #fff;
  }
  
  .form-check1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-left: 0 !important;
    align-items: center;
    align-content: center;
  }


  .percentage_textarea{
    width: 15%;
    height: 30px;
    margin-left: 4rem;
    margin-top: 1rem;
    border: 1px dashed #203864;
    padding: 5px;
  }

  input::-webkit-inner-spin-button,
  input::-webkit-outer-spin-button{
    display: none;
}
.list-group, .pre {
    color: #203864;
    font-size: calc(8px + 0.6vw);
    margin: 0.5rem 0rem;
}
.sub-head{
    color: #203864;
    font-size: calc(8px + 0.6vw);
}

.login {
    margin-bottom: 1rem;
}
.login #invalid_name,
.login #right_name,
.login #invalid_email,
.login #right_email{
    font-family: sans-serif;
    position: absolute;
    font-size: calc(5px + 0.6vw);
    color: red;
    display: none;
    margin-top: 4px;
}
.login .email_container, .login .name_container {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.title-form{
    color: #203864; 
    font-size: calc(12px + 0.6vw);
    font-weight: bold;
}
.login input {
    width: 60%;
    height: 60%;
    padding: 0.2rem 0.75rem;
    text-align: left;
   
    border-radius: 0px;
    outline: unset;
    font-size: calc(10px + .6vw);
    color: #203864;
    display: block;
    background-color: #e9e9ff;
    border: 1px dashed #203864;
}
.login .input-group {
    margin-left: 2rem; 
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  
}
.personal-info{
    margin-top: 1rem;
}
.err, #chk_option_error {
    color: red;
    display: none;
    margin-left: 5.7rem;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #203864; 
    border-radius: 0px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #203864; 
}
.table{
    font-size: calc(8px + 0.6vw);
    border: 2px solid #3a3a9b;
    margin: 0.5rem 0rem;
}

.table>thead {
    background-color: #5555C9 !important;
    color: white;
    vertical-align: middle;
    text-align: center;
}
table input{
    text-align: center;
    background-color: transparent;
    border: 1px dashed; 
}

.table-bordered>:not(caption)>* {
    border-width: 0px 0;
}
tbody, td, tfoot {
    text-align: center;
    color: #203864;
}
.table>tbody tr:nth-child(odd) td{
    background-color: #CACAFF;
}
.table>tbody tr:nth-child(even) td{
    background-color: #E9E9FF;
}
.table>tbody tr:nth-child(odd) th{
    background-color: #CACAFF;
}
.table>tbody tr:nth-child(even) th{
    background-color: #E9E9FF;
}



.new_form_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
    padding: .2em 0;
    padding-left: 1.6em;
}