.dentemax .header-logo-image {
    margin-top: 15px;
}

/* .dentist-search-inner .search_zip {
	padding: 20px 15px 5px 15px;
    background-color: #efefef;
    width: 400px;
    border-radius: 10px;
    border: 1px solid #ddd;
}  */

.dentist-search-inner .search_zip, .dentist-search-inner .search_state {
    padding: 20px 15px 5px 15px;
    background-color: #efefef;
    max-width: 400px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.dentist-search-inner .form-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.dentist-search-inner .form-control label {
    flex: 0 0 30%;
}

.dentist-search-inner .form-control input, .dentist-search-inner .form-control select {
    height: auto;
    padding: 6px 8px;
    flex: 0 0 70%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.dentist-search-inner button{
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    background-color: #7db6e3;
    color: white;
}

.contact-dentemax .control button {
  background-color: #7db6e3;
  color: white;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
} 
 

@media screen and (min-width: 25em) {
    .members .dropdown.menu>li.is-dropdown-submenu-parent:nth-child(3)>a {
        padding-left: 1.15rem;
    }
}