.faq-city-list {
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
}

.faq-city-list > li {
    margin-right: 35px;
}

.faq-city-list > li > a {
    font-size: 18px;
}

.faq-search-form {
    margin-bottom: 15px;
}

.faq-search-form input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 18px;
    height: 39px;
}

.faq-search-form button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 18px;

    background: -webkit-linear-gradient(#fb9e23, #dc8004); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fb9e23, #dc8004); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fb9e23, #dc8004); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fb9e23, #dc8004); /* Standard syntax */

    color: white;
}

.faq-category-list h5 {
    font-family: 'Cabin', sans-serif;
}

@media (max-width: 768px) {
    .faq-category-list h5 {
        font-size: 17px !important;
    }
}

.faq-category-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

.faq-category-list ul > li {
    margin-bottom: 8px;
}

.faq-category-list ul > li > a {
    color: #333;
}

.faq-content-box {
    border: 4px solid #f0f0f0;
    border-radius: 5px;
    padding: 25px;
    margin-top: 30px;
}

.faq-content-box .inner {
    margin-bottom: 20px;
}

.faq-content-box .inner .question {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Select containner */

.select-container {
    background: -webkit-linear-gradient(#70afd5, #4c9dcd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#70afd5, #4c9dcd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#70afd5, #4c9dcd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#70afd5, #4c9dcd); /* Standard syntax */

    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.select-container > div {
    background-image: url('../resources/wordmap.png');
    background-position: center;
    background-size: cover;
    padding: 24px;
}

.select-container h5 {
    color: white;
    margin: 0;
}

.select-container form {
    margin-top: 15px;
}

.select-container form .select2-container {
    width: 100%;
}

.select-container form button {
    text-transform: uppercase;
}