body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
}

button {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
}

.wrap {
    margin: auto;
    width: 360px;
    height: auto;
}

.language-picker {
    text-align: right;
}

.language-picker select {
    margin: 2px;
}

.container {
    padding: 20px;
}

.logo {
    overflow: auto;
}

.logo img {
    display: block;
    margin-bottom: 5px;
    max-height: 240px;
    max-width: 360px;
}

.group {
    display: block;
    padding-top: 20px;
    width: auto;
    height: auto;
    max-height: 110px;
    max-width: 110px;
}

.branch_heading {
    height: auto;
    font-size: 18px;
    font-weight: normal;
}

.hr {
    margin: 10px 0;
    height: 1px;
}

.name {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.position {
    margin-top: 3px;
    font-style: normal;
    font-weight: lighter;
}

.address-container {
    margin-top: 20px;
}

.address-heading {
    font-weight: Bold;
    margin-bottom: 2px;
}

.address {
    height: auto;
    max-height: 220px;
    font-style: normal;
}

.gps {
    font-size: 20px;
    text-decoration: none;
}

.social-container {
    margin-top: 30px;
    height: auto;
    text-align: center;
}

.social-link {
    display: inline-block;
    padding: 0 5px;
}

.social-link a {
    font-size: 20px;
    padding: 0;
}

.footer {
    text-align: center;
    margin: 40px auto 0;
    height: 38px;
}

.footer #count {
    font-size: 12px;
}

.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.contact_button_box {
    position: relative;
    height: 34px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.conbutt {
    display: inline-block;
    height: 34px;
    min-width: 100px;
    flex: 1;
}

.conbsub {
    display: inline-block;
    margin-top: 10px;
    height: 34px;
    width: 100%;
    line-height: 14px;
}

.divider {
    top: 5px;
    width: auto;
    display: inline-block;
}

.custom-buttons {
    margin-top: 20px;
}

.custom-button {
    margin-top: 10px;
    height: 34px;
    line-height: 34px;
    width: 100%;
}

.profile {
    margin-top: 20px;
    overflow: hidden;
}

.profile_image {
    float: right;
    height: 170px;
    width: 130px;
}

.contact_details {
    float: left;
    height: auto;
    width: 190px;
}

.contact_text:link, .contact_text:visited, .contact_text:hover {
    display: block;
    margin-bottom: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    font-weight: lighter;
}

.contact_heading {
    display: block;
    margin-bottom: 2px;
}

.fa {
    padding: 10px;
    font-size: 25px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    margin: 5px 5px;
}

.fa:hover {
    opacity: 0.7;
}

.copyright {
    margin: 5px auto 0 auto;
    line-height: 20px;
    width: 300px;
    color: #000;
    font-size: 12px;
}

.copyright .name {
    font-weight: 800;
    font-size: 12px;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #F00;
}

a:active {
    text-decoration: none;
}