/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


#mobile-version {
	
	
}
.mobile-logo {
  width: 180px;
  margin: 10px auto 0;
}
.top-title {
  color: #d7262a;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

.img-small img {
  display: block;
  width: 100%;
  height: auto;
}
.mobile-steps {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.black-text {
  color: #000;
  text-align: center;
  display: block;
}
.single-step h3 {
  color: #d7262a;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 5px;
}
.single-step p {
  color: #000;
  font-size: 13px;
  line-height: 17px;
  margin: 0;
}
a.next-btn,
a.last-btn {
  position: fixed;
  bottom: 0;
  background: #d7262a;
  color: #fff;
  width: 100%;
  left: 0;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
.label-field {
  color: #d7262a;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 10px;
  font-style: italic;
}
.label-text {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 20px;
  font-style: italic;
}

.custom01 input[type='radio'] {
  display: none;
}
.custom01 label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
.custom01 label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.custom01 input[type='radio']:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  border-radius: 100%;
}

.custom02 input[type='radio'] {
  display: none;
}
.custom02 label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
.custom02 label::before,
.custom02 label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.custom02 label::before {
  left: 1px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.custom02 label:hover::before {
  background: #fff;
}
.custom02 label::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #d7262a;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.custom02 input[type='radio']:checked + label::before {
  background: #fff;
  border: 1px solid #d7262a;
}
.custom02 input[type='radio']:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-option input {
  margin: 3px 10px 0 0;
  float: left;
}
.radio-option label {
  float: left;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.radio-option > div {
  display: block;
  overflow: hidden;
  width: 100px;
  margin: 0 auto;
}
.result h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  padding: 0 10px;
  margin: 0 0 40px;
  font-style: italic;
  color: #000;
}
.result p {
  margin: 0 0 20px;
  color: #000;
  font-weight: 400;
  padding: 0 10px;
}
.desktop-view {
  display: block !important;
}
.mobile-screen {
  display: none !important;
}
.red {
  color: #d62528 !important;
}
.label-text.small-text {
  font-size: 14px;
}
.highlight {
  border: 1px solid #d62528 !important;
}
@media (max-width: 768px) {
	body {
  /*background: url(../img/rb-background-2.jpg) no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
		*/
}
  .header-section {
    display: none !important;
  }
  .desktop-view {
    display: none !important;
  }
  .mobile-screen {
    display: block !important;
  }
}
