.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f3fafa;
  right: 0;
  height: 8vw;
  display: flex;
  align-items: center;
}
.header-wrap .header-btn {
  text-align: left;
}
.header-wrap .header-btn .shop-product {
  display: none;
}

#toggleButton {
  position: relative;
  right: 31px;
  padding: 0px;
}
#toggleButton img {
  width: 30px;
  height: 42px;
  max-width: 30px;
}

.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: white;
  position: fixed;
}

.header-wrap.sticky.style1 .header-bottom {
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .header-wrap.style1 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  }
  .header-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .navbar .navbar-brand img {
    max-width: 250px;
  }
  .header-wrap .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .navbar .navbar-collapse .header-btn {
    text-align: left;
  }
  .header-wrap .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    width: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
    color: #006AB6;
    font-size: 1.125rem;
    line-height: 1;
    position: relative;
    top: 7px;
    display: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #f3f4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #006AB6;
    font-weight: 700;
    text-wrap-mode: nowrap;
  }
  .header-wrap .navbar .navbar-nav .nav-item.has-submenu a {
    border-bottom: 1px solid #f3f4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #006AB6;
    font-weight: 700;
  }
  .header-wrap .navbar .navbar-nav .nav-item.has-submenu a i {
    display: block;
  }
  .header-wrap .navbar .navbar-nav .nav-item.has-submenu a:after {
    content: "\f107";
    display: inline-block;
    margin-left: 7px;
    font-family: FontAwesome;
    font-size: 1.375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 0;
    border-top: 0px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.has-submenu .submenu-list .submenu-list__item a:after {
    content: "\f107";
    display: inline-block;
    margin-left: 7px;
    font-family: FontAwesome;
    font-size: 1.375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 0;
    display: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item.active a:after {
    content: "\f106";
    display: inline-block;
    margin-left: 7px;
    font-family: FontAwesome;
    font-size: 1.375rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #00A0E3;
  }
  .header-wrap .navbar .navbar-nav .nav-item .btn {
    margin-top: 15px;
    display: block;
    width: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .btn:after {
    display: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #e5f5fc;
    border: none;
    padding: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
    text-transform: uppercase;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #002172;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .btn.style1 {
    margin-top: 15px;
    color: #fff;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #006AB6;
    font-size: 30px;
    font-weight: 500;
  }
  .menu-close img {
    height: 35px;
    width: 35px;
  }
  .mobile-menu {
    text-align: right;
    display: inline-block;
    position: relative;
    top: -1px;
  }
  .mobile-menu button:focus {
    box-shadow: none;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .mobile-menu .icon-menu {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    fill: none;
  }
  .mobile-menu .icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #006AB6;
  }
  .mobile-menu .icon-menu .line-1 {
    top: 0;
  }
  .mobile-menu .icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
    width: 80%;
  }
  .mobile-menu .icon-menu .line-3 {
    bottom: 0;
    width: 70%;
  }
  .mobile-menu .is-active .icon-menu {
    width: 30px;
    height: 30px;
  }
  .mobile-menu .is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -moz-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    width: 100%;
    top: 10px;
  }
  .mobile-menu .is-active .icon-menu .line-2 {
    opacity: 0;
  }
  .mobile-menu .is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    width: 100%;
    top: 26px;
  }
  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #E5F5FC;
    z-index: 999;
    top: 56px;
    /* height: 100vh; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    padding: 30px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .main-menu-wrap.open {
    left: 0;
    top: 63px;
    padding-top: 0;
  }
  .main-menu-wrap.open .search-fun {
    display: none;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #002172;
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap .navbar {
    padding: 0;
    padding: 0;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
    max-width: 27.4vw;
    width: 100%;
  }
  .header-wrap .navbar .navbar-brand .logo-light {
    display: block !important;
    width: 100%;
    max-width: fit-content;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  .header-wrap .navbar .navbar-nav {
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a {
    position: relative;
  }
  .header-wrap .navbar .navbar-nav > .nav-item > a:after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #00A0E3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 12px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    padding: 30px 0;
    color: #006AB6;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover {
    color: #00A0E3;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i.header-search-icon {
    transform: rotate(0deg);
  }
  .header-wrap .navbar .navbar-nav .nav-item a:focus {
    color: #00A0E3;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:focus:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 0px;
    display: none;
    margin-left: -2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #00A0E3;
  }
  .header-wrap .navbar .navbar-nav .nav-item a.active:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 95px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    max-width: 100vw;
    width: 100%;
    padding: 0px 0;
    display: block;
    border-radius: 0;
    border-radius: 0 0 5px 5px;
    position: static;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #BDE7E0;
    /*&:has(.test) {
        width: max-content;
    }*/
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 28px 10px;
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*width: 225px;*/
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #00A0E3;
    /*padding-left: 15px;*/
    /*width: 233px;*/
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ec3323;
    padding-left: 32px;
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before {
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li.test a {
    padding: 9px 10px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .submenu-content__list-item {
    display: block;
    border-radius: 0px;
    background-color: #fff;
    cursor: auto;
    padding: 20px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .submenu-content__list-item .submenu-list__item-wrapper a.submenu-list__item-link {
    padding: 9px 10px;
    font-size: 1.25rem;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .submenu-content__list-item .submenu-list__item-wrapper a.submenu-list__item-link p {
    font-weight: 400;
    font-size: 1rem;
  }
  .header-wrap .navbar .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
    width: max-content;
  }
  .header-wrap .navbar .navbar-nav .nav-item:nth-child(5) .dropdown-menu {
    width: max-content;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 60px;
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .others-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .navbar .navbar-brand {
    max-width: 27.4vw;
    width: 100%;
  }
}
@media only screen and (min-width: 1350px) {
  .header-wrap .navbar .navbar-brand {
    max-width: 440px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .navbar .navbar-brand img {
    max-width: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 7px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    text-transform: uppercase;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    text-transform: uppercase;
  }
  .header-wrap .header-btn button.btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 12px;
  }
  .header-wrap .header-btn button.btn {
    padding: 12px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item:has(.submenu-list .submenu-content) {
    position: unset;
  }
  .header-wrap .navbar .navbar-nav .nav-item:has(.submenu-list .submenu-content) .submenu-list__item.test {
    position: absolute;
    top: 50px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 1.125rem;
    text-transform: uppercase;
  }
}
.header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px 0 40px;
  border-radius: 60px;
  min-height: 82px;
  background-color: rgb(25, 27, 36);
}

.header__logo {
  max-width: 90px;
}

.header__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.header__navigation-wrapper {
  display: flex;
  width: 100%;
  padding-left: 50px;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.header__list-item {
  display: flex;
  padding: 0px 0 0px;
  margin-bottom: -20px;
  gap: 8px;
  font-size: 16px;
}
.header__list-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.header__list-item > a svg path {
  transition: var(--transition);
}
.header__list-item .submenu-wrapper {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  /*background-color: rgba(25, 27, 36, 1);
  min-height:15.625vw;*/
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}

.header__list-item:hover .submenu-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__list-item:hover ~ .header__list-item .submenu-wrapper {
  display: none;
}
.header__list-item:hover > a {
  color: var(--color-primary);
  fill: var(--color-primary);
}
.header__list-item:hover > a svg path {
  color: var(--color-primary);
  fill: var(--color-primary);
}

.header__button:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
  background-color: rgba(255, 255, 255, 0.04);
}
.submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.submenu-list__item.has-submenu:hover .submenu-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 70%;
}

.submenu-content__list-item:hover .submenu-content__link {
  border-color: rgba(255, 255, 255, 0.3);
}
.submenu-content__list-item:hover .submenu-content__link-img img {
  transform: scale(1.05);
}

.submenu-content__url:hover {
  color: var(--color-primary);
  stroke: var(--color-primary);
}
.submenu-content__url:hover svg {
  transform: translateX(5px);
}
.submenu-content__url:hover svg path {
  color: var(--color-primary);
  stroke: var(--color-primary);
}

.header__buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: max-content;
  padding: 6px 20px;
  border-radius: 100px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  transition: var(--transition);
}

.submenu-list__title {
  width: max-content;
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(160, 161, 165);
}

.submenu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 295px;
  padding-left: 0;
}

.submenu-list__item {
  display: flex;
  cursor: pointer;
  margin-left: 10px !important;
  margin-right: 10px;
  justify-content: space-between;
}

.submenu-list__item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px 16px 6px 6px;
  gap: 16px;
  border-radius: 14px;
  transition: var(--transition);
  background-color: #fff !important;
}
.submenu-list__item-wrapper > svg {
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.submenu-list__wrapper {
  position: relative;
}

.submenu-content {
  /*position: absolute;*/
  right: 0;
  top: 0;
  max-width: calc(100% - 365px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}

.submenu-list__item.has-submenu.active .submenu-content {
  opacity: 1;
  visibility: visible;
  width: 70%;
}
.submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
  background-color: rgba(255, 255, 255, 0.04);
}
.submenu-list__item.has-submenu.active .submenu-list__item-wrapper a {
  width: 100%;
}
.submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.submenu-list__item-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.submenu-list__item-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.submenu-list__item-icon {
  display: flex;
}

.submenu-list__item-subtile {
  font-size: 12px;
  font-weight: 400;
  color: rgb(160, 161, 165);
}

.submenu-content__title {
  width: max-content;
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(160, 161, 165);
}

.submenu-content__list:not(.events) {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  padding: 0;
}

.submenu-content__list.events {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
}
.submenu-content__list.events .submenu-content__link-img {
  width: 100%;
  max-width: 220px;
  flex: 1;
  border-radius: 13px;
  margin-bottom: 0;
}
.submenu-content__list.events .submenu-content__link-title {
  padding: 0;
  margin-bottom: 12px;
}
.submenu-content__list.events .submenu-content__link-text {
  padding: 0;
  margin-bottom: 12px;
}

.submenu-content__list-item {
  display: block;
  border-radius: 0px;
  background-color: #fff;
  cursor: auto;
  padding: 20px;
}
.submenu-content__list-item .submenu-list__item-wrapper a.submenu-list__item-link {
  padding: 9px 10px;
}

.submenu-content__link {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 10px 10px 20px;
  border: 1px solid transparent;
  transition: var(--transition);
}

.submenu-content__link-img {
  margin-bottom: 20px;
  border-radius: 13px;
  overflow: hidden;
  transition: var(--transition);
}
.submenu-content__link-img img {
  transition: 0.4s ease-in;
}

.submenu-content__link-title {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.submenu-content__link-text {
  padding: 0 10px;
  font-size: 12px;
  color: rgb(160, 161, 165);
}

.submenu-content__link-wrapper {
  display: flex;
  gap: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}

.submenu-content__info {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}

.submenu-content__category {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.submenu-content__link-address {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(160, 161, 165);
}
.submenu-content__link-address span {
  line-height: 0.9;
}

.submenu-content__link-date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(160, 161, 165);
}
.submenu-content__link-date span {
  line-height: 0.9;
}

.submenu-content__url {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  transition: var(--transition);
}
.submenu-content__url svg,
.submenu-content__url svg path {
  transition: var(--transition);
}

.header__burger {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 24px;
  margin-left: auto;
}

.header__burger i {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 13px;
  transition: var(--transition);
}

.header__burger.active i:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.header__burger.active i:nth-child(2) {
  opacity: 0;
}
.header__burger.active i:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}

@media screen and (max-width: 1280px) {
  .header__navigation-wrapper {
    padding-left: 25px;
  }
  .submenu-list {
    max-width: 250px;
  }
  .submenu-content {
    max-width: calc(100% - 270px);
  }
  .submenu-content__url {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .base-template__wrapper {
    min-height: 105vh;
  }
  .header {
    min-height: 64px;
    padding: 0 20px;
  }
  .header__burger {
    display: flex;
  }
  .header__navigation-wrapper {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 110%;
    left: 0;
    padding: 20px;
    background-color: rgb(25, 27, 36);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
  .header__navigation-wrapper.open {
    opacity: 1;
    visibility: visible;
  }
  .header__list {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
  .header__buttons-wrapper {
    flex-direction: column;
    margin-left: unset;
    margin-top: 50px;
    gap: 8px;
  }
  .header__navigation {
    width: 100%;
  }
  .header__list-item {
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
    margin: 0;
  }
  .header__list-item .submenu-wrapper {
    position: static;
    padding: 0;
    max-height: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow: hidden;
    transition: max-height var(--transition);
  }
  .header__list-item.active a {
    fill: var(--color-primary);
    color: var(--color-primary);
  }
  .header__list-item.active a > svg path {
    fill: var(--color-primary);
    color: var(--color-primary);
  }
  .submenu-list {
    width: 100%;
    max-width: 100%;
    gap: 5px;
  }
  .submenu-list__wrapper {
    margin-top: 30px;
  }
  .submenu-list__item {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .submenu-list__item:active .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.04);
  }
  .submenu-list__item:active .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible;
  }
  .submenu-list__title {
    display: none;
  }
  .submenu-content {
    display: none;
  }
  .header__button {
    border: 1px solid rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767.9px) {
  .header__buttons-wrapper {
    width: 100%;
  }
  .header__button {
    width: 100%;
  }
}
.footer-wrap {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  padding-top: 60px;
}
.footer-wrap .footer-logo {
  max-width: 35rem;
  width: 100%;
}
.footer-wrap .footer-logo a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  color: #5A5A5A;
  margin-top: 20px;
  display: block;
}
.footer-wrap .footer-logo a span {
  display: inline-block;
}
.footer-wrap .footer-content-section {
  background-color: #e5f5fc;
  margin-top: 70px;
}
.footer-wrap .f-copyright-sec {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  flex-direction: column;
}
.footer-wrap .footer-navigation {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.footer-wrap .footer-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  padding: 20px 0;
  float: left;
}
.footer-wrap .footer-navigation ul li {
  list-style: none;
  font-weight: 600;
  color: #5A5A5A;
  font-size: 1.12rem;
}
.footer-wrap .footer-navigation ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.7rem;
  color: #5A5A5A;
}
.footer-wrap .footer-navigation ul li a strong {
  font-weight: 800;
  text-decoration: underline;
}
.footer-wrap .footer-navigation .f-social {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
  float: right;
  padding: 13px 0;
}
.footer-wrap .footer-navigation .f-social a {
  width: 36px;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
    margin: 12px 0;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
    padding-left: 16px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 16px;
    top: 3px;
  }
  .footer-wrap .footer-navigation {
    display: flex;
    flex-direction: column;
  }
  .footer-wrap .footer-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .footer-wrap .footer-navigation ul li {
    text-align: center;
  }
  .footer-wrap .footer-navigation ul li a {
    line-height: 1.7rem;
  }
  .footer-wrap .footer-navigation .f-social {
    justify-content: center;
    padding: 13px 4px !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section,
header,
footer,
.hkimagepopupblock {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
section .container,
header .container,
footer .container,
.hkimagepopupblock .container {
  max-width: 95%;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  padding: 14px 35px;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  cursor: pointer;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 solid;
}

input[type=submit] {
  cursor: pointer;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1 {
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/siteassets/img/icon-19x15-down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 96% 50%;
  padding-right: 45px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.nobr-cls {
  text-wrap-mode: nowrap;
  white-space: nowrap;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

.btn.fb {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #1976d3;
}
.btn.fb span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: #156abd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.fb span i {
  font-size: 22px;
  position: relative;
  top: -1px;
  margin: 0;
}

.btn.twitter {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #03a9f5;
}
.btn.twitter span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: #0398dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.twitter span i {
  font-size: 22px;
  position: relative;
  top: -1px;
  margin: 0;
}

.btn.linkedin {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #ff641a;
}
.btn.linkedin span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: #e55a17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.linkedin span i {
  font-size: 22px;
  position: relative;
  top: -1px;
  margin: 0;
}

.social-profile.style1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-profile.style1 li a:hover {
  background-color: #ec3323;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f9f9f9;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.01);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-profile.style2 li a:hover {
  background-color: #ec3323;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #8050c0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader div {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  display: inline-block;
  -webkit-animation: bouncing 1.4s linear infinite;
  animation: bouncing 1.4s linear infinite;
}
.loader div:last-child {
  margin: 0;
}
.loader div:nth-child(1) {
  background: rgba(236, 51, 35, 0.9);
}
.loader div:nth-child(2) {
  background: rgba(236, 51, 35, 0.7);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader div:nth-child(3) {
  background: rgba(236, 51, 35, 0.5);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.btn.style2 {
  background-color: #8050C0;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #8050C0;
  padding: 0.625rem 3.125rem;
  border-radius: 0px;
}
.btn.style2:hover {
  border: 1px solid #4D55AE;
  background-color: #4D55AE;
}
.btn.style2:active {
  border: 1px solid #21007A;
  background-color: #21007A;
}
.btn.style2:focus {
  border: 1px solid #21007A;
  background-color: #21007A;
}

.btn.login {
  margin-left: 20px;
}

.create-account {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.my-account {
  background-color: #006ab6;
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.45rem 3.125rem;
  border-radius: 0px;
  margin-right: 20px;
}

.btn.style3 {
  background-color: #006ab6;
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.45rem 3.125rem;
  border-radius: 0px;
}
.btn.style3:hover {
  color: #ffffff;
  background: #003B7A;
}
.btn.style3:active {
  color: #ffffff;
  background: #003B7A;
  border: 1px solid #006AB6;
}
.btn.style3:focus {
  color: #ffffff;
  background: #003B7A;
  border: 1px solid #006AB6;
}

.link {
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #ec3323;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.link:hover i {
  margin-left: 10px;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.theme-light .footer-logo .logo-light,
.theme-light .navbar-brand .logo-light {
  display: block !important;
  width: 230px;
}

.custom-d-block {
  display: block !important;
}

.header-search-icon {
  display: block !important;
}

.search-area-mobile {
  display: none;
}

.common-link {
  color: #006AB6;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.common-link:hover {
  color: #00A0E3;
}
.common-link:hover:after {
  content: "\f061";
  display: inline-block;
  margin-left: 10px;
  font-family: FontAwesome;
  font-size: 1.375rem;
}
.common-link:after {
  content: "\f061";
  display: inline-block;
  margin-left: 7px;
  font-family: FontAwesome;
  font-size: 1.375rem;
  transition: 0.5s;
}

.search-area {
  width: 100%;
  padding: 5rem;
  background-color: #fff;
  text-align: center;
  display: none;
}
.search-area:after {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5rem;
  color: #006AB6;
  position: absolute;
  margin-left: -36px;
  margin-top: 9px;
}
.search-area #headersearch {
  width: 70%;
  margin: 0 auto;
  height: 54px;
  padding: 10px;
  align-items: center;
  border: 2px solid #006AB6;
  background: #FFF;
}
.search-area #headersearch:focus {
  border: 2px solid #006AB6;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  outline: none;
}

main {
  margin-top: 8vw;
}

.home-banner-section {
  padding: 6rem 0px 6rem;
  text-align: center;
  background: url(/siteassets/img/img-1390x1157-blurred-wave.png) rgba(0, 160, 227, 0.1) 0 no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}
.home-banner-section:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.63);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.home-banner-section .container {
  position: relative;
  z-index: 1;
}
.home-banner-section h1 {
  color: #006AB6;
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
}
.home-banner-section h3 {
  color: #006AB6;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.home-banner-section p {
  color: #000;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 54.856vw;
  margin: 32px auto;
}
.home-banner-section .bnr-btn-sec {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.home-banner-section .home-banner-product {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 6rem;
}

.home-quick-support {
  padding: 30px 50px;
  background-color: #f0f9f8;
}
.home-quick-support .quick-support-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.home-quick-support h3 {
  color: #006AB6;
  text-align: left;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.home-quick-support h2 {
  color: #006AB6;
  text-align: left;
  font-family: "DM Serif Text", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-quick-support p {
  color: #000;
  text-align: left;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 36.856rem;
}

.create-account-bnr-sec {
  padding: 4.5rem 0px 4.5rem;
  text-align: left;
  background: url(/siteassets/img/img-1390x1157-blurred-wave.png) rgba(0, 160, 227, 0.1) 0 no-repeat;
  position: relative;
  margin-top: 1rem;
  background-size: cover;
  background-position: left;
}
.create-account-bnr-sec:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.63);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.create-account-bnr-sec .container {
  position: relative;
  z-index: 1;
}
.create-account-bnr-sec .create-account-bnn-text {
  max-width: 1514px;
  width: 100%;
  margin: 0 auto;
}
.create-account-bnr-sec h2 {
  color: #006AB6;
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  margin-bottom: 55px;
}
.create-account-bnr-sec h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #000;
}
.create-account-bnr-sec p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000;
}
.create-account-bnr-sec p:last-child {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 36px;
  color: #006AB6;
}
.create-account-bnr-sec ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000;
  line-height: 40px;
}
.create-account-bnr-sec h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #000;
}

.shop-products-banner {
  padding: 6rem 0px 6rem;
  text-align: center;
  background: url(/siteassets/img/img-1390x1157-blurred-wave.png) rgba(0, 160, 227, 0.1) 0 no-repeat;
  position: relative;
  background-size: cover;
}
.shop-products-banner h1 {
  color: #006AB6;
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
}

.userapp-form {
  max-width: 1514px;
  width: 100%;
  margin: 0 auto;
}
.userapp-form h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #006AB6;
  margin-top: 25px;
  margin-bottom: 0px;
}
.userapp-form section#__field_ {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.userapp-form section#__field_ .ValidationRequired .Form__Element__Caption:after {
  content: "*";
  color: red;
}
.userapp-form section#__field_ .FormFileUpload {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
  gap: 12% !important;
}
.userapp-form section#__field_ .FormFileUpload label {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  width: 50%;
}
.userapp-form section#__field_ .FormFileUpload input {
  max-width: 365px;
  width: 100%;
  padding: 8px;
}
.userapp-form section#__field_ .multi-choice-checkbox label {
  display: flex !important;
  align-items: center;
  gap: 24px;
}
.userapp-form section#__field_ .multi-choice-checkbox label input[type=checkbox] {
  min-width: 40px;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #00A0E3;
  border-radius: 2px;
  margin-right: 0px;
  cursor: pointer;
  position: relative;
}
.userapp-form section#__field_ .multi-choice-checkbox label input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 14px;
  width: 10px;
  height: 19px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.userapp-form section#__field_ .multi-choice-checkbox label input[type=checkbox]:checked {
  background-color: #00A0E3;
}
.userapp-form section#__field_ .multi-choice-checkbox label input[type=checkbox]:checked:before {
  opacity: 1;
}
.userapp-form section#__field_ .multi-choice-checkbox label .popup-link {
  margin-left: -19px;
}
.userapp-form section#__field_ .multi-choice-checkbox label .popup-link {
  color: #006ab6;
}
.userapp-form section#__field_ input,
.userapp-form section#__field_ select {
  height: 3.5rem;
  border-width: 1px;
  padding-right: 13px;
  padding-left: 13px;
  width: 100%;
  border: 1px solid #00A0E3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: rgba(12, 12, 13, 0.7098039216);
}
.userapp-form section#__field_ .Form__Element__Caption {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.userapp-form section#__field_ .Form__Element.FormChoice {
  height: 6.25rem;
}
.userapp-form section#__field_ .multi-choice-checkbox .Form__Element.FormChoice {
  height: auto !important;
}
.userapp-form section#__field_ .cctype-choice {
  max-width: 33%;
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
.userapp-form section#__field_ .cctype-choice label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
}
.userapp-form section#__field_ .cctype-choice input[type=radio] {
  min-width: 40px;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #00A0E3;
  border-radius: 50px;
  margin-right: 0px;
  cursor: pointer;
  position: relative;
}
.userapp-form section#__field_ .cctype-choice input[type=radio]:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 14px;
  width: 10px;
  height: 19px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.userapp-form section#__field_ .cctype-choice input[type=radio]:checked {
  background-color: #00A0E3;
}
.userapp-form section#__field_ .cctype-choice input[type=radio]:checked:before {
  opacity: 1;
}
.userapp-form section#__field_ .submit-app-btn {
  text-align: center;
  margin-top: 20px;
}
.userapp-form .EPiServerForms .Form__MainBody {
  display: block !important;
}
.userapp-form .EPiServerForms .Form__Success .Form__Success__Message {
  background-color: transparent;
  color: #333;
}
.userapp-form .submit-form-popup .modal-header {
  display: flex;
  flex-direction: column;
  border: none;
}
.userapp-form .submit-form-popup .modal-dialog {
  max-width: 65.75rem;
  width: 100%;
}
.userapp-form .submit-form-popup h2 {
  font-family: "DM Serif Text", serif;
  font-weight: 700;
  font-size: 5rem;
  color: #006AB6;
  margin-top: 55px;
  margin-bottom: 0px;
}
.userapp-form .submit-form-popup h5 {
  font-size: 1.375rem;
  color: #000;
}
.userapp-form .submit-form-popup .modal-body p {
  text-align: center;
  font-size: 1.125rem;
  color: #000;
}
.userapp-form .submit-form-popup .modal-footer {
  border: none;
  justify-content: center;
  max-width: 28.75rem;
  width: 100%;
  margin: 0 auto 4.688rem;
}
.userapp-form .submit-form-popup .modal-footer button {
  width: 100%;
}

.login-form-sec {
  padding: 4.5rem 0px 14.5rem;
  text-align: left;
  background: url(/siteassets/img/img-1390x1157-blurred-wave1.png) rgba(0, 160, 227, 0.1) 0 no-repeat;
  position: relative;
  margin-top: 1rem;
  background-size: cover;
}
.login-form-sec h3 {
  color: #006AB6;
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  margin-bottom: 55px;
}
.login-form-sec .card-body {
  padding: 3rem 7rem !important;
}
.login-form-sec .card-body input {
  height: 3.25rem;
  width: 100%;
}
.login-form-sec .card-body .form-check-input {
  width: 40px !important;
  height: 34px !important;
  border-radius: 8px !important;
}
.login-form-sec .card-body .form-check {
  display: flex;
  align-items: center;
  gap: 25px;
}
.login-form-sec .card-body .password-wrapper {
  position: relative;
}
.login-form-sec .card-body .toggle-password {
  position: absolute;
  top: 68%;
  right: 18px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
  width: 20px;
}
.login-form-sec .card-body label {
  font-size: 1rem;
  font-weight: 500;
}
.login-form-sec .card-body a {
  color: #009EF7;
  font-weight: 500;
  font-size: 1rem;
}
.login-form-sec .card-body .tandc-link {
  font-weight: 700;
  margin-top: 150px;
}
.login-form-sec .card-body .tandc-link a {
  font-weight: 700;
}
.login-form-sec .card-body P {
  font-size: 1rem;
}
.login-form-sec .card-body .login-btn-sec {
  display: flex !important;
  gap: 2%;
}
.login-form-sec .card-body .login-btn-sec .userlogin {
  width: 65%;
}
.login-form-sec .card-body .login-btn-sec .usersso {
  width: 35%;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 1.125rem;
}
.login-form-sec .alert-danger {
  background: transparent;
  border: 0;
  color: red;
  text-align: center;
  padding: 15px 15px 0;
  margin: 0;
}

.resetpass-form-popup .modal-header {
  display: flex;
  flex-direction: column;
  border: none;
}
.resetpass-form-popup .modal-dialog {
  max-width: 34.799rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
}
.resetpass-form-popup .modal-dialog p {
  text-align: center;
  font-size: 0.875rem;
  color: #000;
}
.resetpass-form-popup .modal-dialog .form-label {
  float: left;
}
.resetpass-form-popup .modal-dialog #login {
  padding-top: 50px;
}
.resetpass-form-popup .modal-dialog #login .ui-dialog-title {
  font-family: "DM Serif Text", serif;
  font-weight: 700;
  font-size: 5rem;
  color: #006AB6;
  margin-top: 55px;
  margin-bottom: 0px;
}
.resetpass-form-popup .modal-dialog #login #login-box {
  max-width: 33.75rem;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
}
.resetpass-form-popup .modal-dialog #login #login-box .dnnLabel {
  text-align: left;
  font-weight: 500;
  font-size: 0.875rem;
  color: #949CA9;
  margin-top: 20px;
}
.resetpass-form-popup .modal-dialog #login #login-box input {
  height: 3.25rem;
  width: 100%;
  border: 1px solid #E8E9EA;
  padding: 10px;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #000;
}
.resetpass-form-popup .modal-dialog #login #login-box #dnn_ctr_SendPassword_lblHelp {
  text-align: center;
  font-size: 0.875rem;
  color: #000;
}
.resetpass-form-popup .modal-dialog #login #login-box input#SendPassword {
  background-color: #8050C0;
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #8050C0;
  padding: 0.625rem 3.125rem;
  border-radius: 0px;
  margin-top: 20px;
}
.resetpass-form-popup .modal-dialog #login #login-box ul.dnnActions.dnnClear {
  list-style: none;
  padding: 0;
  margin: 0;
}
.resetpass-form-popup .modal-dialog {
  max-width: 65.75rem;
  width: 100%;
}
.resetpass-form-popup h2 {
  font-family: "DM Serif Text", serif;
  font-weight: 700;
  font-size: 5rem;
  color: #006AB6;
  margin-top: 55px;
  margin-bottom: 0px;
}
.resetpass-form-popup .reset-form-sec {
  max-width: 28.75rem;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
}
.resetpass-form-popup .reset-form-sec input {
  height: 3.25rem;
  width: 100%;
}
.resetpass-form-popup .modal-footer {
  border: none;
  justify-content: center;
  max-width: 28.75rem;
  width: 100%;
  margin: 0 auto 4.688rem;
}
.resetpass-form-popup .modal-footer button {
  width: 100%;
}

.tnc-form-popup .modal-header {
  display: flex;
  flex-direction: column;
  border: none;
}
.tnc-form-popup .modal-body {
  max-width: 90.799rem;
  margin: 0 auto;
  padding-top: 0;
}
.tnc-form-popup .modal-body p {
  font-size: 1.2rem;
  color: #000;
}
.tnc-form-popup .modal-body .form-label {
  float: left;
}
.tnc-form-popup .modal-dialog {
  max-width: 70%;
  width: 100%;
}
.tnc-form-popup h2 {
  font-family: "DM Serif Text", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #006AB6;
  margin-top: 35px;
  margin-bottom: 0px;
}
.tnc-form-popup button.btn-close {
  position: absolute;
  right: 15px;
}
.tnc-form-popup .reset-form-sec {
  max-width: 28.75rem;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
}
.tnc-form-popup .reset-form-sec input {
  height: 3.25rem;
  width: 100%;
}
.tnc-form-popup .modal-content {
  margin: 30px;
  max-height: 70%;
  height: 100%;
}
.tnc-form-popup .modal-footer {
  border: none;
  justify-content: center;
  max-width: 28.75rem;
  width: 100%;
  margin: 0 auto 4.688rem;
}
.tnc-form-popup .modal-footer button {
  width: 100%;
}

.usersection-main.termssection {
  margin-top: 5rem;
}

#termsContent li,
.tnc-form-popup li {
  font-size: 1.2rem;
  padding-bottom: 10px;
}
#termsContent table,
.tnc-form-popup table {
  border-collapse: collapse;
  max-width: 1150px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  display: block;
  overflow-x: auto;
  margin-bottom: 25px;
}
#termsContent table .merge-center,
.tnc-form-popup table .merge-center {
  text-align: center;
  font-weight: bold;
}
#termsContent table ol li,
.tnc-form-popup table ol li {
  padding-bottom: 15px;
  line-height: 1.8;
}
#termsContent tbody tr th,
.tnc-form-popup tbody tr th {
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
  background-color: #006AB6;
  color: #ffffff;
}
#termsContent tbody tr td,
.tnc-form-popup tbody tr td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
#termsContent tbody tr .subheader,
.tnc-form-popup tbody tr .subheader {
  background-color: #dbe5f1 !important;
  font-weight: bold;
  text-align: center;
}
#termsContent .merge-center,
.tnc-form-popup .merge-center {
  text-align: center;
  font-weight: 800;
}
#termsContent p,
.tnc-form-popup p {
  font-size: 1.2rem;
}

.my-account-sec {
  margin-bottom: 50px;
}
.my-account-sec #v-tabs {
  height: 54.625rem;
  border: 1px solid #BDE7E0;
  padding: 12px;
}
.my-account-sec #v-tabs button {
  font-family: "DM Serif Text", serif;
  color: #006AB6;
  text-align: left;
  font-size: 2.5rem;
}
.my-account-sec #v-tabs button.active {
  background: #F0FCFB;
}
.my-account-sec #v-tabs-content {
  margin-left: -1.875rem;
  height: 54.625rem;
  border: 1px solid #BDE7E0;
  padding: 95px 70px;
}
.my-account-sec #v-tabs-content #soldTodiv p {
  display: flex;
}
.my-account-sec .tab1 p {
  font-size: 1.75rem;
  color: #006AB6;
}
.my-account-sec .tab1 p span {
  color: #000;
  display: inline-block;
  font-weight: 400;
  width: 65%;
}
.my-account-sec .tab1 p strong {
  width: 12rem;
  display: inline-block;
  text-transform: uppercase;
}
.my-account-sec .tab1 .style2 {
  margin: 6.5rem auto 0 !important;
  display: block;
}
.my-account-sec .tab2 h4 {
  font-size: 2.125rem;
  font-weight: 700;
  color: #006AB6;
  font-family: "Montserrat", sans-serif;
}
.my-account-sec .tab2 h5 {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #006AB6;
  font-family: "Montserrat", sans-serif;
}
.my-account-sec .tab2 p {
  font-size: 1.75rem;
  color: #000;
  font-weight: 400;
}
.my-account-sec .tab2 .style2 {
  margin: 6.5rem auto 0 !important;
  display: block;
}
.my-account-sec .tab3 h5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #006AB6;
  font-family: "DM Serif Text", serif;
  margin-bottom: 30px;
}
.my-account-sec .tab3 p {
  font-size: 1.75rem;
  color: #006AB6;
  font-weight: 400;
  font-family: "DM Serif Text", serif;
}
.my-account-sec .tab3 p:nth-child(2) {
  font-size: 4.563rem !important;
}
.my-account-sec .tab3 p a {
  color: #006AB6;
}
.my-account-sec .tab3 .style2 {
  margin: 6.5rem auto 0 !important;
  display: block;
}

.shop-products-details {
  padding: 60px 50px 150px;
}
.shop-products-details .vendor-detail p {
  font-weight: 400;
  line-height: 30px;
}
.shop-products-details .ship-address {
  margin-top: 30px;
}
.shop-products-details .ship-address .prod-style {
  border: 1px solid #00A0E3;
  padding-right: 13px;
  padding-left: 13px;
  height: 3.813rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  line-height: 32px;
}
.shop-products-details .product-description {
  margin-top: 55px;
}
.shop-products-details .product-description p {
  font-weight: 400;
  font-size: 1.125rem;
}
.shop-products-details .product-description .prod-style {
  border: 1px solid #00A0E3;
  padding-right: 13px;
  padding-left: 13px;
  height: 3.813rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  line-height: 32px;
}
.shop-products-details .product-description .prod-style p {
  line-height: 20px;
}
.shop-products-details .product-subtotal .col-lg-10 {
  display: flex;
  align-items: center;
}
.shop-products-details .product-subtotal .prod-style {
  border: 1px solid #00A0E3;
  padding-right: 13px;
  padding-left: 13px;
  height: 3.813rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  line-height: 32px;
}
.shop-products-details .product-subtotal .prod-style p {
  line-height: 20px;
  font-weight: 400;
  font-size: 1.125rem;
}
.shop-products-details .product-subtotal .continue-payment {
  display: flex;
  justify-content: center;
}
.shop-products-details .product-subtotal h5 {
  text-align: right;
  width: 100%;
  padding-right: 5rem;
}
.shop-products-details h2 {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 3.25rem;
  color: #006AB6;
}
.shop-products-details h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #0C0C0D;
}
.shop-products-details P {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #0C0C0D;
}
.shop-products-details P span {
  font-weight: 400;
  font-size: 1.125rem;
}
.shop-products-details .ProductDesc {
  width: 100%;
}
.shop-products-details .ProdQty {
  width: 100%;
}
.shop-products-details .ship-info {
  color: #000;
  font-family: "Montserrat", sans-serif;
  line-height: 41px;
  font-weight: 700;
  font-size: 1.375rem;
  margin-top: 20px;
}
.shop-products-details .shipping-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "DM Serif Text", serif;
  margin-top: 20px;
  margin-bottom: 10px;
}
.shop-products-details .checkbox-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.shop-products-details .checkbox-container input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 36px;
  width: 36px;
  height: 36px;
  border: 1px solid #00aaff;
  border-radius: 2px;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
}
.shop-products-details .checkbox-container input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 12px;
  width: 10px;
  height: 19px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.shop-products-details .checkbox-container input[type=checkbox]:checked {
  background-color: #00aaff;
}
.shop-products-details .checkbox-container input[type=checkbox]:checked:before {
  opacity: 1;
}
.shop-products-details .checkbox-container .label-text {
  color: #0C0C0D;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.usersection-main {
  margin-bottom: 8rem;
  margin-top: 15rem;
}
.usersection-main h1 {
  color: #006AB6;
  text-align: center;
  font-family: "DM Serif Text", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  margin-bottom: 55px;
  margin-top: 55px;
}
.usersection-main .add-loc-form {
  max-width: 680px;
  width: 100%;
  margin: 40px auto;
}
.usersection-main .add-loc-form input.form-control {
  height: 55px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  font-size: 1.12rem;
  color: #006AB6;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 5px 20px;
}
.usersection-main .add-loc-form select.form-control {
  height: 55px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  font-size: 1.12rem;
  color: #006AB6;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 5px 20px;
  background-image: url(/siteassets/img/hk-down-arrow.png);
  background-position: 96% 52%;
  background-repeat: no-repeat;
  padding-right: 10px;
}
.usersection-main .add-loc-form .form-group label {
  color: #006AB6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.usersection-main .add-loc-form .form-group label span {
  margin-bottom: 10px;
  display: block;
}
.usersection-main .add-loc-form .form-group span {
  margin-bottom: 10px;
  display: block;
  color: #006AB6;
  font-size: 15px;
  font-weight: 600;
}
.usersection-main .form-control:disabled {
  background-color: #e9ecef !important;
  opacity: 1;
}
.usersection-main .form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}
.usersection-main .location-search-bar {
  max-width: 93%;
}
.usersection-main .location-search-bar > div.input-group {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 44px;
}
.usersection-main .location-search-bar #search-btn img {
  max-width: 25px;
  width: 100%;
}
.usersection-main input.form-control::placeholder {
  color: #c6c6c6;
  opacity: 1;
}
.usersection-main input.form-control::-ms-input-placeholder {
  color: #c6c6c6;
}
.usersection-main .form-group.d-flex {
  flex-direction: row;
  gap: 20px;
}
.usersection-main .form-group.d-flex .form-t-field {
  width: 50%;
}
.usersection-main .submit-form-btn button {
  background: #ffffff;
  border: 2px solid #006AB6;
  height: 60px;
  max-width: 250px;
  width: 100%;
  color: #006AB6;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.usersection-main .submit-form-btn button:hover {
  background: #006AB6;
  color: #ffffff;
  border: 2px solid #006AB6;
}
.usersection-main .submit-form-btn span {
  background: #ffffff;
  border: 2px solid #006AB6;
  height: 60px;
  max-width: 250px;
  width: 100%;
  color: #006AB6;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.usersection-main .submit-form-btn span:hover {
  background: #006AB6;
  color: #ffffff;
  border: 2px solid #006AB6;
}
.usersection-main .submit-form-btn .submit {
  background: #006AB6;
  color: #ffffff;
  border: 2px solid #006AB6;
}
.usersection-main .submit-form-btn .submit:hover {
  background: #ffffff;
  color: #006AB6;
}
.usersection-main .submit-form-btn.d-flex {
  gap: 20px;
  margin-top: 60px;
  padding: 0 25px;
  justify-content: center;
}
.usersection-main #cancel-loc-btn {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.usersection-main .input-group.form-group {
  display: flex;
  flex-direction: column;
  margin: 35px 0;
}
.usersection-main .input-group.form-group input {
  width: 100%;
  border-radius: 5px !important;
}
.usersection-main ul.content-list.poi-result {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 40px !important;
  padding: 0 25px;
}
.usersection-main .locations_search-sec .form-group {
  padding: 0 25px;
}
.usersection-main .locations_search-sec .form-group .location-search-bar #location-result #search-results th {
  font-size: 1.13rem;
}
.usersection-main .edit-delete-btn {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.usersection-main .edit-delete-btn button {
  background: #006AB6;
  color: #ffffff;
  padding: 5px 5px;
  border: 0;
  border-radius: 5px;
  font-weight: 500;
  min-width: 85px;
}
.usersection-main .input-group .btn {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  top: 0px;
  right: 0px;
  padding: 15px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  border: 0;
}
.usersection-main .btn-primary:focus {
  color: #fff;
  background-color: none;
  border-color: none;
  box-shadow: none;
}
.usersection-main .btn-primary:active:focus {
  box-shadow: none;
}
.usersection-main .btn-primary.active:focus {
  box-shadow: none;
}
.usersection-main .form-group .error {
  font-size: 12px;
  margin-top: -15px;
  display: block;
}
.usersection-main .mandatory-text {
  text-indent: -7px;
  padding-left: 25px;
  margin-bottom: 15px;
  color: #006AB6;
  font-size: 12px;
}
.usersection-main #location-result .table-bordered {
  border-color: #dfd0dc;
}
.usersection-main #location-result tr td {
  font-size: 1.12rem;
}
@media screen and (max-width: 991px) {
  .usersection-main .update-loc-sec {
    flex-direction: column;
  }
  .usersection-main .update-loc-sec .tabs {
    padding: 0 0px 0 0;
    flex-direction: row;
    gap: 0;
  }
  .usersection-main .update-loc-sec .tabs li.current:before {
    display: none;
  }
  .usersection-main .update-loc-sec .tabs .tab {
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    width: 50%;
    line-height: 20px;
  }
  .usersection-main .publish-btn {
    display: none !important;
  }
  .usersection-main .form-group.d-flex .form-t-field {
    width: 100%;
  }
  .usersection-main .locations_search-sec .form-group {
    padding: 0 0px;
  }
  .usersection-main .mandatory-text {
    padding-left: 5px;
  }
  .usersection-main .submit-form-btn.d-flex {
    gap: 5px;
    margin-top: 30px;
    padding: 0 0px;
  }
  .usersection-main .submit-form-btn .submit {
    font-size: 17px;
  }
  .usersection-main .input-group .btn {
    top: 0px;
    padding: 10px 18px;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .login-form-sec .card-body .login-btn-sec .userlogin {
    width: 50%;
  }
  .login-form-sec .card-body .login-btn-sec .usersso {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 13px;
  }
  section,
  header,
  footer {
    max-width: 1920px;
    width: 100%;
  }
  section .container,
  header .container,
  footer .container {
    max-width: 100%;
  }
  .header-wrap {
    background: #E5F5FC;
  }
  .header-wrap .navbar .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
  .header-wrap .navbar .others-options {
    margin: 7px auto;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper {
    max-height: unset;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper .submenu-list__wrapper {
    margin-top: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper .submenu-list__wrapper .submenu-list {
    display: block !important;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper .submenu-list__wrapper .submenu-list .submenu-list__item {
    padding-left: 0;
    margin-left: 0;
    flex-direction: column;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper .submenu-list__wrapper .submenu-list .submenu-list__item a {
    padding-left: 0;
    margin-left: 0;
    font-weight: 600;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper .submenu-list__wrapper .submenu-list .submenu-list__item.active .submenu-content {
    display: none !important;
    max-width: 100%;
    width: 100%;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper .submenu-list__wrapper .submenu-list .submenu-list__item.active .submenu-content .submenu-content__list:not(.events) {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    padding: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper .submenu-list__wrapper .submenu-list .submenu-list__item.active .submenu-content .submenu-content__list .submenu-content__list-item {
    padding: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item.header__list-item.active .submenu-wrapper .submenu-list__wrapper .submenu-list .submenu-list__item.active .submenu-content .submenu-content__list .submenu-content__list-item .submenu-list__item-wrapper a.submenu-list__item-link p {
    font-weight: 400;
  }
  .footer-wrap {
    padding-top: 1rem;
  }
  .footer-wrap .footer-logo {
    margin: 0 auto;
  }
  .footer-wrap .f-copyright-sec {
    padding-top: 4rem;
    padding-bottom: 0rem;
    text-align: center;
  }
  #toggleButton {
    right: 0px;
  }
  .shop-products-details .product-subtotal h5 {
    text-align: left;
  }
  .shop-products-details .product-subtotal .col-lg-10 {
    flex-direction: column;
  }
  .userapp-form section#__field_ .FormFileUpload {
    width: 100%;
  }
  .my-account-sec #v-tabs button {
    font-size: 1.5rem;
  }
  .login-form-sec .card-body .login-btn-sec .userlogin {
    width: 50%;
  }
  .login-form-sec .card-body .login-btn-sec .usersso {
    width: 50%;
  }
  .home-quick-support h2 {
    line-height: 5rem;
    font-size: 3rem;
  }
  .resetpass-form-popup .modal-content {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrap {
    min-height: 55px;
    height: 8vw;
  }
  .home-quick-support a {
    margin-bottom: 30px;
  }
  .home-quick-support p {
    width: auto;
  }
  .footer-wrap .footer-logo {
    max-width: 35rem;
    margin: 0 auto;
  }
  .footer-wrap .footer-content-section {
    margin-top: 25px;
  }
  .userapp-form section#__field_ .cctype-choice {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .shop-products-details .shipping-options {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .my-account-sec #v-tabs {
    height: auto;
    border: 1px solid #BDE7E0;
    padding: 12px;
    margin-right: 0 !important;
  }
  .my-account-sec #v-tabs-content {
    margin-left: 0;
    height: auto;
    padding: 32px 25px;
  }
  .my-account-sec #v-tabs-content .tab1 p {
    font-size: 1.2rem;
    color: #006AB6;
    display: flex;
  }
  .my-account-sec #v-tabs-content .tab2 h4 {
    font-size: 1.7rem;
  }
  .my-account-sec #v-tabs-content .tab2 h5 {
    font-size: 1.2rem;
  }
  .my-account-sec #v-tabs-content .tab2 p {
    font-size: 1.2rem;
  }
  .my-account-sec #v-tabs-content .tab3 p {
    font-size: 1.5rem;
  }
  .my-account-sec #v-tabs-content .tab3 p:nth-child(2) {
    font-size: 2.563rem !important;
  }
  .create-account-bnr-sec h2 {
    font-size: 3rem;
    line-height: 45px;
    margin: 30px 0;
  }
  .login-form-sec h3 {
    font-size: 3rem;
  }
  .login-form-sec .card-body {
    padding: 3rem 2rem !important;
  }
  .login-form-sec .card-body .tandc-link {
    margin-top: 4rem;
  }
  .shop-products-banner h1 {
    font-size: 3rem;
  }
  .shop-products-details {
    padding: 60px 20px 150px;
  }
  .shop-products-details h2 {
    font-size: 2.25rem;
  }
  .shop-products-details a#ShowMore {
    margin-bottom: 30px;
  }
  .resetpass-form-popup h2 {
    font-size: 3rem;
  }
  .tnc-form-popup .modal-body {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 576px) {
  .home-banner-section h1 {
    font-size: 3rem;
    line-height: 43px;
  }
  .home-banner-section p {
    width: 95.856vw;
  }
  .home-banner-section .bnr-btn-sec {
    flex-direction: column;
    align-items: center;
  }
  .home-quick-support {
    padding: 30px 20px;
  }
  .home-quick-support h2 {
    font-size: 2rem;
  }
  .home-quick-support p {
    width: 83.856vw;
    font-size: 1.3rem;
  }
  .home-quick-support a {
    margin-bottom: 30px;
  }
  .footer-wrap .footer-logo {
    max-width: 100vw;
    text-align: center;
  }
  .userapp-form section#__field_ .FormFileUpload {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10% !important;
  }
  .userapp-form section#__field_ .FormFileUpload input {
    max-width: 100%;
  }
  .userapp-form section#__field_ .FormFileUpload label {
    width: 100%;
  }
  .my-account-sec #v-tabs-content .tab1 p {
    flex-direction: column;
  }
  .usersection-main h1 {
    font-size: 3rem;
    line-height: 43px;
  }
}
@media only screen and (min-width: 991px) {
  html {
    font-size: 8px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 1.25rem;
    gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-wrap .navbar .navbar-brand img {
    width: 100%;
  }
  .tnc-form-popup .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .tnc-form-popup .modal-dialog .modal-body p {
    font-size: 1rem;
  }
  .tnc-form-popup .modal-footer {
    margin: 0 auto 1.688rem;
  }
}
@media only screen and (max-width: 820px) {
  .footer-wrap .footer-navigation {
    flex-direction: column;
  }
  .footer-wrap .footer-navigation ul {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .footer-wrap .footer-navigation .f-social {
    justify-content: center;
    width: 100%;
  }
  .footer-wrap .footer-logo a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 10px;
  }
  .header__list {
    gap: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 1rem;
  }
  .header-wrap .navbar .navbar-nav .nav-item.active .header__list-item div.submenu-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item:has(.submenu-list .submenu-content) {
    position: unset;
  }
  .header-wrap .navbar .navbar-nav .nav-item:has(.submenu-list .submenu-content) .submenu-list__item.test {
    position: absolute;
    top: 50px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 1.125rem;
    text-transform: uppercase;
  }
  .header__list-item.active .submenu-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 1rem;
  }
  .header-wrap .navbar .navbar-nav .nav-item.active .header__list-item .submenu-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item:has(.submenu-list .submenu-content) {
    position: unset;
  }
  .header-wrap .navbar .navbar-nav .nav-item:has(.submenu-list .submenu-content) .submenu-list__item.test {
    position: absolute;
    top: 50px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 1.125rem;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1920px) {
  .tnc-form-popup .modal-dialog {
    max-width: 1920px;
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1700px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 16px;
  }
}

/*# sourceMappingURL=global.css.map */