@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');

/*=============== CSS for Quiz Start ==================*/
.field_value {
  display: none;
}

.bk_col_row8 {
  margin: 0 -7.5px;
}

.bk_quiz_fixBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 501;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bk_quiz_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.bk_quiz_container {
  background: url("https://cdn.kindlife.in/images/ui_icon/hair-quiz/hair-quiz-bg-new.png") no-repeat;
  padding: 20px;
  min-height: 530px;
  background-size: cover;
}

.bk_quiz_container.q_c_ss{
  background: url("https://cdn.kindlife.in/images/ui_icon/quiz-sunscreen/bg_sunscreen.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}

.bk_hair_quiz_container {
  background: url("https://cdn.kindlife.in/images/ui_icon/hair-quiz/bk-nutriQuiz-bg0401.jpg") no-repeat;
  padding: 20px;  
  min-height: 530px;
  background-size: cover;
}

/* .bk_quiz_container.bk_quiz_innerContainer {
  padding-top: 90px;
  position: relative;
} */

.bk_page_title.bk_outer-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 20px;
  justify-content: center;
  padding: 10px 0;
}

.bk_page_title.bk_outer-logo-wrapper img {
  max-width: 230px;
}

/* Latest CSS For QUIZ :: Starts Here */
.bk_quiz_content {
  background-color: rgb(255 255 255 / 90%);
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
  border-radius: 30px;
  width: 100%;
  /* min-height: 420px; */
  min-height: 530px;
}

.bk_quiz_content.bk_quiz-inner-content {
  /* height: calc(100% - 70px); */
  height: 100%;
}

.bk_quiz_content.opacity {
  background-color: rgb(255 255 255 / 90%);
}

/* .bk_quiz_content.bk_quiz-inner-content .bk_quiz_body {
  padding: 32px 0;
} */

.bk_btnBx span.bk_img_holder {
  display: inline-flex;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.bk_quiz_circleOpt.bk_quiz_circleOpt2 a .bk_btnBx {
  width: 100%;
  height: 100%;
  min-height: 54px;
  line-height: 22px;
  border: solid 1px #e6e6e6;
  background-color: #EFEFEF;
  border-radius: 10px;

}

.bk_quiz_circleOpt.bk_quiz_circleOpt2 input.bk_chbx:checked+.bk_chbx_lbl.bk_rightAns {
  box-shadow: 0 0 0 3px #0c703b, 0 0 0 4px #2dbaa8;
  -webkit-box-shadow: 0 0 0 3px #0c703b, 0 0 0 4px #2dbaa8;
}

.bk_quiz_circleOpt.bk_quiz_circleOpt2 input.bk_chbx:checked+.bk_chbx_lbl.bk_rightAns span {
  color: #17A08E;
}

input.bk_chbx+.bk_chbx_lbl.bk_rightAns span.bk_img_holder {
  border: 1px solid #ccc;
}

input.bk_chbx:checked+.bk_chbx_lbl.bk_rightAns span.bk_img_holder {
  border: none;
  box-shadow: 0 0 0 3px #0c703b, 0 0 0 4px #2dbaa8;
  -webkit-box-shadow: 0 0 0 3px #0c703b, 0 0 0 4px #2dbaa8;
}

.bk_quiz_shipping-phone .iti__flag-container {
  top: 10px;
  bottom: 10px;
}

.bk_questionBox.bk_quiz-left-side {
  flex: 0 0 35%;
  max-width: 35%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;

}

.bk_quiz-right-side {

  flex: 0 0 65%;
  max-width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-right: 25px;
  justify-content: flex-start;
  padding: 0 10px;
}

.bk_quiz-right-side .bk-age-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bk_page_title.bk_mob_Quiz-logo {
  display: none;
}

/* Latest CSS For QUIZ :: Ends Here */
.bk_quiz_wrapAll {
  max-width: 450px;
  width: 100%;
  background-color: #fff;
  position: relative;
}

/*Page Title CSS Start*/
.bk_page_header {
  width: 100%;
  z-index: 7;
}

.bk_page_BackBtn {
  padding: 0 0 0 15px;
  float: left;
  height: 50px;
  line-height: 50px;
}

.bk_page_BackBtn img {
  height: 20px;
}

.bk_page_header .bk_page_title {
  padding: 20px 50px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1b1c1e;
  display: flex;
  flex-wrap: wrap;
}

.hero-text button {
  background-color: #2fbaa8;
}

.bk_page_name {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1b1c1e;
}

.bk_page_subname {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #6f6f6f;
}

.bk_page_header .bk_pageClose {
  position: absolute;
  top: 25px;
  right: 25px;
}

.bk_page_header .bk_pageClose img {
  width: 16px;
}

/*Page Title CSS End*/

.bk_quiz_body {
  display: flex;
  flex: 1;
  height: 100%;
}

.bk_quiz_body>form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* flex-flow: column;
  flex-flow: row; */
  justify-content: space-between;
}

.bk_questionBox {
  position: relative;
}

.bk_questionTxt {
  position: relative;
  z-index: 6;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #1b1c1e;
  padding: 0px;
  margin: 15px auto 30px;
}

/* .bk_questionTxt.bk_quiz_questionTxt {
  width: 50%;
} */

/*.bk_questionBox_Shadow_1{background-color: rgb(45 186 168 / 70%); top: 5px; left: 10px; right: 10px;}
.bk_questionBox_Shadow_2{background-color: rgb(45 186 168 / 60%); top: 10px; left: 20px; right: 20px;}
.bk_questionBox_Shadow_3{background-color: rgb(45 186 168 / 50%); top: 15px; left: 30px; right: 30px;}
.bk_questionBox_Shadow_4{background-color: rgb(45 186 168 / 40%); top: 20px; left: 40px; right: 40px;}
.bk_questionBox_Shadow_5{background-color: rgb(45 186 168 / 30%); top: 25px; left: 50px; right: 50px;}

.bk_questionBox_Shadow_1,
.bk_questionBox_Shadow_2,
.bk_questionBox_Shadow_3,
.bk_questionBox_Shadow_4,
.bk_questionBox_Shadow_5{
  display: none;
}*/
.bk_optionType,
.bk_answerType {
  position: relative;
  width: 100%;
}

.bk_optionType {
  flex: 0 0 100%;
  margin: 0 auto;
  max-width: 750px;
}

.bk_answerTypeInpt strong {
  font-size: 22px;
  color: #1b1c1e;
  margin: 0 0;
  font-weight: 500;
  display: block;
}

.bk_answerType.bk_quiz_title .bk_answerTypeInpt input {
  font-size: 30px;
  font-weight: 400;
  margin: 10px 0 0;
  background: transparent;
  border-bottom: 2px solid #e3e3e3;
  border-radius: 0;
  text-align: left;
  color: #1F1F1F;
  text-align: center;
  text-transform: capitalize;
  max-width: 100%;

}

.expain-icon{
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid skyblue;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: rgb(88 225 206);
  cursor: pointer;
}

.expain-content {
  display: none;
  width: 70%;
  background-color: #4e4949;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  line-height: 18px;
}

.expain-icon:hover .expain-content {
  display: block;
}

#SSPage4 .bk_quiz_circleOpt.bk_quiz_circleOpt2 a .bk_btnBx{
  padding-right: 30px;
}

#SSPage4 .bk_quiz_opt{
  width: 33.3%;
}

.bk_answerType.bk_quiz_title .bk_answerTypeInpt input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C6C6C6;
  font-size: 22px;
  font-weight: 400;
  opacity: 1;
  /* Firefox */
}

.bk_answerType.bk_quiz_title .bk_answerTypeInpt input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C6C6C6;
  font-size: 22px;
  font-weight: 400;
}

.bk_answerType.bk_quiz_title .bk_answerTypeInpt input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #C6C6C6;
  font-size: 22px;
  font-weight: 400;
}

.bk_answerTypeInpt {
  border: none;
  outline: none;
  text-align: left;
  width: 100%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 24px;
  color: #1b1c1e;
  padding: 0 20px;
}

.bk_QuiNext {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.bk_QuiNextLast {
  width: 100%;
  position: relative;
}

.bk_QuiNextBtn {
  background-color: #11A895;
  padding: 12px;
  line-height: 26px;
  width: 240px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  font-family: inherit;
}

.bk_QuiNextBtn:hover {
  color: #fff;
}

.bk_QuiNext span {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  border-width: 2px 2px 0px 0;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.bk_quizCtrl {
  width: 100%;
  padding: 0;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.bk_QuiNext.bk_custom_QuiNext .bk_quizCtrlPrev,
.bk_QuiNext.bk_custom_QuiNext .bk_quizCtrlNext {
  font-size: 16px;
  line-height: 24px;
  width: 50%;
  border-radius: 0;
  border: none;
  padding: 15px 0;
}

.bk_quizCtrl a span {
  width: 12px;
  height: 12px;
  border: 2px solid #11A895;
  transform: rotate(45deg);
  border-width: 0 0 2px 2px;
}

.bk_quizCtrlPrev {
  border: 1px solid #11A895;
  border-radius: 30px;
  padding: 6px;
  width: 150px;
  line-height: 31px;
  /* background: #fff; */
  background: #E0EDE6;
  color: #2dbaa8;
  font-size: 20px;
  font-weight: 400;
}

.bk_quizCtrlNext {
  border: 1px solid #11A895;
  border-radius: 30px;
  padding: 6px;
  width: 150px;
  line-height: 31px;
  background: #11A895;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.bk_quizCtrlNext:hover {
  color: #fff;
}

.bk_quizCtrl .bk_quizCtrlNext span {
  border-width: 2px 2px 0 0;
  border-color: #fff;
}

.bk_quiz_submit {
  width: 45%;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #fc926c;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  margin-top: -5px;
}

.bk_quiz_body_content {
  display: flex;
  flex: 1;
}

.bk_quiz_front {
  width: 50%;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.bk_quiz_front p {
  text-align: center;
}

.bk_quiz_body_content .bk_QuiNext {
  position: absolute;
  bottom: 20px;
}

.bk_quiz_body_content .bk_questionBox span {
  font-size: 22px;
  line-height: 24px;
  padding: 15px 0;
  display: block;
  font-weight: 500;
  color: #1F1F1F;
}

.bk_quiz_body_content .bk_questionTxt {
  font-size: 56px;
  line-height: 56px;
  padding: 0px;
  margin: 0 auto;
}

.bk_quiz_circleOpt {
  display: flex;
  flex-wrap: wrap;
  /* max-height: 150px;
  overflow-y: auto; */
  margin-bottom: 10px;
  justify-content: center;
}


.bk_quiz_opt {
  width: 25%;
}

.one-third-block .bk_quiz_opt {
  width: 33.33%;
}


.bk_quiz_opt a {
  width: 100%;
  padding: 0 8px;
}

/*=============== CSS for Quiz End ==================*/

/*Scroller Select*/
.md-mobile-picker-header {
  font-size: 14px;
}

.md-mobile-picker-input {
  color: initial;
  width: 100%;
  padding: 10px;
  margin: 6px 0 12px 0;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.md-mobile-picker-button.mbsc-button {
  font-size: 13px;
  padding: 0 15px;
  line-height: 36px;
  float: right;
  margin: 6px 0;
  width: 100%;
}

.mbsc-col-no-padding {
  padding-left: 0;
}

.md-mobile-picker-box-label.mbsc-textfield-wrapper-box,
.md-mobile-picker-box-label .mbsc-textfield-wrapper-box,
.md-mobile-picker-inline .mbsc-datepicker-tab {
  margin: 6px 0 12px 0;
}

/*Scroller Select*/
.bk_quiz_circleOpt>div {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  position: relative;
}

.bk_quiz_circleOpt .bk_quiz_circleBx {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #e6e6e6;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-content: center;
}

.bk_quiz_circleOpt a .bk_imagesBx {
  width: 95px;
  height: 95px;
  border-radius: 100px;
  border: solid 1px #e6e6e6;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-content: center;
}

.bk_quiz_circleOpt a .bk_btnBx {
  /* width: 100%;
  height: 54px;
  line-height: 22px;
  margin: 0px auto;
  border-radius: 30px;
  border: solid 1px #e6e6e6;
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 5px;
  flex-flow: column; */
  width: 100%;
  height: auto;
  line-height: 22px;
  margin: 0px auto;
  border-radius: 30px;
  border: none;
  background-color: none;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 5px;
  flex-flow: column;
}





.bk_btnBx span {
  color: #1b1c1e;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  align-self: center;
}

.bk_btnBx small {
  font-size: 12px;
  color: #202121 !important;
}

.bk_quiz_circleOpt a.active .bk_btnBx span {
  color: #2DBAA8;
  font-weight: 500;
}

.bk_quiz_circleOpt a .bk_quiz_circleBx img.active {
  display: inline-block;
}

.bk_quiz_circleOpt a .bk_quiz_circleBx img {
  width: auto;
  align-self: center;
  display: none;
}

.bk_quiz_circleOpt a .bk_imagesBx img {
  width: auto;
  height: 95px;
  align-self: center;
}

.bk_quiz_circleOpt .bk_col_50 a {
  text-decoration: none;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bk_quiz_circleOpt .bk_dc_33 a {
  text-decoration: none;
  padding: 0 15px;
}

.bk_quiz_circleOpt a>span {
  margin: 10px auto;
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #1b1c1e;
  flex: 1 0 100%;
}

.bk_quiz_circleOpt a.active>span {
  color: #2dbaa8;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.bk_quiz_circleOpt a.active .bk_quiz_circleBx,
.bk_quiz_circleOpt a.active .bk_imagesBx {
  border: 3.3px solid #1d8f81;
  outline: 4px solid #2DBAA8;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
}

.bk_quiz_circleOpt a.active .bk_btnBx {
  border: 2px solid #1d8f81;
  outline: 2px solid #2DBAA8;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
  background: white;
}

.bk_snglSeltx {
  font-size: 14px;
  color: #818181;
  width: 100%;
  margin: 10px 0;
}

.ui-slider-horizontal .ui-slider-handle:hover {
  background: #2DBAA8 !important;
}

/*checkbox css start*/
.bk_chbx {
  position: absolute !important;
  visibility: hidden;
}

/* input.bk_chbx:checked+.bk_chbx_lbl.bk_rightAns {
  box-shadow: 0 0 0 3px #0C703B, 0 0 0 4px #2DBAA8;
  -webkit-box-shadow: 0 0 0 3px #0C703B, 0 0 0 4px #2DBAA8;
  background: #fff;
} */

input.bk_chbx:checked+.bk_chbx_lbl.bk_wrongAns {
  border: solid 1px #e6e6e6;
  background-color: #ff875c;
}



/*checkbox css end*/
.bk_age_slider {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 20px;
}

.bk_age_sliderLists {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

.bk_age_sliderLists li {
  display: inline-block;
}

.bk_age_sliderLists li {
  margin: 0 15px !important;
  text-align: center;
  position: relative;
}

.bk_age_sliderLists li .bk_age_rd {
  position: absolute;
  visibility: hidden;
}

.bk_age_sliderLists li.active {
  color: #f00;
}

.container {
  width: 600px;
}

#viewContainer {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 5px 0;
  height: 30px;
}

.page {
  text-align: center;
  width: auto;
  height: 100%;
  border: 1px solid red;
  display: inline-block;
}

.page input {
  position: absolute;
  visibility: hidden;
}

.bk_questionTxt span {
  color: #0d7669;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

/*For Slider*/
.slider-box {
  width: 100%;
  margin: 5px auto;
}

.bk_ttb_survybtn {
  width: 55px;
  left: 35%;
  position: relative;
  bottom: 15%;
}

.bk_ttb_survybtn img {
  transform: rotate(-90deg);
  width: 40px;
}

.bk_age_title {
  width: 80px;
  display: flex;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

span.bk_ageYears {
  font-weight: 400;
  font-size: 14px;
}

#ageRange {
  position: relative;
  width: 80%;
  text-align: center;
  border: none;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
  padding: 5px 5px;
  font-size: 30px;
  max-width: 110px;
  /* height: 70px; */
  font-weight: 600;
  background: transparent;
  border-radius: 0;
}

#ageRange::placeholder {
  color: #C6C6C6;
}

#ageRange::-webkit-input-placeholder {
  color: #C6C6C6;
}

#ageRange:-ms-input-placeholder {
  color: #C6C6C6;
}

/*.ageRange_cursor{
  position: absolute;
  width: 1px;
  height: 32px;
  background-color: #1b1c1e;
  top: 50%;
  left: 50%;
  animation: ageRange_cursorAnim 1s infinite;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}*/
/*@keyframes ageRange_cursorAnim {
  0% {opacity: 0;}
  25% {opacity: 0;}
  26% {opacity: 1;}
  50% {opacity: 1;}
  75% {opacity: 1;}
  76% {opacity: 0;}
  100% {opacity: 0;}
}*/
.slider {
  margin: 25px 0;
  height: 14px;
  border: 0;
  background: #2DBAA8;
  border-radius: 14px;
}

.ui-slider-horizontal .ui-slider-handle {
  width: 34px;
  height: 34px;
  left: -17px;
  top: -10px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background: #fff !important;
  cursor: default;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
  cursor: col-resize;
}

.ui-slider-horizontal .ui-slider-range {
  background: #e1e5e9;
  border-radius: 14px;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:before,
span.ui-slider-handle.ui-state-default.ui-corner-all:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #e8e7e6;
  left: 15px;
  top: 11px;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:after {
  left: 18px;
}

/* Quiz Css Updates */
.bk_quiz_title h2 {
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.bk_quiz_title p+h2 {
  max-width: 75%;
  margin: 10px auto;
  font-size: 22px;
}

.bk_quiz_title .bk_answerTypeInpt input,
.bk_quiz_shipping-phone .cm-phone input {
  height: 40px;
  min-height: 40px;
  border: none;
  text-align: center;
}


.bk_quiz_shipping-phone .cm-phone input {
  border: 1px solid #D8DEE6;
  text-align: left;
  padding-left: 60px;
  width: 100%;
}

.bk_quiz_shipping-phone div.iti.iti--allow-dropdown {
  max-height: 40px;
  width: 300px;
}

.bk_quiz_shipping-phone .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  border-right: 2px solid #D8DEE6;
}

.bk_quiz_title .bk_answerTypeInpt input::-webkit-input-placeholder,
.bk_quiz_shipping-phone .cm-phone input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 40px;
}

.bk_quiz_title .bk_answerTypeInpt input:-ms-input-placeholder,
.bk_quiz_shipping-phone .cm-phone input:-ms-input-placeholder {
  font-size: 20px;
  line-height: 40px;
}

.bk_quiz_title .bk_answerTypeInpt input::placeholder,
.bk_quiz_shipping-phone .cm-phone input::placeholder {
  font-size: 20px;
  line-height: 40px;
}


/* Quiz Css Updates */
/* css for tablet or above devices */

@media (min-width: 767px) {


  .bk_quiz_wrapAll {
    width: 90%;
    max-width: 900px;
  }

  .bk_quiz_circleOpt .bk_quiz_circleBx {
    width: 100px;
    height: 100px;
  }

  .bk_quiz_circleOpt a .bk_quiz_circleBx img {
    height: 32px;
  }

  .bk_quiz_circleOpt>div {
    padding: 10px 0;
  }

}

.bk_questionTxt small {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
}

/* css for tablet or below devices */
@media(max-width: 991px) {
  .one-third-block .bk_quiz_opt {
    width: 50%
  }
}

@media (max-width: 766px) {

  .bk_quiz_flex {
    width: 100%;
  }

  .bk_ttb_survybtn {
    width: 55px;
    float: right;
    margin-right: 5%;
    left: 0%;
  }

  .bk_mc_100 {
    width: 100%;
    float: left;
    text-align: center;
  }

  .bk_quiz_container {
    height: 100%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    align-content: flex-start;
  }

  .bk_quiz_content {
    align-content: flex-start;
  }

  .bk_quizCtrl {
    max-width: 100%;
  }

  .bk_quiz_wrapAll {
    max-width: none;
    position: relative;
    height: 100%;
  }

  .bk_quiz_body_content {
    flex-flow: column;
  }

  .bk_quiz_body_content .bk_questionTxt {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 25px;
  }


  /* .bk_quiz_body_content .bk_questionBox span,
  .bk_quiz_title h2,
  .bk_quiz_title p+h2 {
    font-size: 16px;
    line-height: 20px;
  } */

  .bk_answerTypeInpt {
    font-size: 16px;
    padding: 5px;
  }

  .bk_QuiNext span {
    width: 12px;
    height: 12px;
  }



  .bk_quiz_circleOpt a .bk_btnBx {
    border-radius: 10px;
    /* height: 50px; */
    height: auto;
    line-height: 20px;
  }


  .bk_QuiNextBtn {
    width: 100%;
  }

  .bk_quiz_front {
    justify-content: space-around;
    width: 100%;
    /* height: 40%; */
    height: auto;
  }

  .bk_quiz_front:nth-child(2) {
    /* height: 60%;
    justify-content: space-between; */
    padding: 0 15px;
  }

  .bk_quiz_body {
    position: absolute;
    /* top: 50px; */
    top: 0px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
  }

  .bk_questionTxt,
  .bk_questionTxt.bk_quiz_questionTxt {
    margin-top: 15px;
    width: 90%;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px
  }

  .bk_quiz_circleOpt a .bk_quiz_circleBx img {
    height: 24px;
  }

  /* .bk_quiz_opt {
    width: 50%;
  } */

  .bk_btnBx span {
    font-size: 14px;
    font-weight: 500;
  }



  .bk_quiz_circleOpt .bk_col_50 a {
    padding: 0 10px;
  }

  .bk_quiz_circleOpt .bk_mc_100 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bk_quizCtrlPrev,
  .bk_quizCtrlNext {
    font-size: 16px;
    width: 130px;
    line-height: 24px;
    width: 49%;
  }

  .bk_quizCtrl a span {
    width: 9px;
    height: 9px;
  }

  .bk_snglSeltx {
    font-size: 16px;
    margin: 10px 0 20px;
  }


  /* Hair Quiz mobile design::Starts Here */
  .bk_quiz_content.bk_quiz-inner-content .bk_quiz_body {
    padding: 0;
    align-content: flex-start;
  }

  .bk_quiz_body>form {
    align-content: center;
    overflow-y: auto;
  }

  .bk_questionBox.bk_quiz-left-side {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    top: 0px;
  }

  .bk_quiz-right-side {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bk_questionTxt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bk_btnBx span.bk_img_holder {
    width: 75px;
    height: 75px;
  }

  .bk_quiz_body_content .bk_QuiNext {
    bottom: 0px;
    margin-bottom: 0;
    position: fixed;
  }

  .bk_quiz_container.bk_quiz_innerContainer {
    padding-top: 75px;
  }

  .bk_page_title.bk_outer-logo-wrapper img {
    max-width: 180px;
  }

  #SSPage5 .bk_quiz_body>form{
    align-content: flex-start;
    padding-bottom: 60px;
  }

  .bk_questionTxt small {
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-top: 10px;
  }

  .bk_QuiNext.bk_custom_QuiNext {
    position: relative;
    margin-bottom: 0;
    bottom: -0;
    left: 0;
    position: fixed;
    left: 0;
  }

  .bk_QuiNext.bk_custom_QuiNext .bk_quizCtrl {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }

  .bk_QuiNext.bk_custom_QuiNext .bk_quizCtrlPrev,
  .bk_QuiNext.bk_custom_QuiNext .bk_quizCtrlNext {
    font-size: 16px;
    line-height: 24px;
    width: 50%;
    border-radius: 0;
    border: none;
    padding: 15px 0;
  }


  .bk_quiz_circleOpt.bk_quiz_circleOpt2 .bk_quiz_opt {
    width: 50%;
  }

  .bk_quiz_circleOpt.bk_quiz_circleOpt2 a .bk_btnBx {
    height: 45px;
  }


  .bk_page_title.bk_desk_Quiz-logo {
    display: none;
  }

  .bk_page_title.bk_mob_Quiz-logo {
    display: flex;
  }

  .bk_quiz_circleOpt>div {
    width: 33.33%;
    margin-bottom: 15px;
  }

  #SSPage2 .bk_quiz_circleOpt>div {
    width: 50%;
  }
  
  .bk_page_header .bk_pageClose {
    top: 0px;
    right: -10px;
    width: 35px;
    height: 35px;
    border: 1px solid #1F1F1F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    z-index: 999;
  }

  /* Hair Quiz mobile design::Ends Here */
}

/* css for mobile devices */
@media (max-width: 480px) {
  #SSPage4 .bk_quiz_opt{
    width: 100%;
  }
  
  .bk_page_header .bk_page_title img {
    max-width: 200px;
    width: 50%;
  }

  .bk_page_name img {
    max-width: 80%;
  }

  /* .bk_quiz_circleOpt .bk_quiz_opt {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
  } */

  .bk_optionType {
    margin: 0 auto 10px;
    overflow: auto;
    display: grid;
    align-items: flex-start;
  }

  .bk_optionType::-webkit-scrollbar {
    width: 5px !important;
  }

  .bk_optionType::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  .bk_optionType::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
  }

  .bk_questionTxt.bk_quiz_questionTxt {
    margin-top: 20px;
  }

  .bk_answerType.bk_quiz_title .bk_answerTypeInpt input {
    font-size: 18px;
    width: 100%;
    max-width: max-content;
  }

  .bk_quiz_title p+h2 {
    max-width: 90%;
    font-size: 18px;
    line-height: 20px;
  }

  .bk_quiz_title h2 {
    margin: 10px 0 0;
    text-align: center;
    font-size: 20px;
  }

  .bk_QuiNextBtn {
    /* max-width: 200px; */
    width: 100%;
  }

  .bk_quiz_body_content .bk_questionTxt {
    font-size: 36px;
    line-height: 36px;
  }

  .bk_quiz_circleOpt.bk_quiz_circleOpt2 .bk_quiz_opt {
    width: 100%;
  }

  .bk_quiz_shipping-phone div.iti.iti--allow-dropdown {
    width: 270px;
  }
}

.bk_imagesBx {
  cursor: pointer;
}

.bk_ttb_survybtn {
  cursor: pointer;
}

.bk_btnBx {
  cursor: pointer;
}

.bk_quiz_circleBx {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bk_quiz_body .bk_optionType .bk_quiz_circleOpt {
    max-height: 350px;
  }
}

@media (max-width: 766px){
  .bk_hair_quiz_container {
      padding-top: 75px;
      height: 100%;
  }
}