/* General accessibility CSS */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
.nav-link:focus-visible,
[role=button]:focus-visible {
  outline: 3px solid #003A5D !important;
  outline-offset: 2px !important;
  /* border-radius:2px; */
  transition: none;
}

.footer-menu-accordion h2 button {
  width: 100%;
  border: none;
  display: block;
  font-family: 'Inter Bold';
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  padding: 0 0 20px;
  text-align: left;
  background: none;
}

.footer-menu-accordion h2 button:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 40px;
  background-image: url(../images/blk_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}

.footer-menu-accordion h2 button.active:before {
  transform: rotate(90deg);
}

.footer-menu-accordion h2 button:after {
  content: '';
  position: absolute;
  width: 88%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.sabmenu_list .submenu-item button {
  width: 100%;
  border: none;
  display: block;
  font-family: 'Inter SemiBold';
  font-size: 16px;
  color: rgb(35, 31, 32);
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 80px;
  text-align: left;
  background: none;
  line-height: 19.2px;
}

.sabmenu_list .submenu-none a {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 80px;
  margin-bottom: 15px;
}

.sabmenu_list .submenu-none a {
  display: block;
  line-height: 19.2px;
}

.dropdown-menu .interB a {
  line-height: 48px;
}

.search-wrapper-cs .close {
  border: none;
  background: none;
}

.menu-collapse .navbar-Mobnav .nav-item .nav-link {
  border: none;
  background: none;
  display: block;
  width: 100%;
  text-align: left;
}

.menu-collapse .navbar-Mobnav .nav-item .menuName.active.dropdownMenuToggle::after {
  transform: rotate(178deg);
}

.dropdown-menu .interB a:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: 22px;
  right: 20px;
  background-image: url(../images/wh_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4B5B63;
  border-radius: 50%;
  transition: all linear 0.2s;
}

.dropdown-menu .interB a {
  font-size: 40px;
  color: #231F20;
  letter-spacing: -0.03em;
  position: relative;
  padding-right: 50px;
  display: inline-block;
  margin-bottom: 0;
}

.dropdown-menu .interB a {
  padding-right: 50px;
  color: #231F20;
  transition: all linear 0.2s;
}

.dropdown-menu .interB a:hover {
  color: #185C80;
}

.dropdown-menu .interB a:after {
  right: auto;
  bottom: 4px;
  width: 36px;
  height: 36px;
  right: 0;
  background-size: 22%;
  transition: all linear 0.2s;
}

.dropdown-menu .interB a:hover:after {
  background-color: #185C80;
}

.sabmenu_list .submenu-none a,
.sabmenu_list .submenu-none button {
  position: relative;
  color: #231F20;
  font-family: 'Inter SemiBold';
}

.sabmenu_list .submenu-item button:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 40px;
  background-image: url(../images/wht_arrow.png);
  background-repeat: no-repeat;
  background-position: center 8px;
  background-color: #231F20;
  border-radius: 50%;
  transition: .3s;
}

.sabmenu_list .submenu-none a:after,
.sabmenu_list .submenu-item button:after {
  content: '';
  position: absolute;
  width: 88%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.2);
}

.sabmenu_list .submenu-item button.active::before {
  transform: rotate(-180deg);
  background-color: #185C80;
}

.sabmenu_list .submenu-item button.active {
  margin-bottom: 15px;
  color: #185C80;
}

@media (min-width: 1200px) {
  .navbar .nav-item.keyboard-active .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
    box-shadow: 0px 15px 10px -15px rgba(38, 38, 38, 0.2);
  }

  .find_btn.dropdown.keyboard-active ul.dropdown-menu {
    border: 1px solid #231F20;
    display: block;
    top: 36px;
    padding: 0;
  }

}

@media (max-width: 1399px) {
  .sabmenu_list .submenu-item button::before {
    right: 35px;
  }

  .dropdown-menu .interB a::after {
    width: 30px;
    height: 30px;
    background-size: 20%
  }

  .sabmenu_list .submenu-none a,
  .sabmenu_list .submenu-none button {
    cursor: pointer;
    font-family: 'Inter SemiBold';
    color: #231F20;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: .3s;
    padding-right: 80px;
  }

  .sabmenu_list .submenu-none a,
  .sabmenu_list .submenu-none button {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .sabmenu_list .submenu-none a,
  .sabmenu_list .submenu-none button {
    font-size: 16px;
  }

  .dropdown-menu .interB a {
    padding-right: 40px;
  }
}

@media (max-width: 1365px) {

  .dropdown-menu .interB a {
    font-size: 40px;
  }

  .sabmenu_list .submenu-item button {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 60px;
  }

  .sabmenu_list .submenu-none a {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .sabmenu_list .submenu-item button.active {
    margin-bottom: 10px;
  }

}

@media (max-width: 1199px) {
  .menu-collapse .navbar-Mobnav .nav-item .nav-link.dropdownMenuToggle {
    line-height: 18px;
  }

  .dropdown-menu .interB a:after {
    width: 30px;
    height: 30px;
    bottom: 30px;
    right: 18px;
    background-size: 8px;
  }
}