
.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
   /* min-height: 100px;*/
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
}

a.accept, a.submit {
    margin-top: 10px;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #ff3f00;
    border-radius: 5px;
    padding: 0px 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.contentHolder {
    padding: 20px 0 10px;
}

#map {
    margin-top: 128px;
    margin-bottom: 25px;
}
.single-law-content {
    z-index: 4;
    position: relative;
}
.member-content,.member-img {
    z-index: 10;
    position: relative;
}

.header-sticky.sticky {
    background: #fff;
}

.header-sticky {
    background: #ffffffb0;
}
#team .single-member::after {
    display: none;
}
h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
h4 {
    font-size: 17px;
    margin-bottom: 5px;
}
.content a {
    color: #ff3f00;
}

header.header-area.header-sticky.sticky .logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.content ul li {
    list-style: disc;
}
.content ul {
    padding-left: 20px;
    margin-top: -15px;
    margin-bottom: 20px;
}
h1.text-uppercase {
    font-size: 34px;
    margin-bottom: 0;
}
.dropdown-toggle::after {
    border:none;
}
.dropdown-toggle {
    white-space: pre-wrap;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.text-right {
    text-align: right !important;
}
.nav-link.disabled, .nav-link:disabled {
color:#000;
}


.breadcrumbs-area.bg-2 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pb-245 {
    padding-bottom: 245px;
}
.directorName {
    font-size: 20px;
    display: block;
    background: #111111;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}