* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'Nexa-bold';
    src: url('../fonts/Nexa-Bold.eot');
    src: url('../fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Bold.woff2') format('woff2'),
        url('../fonts/Nexa-Bold.woff') format('woff'),
        url('../fonts/Nexa-Bold.ttf') format('truetype'),
        url('../fonts/Nexa-Bold.svg#Nexa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa-light';
    src: url('../fonts/NexaDemo-Light.eot');
    src: url('../fonts/NexaDemo-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaDemo-Light.woff2') format('woff2'),
        url('../fonts/NexaDemo-Light.woff') format('woff'),
        url('../fonts/NexaDemo-Light.ttf') format('truetype'),
        url('../fonts/NexaDemo-Light.svg#NexaDemo-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa-black';
    src: url('../fonts/Nexa-Black.eot');
    src: url('../fonts/Nexa-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Black.woff2') format('woff2'),
        url('../fonts/Nexa-Black.woff') format('woff'),
        url('../fonts/Nexa-Black.ttf') format('truetype'),
        url('../fonts/Nexa-Black.svg#Nexa-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
   font-family: 'Nexa-light';
}

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: 'Nexa-light';
    counter-reset: question;
    color: #606060;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100%;
   
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f05c22;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f05c22;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #f05c22;
  }
.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: 'GSK Precision-L';
    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: #ffffff;
}
.title-sub-header{
    width: 90%;
}
.title-sub-header h3 {
    color: #333333;
    margin: 3rem 0rem 0rem;
font-weight: bolder;
    width: 100%;
}
.title-sub-header p {
    color: #333333;
    font-size: calc(13px + 0.5vw);
}

.title-sub-header span { 
color: #D52028;
font-weight: bolder;
font-size: calc(8px + 0.5vw);
}
.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-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;
    display: flex;
    align-items: center;
    justify-content: center;
}

#survey-screen .survey-footer {
    background-color: #fff;
    height: 15px;
}

.survey-container {
    width: 100%;
    margin: auto;
    margin: 0 auto;
}

.quest-container {
    padding: 2rem 0.7rem 2rem 5.7rem;
}

.col-2 {
    width: 20% !important;
}

.survey-container .question {
    background-position: left bottom;
    position: relative;
    padding: calc(0.5vw + 0.5rem);

    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: center;
}
.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 {

    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: 1rem;
    left: 1.5rem;
    color: red;
    font-size: calc(7px + 0.4vw);
    margin-left: 5.7rem;
    font-family: 'Nexa-bold';
}

.survey-container .form-check {
    font-size: calc(8px + 0.8vw);
    color: #f26023;
    font-weight: 900;
    font-family: 'Nexa-bold';
}

.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: #333;
    padding: 0 8px;
    margin-bottom: 0.2rem;
    font-size: calc(10px + 0.6vw);
    /* display: flex; */
    align-items: center;
}

#submit-btn {

    cursor: pointer;
    outline: none;
    background-color: transparent;
}

#submit-btn img {
    width: 300px;
    background-color: #fff;
}

b{
    color: #333333;
}


/* ---- Success screen ---- */

#success-screen {
    position: fixed;
    background-color: rgb(0 0 0 / 91%);
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: none;
    padding: 0.5rem;
}

#success-screen .inner-box {
    background-color: #ffffff;
    /* padding: 2rem calc(2.5vw + 2.5rem) 1.5rem; */
    border-radius: 20px;
    text-align: center;
    max-width: 70%;
}

#success-screen .inner-box h4 {
    font-size: 1.2rem;
}

#success-screen .inner-box h2 {
    font-weight: 900;
}
#submitted-before {
    position: fixed;
    background-color: rgb(0 0 0 / 91%);
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: none;
    padding: 0.5rem;
}

#submitted-before .inner-box {
    background-color: #ffffff;
    /* 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-size: 1.5rem;
    line-height: 1.2;
    color: #3a3a3a;
}

.sp-1 p{
    font-weight: bold;
    color: #606060;
}
.sp-1 {
    color: #445d8e;
    font-size: 2rem;
    display: flex;
}
.sp-1 span{
    font-weight: normal;
}
.sp-2 {
    color: #445d8e;
    font-size: 1.3rem;
}

.sp-3 {
    color: #3a3a3a;
    font-size: 1.2rem;
}

.sp-num{
    border-radius: 40px;
    color: #f05c22 !important;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-family: 'Nexa-bold';
}
.ques_title {
    background-color: #f4f8f8;
    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;
    font-family: 'Nexa-bold';
   
}
.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-family: 'GSK Precision-B';
    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 #f05c22;
}

.form-check-input:checked {
    background-color: #f05c22;
    border-color: #f05c22;
}

.form-check-input:focus {
    border: solid 1px #f05c22;
    box-shadow: none
}


.disclaimer h6 {
    font-size: 10px;
}

.disclaimer p {
    font-size: 9px;
    color: #231f20;
    /* margin: 0.5rem 1.5rem; */
}


.disclaimer a {
    color: #F15A24;
    text-decoration: none;
}
.top{
    display: flex;
    flex-direction: row;
    width: 90%;
    padding: calc(0.5vw + 0.5rem);
}
.top h3 {
    font-size: calc(15px + 0.6vw);
    color: #4d4d4d;
    margin: 2rem 0rem;
    padding-top: 0.8rem;
    font-family: 'Nexa-black';
}

textarea {
    border-radius: 20px;
    resize: none;
    width: 100%;
    padding: 0.5rem;
    /* margin-left: 5.7rem; */
    border: 2px solid #4d4d4d;
}
textarea:focus, input:focus{
    outline: none;
}

i {
    font-size: 0.8rem;
    color: #fff;
}


.btns_cont {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2rem;
    width: 100%;
}
.btns_cont2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    width: 90%;
}
.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: 15.875em;
    width: 100%;
    /* margin-right: 1em; */
    margin-bottom: 0.8em;
    cursor: pointer;
    margin-top: 0em;
    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;
    /* justify-content: center; */
    align-items: center;
}


/* 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; */
    display: flex;
    align-items: center;
    /* margin-top: 2rem; */
    justify-content: center;
    width: 100%;
    height: 100%;
}
.login #invalid_name,
.login #right_name,
.login #invalid_email,
.login #right_email{
    font-family: sans-serif;
    position: absolute;
    font-size: calc(5px + 0.4vw);
    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: 100%;
    /* height: 60%; */
    padding: 0.2rem 0.75rem;
    text-align: left;
    border-radius: 0px;
    outline: unset;
    font-size: calc(12px + .6vw);
    color: #f05c22;
    display: block;
    background-color: #ffffff;
    border: 1.5px solid #f05c22;
    border-radius: 0px 10px;
}
.login .input-group {
    margin-left: 2rem;
    width: 50%;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    /* border-bottom: 2px dashed #808080; */
}

.err, #chk_option_error {
    color: red;
    display: none;
    margin-left: 5.7rem;
    font-size: calc(7px + 0.4vw);
    font-family: 'Nexa-bold';
}
#Page-1{
    height: 100vh;
}

#Page-2 {
    display: none;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f05c22; 
    border-radius: 0px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #f05c22; 
}

.row {
    width: 100%;
}



#question_6_others
{
    display: none;
}

.err, .others_error {
    color: red;
    display: none;
    font-size: calc(6px + 0.6vw);
    font-family: 'Nexa-bold';
}
.others {
    border: 1px solid #808080;
    width: 85%;
    height: 72%;
    outline: none;
    font-size: .9em !important;
    padding: 0.4em;
    margin-left: 0.6em;
    color: #343233 !important;
    border-radius: 7px;
}
.title-head{
    width: 47%;
    margin-bottom: 1rem;
 }
 .top-head{
    width: 100%;
    height: 50px;
    border-radius: 20px 20px 0px 0px;
    background-color: #f05c22;
   
 }

 .s1{
    color: #f05c22;
    font-style: normal;
 }
 .s2{
    color: #f05c22;
    font-style: italic;
 }

 .disclaimer span{
    color: #f05c22;
 }
 .disclaimer a{
    color: #f05c22;
 }
 .disclaimer p{
    color: #000000;
    font-size: 0.9rem;
    margin: 2rem 3rem;
 }
 footer {
    background-color: #f05c22;
}
.logo{
    margin: 2rem 3rem;
}
.logo img{
    max-width: 12%;
}
