* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    background-color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Microsoft JhengHei', 'Arial','Helvetica', 'LiHei Pro', 'Microsoft JhengHei', 'sans-serif' !important;
    scroll-behavior: smooth;
}

a,a:hover,a:focus {
    text-decoration: none;
}

.pc-show{
    display: block;
}

.mobile-show{
    display: none;
}

@media (max-width:767px){

    .pc-show{
        display: none;
    }

    .mobile-show{
        display: block;
    }

}

.header-top{
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px 5px rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index:99;
}

.consult-link{
    padding: 10px;
    display: flex;
    justify-content: end;
}

.consult-link a{
    color: #F39800;
    font-weight: 900;
}

.consult-link i{
    color: #EA5514;
}

.navbar{
    background-color: #fff;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 98;
}

.navbar-brand{
    width: 25%;
    height: 80px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 50px;
}

.logo{
    width: 150px;
}

.navbar-collapse{
    width: 75%;
    height: 80px;
    border-radius: 0 0 0 15px;
    background-color: #5EAB99;
    display: flex;
    justify-content: center;
}

.nav-item{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link{
    color: #fff;
    font-weight: 900;
    font-size: 1.1rem;
}

.nav-link:hover{
    color: #fff;
    opacity:.9;
}

@media (max-width:991px){

    .header-top{
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 4px 2px -2px rgba(0,0,0,.1);
        position: fixed;
        top: 60px;
        left: 0;
        z-index:98;
    }

    .consult-link{
        padding: 5px;
        display: flex;
        justify-content: center;
    }

    .navbar{
        background-color: #F9E4B6;
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .navbar-brand{
        width: unset;
        height: unset;
        padding-right: unset;
        margin-left: 30px;
    }

    .logo{
        width: 100px;
    }

    .navbar-toggler{
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #EA5514;
        color: #fff;
        margin-right: 30px;
    }

    .navbar-collapse{
        width: 100%;
        height: auto;
        border-radius: 0;
        background-color: #F9E4B6;
        display: unset;
        justify-content: unset;
    }

    .navbar-nav{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-link{
        font-size: 1rem;
        color: #EA5514;
    }

}

@media (max-width:767px){

    .consult-link{
        flex-direction: column;
        font-size: .9rem;
    }

}

.banner {
    margin-top: 124px;
    width: 100%;
    padding: 30px;
}

.banner .inner {
    width: 100%;
    height: 100%;
    background-image: url(/docs/images/new/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.inner-left{
    display: flex;
    justify-content: center;
    align-items: end;
}

.inner-left img{
    width: 70%;
}

.inner-right{
    display: flex;
    justify-content: left;
    align-items: center;
}

.inner-right .title{
    width: 100%;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 3px;
    font-size: 2rem;
    font-weight: 900;
    color: #EA5514;
}

.form{
    padding: 45px;
    border-radius: 25px;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3);
    background-color: #5EAB99;
    color: #fff;
    font-weight: 900;
}

.form-head {
    text-align: center;
    margin-bottom: 30px;
}

.hint_text{
    font-weight: 600;
    color: #fff;
}

.form-control{
    border: none;
    height: 45px;
    color: rgb(94, 171, 153,.8);
}

.form-control::placeholder {
    color: rgb(94, 171, 153,.8);
}

.form-control:focus{
    box-shadow: none;
    border: 2px solid #EA5514;
}

.submit_button{
    padding: 5px 40px ;
    border-radius: 25px;
    border: none;
    background-color: #EA5514;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    cursor: pointer;
}

.submit_button:hover{
    opacity: .9;
}

.inner-right .remark-text{
    text-align: center;
    color: #F39800;
    font-weight: 900;
    font-size: 1.1rem;
}

.inner-right .remark-text a{
    color: #EA5514;
    text-decoration: underline;
}

@media (max-width:1499px){

    .inner-left img{
        width: 90%;
    }

}

@media (max-width:1199px){

    .inner-left img{
        width: 100%;
    }

    .inner-left{
        align-items: center;
    }

    .inner-right .title{
        font-size: 1.5rem;
    }

    .form-control{
        height: 40px;
    }

    .inner-right .remark-text{
        font-size: .9rem;
    }

}
@media (max-width:991px){
    .banner{
        margin-top: 94px;
    }
}


@media (max-width:767px){

    .banner{
        margin-top: 114px;
        padding: 0;
    }

    .banner .inner{
        padding-top: 30px;
        padding-bottom: 30px;
        background-image:none;
        background-color: #FAF7E4;
        border-radius:0;
    }
    
    .inner-left{
        align-items: start;
        margin-bottom: 50px;
    }

    .inner-left img{
        width: 350px;
    }

    .inner-right{
        justify-content: center;
    }

    .form{
        padding: 30px ;
    }

    .form-control{
        height: 35px;
        font-size: .9rem;
    }

    .submit_button{
        font-size: 1rem;
    }

}

#consult-section{
    padding: 30px;
    margin-bottom: 150px;
}

#consult-section .slogan-block{
    width: 100%;
    height: 100%;
    background-color: rgba(94, 171, 153, 0.3);
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 100px;
}

#consult-section .slogan-block .slogan{
    font-size: 2rem;
    font-weight: 900;
    color: #5EAB99;
    text-decoration: underline;
    margin-bottom: 45px;
    letter-spacing: 3px;
}

#consult-section .slogan-block .text{
    font-size: 1.5rem;
    font-weight: 900;
    background-color: #F39800;
    color: #fff;
    width: max-content;
    padding: 10px 30px;
    border-radius: 15px;
}

#consult-section img{
    width: 350px;
    position: absolute;
    top: 0px;
    left: 0;
}

.instruction-text{
    font-size: 1.5rem;
    color: #EA5514;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.text-mark{
    background-color: #F9E4B6;
}

.free-consult-link{
    display: flex;
    justify-content: center;
}

.free-consult-link a{
    width:max-content;
    padding: 10px 30px;
    background-color: #5EAB99;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    border-radius: 30px;
    box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.3);
}

@media (max-width:991px){

    #consult-section .slogan-block{
        margin-bottom: 50px;
    }

    #consult-section .slogan-block .slogan{
        font-size: 1.5rem;
    }

    #consult-section .slogan-block .text{
        font-size: 1.25rem;
        padding: 10px 15px;
    }

    #consult-section img{
        width: 100%;
    }

    .instruction-text{
        font-size: 1.25rem;
    }

    .free-consult-link a{
        font-size: 1.25rem;
    }
}


@media (max-width:767px){   

    #consult-section{
        padding: 15px;
        margin-bottom: 50px;
    }

    #consult-section .slogan-block{
        padding: 30px 0;
        margin-bottom: 30px;
    }

    #consult-section .slogan-block .slogan{
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: 30px;
    }

    #consult-section img{
        position: unset;
        max-width: 350px;
        margin: auto;
        margin-bottom: 30px;
    }

    #consult-section .slogan-block .text{
        margin: auto;
        font-size: 1rem;
        text-align: center;
        padding: 10px;
    }

    .instruction-text{
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .free-consult-link{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .free-consult-link a{
        font-size: 1rem;
    }
}

/* service */

#service-section{
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 150px;
    width: 100%;
    height: 100%;
    position: relative;
}

.service-section-bgc{
    width: 100%;
    height: 100%;
    background-color: #FAF7E4;
    position: absolute;
    left: 0;
    top: 0;
}

.circle-left{
    width: 18%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
}

.circle-right{
    width: 25%;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1;
}

.circle-top{
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
}

.circle-bottom{
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
}

.text-circles{
    display: flex;
    justify-content: center;
}

.text-circle-outer{
    margin: auto;
}

.text-circles .text-circle{
    border: 2px solid #EA5514;
    color: #EA5514;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
}

.text-circle-outer:nth-child(2) .text-circle,.text-circle-outer:nth-child(4) .text-circle{
    background-color: #EA5514;
    color: #fff;
}

.feature-cards{
    margin-bottom: 50px;
}

.feature-card-col:nth-child(1){
    border-right: 1px dashed #EA5514;
    border-bottom: 1px dashed #EA5514;
}


.feature-card-col:nth-child(2){
    border-bottom: 1px dashed #EA5514;
}

.feature-card-col:nth-child(3){
    border-right: 1px dashed #EA5514;
}

.feature-card{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

.feature-card img{
    width: 120px;
    margin-bottom: 30px;
}

.feature-card .title{
    width: max-content;
    background-color: #EA5514;
    color: #fff;
    padding: 3px 40px;
    font-size: 1.1rem;
    font-weight: 900;
    border-radius: 25px;
    margin: auto;
}

.text-circles2 .text-circle{
    background-color: #F9E4B6;
    color: #EA5514;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    margin: 0 15px;
}


.condition-item{
    border: 2px solid #EA5514;
    background-color: #fff;
    color: #F39800;
    border-radius: 5px;
    padding: 15px 30px ;
    font-size: 1.25rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.condition-text{
    background-color: #F39800;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    border-radius: 50px;
    padding: 10px 30px ;
    width: max-content;
    margin: auto;
    margin-top: 50px;
}

@media (max-width:767px){

    #service-section{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 00px;
    }

    .service-section-bgc{
        height: 64%;
    }
    
    .circle-top{
        top: 0px;
    }

    .circle-bottom{
        bottom: 0px;
    }

    .text-circles{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .text-circle-outer{
        width: 50%;
        margin-bottom: 15px;
    }

    .text-circles .text-circle{
        font-size: 1.25rem;
        margin: auto;
    }

    .text-circle-outer:nth-child(1) .text-circle,.text-circle-outer:nth-child(4) .text-circle {
        background-color: transparent;
        color: #EA5514;
    }

    .text-circle-outer:nth-child(2) .text-circle,.text-circle-outer:nth-child(3) .text-circle {
        background-color: #EA5514;
        color: #fff;
    }

    .feature-cards{
        margin-bottom: 80px;
    }

    .feature-card-col:nth-child(1){
        border-right: none;
        border-bottom: none;
    }
    
    .feature-card-col:nth-child(2){
        border-bottom: none;
    }

    .feature-card-col:nth-child(3){
        border-right: none;
    }
    
    .feature-card .title{
        font-size: 1rem;
    }
    
    .condition-item{
        border: 2px dashed #EA5514;
    }

    .condition-text{
        font-size: 1.25rem;
        margin-top: 30px;
    }

}

/* notice */

#notice-section{
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
    margin-bottom: 100px;
}

#notice-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FAF7E4;
    width: 25%;
    height: 100%;
    border-radius: 0 15px 15px 0;
}

#notice-section::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FAF7E4;
    width: 15%;
    height: 100%;
    border-radius: 15px 0 0 15px;
}

.bulb-img{
    width: 120px;
    position: absolute;
    top: -120px;
    left: -30px;
    z-index: 1;
}

.money-img{
    width: 150px;
    position: absolute;
    bottom: -30px;
    right: 10% ;
    z-index: 1;
}

.section-title{
    font-size: 2rem;
    font-weight: 900;
    background-color: #F9E4B6;
    color: #EA5514;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.notice-content .content{
    display: flex;
    align-items: center;
    padding: 30px;
    border-bottom: 2px dashed #5EAB99;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 3px;
    position: relative;
    color: #F39800;
}

.notice-content .content i{
    position: absolute;
    right: -12px;
    bottom: -8px;
    color: #5EAB99;
    font-size: 15px;
}

.notice-content .number{
    background-color: #5EAB99;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-right: 30px;
}


@media (max-width:1199px){
    .section-title{
        margin-left: 100px;
    }

    .bulb-img{
        left: 30px;
    }
}

@media (max-width:991px){

    .section-title{
        margin-left: 0;
        font-size: 1.5rem;
        width:120px;
        height:120px
    }

    .bulb-img{
        width: 100px;
        top: -100px;
        left: -30px;
    }

    .notice-content .content{
        font-size: 1.25rem;
    }

    .money-img{
        width: 120px;
        bottom: 5px;
    }

}

@media (max-width:991px){

    #notice-section{
        padding-bottom: 100px;
        margin-bottom: 50px;
    }

    .notice-content .content{
        border-bottom: 1px dashed #5EAB99;
    }

    .notice-content .content i{
        font-size: 10px;
        right:-6px;
        bottom: -5px;
    }

    .section-title{
        margin-left: 0;
        font-size: 1.25rem;
        width:100px;
        height:100px
    }

    .bulb-img{
        width: 60px;
        top: -30px;
        left: 0px;
    }

    .notice-content .content{
        font-size: 1rem;
        padding: 15px;
    }

    .notice-content .number{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .money-img{
        width: 80px;
        bottom: 5px;
    }

}

/* success */

#success-section{
    border-radius: 25px;
    background-image: url(/docs/images/new/success-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
    margin-bottom: 100px;
}

#success-section .section-title{
    font-size: 2rem;
    font-weight: 900;
    background-color: #EA5514;
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 30px;
}

#success-section .swiper{
    border-radius: 15px;
}

#success-section .case-card{
    padding: 100px;
    background-color: #fff;
}

#success-section .card-title{
    width: max-content;
    background-color: #5EAB99;
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 5px;
}

#success-section .card-text{
    color: #F39800;
    font-weight: 600;
}

.swiper-button-prev,.swiper-button-next{
    width: 30px;
    height: 30px;
    background-color: #EA5514;
    border-radius: 50%; 
    color: #fff;
}

.swiper-button-prev{
    left: 20px;
}

.swiper-button-next{
    right: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 15px;
    font-weight: 900;
}

@media (max-width:991px){

    #success-section{
        padding: 60px;
    }
}

@media (max-width:767px){

    #success-section{
        padding: 100px 0px 30px 0;
        margin-bottom: 50px;
    }

    #success-section .section-title{
        font-size: 1.25rem;
        width: 100px;
        height: 100px;
        position: absolute;
        top: -70px;
        right: 15px;
        z-index: 2;
    }

    #success-section .case-card{
        padding: 30px 15px;
    }
    
    #success-section .card-title{
        font-size: 1rem;
        padding: 5px 10px;
        margin: auto;
        margin-bottom: 15px;
    }

    #success-section .card-text{
        max-width: 75%;
        margin: auto;
        font-size: .9rem;
    }

    .swiper-button-prev{
        left: 15px;
    }

    .swiper-button-next{
        right: 15px;
    }
}

/* footer */

footer{
    border-radius: 15px 15px 0 0;
    background-color: #5EAB99;
    color:#fff;
    width: 95%;
    margin: auto;
    padding: 30px;
    text-align: center;
}

footer .title{
    font-size: 1.25rem;
}

footer a{
    color:#fff;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
}

footer a:hover{
    background-color: #fff;
    color: #5EAB99;
}

.dash{
    width: 100%;
    border: 1px dashed #F9E4B6;
    margin: 30px 0;
}

.text-yellow{
    color: #F9E4B6; 
}

.copyright{
    font-size: .9rem;
}

@media (max-width:767px){

    footer{
        padding: 30px 15px;
        font-size: .9rem;
    }

    footer .title{
    font-size: 1rem;
}

    footer a{
        font-size: 1rem;
    }
}

.floating-btn{
    position: fixed;
    right: 30px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.floating-btn img{
    width: 50px;
}

@media (max-width:767px){
    .floating-btn{
        right: 15px;
        bottom: 30px;
    }

    .floating-btn img{
        width: 45px;
    }

}

.modal-body{
    padding: 40px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #6c757d;
    text-align: center;
}

.modal-body i{
    font-size: 4rem;
    color: #5EAB99;
}

#privacy-section{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 124px;
    width: 100%;
    font-weight: 900;
    letter-spacing: 3px;
}

.page-top{
    padding: 30px 50px;
    background-color:  #F9E4B6;
    color: #EA5514;
    border-radius: 25px;
    margin-bottom: 50px;
}

.page-bottom{
    padding:  30px 50px;
    background-color:  #FAF7E4;
    color: #F39800;
    border-radius: 25px;
}

.page-bottom .title{
    color: #EA5514;
    margin-bottom: 15px;
}

@media (max-width:767px){

    #privacy-section{
        margin-top: 114px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-top{
        padding: 30px 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    .page-bottom{
        padding: 30px 15px;
    }

}
