.custom-css { }
			 {
			background: #0e0046 !important;
		}
		
		
		
		
		
			.btn.btn-primary,
		.btn.btn-default,
		input[type="submit"].btn {
			filter: none;
			background: none transparent;
			background: #0e0046 !important;
		}
		
		
			:root{

    --color-1: #0c2a70;
    --color-1-hover: var(--color-1);
    --color-1-rgb: rgba(30, 50, 109, 0.8);

    --color-2: #fe000c;
    --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: #fff;
    --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: 750px !important;
}
@media (max-width: 575px) {
   .theme_max_v1-logo img {
       width: 500px;
   }
}



.theme_max_v1-footer .menu.nav a {
  color: inherit;
}
.theme_max_v1-footer .menu.nav .theme_max_v1-footer-link {
    color: #ffffff;
    padding-left: 17px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
.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");

}