.radio_style .radio_inline {
  margin: 2px;
  /*min-width: 100px;*/
  text-align: center;
  display: inline-block;
  min-width: 26px;
}

.radio_style .radio_inline label {
  margin: 0;
  width: 100%;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
  border-radius: 5px;
  font-weight: normal;
  font-weight: normal;
  transition: all 0.1s;
  border: 1px solid #ddd;
}

.radio_style input {
  position: fixed;
  top: -9999999999999%;
}

.radio_style .radio_inline input[type="radio"]:not(:checked) + label {
  color: #999;
}

.radio_style .radio_inline input[type="radio"]:checked + label {
  color: white;
  border-color: #f39c12;
  background-color: #f39c12;
}

.radio_style .radio_inline input[type="radio"]:focus + label {
  outline: 1px auto rgba(243, 156, 18, 0.5);
}

.clear {
  margin-top: 30px;
}

.ks-page-content-body {
  padding-top: 0 !important;
}

.ks-column ks-page {
  margin-bottom: 30px !important;
}

.ks-page-content-body{
  margin-top: 50px !important;
}

.ks-page-content{
  margin-bottom: 40px !important;
}

.thank-you-box{
  font-size: 16px;
  margin-top: 60px;
  color: red;
}