/*override*/
.radio {
  margin-bottom: 0;
  margin-top: 0;
}
.radio label {
  padding-left: 0;
}
.checkbox label {
  padding-left: 15px;
  font-weight: 500;
}
.row {
  width: 100%;
}
.row:before {
  display: none;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
button.btn {
  background: #0758a7;
}
/*end override*/
.fa {
  opacity: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + .btn-radio {
  background-image: url("../img/btn_Radio_OFF.png");
  background-repeat: no-repeat;
  height: 62px;
  width: 62px;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="radio"]:checked + .btn-radio {
  background-image: url("../img/btn_Radio_ON.png");
}
label {
  font-weight: 500;
}
label.row.single {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-wrap label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.radio-wrap label:hover i.fa-check,
.radio-wrap label.checked i.fa-check {
  color: #0758a7;
  opacity: 1;
}
.radio-wrap:not(.service) label {
  padding: 30px 15px;
}
.radio-wrap:not(.service) label.checked {
  background-color: rgba(253, 208, 1, 0.3);
}
.radio-wrap:not(.service) .text-wrap {
  padding: 0!important;
}
.radio-wrap .label-wrap {
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
}
body {
  background-color: #fff;
  color: #333;
  font-weight: 600;
}
.form-top {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-top h4 {
  color: #333;
  margin-top: 40px;
  font-size: 1.375em;
}
.form-bottom {
  background-color: #fff;
  font-size: 1.125em;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.form-bottom .choice #donation2 {
  margin: 10px 0;
}
.form-bottom .choice .multi {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-bottom .choice .multi .col {
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
  padding: 10px 15px;
}
.form-bottom .choice .multi .checkbox label.switch {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-bottom .choice label.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-bottom .choice label .checkbox-inline {
  width: 100%;
}
.form-bottom .choice .poster {
  width: 120px;
  border: 1px solid;
  border-color: #0758a7;
  margin: 0 7px;
  text-align: center;
}
.form-bottom .choice .text-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-bottom .choice .toggle {
  margin-right: 20px;
}
.form-bottom .choice .toggle:before {
  left: 17px;
}
.form-bottom .service.radio-wrap label {
  padding: 5px;
  min-height: 66px;
}
.form-bottom .service.radio-wrap .other_service label{
  min-height: 66px;
}
.form-bottom .service.radio-wrap .SelectedService_Other label{
  min-height: 1px;
}
.form-bottom .service .row .col {
  padding: 0!important;
}
.form-bottom .service .row .col .text-wrap {
  cursor: pointer;
  width: 100%;
}
.form-bottom .service .row .col:first-of-type .text-wrap {
  padding: 10px 20px 10px 78px;
}
.form-bottom .service .row .col:not(.text) .text-wrap.checked {
  background-color: rgba(253, 208, 1, 0.3);
}
.form-bottom .service .text-wrap .desc {
  padding-right: 20px;
}
.form-bottom .collect .radio.input {
  padding: 23px 15px 10px 15px;
}
.form-bottom .collect .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-bottom .in-charge .switch {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-bottom .in-charge .checkbox.input {
  padding: 30px 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
  margin-top: 0;
  margin-bottom: 0;
}
.form-bottom .select-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.form-bottom .select-wrap .wrap {
  width: 100%;
}
.form-bottom .select-wrap .wrap select::-ms-expand {
  display: none;
}
.form-bottom .select-wrap .wrap select {
  width: 29%;
  height: 37px;
  color: #333;
  border-width: 0 0 0 1px;
  border-color: #0758a7;
  border-radius: 0;
  cursor: pointer;
  margin-right: 10px;
  background: #fff url("../img/btn_Dropdown.png") no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding: 0 10px;
}
.form-bottom .select-wrap .wrap select:focus {
  outline: none;
}
.form-bottom .select-wrap > .remarks {
  margin: 10px 0;
}
.form-bottom .form-remark {
  margin-top: 60px;
}
.form-bottom .form-remark .remarks {
  margin-bottom: 30px;
  text-decoration: underline;
  text-align: center;
}
.form-bottom .robot {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.form-bottom .robot .remarks {
  margin-bottom: 15px;
}
.remarks {
  color: #0758a7;
}
.header .col,
.multi .col {
  padding-left: 0;
  padding-right: 0;
}
.header {
  width: 100%;
  margin-top: 5px;
  border-bottom: 2px solid rgba(221, 221, 221, 0.5);
  padding: 0px 10px 20px 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.part .header.remarks,
.part .text-wrap,
.multi .row .col {
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
  padding: 10px 15px;
  position: relative;
}
.radio {
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
  padding: 20px 15px;
}
.part {
  color: #0758a7;
}
.part:not(:first-of-type) {
  margin-top: 80px;
}
.part .remarks.sty1 {
  font-weight: 500;
  padding-left: 15px;
  margin-top: 20px;
}
.part .radio .remarks {
  display: block;
}
.part .text-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.part .text-wrap > label:not(.sty1) {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.multi {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.multi .col:not(:last-child) {
  border-right: 1px solid rgba(221, 221, 221, 0.8);
}
.multi.radio-wrap {
  color: #333;
}
.multi.radio-wrap .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.multi.radio-wrap .row .col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.input {
  color: #333;
}
.input .highlight {
  font-weight: bold;
}
/*
select{ color:#333;}
h3.text-success{ color:#FC0;}
h4.text-primary{ color:#FC0;}
a{ color:#FC0;}
.form-top h3{  font-size:1.5em; margin-bottom:20px;}
.form-top h4{ font-size:1.4em; margin-bottom:0;}
#SelectedService_Other{max-width:280px;}
input[type="text"], input[type="password"], textarea, textarea.form-control{
	margin-bottom:6px;
}

@media (max-width: 767px){
	.form-bottom {
		padding: 25px 10px 25px 10px;
	}
}
*/
input[type="text"] {
  width: 100%;
  font-size: 1em;
  outline: none;
  padding: 0;
  margin: 20px 0;
  font-weight: 500;
  line-height: 120%;
}
.switch input[type="checkbox"] {
  display: none;
}
.switch {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.toggle {
  cursor: pointer;
  width: 60px;
  height: 32px;
  border-radius: 32px;
  background-color: #C2C2C2;
  -webkit-transition: .4s;
  transition: .4s;
}
.toggle:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 2px;
  bottom: 0px;
  background-color: transparent;
  background-image: url("../img/check_OFF.png");
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .toggle {
  background-color: #e1e1e1;
}
input:focus + .toggle {
  box-shadow: 0 0 1px #0758a7;
}
input:checked + .toggle:before {
  background-image: url("../img/check_ON.png");
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
@media (min-width: 992px) {
  .part .header .remarks {
    text-align: right;
  }
  .form-bottom .service .row .col:not(.text) .text-wrap:hover {
    background-color: rgba(155, 155, 155, 0.6);
  }
  .radio-wrap:not(.service) label:hover {
    background-color: rgba(155, 155, 155, 0.6);
  }
}
@media (max-width: 1200px) {
  .choice .multi .col:not(:last-child),
  .other .multi .col:not(:last-child) {
    border-right: none;
  }
}
@media (max-width: 1439px) {
  .form-bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .form-bottom .choice .multi .col.special {
    border-bottom: none;
  }
}
@media (max-width: 567px) {
  .radio-wrap.district .label-wrap {
    border-bottom: none;
  }
  body {
    font-size: 0.8em!important;
  }
  body input {
    font-size: 0.8em;
  }
  input.tall {
    margin-top: 50px;
  }
  input[type="radio"] + .btn-radio {
    background-size: contain;
    height: 40px;
    width: 40px;
  }
  .radio-wrap:not(.service) .col {
    border-bottom: 1px solid rgba(221, 221, 221, 0.8);
  }
  .radio-wrap:not(.service) .text-wrap {
    border-bottom: none;
  }
  .form-bottom .service .row .col:first-of-type .text-wrap {
    padding: 10px 15px;
  }
  .multi.service {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .multi.service .col:not(:last-child) {
    border-right: 0;
  }
  .form-bottom .choice .col {
    padding-right: 0;
  }
  .form-bottom .choice .multi .col {
    padding-left: 0;
    padding-right: 0;
  }
  .form-bottom .choice .multi .col .switch {
    padding-left: 0;
  }
  .form-bottom .choice #donation2 {
    margin-top: 40px;
  }
  .form-bottom .choice .toggle:before {
    left: 2px;
  }
  .form-bottom .choice .poster {
    width: 50px;
  }
  .form-bottom .select-wrap {
    padding-left: 0;
  }
  .form-bottom .select-wrap .wrap select {
    width: 27%;
  }
  .district .col.checked {
    background-color: rgba(253, 208, 1, 0.3);
  }
  .radio-wrap.district label.checked {
    background-color: transparent;
  }
  .radio-wrap.district label:hover {
    background-color: transparent;
  }
}
@media (max-width: 400px) {
  .form-bottom .choice .toggle {
    margin-right: 5px;
  }
  .form-bottom .choice .toggle:before {
    bottom: 0px;
  }
  .choice input:checked + .toggle:before {
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -o-transform: translateX(16px);
    transform: translateX(16px);
  }
}
@media (max-width: 350px) {
  .form-bottom .choice .toggle:before {
    bottom: 6px;
  }
}
