@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText-Regular.eot");
  src: url("../fonts/SFProText-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFProText-Regular.woff2") format("woff2"),
    url("../fonts/SFProText-Regular.woff") format("woff"),
    url("../fonts/SFProText-Regular.ttf") format("truetype"),
    url("../fonts/SFProText-Regular.svg#SFProText-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText-Medium.eot");
  src: url("../fonts/SFProText-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFProText-Medium.woff2") format("woff2"),
    url("../fonts/SFProText-Medium.woff") format("woff"),
    url("../fonts/SFProText-Medium.ttf") format("truetype"),
    url("../fonts/SFProText-Medium.svg#SFProText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Regular.woff") format("woff"),
    url("../fonts/SFProDisplay-Regular.ttf") format("truetype"),
    url("../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: url("../fonts/SFProDisplay-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.woff") format("woff"),
    url("../fonts/SFProDisplay-Medium.ttf") format("truetype"),
    url("../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff"),
    url("../fonts/SFProDisplay-Bold.ttf") format("truetype"),
    url("../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  color: #1f252a;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
}
.t-h1,
.t-h2,
.t-h3,
.t-h4,
.t-h5,
.t-h6 {
  font-family: "SF Pro Display", sans-serif;
}
a {
  color: #375cfb;
}
.text-underline {
  text-decoration: underline !important;
}
.btn {
  font-weight: 600;
  font-family: "SF Pro Display", sans-serif;
  border-radius: 8px;
  font-size: 18px;
  padding: 12px 20px;
}
.btn-theme {
  background: #113dfa;
  color: #fff;
}
.btn-theme:hover,
.btn-theme:focus {
  color: #fff;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
}
.btn-min {
  min-width: 180px;
}
select.form-control {
  height: 56px !important;
}
.form-control:hover,
.form-control:focus {
  outline: none;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08) !important;
}
textarea.form-control {
  height: auto;
  min-height: 62px;
}
.btn-secondary {
  background: #e4e9fe;
  color: #414b58;
  border: 1px solid #e4e9fe;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #113dfa;
  border-color: #113dfa;
}
.t-h1,
h1 {
  font-size: 40px;
}
.t-h2,
h2 {
  font-size: 36px;
}
.t-h3,
h3 {
  font-size: 26px;
}
.t-h4,
h4 {
  font-size: 22px;
}
.t-h5,
h5 {
  font-size: 20px;
}
.t-h6,
h6 {
  font-size: 18px;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 600 !important;
}
a {
  color: #113dfa;
}
a:hover {
  text-decoration: none;
  color: #113dfa;
  opacity: 0.9;
}
.fs-16 {
  font-size: 16px;
}
.text-blue {
  color: #113dfa;
}
.text-blk {
  color: #1f252a;
}
.sf-text {
  font-family: "SF Pro Text", sans-serif;
}
.text-primary {
  color: #375cfb !important;
}
.text-success {
  color: #83b975 !important;
}
.text-dim {
  color: #c4cbd3 !important;
}
.text-gb {
  color: #dadfe4 !important;
}
.text-bl20 {
  color: #97a4b2 !important;
}
.text-bl40 {
  color: #8090a1 !important;
}
.text-bl60 {
  color: #627285 !important;
}
.text-bl80 {
  color: #515f6e !important;
}
.text-bl100 {
  color: #414b58 !important;
}
.text-bl140 {
  color: #1f252a !important;
}
.text-wt120 {
  color: #fcfdfd !important;
}
.fs-xl {
  font-size: 65px;
}
.text-upper {
  text-transform: uppercase;
}
.form-control {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  border-color: transparent;
  font-size: 16px;
  height: 50px;
  font-family: "SF Pro Text";
}
.form-control::placeholder {
  color: #8090a1;
  opacity: 1;
}
.form-control.form-control-a {
  background-color: #ffffff;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 8%);
  border-radius: 6px;
  border-color: #fff;
  border-width: 0px;
  border-left: 6px solid #5d7bfc;
  padding: 0.575rem 0.75rem;
}
.t-input {
  font-weight: 500;
  font-size: 16px;
  color: #303841;
}
.flex-wrp {
  display: flex;
  justify-content: space-between;
}
.flex-wrp-center {
  align-items: center;
}
.wrap-content {
  position: relative;
}
.vh-100 {
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url(../img/survey/survey-bg.jpg);
  background-image: url(https://test-hq3.propnex.net/img/survey/survey-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
.tagline {
  font-style: italic;
}
.ls-logo {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.bg-blur {
  background: rgba(93, 123, 252, 0.4);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
  border-radius: 16px 0 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  height: 100%;
}
.divider {
  height: 1px;
  background: #fff;
  width: 100%;
}
.main-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.form-wrp {
  background: #fff;
  padding: 30px 15px;
  border-radius: 0 16px 16px 0;
  height: 100%;
  min-height: 730px;
}
.main-wrapper .progress {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.progress-bar {
  width: 100%;
  background: #c7d3eb;
  margin-right: 3px;
  height: 6px;
  border-radius: 8px;
}
.progress-bar.active {
  background: #113dfa;
}
.shadow-wrp {
  background: #fcfdfd;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  position: relative;
}
.shadow-wrp .info {
  padding: 20px;
}
.c-info {
  padding: 15px 20px;
}
.pr-none {
  padding-right: 0;
}
.pl-none {
  padding-left: 0;
}
.header {
  background: #1f252a;
  transition: all 0.5s;
  z-index: 997;
  height: 50px;
}
.header.sticked {
  border-color: #fff;
  border-color: #eee;
}
.site-footer {
  height: 500px;
  background: #f1f3f5;
}
.check-title {
  font-size: 18px;
  font-weight: 500;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
  display: inline-block;
}
.check input[type="radio"] {
  margin: 5px 0 0 0;
}
.form-wrapper {
  overflow-y: auto;
  max-height: 500px;
  padding: 0 15px 15px 15px;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
}
.form-wrapper::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  height: 6px;
}
.form-wrapper::-webkit-scrollbar-track {
  background: #d1d9fe;
  border-radius: 10px;
}
.form-wrapper::-webkit-scrollbar-thumb {
  background: #849bfd;
  border-radius: 10px;
}
.select-wrp {
  position: relative;
}
.select-wrp .prepend {
  width: 32px;
  height: 32px;
  background: #113dfa;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-wrp select {
  padding-left: 60px;
  color: #8090a1;
}
.italic {
  font-style: italic;
}
input[type="checkbox"] {
  margin: 0;
}
.check .custom-radio {
  display: flex;
  align-items: center;
}
.check-inline {
  display: flex;
  align-items: baseline;
}
.check-inline .item {
  margin-right: 15px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #adb7c3;
  border-radius: 100%;
  background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #375cfb;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-check-label {
  font-weight: 400;
}
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  overflow: hidden;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
input[type="checkbox"]:not(:checked) + label:before {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 1px solid #adb7c3;
  border-radius: 4px;
}
input[type="checkbox"]:not(:checked) + label:after {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 1px solid #adb7c3;
  z-index: 0;
  border-radius: 4px;
}
input[type="checkbox"]:checked + label:before {
  top: 2px;
  left: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
input[type="checkbox"]:checked + label:after {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 1px solid #adb7c3;
  z-index: 0;
  background: #113dfa;
  border-radius: 4px;
}
.no-scroll {
  overflow: auto;
}
.bg-complete {
  background-image: url(../img/survey/complete.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 8px;
}
.bg-complete:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 127.65%
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlap {
  position: relative;
  z-index: 2;
}
.multi_step_form #msform fieldset {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}
select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}
/*Lucky Draw CSS*/
.ru-counter {
    font-size: 4rem;
    font-weight: 600;
    color: #113DFA;
}
.scan-widget {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.scan-widget img {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 8px;
    width: 100%;
    max-width: 200px;
}
.draw-card {
/*    background: #F7C802 url(../img/draw-bg.jpg);*/
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    
}
.draw-card img{
    width: 100%;
   border-radius: 16px;
   box-shadow: .525rem .525rem 0 rgba(0,0,0,.2);
}
.draw-card-body{
    text-align: center;
    border-radius: 16px;
    position: absolute;
    left: 12%;
    right: 12%;
    top: 20px;
    margin: 0 auto;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#slideshow{
    margin: 0 auto;
    position: relative;
    list-style: none;
    -webkit-perspective: 700px;
    perspective: 700px;
    height: 138px;
    align-items: center;
    padding-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-radius: 16px;
}

#slideshow li {
    position: absolute;  
    font-size: 3rem;
    font-weight: 600;
    transform-origin: 0 100%;
}
#slideshow li.current {
    transition: all 0.4s ease-out;
    opacity: 1.0;
}
#slideshow li.in {
    opacity: 0.0;
    transform: rotate3d(1, 0, 0, -90deg);
}
#slideshow li.out {
    transition: all 0.4s ease-out;
    opacity: 0.0;
    transform: rotate3d(1, 0, 0, 90deg);
}
#confetti-canvas {
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
}
.ld-text {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 600;
  background: rgb(244,180,29);
  background: -moz-linear-gradient(top, rgba(244,180,29,1) 0%, rgba(255,230,35,1) 50%, rgba(244,180,29,1) 100%);
  background: -webkit-linear-gradient(top, rgba(244,180,29,1) 0%,rgba(255,230,35,1) 50%,rgba(244,180,29,1) 100%);
  background: linear-gradient(to bottom, rgba(244,180,29,1) 0%,rgba(255,230,35,1) 50%,rgba(244,180,29,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b41d', endColorstr='#f4b41d',GradientType=0 );
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.min-height-auto{
  min-height: initial !important;
}
.cn .language-en {
  display: none;
}
.en .language-cn {
  display: none;
}
.btn-group .flag-img {
    width: 20px;
    margin-right: 5px;
    vertical-align: -4px;
}
.dropdown-menu-dark {
  background: #343a40;
  color: #fff;
  border-color: #343a40;
}
@media screen and (max-width: 1500px) {
    .logo {
        width: 370px;
    }
    #slideshow{
      height: 110px;
    }
}
@media screen and (min-width: 1400px){
  .col-xxl-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1366px) {
    .t-h2 {
        font-size: 35px;
    }
    .t-h3,
    h3 {
        font-size: 26px;
    }
    .form-control {
        font-size: 14px;
    }
    .logo {
        width: 280px;
    }
    .t-input {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
    }
    .form-control {
        height: 46px;
    }
    select.form-control {
      height: 46px !important;
    }
    /*.form-wrapper {
        height: 400px;
    }*/
     #slideshow li{
      font-size: 2.5rem;
    }
    .select-wrp .prepend{
      top: 7px;
    }
}
@media screen and (max-width: 1199px) {
    .ls-logo {
        width: 220px;
    }
}
@media screen and (max-width: 991px) {
    .bg-blur {
        border-radius: 16px 16px 0 0;
    }
    .form-wrp {
        border-radius: 0 0 16px 16px;
    }
    .pr-none {
        padding-right: 15px;
    }
    .pl-none {
        padding-left: 15px;
    }
    .bg-blur {
        padding: 50px 20px;
    }
    .logo {
        width: 250px;
    }
    .btn {
        padding: 10px 20px;
        font-size: 18px;
    }
    .form-wrapper {
/*        height: 100%;*/
        overflow: auto;
    }
    .bg-complete{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .form-wrp{
      min-height: initial;
    }
}
@media screen and (max-width: 768px) {
    .main-wrapper,
    .form-wrp {
        padding: 15px;
    }
    .logo {
        width: 50%;
    }
    .flex-sm-col {
        flex-direction: column;
    }
    .text-sm-left {
        align-items: flex-start;
    }
    .c-info {
        padding: 10px 25px;
    }
    .page-no {
        font-size: 14px;
    }
    .check-title {
        font-size: 18px;
    }
    .btn-min {
        min-width: 120px;
    }
}
@media screen and (max-width: 576px) {
    .t-h3, h3{
        font-size: 22px;
    }
    .btn {
        padding: 10px 20px;
        font-size: 16px;
    }
    .shadow-wrp .info {
        padding: 20px 15px;
    }
    .ls-logo {
        width: 150px;
    }
    .bg-blur{
        padding-bottom: 20px;
    }
    .form-wrp {
        padding-left: 0;
        padding-right: 0;
    }
    .form-wrp > label, .main-wrapper .progress{
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-wrp{
        padding-left: 15px;
        padding-right: 15px;
    }
    .shadow-wrp .border-left{
        border-left:none !important;
    }
    #slideshow{
      height: 50px;
    }
    #slideshow li{
      font-size: 1.75rem;
    }
    .btn-group .btn{
      border-radius: 8px !important;
    }

}