

.d-none {
  display: none !important;
}

.align-item-center {
  align-items: center !important;
}

.container2 {
  max-width: 1206px;
}

.c-blue1 {
  color: #173F7C !important;
}

.c-blue2 {
  color: #1995AE !important;
}

.c-success2 {
  color: #B8C263 !important;
}

.bg-white {
  background-color: #fff !important;
}

.c-bg-blue {
  background-color: #173F7C !important;
}

.c-text-white {
  color: #fff !important;
}

.c-text-center {
  text-align: center !important;
}

.c-bg-pattern1 {
  position: relative;
  z-index: 2;
}
.c-bg-pattern1::after {
  content: "";
  background: url("../images/new-images/c-pattern1.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.c-heading1 {
  font-size: 54px;
  line-height: 1;
  display: block;
  margin-bottom: 9px;
  text-transform: capitalize;
}
.c-heading1 .small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  opacity: 50%;
}
.c-heading1::before {
  display: none;
}

.c-heading2 {
  font-size: 36px;
  line-height: 1;
  display: block;
  margin-bottom: 9px;
  text-transform: capitalize;
}
.c-heading2::before {
  display: none;
}
.c-heading2 .small {
  font-size: 20px;
  opacity: 50%;
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 1023px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .c-heading1 {
    font-size: 46px;
  }
  .c-heading1 .small {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .c-heading1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .c-heading1 {
    font-size: 34px;
  }
  .c-heading1 .small {
    font-size: 16px;
  }
}
.text-sm {
  font-size: 16px;
  line-height: 1;
}

.btn {
  transition-duration: 0.3s;
}
.btn.btn-success2 {
  background-color: #B8C263;
  color: #fff;
}
.btn.btn-success2:hover {
  background-color: #fff;
  border-color: #173F7C;
  color: #173F7C;
}

@media (max-width: 991px) {
  .btn.btn-success2 {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .new-home .usp_nav ul {
    padding: 0 42px;
  }
}
#new-header {
  padding: 28px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
#new-header .mb-logo {
  display: none;
}
#new-header .c-search {
  position: relative;
  padding-left: 36px;
  border: 1px solid #E2E2E2;
  border-radius: 60px;
  max-width: 546px;
  margin: 0 auto;
}
#new-header .c-search::before {
  content: "";
  background: url("./images/c-icon5.svg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
}
#new-header .c-search .inner-wrapper {
  display: flex;
}
#new-header .c-search .search-field {
  font-size: 14px;
  flex: 1;
  padding-right: 12px;
}
#new-header .c-search .search-field::-moz-placeholder {
  color: #B2B2B2;
}
#new-header .c-search .search-field::placeholder {
  color: #B2B2B2;
}
#new-header .c-search .search-btn {
  padding: 12px 16px;
  background-color: #B8C263;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  cursor: pointer;
}
#new-header .c-secondary-nav {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: end;
}
#new-header .c-secondary-nav li {
  margin-right: 20px;
}
#new-header .c-secondary-nav li:last-child {
  margin-right: 0;
}
#new-header .c-secondary-nav li a {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #173F7C;
}
#new-header .c-secondary-nav li a .icon {
  display: inline-block;
  margin-bottom: 3px;
}

#new-main-navigation .menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: -32px;
}
#new-main-navigation .menu > li {
  color: #173F7C;
  font-size: 16px;
  margin-right: 32px;
}
#new-main-navigation .menu > li:last-child {
  margin-right: 0;
}
#new-main-navigation .menu > li.mb-item {
  display: none;
}
#new-main-navigation .menu > li:hover + a {
  color: #B8C263;
}
#new-main-navigation .menu > li + a {
  transition-duration: 0.3s;
}
#new-main-navigation .menu > li + a .icon {
  padding-left: 6px;
}
#new-main-navigation .menu > li .open-submenu {
  display: none;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown {
  background-color: transparent;
  left: 0;
  opacity: 0;
  padding-top: 42px;
  position: fixed;
  top: 78px;
  transition-duration: .2s;
    transition-property: visibility, opacity;
  width: 100vw;
  height: 480px;
  display: flex;
  visibility: hidden;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown:has(.brands-sub-menu) {
  height: 520px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 1206px;
  margin: 0 auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.16);
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu {
  padding: 40px 60px;
  overflow: hidden auto;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-title {
  margin-bottom: 28px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .row:has(.c-brand-card) {
  margin: 0 -8px;
  margin-bottom: -40px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-column:has(.c-brand-card) {
  padding: 0 8px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-brand-card {
  margin-bottom: 40px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-brand-card a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-brand-card a .img-wrapper {
  background-color: #F0F0F0;
  padding: 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-brand-card a .img-wrapper img {
  height: 50px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-brand-card a .c-heading {
  font-size: 14px;
  line-height: 16px;
  color: #575756;
  margin-bottom: 0;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-brand-card a .c-heading::before {
  display: none;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu .c-brand-card a .c-heading::after {
  content: "";
  background: url("../images/new-images/c-icon6.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper p:has(.c-link1) {
  margin-bottom: 26px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper .c-link1 {
  font-size: 13px;
  text-decoration: underline;
  color: #173F7C;
  position: relative;
  padding-right: 16px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper .c-link1:hover {
  text-decoration: none;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper .c-link1::before {
  content: "";
  background: url("../images/new-images/c-icon6.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(20%) sepia(91%) saturate(783%) hue-rotate(183deg) brightness(55%) contrast(96%);
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper .c-title {
  font-size: 14px;
  line-height: 19px;
  color: #173F7C;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 9px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper .c-title::before {
  display: none;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .submenu {
  padding-left: 0;
  list-style: none;
  height: 435px;
  overflow: hidden auto;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li {
  padding: 0 27px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li:hover, #new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li.active {
  background-color: #EEEFEF;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li .open-submenu-child {
  display: none;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li a {
  color: #575756;
  padding: 15px 0;
  padding-right: 8px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li a::before {
  content: "";
  background: url("../images/new-images/c-icon6.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content {
  display: none;
  padding: 16px 0;
  width: 100%;
  height: 100%;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content.active {
  display: block;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content .sub-children-inner-wrapper {
  padding-right: 38px;
  width: 100%;
  height: 402px;
  overflow: hidden auto;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content ul {
  list-style: none;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content ul li {
  font-size: 13px;
  line-height: 16px;
  color: #575756;
  transition-duration: 0.3s;
  margin-bottom: 8px;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content ul li:last-child {
  margin-bottom: 0;
}
#new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content ul li:hover {
  color: #1995AE;
}

@media (min-width: 1024px) {
  #new-main-navigation .menu > li.has-submenu:hover .c-dropdown {
    left: 0;
    opacity: 1;
        visibility: visible;
  }
}
@media (max-width: 1023px) {
  #new-header {
    padding-bottom: 4px;
  }
  #new-header .c-search {
    display: none;
  }
  #new-header .logo {
    display: none;
  }
  #new-header .row:has(.mb-logo) {
    margin-bottom: 27px;
  }
  #new-header .mb-logo {
    display: block;
  }
  #new-header .mb-logo img {
    margin: 0 auto;
  }
  #new-header .d-lg-block .c-search {
    display: block;
    max-width: 100%;
  }
  #new-header .c-menu-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    z-index: 9;
    position: relative;
  }
  #new-header .c-menu-btn span {
    display: block;
    width: 31px;
    height: 3px;
    background-color: #173F7C;
    margin-bottom: 8px;
    border-radius: 3px;
    transition-duration: 0.3s;
  }
  #new-header .c-menu-btn span:last-child {
    margin-bottom: 0;
  }
  #new-header .c-menu-btn.active span:nth-child(1) {
    transform: translate(0, 11px) rotate(45deg);
  }
  #new-header .c-menu-btn.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
  }
  #new-header .c-menu-btn.active span:nth-child(3) {
    transform: translate(0, -11px) rotate(-45deg);
  }
  #new-header .c-secondary-nav li:nth-child(1), #new-header .c-secondary-nav li:nth-child(2) {
    display: none;
  }
  #new-main-navigation {
    background-color: #fff;
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 12px;
    padding-top: 100px;
    opacity: 0;
    transition-duration: 0.3s;
  }
  #new-main-navigation .scrollable-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  #new-main-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
  #new-main-navigation .menu > li {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-right: 9px;
    border-bottom: 1px solid #F0F0F0;
    font-size: 15px;
    font-weight: bold;
  }
  #new-main-navigation .menu > li .open-submenu {
    display: inline-block;
  }
  #new-main-navigation .menu > li.mb-item {
    display: flex;
  }
  #new-main-navigation .menu > li.has-submenu .icon {
    display: none;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown {
    padding-top: 0;
    padding-bottom: 12px;
    top: 100px;
    height: calc(100% - 100px);
    width: 100%;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown.active-child {
    left: 0;
    opacity: 1;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown:has(.brands-sub-menu) {
    height: calc(100% - 100px);
    padding-bottom: 12px;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper {
    box-shadow: none;
    height: 100%;
    padding: 0 12px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .inner-wrapper.brands-sub-menu {
    padding: 0 40px;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content {
    display: block;
    position: fixed;
    left: -100vw;
    top: 100px;
    background-color: #fff;
    padding: 0 12px;
    padding-bottom: 12px;
    height: calc(100% - 100px);
    transition-duration: 0.3s;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content.active-child {
    left: 0;
    opacity: 1;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content .sub-children-inner-wrapper {
    height: 100%;
    padding-right: 0;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .sub-children-content .sub-children-inner-wrapper ul {
    margin-bottom: 16px;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li {
    padding: 15px;
    padding-right: 9px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li a {
    padding: 0;
    border: none;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li a::before {
    display: none;
  }
  #new-main-navigation .menu > li.has-submenu .c-dropdown .submenu li .open-submenu-child {
    flex-shrink: 0;
    display: block;
  }
  .menu-open {
    overflow: hidden !important;
  }
  .menu-open .c-search {
    display: none !important;
  }
  .menu-open #new-main-navigation {
    left: 0;
    opacity: 1;
  }
}
.new-home2 .new-banner {
  position: relative;
}
.new-home2 .new-banner::after {
  content: "";
  background: linear-gradient(180deg, rgba(78, 77, 77, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
}

body:not(.new-home2) .new-banner {
  padding: 25px 0;
  background-color: #15325F;
}
body:not(.new-home2) .new-banner h1,
body:not(.new-home2) .new-banner p {
  color: #fff;
}
body:not(.new-home2) .new-banner p {
  font-size: 16px;
}
body:not(.new-home2) .new-banner #breadcrumbs {
  color: #fff;
  font-size: 14px;
  padding: 0;
  margin-bottom: 26px;
}
body:not(.new-home2) .new-banner #breadcrumbs a {
  color: #fff;
}
body:not(.new-home2) .new-banner #breadcrumbs i {
  color: #fff;
}
body:not(.new-home2) .new-banner #breadcrumbs i.fa-angle-right {
  font-weight: 400;
  padding: 0 10px;
}

.new-banner .column {
  position: relative;
}
.new-banner .column:has(.bg-img) {
  min-height: 402px;
  display: flex;
  flex-direction: column;
  padding: 35px;
}
.new-banner .bg-img {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.new-banner .bg-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-banner .c-description {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: auto;
}
.new-banner .c-description h1,
.new-banner .c-description h2 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.new-banner .c-description h1 .small,
.new-banner .c-description h2 .small {
  font-size: 18px;
  display: block;
}
.new-banner .c-description h1::before,
.new-banner .c-description h2::before {
  display: none;
}
.new-banner .c-description .btn {
  display: inline-block;
}

@media (max-width: 991px) {
  .new-banner .column:has(.bg-img) {
    min-height: 433px;
  }
  .new-banner .c-description h1,
  .new-banner .c-description h2 {
    font-size: 38px;
  }
  .new-banner .c-description h1 .small,
  .new-banner .c-description h2 .small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .new-banner:has(.c-mobile-hero-slider)::after {
    display: none;
  }
  .new-banner .column:has(.bg-img) {
    padding-bottom: 42px;
  }
}
#new-footer {
  padding-top: 0;
}
#new-footer .container {
  padding: 0 15px;
}
#new-footer .footer-dashboard {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 22px;
}
#new-footer .footer-dashboard .row:has(.c-column) {
  margin: 0 -11px;
}
#new-footer .footer-dashboard .c-column {
  padding: 0 11px;
  margin-bottom: 28px;
}
#new-footer .footer-dashboard .heading-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 17px;
}
#new-footer .footer-dashboard .heading-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#new-footer .footer-dashboard .heading-card figure {
  width: 100%;
}
#new-footer .footer-dashboard .heading-card figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#new-footer .footer-dashboard .heading-card .c-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#new-footer .footer-dashboard .c-footer-menu {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
#new-footer .footer-dashboard .c-footer-menu li {
  margin-bottom: 7px;
}
#new-footer .footer-dashboard .c-footer-menu li a {
  color: #173F7C;
  font-size: 15px;
  font-weight: 400;
  transition-duration: 0.3s;
}
#new-footer .footer-dashboard .c-footer-menu li a:hover {
  color: #B8C263;
}
#new-footer .footer-logo-wrapper {
  background-color: #F0F0F0;
  padding-top: 16px;
  padding-bottom: 20px;
}
#new-footer .footer-logo-wrapper .c-logo-list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
#new-footer .footer-logo-wrapper .c-logo-list li {
  margin-bottom: 0;
}
#new-footer .footer-logo-wrapper .c-logo-list li img {
  height: 41px;
}
#new-footer .c-footer-bottom {
  padding-top: 45px;
  padding-bottom: 36px;
  background-color: #15325F;
}
#new-footer .c-footer-bottom .container {
  max-width: 1246px;
}
#new-footer .c-footer-bottom .secure {
  margin-bottom: 0;
  padding-left: 60px;
  font-size: 18px;
}
#new-footer .c-footer-bottom .secure::before {
  left: 0;
}
#new-footer .c-footer-bottom .site-credits {
  margin-top: 0;
}

@media (max-width: 991px) {
  #new-footer .c-footer-bottom .secure {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #new-footer .footer-dashboard {
    padding-top: 55px;
    padding-bottom: 10px;
  }
  #new-footer .footer-dashboard .heading-card .c-title {
    font-size: 20px;
  }
  #new-footer .footer-logo-wrapper .c-logo-list {
    padding: 0 20px;
  }
  #new-footer .c-footer-bottom {
    padding-top: 32px;
    padding-bottom: 26px;
  }
  #new-footer .c-footer-bottom .secure {
    padding-top: 0;
    margin-top: 0;
  }
}
.new-home2 .usp_nav {
  background-color: #EEEFEF;
}
.new-home2 .usp_nav ul {
  justify-content: center;
}
.new-home2 .usp_nav ul li {
  color: #173F7C;
  margin-right: 50px;
  font-size: 14px;
}
.new-home2 .usp_nav ul li:last-child {
  margin-right: 0;
}

.product.p-update2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
  padding-bottom: 24px;
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid #f0f0f0;
  height: auto !important;
  text-align: center;
  width: 100%;
}
.product.p-update2.recommended {
  padding-top: 28px;
  border: 2px solid #b8c263;
}
.product.p-update2.recommended::before {
  font-weight: 400;
  border-top-left-radius: 6px;
  text-align: left;
  background: linear-gradient(-57deg, rgba(255, 255, 255, 0) 22%, #b8c263 22%);
}
.product.p-update2.bulk-saving {
  border: 2px solid #1995AE;
}
.product.p-update2.bulk-saving::before {
  content: "Bulk Saving";
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  width: 114px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  border-top-left-radius: 6px;
  text-align: left;
  background: linear-gradient(-57deg, rgba(255, 255, 255, 0) 22%, #1995AE 22%);
}
.product.p-update2 .badge {
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 1;
}
.product.p-update2 .btn {
  display: inline-block;
  width: 100%;
  padding: 9px 20px;
  font-size: 15px;
  margin-top: auto;
}
.product.p-update2 h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  min-height: auto;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.product.p-update2 h2::before {
  display: none;
}
.product.p-update2 .product_img {
  margin-bottom: 2px;
}
.product.p-update2 .price {
  font-size: 20px;
  font-weight: 700;
  color: #173F7C;
  margin-bottom: 17px;
}
.product.p-update2 .price span {
  font-size: 12px;
  font-weight: 400;
  color: #575756;
  padding-left: 7px;
}

.c-mobile-hero-slider .slick-slide::after {
  content: "";
  background: linear-gradient(180deg, rgba(78, 77, 77, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-mobile-hero-slider .slick-dots {
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.c-mobile-hero-slider .slick-dots li {
  margin-right: 10px;
  line-height: 0;
}
.c-mobile-hero-slider .slick-dots li button {
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 20%;
  border-radius: 20px;
  transition-duration: 0.3s;
}
.c-mobile-hero-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.c-slider1 .slick-track {
  display: flex;
}
.c-slider1 .slick-list {
  padding: 6px 0;
}
.c-slider1 .slide {
  padding: 0 6px;
  height: auto;
  display: flex;
}

.c-slider-dots1 .slick-dots,
.c-slider-dots3 .slick-dots {
  list-style: none;
  display: flex;
}
.c-slider-dots1 .slick-dots li,
.c-slider-dots3 .slick-dots li {
  margin-right: 10px;
}
.c-slider-dots1 .slick-dots li:last-child,
.c-slider-dots3 .slick-dots li:last-child {
  margin-right: 0;
}
.c-slider-dots1 .slick-dots li button,
.c-slider-dots3 .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 12px;
  background-color: #173F7C;
  color: transparent;
  opacity: 20%;
  overflow: hidden;
  transition-duration: 0.3s;
}
.c-slider-dots1 .slick-dots li.slick-active button,
.c-slider-dots3 .slick-dots li.slick-active button {
  opacity: 1;
}

.c-slider1-wrapper .c-slider1-container {
  padding-top: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.c-slider1-wrapper .c-slider1-container .slick-arrow.slick-disabled {
  opacity: 25%;
}
.c-slider1-wrapper .c-slider1-container .slick-arrow {
  margin-right: 10px;
}
.c-slider1-wrapper .c-slider1-container .slick-arrow:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .c-slider1-wrapper .c-slider1-container {
    padding-top: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 991px) {
  .c-slider1-wrapper .c-slider1-container {
    display: none;
  }
}
.c-slider2 .slick-track {
  display: flex;
}
.c-slider2 .slick-list {
  padding: 6px 0;
}
.c-slider2 .slide {
  padding: 0 12px;
  height: auto;
  display: flex;
}

.c-slider-dots2 .slick-dots {
  list-style: none;
  display: flex;
}
.c-slider-dots2 .slick-dots li {
  margin-right: 10px;
}
.c-slider-dots2 .slick-dots li:last-child {
  margin-right: 0;
}
.c-slider-dots2 .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 12px;
  background-color: #fff;
  color: transparent;
  opacity: 20%;
  overflow: hidden;
  transition-duration: 0.3s;
}
.c-slider-dots2 .slick-dots li.slick-active button {
  opacity: 1;
}

.c-slider2-wrapper .c-slider2-container {
  padding-top: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.c-slider2-wrapper .c-slider2-container .slick-arrow.slick-disabled {
  opacity: 25%;
}
.c-slider2-wrapper .c-slider2-container .slick-arrow {
  margin-right: 10px;
}
.c-slider2-wrapper .c-slider2-container .slick-arrow:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .c-slider2-wrapper .c-slider2-container {
    padding-top: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 991px) {
  .c-slider2-wrapper .c-slider2-container {
    display: none;
  }
}
.c-slider3-wrapper .c-slider3-container {
  padding-top: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.c-slider3-wrapper .c-slider3-container .slick-arrow.slick-disabled {
  opacity: 25%;
}
.c-slider3-wrapper .c-slider3-container .slick-arrow {
  margin-right: 10px;
}
.c-slider3-wrapper .c-slider3-container .slick-arrow:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .c-slider3-wrapper .c-slider3-container {
    padding-top: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 991px) {
  .c-slider3-wrapper .c-slider3-container {
    display: none;
  }
}
.c-slider3 .slide {
  padding: 8px 10px;
}
.c-slider3 .slide .c-logo-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.c-align-end {
  align-items: flex-end !important;
}

.c-btn-wrapper:has(.slick-arrow) {
  margin-bottom: 25px;
  display: flex;
  justify-content: end;
}
.c-btn-wrapper:has(.slick-arrow) .slick-arrow {
  margin-right: 12px;
  cursor: pointer;
}
.c-btn-wrapper:has(.slick-arrow) .slick-arrow:last-child {
  margin-right: 0;
}
.c-btn-wrapper:has(.slick-arrow) .slick-arrow.slick-disabled {
  opacity: 25%;
}

@media (max-width: 991px) {
  .c-btn-wrapper:has(.slick-arrow) {
    display: none;
  }
}
.c-slider4 .slide {
  padding: 0 7px;
  height: auto;
}

.column:has(.c-card1) {
  padding: 0 7px;
}

.row:has(.c-card1) {
  margin: 0 -7px;
}

.c-card1 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 26px 36px;
  padding-top: 30px;
  position: relative;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}
.c-card1 .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.c-card1 .bg-image img {
  border-radius: 10px;
  width: 100%;
}
.c-card1 .c-discription {
  position: relative;
  z-index: 2;
}
.c-card1 .c-discription .c-title1 {
  font-size: 106px;
  font-weight: bold;
  line-height: 0.5;
  text-shadow: 0 3px 6px rgba(20, 101, 118, 0.56);
  color: #fff;
  display: block;
  padding-top: 11px;
  padding-bottom: 8px;
}
.c-card1 .c-discription .c-title1 span {
  font-size: 66px;
}
.c-card1 .c-discription .c-title1::before {
  display: none;
}
.c-card1 .c-discription .btn {
  font-size: 15px;
  display: inline-block;
}
.c-card1.alt {
  padding: 38px 23px;
}
.c-card1.alt::after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgb(240, 240, 240) 0%, rgba(240, 240, 240, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.c-card1.alt .c-discription .c-heading1 {
  font-size: 45px;
  margin-bottom: 15px;
}
.c-card1.alt .c-discription .c-heading1 .small {
  font-size: 14px;
  opacity: 1;
}

@media (max-width: 991px) {
  .c-card1 .c-discription .c-title1 {
    font-size: 80px;
  }
  .c-card1 .c-discription .c-title1 span {
    font-size: 46px;
  }
  .c-card1.alt .c-discription .c-heading1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .column:has(.c-card1) {
    margin-bottom: 16px;
  }
  .c-card1 .c-discription .c-title1 {
    font-size: 65px;
  }
  .c-card1 .c-discription .c-title1 span {
    font-size: 38px;
  }
  .c-card1.alt .c-discription .c-heading1 {
    font-size: 32px;
  }
}
.column:has(.c-card2) {
  padding: 0 15px;
  margin-bottom: 46px;
}

.row:has(.c-card2) {
  margin: 0 -15px;
}

.c-card2 {
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-card2.insights {
  position: relative;
}
.c-card2.insights::before {
  content: "Insights";
  background: linear-gradient(-57deg, rgba(255, 255, 255, 0) 22%, #173F7C 22%);
  display: inline-block;
  border-top-left-radius: 10px;
  color: #fff;
  padding: 3px 12px;
  width: 72px;
  position: absolute;
  left: 0;
  top: 0;
}
.c-card2.top-tips {
  position: relative;
}
.c-card2.top-tips::before {
  content: "Top Tips";
  background: linear-gradient(-57deg, rgba(255, 255, 255, 0) 22%, #F5B421 22%);
  display: inline-block;
  border-top-left-radius: 10px;
  color: #fff;
  padding: 3px 12px;
  width: 72px;
  position: absolute;
  left: 0;
  top: 0;
}
.c-card2 figure img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 219px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card2 .c-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 24px 33px;
  background-color: #173F7C;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.c-card2 .c-content .c-title {
  color: #fff;
  font-size: 21px;
  line-height: 1;
}
.c-card2 .c-content .c-title::before {
  display: none;
}
.c-card2 .c-content .btn {
  display: inline-block;
  padding: 8px 24px;
  font-size: 15px;
  margin-top: auto;
}

.c-new-product-section {
  padding: 80px 0;
}

.shop-by-brand-section {
  padding: 55px 0;
}

.c-full-range-section {
  padding-top: 55px;
  padding-bottom: 77px;
}

.c-bulk-saving-section {
  padding-bottom: 57px;
}
.c-bulk-saving-section p {
  margin-bottom: 16px;
}
.c-bulk-saving-section .btn {
  display: inline-block;
}

.c-full-range-products {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.c-full-range-products li {
  position: relative;
  min-height: 312px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  padding: 30px 10px;
  flex: 1;
  max-width: 145px;
  margin-right: 8px;
  transition-duration: 0.3s;
}
.c-full-range-products li:last-child {
  margin-right: 0;
}
.c-full-range-products li:hover {
  flex: 2;
  max-width: 225px;
  padding: 30px 20px;
}
.c-full-range-products li:hover .c-content .btn {
  display: inline-block;
}
.c-full-range-products li:hover .c-content .c-title {
  font-size: 22px;
}
.c-full-range-products li figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.c-full-range-products li figure img {
  width: 100%;
  border-radius: 10px;
}
.c-full-range-products li figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 70%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.c-full-range-products li .c-content {
  margin-top: auto;
  z-index: 2;
}
.c-full-range-products li .c-content .btn {
  display: none;
  font-size: 14px;
  padding: 8px 16px;
}
.c-full-range-products li .c-content .c-title {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.c-full-range-products li .c-content .c-title::before {
  display: none;
}

@media (max-width: 991px) {
  .c-full-range-products {
    justify-content: center;
  }
  .c-full-range-products li {
    min-width: 133px;
    margin-bottom: 8px;
    min-height: 240px;
    padding-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .c-full-range-products li {
    min-width: 100%;
    margin-right: 0;
  }
}
.c-catalogue-section p {
  color: #fff;
}
.c-catalogue-section .c-box {
  padding: 55px 0;
}
.c-catalogue-section figure {
  width: 100%;
  height: 100%;
  display: flex;
}
.c-catalogue-section figure img {
  width: 100%;
}

@media (max-width: 991px) {
  .c-catalogue-section .c-figure1 {
    display: none;
  }
}
.insights-and-tips-section {
  padding: 50px 0;
  background-color: #EEEFEF;
}
.insights-and-tips-section .btn {
  font-size: 15px;
  padding: 12px 22px;
}

.favourite-brands-section {
  padding: 63px 0;
  background-color: #EEEFEF;
}

.c-form1 .c-form-group .c-form-control {
  color: rgba(240, 240, 240, 0.5);
  font-size: 14px;
  padding: 6px;
  border-bottom: 1px solid #fff;
}
.c-form1 .c-form-group .c-form-control::-moz-placeholder {
  color: rgba(240, 240, 240, 0.5);
}
.c-form1 .c-form-group .c-form-control::placeholder {
  color: rgba(240, 240, 240, 0.5);
}
.c-form1 .btn {
  font-size: 14px;
  padding: 9px 27px;
}

@media (max-width: 767px) {
  .c-form1 .c-form-group {
    margin-bottom: 16px;
  }
  .c-form1 .c-form-group .c-form-control {
    width: 100%;
  }
}
.c-logo-box {
  width: 100%;
  min-height: 91px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

body.prdctfltr-shop{
  background-color: inherit !important;
}

.prdctfltr-shop .c-box2 {
  padding: 25px;
  border-radius: 3px;
  background-color: #EEEFEF;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}
.prdctfltr-shop .c-box2 .c-title {
  margin-bottom: 16px;
}
.prdctfltr-shop .c-box2 .c-title::before {
  display: none;
}
.prdctfltr-shop .c-box2 .c-sub-category-links {
  list-style: none;
}
.prdctfltr-shop .c-box2 .c-sub-category-links li {
  font-size: 14px;
  margin-bottom: 14px;
  color: #173F7C;
  transition-duration: 0.3s;
}
.prdctfltr-shop .c-box2 .c-sub-category-links li:hover {
  color: #B8C263;
}
.prdctfltr-shop .c-box2 .c-sub-category-links li:last-child {
  margin-bottom: 0;
}

.products.update2.columns-3 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.products.update2.columns-3 li.product-category, .products.update2.columns-3 li.product {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  margin-right: 29px !important;
  margin-top: 0 !important;
  max-width: 100%;
  width: calc(33.33% - 29px) !important;
  margin-bottom: 29px !important;
}
.products.update2.columns-3 li.product-category .c-footer, .products.update2.columns-3 li.product .c-footer {
  margin: -28px;
  margin-top: auto;
  padding: 28px;
  padding-top: 0;
  background-color: rgba(238, 239, 239, 0.5);
  border-radius: 10px;
}
.products.update2.columns-3 li.product-category div, .products.update2.columns-3 li.product div {
  padding: 0;
}
.products.update2.columns-3 li.product-category.bulk-saving, .products.update2.columns-3 li.product.bulk-saving {
  border: 2px solid #1995AE;
}
.products.update2.columns-3 li.product-category.bulk-saving::before, .products.update2.columns-3 li.product.bulk-saving::before {
  border-top-left-radius: 8px;
}
.products.update2.columns-3 li.product-category.recommended, .products.update2.columns-3 li.product.recommended {
  border: 2px solid #B8C263;
}
.products.update2.columns-3 li.product-category.recommended::before, .products.update2.columns-3 li.product.recommended::before {
  border-top-left-radius: 8px;
}
.products.update2.columns-3 li.product-category img, .products.update2.columns-3 li.product img {
  padding: 0;
  margin: 0 auto !important;
}
.products.update2.columns-3 li.product-category .woocommerce-loop-category__title,
.products.update2.columns-3 li.product-category .woocommerce-loop-product__title, .products.update2.columns-3 li.product .woocommerce-loop-category__title,
.products.update2.columns-3 li.product .woocommerce-loop-product__title {
  padding: 0 !important;
}
.products.update2.columns-3 li.product-category .woocommerce-loop-product__title, .products.update2.columns-3 li.product .woocommerce-loop-product__title {
  font-size: 18px;
  min-height: auto;
  margin-bottom: 4px;
}
.products.update2.columns-3 li.product-category .image-container, .products.update2.columns-3 li.product .image-container {
  height: auto;
}
.products.update2.columns-3 li.product-category .finishes-label, .products.update2.columns-3 li.product .finishes-label {
  display: none;
}
.products.update2.columns-3 li.product-category .price, .products.update2.columns-3 li.product .price {
  padding-left: 0;
  margin-top: 10px !important;
  display: flex;
  align-items: flex-end;
}
.products.update2.columns-3 li.product-category .price span, .products.update2.columns-3 li.product .price span {
  color: #15325F;
  padding-left: 0;
  margin-left: auto;
  line-height: 1;
}
.products.update2.columns-3 li.product-category .product_meta, .products.update2.columns-3 li.product .product_meta {
  margin: 12px 0;
}
.products.update2.columns-3 li.product-category .in-stock, .products.update2.columns-3 li.product .in-stock {
  padding: 6px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #B8C263;
  max-width: 90px;
  border-radius: 50px;
  text-align: end;
}
.products.update2.columns-3 li.product-category .in-stock::before, .products.update2.columns-3 li.product .in-stock::before {
  background-color: #fff;
  color: #B8C263;
  width: 20px;
  height: 20px;
}
.products.update2.columns-3 li.product-category .cat_desc, .products.update2.columns-3 li.product .cat_desc {
  padding: 0 !important;
  margin-bottom: 65px;
}
.products.update2.columns-3 li.product-category .cat_desc p, .products.update2.columns-3 li.product .cat_desc p {
  font-size: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 16px;
}
.products.update2.columns-3 li.product-category .c-button-wrapper2, .products.update2.columns-3 li.product .c-button-wrapper2 {
  margin: 0 !important;
}
.products.update2.columns-3 li.product-category .c-button-wrapper2 a.button, .products.update2.columns-3 li.product .c-button-wrapper2 a.button {
  max-width: 100%;
}
.products.update2.columns-3 li.product-category a.button, .products.update2.columns-3 li.product a.button {
  max-width: calc(100% - 56px);
  background-color: #B8C263;
  color: #fff;
  transition-duration: 0.3s;
}
.products.update2.columns-3 li.product-category a.button:hover, .products.update2.columns-3 li.product a.button:hover {
  background-color: #fff;
  border-color: #173F7C;
  color: #173F7C;
}

@media (max-width: 1023px) {
  .prdctfltr-shop .c-box2 {
    margin-bottom: 29px;
  }
  .products.update2.columns-3 {
    margin-right: -29px;
  }
  .products.update2.columns-3 li.product-category, .products.update2.columns-3 li.product {
    width: calc(50% - 29px) !important;
    min-height: auto;
  }
}
@media (max-width: 574px) {
  .products.update2.columns-3 li.product-category, .products.update2.columns-3 li.product {
    width: calc(100% - 29px) !important;
  }
}
.call-to-action.update2 {
  background-color: #15325F;
  background-image: none;
  border: none;
  padding: 42px 0;
  height: auto;
}
.call-to-action.update2 h3 {
  margin-bottom: 0;
}
.call-to-action.update2 p {
  height: auto;
  color: #fff;
  margin-bottom: 0;
}
.call-to-action.update2 .c-btn-group {
  display: flex;
  justify-content: flex-end;
}
.call-to-action.update2 .c-btn-group .btn {
  width: auto;
}
.call-to-action.update2 .c-btn-group .btn.tel {
  padding-left: 55px;
}
.call-to-action.update2 .c-btn-group .btn.tel::before {
  left: 25px;
}
.call-to-action.update2 .c-btn-group .btn {
  display: inline-block;
}

@media (max-width: 1023px) {
  .call-to-action.update2 .c-btn-group {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.sub-category-page .product_wrapper .filter {
  background-color: #EEEFEF;
  border-radius: 3px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}
.sub-category-page .product_wrapper .filter span.prdctfltr_regular_title {
  background-color: #EEEFEF;
}
.sub-category-page .product_wrapper .filter .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll {
  background-color: #EEEFEF;
}
.sub-category-page .product_wrapper .filter .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label > span:before {
  background-color: #EEEFEF;
}
.sub-category-page .product_wrapper .products-per-page {
  left: auto;
  right: 10px;
}
.sub-category-page .product_wrapper .products-per-page select {
  background-image: url("../images/icons/select-blue.svg") !important;
  background-repeat: no-repeat;
  background-position: right;
  color: #173F7C;
  border-radius: 0;
  padding-bottom: 0;
  font-family: "din-2014", sans-serif;
  position: relative;
  padding-right: 15px;
}
.sub-category-page .product_wrapper .woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.sub-category-page .product_wrapper .woocommerce-pagination .page-numbers li {
  font-size: 20px;
  color: #15325F;
  margin-right: 12px;
  opacity: 0.5;
}
.sub-category-page .product_wrapper .woocommerce-pagination .page-numbers li:has(.current) {
  opacity: 1;
}
.sub-category-page .product_wrapper .woocommerce-pagination .page-numbers li:last-child {
  margin-right: 0;
}
.sub-category-page .woocommerce-result-count,
.sub-category-page .sort-name,
.sub-category-page .orderby {
  font-size: 16px;
  padding-right: 15px;
}

@media (max-width: 1023px) {
  .sub-category-page .product_wrapper .products-per-page {
    position: static;
    float: none !important;
    margin-bottom: 24px;
  }
}
.section:has(.c-button-list) {
  padding: 34px 0;
  background-color: rgba(238, 239, 239, 0.5);
}
.section:has(.c-button-list) .c-button-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section:has(.c-button-list) .c-button-list li {
  margin-right: 10px;
}
.section:has(.c-button-list) .c-button-list li a {
  font-size: 18px;
  font-weight: bold;
  color: #173F7C;
  padding: 16px 12px;
  border: 2px solid #173F7C;
  display: inline-block;
  border-radius: 100px;
  transition-duration: 0.3s;
}
.section:has(.c-button-list) .c-button-list li a:hover {
  background-color: #173F7C;
  color: #fff;
}

.c-about-us-section {
  padding: 56px 0 !important;
  padding-bottom: 24px !important;
  background-color: #15325F;
  color: #fff;
  overflow-x: clip;
}
.c-about-us-section h1,
.c-about-us-section p {
  font-weight: 400;
  color: #fff;
}
.c-about-us-section figure {
  margin-bottom: 42px;
}
.c-about-us-section figure img {
  border-radius: 10px;
}
.c-about-us-section .c-progress-title {
  font-size: 51px;
  line-height: 1;
  margin-bottom: 4px;
  justify-content: center;
}
.c-about-us-section .c-progress-title::before {
  display: none;
}
.c-about-us-section .c-sub-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
}

.column:has(.c-progress-title) {
  padding: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .c-about-us-section .c-progress-title {
    font-size: 40px;
  }
}
.why-choose-us.update2 {
  background-image: none;
  background-color: #EEEFEF;
  min-height: auto;
}
.why-choose-us.update2 .content {
  padding-top: 57px !important;
}
.why-choose-us.update2 .content h2 {
  color: #173F7C;
  font-weight: 400;
  margin-bottom: 32px;
  padding-left: 0;
}
.why-choose-us.update2 .content .wrapper {
  min-height: auto;
}
.why-choose-us.update2 .content .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -24px;
}
.why-choose-us.update2 .content .wrapper ul li {
  padding-left: 0;
  color: #173F7C;
  text-align: center;
  max-width: 284px;
  margin-bottom: 24px;
}
.why-choose-us.update2 .content .wrapper ul li span {
  font-size: 14px;
}
.why-choose-us.update2 .content .wrapper ul li span.title {
  font-size: 18px;
  margin-bottom: 9px;
}
.why-choose-us.update2 .content .wrapper ul li .icon {
  position: static;
  margin: 0 auto;
  margin-bottom: 18px;
}
.why-choose-us.update2 .content .wrapper ul li .icon::before {
  display: none;
}

@media (max-width: 574px) {
  .why-choose-us.update2 .content .wrapper ul {
    justify-content: center;
  }
  .why-choose-us.update2 .content .wrapper ul li {
    max-width: 1005;
  }
}
.product-counts.update2 {
  padding: 52px 0;
  background-color: #15325F;
}
.product-counts.update2 h2 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  padding-left: 0;
}
.product-counts.update2 h2::before {
  display: none;
}
.product-counts.update2 p {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 767px) {
  .product-counts.update2 h2 {
    font-size: 36px;
  }
}
.meet-team.update2 {
  padding: 67px 0;
}
.meet-team.update2 .intro {
  max-width: 100%;
  margin-bottom: 25px;
}
.meet-team.update2 .intro h2 {
  font-size: 46px;
  font-weight: bold;
}
.meet-team.update2 .intro h2::before {
  display: none;
}
.meet-team.update2 .intro p {
  text-align: start;
  font-size: 16px;
  color: #173F7C;
}
.meet-team.update2 .member .image {
  margin-bottom: 8px;
}
.meet-team.update2 .member h3 {
  text-align: center;
  color: #173F7C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.meet-team.update2 .member p {
  text-align: center;
  color: #173F7C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 767px) {
  .meet-team.update2 .intro h2 {
    font-size: 36px;
  }
}
/* 10-01-25 */

#new-header .c-secondary-nav li a i{
  font-size: 21px;
  margin: 0;
  margin-bottom: 3px;
}
#new-header .c-secondary-nav li a i::before{
  margin: 0;
}
#new-header .c-secondary-nav li:has(ul){
  position: relative;
}
#new-header .c-secondary-nav li:has(ul):hover > a + ul{
  opacity: 1;
  z-index: 0;
}
#new-header .c-secondary-nav li ul{
  list-style: none;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -99;
}
#new-header .c-secondary-nav li ul li{
  background-color: #fff;
  padding:4px 6px;
    box-shadow: 0px 3px 5px 0px #0000002b;
    text-align: center;
    color: #173F7C;
}
#new-header .c-secondary-nav li ul li:hover{
  color: #b8c263;
}
#new-header .c-secondary-nav li ul li a{
  color: inherit;
}
.c-form1 .c-form-group .c-form-control {
  max-width: 100%;
  border-radius: 0;
}

.top-bar nav.woocommerce-pagination {
  display: none;
}

/*# sourceMappingURL=custom.css.map */
