#faq-banner{padding:80px 0;background-image: url(../images/faq/faq-back.png);background-size: cover;background-repeat: no-repeat;background-position: center;}


#faq-banner h2{text-align: center;color: #fff;}
#faq-banner form{display: block;margin:50px auto;width: 80%;position: relative;}
#faq-banner input{width: 100%;padding-left: 15px;border-radius: 5px;height: 64px;border: 1px solid transparent;display: block;padding-left: 60px;background: url(../images/faq/searchfaq.png) no-repeat 20px center #fff;background-size: 20px auto;}
#faq-banner .flex-box{display: flex;gap: 20px;}

#faq-banner .flex-box .flex-faq {
    flex: 1;
    border-radius: 10px;
    background-color: #D4F1E9;
    padding: 32px 49px 50px;
    padding-right: 70px;
    background-position: 90% 32px;
    background-repeat: no-repeat;
    background-size: 50px auto;
    width: 490px;
}
#faq-banner .flex-box .flex-faq:nth-child(1){background-image: url(../images/faq/banicon1.png);}
#faq-banner .flex-box .flex-faq:nth-child(2){background-image: url(../images/faq/banicon2.png);}
#faq-banner .flex-box .flex-faq:nth-child(3){background-image: url(../images/faq/banicon3.png);}
#faq-banner .flex-box .flex-faq b{font-size: 22px;display: block;margin-bottom: 10px;}
#faq-banner .flex-box .flex-faq p{font-size: 16px;color: #666666;}

@media(max-width:1000px){
    #faq-banner{padding:30px 0;}
    #faq-banner form{width: 100%;margin:20px auto}
    #faq-banner .flex-box {flex-wrap: wrap;}
    #faq-banner .flex-box .flex-faq{flex:0 0 100%;padding: 20px;background-size: 32px;background-position: 96% 25px;}
    #faq-banner .flex-box .flex-faq b{font-size:16px}
    #faq-banner .flex-box .flex-faq p{font-size:12px}
}


#faq-page{padding:100px 0;background-color: #ECECEC;}

#faq-page .top-box{background-color: #fff;padding:30px;}
#faq-page .top-box h2{margin-bottom: 20px;position: relative;}
#faq-page .top-box h2::before{width:100%;content:"";display:inline-block;margin-right:20px;width:21px;height:21px;left:35%;top:10px;background: url(../images/faq/top-icon.png) no-repeat;background-size:100% 100%}
#faq-page .top-box h2::after{content:"Common Questions";font-size: 50px;font-weight: bold;position: absolute;color: rgba(51, 51, 51, 0.05);z-index: 0;top: -15px;width: 100%;left: 0;}
#faq-page .top-box ul{overflow: hidden;}
#faq-page .top-box ul li{width: 32%;margin-right: 2%;padding:0 30px;float: left;}
#faq-page .top-box ul li:nth-child(3n){margin-right: 0;}
#faq-page .top-box ul li a{display: block;line-height: 20px;margin-bottom: 18px;width: 95%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}


#faq-page .bottom-box {overflow: hidden;margin-top: 40px;}
#faq-page .bottom-box .faq-list{border-radius: 10px;position: relative;;width: 32%;margin-right: 2%;margin-bottom: 2%;background-color: #fff;padding:30px;float: left;height: 240px}
#faq-page .bottom-box .faq-list:nth-child(3n){margin-right: 0;}
#faq-page .bottom-box .faq-list b{display: block;font-size: 18px;padding-bottom: 10px;margin-bottom: 10px;border-bottom:1px solid #ddd;padding-right:80px;}
#faq-page .bottom-box .faq-list>a{position: absolute;top:30px;color: #239564;right:30px;}
#faq-page .bottom-box ul li a{display: block;line-height: 20px;margin-bottom: 18px;width: 95%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}


@media(max-width:1440px){
    #faq-page .top-box h2::after{font-size:40px;}
}

@media(max-width:1000px){
    #faq-page{padding:30px 0;}
    #faq-page .top-box h2{margin-bottom:20px;}
    #faq-page .top-box h2::after{font-size:30px;text-align:left;}
    #faq-page .top-box ul li{padding:15px;width:100%;border-top:1px solid #ccc}

    #faq-page .bottom-box .faq-list{width:49%;}
    #faq-page .bottom-box .faq-list:nth-child(3n){margin-right:2%}
    #faq-page .bottom-box .faq-list:nth-child(2n){margin-right:0%}
    
}

@media(max-width:768px){
    #faq-page .top-box{padding:15px;}
    #faq-page .top-box h2::after{font-size: 25px;}
    #faq-page .bottom-box .faq-list{width:100%;padding:15px;}
    #faq-page .bottom-box{margin-top: 15px;}
    
}





#faq-search{padding:30px 0;background-color: #fff;position: relative;}
#faq-search h2{font-size: 22px;}
#faq-search form{display: block;position: absolute;left:0;right:0;top:27px;width: 450px;margin:0 auto}
#faq-search form input{display: block;width: 100%;padding-left: 15px;border-radius: 5px;height: 50px;border: 1px solid #ccc;display: block;padding-left: 60px;background: url(../images/faq/searchfaq.png) no-repeat 20px center #fff;background-size: 20px auto;}


#faq-box{background-color: #f5f5f5;padding:25px 0 50px;}

#faq-box .faq-cate{float: left;width: 28%;background-color: #fff;padding:34px 44px;}
#faq-box .faq-cate ul li>a{font-size:16px;font-weight: bold;display: block;position: relative;}
#faq-box .faq-cate ul li>a i {
    position: absolute;
    right: 44px;
    top: 2px;
    font-size: 20px;
}
#faq-box .faq-cate ul li.active>a{color: #239564;}
#faq-box .faq-cate ul li.active>a i{color: #239564;}
#faq-box .faq-cate ul li .child-box{border-left: 1px solid #ccc;padding:5px 0;margin:15px 5px;padding-left: 5px;display: none;}
#faq-box .faq-cate ul li .child-box a{font-size: 14px;line-height: 24px;margin-bottom: 5px;margin-left: 10px;display: block;}
#faq-box .faq-cate ul li .child-box a.on{color: #239564;}

#faq-box .faq-con-box{float: right;width: 71%;background-color: #fff;padding:34px 44px;}
#faq-box .faq-con-box h2{text-align: left;margin:20px 0;}
#faq-box .faq-con-box .position a{color: #888;font-size: 14px;}

#faq-box .faq-con-box .con-box-list a{display: block;font-size: 18px;line-height: 27px;padding:18px 0;border-bottom: 1px solid #E8E8E8;color: #555;}

#faq-box .faq-con-box .con-box{line-height: 1.6;}


@media(max-width:1440px){
    #faq-box .faq-cate{padding: 25px}
    
    #faq-box .faq-con-box{padding: 25px}
}


@media(max-width:1000px){
    #faq-box .faq-cate{width: 100%;position: relative;padding: 15px;}
    #faq-box .faq-cate ul{position: absolute;width: 100%;left: 0;top:50px;display: none;padding: 15px;background-color: #fff;z-index: 3;}
    #faq-box .faq-cate::before{content:"Q&A Menu >";display: block;width: 100%;font-size: 16px;font-weight: bold;}
    #faq-box .faq-con-box{width: 100%;margin-top: 20px;padding:15px;}
    #faq-box .faq-cate ul {height: 20vh;overflow-y: auto !important;}
    #faq-box .faq-cate ul li .child-box{display: block;opacity: 1;}

    #faq-search form{position: relative;margin-left: 0;width: 100%;}
    #faq-search form input{height: 40px;font-size: 14px;}
}


@media(max-width:768px){
}





