h1,
.h1 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #000;
  line-height: 43.2px;
}

h2,
.h2 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

h2.h2_mainheader {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

h2:empty {
  visibility: hidden !important;
  display: none !important;
}

h3 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

h4 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

h5 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

h6 {
  font-size: 11.2px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 19.6px;
}

a {
  font-size: 16px;
  text-decoration: none;
  color: #f5f5f5;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #f5f5f5;
}

strong {
  font-weight: 700;
}

/*----------- Typography End ---------*/
.header {
  width: 100%;
  margin: 0;
}

.header__bottom {
  padding-inline: 1em;
}
.header__bottom .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
.header__bottom .header__content {
  padding-block: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.header__bottom .header__logo {
  flex: 0 1 auto;
}
.header__bottom .header__logo .logo {
  display: block;
}
.header__bottom .header__logo .logo img {
  display: block;
  height: 94px;
  width: auto;
}
.header__bottom .header__menu.desktopview {
  display: grid;
  grid-template-rows: auto auto;
  width: 100%;
}
.header__bottom .header__menu.desktopview .top-grid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  padding: 8px 26px 8px 16px;
}
.header__bottom .header__menu.desktopview .top-grid div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.header__bottom .header__menu.desktopview .bottom-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 8px 16px;
  width: 100%;
}
.header__bottom .header__menu.desktopview .bottom-grid ul#main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 10px;
}
.header__bottom .header__menu.desktopview .bottom-grid ul#main-menu li {
  text-align: center;
}
.header__bottom .header__menu.desktopview .bottom-grid ul#main-menu li a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  white-space: nowrap;
  padding-block: 10px;
  line-height: normal;
}
.header__bottom .header__menu.desktopview .bottom-grid ul#main-menu li a:hover {
  color: your-hover-color;
}

.heading__container {
  background-color: #ffffff;
  width: 100%;
  display: block;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.16);
  z-index: 888;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}

.heading__topbar {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  background-color: #193d72;
}
.heading__topbar .wrapper {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
.heading__topbar p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1281px) {
  .heading__topbar .wrapper {
    padding-inline: 1em;
  }
}

.heading__main {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
.heading__main .wrapper {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1281px) {
  .heading__main .wrapper {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 769px) {
  .heading__main .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-inline: 0;
    gap: 0;
  }
  .heading__main .logo {
    order: 1;
    padding: 1em;
  }
  .heading__main .menudisplay {
    width: 100%;
    order: 3;
    grid-column: 1/-1;
    height: 39px;
    background-color: #193d72;
  }
  .heading__main .menudisplay .nav-brand {
    height: 39px;
    display: block;
    display: flex;
    color: #fff;
    align-items: center;
    padding-left: 1em;
  }
}

/* ===== SM CORE ===== */
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  margin-left: 42px;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}

/* ===== SM MIN ===== */
.sm-mint {
  border-top: 0px solid #b3b3b3;
  border-bottom: 0px solid #b3b3b3;
  background: #ffffff;
}

.sm-mint a,
.sm-mint a:hover,
.sm-mint a:focus,
.sm-mint a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #333;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-mint a.current {
  font-weight: bold;
}

.sm-mint a.disabled {
  color: #cccccc;
}

.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(179, 179, 179, 0.2);
  border-radius: 0px;
}

.sm-mint a .sub-arrow::before {
  content: "+";
}

.sm-mint a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-mint li {
  border-top: 1px solid rgba(179, 179, 179, 0.2);
}

.sm-mint > li:first-child {
  border-top: 0;
}

.sm-mint ul {
  background: rgba(179, 179, 179, 0.2);
}

.sm-mint ul a,
.sm-mint ul a:hover,
.sm-mint ul a:focus,
.sm-mint ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}

.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 769px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  .sm-mint li {
    float: left;
  }

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li,
.sm-mint.sm-rtl ul li,
.sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    white-space: nowrap;
  }

  .sm-mint ul a,
.sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a,
.sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
  }

  .sm-mint a,
.sm-mint a:hover,
.sm-mint a:focus,
.sm-mint a:active,
.sm-mint a.highlighted {
    padding: 11px 20px;
    color: #333;
    border-radius: 0px 0px 0 0;
  }

  .sm-mint a:hover,
.sm-mint a:focus,
.sm-mint a:active {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint a.highlighted {
    background: #ffffff;
    color: #b3b3b3;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }

  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }

  .sm-mint a.has-submenu {
    padding-right: 36px;
  }

  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: -4px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 7px 4.69px 0 4.69px;
    border-style: solid dashed dashed dashed;
    border-color: #b3b3b3 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }

  .sm-mint a:hover .sub-arrow,
.sm-mint a:focus .sub-arrow,
.sm-mint a:active .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }

  .sm-mint a.highlighted .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }

  .sm-mint a.disabled .sub-arrow {
    border-color: #b3b3b3 transparent transparent transparent;
  }

  .sm-mint a .sub-arrow::before {
    display: none;
  }

  .sm-mint li {
    border-top: 0;
  }

  .sm-mint ul {
    border: 0;
    padding: 8px 0;
    background: #ffffff;
    border-radius: 0 0px 0px 0px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  }

  .sm-mint ul ul {
    border-radius: 0px;
  }

  .sm-mint ul a,
.sm-mint ul a:hover,
.sm-mint ul a:focus,
.sm-mint ul a:active,
.sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 0;
  }

  .sm-mint ul a:hover,
.sm-mint ul a:focus,
.sm-mint ul a:active,
.sm-mint ul a.highlighted {
    background: #ffffff;
    color: #b3b3b3;
    box-shadow: none;
  }

  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }

  .sm-mint ul a .sub-arrow {
    right: 10px;
    margin-top: -4.69px;
    border-width: 4.69px 0 4.69px 7px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint ul a:hover .sub-arrow,
.sm-mint ul a:focus .sub-arrow,
.sm-mint ul a:active .sub-arrow,
.sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint .scroll-up,
.sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    height: 20px;
  }

  .sm-mint .scroll-up-arrow,
.sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #b3b3b3 transparent;
  }

  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #b3b3b3 transparent transparent transparent;
  }

  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 36px;
  }

  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }

  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 0px solid #b3b3b3;
  }

  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 0px 0px 0;
  }

  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }

  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.69px 7px 4.69px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow,
.sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow,
.sm-mint.sm-rtl.sm-vertical a:active .sub-arrow,
.sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-rtl ul {
    border-radius: 0px 0 0px 0px;
  }

  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }

  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }

  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.69px 7px 4.69px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-rtl ul a:hover .sub-arrow,
.sm-mint.sm-rtl ul a:focus .sub-arrow,
.sm-mint.sm-rtl ul a:active .sub-arrow,
.sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #b3b3b3 transparent transparent;
  }

  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 0px solid #b3b3b3;
  }

  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 0px 0 0 0px;
  }

  .sm-mint.sm-vertical a:hover,
.sm-mint.sm-vertical a:focus,
.sm-mint.sm-vertical a:active,
.sm-mint.sm-vertical a.highlighted {
    background: transparent;
    color: #b3b3b3;
    box-shadow: none;
  }

  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }

  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.69px;
    border-width: 4.69px 0 4.69px 7px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint.sm-vertical a:hover .sub-arrow,
.sm-mint.sm-vertical a:focus .sub-arrow,
.sm-mint.sm-vertical a:active .sub-arrow,
.sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #b3b3b3;
  }

  .sm-mint.sm-vertical ul {
    border-radius: 0px !important;
  }

  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }

  .nav-brand {
    display: none;
  }
}
/* +++ Main Menu Styling +++*/
.header__menu {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

#main-menu,
.menu-container,
.main-nav {
  background-color: #ffffff;
}

.menu-container {
  position: relative;
  z-index: 777777;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  color: #fff;
  text-align: left;
  padding-left: 15px;
  margin: 0;
  padding-top: 12px;
  text-transform: uppercase;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

#main-menu li a {
  color: #3C2F2F;
  font-size: 16px;
}

#main-menu li a:hover,
#main-menu li a.active {
  color: #854442;
}

#main-menu li:last-child a,
.header__bottom .header__menu.desktopview .bottom-grid ul#main-menu li:last-child a {
  background-color: #2b2ae2;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
}
#main-menu li:last-child a:hover,
.header__bottom .header__menu.desktopview .bottom-grid ul#main-menu li:last-child a:hover {
  background-color: #1b1b56;
  color: #ffffff;
}

#main-menu a {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#main-menu a.highlighted {
  box-shadow: none;
}

#main-menu ul {
  background-color: #193d72;
  color: #fff;
}

#main-menu ul li {
  display: block;
  width: 100%;
}

#main-menu ul li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
#main-menu ul li a:hover {
  background-color: #0f2a50;
  color: #fff;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  background: #fff !important;
}

@media (min-width: 769px) {
  #main-menu {
    float: none;
    clear: none;
    text-align: center;
  }

  #main-menu li {
    float: left;
  }

  #main-menu li a {
    padding: 0px 10px;
    line-height: 25px;
  }

  #main-menu a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 7px;
    width: 11px;
    height: 23px;
    background: url(../images/svg/menuArrow.svg);
    border-radius: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    border: none !important;
  }

  .nav-brand {
    display: none;
  }

  #main-menu ul li a {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  #main-menu ul li a:hover::after {
    display: none;
  }
}
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 769px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .header__menu.desktopview {
    min-width: 0;
  }
  .header__menu.desktopview .top-grid {
    gap: 4px;
    padding: 8px 8px;
  }
  .header__menu.desktopview .top-grid div {
    font-size: 12px;
  }
  .header__menu.desktopview .bottom-grid {
    padding: 8px 8px;
  }
  .header__menu.desktopview .bottom-grid ul#main-menu {
    gap: 4px;
  }
  .header__menu.desktopview .bottom-grid ul#main-menu li a {
    font-size: 14px;
    padding-inline: 6px;
  }

  .header__bottom .header__menu.desktopview .bottom-grid ul#main-menu li:last-child a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__bottom {
    padding: 1em 0 0 0;
  }

  .header__bottom .header__content {
    flex-wrap: wrap;
    padding-block: 0;
    padding-inline: 15px;
  }

  .header__bottom .header__logo {
    flex: 1 1 auto;
  }

  .header__menu {
    height: auto;
  }

  .header__mobilemenu.mobileview {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .desktopview {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .mobileview {
    display: none;
  }
}
/* Mobile contact info */
.header__info.mobileview {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__bottom .header__logo .logo img {
    height: 60px;
    width: auto;
  }

  .header__info.mobileview {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1 1 auto;
    justify-content: center;
    align-items: flex-end;
  }
  .header__info.mobileview div {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    line-height: 1.2;
    color: #333;
  }
  .header__info.mobileview div img {
    width: 12px;
    height: 12px;
    opacity: 0.7;
  }
  .header__info.mobileview div p {
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
    color: #333;
  }
  .header__info.mobileview div p a {
    color: #333;
    font-size: 10px;
  }
}
/* Mobile menu (mobileview) */
.header__mobilemenu.mobileview {
  background-color: #2b2ae2;
  width: 100%;
  position: relative;
}
.header__mobilemenu.mobileview > .nav-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 16px;
  margin: 0;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.header__mobilemenu.mobileview .main-menu-btn {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0;
  width: 24px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
}
.header__mobilemenu.mobileview .main-menu-btn-icon,
.header__mobilemenu.mobileview .main-menu-btn-icon:before,
.header__mobilemenu.mobileview .main-menu-btn-icon:after {
  background: #fff !important;
  height: 2px !important;
  width: 22px !important;
}

#main-menu-2 {
  clear: both;
  border-bottom: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#main-menu-2 li {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}
#main-menu-2 li:last-child {
  border-bottom: none;
}

#main-menu-2 li a {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 20px;
  display: block;
  line-height: 1.4;
}
#main-menu-2 li a:hover, #main-menu-2 li a:focus, #main-menu-2 li a.active {
  color: #2b2ae2;
  background-color: #f8f8ff;
}

#main-menu-2 a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

#main-menu-2 a.highlighted {
  box-shadow: none;
}

#main-menu-2 ul {
  background-color: #f5f5f5;
  color: #333;
}

#main-menu-2 ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

#main-menu-2 ul li a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 15px;
  padding-left: 35px;
}
#main-menu-2 ul li a:hover {
  background-color: #f0f0ff;
  color: #2b2ae2;
}

/* Mobile menu-2 state toggle */
#main-menu-2-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-2-state:not(:checked) ~ #main-menu-2 {
  display: none;
}

#main-menu-2-state:checked ~ #main-menu-2 {
  display: block;
}

/* X icon for mobile menu-2 */
#main-menu-2-state:checked ~ .nav-brand .main-menu-btn-icon {
  height: 0 !important;
  background: transparent !important;
}

#main-menu-2-state:checked ~ .nav-brand .main-menu-btn-icon:before {
  top: 0 !important;
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

#main-menu-2-state:checked ~ .nav-brand .main-menu-btn-icon:after {
  top: 0 !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

@media (min-width: 769px) {
  #main-menu-2 {
    float: none;
    clear: none;
    text-align: center;
  }

  #main-menu-2 li {
    float: left;
  }

  #main-menu-2 li a {
    padding: 0px 10px;
    line-height: 25px;
  }

  #main-menu-2 a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 7px;
    width: 11px;
    height: 23px;
    background: url(../images/svg/menuArrow.svg);
    border-radius: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    border: none !important;
  }

  #main-menu-2 ul li a {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  #main-menu-2 ul li a:hover::after {
    display: none;
  }
}
