.roundpagination {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 15px;
}

.roundpagination > li {
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  float: left;
  list-style: none;
  padding: 0px;
  background: none;
  background-color: #ffbc0d;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 4px 18px 0 rgb(0 0 0 / 6%), 0 7px 10px -5px rgb(0 0 0 / 7%);
}
.roundpagination > li:hover {
  background-color: #db0007;
}
.roundliselected {
  background-color: #db0007 !important;
}
.roundliselected a {
  color: #fff !important;
}
.roundpagination > li p {
  color: #000;
  line-height: 1;
}
.roundpagination > li > a {
  line-height: 50px;
  text-decoration: none;
  color: #000;
  display: block;
  text-align: center;
  position: relative;
}
/*positon the circle*/
.roundpagination > li > a:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  border: 1px solid #ffbc0d;
  transition: all .2s;
}
/*positioning the line*/
.roundpagination > li:not(:last-of-type):after, .roundpagination > li:not(:first-of-type):before {
  content: '';
  position: absolute;
  background: #ffbc0d;
  top: 25px;
  height: 1px;
}
.roundpagination > li:first-of-type:after {
  left: 50%;
  right: 0;
  margin-left: 25px;
}
.roundpagination > li:not(:first-of-type):before {
  left: 0;
  right: 50%;
  margin-right: 25px;
}
.roundpagination > li:not(:first-of-type):after {
  right: 0;
  left: 50%;
  margin-left: 25px;
}
/*hover stuff*/
.roundpagination > li:hover a {
  color: #fff;
}
.roundpagination > li:hover a:before {
  background: blue;
}
.bi-logo {
  position: absolute;
  margin-left: -2px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: -23px;
}
.blue-border {
  border-bottom: solid 2px #273d90;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
}
.sticky {
  padding: 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  background-color: #fff;
  z-index: 2;
}
.five {
  width: 20% !important;
  margin-right: 0 !important;
}
.five-top {
  width: 20% !important;
  margin-right: 0 !important;
}
.dsp-txt {
  display: none;
}
@media screen and (max-width: 991px) {
  .five-top {
    display: none;
  }
  .sticky {
    display: none;
  }
  .dsp-txt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .five {
    width: 100% !important
  }
  .sticky {
    display: none;
  }
  .dsp-txt {
    display: block;
    width: calc(100% - 35px) !important;
    margin-bottom: 20px;
  }
  .navbar-nav > li {
    width: auto;
    text-align: left;
    float: left;
  }
}
@import url("https://use.typekit.net/iul8kwb.css");
.mfirstbox {}
.msecondbox {}
.mfirstheader {}
.msecondheader {}
.min_max_text_left {
  position: absolute;
  width: 80px;
  margin-left: -40px;
  font-size: 12px;
  line-height: 1.3;
  white-space: normal;
}
.min_max_text_right {
  position: absolute;
  width: 80px;
  margin-left: -40px;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  white-space: normal;
}
#happiness {
  width: 79%;
  margin-top: 95px;
  margin-left: 10%;
  height: auto;
}
.multiselect-filter {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
}
.msingleselectdropdowndiv {
  width: 50%;
}
ul.dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.btnmeactive {
  border: solid 1px #be0d0d !important;
  color: #be0d0d !important;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.brdr-color {
  border: solid 1px #ddd;
  max-width: 20%;
}
.border_btn_5 {
  float: left;
  padding: 13px 18px;
  border: solid 1px #fff;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  width: 100%;
  text-align: center;
  height: 100%;
  cursor: pointer;
  transition: all ease-in .3s;
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  -moz-transition: all ease-in .3s;
  -ms-transition: all ease-in .3s;
}
.brdr-color:hover {
  border: solid 1px #be0d0d;
  color: #be0d0d;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.col-3opt-box {
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
  height: auto;
  float: left;
  margin-top: 50px;
  margin-bottom: 25px;
}
.col-2opt-box {
  width: 30%;
  margin-left: 10%;
  margin-right: 10%;
  height: auto;
  float: left;
  margin-top: 50px;
}
#lang {
  width: 100px;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-nav {
  padding-right: 0;
}
.multiiple-table {
  text-align: center;
  border: 0;
  margin-bottom: 0;
}
.multiiple-table th {
  text-align: center;
  border: 0 !important;
}
.multiiple-table td {
  text-align: center !important;
  border: 0 !important;
}
.multiiple-qstn {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: normal;
}
.multiiple-table .fancy-radio input[type="radio"] + span i {
  margin-right: 0;
}
.multiple-box {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.radio-box {
  width: auto;
  max-width: 100%;
  float: left;
  height: auto;
  text-align: left;
  margin-right: 10px;
  padding: 10px;
  padding-bottom: 0;
}
.full-box {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
}
textarea.form-control {
  min-height: 100px;
}
.survey_question_txt_box {
  font-size: 14px;
}
.full-box .fancy-radio input[type="radio"] + span i {
  margin-right: 0;
}
.meothers {
  width: 50%;
}
body {
  font-family: 'Proxima-Nova', sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*preview-page Start*/
.page-title {
	font-family: 'Proxima-Nova';
    font-weight: bold !important;
    /* margin-bottom: 0 !important; */
    color: #ffffff;
    font-size: 28px !important;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 7px!important;
    line-height: normal !important;
}
.poll-progress-box {
  width: calc(100% - 28px);
  background: #cccccc;
  float: left;
  margin-left: 28px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.survey-sub {
  width: 500px;
  font-size: 16px !important;
  color: #666 !important;
  margin: auto;
  max-width: 100%;
}
.panel-footer-new {
  padding: 10px 15px;
  color: #999;
  font-size: 15px;
  font-family: 'DunkinSans', serif;
  padding-top: 5px;
}
.question-box {
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  font-weight: normal;
}
.progress-bar-header {
  color: #888888;
  font-size: 1.37rem;
  padding-bottom: 5px;
  width: 100%;
  font-weight: normal;
}
.question-box-sub {
  color: #666666;
  font-size: 1.2rem;
  padding-bottom: 10px;
  width: 100%;
  font-weight: normal;
}
.progress-bar-header span {
  font-size: 18px;
  font-weight: 700;
  color: #666 !important;
  position: absolute;
  z-index: 2;
  margin-top: -24px;
  margin-left: -12px;
}
.progress {
  display: flex;
  height: 10px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  border-radius: 20px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #273d90;
  transition: width 0.6s ease;
  border-radius: 20px;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.next-topic {
  width: 35px;
  margin-top: 20px;
  float: left;
  opacity: .5;
  transition: all ease-in .3s;
}
.next-topic:hover {
  opacity: 1;
}
.left-topic {
  float: right;
  width: 35px;
  margin-top: 20px;
  opacity: .5;
  transition: all ease-in .3s;
}
.left-topic:hover {
  opacity: 1;
}
h3 {
  color: #000000;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 0px;
  line-height: 1.5 !important;
}
.btn-box {
    width: 526px !important;
    max-width: 100% !important;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
}
.next-btn-bx {
  width: 50%;
  padding: 20px 0;
  padding-left: 10px;
  float: left;
}
.prev-btn-bx {
  width: 50%;
  padding: 20px 0;
  float: left;
}
/* fancy checkbox and radio button */
.fancy-checkbox {
  display: block;
  font-weight: normal;
}
.fancy-checkbox input[type="checkbox"] {
  display: none;
}
.fancy-checkbox input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.fancy-checkbox input[type="checkbox"] + span:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  border-radius: 3px;
  bottom: 1px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  content: "";
  border: 1px solid #999999;
}
.fancy-checkbox input[type="checkbox"]:checked + span:before {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 16px;
  text-stroke: 2px #c8252c;
  -webkit-text-stroke: 2px #c8252c;
  -moz-text-stroke: 2px #c8252c;
  -ms-text-stroke: 2px #c8252c;
  -o-text-stroke: 2px #c8252c;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  background: #c8252c;
  border: 1px solid #c8252c;
}
.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
  color: #53D76A;
  background-color: #fff;
}
.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
  color: #fff;
  background-color: #53D76A;
  border-color: #32cf4d;
}
.fancy-radio {
  display: block;
  font-weight: normal;
}
.fancy-radio input[type="radio"] {
  display: none;
}
.fancy-radio input[type="radio"] + span {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}
.fancy-radio input[type="radio"] + span i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  bottom: 1px;
  content: "";
  border: 1px solid #999999;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.fancy-radio input[type="radio"]:checked + span i:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
  top: 2px;
  left: 2px;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #c8252c;
  background-color: #c8252c;
}
.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
  background-color: #53D76A;
}
.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
  background-color: #53D76A;
}
.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
  background-color: #fff;
}
.fancy-radio input[type="radio"]:checked + span i {
  border: 1px solid #c8252c;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #38321d;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 1.5rem;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0px!important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

  transition: all ease-in .3s;
}
.btn-box btn {
	font-weight: bold;
	text-transform: uppercase;
}
.QuestionTitle strong {
    font-weight: bold !important;
}
.btn.btn-primary {
  color: #fff;
  background-color: #c8252c !important;
  border-color: #c8252c !important;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #c8252c !important;
  border-color: #c8252c !important;
}
.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
  color: #fff;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn.btn-primary:active, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle, .show > .btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus, .show > .btn.btn-primary.dropdown-toggle:hover, .show > .btn.btn-primary.dropdown-toggle:focus, .show > .btn.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #c8252c;
}
.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #d80029;
}
.btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus {
  background-color: #c8252c;
  border-color: #c8252c;
}
.btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
  background-color: #c8252c;
  border-color: #c8252c;
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}
.btn.btn-primary.btn-link {
  background-color: transparent;
  color: #c8252c;
  box-shadow: none;
}
.btn.btn-primary.btn-link:hover, .btn.btn-primary.btn-link:focus, .btn.btn-primary.btn-link:active {
  background-color: transparent;
  color: #c8252c;
}
.btn.btn-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
}
.btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
}
.btn.btn-secondary:active, .btn.btn-secondary.active, .open > .btn.btn-secondary.dropdown-toggle, .show > .btn.btn-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus, .open > .btn.btn-secondary.dropdown-toggle:hover, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn.btn-secondary.dropdown-toggle.focus, .show > .btn.btn-secondary.dropdown-toggle:hover, .show > .btn.btn-secondary.dropdown-toggle:focus, .show > .btn.btn-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #8c8c8c;
}
.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #fafafa;
}
.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f2f2f2;
}
.btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled.focus {
  background-color: #fafafa;
  border-color: #ccc;
}
.btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
  background-color: #fafafa;
  border-color: #ccc;
}
.btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:hover {
  box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}
.btn.btn-secondary.btn-link {
  background-color: transparent;
  color: #fafafa;
  box-shadow: none;
}
.btn.btn-secondary.btn-link:hover, .btn.btn-secondary.btn-link:focus, .btn.btn-secondary.btn-link:active {
  background-color: transparent;
  color: #fafafa;
}
.btn.btn-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  border: solid 1px #ccc;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}
.ful-width {
  width: 100%;
}
.answer_gender {
  width: 320px;
  margin: auto;
  max-width: 100%;
}
.border_btn_gender {
  float: left;
  padding: 15px 15px;
  border: solid 2px #cccccc;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #999999;
  cursor: pointer;
  transition: all ease-in .3s;
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  -moz-transition: all ease-in .3s;
  -ms-transition: all ease-in .3s;
  text-align: center;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
}
.border_btn_gender:hover {
  border: solid 2px #be0d0d;
  color: #be0d0d;
}
.border_btn_gender_active {
  border: solid 2px #be0d0d;
  color: #be0d0d;
}
.answer_map {
  /*width: 500px;
    height: 659px;
    margin: auto;*/
  width: 700px;
  height: 500px;
  margin: auto;
  margin-top: 20px;
  background-color: #fff;
}
.map-img {
  /*width: 500px;
    height: 659px;
    position: absolute;*/
  width: 700px;
  height: 475px;
  position: absolute;
}
.map-btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  color: #000000;
  /*max-width: 150px;*/
  padding: 5px 10px;
  font-size: 13px;
  position: absolute;
  transition: all ease-in .3s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  line-height: normal;
  z-index: 1000;
}
.map-btn:hover {
  color: #fff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  background-color: #be0d0d;
}
.mapbtnactive {
  color: #fff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  background-color: #be0d0d;
}
.shelf-box {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  background-image: url(../../eimg/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
  min-height: 161px;
  background-size: 100%;
  padding: 0 100px;
}
#demo {
  color: #82181A;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  height: 30px;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
a img.selected {
  -webkit-transform: translateY(-11px) scale(1.2);
  transform: translateY(-11px) scale(1.2);
  filter: drop-shadow(0 -1mm 4mm rgba(0, 0, 0, .3));
  border: solid 1px #82181A;
  padding-top: 5px;
}
.isnoneofthese {
  padding: 20px 50px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.btn-default.selected {
  border: 1px solid #c8252c;
}
.content-box-2 {
  width: 480px;
  position: relative;
  margin: auto;
  background-image: url("../../eimg/bonny.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 436px;
}
.content-box-2-ar {
  width: 360px;
  position: relative;
  margin: auto;
  height: 376px;
}
.content-box-flav {
  width: 250px;
  position: relative;
  margin: auto;
  height: 376px;
}
.col-2-box-evap {
  width: 12.66%;
  margin-left: 2%;
  margin-right: 2%;
  height: 150px;
  float: left;
}
.col-2-box-evap2 {
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  min-height: 160px;
  float: left;
  height: auto;
}
.content-box-3 {
  width: 900px;
  position: relative;
  margin: auto;
  background-image: url("../../eimg/C1A_Bonny.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 357px;
}
.survey-answer-box {
  margin-top: 20px;
  height: auto;
  margin-bottom: 30px;
}
/*paul css*/
.red-box7 {
  width: 148px;
  height: 65px;
  position: absolute;
  top: 19px;
  left: 47px;
  background-image: url("../../eimg/cans/dot-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0;
  transition: all ease-in .3s;
}
.red-box7:hover, .red-box7:active, .red-box7:focus {
  width: 188px;
  opacity: 1;
}
.logo-box6 {
  width: 105px;
  height: 39px;
  position: absolute;
  top: 48px;
  left: 75px;
  background-image: url("../../eimg/cans/dot-bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.logo-box6:hover, .logo-box6:active, .logo-box6:focus {
  top: 5px;
  opacity: 1;
  height: 79px;
}
.logo-box7 {
  width: 89px;
  height: 39px;
  position: absolute;
  top: 44px;
  left: 96px;
  background-image: url("../../eimg/cans/dot-bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.logo-box7:hover, .logo-box7:active, .logo-box7:focus {
  top: 5px;
  opacity: 1;
  height: 79px;
}
.logo-box8 {
  width: 68px;
  height: 36px;
  position: absolute;
  top: 53px;
  left: 113px;
  background-image: url("../../eimg/cans/dot-bottom.png");
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.logo-box8:hover, .logo-box8:active, .logo-box8:focus {
  top: 10px;
  opacity: 1;
  height: 75px;
}
.circle-box7 {
  width: 35px;
  height: 36px;
  position: absolute;
  top: 46px;
  left: 56px;
  background-image: url("../../eimg/cans/dot-bottom.png");
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.circle-box7:hover, .circle-box7:active, .circle-box7:focus {
  height: 77px;
  top: 4px;
  opacity: 1;
  width: 45px;
  left: 45px;
}
.circle-box8 {
  width: 50px;
  height: 47px;
  position: absolute;
  top: 46px;
  left: 56px;
  background-image: url("../../eimg/cans/dot-bottom.png");
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.circle-box8:hover, .circle-box8:active, .circle-box8:focus {
  height: 87px;
  top: 4px;
  opacity: 1;
}
.cup-box7 {
  width: 146px;
  height: 127px;
  position: absolute;
  top: 105px;
  left: 47px;
  background-image: url("../../eimg/cans/dot-left.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.cup-box7:hover, .cup-box7:active, .cup-box7:focus {
  width: 166px;
  opacity: 1;
}
.teenager-box8 {
  width: 76px;
  height: 127px;
  position: absolute;
  top: 123px;
  left: 107px;
  background-image: url("../../eimg/cans/dot-left.png");
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.teenager-box8:hover, .cup-box8:active, .cup-box8:focus {
  width: 116px;
  opacity: 1;
}
.cup-box8 {
  width: 146px;
  height: 127px;
  position: absolute;
  top: 215px;
  left: 47px;
  background-image: url("../../eimg/cans/dot-right.png");
  background-position: left top 50px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.cup-box8:hover, .cup-box8:active, .cup-box8:focus {
  width: 186px;
  opacity: 1;
  left: 7px;
}
.text-box7 {
  width: 77px;
  height: 52px;
  position: absolute;
  top: 247px;
  right: 84px;
  background-image: url("../../eimg/cans/dot.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.text-box7:hover, .text-box7:active, .text-box7:focus {
  height: 94px;
  opacity: 1;
}
.text-box8 {
  width: 119px;
  height: 32px;
  position: absolute;
  top: 105px;
  right: 77px;
  background-image: url(../../eimg/cans/dot.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  /* opacity: 0; */
  transition: all ease-in .3s;
  opacity: 0;
  transform: rotate(-15deg);
}
.text-box8:hover, .text-box8:active, .text-box8:focus {
  height: 65px;
  opacity: 1;
}
.stamp-box7 {
  width: 45px;
  height: 48px;
  position: absolute;
  top: 116px;
  left: 139px;
  background-image: url(../../eimg/cans/dot.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in .3s;
}
.stamp-box7:hover, .stamp-box7:active, .stamp-box7:focus {
  height: 95px;
  opacity: 1;
}
/*paul css end*/
.arrow-character {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 10px;
  top: 10px;
}
.arrow-logo {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(120deg);
  left: 248px;
  top: 10px;
}
.arrow-gold-line {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(0deg);
  left: -32px;
  top: 130px;
}
.arrow-text {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
  right: 8px;
  top: 133px;
}
.arrow-mother {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(210deg);
  right: 8px;
  top: 213px;
}
.arrow-cup {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(140deg);
  right: 98px;
  top: 193px;
}
.c1a-arrow-character {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 100px;
  top: 80px;
}
.c2a-arrow-character {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -1px;
  top: 10px;
}
.c1a-arrow-logo {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  left: 208px;
  top: 10px;
}
.c1a-arrow-gold-line {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: -37px;
  top: 133px;
}
.c1b-arrow-gold-line {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: -37px;
  top: 135px;
}
.c2a-arrow-gold-line {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(0deg);
  left: -37px;
  top: 110px;
}
.c1a-arrow-text {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -22px;
  top: 196px;
}
.c1a-arrow-stamp {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(224deg);
  transform: rotate(224deg);
  right: 168px;
  top: 280px;
}
.c2a-arrow-stamp {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(229deg);
  transform: rotate(229deg);
  right: 117px;
  top: 289px;
}
.c1a-arrow-cup {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(140deg);
  right: 116px;
  top: 153px;
}
.c2a-arrow-cup {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
  right: 178px;
  top: 126px;
}
.c1a-flav-arrow-character {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 36px;
  top: 49px;
}
.c1a-flav-arrow-logo {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(120deg);
  left: 118px;
  top: 1px;
}
.c1a-flav-arrow-gold-line {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(0deg);
  left: -40px;
  top: 90px;
}
.c1a-flav-arrow-text {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
  right: 8px;
  top: 273px;
}
.c1a-flav-arrow-stamp {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(210deg);
  right: 62px;
  top: 170px;
}
.c1a-flav-arrow-cup {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(140deg);
  right: 98px;
  top: 193px;
}
.c2a-flav-arrow-character {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -10px;
  top: 2px;
}
.c2a-flav-arrow-logo {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(120deg);
  left: 118px;
  top: -10px;
}
.c2a-flav-arrow-gold-line {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(0deg);
  left: -40px;
  top: 73px;
}
.c2a-flav-arrow-text {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
  right: 8px;
  top: 261px;
}
.c2a-flav-arrow-stamp {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(210deg);
  right: -12px;
  top: 150px;
}
.c2a-flav-arrow-cup {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(140deg);
  right: 98px;
  top: 193px;
}
.cr-flav-arrow-character {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -10px;
  top: 7px;
}
.cr-flav-arrow-logo {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(120deg);
  left: 128px;
  top: -3px;
}
.cr-flav-arrow-gold-line {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(0deg);
  left: -30px;
  top: 83px;
}
.cr-flav-arrow-text {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
  right: -6px;
  top: 81px;
}
.cr-flav-arrow-stamp {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(210deg);
  right: -12px;
  top: 170px;
}
.cr-flav-arrow-cup {
  width: 90px;
  height: 41px;
  position: absolute;
  background-image: url("../../eimg/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(140deg);
  right: 98px;
  top: 193px;
}
.noneofthese {
  margin: 70px 0 0;
  clear: both;
}
.answers_box_main a img:not(.imageratingheart) {
  transition: all ease-in .3s;
  transform: translateY(0px) scale(1);
  filter: drop-shadow(0 -1mm 1mm rgba(0, 0, 0, 0));
  overflow: hidden;
}
.answers_box_main a img:hover:not(.nothoizontal), .answers_box_main a img:active:not(.nothoizontal), .answers_box_main a img:focus:not(.nothoizontal) {
  overflow: hidden;
  transform: translateY(-11px) scale(1.1);
  filter: drop-shadow(0 -1mm 4mm rgba(0, 0, 0, .3));
  padding-top: 5px;
  border: solid 1px #82181A;
}
/*preview-page End*/
@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .msingleselectdropdowndiv {
    width: 100%;
  }
  ul.dropdo .sticky {
    display: none;
  }
  .border_btn_5 {
    font-size: 13px;
    padding: 13px 10px;
    border: 0;
  }
  .border_btn_5:hover {
    border: 0;
  }
  #wrapper #sidebar-nav, #wrapper .main {
    /*padding-top: 80px;*/
    padding-top: 70px;
  }
  .shelf-box {
    padding: 0 50px;
    background-size: 115%;
  }
  /*.col-2-box-evap2 {
        margin-top: -75px;
    }*/
  .radio-box {
    border: solid 1px #eeeeee;
    width: 100%;
    margin-bottom: 10px;
  }
  .fancy-radio input[type="radio"] + span {
    text-align: left;
  }
  .full-box {
    width: auto;
    color: #000;
    font-size: 14px;
  }
  .full-box .fancy-radio input[type="radio"] + span i {
    margin-right: 15px;
  }
  .survey_question_txt_box {
    font-size: 14px;
  }
  textarea.form-control {
    min-height: 100px;
  }
  textarea.isgirdnumber {
    min-height: 20px;
    resize: none;
  }
  .page-title {
    font-size: 20px !important;
    padding: 0 20px;

  }
  h3 {
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  .meothers {
    width: 100%;
  }
}
.panel .panel-heading {
    background-color: #ffffff;
    color: #c8252c !important;
}
.page-title {
  color: #c8252c;
}
footer {
  position: relative;
  bottom: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
}
.copyright {
  margin-bottom: 0;
  text-align: center !important;
  font-size: 13px;
}
#imgLogo1 {
  height: 100%;
  max-width: 150px;
  max-height: 65px;
}
#imgLogo1bi {
  height: 48px;
}
.multiplequestion {}
.selecteddiv {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  /* opacity: 0.7; */
  background-color: rgba(255, 255, 255, 0.7);
}
.selecteddiv i {
  /* left: 40%; */
  /* height: 40%; */
  text-align: center;
  top: 40%;
  position: relative;
  color: #ffc600;
  font-size: 40px;
}
.imgheader {}
.mainmexclusive .selecteddiv i {
  top: 0;
  right: 0;
  background-color: transparent;
  float: right;
  padding-right: 10px;
}
#imgLogo2 {
  width: 130px;
  height: 100%;
}
.greytext {
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .navbar-default #navbar-menu {
    float: none;
  }
  /* #imgLogo1 {
        height: auto;
        width: 120px;
    } */
  #imgLogo1 {
    height: auto;
    max-width: 120px;
    #imgLogo2 {
      height: auto;
      width: 120px;
    }
    #lang {
      margin-top: 7px;
      margin-bottom: 7px;
    }
    .navbar-default .brand {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .answers_box_main .multiselect-native-select .multiselect {
    text-align: left;
    border: 1px solid #ccc;
  }
  .answers_box_main .multiselect-native-select .multiselect .caret {
    float: right;
    margin-top: 6px;
  }
  .mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
  }
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  }
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
  }
  .card-body {
    color: #38312D;
    text-decoration: none;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  .card-text:last-child {
    margin-bottom: 0;
  }
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  .card-body {
    color: #38312D;
    text-decoration: none;
  }
  .card img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .card {
    border-radius: 1rem;
    transition: all ease-in .3s;
    position: relative;
  }
  .card:hover {
    text-decoration: none;
    background-color: #eee;
  }
  .rating {
    text-align: center;
    position: absolute;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 70px;
    width: calc(100% - 30px);
    height: calc(100% - 25px);
    transition: all ease-in .3s;
    left: 0;
    right: 0;
    z-index: 2000;
    margin: 0px 15px 15px 15px;
    border-radius: 15px;
    padding-top: calc(20% - 10px);
    opacity: 0;
  }
  .rating:hover {
    opacity: 1;
  }
  .rating-active {
    opacity: 1;
  }
  .rating-circle-box {
    width: 300px;
    margin: auto;
    margin-top: 5%;
  }
  .rating-circle {
    background-color: #38312D;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    font-weight: 700;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0px 2px 15px 6px rgba(0, 0, 0, 0.3);
  }
  .rating-circle:hover {
    background-color: #FFC600;
    color: #38312D;
  }
  .circle-active {
    background-color: #FFC600;
    color: #38312D;
  }
  .rating-btn {
    position: absolute;
    bottom: 40px;
    right: 35px;
    z-index: 2001;
    opacity: .7;
    transition: all ease-in .3s;
  }
  .rating-btn:hover {
    opacity: 1;
  }
  @media (max-width:1024px) {
    .rating-btn {
      display: block;
    }
  }
  /*Banner Carousel*/
  .survey-banner-box {
    margin-bottom: 20px;
  }
  .survey-banner {
    min-height: 280px;
  }
  .banner1 {
    background: url(../../assets/img/survey_banner/banner1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner2 {
    background: url(../../assets/img/survey_banner/banner2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner3 {
    background: url(../../assets/img/survey_banner/banner3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner4 {
    background: url(../../assets/img/survey_banner/banner4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner5 {
    background: url(../../assets/img/survey_banner/banner5.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner6 {
    background: url(../../assets/img/survey_banner/banner6.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner7 {
    background: url(../../assets/img/survey_banner/banner7.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner8 {
    background: url(../../assets/img/survey_banner/banner8.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner9 {
    background: url(../../assets/img/survey_banner/banner9.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner10 {
    background: url(../../assets/img/survey_banner/banner10.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner11 {
    background: url(../../assets/img/survey_banner/banner11.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner12 {
    background: url(../../assets/img/survey_banner/banner12.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner13 {
    background: url(../../assets/img/survey_banner/banner13.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner14 {
    background: url(../../assets/img/survey_banner/banner14.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .banner15 {
    background: url(../../assets/img/survey_banner/banner15.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .img-animate-fading {
    animation: fading 4s infinite;
  }
  @keyframes fading {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .bus-img {
    height: 220px;
    margin: 20px 0;
  }
  @media only screen and (max-device-width: 1680px), only screen and (max-width: 1680px) {
    .survey-banner {
      min-height: 245px;
    }
  }
  @media only screen and (max-device-width: 1600px), only screen and (max-width: 1600px) {
    .survey-banner {
      min-height: 230px;
    }
  }
  @media only screen and (max-device-width: 1440px), only screen and (max-width: 1440px) {
    .survey-banner {
      min-height: 210px;
    }
  }
  @media only screen and (max-device-width: 1400px), only screen and (max-width: 1400px) {
    .survey-banner {
      min-height: 200px;
    }
  }
  @media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
    .survey-banner {
      min-height: 110px;
    }
    .bus-img {
      height: 100px;
    }
  }
  .cntdrag {
    color: red;
  }
  .btn-boxnew {
    float: left;
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 10px;
  }
  .DropClass .btn-txt {
    float: left;
    width: 100%;
    height: 48px;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
  }
  .btn-boxnew .btn-txt {
    float: left;
    width: 100%;
    height: 48px;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
  }
  /*Banner Carousel END*/
  .QuestionTitle strong {
    font-weight: 700 !important;
  }
  .QuestionTitle .sub-question {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
  }
  .drop-box-brand-logo {
    width: 50%;
    margin: 20px auto 20px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
    padding: 20px;
  }
  .selected-scale {
    display: flex;
    min-height: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .selected-scale-num {
    font-size: 30px;
    font-weight: 700;
    float: left;
  }
  .selected-scale-text {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    min-height: 24px;
    align-items: center;
    float: right;
  }
  .selected-scale-text i {
    font-size: 22px;
    color: #db0007;
    margin-right: 5px;
  }
  .selected-brand-logos {
    height: 220px;
    max-height: 220px;
    width: 100%;
    margin: 8px 0 20px 0;
    background-color: rgba(241, 241, 241, 0.5);
    padding: 20px;
  }
  .drop-here-txt {
    text-align: center;
    font-size: 14px;
  }
  .dropped-logos {
    height: 220px;
    max-height: 160px;
    overflow-y: auto;
  }
  .portfoliologos {
    width: 50px;
    margin: 0 auto;
  }
  .btn.DragClass {
    width: 200px;
    float: left;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: all-scroll;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    white-space: normal;
    text-transform: none;
    padding: 10px 10px !important;
  }
  .icon-drag {
    color: #ccc;
    font-size: 20px;
    margin-left: 8px;
  }
  .dropped-logos .btn.DragClass {
    width: 100% !important;
    height: auto;
    float: none;
    margin: 4px 0;
  }
  .ps-brand-text {
    display: none;
  }
  .dropped-logos .btn.DragClass .ps-brand-text {
    font-size: 18px;
    display: block;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
  }
  .dropped-logos .btn.DragClass img {
    display: none;
  }
  .QuestionTitle {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  /*FORM CUSTOM RADIO Button*/
  div.ps-option {
    display: flex;
  }
  .ps-option input {
    color: #17181c;
    font-size: 16px;
  }
  div.ps-option, .ps-option label {
    width: 100%;
  }
  div.ps-option {
    margin: auto;
    max-width: 44em;
    padding: 0 1.5em;
  }
  .ps-option label {
    display: block;
    margin: 0 0.2em;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .ps-option label:first-child input {
    border-radius: 2em 0 0 2em;
  }
  .ps-option label:last-child input {
    border-radius: 0 2em 2em 0;
  }
  .ps-option input {
    border-radius: 0;
    box-shadow: 0.15em 0.15em 1em #f3f4f8 inset, -0.15em -0.15em 1em #cccdd1 inset, 0.15em 0.15em 0.45em #c1c2c5, -0.15em -0.15em 0.45em #ffffff;
    cursor: pointer;
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
    height: 2em;
    transition: all 0.1s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .ps-option label .ps-num {
    position: relative;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    font-size: 10pt;
    left: 0;
    top: -30px;
    cursor: pointer;
  }
  .ps-option input:checked {
    box-shadow: -0.15em -0.15em 0.45em #db0007 inset, 0.15em 0.15em 0.45em #db0007 inset, 0 0 0 #db0007, 0 0 0 #db0007;
    background-color: #db0007;
  }
  .ps-option input:checked + .ps-num {
    color: #FFFFFF;
  }
  .ps-option input:checked + span {
    opacity: 1;
  }
  .ps-option input:focus {
    outline: transparent;
  }
  .ps-option input + span {
    opacity: 0.65;
    transition: opacity 0.1s ease-in-out;
    font-size: 10px
  }
  .ps-icon {
    color: #DB0007;
  }
  /*FORM CUSTOM RADIO Button END*/
  /*PORTFOLIO SURVEY END*/
  @media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
    /*PORTFOLIO SURVEY*/
    .drop-box-brand-logo {
      width: 100%;
    }
    div.ps-option {
      max-width: 24em;
      padding: 0;
    }
    .ps-option label {
      font-size: 10px;
    }
    .btn.DragClass {
      width: 155px;
    }
    .dvDrapboxbrandlogoParent .option-txt {
      width: 155px !important;
    }
    .ps-icon {
      font-size: 14px;
    }
    .dropped-logos .btn.DragClass .ps-brand-text {
      font-size: 14px;
    }
    .selected-brand-logos {
      max-height: 170px;
    }
    .dropped-logos {
      max-height: 110px;
    }
    /*PORTFOLIO SURVEY END*/
  }
  @media only screen and (max-device-width: 375px), only screen and (max-width: 375px) {
    .btn.DragClass {
      width: 140px;
    }
  }
  .dvDrapboxbrandlogoParent .btn-boxnew {
    border: 0px;
  }
  .dvDrapboxbrandlogoParent .option-txt {
    min-height: 40px;
  }
  .dvDrapboxbrandlogoParent .option-txtsub {
    float: left;
    vertical-align: middle;
    width: 70%;
    text-align: center;
    margin-top: 4px;
  }
  .dvDrapboxbrandlogoParent .DropClass {
    min-height: auto;
  }
  .dvDrapboxbrandlogoParent .dropped-logos .option-txt {
    width: 99%;
    float: left;
    display: block;
  }
  .dvDrapboxbrandlogoParent .btn.DragClass .icon-drag {
    float: right;
  }
  .decription-big {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .emoji-box {
    width: 500px;
    margin: auto;
    max-width: 100%;
  }
  .emoji-bx-3 {
    width: 14.28%;
    float: left;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 10px;
    background-color: transparent;
    transition: all ease-in .3s;
  }
  .emoji-selected, .emoji-bx-3:hover {
    background-color: #db0007;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 40%);
  }
  .qstn-bx-emj {
    float: left;
    width: 100%;
    padding: 20px;
    padding-top: 30px;
    border: solid 1px #ffbc0d;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .aligner-clmn {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .q1-box .card-body {
    background-color: rgba(255, 188, 13, 0.4);
    border-radius: 10px;
    margin: auto;
    width: 300;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .q1-texts {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .btn-main-bx {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .btn-home {
    width: 220px;
    height: 120px;
    background-color: #ffbc0d;
    border-radius: 20px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    line-height: normal;
    margin-top: 20px;
    transition: all ease-in .3s;
    cursor: pointer;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 6%), 0 7px 10px -5px rgb(0 0 0 / 7%);
  }
  .btn-home:hover {
    background-color: #db0007;
    color: #ffffff;
  }
  .footer-box {
    position: fixed;
    bottom: 0px;
    left: 0;
    padding: 10px;
    color: #999999;
    text-align: center;
    z-index: 1;
    background-color: #000000;
    width: 100%;
  }
  #preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    /* change if the mask should have another color then white */
    z-index: 9009;
    /* makes sure it stays on top */
  }
  #status {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    margin: -150px 0 0 -150px;
    /* is width and height divided by two */
  }
  .completed-box {
    width: 200px;
	  max-width: 100%;
    height: auto;
    margin: auto;
    margin-top: 40px;
  }
  @media (max-width:1024px) {
    .btn-main-bx {
      flex-direction: column;
    }
    .btn-home {
      width: 200px;
      height: 100px;
      font-size: 2.3rem;
    }
    #status {
      width: 250px;
      height: 250px;
      position: absolute;
      left: 50%;
      /* centers the loading animation horizontally one the screen */
      top: 50%;
      /* centers the loading animation vertically one the screen */
      margin: -125px 0 0 -125px;
      /* is width and height divided by two */
    }
  }
  @media (max-width:360px) {
    .footer-box {
      font-size: 11px;
    }
    h2 {
      font-size: 24px;
      line-height: normal;
    }
    .navbar-default .brand {
      padding-left: 0px;
      padding-right: 0;
    }
    .logo {
      height: 32px;
    }
    .btn-home {
      width: 180px;
      height: 90px;
      font-size: 2rem;
    }
  }
  .hom-btn {
    margin-top: 16px;
    float: left;
    margin-left: 20px;
    width: 40px;
  }
  .home-icon-btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #f6c143;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    transition: all ease-in .3s;
  }
  .home-icon-btn:hover {
    background-color: #d93134
  }
	main {
		min-height: calc(100vh - 60px)!important;
	}
	.dropdown-menu .active > a, .dropdown-menu .active > a:focus, .dropdown-menu .active > a:hover {
    background-color: #c8252c;
}
	.btn.DragClass {
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1)!important;
}
.dropdown-menu .active>a, .dropdown-menu .active>a:focus, .dropdown-menu .active>a:hover {
	background-color: #c8252c!important;
}
.form-control {
font-size: 16px !important;
color: #000 !important;
  }
.page-title {
    color: #c8252c!important;
}
strong {
    font-weight: bold;
    text-decoration: none;
}