.menu-open .mobile_menu {
    display: block !important;
}


@media screen and (max-width: 992px) {
  /* Header */
header{
  .header-middle {
      background: #25aae1 !important;
    height: unset !important;
    padding: 8px 0 26px;
    border-top: 1px solid #fff;
    padding-left: 3px;
    border-bottom: 1px solid #595959;
  }

  .site-branding {
    padding-top: unset !important;
    padding-left: unset !important;
  }
  .navbar-brand {
    > div {
      display: block !important;
      .site-slogan {
        display: block !important;
      }
    }
  }
  #block-pas-family-change-menutogglebtn {
        display: block !important;
    height: auto;
    width: 36px;
    float: right;
    .menu-btn {
      height: 100%;
      width: 100%;
      border: 1px solid #fff !important;
      svg {
    fill: #fff !important;
}
    }
    img {
      height: 100%;
      width: 100%;
    }
  }
  .mobile_menu {
    > div {
      background: #074159;
      padding: 1em;
      position: absolute;
      top: 42px;
      left: 50%;
      right: 50%;
      transform: translate(-50%, -24%);
      z-index: 10;
      color: #fff;
    }
    li > a {
          font-size: 17.5px !important;
    line-height: 36px;
    font-weight: 400;
    padding: 0 !important;
    }
  }

  .secondary-menu-first,
  .secondary-menu-second,
  .primary-menu ul {
    display: none !important;
  }
  .header-bottom {
    position: relative;
  }
}

.content-section {
    padding: 20px 0px !important;
}
  iframe {
    height: 234px !important;
  }
.region-content{
  padding:0 !important;
}
.get-started-block {
.language-toggle{
  margin-right: 3px;
}
.language-toggle a{
  width: 49%;
}
ul.action-links{
  li{
    width: 89.5% !important;
  }
}
}
  footer.site-footer {
    padding: 44px 14px 25px 14px !important;
    > .container {
      flex-direction: column;
      align-items: center;
      justify-content: center !important;
      row-gap: 0.3rem;
      p,
      a {
        font-size: 12px;
      }
    }
  }
}

@media screen and (max-width: 766px) {
  .site-branding {
    .site-title {
      font-size: 22px !important;
    }
    .site-slogan {
      font-size: 10px !important;
    }
  }

  .header-middle {
    .row {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap !important;
    }
    .row > div {
      width: min-content !important;
    }
  }


  .mobile_menu {
    > div {
      max-width: 100% !important;
      padding: 13px 10px 13px 23px !important;
      position: absolute;
      top: 0 !important;
      left: 0 !important;
      right: unset !important;
      transform: unset !important;
      z-index: 10;
      color: rgb(255, 255, 255);
    }
  }
  .site-slogan {
    font-size: 10px;
  }
  .account-menu {
    background: #f36d21;
    padding: 12px 0 !important;
    ul {
      justify-content: start !important;
      gap: 8px !important;
      margin: 0 !important;
      li {
        a {
          font-size: 9px !important;
          line-height: 14px !important;
        }
      }
    }
  }
}

@media screen and (max-width: 426px) {
  .header-top {
    height: 50px;
    .row > div {
      padding: 1px 16px 0 7px;
    }
  }
  .header-top-left {
    img {
         max-height: 44.45px !important;
    width: 205px;
    object-fit: cover;
    }
  }
}
@media screen and (max-width: 766px) and (min-width: 426px) {
  .site-branding {
    .site-title {
      font-size: 28px !important;
    }
  }
}
