.plan_btn{
    background: #66D37E;
    text-align: center
}
.plan_btn .row{
    padding: 0px;
    margin: 0px
}
.plan_btn .plan_a img{
    padding: 0px 0px 30px;
}
.plan_btn img{
    width: 240px;
    height: 200px;
    margin-left: 20px;
    transition: .5s
        
}
.plan_btn h3{
    color: #FBFFA3;
    margin-bottom: 10px
}

.plan_btn  h4{
    color: white;
    margin-bottom: 15px
}

.plan_a,.plan_b{
    padding-top: 15px;
    transition: .5s
}

.plan_a:hover,.plan_b:hover{
    background: #54c16c;
}

.plan_a:hover img,.plan_b:hover img{
    transform: scale(1.1)
}

@media screen and (max-width: 768px) {
   
  .plan_btn img{
    margin-left: 0px;
    width: 150px;
    height: 100px;
        
}
    .plan_btn .plan_a img{
    padding: 0px 0px 10px;
    } 
    .plan_btn .plan_b img{
    padding: 15px 0px 10px 0px;
    } 
    
    .plan_btn .container{
        padding: 0px
    }
}

/*方案頁面*/
.plan_descrip{
    text-align: center
}
.red-color{
    color: red;
    font-size: 50px;
    padding: 0px 10px
}
.plan_text{
    width: 480px;
    margin: auto;
    font-weight: 500
}


.green_box{
    width: 100%;
    background-color: #66D37E;
    padding: 20px 0px;
    color: white;
    list-style: none;
}
.green_box ul{
    text-align: left;
    width: 600px;
    margin: auto
}
.green_box ul li{
    color: #FBFFA3;
    line-height: 33px;
    font-size: 18px
}
@media screen and (max-width: 768px) {
    .plan_text{
    width: 100%;
    }
    .green_box ul{
    width: 100%;
}
}



#fh5co-portfolio-list li.one-third {
  width: 32%;
}

.plan_form{
    padding: 20px 0px
}
.demo-check{
    background-color: #66D37E;
    color: #FBFFA3;
    text-align: center;
}
.demo-check label{
    font-weight: 300;
    font-size: 18px
        
}


.demo-check input[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.demo-check input[type='radio'] {
  padding: 0;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  top: 3px;
  background-color: #93dea4;
      
    
}
.demo-check input[type='radio']:checked {
  background-color: #006917;
  border-color: white;
}

.plan_form form{
    text-align: left;
    width: 60%;
    margin: auto
}

@media screen and (max-width: 768px) {
    #fh5co-portfolio-list li.one-third {
  width: 100%;
}
    .plan_form form{
    width: 100%;
}

}

/*聯絡頁面*/
.contact_green{
    background:#66D37E;
}
.contact_green .row{
padding: 0
}
.contact_text{
padding: 30px 20px;
    text-align: left
    
}
.contact_text p{
    color: white;
}
.contact_text p span{
    color: #ff4f4f;
    font-weight:500
}

.contact_web_btns{
    padding: 40px 0px 0px 0px;
}
.contact_web_btns .contact_btn_a,.contact_web_btns .contact_btn_b{
    text-align: center;
    width: 320px;
    padding: 20px 10px;
    font-size: 20px;
    color: white;
    margin: auto;
    margin-bottom: 30px;
    border: solid 1px white;
    transition: .5s
}
.contact_web_btns img{
    width: 70px;
    margin: 0px 20px 0px 0px;
}
.contact_web_btns .contact_btn_a:hover,.contact_web_btns .contact_btn_b:hover{
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px)
}

.contact_options .contact_option_a,
.contact_options .contact_option_b{
    display: inline-block;
    font-size: 20px;
    color: #6c6c6c;
    font-weight: 900;
    padding: 40px 20px 5px 20px;
    margin: 10px;
    box-sizing: border-box;
    transition: .2s
}

.active_con{
    border-bottom: solid 5px #66D37E;
}

.contact_options .contact_option_a:hover,
.contact_options .contact_option_b:hover{
   border-bottom: solid 5px #66D37E;
}
.upload_box{
    margin:0px
}
.upload_btn{
    border: solid 2px #66D37E;
    color: #56b76b;
    width: 100px;
    padding: 5px;
    margin: 10px 0px;
    border-radius: 0px;
}

.upload_btn:hover{
    background-color: #d9ffe1;
}

@media screen and (max-width: 768px) {
    .contact_web_btns{
    padding: 0px;
}
    .contact_text{
        width: 100%;
    }
    .contact_web_btns{
        position: relative;
         margin-left: 30px;
    }
}


.contract-close{
    font-size: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


















/*-------select---------*/

.pure-css-select-style {
    width:100%;
    overflow: hidden;
    height: 45px;
    margin-bottom: 30px
}

.pure-css-select-style select {
    width: 100%;
    padding-right: 38px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;

    /* Hide arrow on FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
}

/* Hide arrow on IE10*/
.pure-css-select-style select::-ms-expand {
    display: none;
}

.pure-css-select-style optgroup {
    color: inherit;
    font: inherit;
}

/* IE9: To hide select arrow we make the select overflow on the right side there is not another way :( */
@media screen and (min-width:0) {
    .pure-css-select-style select {
        width: calc(100% + 58px);
    }
}

/* Theme default with line -------------------------------------------------- */
.theme-default-w-line {
    position: relative;
    border: 1px solid #e2e2e2;
    background: #fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E') right 20px center no-repeat;
}

.theme-default-w-line:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    border-left: 1px solid #e2e2e2;
}

.theme-default-w-line select {
    padding: 13px 20px;
    font: 400 18px/1 'Open Sans', sans-serif;
    color: #9d9d9d;
}