body {
    font-family: Arial, Helvetica, sans-serif;
}

button {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wrap {
    margin: auto;
    width: 360px;
    height: auto;
}

button {
    cursor: pointer;
}

.language-picker {
    text-align: right;
}

.language-picker select {
    margin: 2px;
}

.logo {
    margin: 0 auto 10px;
    display: block;
    height: auto;
    max-height: 240px;
    width: auto;
    max-width: 360px;
}

.group {
    display: block;
    padding-top: 20px;
    width: auto;
    height: auto;
    max-height: 110px;
    max-width: 110px;
}

.branch_heading {
    height: auto;
    text-align: center;
    font-size: 18px;
    font-weight: Bold;
}

.hr {
    margin-top: 10px;
    height: 2px;
}

.name {
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.position {
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: lighter;
}

.profile_container {
    overflow: auto;
    height: auto;
}

.address_heading {
    margin-top: 20px;
    height: auto;
    text-align: center;
    font-size: 18px;
    font-weight: Bold;
}

.address {

    height: auto;
    max-height: 220px;
    width: 360px;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: lighter;
}

.gps {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}

.soc_box {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.social_container {
    margin-top: 20px;
    height: auto;
    max-height: 40px;
    width: 360px;
    text-align: center;
}

.footer {
    position: relative;
    margin: 20px auto auto;
    height: 38px;
    width: 360px;
}

.header {
    text-align: center;
    font-family: "Segoe", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.contact_button_box {
    position: relative;
    height: 34px;
    margin-top: 30px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.conbutt {
    display: inline-block;
    height: 34px;
    min-width: 97px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
    border-radius: 17px;
    flex: 1;
}

.conbsub {
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    height: 34px;
    width: 320px;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 17px;
}

.divider {
    top: 5px;
    width: auto;
    display: inline-block;
}

.buttcontainer {
    margin: auto;
    width: 360px;
    height: auto;
}

.buttselect {
    position: relative;
    margin-top: 20px;
    top: 0;
    left: 20px;
    height: 34px;
    width: 320px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
    line-height: 17px;
    border-radius: 17px;
}

.profim {
    margin-top: 20px;
    margin-right: 20px;
    float: right;
    height: 170px;
    width: 130px;
}

.contact_details {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    height: auto;
    width: 190px;
}

.contact_text:link, .contact_text:visited, .contact_text:hover {
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    font-weight: lighter;
    font-size: 14px;
}

.contact_heading {
    text-align: left;
    font-size: 14px;
}

.fa {
    padding: 10px;
    font-size: 25px;
    width: 20px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    border-radius: 50%;
}

.fa-twitter {
    border-radius: 50%;
}

.fa-instagram {
    border-radius: 50%;
}

.fa-linkedin {
    border-radius: 50%;
}

.fa-map-marker {
    border-radius: 50%;
}

.fa-youtube-play {
    border-radius: 50%;
}

.fa-google-plus {
    border-radius: 50%;
}

.copyright {
    margin: 5px auto 0 auto;
    line-height: 20px;
    width: 300px;
    text-align: center;
    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;
}