body {
    background-color: #ffffff;
    position: relative;
}
.boarding_bg1{
    background:#f2f4ef;
    text-align:center;
}
.boarding_bg3{
    background:#fafafa;
    text-align:center;
}
.boardingWrap {
    background-color: #fff;
    padding: 2px 20px 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 604px;
    position: absolute;
    left: calc(50% - 600px + 612px);
    top: 200px;
    border: 6px rgba(51,100,55,.3) solid;
    z-index: 1;
}
.boardingWrap h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #333;
}
.boardingWrap .form-group {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.boardingWrap input[type="text"],
.boardingWrap input[type="email"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.boardingWrap input[type="text"]:nth-child(2) {
    margin-left: 20px; 
}
.boardingWrap .submit-button {
    background-color: #ff6700;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    margin-top: 2px;
}
.boardingWrap .submit-button:hover {
    background-color: #e65c00;
}
.faq_h4{
    padding-top: 56px;
    padding-bottom: 10px;
    font-size: 30px;
    color: #333;
    text-align: left;
}
.faq_toggle{
    width: 568px;
    text-align: left;
    padding-bottom: 60px;
}
.faq_toggle li{
    
}
.faq_title{
    border-bottom:1px #ddd solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 19px;
    cursor: pointer;
    padding-top: 30px;
    padding-bottom: 30px;
}
.faq_title img{
    width: 18px;
}
.faq_img_top img{
    transform: rotate(180deg);
}
.faq_content{
    font-size: 18px;
    padding: 15px 0px 40px;
    color: #959595;
    line-height: 1.8;
    display: none;
}