#form .form-reg {
  max-width: 100%;
    padding: 4px;
    margin: 0 auto;
}
.form-reg .control-label{
  font-weight: 600;
}

.form-reg .form-reg-heading,
.form-reg .checkbox {
    margin-bottom: 10px;
}

.form-reg .checkbox {
    font-weight: normal;
}

.form-reg .form-check-label{
        font-weight: normal;  
}
.form-reg .form-check-input {
    font-weight: normal;
    transform : scale(1.5);
     
}
.form-check-label-bold {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 1px;
  cursor: pointer;
  font-size: 18px;
  color: #d30000; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-label-bold input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px #d30000 solid;
 
}

/* On mouse-over, add a grey background color */
.form-check-label-bold:hover input ~ .checkmark {
  background-color: #FFF;
}

/* When the checkbox is checked, add a blue background */
.form-check-label-bold input:checked ~ .checkmark {
  background-color: #d30000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-label-bold input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-label-bold .checkmark:after {
  left: 5px;
  top: -1px;
  width: 7px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
/*-------------------*/
 
.form-reg .form-group{
    margin-bottom: 5px;
}

.form-reg textarea[name="qa3"] {
    resize: none;
}

.form-reg .form-control {
    position: relative;
    height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 30px;
    border-color: #d30000;
}

.form-reg .form-control:focus {
    z-index: 2;
}
 
.form-reg .iconfiles {
  padding: 10px;
  color: #d30000;
  min-width: 30px;
  text-align: center;
}

.form-reg .icondatepicker {
 
  color: #d30000;
  min-width: 20px;
  text-align: center;
}

.form-reg .input-field {
  height: 48px;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 30px;
  border-color: #d30000;
}

.form-reg input[disabled] {
    background-color: #CCC;
}

.btn-submit {
  background-color: #f0233b;
  border-color: #603917;
  color: #FFF;
  font-weight: 200;
  text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;

}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active {
  background-color: #f0233b;
  border-color: #603917;
  color: #FFF;
}
.btn-submit[disabled] {
  background-color: #D85555;
  border-color: #907864;
  color: #FFF;
}
.btn-submit.disabled:hover,
.btn-submit.disabled:focus,
.btn-submit.disabled:active,
.btn-submit.disabled.active,
.btn-submit[disabled]:hover,
.btn-submit[disabled]:focus,
.btn-submit[disabled]:active,
.btn-submit[disabled].active,
fieldset[disabled] .btn-submit:hover,
fieldset[disabled] .btn-submit:focus,
fieldset[disabled] .btn-submit:active,
fieldset[disabled] .btn-submit.active {
  background-color: #D12222;
  border-color: #907864;
  color: #FFF;
}

.form-reg .form-control-feedback{
  right: 12px;
  top: 30px !important;
}

.form-reg .has-error .help-block {
  color: #d30000;
  margin-left : 15px;
}
 .input-lg {
  height: 58px;
  font-size: 18px;
  border-radius: 40px;
  padding: 8px 25px;
  border-color: #d30000;
}

.btn-otp {
  /*background-color: #FFF;*/
  border-color: #666;
  color: #666;
  font-size: 15px;
  padding: 3px 20px 5px 20px;
  border-radius: 45px;
  background-image : linear-gradient(-45deg, #DDD , #FFF);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-otp:hover,
.btn-otp:focus,
.btn-otp:active,
.btn-otp.active {
  background-image : linear-gradient(45deg, #DDD, #FFF);
  border-color: #666;
  color: #666;
}
.btn-otp[disabled] {
  background-color: #EEE;
  border-color: #666;
  color: #666;
}

.form-reg .clr{
  clear:both;
  margin-bottom: 10px;
}

.float_center {
  float: right;
  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}

.form-reg .btn-choice {
  border-color: #aaa;
  color: #666;
  font-size: 14px;
  padding: 8px 40px;
  border-radius: 5px;
  background-image : linear-gradient(180deg, #FFF , #DDD);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.form-reg .btn-choice span {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
}

.form-reg .btn-choice:hover,
.form-reg .btn-choice:focus{
  background-image : linear-gradient(180deg, #e24d79, #ffadae);
  border-color: #333;
  color: #333;
}

.form-reg .btn-choice.active {
  background-image : linear-gradient(180deg, #ffadae, #e24d79);
  border-color: #cc3265;
  color: #333;
}


/*------------*/
.bttradio ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.bttradio li {
  display: inline-block;
}

.bttradio input[type="radio"][id^="cb"] {
  display: none;
}

.bttradio label {
  border: 1px solid #fff;
  padding: 5px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  border-color: #d30000;
  border-radius: 20px;
}

.bttradio label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #f0233b;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.bttradio label img {
  width:140px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

@media (min-width: 767px) {
  
  .bttradio label img {
    width:200px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
}

:checked + label {
  border-color: #f0233b;
  border-radius: 20px;
  background-color: #d30000;
}

:checked + label:before {
  content: "✓";
  background-color: #f0233b;
  transform: scale(1.3);
}

:checked + label img {
  transform: scale(1.4);
  /*box-shadow: 0 0 5px #333;*/
  z-index: -1;
}


 
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;

}

#img-upload1{
    width: 50%;
}

#img-upload2{
  width: 50%;
}

#img-upload3{
  width: 50%;
}
.form-reg .input-group-addon {
  height: 48px;
  font-size: 15px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 8px 24px;
  border-color: #d30000;
}
 