header {
  border-bottom-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  border-color: #ddd;
  position: absolute;
  width: 100%;
  height: fit-content;
}
header.scrolled .mobile_navbar {
  top: 75px;
}
header.scrolled .mobile_navbar {
  top: 75px;
}
header.scrolled .mobile_header .overlay {
  top: 75px;
}
/* header top */
.header-top {
  display: block;
  height: 38px;
  background: #0088cc url("/assets/img/header-top (1).png");
  /* background-position: center;
  background-size: cover; */
}
#header_bottom,
#header_center,
#header-top {
  transition: 0.2s ease-in-out;
}
.header-center.isSticky {
  position: fixed !important;
  background: #fff;
  z-index: 80;
  top: 0;
  transform: translateY(0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.header-center.isSticky .header-center-two-bottom {
  display: none;
}
@media screen and (min-width: 640px) {
  /* header.scrolled .mobile_navbar {
    top: 75px;
  }
  header.scrolled .mobile_header .overlay {
    top: 75px;
  } */
}
@media screen and (min-width: 1024px) {
  .header_bottom.isSticky #header-top {
    transform: translateY(-100%);
  }
  .header_bottom.isSticky #header_center {
    transform: translateY(-100%);
  }
  .header_bottom.isSticky {
    position: fixed !important;
    top: 0 !important;
    z-index: 100;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
/* header center */
.header-center {
  position: relative;
  border-bottom-width: 1px;
  width: 100%;
  background-color: #ffffff;
}

/* header center one */
.header-center-one {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #f9f9f9;
}
.header-center-one-wrapper {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.header-center-one-wrapper span {
  display: flex;
  column-gap: 4px;
  align-items: center;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

/* header center two */
.header-center-two {
  padding: 0.75rem 0;
}
.header-center-two-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 46px;
}
.header-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.header-logo span {
  font-size: 8.6px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #22212a;
  white-space: nowrap;
}
.header-logo a {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.header-logo img {
  width: 196px;
  height: auto;
  flex-shrink: 0;
}
.header_center_two_other_side {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  align-items: center;
}
.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 2rem;
  border: 1.5px solid #731982;
  width: 40px;
  background: transparent;
  border-radius: 10px;
  height: 40px;
  color: #731982;
}
.header-center_two_other_side_one {
  display: none;
  column-gap: 0.5rem;
  align-items: center;
}

.header-center_two_other_side_one article {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.header-center_two_other_side_one article ul {
  display: flex;
  align-items: center;
  column-gap: 2px;
  gap: 6px;
  justify-content: center;
}
.header-center_two_other_side_one article ul li svg {
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.header-center_two_other_side_one article p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  color: #22212a;
}
.header-center_two_other_side_one article p b {
  font-weight: 700;
}

.header-center_two_other_side_two {
  display: none;
  align-items: center;
}
.header-center_two_other_side_two {
  display: none;
  align-items: center;
}
.header-center_two_other_side_two span.icon {
  display: block;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #59df3f;
}
.header-center_two_other_side_two article {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-left: 10px;
  line-height: 1.5;
  margin-right: 14px;
  color: #22212a;
  font-family: "Montserrat", sans-serif;
}
.header-center_two_other_side_two article b {
  font-weight: 700;
}
.header-center_two_other_side_two ul {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.header-center_two_other_side_two ul li a {
  display: block;
  width: fit-content;
  height: fit-content;
}
.header-center_two_other_side_two ul li a img {
  width: 26px;
  height: 26px;
}
.header-center_two_other_side_three {
  display: none;
  row-gap: 0.25rem;
  flex-direction: column;
}
.header-center_two_other_side_three a.number {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #22212a;
  font-family: "Montserrat", sans-serif;
}
.header-center_two_other_side_three a.email {
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  color: #999999;
}
.request_call_desk {
  display: none;
}
.request_call_desk button {
  font-size: 0.875rem;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
  width: 183px;
  height: 49px;
  transition: 0.3s ease-in-out;
  border-radius: 200px;
  background: #731982;
}
.request_call_desk button:hover {
  transform: scale(0.98);
}

.header-center-two-bottom {
  display: block;
  margin-top: 16px;
}
.header-center-two-bottom-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.header-center-two-bottom-wrapper .phone-email-side {
  width: max-content;
  flex-direction: column;
  display: flex;
  margin: 0 auto;
}
.header-center-two-bottom-wrapper .phone-email-side a.phone {
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 700;
  color: #22212a;
  font-family: "Montserrat", sans-serif;
}
.header-center-two-bottom-wrapper .phone-email-side a.email {
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
  color: #999999;
  font-family: "Montserrat", sans-serif;
}
.header-center-two-bottom-wrapper .call-side {
  width: 100%;
}
.header-center-two-bottom-wrapper .call-side button {
  width: 100%;
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 600;
  color: #ffffff;
  height: 49px;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
  border-radius: 200px;
  margin: 0 auto;
  background: #731982;
  font-family: "Montserrat", sans-serif;
}
 
/* header bottom */
.header_bottom {
  display: none;
  background: #fff;
  width: 100%;
  z-index: 10;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  height: 60px;
}
.header_bottom_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_bottom_wrapper a {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  border-top: 2px solid transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 19px 0;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #22212a;
  font-family: "Montserrat", sans-serif;
}
.header_bottom_wrapper a.activeLink {
  color: #8e4585;
  border-top-color: #8e4585;
}
.header_bottom_wrapper a:hover {
  color: #8e4585;
  border-top-color: #8e4585;
}

/* mobile header */
.mobile_header {
  display: block;
}
.mobile_navbar {
  max-width: 100%;
  top: 232px;
  left: 0;
  width: 100%;
  background: white;
  z-index: 99;
  padding: 20px;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  position: fixed;
}

.mobile_navbar_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 30px;
}
.mobile_sidebar_one {
  width: 100%;
  text-align: center;
  flex-shrink: 0;
  margin: 0 auto;
}
.mobile_sidebar_one ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.mobile_sidebar_one ul li a {
  font-size: 14px;
  line-height: 17px;
  color: #22212a;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.mobile_sidebar_one ul li a:hover {
  color: #59df3f;
}

.mobile_sidebar_two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}
.mobile_sidebar_two span.icon {
  display: block;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: #59df3f;
}
.mobile_sidebar_two article {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
  margin-right: 14px;
  color: #22212a;
}
.mobile_sidebar_two article b {
  font-weight: 700;
}
.mobile_sidebar_two ul {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.mobile_sidebar_two ul li a {
  display: block;
  width: fit-content;
  height: fit-content;
}
.mobile_sidebar_two ul li a img {
  width: 26px;
  height: 26px;
}

.mobile_sidebar_three {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  flex-shrink: 0;
  margin: 0 auto;
  max-width: 188px;
}
.mobile_sidebar_three h3 {
  font-size: 0.875rem;
  line-height: 17px;
  color: #22212a;
  font-weight: 700;
  margin-bottom: 17px;
  font-family: "Montserrat", sans-serif;
}
.mobile_sidebar_three article {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #22212a;
}
.mobile_sidebar_four {
  width: 100%;
  flex-shrink: 0;
  margin: 0 auto;
  max-width: 250px;
  font-family: "Montserrat", sans-serif;
}
.mobile_sidebar_four h3 {
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  color: #22212a;
  margin-bottom: 17px;
}
.mobile_sidebar_four ul {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.mobile_sidebar_four ul li {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 500;
  color: #22212a;
}
.mobile_sidebar_fifth {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.mobile_sidebar_fifth article {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.mobile_sidebar_fifth article ul {
  display: flex;
  align-items: center;
  column-gap: 2px;
  grid-area: 6px;
  justify-content: center;
}
.mobile_sidebar_fifth article ul li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.mobile_sidebar_fifth article p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  color: #22212a;
}
.mobile_sidebar_fifth article p b {
  font-weight: 700;
}
.mobile_header .overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 70;
  top: 234px;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 640px) {
  .header-center-two-bottom {
    display: none;
  }
  .header-center-two-bottom-wrapper .call-side {
    width: 183px;
  }
  .mobile_navbar {
    top: 113px;
  }
  .mobile_sidebar_four {
    max-width: 196px;
  }
  .hamburger{
    height: 51px;
      font-size: 1.5rem;
    width: 51px;
  }
}
@media (min-width: 1024px) {
  header {
    border-style: none;
  }
  .header-top {
    height: 59px;
  }
  .header-center {
    border-bottom-width: 0;
  }
  .header-center-one {
    display: block;
  }
  .header-center-two {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }
  .header-logo span {
    font-size: 12.6px;
  }
  .header_center_two_other_side {
    justify-content: space-between;
  }
  .hamburger {
    display: none;
  }
  .header-center_two_other_side_one {
    display: flex;
  }
  .header-center_two_other_side_two {
    display: flex;
  }
  .header-center_two_other_side_two {
    display: flex;
  }
  .header-center_two_other_side_three {
    display: flex;
  }

  .request_call_desk {
    display: block;
  }
  .header_bottom {
    display: flex;
    z-index: 10;
    border-bottom:1px solid #F0F0F0;
  }
  .header_bottom_wrapper a {
    line-height: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo img {
    width: 280px;
  }
  .header-center_two_other_side_three a.number {
    font-size: 1.125rem;
    line-height: 22px;
  }
  .header-center-one-wrapper span {
    font-size: 13px;
  }
  .header_bottom_wrapper a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
