@media only screen and (max-width: 600px) {
.hero-top .btn-cwb_button img.btn-cwb_button_thumb {
    border: none;
    border-radius: 100%;
    background-color: #008851;
    max-height: 70px;
    width: auto;
    margin: 0px auto auto auto;
    height: 100% !important;
    border: 6px solid #fff;
    padding: 17px;
    overflow: visible;
}

.internal-banner-container {
    margin-top: 0px !important;
}

.header-top-highlighted-second a.button {
    width: 50%;
}

/*div#block-visitus {
    width: 50%;
}

div#block-callus {
    width: 50%;
}

div#block-footer-2 {
    width: 50%;
}

div#block-socialmedialinks {
    width: 50%;
} */

.col-md-6.col-lg-3 {
    width: 40%;
}

.footer .row {
    justify-content: center;
}


}

.region.region-header-top-highlighted-second {
    display: block;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (min-width: 600px) {
.header-top-highlighted form#search-block-form {
    display: none;
}
div#block-dropdownsearch {
    display: none;
}
}

.dropdown-toggle .expanded-icon, .dropdown-toggle .collapsed-icon {
    margin: 0 auto;
    height: 30px;
    margin-top: -60px;
    margin-left: -20px;
    font-size: 18px;
}

@media only screen and (max-width: 600px){
.button:first-child {
    background-color: transparent;
}
}