body{
  margin: 0;
  font-weight: normal !important;
  /*font-family: "Poppins", arial, tahoma;*/
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

.rating, .head-logo {
  position: relative;
}
.head-logo {
  height: 100%;
  background-size: cover;
  background-position: right center;
}
.head-logo img {
  display: block;
  width: 100%;
}

.head-logo-home {
  width: 100%;
  height: 100%;
  background-size: 500px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.head-logo-home img {
  display: block;
  width: 100%;
}

.footer-logo-home {
  width: 100%;
  height: 100%;
  background-size: 300px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.head-logo-row {
  /*background-color: #2F3720;*/
  background-image: url('/static/uploads/banner_logo.jpeg'); ;
  height: 300px;
}

#select-lang{
  position: absolute;
  top: 310px;
  right: 10px;
  height: 40px;
  width: 90px;
  text-align: left;
  font-size: 12px;
  padding-right: 15px;
}

#select-lang-home{
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 90px;
  text-align: left;
  font-size: 12px;
  padding-right: 15px;
}

.font-weight-bold{
  font-weight: bold;
}

#thankyou-note{
  /*max-width: calc(100% - 190px);*/
  display: block;
  margin: 40px auto 5px;
}
.indent2em{
  text-indent: 2em;
  text-align: center;
}

/* .shop-names{
  text-align: right;
  margin-right:10px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  } */
  @media (max-width: 600px){
    .indent2em{
      text-indent: 2em;
      text-align: left;
    }
  }
  @media (min-width:600){
    .indent2em{
      text-indent: 2em;
      text-align: center;
    }
  }


.container-custom{
  width: 100%;
  max-width: 560px;
}

.container-custom .rating{
  display: inline-block;
  width: 19%;
  text-align: center;
  height: 52px;
  padding-top: 34px;
}
.container-custom .rating input{
  display: none;
}
.container-custom .rating label{
  width: 12px;
  height: 12px;
  /* border: 2px solid white; */
  border: 1px solid #000000 !important;
  border-radius: 50% !important;
  /* border-radius: 5px; */
  cursor: pointer;
  position: relative;
}



div.hdyk{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.hdyk input[type="radio"]:checked+label{
  font-weight: bold;
}

.hdyk input{
  margin-right: 5px;
  margin-left: 5px;
}

.comment-input{
  display: block;
  width: 100%;
  height: 80px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.space-separator{
  height: 20px;
}

#submit-survey{
  width: 150px;
  padding: 10px 0;
  display: block;
  margin: 0 auto;
}

.question span{
  display: none;
  color: red;
  font-style: italic;
  margin-left: 5px;
}

.question.error{
  font-weight: bold;
}

.question.error span{
  font-weight: normal;
  display: inline;
}

.smiley{
  /* width: 48px;
  height: 48px;
  display: block; */
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
    top: -40px;
    left: -11px;
}

.btn-dark{
  background-color: #001542 !important;
  border-color: #001542 !important;
}

#thankyou-btn{
  /* width: 150px; */
  padding: 10px 20px;
}

@media (max-width: 800px) {
  .head-logo-home {
    background-size: 70% auto;
  }
  .footer-logo-home {
    background-size: 40% auto;
  }
}


