.nav-1 .logo {
    margin-top: 12px;
    max-height: 43px;
}

@media screen and (min-width: 768px) {
  .mobile-only {display: none; }
}


nav .btn {
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0px 18px;
    line-height: 43px;
}

.nav-1 .btn {
    margin-top: 15px;
    height: auto;
}

nav ul ul {
    min-width: 160px;
}

select {
    width: 100%;
    line-height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 12px;
    padding-left: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    color: #666;
    border: 1px solid #eee;
    background-color: #fff;
}

.active { 
color:#0785f2;
}

#branch {
    display: inline;
 }

select::-ms-expand {
    /* for IE 11 */
    display: none;
}

input[type="text"] {
    color: #666;
}

nav a:hover {
    color: #0785f2;
}

.footer-5 img {
    max-height: 30px;
    margin-bottom: 20px;
    bottom: 0px;
}

.contact-3 form input[type="text"] {
    width: 100%;
}

.contact-3 h4 {
    margin-bottom: 20px;
}

input[type="submit"] {
    width: 100%;
}

.tab-content a {
    font-weight: normal;
}

.hero-slider h1 {
    margin-bottom: 25px;
    font-weight: normal;
}

.hero-slider h5 {
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}

.header-1 .background-image-holder {
    opacity: 0.5 !important;
}

.slides .background-image-holder {
    opacity: 0.6
}

.hero-slider .btn {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 13px;
}

.cta-4 img {
    max-width: 110px;
    opacity: 0.75;
}

input.field-error,
textarea.field-error,
select.field-error {
    background: #fedde4;
    outline: 0px;
}

@media screen and (max-width: 767px) {
    .cta-4 img {
        max-width: 65px;
        display: inline;
        margin-right: 35px;
    }
    .header-1 .btn {
        display: block;
        max-width: 150px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .features-5 .feature,
    p,
    h4,
    img {
        text-align: center !important;
    }
    .footer-5 img {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .sub a {
        display: block;
        margin-top: 10px;
    }
    .nav-1 .logo {
        margin-top: 20px
    }
    select {
        line-height: 27px;
    }
}