/* Ul li with fontawsome icon */

ul.customulphone {
  list-style: none;
}
ul.customulphone li {
  font-size: 14px !important;
}
ul.customulphone li::before {
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  padding: 5px 10px 0 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a0";
}

ul.customul {
  list-style: none;
}
ul.customul li {
  font-size: 14px !important;
}
ul.customul li.emailicon::before {
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  padding: 5px 10px 0 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}

a.accountlink {
  padding: 5px 5px 5px 5px !important;
  margin-top: 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

a.accountlink::before {
  font-variant: normal;
  text-rendering: auto;
  padding: 0px 10px 0 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2bd";
}

/* header css  */
.search-input {
  width: 500px;
}
.search-input input {
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);*/
  padding-left: 10px;
  padding-right: 1.5rem;
  width: 100%;
  /*outline: none;*/
  /*border: none;*/
  height: 45px;
}
.search-input .search-btn {
  /* position-absolute top-0 right-0 h-100 px-4 text-white bg-secondary-main d-flex align-items-center justify-content-center border-0 */
  position: absolute;
  top: 0;
  right: 0;
  background: #8bc43f;
  border: none;
  height: 40px;
}
.text-purple {
  color: #103f83 !important;
  font-size: 14px;
}
.custom-offcanvas {
  background: #fff;
  position: fixed;
  top: 0;
  height: 100vh;
  left: -1000px;
  width: 400px;
  z-index: 111;
  transition: 0.3s linear;
  padding: 20px;
  overflow-y: auto;
}
.open-offcanvas .custom-offcanvas {
  transition: 0.3s linear;
  left: 0;
}
.offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 11;
  background: #00000086;
  display: none;
}
.open-offcanvas .offcanvas-overlay {
  display: block;
}
.accordian-item {
  border-bottom: 1px solid #e5e7eb;
}
.accordian-button {
  padding: 8px 0px;
  font-size: 16px;
  font-weight: 700;
  color: #103f83;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordian-button:focus {
  box-shadow: none;
}
.link-acc {
  margin-left: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
  color: #103f83;
  font-size: 16px;
  margin-bottom: 10px;
}
.link-acc .angle-right {
  height: 20px;
  transform: rotate(180deg);
}
.link-acc:last-child {
  border-bottom: none;
}
.top-banner {
  background: #0f3f83;
  padding: 0.25rem;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.fw-700 {
  font-weight: 700;
}
@media (min-width: 576px) {
  .custom-navbar .container {
    max-width: 635px;
  }
}
@media (min-width: 768px) {
  .custom-navbar .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-navbar .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-navbar .container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .custom-navbar {
    padding: 0px;
  }
  .custom-navbar .collapse:not(.show) {
    display: flex !important;
    opacity: 1;
    overflow-y: unset;
    position: static;
  }
  .search-input {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .custom-navbar {
    position: relative !important;
  }
  .search-input {
    width: 100%;
  }
  .custom-offcanvas {
    width: 100%;
  }
}
