
.title {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

#searchForm {
    text-align: center;
    margin-bottom: 20px;
}


#searchDivFAQ {
    position: relative;
    width: 75%;
    margin: 0 auto;
}
#searchInput {
    background: #fff;
    font-weight: 400;
    height: 60px;
    font-size: 16px;
    color: #666;
    letter-spacing: 0;
    line-height: 60px;
    padding: 0 0 0 20px;
    width: 100%;
}
#searchFAQSubmit {
    position: absolute;
    top: 0!important;
    right: 10px;
    height: 60px;
    width: 60px;
    background: none;
    border: none;
    background: url(https://www.emtp-software.com/site/img/icon-search.png) no-repeat;
    background-size: 20px 20px;
    background-position: 20px 20px;
}
/*
#categories {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
*/
/*
.category {
    padding: 0px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #B6B6B6;
    width: 19%;
    margin-right: 10px;
    height: 150px;
    background-color: #ebebeb;
    margin-top: 5%;
    display: inline-block;
    text-align: center;
    color: black;
    vertical-align: middle;
}*/
.imgCategory {
    margin-top: 10%;
    width: 70px;
}

.textCategory {
    font-size: 90%;
}

.category:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid black;
}

.contactUs {
    background-color: #ebebeb;
    text-align: center;
    padding: 40px 0;
    margin-top: 30px;
}
#contactBtn {
    width: auto;
    display: inline-block;
    padding: 12px 18px!important;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: white!important;
    background-color: #FF6E31;
    background-image: none;
    border: 1px solid white;
    border-radius: 0px;
    font-weight: bold;
}

.contactUs > p {
    font-size: 14pt!important;
    padding:0px 15px;
}


.FollowUs {
    text-align: center;
    margin: 30px 0;
}

.FollowUsText {
    font-size: 14pt!important;
    font-weight: bold;
}

.icon {
    display: inline-block;
    margin: 0 1%;
    width: 45px!important;
}

.FaqAnswer h4 {
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 0px;
}
.FaqAnswer {
    margin: 3%;
}