.help_center{
    display: flex;
}
.help_center a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.help_center a:hover{
    color: rgb(218,165,32);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.queries{
    width: 69%;
}
.queries h4,.queries_titles h4{
    border: transparent solid 1px;
    border-bottom-color: rgba(255, 255, 255, 0.253);
    padding-bottom:10px;
}
.queries_titles{
    width: 30%;
    text-align:center;
    padding-left:10px;
    border: transparent solid 1px;
    border-left-color:rgba(255, 255, 255, 0.288);
    margin-left:10px;
}
.queries_titles a{
    width: auto;

}

.query_text{
    margin-top: 10px;
}
.query_text ul{
    margin: 0;
    padding: 0;
}
.query_text h5,h6{
    font-size:15px;
    width:100%;
    text-align: left;
    word-wrap: break-word;
    padding:8px;
}
.query_text h5{
    border: transparent solid 1px;
    border-top-color: rgba(255, 255, 255, 0.295);
}

.query_text li{
    padding: 8px;
    margin-bottom: 10px;
    border: transparent solid 1px;
    border-radius: 10px;
    list-style-type: none;
    box-shadow: rgba(218, 165, 32, 0.329) 0px 1px 3px;
}
.search_form{
    text-align: center;
    border: transparent solid 1px;
    border-bottom-color:white;
    width: 100%;
    margin-bottom: 20px;
}
.search_form a{
    color: rgb(252, 231, 175);
    text-decoration: none;
}
.search_form a:hover{
    color: rgb(218,165,32);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
#id_search_keys{
    width: 50%;    
    height:34px;
    margin: 0;
    padding: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#search_form_btn{
    margin: 0;
    margin-left: -5px;
    width: auto;
    height:34px;
    box-shadow: none;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: rgb(255, 255, 255) 0px 1px 4px;
}
#id_help_text{
    width:100%;
    height:120px;
    max-height:130px;
}
.help_text_input{
    margin: 10px;
    text-align: center;
}
.help_text_input a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.help_text_input a:hover{
    color: rgb(218,165,32);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.help_text_input button{
    background-color: transparent;
    color:rgb(255, 255, 255);
    border: solid rgb(255, 255, 255) 1px;
    border-radius: 5px;
    font-size: 15px;
    padding:5px;
    width:260px;
    padding-left:20px;
    padding-right:20px;
    box-shadow: rgb(255, 255, 255) 0px 1px 4px;
}
.help_text_input button:hover{
    background-color: #ffffff48;
    color:rgb(218,165, 32);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
#div_id_query{
    display: block;
    width: 100%;
}
#id_query,#id_answer,#id_title{
    width: 100%;
    display: block;
}
@media screen and (max-width:900px) {
    .queries_titles{
        width:0;
        text-align:right;
        padding-left:0;
        margin-left:0;
        display: none;
        visibility: hidden;
    }
    .queries{
        width: 100%;
    }
    #id_search_keys{
        width: 65%;    
    }
}
@media screen and (max-width:240px) {
    #id_search_keys{
        width: 100%;
        border-radius: 20px;
    }
    #search_form_btn{
        width: 100%;
        margin-top: 5px;
        border-radius: 20px;
    }
}