*,
*:before,
*:after {
    box-sizing: border-box;
}


 


a{color: #323232;}

/* body {
  padding: 1em;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #b9b9b9;
  background-color: #e3e3e3;
} */

h4 {
   /*  color: #7ed321; */
    font-size: 14px;
}

input,
input[type="radio"]+label,
input[type="checkbox"]+label:before,
select option,
select {

    -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;


    width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
input[type="radio"]+label,
input[type="checkbox"]+label:before{ background-color: #EFEFFB; }

input:focus {
    outline: 0;
    border-color: #e6e6e6;
}

input:focus+.input-icon i {
    color: #494b3e;
}

input:focus+.input-icon:after {
    border-right-color: #e6e6e6;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label,
select {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    border-radius: 0;
}

input[type="radio"]+label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

input[type="radio"]+label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

input[type="radio"]+label i {
    padding-right: 0.4em;
}

input[type="radio"]:checked+label,
input:checked+label:before,
select:focus,
select:active {
    background-color: #77C3EB;
    color: #fff;
    border-color: #e6e6e6;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    position: relative;
    display: block;
    padding-left: 1.6em;
}

input[type="checkbox"]+label:before {
    position: absolute;
    top: 0.2em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    padding: 0;
    content: "";
}

input[type="checkbox"]+label:after {
    position: absolute;
    top: 0.45em;
    left: 0.2em;
    font-size: 0.8em;
    color: #fff;
    opacity: 0;
    font-family: FontAwesome;
    content: "\f00c";
}

input:checked+label:after {
    opacity: 1;
}

select {
    height: 3.4em;
    line-height: 2;
}

select:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

select:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

select:focus,
select:active {
    outline: 0;
}

select option {
    background-color: #e6e6e6;
    color: #494b3e;
}

.input-group {
    margin-bottom: 1em;
    zoom: 1;
}

.input-group:before,
.input-group:after {
    content: "";
    display: table;
}

.input-group:after {
    clear: both;
}

.input-group-icon {
    position: relative;
}

.input-group-icon input {
    padding-left: 1em;
}

.input-group-icon .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4em;
    height: 3.4em;
    line-height: 3.4em;
    text-align: center;
    pointer-events: none;
}

.input-group-icon .input-icon:after {
    position: absolute;
    top: 0.6em;
    bottom: 0.6em;
    left: 3.4em;
    display: block;
    border-right: 1px solid #e5e5e5;
    content: "";
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.input-group-icon .input-icon i {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.container {


    margin: 0em auto;
    background-color: #fff;
}

.row {
    zoom: 1;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}


/* .col-half100 {
  padding-right: 10px;
  float: left;
  width: 100%;
} */

.col-half {
    padding-right: 10px;
    float: left;
    width: 50%;
}

.col-half:last-of-type {
    padding-right: 0;
}

.w50 {
    float: left;
    width: 50%;
   
}
.w75 {
    margin-right: 2%;
    float: left;
    width: 73.5%;
}

.w25 {
 margin-right: 2%;
    float: left;
    width: 23.5%;
}
 
.pr0{ margin-right: 0px;}

.col-third {
    padding-right: 10px;
    float: left;
    width: 33.33333333%;
}

.col-66 {

    float: left;
    width: 66.666666%;
}


.col-third:last-of-type {
    padding-right: 0;
}



.btn100 {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: left;
    border-radius: 0;

    padding: 1em;
    line-height: 1.4;

    border-radius: 3px;
    background-color: #fd880b;
    color: #fff;
    border: #e67d0d 1px solid;
}
 
.singoutt{
   margin-top: 50px;
}

.btn_bg{background-color:#fd880b!important; color: #fff}

.btn50 {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    border-radius: 0;

    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.btn30 {
    background-color: #2175f3;
    width: 50%;
    color: #fff;
    display: table;
    margin: auto;
    float: none;
    margin-top: 10px;
    text-align: center;
    padding: 1em;
    line-height: 1.4;
    border-radius: 10px;
    box-shadow: 3px 3px 4px #4a4a4a;
}


@media only screen and (max-width: 540px) {
    .col-half {
        width: 100%;
        padding-right: 0;
    }
}