﻿input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="file"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

.team-member-details img {
    filter: none;
}
.contact-address-inner {
    background-color: #fff;
    color: #000;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    min-height: 200px;
}
.contact-address-inner h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-address-inner p {
    font-size: 1.4rem !important;
}
.contact-address-inner a{
    color: #000;
    text-decoration: none;
}
.contact-opening-inner {
    padding: 30px;
    color: #000;
}
.contact-opening-inner p {
    font-size: 1.4rem !important;
}
.mb-1 {
    margin-bottom: 1.5rem;
}