.nav-label-2 {
    text-transform: none;
    font-size: 32px;
    line-height: 35px;
    margin: 60px 0px 20px;
}
.nav-label-2 span{
    float: left;
}
.nav-label-2 small{
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    margin-left: 10px;
}
@media (max-width: 991px){
    .nav-label-2{
        margin: 40px 0px 20px;
        font-size: 18px;
        line-height: 22px;
    }
    .nav-label-2 small{
        font-size: 14px;
        line-height: 22px;
    }
}

#helpcenter_search_form{
    /*margin: 40px 0px 0px;*/
    margin: 0px;
}
@media (max-width: 767px){
    #helpcenter_search_form .btn{
        margin: 20px 0px 0px;
    }
}

#helpcenter_search_form .btn-lg{
	font-size: 15px;
    line-height: 20px;
}

.helpcenter-search-delete-box{
    margin-top: 10px;
    font-weight: 400;
}
.helpcenter-search-delete{
    cursor: pointer;
}


.category-container{
    margin: 0px 0px 0px;
}
.category-container .box{
    background: #fff;
    color: #010101;
    border: 1px solid #e52712;
    font-size: 16px;
    line-height: 20px;
    float: left;
    margin: 0px 10px 15px 0px;
    padding: 10px 15px 8px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}
.category-container .box.active,
.category-container .box:hover,
.category-container .box:focus{
    background: #e52712;
    color: #fff;
}
@media (max-width: 991px){
    .category-container .box {
        font-size: 14px;
        line-height: 18px;
    }
}

.question-list-container{
    margin-top: 40px;
}
.question-list-box:not(:last-child){
    margin: 0px 0px 30px;
}
.question-list-title{
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}
.question-list-title a{
	display: inline-block;
    color: #3c3c3c;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    transition: color 0.3s ease;
}
.question-list-title a:hover,
.question-list-title a:focus{
    color: #e52712;
}
.question-list-category{
    display: inline-block;
    background: #fff;
    color: #010101;
    border: 1px solid #e52712;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
    padding: 5px 15px 3px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    text-align: center;
    float: right;
    margin-left: 10px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}
a.question-list-category:hover,
a.question-list-category:focus{
    background: #e52712;
    color: #fff;
}
@media (max-width: 767px){
    .question-list-title{
        padding: 4px 0px;
    }
    .question-list-title a {
        font-size: 16px;
        line-height: 18px;
    }
    .question-list-category{
        font-size: 12px;
        line-height: 16px;
        padding: 4px 15px;
    }
}
@media (max-width: 480px){
    .question-list-category{
        max-width: 150px;
        overflow: hidden;
        padding: 4px 8px;
        word-break: break-word;
    }
}

.search-phrase-box{
    margin: -10px 0px 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
@media (max-width: 991px){
    .search-phrase-box{
        font-size: 14px;
        line-height: 16px;
    }
}
