.help-title{
    font-size:50px;
    margin-top:40px;
}
.search-bar-header{
    width:530px;
}
.help-nav-tab{
    margin-top:30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #5AB69B;
    font-weight: bold;
}
.nav-link {
    color: #4F545A;
}
.nav-link:focus, .nav-link:hover {
    color: #5AB69B;
}
#footer-form .input-wrap input {
    padding:18px !important;
}
#footer-form .input-wrap button {
    border-radius: 50%;
    padding: 15px 18px;
}
#footer-form .input-wrap {
    border-radius: 50px !important;
    padding:5px 10px !important; 
}
textarea, input[type=text] {
    line-height: 20px !important;
    font-size: 20px !important;
}
@media screen and (max-width: 550px) {
    .help-title{
        font-size:30px;
        margin-top:20px;
    }
    .search-bar-header{
        padding-left:15px;
        padding-right:15px;
    }
}
@media screen and (max-width: 330px) {
    .help-title{
        font-size:20px;
        margin-top:20px;
    }
}
@media (max-width: 1050px) {
    .help-nav-tab {
        overflow-x: auto;
        white-space: nowrap;
    }

    .help-nav-tab .nav {
        flex-wrap: nowrap;
    }
}