@media (max-width: 575px) {
  .font-responsive {
    font-size:0.8rem;
  }
}

@media (min-width: 575px) {
  .font-responsive {
    font-size:1rem;
  }
}


.captchaContainer {
  background-color: #fff;
  border: 1px solid #858e95;
  padding: 20px 30px 20px 30px;
  width: auto;
  margin: 0 auto;
}
.captchaWrapper {
  line-height: 0;
}
.captchaWrapper, .captchaContainer {
  display: inline-block;
  float: left;
}
#hiddenCaptcha {
  display: none;
}
#hiddenCaptcha:checked + .captchaLabel:after {
  max-width: 25px;
  opacity: 1;
  overflow: inherit;
}
.captchaLabel {
  font-weight:300;
  color: #858e95;
  padding: 2px 0 0 20px;
  position: relative;
  display: block;
  float: left;
   margin:0;
}
.captchaLabel:after {
  font-family: FontAwesome;
  position: absolute;
  content: '\f00c';
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  font-size: 30px;
  top: -8px;
  left: -24px;
  color: #85DA08;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.captchaBox {
  width: 24px;
  height: 24px;
  padding: 0;
  outline: none;
  border: 1px solid #858e95;
  border-radius: 2px;
}

.boxHover {
  background-color: #fff;
}
.boxHover:hover {
  cursor: pointer;
  border: 2px solid #858e95;
}
.scaleDown {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(0.2,0.2);
}
.circle {
  border-top: 1px solid #858e95;
  border-right-color: transparent;
  border-bottom: 1px solid #858e95;
  border-left-color: transparent;
  border-radius: 25px;
  background-color: #fff;
}
.scaleUp {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all .6s ease;
  transform: scale(1,1);
}
.rotation {
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -ms-transition: all 4s ease-out;
  transition: all 4s ease-out;
  transform: rotate(1080deg);
}
.fadeOut {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all .6s ease;
  border-color: transparent;
  outline:0;
}
.captchaError {
  box-shadow: 0 0 1px 1px #E53935;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

@media (max-width: 420px) {
  [type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #868e96;
}
}

@media (min-width: 420px) {
  [type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #868e96;
}
}





[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ED1C24;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.radius-full {
	border-radius: 50px;
	padding: 0.75rem 1.75rem;
	line-height: 14px;
	font-weight: 300;
}

.margin-5-vertical {
	margin: 5% 0; 
}

.margin-5-top {
	margin-top: 5%; 
}

.margin-4-top {
	margin-top: 4%; 
}

.margin-7-top {
	margin-top: 7%; 
}

.margin-6-top {
	margin-top: 6%; 
}

.margin-2-top {
	margin-top: 2%; 
}

.margin-1-top {
	margin-top: 1%; 
}

.margin-10-top {
	margin-top: 10%; 
}

.red-font {
	color: #ED1C24;
}

.margin-5-left {
	margin-left:5%
}

.margin-5-right{
	margin-right:5%
}

.border-right {
    border-right: 1px solid #858e95;
}
@media (max-width: 575px) {
  .no-padding {
	padding: 3px;
}
}

@media (min-width: 575px) {
  .no-padding {
	padding: 0;
}
}

