.custom-css { }
		
		
		
		
		
		
		
			:root{

    --color-1: #29ace2;
    --color-1-hover: var(--color-1);
    --color-1-rgb: rgba(30, 50, 109, 0.8);

    --color-2: #d62130;
    --color-2-hover: var(--color-2);
    --color-2-rgb: rgb(244, 214, 187);

    --bs-primary: var(--color-1);
    --bs-blue: var(--color-1);
    --color-3: #ffffff;
    --color-branch-map: var(--color-1);
    --bs-secondary-rgb: rgb(255 197 164 / 80%);
    --bs-secondary-light: var(--color-2)
}


#navbarDropdownsearch {
  display: none;
}
.theme_max_v1-logo {
  max-width: 250px;
}

.theme_max_v1-footer .menu.nav a {
  color: inherit;
}
.theme_max_v1-footer .menu.nav .theme_max_v1-footer-link {
    color: var(--color-1) !important;
    padding-left: 17px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
.theme_max_v1-footer {
    background-color: var(--color-3);
    padding: 80px 0px;
    border-bottom: 36px solid var(--color-2);
}
.theme_max_v1-footer-address {
    color: var(--color-1) !important;
}
.border-bottom-2 {
    border-bottom: 2px solid var(--color-1) !important;
}
.theme_max_v1-mainheader .navbar-nav .nav-link
{
  color: var(--color-2) !important;
}
.theme_max_v1-mainheader {
    background-color: var(--color-3) !important;
}
.theme_max_v1-ratingpoint {
    background-color: var(--color-2);
}

.search-box {
    max-width: 100%;
}


section.theme_max_v1-officers.container.mt-5 {
    max-width: 100%;
}


@media (max-width:900px) {
    .theme_max_v1-officers-search {
    margin-bottom: 1rem;
  }
}

.theme_max_v1-customerexp .owl-nav button.owl-prev:after {
    background-image: url("/uploads/sites/3611/public/left-arrow.png");
}

.theme_max_v1-customerexp .owl-nav button.owl-next:before {
    background-image: url("/uploads/sites/3611/public/right-arrow.png");

}

.theme_max_v1-tgglebar i {
    color: var(--color-1) !IMPORTANT;
}