.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{

}
h1{

}
h2{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
h3{

}
.brand-logo img {
    width: 155px;
}

/* Override for header menu items */
.header .metismenu .metismenu-item a {
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Encode Sans Condensed',sans-serif;
}
/* Add header styling border */
.header {
    border-bottom: 20px solid #ebebeb;
    border-top: 15px solid #0188cb;
}
.header.container-header .metismenu>li.level-1.active>a {
    color: rgba(1, 140, 211, 1);
}
/* Override for search button on property search module */
.search .zw-search .btn {
    background-color: rgba(1, 24, 38, 1);
    border-color: rgba(1, 24, 38, 1);
}
/* Override for tick list items */
.tick li::before {
    color: rgba(1, 140, 211, 1);
}
/* Override for testimonials section */
.testimonials {
    background-color: rgba(1, 24, 38, 1);
}
.splide__pagination__page.is-active {
    background: rgba(1, 140, 211, 1) !important;
}
/* Get in Touch homepage form */
.home .bottoma {
    background-color: rgba(1, 140, 211, 1);
    color: #fff;
}
#contact_submit {
    background-color: rgba(1, 24, 38, 1);
    border-color: rgba(1, 24, 38, 1);
}
/* Override for Fontawesome home icon */
i.fas.fa-home {
    margin-right: 5px;
}