/* Site header styles */
.site-header {
	background-color: #003769;
	/* padding: 20px 0; */
	min-height: 7em;
    display: flex;
    align-items: center;
}
.site-branding a, .site-branding img{
	width: 100%;
}
.color-white {
	color: #fff !important;
}

.color-green {
	color: #1bea9a !important;
}
.customer-menu{
	margin-bottom: .5em;
}
.nav-link {
	display: block;
	padding: .5rem 0rem;
	cursor: pointer;
}

.nav-item {
	padding: 0 .5em;
	margin: 0 1px;
}

.nav-item-separate {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin: 0 2px;
}

.nav-item-separate:before {
	content: '';
	position: relative;
	height: 27px;
	width: 1px;
	background: #1bea9a;
}

.border-top-green-1 {
	border-top: 1px solid #1bea9a !important;
}

#sub-menu {
	background: #003769;
	border-top: 1px solid transparent !important;
	width: 100%;
	z-index: 100;
	position: absolute;
	transition: transform .3s ease, opacity .2s, border-top .01s;
	opacity: 0;
	transform: translateY(-15px);
}

#sub-menu.open {
	border-top: 1px solid #1bea9a !important;
	transform: translateY(0);
	opacity: 1;
	z-index: 12;
}

#sub-menu .dropdown-sub-menu {
	display: flex;
	height: 0;
	overflow: hidden;
}

#sub-menu .dropdown-sub-menu.open {
	height: auto;
}

.chevron-green {
	fill: #1BEA9A;
	stroke: #1BEA9A;
	stroke-width: 1px;
	width: .7em;
}

.font-300 {
	font-family: Poppins;
	font-weight: 300;
	font-size: 1em;
}

.font-500 {
	font-family: Poppins;
	font-weight: 500;
	font-size: 1em;
}

.category-name {
	margin-top: 1.6em;
	margin-bottom: .6em;
	padding-left: 0;
}

.item-sub-menu {
	width: 100%;
	position: relative;
	transition: all .2s ease;
	opacity: 0;
	transform: translateY(-20px);
	display: flex;
	overflow: hidden;
	z-index: -1;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.item-sub-menu.open {
	transform: translateY(0);
	opacity: 1;
	z-index: 1;
}

@media (min-width: 768px) {
	.item-sub-menu {
		height: 0;
	}

	#sub-menu .nav-item {
		margin-right: 2em;
	}

	#sub-menu .nav-item>.item-sub-menu {
		display: none;
	}

	.item-sub-menu.open {
		height: auto;
	}

	#sub-menu .item-sub-menu.open {
		border-top: 1px solid #1bea9a !important;
	}
}

@media (max-width: 767px) {
	.item-sub-menu {
		max-height: 0;
	}

	.item-sub-menu.open {
		max-height: 100%;
	}

	#sub-item-menu {
		display: none;
	}
}

.bg-dark-blue {
	background: #003769;
}

.footer {
	padding: 66px 0;
}

.custom__line_bottom-green {
	padding-bottom: 100px;
	position: relative;
}
.custom__line_bottom-green:before {
	content: '';
	bottom: 0;
	left: 0;
	color: #1bea9a;
	background: #1bea9a;
	position: absolute;
	width: 100%;
	height: 2px;
}
@media (max-width: 576px) {
	.custom__line_bottom-green:before {
		left: unset;
		width: 90%;
	}
}
.border-bottom-green-1 {
	border-bottom: 1px solid #1bea9a !important;
}
.pl-0,
.px-0 {
	padding-left: 0 !important;
}
.nav-link_white,
.nav-link_white:visited {
	color: #fff;
}
.font-600 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 1em;
}
.nav-link.active,
.nav-link:hover {
	color: #1bea9a;
}
.company-licence {
	background: #00274a;
	padding: 22px 0;
	color: #fff;
	font-size: 13px;
}
.payment-icons img {
	height: 30px;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}
.btn.category-btn {
	padding: 5px 20px;
	font-size: calc(1em - 2px);
	border-radius: 5px;
	text-decoration: none;
	font-weight: 500;
	-webkit-box-shadow: inset 0 0 0 2px #1bea9a;
	-moz-box-shadow: inset 0 0 0 2px #1bea9a;
	box-shadow: inset 0 0 0 2px #1bea9a;
	color: #003769;
	border: none;
	border-radius: 20px;
}
.btn.category-btn.active,
.btn.category-btn:hover {
	background-color: #1bea9a;
}
.category-btn-group {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}


/* Layout */
.wrapper {
  width: 100%;
}

/* Grid */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
	 box-sizing: border-box;
}
.col-4 { width: 33.333%; }
.col-6 { width: 50%; }
.col-8 { width: 66.666%; }

.col-sm-2 { width: 16.666%; }
.col-sm-10 { width: 83.333%; }
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-flex {
  flex: 1 1 0;
  max-width: 100%;
}
/* Flex utilities */
.d-flex { display: flex; }
.d-block { display: block; }
.d-none { display: none; }

.flex-column { flex-direction: column; }
.flex-row { flex-direction: row; }

.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; }
.justify-content-between { justify-content: space-between; }

.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }

/* Responsive (lg breakpoint ~992px) */
@media (min-width: 992px) {
  .d-lg-none { display: none; }
  .d-lg-block { display: block; }
}

/* Spacing */
.p-0 { padding: 0; }

/* Text */
.text-end { text-align: right; }

.font-300 { font-weight: 300; }
.font-500 { font-weight: 500; }

/* Colors */
.color-white { color: #fff; }

.bg-dark-blue {
  background-color: var(--primary-color);
}

/* Borders */
.border-bottom-green-1 {
  border-bottom: 2px solid #1BEA9A;
}

.border-top-green-1 {
  border-top: 2px solid #1BEA9A;
}

/* Navigation */
.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  text-decoration: none;
  color: inherit;
}

.nav-link_sm {
  font-size: 1rem;
}

/* Menu styles */
.primary-menu li,
.customer-menu li {
  list-style: none;
}

.top-menu {
  margin-bottom: 10px;
}

/* Mobile menu */
.mobile-menu {
  display: none;
      flex-direction: column;
    padding: 1rem;
    background: #003769;
}
.mobile-menu.open {
    display: flex;
}
.mobile-primary-menu,
.mobile-top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mob-menu-seperator {
  border-bottom: 1px solid #1BEA9A;
    margin: 10px 0px;
}

/* Hamburger */
.hamburger {
    color: #ffffff;
    position: relative;
    width: 1em;
    height: 1em;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 2rem;
    margin-left: auto;
}

.hamburger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.125em;
    border-radius: 0.125em;
    background: currentColor;
    transition: inherit;
}
.hamburger-line:nth-child(1) {
    top: 0.125em;
}
.hamburger-line:nth-child(2) {
    top: 0.438em;
}
.hamburger-line:nth-child(3) {
    top: 0.75em;
}
.hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
    right: 50%;
    width: 0;
}
.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
}
/* Logo */
.top-logo {
	width: 160px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 576px) {
.top-logo {
	width: 111px;
}
}
/* Sub menu */
.sub-nav {
  background: #fff;
  animation: fadeInDown 0.3s ease;
}

/* Animation */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
ul.top-menu li.nav-item {
    position: relative;
}
ul.top-menu li.nav-item:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    height: 27px;
    width: 1px;
    background: #1BEA9A;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
.hamburger-wrap{
flex: 1;
}
#top-panel {
    min-height: 7em;
}
.header-wrapper .container {
    position: relative;
    min-height: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
	.header-wrapper .container {
		width: 100%;
	}
}
.header-wrapper .container>.row{
max-width: 100%;
}