.help-center-section{
    margin-top:70px !important;
}
.transfer-name .title {
    font-size: 16px;
}
.transfer-name .content {
    font-size: 14px;
    margin-top: 10px;
    font-style: italic;
}
.transfer-icon i{
    font-size: 2rem;
    color: #C7EB6B;
}
.transfer-item:hover{
    cursor: pointer;
    background: #C7EB6B36 !important;
}
.bg-bread-help{
    padding-top: 70px !important;
}
.question-list li{
    margin-top: 15px;
}
.question-list li:hover{
    color: #C7EB6B;
    cursor: pointer;
}
.question-list li i{
    font-size: 15px;
}
.answers-list img{
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.answers-list{
    font-size: 16px;
    margin-top: 15px;
}
.fa-right-baner{
    margin: 0 5px;
}
.faq-card{
    border-radius: 12px;
    padding: 30px 20px;
    border: 1px solid #C7EB6B;;
    background: white;
}
.faq-6{
    margin-top: 15px;
    font-size: 16px;
}
.section-help{
    padding-left: 170px !important;
    padding-right: 170px !important;
}
.help--question-list {
    padding: 0 30px;
}
@media only screen and (max-width: 767px) {
   .section-help{
        padding-left: 15px !important;
        padding-right: 15px !important;
    } 
    .help--question-list {
        padding: 0 10px;
    }
    .help-center-section{
        margin-top: 30px !important;
    }
    .bg-bread-help{
        padding-top: 30px !important;
    }
}
.text--yellow{
    color: #c7eb6b;
}
.vector-help{
    color: #C7EB6B78 !important;
}
.margin-right-10{
    margin-right: 10px;
}
.font-size-16{
    font-size: 16px;
}
.font-size-13{
    font-size: 13px;
}
.d-block{
    display: block;
}
.help-li:hover{
    background: radial-gradient(circle farthest-corner at 100% 20%, #C7EB6B3b 20%, #c7eb6b40 81.3%);
    border-radius: 12px;
}
.help-ul .span-vector:last-child{
    display: none;
}
.margin-top-0{
    margin-top: 0px !important;
}
.help-form{
    margin-bottom: 20px !important;
}
#help-search {
    border: 2px solid rgb(199 235 107);
    background-color: #fff;
}
#help-search:focus{
    outline: none;
    border-color: #C7EB6B;
    background-color: #fff;
    box-shadow: 0 0 4px 0px rgb(199 235 107)
}