/*--------------------------------------*/

/* Header Strip
/*--------------------------------------*/
.header-strip {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  background: #869fb8;
  min-height: 39px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--------------------------------------*/

/* Header
/*--------------------------------------*/
#header.fixed-top {
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
  padding: 0;
  z-index: 999999;
  transition: all 0.3s;
  border-bottom: 1px solid var(--Gray-2, #d0d5dd);
}
#header.navbar-inner {
  margin-top: 0;
}
header .logo {
  max-width: 148px;
}

header .navbar .navbar-search .nav-item:not(:last-child) {
  padding-right: 40px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  transition: all 0.9s;
  font-style: normal;
  color: #000000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item .nav-link:focus,
header .navbar-nav .nav-item .nav-link:hover {
  color: #fd7e14;
}
.header_login_btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-transform: capitalize;
  width: 120px;
  padding: 12px 10px !important;
}

header #header.active {
  box-shadow: 0px 2px 4px rgb(2 68 126 / 30%);
}
.nav_block {
  align-items: center;
}
nav#header ul {
  list-style: none;
  margin: 0;
}
/*--------------------------------------*/

/* Dropdown Menu
/*--------------------------------------*/
header .dropdown .dropdown-menu {
  min-width: 258px;
  top: 67px;
  border: 0px solid #5bbad6;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  padding: 10px;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  opacity: 0;
  transition: all 0.4s;
}
header .dropdown:hover .dropdown-menu {
  transform: scale(1);
  opacity: 1;
}

header .dropdown .dropdown-toggle::after {
  content: url("../images/icons/nav-down.png");
  width: 20px;
  height: 20px;
  border: 0;
  vertical-align: 0;
  transition: all 0.6s;
  position: relative;
  top: 3px;
  margin-left: 2px;
}
header .dropdown .dropdown-toggle:hover::after,
header .dropdown .dropdown-toggle:focus::after,
header .active.dropdown .dropdown-toggle::after,
header .dropdown .dropdown-toggle.active::after {
  content: url("../images/icons/nav-down-active.png");
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 18px;
  line-height: 20px;
  color: #525464;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:not(:last-child) {
  margin-bottom: 11px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #5bbad6;
  background: none;
}
.navbar .container {
  position: relative;
}
.nav_body {
  justify-content: center;
  flex-basis: content !important;
}
.navbar-search {
  justify-content: end;
}
.btn_sign {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #4f4f51;
}
.btn_sign:hover {
  color: #fd7e14;
  text-decoration: underline;
}
/*--------------------------------------*/

/* Header Active
/*--------------------------------------*/

/*--------------------------------------*/
/* Search bar
/*--------------------------------------*/
.search-mb {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 39px;
  left: 0;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 10%), 0px 1px 2px rgb(0 0 0 / 6%);
}
.search-mb .form-control {
  background: #dee8f1;
  border: 1px solid #15284b;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px #6366f1;
  border-radius: 0px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  color: #25394f;
  margin-right: 10px;
}
.search-mb .form-control::placeholder {
  color: #25394f;
}
.search-mb svg {
  cursor: pointer;
}
.search-mb.search-mb-inner {
  top: 0;
}
.mob_sign {
  display: none;
}
/*--------------------------------------*/

/* Header Responsive
/*--------------------------------------*/
header .navbar-toggler.collapsed > .close,
header .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}
header .navbar-toggler > .close {
  font-size: 30px;
  line-height: 0;
}
header .navbar-toggler-icon {
  background-image: url(/img/icons/burger-menu.svg);
  width: 25px;
}
header .navbar-toggler > .close img {
  width: 25px;
}
header .navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 1399.98px) {
  header .dropdown .dropdown-toggle::after {
    top: 6px;
  }
}
@media screen and (max-width: 1199.98px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  #header.fixed-top {
    background: #feebf4;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    max-height: 50px;
  }
  .header_login_btn {
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 8px 0px !important;
    max-width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header.fixed-top::before {
    height: 0;
  }
  header .logo {
    max-width: 120px;
  }
  header .navbar .navbar-nav .nav-item {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #fd7e141c;
  }
  header .dropdown .dropdown-menu {
    transform: unset;
    display: none;
    transition: all 0.7s;
  }
  header .dropdown .dropdown-menu.show {
    display: block;
    border: 0;
    box-shadow: unset;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    transition: all 0.7s;
  }
  header .dropdown a[aria-expanded="true"] span {
    color: #34a487;
  }
  header .dropdown a[aria-expanded="false"] span {
    color: #111827;
  }
  header .dropdown a[aria-expanded="false"]:hover::after,
  header .dropdown a[aria-expanded="false"]:focus::after {
    content: url("../images/icons/drop-down.png");
  }
  header .dropdown a[aria-expanded="true"]:hover::after,
  header .dropdown a[aria-expanded="true"]:focus::after {
    transform: rotate(-90deg);
  }
  .navbar-collapse {
    margin-top: 98px;
    position: absolute;
    top: -50px;
    left: 0;
    width: 85%;
    padding: 20px;
    height: 100vh;
  }
  .navbar-collapse.collapsing {
    left: -100%;
    transition: height 0s ease;
    background: #fff;
  }
  .navbar-collapse.show {
    transition: left 500ms ease-in-out;
    background: #fff;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  header .container {
    position: relative;
    max-width: 100%;
  }
  .mb-left-nav {
    position: absolute;
    right: 76px;
  }
  .search-mb {
    top: 0;
    padding: 8px 15px;
  }
  .search-icon {
    display: none;
    position: relative;
    right: 17px;
    top: 2px;
  }
  .mob_sign {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fd7e14;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767.98px) {
  header .navbar-brand .logo {
    max-width: 118px;
  }
  header .navbar .navbar-nav .nav-item .nav-link,
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
  .mb-left-nav {
    right: 75px;
  }
}
/*--------------------------------------*/
