#searchmodal .modal-dialog {
    height: 400px;
    max-height: 400px;
}

.nav-pills .nav-link {
    background: #fff;
    color: #007B5F;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
}
.nav-link:disabled {
    color: #ccc !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #007B5F;
    background-color: #fff;
    border-bottom: 1px solid #007B5F;

}

.min-vh-50 {
    min-height: 50vh;
}
.min-meight-100 {
    min-height: 100%;
}


.cursor-pointer {
    cursor: pointer;
}


.text-namesrs-black {
    color: #4A4A4A !important;
}
.navbar {
    min-height: 120px !important;
}
@media screen and (max-width: 992px) {
    .navbar {
        min-height: 90px !important;
    }
}



.bg-light {
    background-color: #f8f9fa !important;
}

.lang-icon {
    height: .8rem;
    width: .8rem;
    object-fit: cover;
    border-radius: 50%
}
@supports not(object-fit: cover) {
    .lang-icon {
        display: none !important;
    }
}
.btn-outline-namesrs {
    border-color: #007B5F !important;
    background: transparent !important;
}
.btn-outline-namesrs:hover {
    color: white;
    border-color: #007B5F !important;
    background: #007B5F !important;
}
.top-row,
.dropdown,
.dropdown-item {
    font-size: 0.8rem;
}
.dropdown-item:active {
    background: #007B5F !important;
}
.loader {
    border: .3rem solid #f3f3f3; /* Light grey */
    border-top: .3rem solid #007B5F; /* Blue */
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-resolution: 1dppx) and (min-width: 1200px){
    .display-xxl-block {
        display: block !important;
    }
}
@media (max-width: 1200px) {
    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}


h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Montserrat', sans-serif !important;
}

p, body, html, button, input, .btn, .nav-link {
    font-family: 'Open Sans', sans-serif !important;
}

.montserat {
    font-family: 'Montserrat', sans-serif !important;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

i {
    transition: all .3s;
    color: #007B5F !important;
}

#successclose,
#errorclose {
    cursor: pointer;
}

.card:hover .animateicon {
    animation-duration: .5s;
    animation-name: spinandscale;
}

.card:hover .card-title,
.card-body:hover .card-title {
    color: #007B5F !important;
}

@keyframes spinandscale {
    from {
        transform: rotate(0deg) scale(1);
    }
    to {
        transform: rotate(360deg) scale(1);
    }
}


body,
html {
    scroll-behavior: smooth;
    height: 100%;
}

.breakpoint-namesrs {
    width: 100%;
    border-bottom: 3px solid transparent;
}

.mainimage {
    margin-top: 120px !important;
    height: calc(100% - 120px) !important;
    position: relative;
}
@media screen and (max-width: 992px) {
    .mainimage {
        margin-top: 90px !important;
        height: calc(100% - 90px) !important;
    }
}

.mainimage::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background: url("https://namesrs.com/images/pic_top_green.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

textarea:focus,
textarea:active,
input:active,
input:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border-color: #007B5F !important;
}

#inputbox {
    position: relative;
    display: block;
    opacity: 1;
}

#inputbox.hidden {
    display: none;
    opacity: 0;
}

#custom-support-botton {
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: white;
    color: black;
    outline: none;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
    opacity: 1;
    height: calc(1.5em + 1rem + 2px) !important;
    width: calc(1.5em + 1rem + 2px) !important;
}

#custom-support-botton > i {
    color: black !important;
}

#loadingbox {
    border-radius: 4px;
    display: none;
    width: calc(100% - 30px);
    height: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: 29;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
}

#loadingbox.display {
    display: block;
    transition: all .5s;
}

#loadingbox.display.loading {
    display: block;
    opacity: 1;
}

#infobox {
    border-radius: 4px;
    display: none;
    width: calc(100% - 30px);
    height: 100%;
    opacity: 1;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
}

#infobox.display {
    transition: all .5s;
    display: block;
}

#infobox.display.show {
    opacity: 1;
}

#textbox {
    width: 75%;
}
#formbox {
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 4px;
    box-shadow: 20px 20px 80px rgb(0, 0, 0, 51%);
    background-color: #007B5F;
    width: calc(100% + 30px);
}

@media only screen and (max-width: 600px) {
    #textbox {
        width: 100%;
    }
}

.logo{
    height: 3.5rem;
}
.logopng{
    height: 3rem;
    display: none;
}
.logo-twenty-years {
    height: 6rem;
}

.vh-90 {
    height: 90%;
}

.bg-namesrs {
    background-color: #007B5F !important;
}
.bg-light-grey {
    background-color: #f5f5f5 !important;
}

.light-namesrs-bg {
    background: linear-gradient(rgb(0, 128, 128, 0.2), rgb(0, 128, 128, 0.2));
}

.dark-namesrs-bg {
    background: linear-gradient(rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)), #007B5F;
}

a.text-namesrs,
.text-namesrs{
    color: #007B5F;
}
a.text-namesrs:hover,
a.text-namesrs:active{
    color: #007B5F;
}
.nav-link.text-namesrs,
.nav-link.text-namesrs:hover {
    color: #4A4A4A !important;
}

.thickunderline:after {
    display: block;
    content: '';
    border-bottom: solid 2px #007B5F;
    margin-bottom: -2px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.thickunderline:hover:after {
    transform: scaleX(1);
}



ul.footerlist {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

ul.footerlist li {
    list-style: none;
    position: relative;
    display: inline;
}

ul.footerlist li a {
    text-decoration: none;
}
ul.footerlist li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: #007B5F;
    transition: all 0.25s;
}

ul.footerlist li:hover:after {
    width: 100%;
    left: 0;
}

ul.footerlist li a:hover {
    text-decoration: none;
}





.background-image {
    padding-top: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
}

.btn-namesrs {
    color: #fff !important;
    background-color: #007B5F !important;
    border-color: #007B5F !important;
}

.btn-namesrs:hover {
    color: #fff !important;
    filter: brightness(110%);
}

#scrollbutton {
    height: 2rem;
    width: 2rem;
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 1rem; /* Place the button at the bottom of the page */
    right: 1rem; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
	border: 1px solid white !important;
}


/* Teams section */
.tab {
    border: 1px solid rgba(0, 0, 0, .075);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, .075) !important;
    background-color: inherit;
    outline: none;
    cursor: pointer;
    padding: 14px 32px;
    transition: 0.3s;
    color: #008a6a;
    font-size: 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {

}

/* Create an active/current tablink class */
.tab button.active {
    color: #000000;
    background: whitesmoke !important;
}

#firstSection {
    border-left: 1px solid rgba(0, 0, 0, .075) !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.employeeAvatar {
    width: 150px;
    height: auto;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
    background: #e5e5e5;
}

.employeeContainer {
    width: 33%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 3rem;

}

.employeeName {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.23em !important;
    margin-bottom: 3px;
    color: #666 !important;
}

.employeeRow {
    display: flex;
    flex-direction: row !important;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 720px) {
    .tab {
        flex-direction: column !important;
    }

    .employeeContainer {
        width: 100%;
    }

    .employeeRow {
        flex-direction: column !important;
    }

    .tab button {
        width: 100%;
        font-weight: bold;
        padding: 7px 16px;
    }
}

.employeeTitle {
    margin: 0;
    color: #008a6a !important;
    font-weight: 500;
    font-size: 1.00em !important;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rounded-namesrs {
    border-radius: 4px !important;
}
.card {
    background-color: transparent !important;
}
.green-card,
.green-card:hover,
.green-card:hover .card-title,
.green-card > .card-body:hover .card-title {
    background-color: #007B5F !important;
    color: #ffffff !important;
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.mt-10 {
    margin-top: 6rem !important;
}

.text-muted {
    filter: brightness(80%) !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hideonie {
        display:none !important;
    }
    .logo {
        display: none;
    }
    .logopng{
        display: inline;
    }
}