/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
/* Style for search{ form */

.main-nav-right-col {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-form-group {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 9px 12px;
  border-bottom: 1px solid transparent;
  width: 254px;
  transition: all 1s ease-in-out;
}

.search-form-group input[type="text"] {
  color: #000;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  border: none;
  width: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.search-form-group input[type="text"]:focus:before {
  display: none;
}

.submit-button {
  color: #000000 !important;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.submit-button:before {
  content: "Search";
  color: #000;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transition: all 0.8s ease-in-out 0.8s;
}

.submit-button:hover,
.submit-button:focus-visible {
  background-color: #fff;
  color: #000000 !important;
}

.active {
  border-color: #000;
}

.active .submit-button:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.8s ease-in-out;
}

.active.search-form-group input[type="text"] {
  width: 100%;
}

.view-cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 0 24px;
}

header .main-nav-right-col a.view-cart-link {
  padding: 2px 12px !important;
  height: fit-content;
}

.view-cart-link span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: center;
}

header .main-nav-right-col a.view-cart-link img {
  margin-left: 0 !important;
}

/* custom css dispaly space menus */

.abaxkf_space_main_menu .ubermenu-submenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  /* Adjust the gap between images as needed */
}

.abaxkf_space_main_menu .ubermenu-submenu li {
  width: auto !important;
  display: block !important;
  float: none !important;
  /* padding: 6px 20px; */
}

.abaxkf_space_main_menu .ubermenu-submenu a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  padding: 0px !important;
  border-radius: 10px;
}

.abaxkf_space_main_menu .ubermenu-submenu img {
  max-width: 100%;
  height: auto;
  transition: transform 0.8s ease;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.abaxkf_space_main_menu .ubermenu-submenu span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 600;
  font-size: 32px;
  opacity: 1;
  transition: opacity 0.8s ease;
  z-index: 1;
  text-align: center;
  line-height: 38px;
}

.abaxkf_space_main_menu .ubermenu-submenu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_left:hover:before {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.abaxkf_space_main_menu .ubermenu-submenu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_left:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 60%);
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.abaxkf_space_main_menu .ubermenu-submenu a:hover span {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.abaxkf_space_main_menu .ubermenu-submenu .ubermenu-item-layout-image_left>.ubermenu-image {
  float: none;
  transform: scale(1);
  transition: transform 0.8s ease-in-out;
}

.abaxkf_space_main_menu .ubermenu-submenu a:hover img.ubermenu-image {
  transform: scale(1.2);
  transition: transform 0.8s ease-in-out;
}

.abaxkf_space_main_menu .ubermenu-submenu .ubermenu-target-title.ubermenu-target-text {
  padding-left: 0px !important;
}

.abaxkf_space_main_menu .ubermenu-submenu li {
  padding: 0px !important;
}

.abaxkf_space_main_menu .ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
  margin-top: 0 !important;
}

.abaxkf_space_main_menu .ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  display: flex;
  justify-content: center;
  top: 70px;
  transition: none;
}

.abaxkf_space_main_menu a+.ubermenu-submenu>ul.ubermenu-row.ubermenu-autoclear {
  max-width: 1100px;
  width: 100%;
  margin: 0 !important;
}

.abaxkf_space_main_menu .ubermenu .ubermenu-submenu-type-stack {
  padding: 0 !important;
}

.abaxkf_space_main_menu a+.ubermenu-submenu>ul>li ul.ubermenu-submenu.ubermenu-submenu-type-stack {
  padding: 0 !important;
}

.abaxkf_space_main_menu a+.ubermenu-submenu>ul>li>ul>li>ul>li>ul.ubermenu-submenu.ubermenu-submenu-type-block.ubermenu-autoclear {
  padding-top: 50px !important;
  row-gap: 70px;
  column-gap: 30px;
}

.ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0>.ubermenu-target {
  padding: 15px 20px !important;
  font-weight: 700 !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
  display: none;
}

/* product_main_menu */
.product_main_menu a+.ubermenu-submenu>ul>li>ul>li>ul.ubermenu-tabs-group.ubermenu-column.ubermenu-column-full.ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-tabs-group {
  display: flex;
  max-height: 126px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  flex: 1;
  float: none;
  background: none;
}

ul.ubermenu-tabs-group.ubermenu-column.ubermenu-column-full.ubermenu-submenu.ubermenu-submenu-id-197522.ubermenu-submenu-type-auto.ubermenu-submenu-type-tabs-group {
  display: flex;
  max-height: 126px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  flex: 1;
  float: none;
  background: none;
}

.product_main_menu a+.ubermenu-submenu>ul>li>ul>li>ul.ubermenu-tabs-group.ubermenu-column.ubermenu-column-full.ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-tabs-group>li.ubermenu-tab {
  flex: 1;
  width: 100%;
}

.ubermenu-main .product_main_menu .ubermenu-submenu-align-full_width {
  padding: 0 !important;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs {
  max-width: none !important;
  display: flex;
  background-color: #365ac9;
  min-height: calc(100vh - 110px) !important;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
  padding: 50px 0;
  border: 0;
  height: calc(100vh - 238px) !important;
  /* overflow: auto; */
  min-height: auto !important;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
  max-width: 1310px;
  padding: 0 20px;
  width: 100%;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>ul::after {
  display: none;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>ul>li:last-child {
  margin-left: auto;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>ul>li {
  min-width: 250px;
  width: auto;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>ul>li.widgetmenu-last {
  padding-right: 20px;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>ul>li.product-col-width-size {
  flex: 1;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>ul>li.abaxkf-widget-area {
  max-width: 577px;
  flex: 0 0 577px;
  width: 100%;
}

.product-list-text-size>ul>li>a,
.product-list-text-size>ul.ubermenu-submenu>li.ubermenu-item>a.ubermenu-target,
.product-list-text-size>ul.ubermenu-submenu>li.ubermenu-item>.ubermenu-content-block,
.abaxkf-vertical-line-border>ul.ubermenu-submenu>li.ubermenu-item>.ubermenu-content-block {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16.94px;
  text-align: left;
  color: #000 !important;
  text-transform: capitalize;
  padding: 0 !important;
  margin-bottom: 20px;
}

.ubermenu .ubermenu-nav .product_main_menu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.product-list-text-size>.ubermenu-submenu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 370px;
  column-gap: 60px;
}

.ubermenu .ubermenu-nav .product_main_menu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:last-child>.ubermenu-submenu>.ubermenu-column-1-2 {
  width: auto;
}

.abaxkf-widget-second .ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab.image-card-widget>.ubermenu-tab-content-panel>ul>li:last-child {
  max-width: 577px;
  flex: 0 0 577px;
  width: 100%;
}

.product_main_menu .ubermenu-target+.ubermenu-submenu>ul {
  margin-bottom: 0;
}

.ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-row .ubermenu-item .ubermenu-submenu {
  padding-bottom: 0;
}

.ubermenu .ubermenu-nav .product_main_menu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
  margin-top: 0;
}

.ubermenu .ubermenu-nav .product_main_menu .product-list-text-size>.ubermenu-submenu-type-stack>.ubermenu-item-normal {
  max-width: 250px;
}

.product_main_menu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_above.ubermenu-content-align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 14.52px;
  text-align: center;
  padding: 22px 5px !important;
  gap: 19px;
  align-items: center;
}

.product_main_menu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_above.ubermenu-content-align-center span {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center;
  text-transform: uppercase;
}

li.verticle-line.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-level-15.ubermenu-column.ubermenu-column-1-2.ubermenu-has-submenu-stack.ubermenu-item-type-column {
  border-left: 1px solid #dedede !important;
}

.ubermenu-active .ubermenu-tab img.ubermenu-image.ubermenu-image-size-full {
  filter: brightness(0) invert(1);
  margin: 0 !important;
  height: 28px;
  width: auto;
}

.ubermenu-active .ubermenu-tab.ubermenu-active img.ubermenu-image.ubermenu-image-size-full {
  filter: none;
}

.product_main_menu>a+.ubermenu-submenu>ul>li>ul>li>ul.ubermenu-tabs-group.ubermenu-column.ubermenu-column-full.ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-tabs-group>.ubermenu-active>a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_above.ubermenu-content-align-center {
  box-shadow: 0px 4px 4px 0px #00000040 inset;
}

.abexkf-menu-title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.abaxkf-vertical-line-border {
  border-left: 1px solid #dedede !important;
  height: 100% !important;
  padding-left: 90px !important;
}

.product_main_menu>a+.ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.ubermenu.ubermenu-main .ubermenu-tab-content-panel {
  background: #f5f5f5 !important;
  max-height: none !important;
  top: 70px;
  box-shadow: none;
  border: 0;
}

.abaxkf-widget-first {
  display: flex !important;
  justify-content: flex-end !important;
}

.abaxkf-widget-first .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
  padding: 0;
}

.abaxkf-widget-first ul {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  max-width: 246px;
  width: 100%;
  background-color: #fff;
  border: 3px solid #365ac9;
  border-radius: 15px;
  min-height: 400px;
  padding: 12px 24px;
  justify-content: center;
}

.abaxkf-widget-first ul li {
  padding: 0 !important;
  width: 100% !important;
}

.abaxkf-widget-first ul .textwidget {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.abaxkf-widget-first ul li a {
  background: #365ac9;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 19.36px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 24px;
  margin: 12px 0 40px;
}

.abaxkf-widget-first ul li .textwidget p {
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 24.2px;
  text-align: center;
  margin: 0;
}

.abaxkf-widget-first ul>li>.textwidget p img {
  padding-top: 30px;
}

.product_main_menu>a+.ubermenu-submenu>ul>li>ul>li>ul .abaxkf-widget-second>ul.ubermenu-submenu.ubermenu-submenu-type-stack {
  padding: 0 !important;
}

/* .abaxkf-widget-second ul.ubermenu-submenu.ubermenu-submenu-id-196786.ubermenu-submenu-type-stack li#menu-item-196789 {
    border: 3px solid #365AC9;
    border-radius: 16px;
} */

.abaxkf-widget-second ul li .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
  padding: 0 !important;
  border: 3px solid #365ac9;
  border-radius: 16px;
  min-height: 400px;
}

.abaxkf-widget-second ul li .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded img {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  object-fit: cover;
}

.abaxkf-widget-second ul li .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded .widget-row-container {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abaxkf-widget-second ul li .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded .widget-row-container h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin: 0;
}

.abaxkf-widget-second ul>li .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded .widget-row-container .widget-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.abaxkf-widget-second ul li .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded .widget-row-container .widget-flex p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 0;
}

.abaxkf-widget-second ul li .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded .widget-row-container .widget-flex a {
  background: #365ac9;
  font-size: 16px;
  font-weight: 600 !important;
  text-align: center;
  color: #ffffff;
  padding: 8px 12px;
  border: none;
  max-width: 141px;
  width: 100%;
  border-radius: 30px;
  line-height: 1.65;
}

.admin-bar .product_main_menu .ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width,
.admin-bar .abaxkf_space_main_menu .ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  top: 158px;
}

.portfolio-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.portfolio-title a {
  font-size: 1.8rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 2.4rem;
  margin-top: 2.2rem;
  color: #fff;
}

.portfolio-title a:hover {
  color: #fff;
}

.portfolio-image {
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-image img {
  display: block;
}

/* mobile resposive */

@media (max-width: 1200px) {
  .abaxkf-widget-second ul li .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded .widget-row-container {
    padding: 16px;
  }

  .ubermenu-main .ubermenu-nav .product_main_menu .ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>ul>li:last-child {
    max-width: 40%;
  }

  .ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0>.ubermenu-target {
    padding: 15px 12px !important;
  }

  #site-navigation-wrap {
    margin-left: 15px;
  }

  .search-form-group {
    max-width: 240px;
    min-width: 180px;
  }

  .abaxkf-vertical-line-border {
    padding-left: 45px !important;
  }

  .ubermenu .ubermenu-nav .product_main_menu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.product-list-text-size>.ubermenu-submenu {
    column-gap: 10px !important;
  }

  .ubermenu .ubermenu-nav .product_main_menu .product-list-text-size>.ubermenu-submenu-type-stack>.ubermenu-item-normal {
    max-width: 180px;
  }
}

@media (max-width: 1040px) {
  .ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0>.ubermenu-target {
    padding: 15px 8px !important;
  }

  .search-form-group {
    max-width: 200px;
    min-width: 180px;
  }
}

@media (max-width: 959px) {

  body:has(.abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav > .abax_products_mobile_menu > a.ubermenu-target + .ubermenu-submenu > ul > li > ul > li > ul > li.ubermenu-tab) .ubermenu-responsive-default.ubermenu .ubermenu-tabs .ubermenu-tab-content-panel,
  body:has(.abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav > .abax_products_mobile_menu > a.ubermenu-target + .ubermenu-submenu > ul > li > ul > li > ul > li.ubermenu-tab) .ubermenu-main .ubermenu-submenu-align-full_width {
    box-shadow: none !important;
  }

  body:has(.wpex-active) #site-header.fixed-scroll {
    min-height: 113px;
  }

  .abaxf_mob-header .mobile-toggle-nav.wpex-togglep-absolute {
    max-height: 100vh;
    min-height: calc(100vh - 112px);
    top: 112px;
    z-index: 99999;
    box-shadow: none !important;
    overflow-y: initial;
  }

  .abaxf_mob-header .mobile-toggle-nav .wpex-mobile-menu.wpex-clr .wpex-togglep-absolute:has(.visible) body {
    overflow: hidden;
  }

  .abaxf_mob-header #mobile-menu .mobile-menu-toggle.wpex-active {
    text-decoration: none;
  }

  .abaxf_mob-header #mobile-menu .mobile-menu-toggle.wpex-active .wpex-bars {
    height: 28px;
    width: 28px;
  }

  #mobile-menu .wpex-bars>span,
  #mobile-menu .wpex-bars>span::before,
  #mobile-menu .wpex-bars>span::after {
    background: #000 !important;
  }

  body:has(.wpex-active) #mobile-menu .wpex-bars>span {
    background: none !important;
  }

  body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
    right: 10px !important;
  }

  body.wpex-responsive .abaxf_mob-header .container {
    max-width: calc(100% - 30px);
    padding: 0 8px;
    height: calc(100vh - 112px);
    overflow: auto;
  }

  body.wpex-responsive .abaxf_mob-header .container nav.ubermenu.ubermenu-main {
    padding: 24px 0;
  }

  .abaxf_mob-header .ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin-top: 0;
    margin-bottom: 24px;
  }

  body:has(.wpex-active) #site-logo-link {
    display: none;
  }

  body:has(.wpex-active) .abaxf_mob-header .abaxkf_inner-wrapper {
    /* position: relative;
    z-index: 99999; */
    padding-top: 38px;
  }

  body:has(.wpex-active) .abaxf_mob-header #site-header-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    max-width: calc(100% - 30px);
    padding: 0 15px;
  }

  body:has(.wpex-active) .abaxf_mob-header #site-header-inner::before {
    content: "Menu";
    font-weight: 700;
    font-size: 20px;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>li>a {
    color: #000;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 19.36px;
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 22px 15px !important;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>li:last-child>a {
    border-bottom: 0;
  }

  .abaxf_mob-header .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    display: block;
    transform: rotate(-90deg) translateX(80%);
    font-size: 24px;
    margin-top: 0;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile.ubermenu-active>a.ubermenu-target .ubermenu-sub-indicator {
    display: block !important;
    transform: rotate(180deg) translateY(57%);
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile .ubermenu-submenu .ubermenu-item .ubermenu-submenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    padding-bottom: 0;
    column-gap: 10px;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile .ubermenu-submenu .ubermenu-item .ubermenu-submenu::after {
    display: none;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile .ubermenu-submenu .ubermenu-target {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 0 !important;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile .ubermenu-submenu .ubermenu-target img {
    width: 73px;
    height: 58px;
    float: none;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile .ubermenu-submenu .ubermenu-target .ubermenu-target-title {
    padding-left: 0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize !important;
    color: #000;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile .ubermenu-submenu .ubermenu-item .ubermenu-submenu .ubermenu-item:first-child {
    margin: 0;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile a+.ubermenu-submenu::before {
    display: none;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile a .ubermenu-sub-indicator-close {
    display: none !important;
  }

  .mobile-toggle-nav-ul .ubermenu-responsive .abaxkf_spaces_mobile a+.ubermenu-submenu {
    position: relative !important;
    box-shadow: none !important;
    padding: 15px !important;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>li>a .ubermenu-target-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 22.1px;
    text-align: left;
  }

  .abaxf_mob-header .ubermenu-sub-indicators .abax_products_mobile_menu.ubermenu-active>.ubermenu-target>.ubermenu-sub-indicator {
    display: block !important;
    transform: rotate(90deg) translateX(-80%) translateY(230%);
  }

  .abaxf_mob-header .ubermenu-sub-indicators .abax_products_mobile_menu.ubermenu-active>.ubermenu-target>.ubermenu-sub-indicator:after {
    content: "Back";
    font-family: "Gotham";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    transform: rotate(270deg);
    position: absolute;
    top: -34px;
    right: -13px;
  }

  .abaxf_mob-header .ubermenu-sub-indicators .abax_products_mobile_menu.ubermenu-active>.ubermenu-target>.ubermenu-sub-indicator+.ubermenu-sub-indicator-close {
    display: none !important;
  }

  .abaxf_mob-header .ubermenu-sub-indicators .abax_products_mobile_menu.ubermenu-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    background-color: #fff;
    z-index: 99;
    padding-top: 43px;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target {
    min-height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    max-width: calc(100% - 30px);
    padding: 0 15px !important;
    margin: 0 auto;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu {
    transform: translateX(0);
    transition: transform 0.8s ease-in-out !important;
    opacity: 1;
    height: calc(100vh - 108px) !important;
    padding: 24px 0 0;
    overflow-y: initial !important;
    visibility: visible;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu:not(.ubermenu-active)>a.ubermenu-target+.ubermenu-submenu {
    display: block !important;
    overflow-y: auto !important;
    top: 113px;
    left: 0;
    border: 0;
    box-shadow: none !important;
    padding: 0 !important;
    opacity: 1;
    height: calc(100vh - 113px) !important;
    max-height: none;
    visibility: visible;
    transform: translateX(-100vw);
    transition: transform 0.8s ease-in-out !important;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu::before {
    display: none;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul.ubermenu-row {
    margin-bottom: 0;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul.ubermenu-submenu {
    padding-bottom: 0;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li.mobile-input-size {
    padding-left: 24px;
    padding-right: 24px;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li.mobile-input-size+li {
    padding-top: 19px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: env(titlebar-area-y, 19px);
    /* padding: 19px 17px; */
    background-color: #365ac9;
    overflow-y: auto !important;
    height: calc(100vh - 210px);
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li.mobile-input-size+li>ul {
    background-color: transparent;
    padding-bottom: 5rem;
  }

  #ubermenu-nav-main-1498 {
    padding-bottom: 6rem;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul {
    background: none;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab:last-child>a.ubermenu-target {
    border-bottom: 0;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab>a.ubermenu-target {
    background: none;
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab>a.ubermenu-target>img {
    margin: 0;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab>a.ubermenu-target>.ubermenu-sub-indicator {
    color: #fff;
    transform: rotate(270deg) translateX(80%) translateY(-40%);
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab>a.ubermenu-target>img {
    margin: 0 !important;
    width: 24px;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab>a.ubermenu-target>.ubermenu-target-title {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 16.27px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 74%;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active>a.ubermenu-target>.ubermenu-target-title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    line-height: 22.1px;
    text-align: left;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 38px;
    width: 100% !important;
    background-color: #fff;
    z-index: 99999999;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active>a.ubermenu-target {
    min-height: 70px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-bottom: 1px solid #000;
    max-width: calc(100% - 30px);
    padding: 0 15px !important;
    margin: 0 auto;
  }

  body:has(.abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav > .abax_products_mobile_menu.ubermenu-active > a.ubermenu-target + .ubermenu-submenu > ul > li > ul > li > ul > li.ubermenu-tab.ubermenu-active) .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu {
    height: 100vh !important;
    top: 0;
    background: #fff;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target .ubermenu-image {
    display: none;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target .ubermenu-image~.ubermenu-sub-indicator-close {
    display: none !important;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target .ubermenu-image+.ubermenu-target-title {
    color: #000;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target .ubermenu-image~.ubermenu-sub-indicator {
    display: block;
    transform: rotate(90deg) translateX(-80%) translateY(230%);
    color: #000;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target .ubermenu-image~.ubermenu-sub-indicator::after {
    content: "Back";
    font-family: "Gotham";
    font-size: 16px;
    font-weight: 700;
    line-height: 17.68px;
    text-align: right;
    color: #000;
    transform: rotate(270deg);
    position: absolute;
    top: -34px;
    right: -14px;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active>a.ubermenu-target+.ubermenu-tab-content-panel {
    transform: translateX(0);
    transition: transform 0.8s ease-in-out !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 108px !important;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab>a.ubermenu-target+.ubermenu-tab-content-panel {
    position: fixed !important;
    display: block !important;
    background-color: #fff !important;
    height: calc(100vh - 108px) !important;
    z-index: 999999999999;
    width: 100%;
    top: 0;
    padding: 0 15px;
    border: 0;
    transform: translateX(-100vw);
    transition: transform 0.8s ease-in-out !important;
    opacity: 1;
    overflow-y: auto !important;
    visibility: visible;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul {
    border: none;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li:first-child>ul>li {
    border-bottom: 1px solid #000;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li>.ubermenu-target {
    padding: 20px 15px !important;
    background: #fff;
    border: 0;
    z-index: 99999999999;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li:last-child>.ubermenu-target {
    border-bottom: 0;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav .abaxkf-widget-first-mob ul {
    width: 100%;
    padding: 6px 20px;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav .abaxkf-widget-first-mob .ubermenu-content-block ul li {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav .abaxkf-widget-first-mob .ubermenu-content-block ul li::after {
    display: none;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav .abaxkf-widget-first-mob .ubermenu-content-block ul li img {
    width: 110px;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav .abaxkf-widget-first-mob ul li .textwidget {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav .abaxkf-widget-first-mob ul li .textwidget p {
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 24.2px;
    text-align: center;
    margin: 0;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav .abaxkf-widget-first-mob ul li a {
    background: #365ac9;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 24px;
    min-height: 40px;
    max-width: 127px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li>.ubermenu-target .ubermenu-sub-indicator {
    transform: rotate(-90deg) translateX(80%) translateY(-30%);
    font-size: 24px;
    margin-top: 0;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li.ubermenu-active>.ubermenu-target+ul.ubermenu-tab-content-panel {
    height: auto;
    display: flex;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab a.ubermenu-target+.ubermenu-tab-content-panel>ul>li.abaxkf_default_submenu>ul>li>ul>li>.ubermenu-target+ul.ubermenu-tab-content-panel {
    height: auto !important;
    top: 0;
    padding: 14px 25px 60px 15px !important;
    transform: translateY(-100%);
    animation: topToBottom 0.8s forwards;
    z-index: unset;
    background: #fff !important;
    border: none;
    box-shadow: none;
    position: relative;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li.ubermenu-active>.ubermenu-target+ul.ubermenu-tab-content-panel {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
  }

  @keyframes topToBottom {
    0% {
      transform: translateY(-100%);
    }

    100% {
      transform: translateY(0%);
    }
  }

  body:has(.abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav > .abax_products_mobile_menu.ubermenu-active > a.ubermenu-target + .ubermenu-submenu > ul > li > ul > li > ul > li.ubermenu-tab.ubermenu-active a.ubermenu-target + .ubermenu-tab-content-panel > ul > li > ul > li > ul > li.ubermenu-active:last-child) .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li:first-child>ul>li:first-child {
    z-index: 99;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab.ubermenu-active a.ubermenu-target+.ubermenu-tab-content-panel>ul>li.abaxkf_default_submenu>ul>li>ul>li.ubermenu-active>.ubermenu-target+ul.ubermenu-tab-content-panel::after {
    display: none;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li>.ubermenu-target .ubermenu-target-title {
    font-weight: 700;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li>.ubermenu-target+ul.ubermenu-tab-content-panel>li>a.ubermenu-target {
    padding: 0 !important;
    font-size: 15px;
    font-weight: 400;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li.ubermenu-active>a.ubermenu-target>.ubermenu-sub-indicator-close {
    display: none !important;
  }

  .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li>ul>li.ubermenu-tab a.ubermenu-target+.ubermenu-tab-content-panel>ul>li>ul>li>ul>li>a.ubermenu-target>.ubermenu-sub-indicator {
    display: block !important;
    transform: rotate(180deg) translateX(50%) translateY(50%);
  }

  .abaxf_mob-header .searchform .searchform-submit {
    margin: 0;
    transform: translateY(-50%);
    opacity: 1;
  }

  /* .mobile-input-size ul.ubermenu-submenu {
        padding: 10px 0;
    } */

  .mobile-input-size ul.ubermenu-submenu li.ubermenu-item {
    margin: 0;
  }

  .mobile-input-size ul.ubermenu-submenu li.ubermenu-item ul.ubermenu-content-block>li {
    padding: 0;
  }

  .mobile-input-size ul.ubermenu-submenu li.ubermenu-item ul.ubermenu-content-block>li>h3.ubermenu-widgettitle.ubermenu-target {
    display: none;
  }

  .mobile-input-size ul.ubermenu-submenu li.ubermenu-item ul.ubermenu-content-block>li>form.searchform>label>input.field {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 16px;
    min-height: 40px;
    border: 0;
    background: #f5f5f5;
  }

  .mobile-input-size ul.ubermenu-submenu li.ubermenu-item ul.ubermenu-content-block>li>form.searchform>button.searchform-submit>span.ticon.ticon-search {
    font-size: 20px !important;
    color: #000;
  }

  body:has(.abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav > .abax_products_mobile_menu.ubermenu-active > a.ubermenu-target + .ubermenu-submenu > ul > li > ul > li > ul > li.ubermenu-tab.ubermenu-active) .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu.ubermenu-active>a.ubermenu-target+.ubermenu-submenu,
  body:has(.abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav > .abax_products_mobile_menu.ubermenu-active > a.ubermenu-target + .ubermenu-submenu > ul > li > ul > li > ul > li.ubermenu-tab.ubermenu-active) .abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav>.abax_products_mobile_menu>a.ubermenu-target+.ubermenu-submenu>ul>li>ul>li.mobile-input-size+li,
  body:has(.abaxf_mob-header .mobile-toggle-nav .mobile-toggle-nav-inner .mobile-toggle-nav-ul .ubermenu .ubermenu-nav > .abax_products_mobile_menu.ubermenu-active > a.ubermenu-target + .ubermenu-submenu > ul > li > ul > li > ul > li.ubermenu-tab.ubermenu-active) .abaxf_mob-header .mobile-toggle-nav.wpex-togglep-absolute {
    overflow: initial !important;
  }

  body.overflow-hidden,
  html.overflow-hidden {
    overflow: hidden;
  }
}

/* create new container design */
/* Define the custom font */
@font-face {
  font-family: "CustomFont";
  src: url("../assets/fonts/Chalkduster.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --black: #000000;
  --white: #fff;
  --green: #c5d06b;
  --light-grey: #a4a4a4;
  --primary: #f5f5f5;
  --light-orange: #e68e51;
}

body {
  font-family: "Gotham", sans-serif;
}

.chalkbuster-font {
  font-family: "CustomFont", serif;
}

.abax_landing_page button,
.abax_classroom_page button {
  cursor: pointer;
}

.abax_landing_page ul,
.abax_classroom_page ul {
  list-style: none;
}

.abax_landing_page a,
.abax_classroom_page a,
.abax_landing_page a:hover,
.abax_classroom_page a:hover {
  text-decoration: none;
}

.abax_landing_page img,
.abax_classroom_page img {
  width: 100%;
  height: auto;
}

.abax_landing_page p {
  margin: 0;
}

.container-main {
  max-width: 1209px;
  width: 100%;
  margin: 0 auto;
}

.container-full {
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}

.bg-white {
  background: var(--white);
}

.bg-primary {
  background: var(--primary);
}

.bg-dark {
  background: var(--black);
}

.bg-blue {
  background: #365ac9;
}

.bg-green {
  background-color: var(--green);
}

.bg-grey {
  background-color: var(--light-grey);
}

.text-green {
  color: var(--green) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-dark {
  color: var(--black) !important;
}

.text-grey {
  color: var(--light-grey) !important;
}

.dis-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.p-32 {
  padding: 32px 0;
}

.p-64 {
  padding: 64px 0;
}

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 12px;
}

.gap-3 {
  gap: 16px;
}

.gap-4 {
  gap: 20px;
}

.gap-5 {
  gap: 24px;
}

.gap-6 {
  gap: 28px;
}

.gap-7 {
  gap: 32px;
}

.gap-8 {
  gap: 34px;
}

.gap-9 {
  gap: 38px;
}

.gap-10 {
  gap: 42px;
}

.gap-12 {
  gap: 48px;
}

.border-green {
  border-color: var(--green);
}

.border-orange {
  border-color: var(--light-orange);
}

.border-blue {
  border-color: #365ac9;
}

.bg-orange {
  background-color: var(--light-orange);
}

.capital {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

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

.alignLeft {
  text-align: left !important;
}

.fontNormal {
  font-weight: 400;
}

.fontMedium {
  font-weight: 500 !important;
}

.fontSemiBold {
  font-weight: 600 !important;
}

.fontBold {
  font-weight: 700 !important;
}

.fontExtraBold {
  font-weight: 800 !important;
}

.grid-container {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Grid rows */
.grid-rows-1 {
  grid-template-rows: repeat(1, 1fr);
}

.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}

.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr);
}

/* Alignments */
.align-items-start {
  align-items: start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-end {
  justify-items: end;
}

.contant-chalkbowder {
  font-family: "CustomFont", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  margin: 0;
}

.content-para-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.content-para1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin: 0;
}

.content-para2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.content-head-grey {
  font-size: 20px;
  line-height: 23.44px;
  letter-spacing: 0.07em;
  text-align: left;
  color: var(--light-grey);
  margin: 0;
}

.content-span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin: 0;
}

.content-h2 {
  font-size: 65px;
  line-height: 87px;
  text-align: center;
  margin: 0 !important;
}

h2,
p,
h3 {
  margin: 0;
}

.form-row {
  margin: 0 0 20px;
}

.content-h3 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin: 0 !important;
}

.content-h4 {
  font-size: 35px;
  line-height: 42px;
  text-align: left;
  margin: 0 !important;
  color: var(--black);
}

.content-h5 {
  font-size: 22px;
  text-align: left;
  margin: 0;
  width: 50%;
}

.content-h6 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0;
}

.content-head-grey p:empty {
  display: none;
}

p.we-are-certified-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.content-head-grey p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.btn-round1 {
  font-size: 37px;
  line-height: 43.36px;
  text-align: center;
  width: 366px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border: none;
  border-radius: 45px;
}

.btn-round2 {
  font-size: 22px;
  line-height: 25.78px;
  text-align: center;
  width: 180px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border: none;
}

.btn-round3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 28.71px;
  text-align: center;
  color: #000;
  width: 281px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  background-color: var(--white);
}

/* banner section-landing page */
.abax_landing_page .banner-sec-landing .container-full .first-banner {
  max-height: 599px;
}

.abax_landing_page .banner-sec-landing .banner-sec-landing-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.abax_landing_page .banner-sec-landing .container-full .display-img-none {
  display: none;
}

.abax_landing_page .banner-sec-landing .container-full .img-1 {
  border-radius: 24px;
}

.abax_landing_page .banner-sec-landing .container-full .img-3 {
  height: 385px;
}

.abax_landing_page .banner-sec-landing .container-full .img-4 {
  width: 426px;
  height: 598px;
}

.abax_landing_page .banner-sec-landing .container-full .img-5 {
  width: 426px;
  height: 380px;
}

/* grid-section */
.abax_landing_page .section-grid-landing .dis-flex .content-grey-italic {
  display: none;
}

.abax_landing_page .section-grid-landing .grid-container {
  padding-top: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

/* changes in code */
.abax_landing_page .section-grid-landing .grid-container .item a {
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.abax_landing_page .section-grid-landing .grid-container .item img {
  border-radius: 20px;
  object-fit: cover;
  transform: scale(1);
  max-height: 383px;
  transition: transform 0.8s ease-in-out;
}

.abax_landing_page .section-grid-landing .grid-container .item:hover img {
  transform: scale(1.1);
  transition: transform 0.8s ease-in-out;
}

.abax_landing_page .section-grid-landing .grid-container .item h6 {
  position: absolute;
  bottom: 45px;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 80%;
  min-height: 50px;
  padding: 5px 10px;
}

.abax_landing_page .section-grid-landing .grid-container .item:hover h6 {
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
}

.abax_landing_page .section-form-landing,
.abax_classroom_page .section-form-landing {
  gap: 81px;
}

/* .abax_landing_page .section-form-landing h6,
.abax_classroom_page .section-form-landing h6,
.abax_classroom_page .recent-project-slider h6  {
  padding: 12px 0;
} */

.abax_landing_page .section-form-landing .form-section,
.abax_classroom_page .section-form-landing .form-section {
  max-width: calc(100% - 460px);
  width: 100%;
}

.abax_landing_page .section-form-landing .form-section form,
.abax_classroom_page .section-form-landing .form-section form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span>input,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span>input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 30px;
  background-color: #f4f4f4;
  font-size: 16px;
  color: #000;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span {
  width: 100%;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span.wpcf7-spinner,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span.wpcf7-spinner {
  width: 0 !important;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span>textarea,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span>textarea {
  height: 150px;
  resize: none;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 30px;
  background-color: #f4f4f4;
  font-size: 16px;
  color: #000;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn>input,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn>input {
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  position: relative;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn {
  position: relative;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn::before,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  background-color: #000;
  transition: width 0.8s ease-in-out;
  bottom: 6px;
  top: auto;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn:hover::before,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn:hover::before {
  width: 100%;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn {
  width: auto;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn>br,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p>span.contact-form-btn>br {
  display: none;
}

.abax_landing_page .section-form-landing .form-section .wpcf7 form>p,
.abax_classroom_page .section-form-landing .form-section .wpcf7 form>p {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.abax_landing_page .section-article-landing .article-sec {
  gap: 40px;
  justify-content: space-between;
}

.abax_landing_page .section-article-landing .article-sec .get-in-touch-content {
  max-width: 353px;
  width: 100%;
  gap: 40px;
}

.abax_landing_page .section-article-landing .article-sec .get-in-touch-content h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  margin: 0px;
}

/* before-footer-section */
.abax_landing_page .landing-footer {
  padding-top: 66px;
  height: 420px;
}

.abax_landing_page .landing-footer img {
  position: relative;
  object-fit: cover;
  height: 100%;
}

.abax_landing_page .landing-footer .container-main {
  position: relative;
}

.abax_landing_page .landing-footer .container-main .container-full {
  position: absolute;
  bottom: 58px;
  left: 0;
  gap: 35px;
  display: flex;
  flex-direction: column;
  max-width: 576px;
  width: 100%;
}

/* classroom page */
.abax_classroom_page .classroom-Design {
  max-width: 1032px;
  width: 100%;
  gap: 14px;
}

.abax_classroom_page .classroom-Design h2 {
  /* max-width: 850px; */
  width: 100%;
}

.abax_classroom_page .classroom-Design button {
  margin-top: 16px;
}

.abax_classroom_page .classroom_link {
  height: 32px;
}

.abax_landing_page .banner-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.abax_classroom_page .classroom_banner_img,
.abax_landing_page .banner-img img {
  height: 200px;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}

.abax_classroom_page .classroom_link a {
  font-size: 12px;
  line-height: 14.06px;
  text-align: center;
}

/* .abax_classroom_page .classroom-fitout .flex {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
} */

.abax_classroom_page .classroom-fitout .dis-flex .item {
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.abax_classroom_page .classroom-fitout .dis-flex .item .bg-light-grey {
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 139px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abax_classroom_page .recent-project-slider {
  gap: 88px;
}

.abax_classroom_page .recent-project-slider .dis-flex ul.content-para1 li {
  margin: 0 0 2px 30px !important;
  padding-bottom: 16px;
}

/* related-project-classroom */
.abax_classroom_page .recent-project-slider .dis-flex a,
.abax_classroom_page .related-project-classroom .grid-container a,
.abax_landing_page .section-article-landing .article-sec .get-in-touch-content a {
  font-size: 16px;
  font-weight: 700;
  line-height: 17.68px;
  letter-spacing: 0.07em;
  text-align: left;
  color: var(--black);
  padding-bottom: 10px;
  width: fit-content;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.abax_classroom_page .recent-project-slider .dis-flex a::before,
.abax_classroom_page .related-project-classroom .grid-container a::before,
.abax_landing_page .section-article-landing .article-sec .get-in-touch-content a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: width 0.8s ease-in-out;
}

.abax_classroom_page .recent-project-slider .dis-flex a:hover::before,
.abax_classroom_page .related-project-classroom .grid-container a:hover::before,
.abax_landing_page .section-article-landing .article-sec .get-in-touch-content a:hover::before {
  width: 100%;
}

.abax_classroom_page .recent-project-slider .form-section a {
  display: none;
}

.abax_classroom_page .related-project-classroom .grid-container p {
  font-size: 16px;
  font-weight: 500;
  line-height: 15.31px;
  letter-spacing: 0.07em;
}

.abax_classroom_page .related-project-classroom .dis-flex .grid-container {
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(3, 1fr);
}

.abax_classroom_page .related-project-classroom .dis-flex .grid-container img {
  border: 1px solid #80808063;
  border-radius: 20px;
}

.abax_classroom_page .recent-project-slider .form-section {
  max-width: calc(100% - 461px);
  width: 100%;
  overflow-x: auto;
}

.abax_classroom_page .recent-project-slider .form-section .mobile-slider {
  display: none;
}

.abax_classroom_page .recent-project-slider .form-section .slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}

.abax_classroom_page .recent-project-slider .form-section .slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  overflow: auto;
  gap: 25px;
  padding-bottom: 66px;
}

.abax_classroom_page .recent-project-slider .form-section .slider .slides .slide {
  min-width: 358px;
  box-sizing: border-box;
}

.abax_classroom_page .recent-project-slider .form-section .slider .slides .slide img {
  display: block;
  max-width: 358px;
  width: 100%;
  height: 585px;
}

.abax_classroom_page .recent-project-slider .form-section .slider button {
  background-color: #fff;
  border: 2px solid #000;
  color: black;
  padding: 10px;
  cursor: pointer;
  width: 42px;
  margin-top: 12px;
  margin-right: 12px;
}

.abax_classroom_page .recent-project-slider .form-section .slider button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.abax_classroom_page .recent-project-slider .form-section .slider .slides.slick-initialized.slick-slider i.fas.fa-angle-left.clr-gry.slick-arrow {
  left: 12px;
  position: absolute;
  bottom: 12px;
  z-index: 999;
  background-color: #fff;
  border: 2px solid #000;
  color: black;
  padding: 10px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abax_classroom_page .recent-project-slider .form-section .slider .slides.slick-initialized.slick-slider i.fas.fa-angle-right.clr-gry.slick-arrow {
  position: absolute;
  bottom: 12px;
  left: 72px;
  z-index: 999;
  background-color: #fff;
  border: 2px solid #000;
  color: black;
  padding: 10px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abax_classroom_page .recent-project-slider .form-section .slider .slides.slick-initialized.slick-slider i.fas.fa-angle-right:before {
  content: "\f105";
  font-size: 28px;
}

.abax_classroom_page .recent-project-slider .form-section .slider .slides.slick-initialized.slick-slider i.fas.fa-angle-left:before {
  content: "\f104";
  font-size: 28px;
}

.abax_classroom_page .container-main .classroom-get-in-touch-img {
  gap: 70px;
  align-items: flex-start;
}

.abax_classroom_page .container-main .classroom-get-in-touch-img img {
  width: 197px;
  height: 197px;
}

.abax_classroom_page .container-main .classroom-get-in-touch-img .classroom-arrow-icons {
  margin-top: 80px;
  display: flex;
  border-style: solid;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(-45deg);
  width: 0;
  height: 0;
}

.abax_classroom_page .container-main .classroom-get-in-touch-img .get-in-touch-content {
  max-width: 273px;
  width: 100%;
  gap: 34px;
}

.abax_classroom_page .container-main .classroom-get-in-touch-img .get-in-touch-content .content-head-grey {
  line-height: 28px;
}

.woocommerce-Price-amount.amount {
  font-weight: 500;
}

.variations .label label {
  font-size: 13px;
}

/* page-responsive*/

@media screen and (max-width: 1280px) {
  .container-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .container-full {
    width: 100%;
    margin: 0 auto;
  }

  .content-h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 0 !important;
  }

  .content-para2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 15.31px;
    text-align: center;
  }

  .contant-chalkbowder {
    font-family: "CustomFont", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.42px;
    text-align: center;
    margin: 0;
  }

  .content-h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 31.05px;
    text-align: center;
    margin: 0 !important;
  }

  .content-h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 27.63px;
    text-align: center;
    margin: 0 !important;
  }

  .content-h6 {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    margin: 0;
  }

  .btn-round1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 29.84px;
    text-align: center;
    width: 247px;
    height: 61.48px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: none;
  }

  .content-head-grey {
    font-size: 16px;
    font-weight: 700;
    line-height: 17.68px;
    letter-spacing: 0.07em;
    text-align: left;
    color: var(--light-grey);
  }

  .content-grey-italic {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 11.48px;
    letter-spacing: 0.07em;
    text-align: left;
    color: var(--light-grey);
    display: block;
  }

  .response-dis-flex {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    align-items: center;
  }

  .btn-round3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 17.23px;
    text-align: center;
    width: 178px;
    height: 40px;
  }

  .width-100 {
    width: 100%;
  }

  .width-50 {
    width: 50%;
  }

  .container-main {
    padding: 32px 16px !important;
  }

  .content-h2,
  .content-h4,
  .contant-chalkbowder,
  .content-para2 {
    text-align: center;
  }

  /* abax_landing_page -landing-page  */
  /* .abax_landing_page .banner-img img {
    height: 187px;
  } */

  .abax_landing_page .banner-sec-landing .container-full a.example-image-link {
    min-width: 310px !important;
  }

  .abax_landing_page .banner-sec-landing .container-full a.example-image-link img {
    width: 100%;
    height: 432px !important;
    object-fit: cover;
    border-radius: 20px;
  }

  .abax_landing_page .banner-sec-landing .container-full {
    overflow-x: auto;
  }

  .abax_landing_page .banner-sec-landing .banner-sec-landing-container {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
  }

  .abax_landing_page .banner-sec-landing .container-full .display-img-none {
    display: block;
    border-radius: 20px;
  }

  .abax_landing_page .banner-sec-landing .display-img-none-sec {
    display: none !important;
  }

  .abax_landing_page .section-grid-landing .dis-flex .content-grey-italic {
    display: block;
  }

  .abax_landing_page .section-grid-landing .grid-container {
    display: flex;
    overflow-x: auto;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .abax_landing_page .section-grid-landing .grid-container>* {
    flex: 0 0 auto;
  }

  .abax_landing_page .section-form-landing .form-section,
  .abax_classroom_page .section-form-landing .form-section {
    max-width: 100%;
    width: 100%;
  }

  .abax_landing_page .section-form-landing .form-section form .form-button,
  .abax_classroom_page .section-form-landing .form-section form .form-button {
    align-self: center;
  }

  .abax_landing_page .section-form-landing .form-section .wpcf7 form>p,
  .abax_classroom_page .section-form-landing .form-section .wpcf7 form>p {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .abax_landing_page .landing-footer .container-main .container-full {
    bottom: 99px;
    left: 31px;
  }

  .abax_landing_page .section-article-landing .article-sec {
    gap: 96px;
  }

  .abax_landing_page .section-form-landing,
  .abax_classroom_page .section-form-landing {
    gap: 12px;
  }

  /* classroom_page */
  /* .abax_classroom_page .classroom-fitout .dis-flex {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }

  .abax_classroom_page .classroom-fitout .dis-flex .item {
    flex: 0 0 auto;
  } */

  .abax_classroom_page .classroom-fitout .dis-flex.gap-4 {
    overflow-x: auto;
    width: 100%;
  }

  .abax_classroom_page .container-main .classroom-get-in-touch-img {
    align-items: center;
    gap: 40px;
  }

  .abax_classroom_page .container-main .classroom-get-in-touch-img img.classroom-arrow-icons,
  .abax_classroom_page .container-main .classroom-get-in-touch-img p {
    display: none;
  }

  .abax_classroom_page .container-main .classroom-get-in-touch-img .get-in-touch-content {
    gap: 0;
  }

  .abax_classroom_page .related-project-classroom .dis-flex .grid-container {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }

  .abax_classroom_page .related-project-classroom .dis-flex .grid-container .item {
    flex: 0 0 auto;
    position: relative;
    max-width: 310px;
    width: 100%;
  }

  .abax_classroom_page .recent-project-slider .form-section {
    max-width: fit-content;
  }

  .abax_classroom_page .recent-project-slider .form-section a {
    display: block !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 22.1px;
    letter-spacing: 0.07em;
    text-align: center;
    color: var(--black);
    padding-bottom: 10px;
    width: fit-content;
    align-items: center;
    margin-top: 45px;
    padding-bottom: 10px;
    width: fit-content;
    position: relative;
    text-decoration: none;
    color: inherit;
  }

  .abax_classroom_page .recent-project-slider .form-section a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: width 0.8s ease-in-out;
  }

  .abax_classroom_page .recent-project-slider .form-section a:hover::before {
    width: 100%;
  }

  .abax_classroom_page .container-main .classroom-get-in-touch-img .classroom-arrow-icons {
    margin-top: 0;
    border-width: 0 0 3px 3px;
  }

  .abax_classroom_page .recent-project-slider .dis-flex a.desktop-view-more,
  .abax_classroom_page .recent-project-slider .form-section .slider button {
    display: none;
  }

  .abax_landing_page .section-article-landing .article-sec .get-in-touch-content {
    max-width: 100%;
    width: 100%;
    gap: 20px;
  }

  .abax_landing_page .section-article-landing .article-sec .get-in-touch-content a {
    padding-top: 20px;
  }

  .abax_classroom_page .classroom_banner_img,
  .abax_landing_page .banner-img img {
    object-fit: cover;
  }
}

/* display: block !important; */
/* transform: rotate(90deg) translateX(-80%) translateY(280%); */
#lightbox {
  display: flex;
  flex-direction: column;
}

#lightbox .lb-dataContainer {
  order: 0;
  margin-bottom: 10px;
}

#lightbox .lb-dataContainer .lb-details {
  opacity: 0;
}

#lightbox .lb-dataContainer .lb-close {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

#lightbox .lb-outerContainer {
  order: 1;
}

.abax_landing_page .container-full .inspired-section .container-main {
  padding: 32px 64px 32px 75px;
}

.abax_classroom_page .related-project-classroom .grid-container p a.text-dark.fontBold.plus-icons {
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  padding: 0;
  line-height: 0;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  position: absolute;
  right: 10px;
  bottom: 64px;
}

.abax_classroom_page .related-project-classroom .grid-container p a.text-dark.fontBold.plus-icons::before {
  height: 0 !important;
  background-color: transparent;
}

.archive.tax-sublandings footer {
  display: none;
}

/* ---------------------------- */
#main .wpex-border-b {
  border-bottom-width: 0px;
}

#cart-table th,
#cart-table td {
  border: none;
  border-bottom: 1px solid rgba(209, 209, 209, 1);
}

#cart-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.product-name,
#cart-table th,
#cart-table td {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

#cart-table th {
  color: #000;
}

.product-name {
  padding-left: 0;
}

#cart-table td {
  padding: 0;
  padding: 0.769em 1em;
  padding-bottom: 50px;
  vertical-align: middle;
}

.woocommerce-cart-form__cart-item.cart_item .product-price {
  padding-left: 16px !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  display: flex;
  gap: 52px;
  padding-left: 20px !important;
}

#cart-table thead {
  background-color: #fff;
}

#cart-table .plus,
.single-add-to-cart .plus,
.wpex-quantity-btns .plus {
  position: absolute;
  top: 19px;
  left: -38px;
}

#cart-table .plus::after,
.single-add-to-cart .plus::after,
.wpex-quantity-btns .plus::after {
  content: "+";
  width: 33px;
  height: 33px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(54, 90, 201, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

#cart-table .minus,
.single-add-to-cart .minus,
.wpex-quantity-btns .minus {
  position: absolute;
  top: 4px;
  right: 124px;
}

#cart-table .wpex-quantity-btns .ticon {
  opacity: 1;
}

.wpex-quantity-btns .minus,
.single-add-to-cart .minus,
.wpex-quantity-btns .minus {
  background: transparent;
}

.wpex-quantity-btns {
  border: none;
}

#cart-table .minus .ticon-angle-down::before,
.single-add-to-cart .minus .ticon-angle-down::before,
.wpex-quantity-btns .minus .ticon-angle-down::before {
  content: "-";
  width: 33px;
  height: 33px;
  color: rgba(112, 112, 112, 1);
  border-radius: 50%;
  background-color: rgba(245, 245, 245, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-bottom: 3px !important;

}

.woocommerce .quantity input[type="number"],
.single-add-to-cart .quantity input[type="number"] {
  border: 2px solid rgba(54, 90, 201, 1);
  width: 128px;
  height: 41px;
  border-radius: 22px;
  color: rgba(0, 0, 1);
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
}

.order-total .woocommerce-Price-amount.amount bdi {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #000;
}

.meta p {
  margin-bottom: 0;
  color: rgba(112, 112, 112, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}

.meta h3 {
  margin-bottom: 33px;
  text-transform: capitalize;
  font-weight: 500;
}

.close-btn {
  margin-top: 2rem;
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-thumbnail span:nth-child(1) {
  border: none;
  border-radius: 0;
  padding-left: 0;
}

.product-thumbnail .thumbnails {
  width: 156px;
  height: 156px;
  border: 1px solid rgba(245, 245, 245, 1) !important;
  border-radius: 10px !important;
}

.thumbnails {
  margin-top: 3rem;
}

.close-btn a.remove,
.close-btn a.edit {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(54, 90, 201, 1);
}

body.has-sidebar .content-area,
.table.cart img {
  width: 100% !important;
}

a.thumbnail {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.thumbnails img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.woocommerce-cart-form__cart-item.cart_item .product-price p {
  color: #707070;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  margin-bottom: 8px;
}

.quantity-checkout {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.product-price .woocommerce-Price-amount.amount {
  color: #707070;
}

.custom-css-cart {
  display: flex;
  justify-content: space-between;
}

.custom-css-cart .left-cart {
  flex-basis: 40%;
  font-family: "Gotham", sans-serif;
  margin-top: 30px;
}

.custom-css-cart .left-cart h3 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.custom-css-cart .left-cart p,
.custom-css-quote .left-cart p {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  color: #707070;
  max-width: 418px;
  margin-bottom: 0;
  margin-top: 20px;
}

.more-text {
  display: none;
}

.more-text.show-text {
  display: inline;
}

.custom-css-cart .left-cart .read-more,
.custom-css-quote .left-cart .read-more {
  font-weight: 700 !important;
  color: inherit !important;
  border: none !important;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  color: #707070 !important;
  padding: 0;
  text-decoration: none;
}

.custom-css-cart .left-cart .read-more:hover,
.custom-css-quote .left-cart .read-more:hover {
  background: transparent !important;
}

.quote-checkout abbr.required {
  position: relative;
  font-size: 0;
}

.quote-checkout abbr.required::after {
  content: '*';
  font-size: 12px;
  position: absolute;
  top: -11px;
}


#error-message-checkout {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 18px;
}

#error-message-checkout li {
  color: rgb(255, 108, 108);
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"],
.actions,
.woocommerce .cart-collaterals::after {
  display: none;
}

.right-cart {
  max-width: 387px;
  margin-top: 10px;
}

.right-cart table th,
.right-cart table td {
  border: none;
}

.right-cart table tr {
  font-size: 16px;
  font-weight: 400;
  line-height: 15.31px;
}

.right-cart table tr:not(:last-child) {
  color: #707070;
  border-bottom: 1px solid #d1d1d1;
}

.right-cart table tr:last-child td {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  padding-top: 34px;
}

.right-cart .cart_totals {
  width: 100%;
  margin-bottom: 21px;
}

.right-cart table tr td {
  width: 50%;
}

.right-cart table tr td:nth-child(even) {
  text-align: right;
  padding-right: 0;
}

.right-cart table tr td input {
  border: 0;
  border-bottom: 1px solid #1e1e1e;
  width: 160px;
  border-radius: 0;
  margin-bottom: 8px;
}

.right-cart table tr td button {
  width: 120px;
  padding: 2px 4px;
  color: #fff;
  border: none;
  background-color: #365ac9;
}

.checkout-button.button {
  width: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #365ac9;
  font-size: 21px;
  line-height: 1;
  padding: 12px 19px;
  border: 2px solid #365ac9;
  transition: 0.3s linear;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
}

.checkout-button.button:hover {
  color: #365ac9;
  background-color: #fff;
  transition: 0.3s linear;
}

.shop-page-redirect.button,
.right-cart table tr td button:hover {
  color: #365ac9;
  background-color: #fff;
  border: 2px solid #365ac9;
  transition: 0.3s linear;
}

.shop-page-redirect.button:hover {
  color: #fff;
  background-color: #365ac9;
  transition: 0.3s linear;
}

.woocommerce-billing-fields__field-wrapper3 .address-wrapper,
.shipping_address {
  border: 1px solid #d9d9d9;
  padding: 48px 42px;
  border-radius: 5px;
}

.address-wrapper p:last-child,
.shipping_address .woocommerce-shipping-fields__field-wrapper p:last-child {
  margin-bottom: 0;
}

#billing_country_field .woocommerce-input-wrapper,
#shipping_country_field .woocommerce-input-wrapper {
  display: inline-block;
  width: 100%;
  color: #616161;
  padding: 6px 10px;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1em;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 3px;
  text-align: inherit;
  opacity: 0.7;
}

.woocommerce-billing-fields h3,
.checkout-contact {
  color: #365ac9;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.checkout-contact {
  margin-bottom: 0;
  margin-top: 30px;
}

/* .woocommerce-checkout .woocommerce-billing-fields__field-wrapper3 {
  display: flex;
  flex-direction: column;
} */


form.woocommerce-checkout label,
form.woocommerce-checkout .required,
form.quote-checkout label {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

#ship-to-different-address {
  margin-top: 15px !important;
  margin-left: 42px !important;
}

form.woocommerce-checkout label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

#ship-to-different-address span {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: initial;
}

.billing-add,
.shipping-head {
  margin-top: 58px !important;
}

.woocommerce-checkout-review-order-table .product-total {
  display: table-cell !important;
}

.woocommerce-checkout-review-order-table .table th,
table td,
.shop_table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
}

.shop_table.woocommerce-checkout-review-order-table {
  display: block;
}

.woocommerce-cart-form__contents .product-total,
.woocommerce-cart-form__cart-item.cart_item .product-total-price {
  text-align: center;
}

.woocommerce-cart-form__cart-item.cart_item .product-total-price {
  color: #000;
}

.shop_table.woocommerce-checkout-review-order-table tbody {
  max-height: 440px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow-y: auto;
  display: block;
  width: 100%;
  padding: 25px 22px;
}

.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  border-radius: 30px;
}

.shop_table.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 8px;
  border: 6px solid #fff;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item {
  width: 100%;
  display: block;
  max-height: 146px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#site-header .shop_table.woocommerce-checkout-review-order-table tbody .cart_item {
  max-height: 100%;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item:not(:last-child) {
  padding-bottom: 24px;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item td:last-child {
  text-align: right;
  flex: 0 0 80px;
  width: 80px;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item:not(:first-child) {
  margin-top: 22px;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item:not(:last-child) {
  border-bottom: 1px solid #b4b4b4;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item .product-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #000000;
  flex: 1;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

.remove-checkout-product a.remove {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-align: right;
  color: #c93636;
}

.cart_item .product-name .variation,
.cart_item .product-name .variation,
.cart_item .product-name .variation dt {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.cart_item .product-name .formatted-date {
  height: 74px;
  margin-top: 10px;
}

.cart_item .product-total .price-quntity {
  /* height: 74px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.price-quntity .woocommerce-Price-amount.amount {
  margin-bottom: 6px;
}

.form-row-first-coupon {
  width: 75%;
}

.coupon-form-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 44px;
}

.coupon-form-data .form-row-first-btn {
  text-align: right;
}

.coupon-form-data p {
  margin-bottom: 0;
}

.coupon-form-data p .quote_coupon_code {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  font-size: 15px;
}

.coupon-form-data p .apply-coupon {
  padding: 12px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18.3px;
  text-align: center;
  color: #707070;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  transition: 0.5s linear;
  height: 50px;
  min-width: 115px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon-form-data .form-btn-coupon {
  width: auto !important;
}

.coupon-form-data p .apply-coupon:hover {
  color: #707070;
  border: 1px solid #707070;
  background: transparent;
  transition: 0.5s linear;
}

.coupon-form-data .form-row-first-coupon .input-text {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px !important;
  text-align: left;
}

.outer-payment-form {
  border: 1px solid #d9d9d9;
  border-radius: 11px;
  padding: 24px 24px 6px 24px;
}

.outer-payment-form .wc_payment_methods {
  margin-bottom: 0 !important;
}

.wc-credit-card-form .form-row label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  margin-bottom: 0 !important;
}

.wc-stripe-elements-field {
  height: 37px;
  border-radius: 5px;
}

.wc-credit-card-form .wc-stripe-elements-field {
  height: 36px;
  padding: 6px 12px !important;
  /* text-align: center; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 18px;
}

.wc-credit-card-form .form-row-first .wc-stripe-elements-field,
.wc-credit-card-form .form-row-last .wc-stripe-elements-field {
  margin-bottom: 0;
}

li.wc_payment_method.payment_method_stripe {
  margin-bottom: 20px;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods:empty {
  margin: 0;
}

.wc-credit-card-form .wc-stripe-elements-field>div {
  width: 90% !important;
}

.woocommerce-checkout-payment,
.woocommerce-account-fields {
  margin-top: 20px;
}

.woocommerce-checkout-payment .place-order {
  margin-top: 50px;
}

.place-order .button {
  width: 100%;
  border: none;
  background: #365ac9;
  font-family: Gotham;
  font-size: 29px;
  font-weight: 700;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  transition: 0.5s linear;
}

.place-order .button:hover,
.show-btn-all-product .show-more-button:hover {
  background: #fff;
  color: #365ac9;
  border: 1px solid #365ac9;
  transition: 0.5s linear;
}

/* .woocommerce .form-row.form-row-last{
  width:20%;
} */
.outer-payment-form #wc-stripe-cc-form .form-row.form-row-first {
  width: 28%;
}

.outer-payment-form #wc-stripe-cc-form .form-row.form-row-last {
  width: 30%;
  float: left;
  margin-left: 44px;
}

.woocommerce-checkout-review-order-table td {
  padding: 0;
}

.woocommerce-checkout-review-order-table tfoot {
  padding-top: 33px;
  padding-left: 24px;
  padding-right: 24px;
}


.woocommerce-checkout-review-order-table tfoot tr {
  border-bottom: 1px solid #d1d1d1;
  display: inline-block;
  padding-bottom: 8px;
}

.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 0;
}

.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
  display: block;
  width: 100%;
}

.woocommerce-checkout-review-order-table tfoot .fee,
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
  display: table;
  width: 100%;
}

.woocommerce-checkout-review-order-table tfoot .cart-discount {
  width: 100%;
}

.woocommerce-checkout-review-order-table tfoot .fee th,
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
  display: table-cell;
  width: 68%;
  padding: 22px 0 22px 8px;
}

.woocommerce-checkout-review-order-table tfoot .fee td,
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
  text-align: right;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot td .woocommerce-shipping-methods label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #707070;
}


.shop_table.woocommerce-checkout-review-order-table tfoot .order-total {
  background: #f5f5f5;
  border-radius: 10px;
  height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -24px;
  border-bottom: 0;
  padding: 30px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000;

}

.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  border-bottom: 0;
}

.woocommerce-checkout-review-order-table .cart-discount td:nth-child(even) {
  text-align: right;
  width: 70%;
}

.show-total .cart-subtotal,
.show-total .order-total {
  display: block;
}

.show-total .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #707070;
}

.show-total .order-total {
  padding: 30px 0;
  background: #f5f5f5;
  border-radius: 10px;
  color: #000000;
  justify-content: c;
  font-family: Gotham;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 33px;
  padding-right: 28px;
}

.show-total .row.padding-left {
  margin-left: 25px;
  margin-right: 25px;
}

.show-total .row.cart-subtotal {
  padding-bottom: 20px;
}

.show-total .row.cart-gst {
  padding: 20px 0;
}

.show-total .row.padding-left>div {
  padding-left: 8px;
}

.address-wrapper label {
  margin-bottom: 10px !important;
}

.wpb_wrapper .woocommerce-form-login-toggle .woocommerce-info {
  text-align: left;
}

.image-desc-checkout {
  display: flex;
  align-items: center;
}

.checkout-thumbnails {
  height: 100px;
  width: 100px;
  border: 1px solid rgba(245, 245, 245, 1);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.image-desc-checkout img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
}

/* .single-category-data  */
.single-category-data .category-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.single-category-data .category-data h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000000;
}

.single-category-data .category-data .button {
  border: 2px solid #365ac9;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 10px 24px;
  color: #365ac9;
  border-radius: 20px;
  transition: 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-category-data .category-data .button:hover {
  color: #fff;
  background-color: #365ac9;
  transition: 0.3s linear;
}

.outer-single-category-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 80px;
  grid-column-gap: 20px;
  /* margin-top: 20px; */
}

.outer-single-category-container .product-item .product-image {
  width: 100%;
  height: 260px;
  background-color: #ede9e6;
  border-radius: 10px;
  position: relative;
}

.product-breadcrumb {
  margin-top: 32px;
  margin-bottom: 20px;
}

.product-breadcrumb .row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-breadcrumb .row p,
.product-breadcrumb .row p a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #000000;
}

.outer-single-category-container .product-item .product-image .sale-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 14px;
  background: #00eab2;
  color: #000000;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 20px;
}

.single-category-data .category-data h2 {
  margin: 0;
}

.outer-single-category-container .product-item .product-content {
  padding: 20px 6px 0;
}

.outer-single-category-container .product-item .product-content span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #b4b4b4;
}

.outer-single-category-container .product-item .product-image img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.outer-single-category-container .product-item .product-content h3 {
  margin: 3px 0 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.outer-single-category-container .product-item .product-content h3 a {
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.outer-single-category-container .product-item .product-content p {
  margin: 4px 0 0 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.outer-single-category-container .product-item .product-content p del {
  font-size: 22px;
}

.category-show .container .single-category-data {
  padding-bottom: 60px;
  margin-bottom: 28px;
}

.category-show .container .single-category-data:not(:last-child) {
  border-bottom: 1px solid #b4b4b4;
}

.show-btn-all-product,
.category-description {
  margin: 80px auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto 50px auto;
}

.show-btn-all-product {
  max-width: 400px;
  width: 100%;
}

.find-product,
.custom-product,
.show-btn-all-product .show-more-button {
  width: 344px;
  font-weight: 700;
  border: none;
  font-size: 22px;
  line-height: 1;
  padding: 12px 19px;
  transition: 0.3s linear;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
}

.show-btn-all-product .show-more-button {
  color: #fff;
  background-color: #365ac9;
  border: 2px solid #365ac9;
}

.find-product,
.custom-product {
  width: 418px;
  border-radius: 58px;
  font-size: 28px;
}

.show-btn-all-product .show-more-button:hover {
  color: #365ac9;
  background-color: #fff;
  transition: 0.3s linear;
}

.border-span {
  border-bottom: 4px solid #d9d9d9;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  margin-top: 28px;
}

.border-span span {
  position: absolute;
  display: block;
  height: 4px;
  background: black;
}

.need-assistan-outer {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.need-assistan-outer .row,
.inner-find-product {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.need-assistan-outer .row.hide-prod {
  justify-content: center;
}

.inner-find-product {
  align-items: center;
}

.need-assistan-outer h2 {
  font-family: "CustomFont-marketpro", sans-serif !important;
  font-size: 58px;
  font-weight: 400;
  line-height: 84px;
  text-align: left;
  color: #000000;
}

.need-assistan-outer p {
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #000000;
  max-width: 470px;
}

.need-assicante .right-product-btn {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 10px;
}

.hide-find-product,
.hide-find-product-custom-product {
  background-color: #fff;
  box-shadow: 0px 17px 44px 0px #00000040;
  padding: 56px 60px;
  border-radius: 24px;
  z-index: 999999;
  width: 100%;
  overflow: hidden;
}

#footer-widgets .hide-find-product {
  max-width: 1024px;

}

#footer-widgets {
  width: 100% !important;
}

.hide-find-product-custom-product {
  max-width: 1374px;
  padding: 40px 60px 0 0;
  position: relative;
  margin: 0 auto;
}

.hide-find-product-custom-product .inner-find-products .content-img img {
  display: block;
}

.outer-div,
.custom-product-outer-div,
.work-together-outer-div,
.donate-furniture-outer-div,
.home-page-free-specials {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #00000085;
  z-index: 99;
  width: 100%;
  padding: 40px 20px;
  display: none;
}

.outer-div.show-prod,
.custom-product-outer-div.show-prod,
.work-together-outer-div.show-prod,
.donate-furniture-outer-div.show-prod,
.home-page-free-specials.show-prod {
  display: block;
}

.custom-product-outer-div>.row {
  padding: 2px 64px;
}

.custom-product-outer-div .row {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.custom-product-outer-div.show-prod,
.inner-find-product h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.03em;
  text-align: center;
}

.hide-find-product .inner-find-product h3 {
  margin-left: auto;
  margin-right: auto;
}

.inner-find-product svg {
  cursor: pointer;
}

.inner-content-search {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-content-search .search {
  width: 100%;
  height: 46px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  border-radius: 24px;
  margin-bottom: 28px;
}

.inner-content-search .buttons {
  height: 46px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  width: 240px;
  border-radius: 52px;
  color: #ffffff;
  background: #365ac9;
  transition: 0.3s linear;
  border: 2px solid #365ac9;
}

.inner-content-search .buttons:hover {
  color: #365ac9;
  background: #fff;
}

.right-product-btn .find-product {
  color: #ffffff;
  background: #365ac9;
}

.right-product-btn .find-product:hover {
  color: #365ac9;
  background-color: #fff;
  border: 2px solid #365ac9;
  transition: 0.3s linear;
}

.right-product-btn .custom-product {
  color: #365ac9;
  background: #fff;
  border: 2px solid #365ac9;
}

.right-product-btn .custom-product:hover {
  color: #fff;
  background-color: #365ac9;
  transition: 0.3s linear;
}

.hide-find-product-custom-product>.row {
  display: flex;
  gap: 70px;
  justify-content: flex-start;
  width: 100%;
}

.hide-find-product-custom-product>.row .col-6 {
  flex: 1;
}

.hide-find-product-custom-product>.row .col-6:last-child {
  width: 50%;
  position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  bottom: 32px;
  background: none;
  color: #707070;
  border: none;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  display: none;
}

.inner-product-heading {
  padding-left: 64px;
}

.inner-product-heading h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: left;
  color: #000000;
  margin-bottom: 36px;
}

.inner-product-heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #707070;
  margin-bottom: 56px;
  max-width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form .wpex-select-wrap {
  margin-top: 15px !important;
}

.single-quote-child .show-varitions-single-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.variable-quote-btn {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
}

.single_variation_wrap {
  position: relative;
  margin-top: 24px;
}

.woocommerce-order-received .page-header .page-header-content {
  width: 100%;
}

.woocommerce-order-received .page-header h1.page-header-title span {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0;
}

.woocommerce-order-received .page-header h1.page-header-title span::after {
  content: 'Thanks for your order!';
  position: absolute;
  left: 0;
  width: 200%;
  color: #365AC9;
  font-size: 44px;
}

.woocommerce .product .cart .variations_button {
  padding-top: 22px !important;
}

.inner-contents-search {
  height: 440px;
  overflow-y: scroll;
  padding-right: 8px;
}

.inner-contents-search::-webkit-scrollbar {
  width: 4px;
}

.inner-contents-search::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 4px;
}

.inner-contents-search input {
  height: 36px;
  width: 100%;
  padding: 10px 22px;
  border-radius: 40px;
  background: #f5f5f5;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #707070;
}

.inner-contents-search input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #707070;
}

.inner-contents-search textarea {
  border-radius: 30px;
  border: none;
  padding: 10px 22px;
  width: 100%;
  background: #f5f5f5;
  height: 160px;
  max-height: 248px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.hide-find-product-custom-product .close-btns {
  position: absolute;
  top: 36px;
  right: 42px;
  cursor: pointer;
  z-index: 99999;
}

.inner-contents-search p {
  max-width: 100%;
}

.inner-find-products h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 32px;
}

.hide-find-product-custom-product .row .col-6:first-child .inner-product-heading h3 {
  text-align: left;
}

/* for shop */
.custom-shop-page .content-heading {
  position: relative;
  z-index: 1;
}

.content-heading .page-header-title {
  font-family: "CustomFont-marketpro", sans-serif !important;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  margin: 0;
  color: #fff;
  max-width: 445px;
}

.heading-shop-page {
  height: 200px;
  position: relative;
  background: #365ac9;
  margin-bottom: 108px;
}

.all-product-custom .heading-shop-page {
  margin-bottom: 0;
}

.custom-shop-page .page-header.default-page-header {
  display: none;
}

.heading-shop-page .row {
  display: flex;
  align-items: center;
  height: 200px;
}

.custom-shop-page .shop-thumbnail {
  width: 60%;
  height: 200px;
  background-position: 20% 58%;
  background-repeat: no-repeat;
  background-size: 150%;
  position: absolute;
  top: 0;
  right: 0;
}

.custom-shop-page .shop-thumbnail::after {
  content: "";
  background-color: #365ac9;
  display: block;
  width: 160px;
  height: 100%;
  border-bottom-right-radius: 100px;
}

.custom-shop-page .shop-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show-product-type {
  margin-bottom: 28px;
}

.show-product-type .tab-links {
  margin: 0;
  text-align: center;
}

.show-product-type .tab-links li {
  list-style-type: none;
  padding: 0;
  margin: 0 6px 12px;
  display: inline-block;
}

.show-product-type .tab-links li button {
  height: 34px;
  padding: 12px 16px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 106px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: 0.3s linear;
}

.tab-button.active {
  background-color: #000000;
  color: #fff;
}

.show-product-type .tab-links li button:hover {
  background-color: #d9d9d9;
  transition: 0.3s linear;
}

.acf-explore-meta,
.shop-page-acf-fields {
  margin-top: 52px;
  margin-bottom: 72px;
}

.acf-explore-meta h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #000000;
}

.acf-explore-meta .explore-top-heading:not(:first-child) h2 {
  margin-top: 20px;
}

.acf-explore-meta p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #707070;
}

/* shop */
.shop-page-acf-fields .row {
  display: flex;
  gap: 60px;
}

.shop-page-acf-fields .row p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #b4b4b4;
}

.order-item-image.thumbnails {
  display: block;
  width: 156px;
  height: 156px;
}

td.woocommerce-table__product-name.product-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.show-name {
  margin: 36px 0 0 20px;
  width: 100%;
}

.show-name a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.show-name ul {
  margin-left: 0;
  font-size: 16;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #707070;
  margin-top: 20px;
}

.order-review .product-price {
  color: #707070 !important;
}

.order-review .product-price p {
  margin-bottom: 10px;
}

.order-review .woocommerce-table__line-item.order_item .product-total-price,
.order-review .woocommerce-table__product-quantity.product-quantity,
th.woocommerce-table__product-quantity.product-quantity-review {
  text-align: center;
}

strong.wc-item-meta-label {
  font-weight: 400 !important;
}

.woocommerce-order-details h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000000;
}

.review-total-price .row {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 150px 150px;
}

.review-total-price.quote-order-received .row {
  grid-template-columns: auto;
}


.review-total-price .row .text-define-disscount {
  background: #f5f5f5;
}

.review-total-price .row .text-define {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #000000;
  padding: 18px 0 18px 25px;
}

.review-total-price .row .text-define:first-child {
  padding: 18px 25px;
  color: #707070;
}

.review-total-price .row .text-define:last-child {
  text-align: right;
}

.review-total-price .row .text-define:last-child {
  text-align: left;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}

.woocommerce-order-details {
  margin-top: 72px;
}

.thankyou-delivery-address,
.thankyou-cart-delivery-address {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin-top: 90px;
  margin-bottom: 30px;
}

.thankyou-delivery-address {
  color: #365AC9 !important;
}

.thankyou-cart-delivery-address {
  color: #000 !important;
}

.woocommerce-checkout .woocommerce-error li strong {
  font-weight: bold;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.quote-tnaks-para {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
  max-width: 1054px;
  width: 100%;
}

.quote-content-addredd {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #707070;
}

.billing-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
}

.quote-request #main header.page-header:before,
.woocommerce-checkout #main header.page-header:before,
.woocommerce-order-received #main header.page-header:before,
.woocommerce-cart #main header.page-header:before {
  display: none;
}

.quote-request header .page-header-content {
  max-width: 100%;
}

.quote-request .page-header.wpex-supports-mods,
.woocommerce-checkout .page-header.wpex-supports-mods,
.woocommerce-order-received .page-header.wpex-supports-mods,
.woocommerce-cart .page-header.wpex-supports-mods {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.woocommerce-cart .page-header.wpex-supports-mods {
  margin-bottom: 30px;
}

.quote-request .page-header.wpex-supports-mods .page-header-title,
.woocommerce-checkout .page-header.wpex-supports-mods .page-header-title,
.woocommerce-order-received .page-header.wpex-supports-mods .page-header-title,
.woocommerce-cart .page-header.wpex-supports-mods .page-header-title {
  color: #365AC9;
}

.quote-summary {
  margin-top: 72px;
  margin-bottom: 54px;
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;

}

.quote-customer-detail h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 18.88px;
  text-align: left;
  margin-bottom: 40px;
}

.quote-customer-detail p {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin-bottom: 10px;
}

.quote-phone {
  color: #365AC9;
}

.quote-phone a {
  text-decoration: underline;
}

.woocommerce-customer-details address {
  border: 1px solid #d9d9d9;
  padding: 26px;
  border-radius: 10px;
}

.single-product-child {
  height: auto;
  display: flex;
  flex-direction: column;
}

.single-product-child .variations tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.woocommerce .product .summary {
  margin-bottom: 0 !important;
}

.cart.simple-product-quantity,
.single-add-to-cart {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.single-add-to-cart {
  display: flex !important;
}

.single-product-child p:empty {
  display: none;
}

.single-product-child .variations label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #000000 !important;
}

.single-product-child .product_title.single-post-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 35px;
  color: #000000;
}


.single-product-child .variations td.value {
  width: 206px;
  position: relative;
}

.woocommerce .product .cart .variations td.value {
  width: 240px;
}

.woocommerce .product div.images .flex-control-thumbs {
  display: flex;
  gap: 12px;
}

.woocommerce .product div.images .flex-control-thumbs li {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 5px;
}

.woocommerce .product div.images .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-product-child .variations select {
  border-radius: 20px;
  height: 40px;
  padding: 0 18px;
  background-color: #f2f2f2;
  color: #000;
}

.woocommerce-checkout .password-input {
  width: 100%;
}

.woocommerce-checkout .form-row .woocommerce-button {
  height: 40px !important;
  width: 100px;
  background: #365ac9 !important;
  color: #fff !important;
  border: 2px solid #365ac9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  font-size: 1.1em !important;
  max-width: 150px;
  width: 100%;
  font-weight: 600;
}

.woocommerce-checkout .woocommerce-form-login .form-row label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.woocommerce-checkout .form-row .woocommerce-button:hover {
  background-color: #fff !important;
  color: #365ac9 !important;
}

.woocommerce-product-details__short-description ul {
  margin-bottom: 0;
}

.single-product-child .woocommerce-product-details__short-description ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #707070;
}

.woocommerce-product-details__short-description {
  margin-bottom: 86px;
}

.single-product-child .woocommerce-product-details__short-description ul li:not(:last-child) {
  margin-bottom: 8px;
}

.woocommerce .product form.cart {
  padding: 0;
}

/* .single-product-child .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #000;
  margin-bottom: 35px;
  margin-top: 0;
} */
.woocommerce .product .summary del,
.woocommerce .product .summary .price {

  font-weight: 700;
  line-height: 1;
  color: #000 !important;
  text-align: left;
  margin-bottom: 35px;
  margin-top: 0;
}

.woocommerce .product .summary .price del {
  font-size: 22px !important;
  color: #000 !important;
  font-size: normal !important;
}

.woocommerce .product .summary .price ins bdi,
.woocommerce .product .summary .price ins {
  color: #000 !important;
  font-size: 30px !important;
  font-size: normal !important;
}

.single-product-child .woocommerce-variation-price {
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #000;
  margin-bottom: 35px;
  margin-top: 0;
  font-size: normal !important;
}

.single-product-page .zoomtoo-container {
  background-color: #fff;
  border-radius: 15px;
  color: #000 !important;
}

.woocommerce .product .summary .price {
  color: #000 !important;
}

#billing_company_field label span {
  display: none;
}

.single-product-page-sale {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #00c6f1;
  margin-bottom: 20px;
}

.single-product-page-child .single-product-child a.reset_variations {
  position: absolute;
  right: 0;
}

.single-add-to-cart .product .cart .variations td.value {
  margin-bottom: 0 !important;
}

.single_add_to_cart_button.button {
  height: 40px !important;
  width: 100px;
  background: #365ac9 !important;
  color: #fff !important;
  border: 2px solid #365ac9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  font-size: 1.1em !important;
}

.single_add_to_cart_button.button:hover {
  background: #fff !important;
  color: #365ac9 !important;
  border: 1px solid #365ac9;
}

.single-product-page-child .onsale {
  display: none;
}

.single-form-container {
  display: flex;
  flex-direction: column;
}

.revit-btn.single_add_to_cart_button {
  border: 1px solid #365ac9;
  color: #365ac9;
  margin-left: auto;
}

.woocommerce-product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
  background: #f5f5f5;
  aspect-ratio: 1/1;
  border: none !important;
}

.woocommerce .product div.images .flex-control-thumbs li {
  padding: 0;
}

.single-form-container .qty {
  padding-left: 0 !important;
}

.woocommerce-tabs ul.tabs {
  margin: 0 0 0 0 !important;
  max-width: 100%;
  height: auto !important;
  overflow-x: auto;
  display: flex;
  overflow-y: hidden;
  border-bottom: 3px solid #365ac9 !important;
  gap: 10px;
}

.woocommerce-tabs ul.tabs li a {
  width: 100%;
}

.price-span-from {
  display: inline-block;
  margin-top: 12px;
}

.outer-single-category-container .product-item .product-content .regular-price span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #365ac9;
  padding-left: 10px;
}

.woocommerce-tabs ul.tabs li {
  height: 60px !important;
  border: 3px solid #365ac9;
  border-bottom: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 6px;
  max-width: 204px;
  flex: 0 0 204px;
  margin-right: 0;
  margin-right: 0px;
}

.woocommerce-tabs ul.tabs li a {
  font-size: 20px;
  font-weight: 600;
  line-height: 60px !important;
  text-align: center;
}

.woocommerce-tabs ul.tabs::after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #365ac9 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}

.show-images-siingle {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-flow: row wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

.show-pdf,
.show-pdf li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.show-pdf {
  max-width: 258px;
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.show-pdf li a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #365ac9;
  border-radius: 58px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.specifications p,
.specifications span,
.specifications pre,
.wc-tab table tbody,
.specifications ul li,
.woocommerce-tabs .panel#tab-description p,
#tab-description li {
  font-size: 1.231em;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #707070 !important;
}

.wc-tab table tbody td {
  margin: 0;
  padding: 0 !important;
}

.wc-tab table,
#tab-description,
.specifications {
  margin-top: 40px;
  margin-bottom: 40px;
}

.specifications h2,
.specifications h3,
.specifications h4,
#tab-description h2,
#tab-description h3,
#tab-description h4,
#tab-description h5 {
  font-weight: 500;
  color: #707070 !important;
  font-size: 20px;
}

.parent-breadcrumb {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 140px !important;
}

a#download_sheet {
  background: transparent !important;
  color: #365ac9 !important;
}

a#download_sheet:hover {
  background: #365ac9 !important;
  color: #ffff !important;
}

/* home-banner */
.home-banner .page-header.wpex-supports-mods {
  text-align: center;
  background-image: url("./images/home-banner.jpeg");
  width: 100%;
  min-height: 392px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 38px;
  padding-bottom: 46px;
  margin-bottom: 0;
  background-blend-mode: multiply;
}

@supports (background-image: url("../../../uploads/home-banner.webp")) {
  .home-banner .page-header.wpex-supports-mods {
    background-image: url("../../../uploads/home-banner.webp");
  }
}

.home-banner .page-header.wpex-supports-mods .page-header-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 28px;
  color: #fff !important;
  text-transform: uppercase;
}

.home-banner .page-header .page-subheading p {
  margin-bottom: 60px;
  font-size: 55px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: -0.03em;
  text-align: center;
}

.home-banner header .page-header-content {
  max-width: 100% !important;
  width: 100%;
}

.page-subheading .header-btn {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.page-subheading .header-btn .header-top-btn {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 44px;
  border-radius: 35px;
  border: 3px solid #ffffff;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  transition: 0.3s linear;
  cursor: pointer;
  text-decoration: none;
}

.page-subheading .header-btn .header-top-btn:first-child {
  background-color: #ffffff;
  color: #000000;
}

.page-subheading .header-btn .header-top-btn:last-child:hover {
  background-color: #365ac9;
  transition: 0.3s linear;
  border-color: #365ac9;
}

.page-subheading .header-btn .header-top-btn:first-child:hover {
  background-color: #0000;
  color: #fff;
  transition: 0.3s linear;
}

.home-banner .landing-container {
  display: flex;
  align-items: center;
  gap: 42px;
}

.home-banner .landing-container .inner-image {
  transition: 0.3s linear;
  border-radius: 14px;
  cursor: pointer;
  padding: 24px;
}

.home-banner .landing-container .inner-image:hover {
  background-color: #365ac9;
  transition: 0.3s linear;
}

.home-banner .landing-container .inner-image:hover img {
  filter: brightness(0) invert(1);
}

.home-banner .landing-container .landing-content h4 {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 30px;
}

/* protfolio-carousal */
.protfolio-carousal {
  margin-top: 48px;
}

.protfolio-carousal .wpex-carousel-slide .wpex-carousel-entry-media {
  border-radius: 10px;
}

.protfolio-carousal img {
  display: initial;
  margin: 0;
  width: 100%;
  height: 442px;
  object-fit: cover;
  border-radius: 10px;
}

.protfolio-carousal .wpex-carousel-slide .wpex-carousel-entry-details {
  background-color: transparent !important;
}

.protfolio-carousal .wpex-carousel-slide .wpex-carousel-entry-details a {
  color: #fff !important;
}

.background-row-add {
  /* min-height: 528px;
  top: -285px; */
  margin-top: 0 !important;
}

.vc_column-inner,
.background-row-add {
  margin-bottom: 0 !important;
}

.gallery-image-carousel .owl-item figure {
  width: 100%;
  height: 97px;
}

.gallery-image-carousel .owl-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vc_row.wpb_row.vc_row-fluid.background-row-add {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #fff !important;
  position: relative;
}

.vc_row.wpb_row.vc_row-fluid.background-row-add::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #365ac9;
}

.gap-24 {
  gap: 72px;
}

.get-in-touch-content-home {
  gap: 24px;
}

.textcenter-btn .textcenter {
  display: flex;
  justify-content: center;
}

.textcenter-btn .textcenter .checkout-button.button {
  max-width: 400px;
}

.home-get-in-touch-img .classroom-arrow-icons {
  margin-top: 80px;
  display: flex;
  border-style: solid;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(-45deg);
  width: 0;
  height: 0;
}

@supports (background-image: url("../../../uploads/image-backward.webp")) {
  .get-latest-main.get-latest {
    background-image: url("../../../uploads/image-backward.webp");
  }
}

.get-latest-main.get-latest {
  background: url("./images/image-backward.png"), #365ac9 !important;
  padding-top: 40px !important;
  color: #fff !important;
  overflow: initial !important;
  min-height: 381px;
  background-position: 60% 40px !important;
  background-repeat: no-repeat !important;
  background-size: 580px !important;
}


.get-latest-main.get-latest .floating-image img {
  position: absolute;
  bottom: -70px;
  height: 385px;
  width: 490px;
  right: 0;
  z-index: 1;
}

.get-latest {
  padding-top: 40px;
  color: #fff !important;
  position: relative;
}

.get-latest .row {
  display: flex;
}

.get-latest .inner-content h3 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: -0.02;
  color: #fff !important;
  font-family: "CustomFont-marketpro", sans-serif;
}

.get-latest-main.get-latest .inner-content h3 {
  font-size: 62px;
  line-height: 1.2;
  font-weight: 500;
}

.get-latest .inner-content p {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.7px;
  text-align: left;
}

.get-latest.donate-latest-btn .row .left-side {
  max-width: 570px;
}

img.get-constultant-image {
  max-width: 116px;
}

/* .get-latest .inner-image .inner-content-image::before{
  content: '';
  display: block;
  backgr.ound-image: url('./images/image-backward.png');
  width: 100%;
  height: 100%;
} */
.get-latest .row .left-side {
  max-width: 392px;
}

.get-latest-main.get-latest .row .left-side {
  max-width: 392px;
  margin-top: 30px;
}

.show-email-form input.submit-email-btn {
  color: transparent;
  background-image: url("../assets/images/email-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: none;
  border: none;
  padding: 0;
  width: 10px;
  margin-top: 0 !important;
}

.get-latest-main.get-latest .row .left-side .inner-content .getthelatest-para {
  max-width: 468px;
}

a.design-project-btn {
  box-shadow: 0px 4px 4px 0px #00000040;
}

a.design-project-btn:hover {
  background: transparent !important;
  border: 3px solid #fff !important;
}

a.theme-button.outline.black.design-project-btn:hover {
  background: transparent;
  border: 3px solid #fff !important;
  color: #fff !important;
}

.design-a-project p {
  color: #ffffff;
  font-weight: 400;
  text-align: left;
}

.show-email-form input.submit-email-btn:hover {
  color: transparent;
  background-color: transparent;
}

.show-email-form .wpcf7-form.init p {
  display: flex;
  align-items: center;
}

.image-bacnground {
  position: absolute;
  display: block;
}

.right-side-image {
  flex-basis: calc(100% - 468px);
}

.inner-content-image::after {
  content: "";
  background-image: url(../assets/images/image-forward.png);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 999999;
  overflow: auto;
}

a.view-brouchur {
  background: transparent !important;
}

.view-brouchur.theme-button {
  padding: 0 !important;
}

.view-brochure .view-brouchur:hover .view-brochure {
  background-color: #365ac9 !important;
  transition: 0.3s linear;
}

.comment-review .row {
  display: flex;
  gap: 60px;
}

.comment-review .row .comment-heading .ti-name {
  margin: 0 0 10px 0;
}

.comment-image {
  width: 50px;
  height: 50px;
  background: #d9d9d9;
  border-radius: 50%;
}

.inner-comment-start,
.comment-heading-row {
  display: flex;
}

.inner-comment-start {
  gap: 8px;
}

.comment-heading-row {
  gap: 10px;
}

.comment-content p {
  margin-top: 12px;
}

.ti-name {
  font-family: "Gotham", sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  text-align: left !important;
}

.ti-review-text-container.ti-review-content,
.comment-content p {
  font-family: "Gotham", sans-serif !important;
  font-size: 20px !important;
  font-weight: 300;
  line-height: 26px !important;
  text-align: left;
  color: #000 !important;
}

.comment-review .ti-review-text-container.ti-review-content {
  height: 100% !important;
}

.ti-read-more {
  font-family: "Gotham", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  text-align: left;
  color: #000 !important;
}

.comment-powered p span {
  font-size: 20px;
}

.home-page-outer-category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.home-page-outer-category .outer-category-show:last-child:hover .inner-category-show p {
  color: #fff;
  transition: 0.3s linear;
}

.comment-content .ti-date {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  margin-top: 20px;
}

.outer-category-show {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.outer-category-show a {
  margin: 0 !important;
  position: absolute;
  bottom: 30px;
  left: 40px;
  text-decoration: none;
  display: inline-block;
  color: #000 !important;
  background-color: #fff;
  padding: 18px 20px;
  border-radius: 40px;
  font-size: 27px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  box-shadow: 0px 4px 4px 0px #00000040;
  text-transform: uppercase;
}

.inner-category-show {
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}

.image-scale-background {
  transition: 0.5s linear;
}

.inner-category-show p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #000000;
  padding: 70px 50px;
}

.image-scale-background:hover {
  transform: scale(1.1);
  transition: 0.5s linear;
}

.image-scale-background:hover .image-scale-background {
  border-radius: 10px;
}

/* 
.ti-stars img {
  display: none;
}

.ti-widget .source-Google .ti-star::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("./images/Star1.svg") !important;
}

.ti-star {
  filter: brightness(0) saturate(68%) invert(83%) sepia(0%) saturate(0%) brightness(97%) contrast(100%);
  width: 17px;
  height: 17px;
} */

.show-top-menu {
  display: none;
}

.home-get-in-touch-img.dis-flex {
  gap: 30px;
}



.donate-latest-btn .inner-content-image::after {
  content: "";
  background-image: url("./images/donate-now-compress.jpeg");
  width: 100%;
  height: 100%;
  background-position: 220% 100%;
  background-repeat: no-repeat;
  background-size: 104%;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 0;
}

@supports (background-image: url("../../../uploads/donate-now-compress-1-scaled.webp")) {
  .donate-latest-btn .inner-content-image::after {
    background-image: url("../../../uploads/donate-now-compress-1-scaled.webp");
  }
}

.donate-latest-btn {
  position: relative;
}

.donate-latest-btn .row .left-side {
  flex-basis: 50%;
}

.donate-latest-btn .right-side-image {
  flex-basis: 50%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.donate-latest-btn .inner-image::after {
  content: "";
  display: block;
  background: #365ac9;
  width: 80px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  border-bottom-right-radius: 120px;
  z-index: 0;
}

.donate-btn {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 344px;
  padding: 4px 6px;
  height: 70px;
  border-radius: 60px;
  color: #fff;
  background: #365ac9;
  border-color: #365ac9;
  transition: 0.5s linear;
  position: relative;
  z-index: 1;
}

.donate-btn:hover {
  background-color: #fff;
  color: #365ac9;
  transition: 0.5s linear;
  border-color: #fff;
}

.get-latest.donate-latest-btn.get-latest .inner-content h3 {
  font-family: "CustomFont-marketpro", sans-serif !important;
  font-size: 55px;
  line-height: 1.2;
}

.waiting-for-heading,
.design-a-project h3,
.get-latest-section h3 {
  font-family: "CustomFont-marketpro", sans-serif !important;
}

.donate-now-submit-btn input.wpcf7-form-control.wpcf7-submit {
  max-width: 200px;
  border: none;
  height: 56px;
  color: #fff;
  background: #365ac9;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration-skip-ink: none;
  margin-top: 0 !important;
}

.get-latest.donate-latest-btn .inner-content p {
  margin-top: 20px;
  max-width: 426px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.inner-image-content span {
  display: inline-block;
  width: 170px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
}

.inner-image-content span:last-child {
  padding: 6px;
}

.inner-category-show {
  transition: 0.3s linear;
}

.inner-image-content span img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.inner-image-content {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

header#site-header {
  height: 76px;
}

.single-product-page-body header#site-header {
  margin-bottom: 20px;
}

.single-product-page-body header .page-header-inner {
  justify-content: center !important;
}

.single-product-page-body .site-breadcrumbs .sep::after {
  content: url('data:image/svg+xml,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.0957 0.708008L5.0957 4.20801L1.0957 7.70801" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.single-product-page-body span.breadcrumb-trail.wpex-clr {
  font-weight: 500;
}

.home-banner #main header.page-header:before {
  display: none !important;
}

.top-bar-wrap-sticky-wrapper,
.home-banner #site-header-sticky-wrapper {
  height: 76px !important;
}

.landing-menu-shortcode .vc_hidden-lg,
.background-row-add.visible-phone,
.category-short-code.visible-phone {
  display: block !important;
}

.get-latest-brouchers {
  transition: 0.5s linear !important;
}

.get-latest-brouchers:hover {
  background-color: #365ac9 !important;
  transition: 0.5s linear;
}

.get-latest-brouchers:hover .theme-button {
  color: #fff !important;
  background: transparent !important;
}

span.ti-read-more {
  position: absolute;
  top: 177px;
  right: 0px;
  z-index: 9999;
  background: #fff;
  text-align: right;
  padding: 6px 10px !important;
}

.certified figure.wpex-carousel-entry-media.entry-media {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
}

.work.together .theme-button-wrap {
  display: flex;
  justify-content: center;
}

.ti-widget.ti-goog .ti-read-more span {
  font-weight: 500;
  font-size: 14px;
}

.ti-review-item.source-Google.ti-image-layout-thumbnail::after {
  content: "Powered by Google";
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color: #000;
  padding-left: 20px;
}

.certified-image-carousel .owl-carousel,
.gallery-image-carousel .owl-carousel {
  padding: 0 30px;
}

.certified-image-carousel .owl-carousel .owl-stage,
.gallery-image-carousel .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  margin: 0 30px !important;
}

/* do not blame me for this */
img.get-constultant-image {
  max-width: 116px;
}

.save-instantly input {
  border-radius: 10px;
  height: 50px;
}

.save-instantly button {
  font-size: 20px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  font-weight: 500;
}

.save-instantly button:hover {
  background-color: transparent;
}

.forgot-password a {
  font-size: 14.26px;
  font-weight: 400;
  line-height: 22.27px;
  text-align: center;
  color: #707070 !important;
  text-decoration: underline;
}

.create-login-account .row .right-createAccount-side .sectioninternal .woocommerce-form .lost_password {
  display: none;
}

.create-login-account .row .right-createAccount-side .sectioninternal .register-form input.btnA,
.create-login-account .row .right-createAccount-side .sectioninternal .login-form .login-btn,
#abax-hover-login-form .form-row button.login-btn {
  background: #365ac9;
  color: white;
  border: none;
  width: 293px;
  height: 52px;
  font-size: 14px;
  font-size: 17.82px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  cursor: pointer;
}

.sectioninternal .tabs-section .tabs {
  cursor: pointer;
}

#abax-hover-login-form .form-row button.login-btn {
  transition: 0.5s linear;
  border: 1px solid #365ac9;
}

#abax-hover-login-form .form-row button.login-btn:hover {
  background: #fff;
  color: #365ac9;
  transition: 0.5s linear;
}

.create-login-account .row .right-createAccount-side .sectioninternal .login-form .login-btn {
  margin-top: 16px;
}

div.top-bar-centered.wpex-clr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: unset !important;
}

.show-email-form span.wpcf7-not-valid-tip {
  color: #f00;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  font-weight: 500;
}

.show-email-form form p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.show-email-form .wpcf7-response-output {
  display: none;
}

.background-row-add {
  text-align: center;
}

.create-login-account .row .right-createAccount-side .sectioninternal .woocommerce-form .woocommerce-button {
  margin-top: 16px;
}

/* single content page */

/* single content page */

.single-content h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

#top-bar-wrap-sticky-wrapper.is-sticky .wpex-top-bar-sticky {
  z-index: 9 !important;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
  z-index: initial !important;
}

.client-logo-section.yellow-patrn-row {
  padding-top: 100px !important;
  padding-bottom: 65px !important;
}

/* quote-checkout */
.quote-checkout .col2-set {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.quote-checkout .col2-set .col-1 {
  flex-basis: 60%;
}

.quote-checkout .col2-set .col-2 {
  flex-basis: 40%;
}

.quote-checkout .col2-set::after {
  display: none;
}

.quote-checkout .col2-set .address-wrapper,
.quote-checkout .col2-set .shipping_address {
  border: 1px solid #d9d9d9;
  padding: 42px;
  border-radius: 10px;
}

.quote-checkout .col2-set .form-row label,
.quote-checkout .col2-set .form-row span,
.quote-checkout .col2-set .form-row span input {
  display: inline-block;
  width: 100%;
}

.quote-checkout .col2-set .col-1 .address-wrapper {
  display: flex;
  flex-flow: row wrap;
  grid-column-gap: 10px;
}

.quote-checkout .col2-set .col-1 .address-wrapper .form-row label .required {
  position: relative;
}

.quote-checkout .col2-set .col-1 .address-wrapper .form-row {
  width: 100%;
}

.quote-checkout .col2-set .col-1 .address-wrapper .form-row:first-child,
.quote-checkout .col2-set .col-1 .address-wrapper .form-row:nth-child(2) {
  width: calc(100% / 2 - 5px);
}

.quote-checkout {
  margin-top: 20px;
}


.quote-checkout select#billing_state {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  color: #616161;
  font-weight: 700;
  padding: 6px 8px;
}

.vcex-portfolio-filter .theme-button.minimal-border {
  margin: 0 !important;
}



.qoute-page .cart_item .product-thumbnail .thumbnails {
  display: inline-block;
}

.qoute-page .cart_item .product-thumbnail .title-action {
  display: inline-flex;
  gap: 33px;
  flex-direction: column;
  vertical-align: top;
  min-height: 156px;
  justify-content: space-between;
  margin: 3rem 0 50px 52px;
}

.qoute-page .cart_item .product-thumbnail .title-action h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.qoute-page .cart_item .product-thumbnail .title-action .variations ul {
  list-style: none;
  margin: 0;
}

.qoute-page .cart_item .product-thumbnail .title-action .variations ul li {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}

#quote-table.qoute-page .cart_item th,
#quote-table.qoute-page .cart_item td {
  border-bottom: none !important;
  vertical-align: middle;
}

#quote-table.qoute-page .cart_item {
  border-bottom: 1px solid rgba(209, 209, 209, 1);
}

#quote-table.qoute-page thead {
  background: none;
  border-bottom: 1px solid #d1d1d1;
}

#quote-table.qoute-page thead th {
  border: 0;
}


.qoute-page .cart_item .product-thumbnail .title-action .remove-quote-btn {
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #365ac9;
}

#quote-table .product-price {
  max-width: 150px;
}

#quote-table .product-quantity {
  width: 128px;
}

.qoute-page .cart_item .quantity input[type="number"] {
  border: 3px solid rgba(54, 90, 201, 1);
  width: 128px;
  height: 41px;
  border-radius: 22px;
  color: rgba(0, 0, 1);
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  padding: 0 40px;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.qoute-page .cart_item .quantity input[type="number"]::-webkit-outer-spin-button,
.qoute-page .cart_item .quantity input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

.qoute-page .cart_item .quantity {
  display: flex;
  align-items: center;
  position: relative;
  width: 128px;
}

.qoute-page .wpex-quantity-btns .plus {
  left: -17px;
}

.qoute-page .wpex-quantity-btns .minus {
  right: 102px;
}

.single-product-child .quote-btn {
  border-radius: 55px;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #365ac9;
  padding: 8px 12px;
  width: 138px;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  margin-right: 0;
  transition: 0.5s linear;
  margin-bottom: 0 !important;
  line-height: 36px !important;
  font-size: 14px !important;
}

.single-quote-child .single_add_to_cart_button {
  margin-bottom: 0 !important;
}

.single-product-child .quote-btn.add-to-quote-variable-new-quoted,
.single-product-child .quote-btn.add-to-quote-simple {
  margin-bottom: 0;
}

.single-product-child .quote-btn.add-to-quote-variable {
  margin-top: 10px;
  padding: 0;
}

.inner-cart-css .shop_table tfoot {
  display: none;
}

.quote-request .page-header .page-header-title {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 30px;
}

.single-product-page-child .woocommerce .product .summary .single_add_to_cart_button,
.woocommerce .product .summary .added_to_cart {
  margin-right: 0 !important;
}

.single-product-child .quote-btn:hover {
  background-color: #fff !important;
  color: #365ac9 !important;
  border: 2px solid #365ac9;
  transition: 0.5s linear;

}

.single-product-child .woocommerce-variation-price,
.single-product-child .price {
  font-size: 30px !important;
}

.single-product-child .woocommerce-Price-amount.amount {
  color: #000 !important;
}

.custom-css-quote {
  padding-top: 32px;
  padding-bottom: 52px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.product-name .variations {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #707070;
  margin-top: 10px;
}

.product-name .variations ul {
  margin: 0 !important;
  list-style-type: none;
}

.custom-css-quote .left-cart {
  max-width: 418px;
  width: 100%;
}

.custom-css-quote .left-cart h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

.custom-css-quote .left-cart p {
  font-size: 20px;
  color: #707070;
}

.custom-css-quote .right-cart {
  max-width: 386px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-css-quote .right-cart>* {
  width: 100%;
}

.product-thumbnail ul {
  padding: 0;
  margin: 0;
}

.product-thumbnail ul {
  margin-bottom: 0;
  color: rgba(112, 112, 112, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  list-style-type: none;
}

#cart-table .product-thumbnail ul li {
  display: block;
}


.wpcf7 form.invalid .wpcf7-response-output {
  max-width: calc(100% - 250px);
  width: 100%;
  font-size: 12px;
  text-align: left;
}

.home-landing-category {
  display: none;
}

.review-total-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 992px;
}

.review-total-prices .price-show-inner>span,
.shipping-cost>span {
  display: inline-block;
  width: 174px;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
}

.single-product-page-body #site-header-sticky-wrapper {
  height: 76px !important;
}

#top-bar-content .loginLink {
  margin-right: 30px !important;
}

.both-variable-btn a {
  margin-top: 20px;
}

.woocommerce-order-received .page-header h1.page-header-title {
  margin-bottom: 30px;
}

.contact-page-listing ul {
  margin: 0;
  padding: 0;
}

.product-category-listing .tax-product_cat #main header.page-header .page-header-inner {
  padding: 0 !important;
}

.error-messages {
  color: rgb(182, 51, 51);
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  padding: 8px 12px;
}

.product-type-simple .single-product-child .price {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.product-type-simple .single-product-child .price del {
  order: 3;
}

.woocommerce-variation .price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.woocommerce-variation .price del {
  margin-bottom: 0 !important;
  order: 3;
}

#quote-checkout-form:disabled,
#quote-checkout-form[disabled] {
  opacity: 0.3;
}

/* #shipping_method label:before {
  position: absolute;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#shipping_method label .woocommerce-Price-amount .amount{
  display: block;
  position: absolute;
  z-index: 9999;
  right: 0;
} */
.woocommerce-checkout-review-order-table tfoot {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout-review-order-table tfoot tr:first-child {
  display: none;
}

.woocommerce-checkout-review-order-table tfoot tr:nth-child(2) {
  order: 2;
}

.woocommerce-checkout-review-order-table tfoot tr:nth-child(3) {
  order: 1;
}

.woocommerce-checkout-review-order-table tfoot tr:nth-child(4) {
  order: 3;
}

.woocommerce-checkout-review-order-table tfoot tr:last-child {
  order: 4;
}

.free-product .entry-summary .price .amount {
  color: #fff !important;
}

.free-product .entry-summary .price {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.single-product-variable-button .add-to-quote {
  margin-bottom: 10px !important;
}

.button-bottom-margin a {
  margin-bottom: 0 !important;
}

.single-product-child .quote-btn {
  margin-top: 20px;
  max-width: 164px;
  width: 100%;
}

.right-side-quote .quote-btn {
  width: 100%;
}

.right-side-quote .quote-btn.product_type_variable {
  width: 164px;
}

.wpex-select-wrap .ticon {
  z-index: 8 !important;
}

.single-product-page-child span.ex-gst-label {
  order: 3;
  font-size: 2rem;
}

.ubermenu-skin-minimal .ubermenu-nav>.ubermenu-item:hover>.ubermenu-submenu {
  display: none !important;
}

.ubermenu-skin-minimal .ubermenu-nav>.ubermenu-item.ubermenu-active:hover>.ubermenu-submenu {
  display: block !important;
}

.abaxkf_space_main_menu.ubermenu-active:hover>.ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  display: flex !important;
}


/* .ubermenu-skin-minimal .ubermenu-nav > .ubermenu-item:hover > .ubermenu-submenu{
  display:none !important;
}
 .ubermenu-skin-minimal .ubermenu-nav > .ubermenu-item.ubermenu-active:hover > .ubermenu-submenu{
  display:block !important;
}

.abaxkf_space_main_menu.ubermenu-active:hover > .ubermenu-submenu.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width{
  display: flex !important;
} */





/* #loader-wrapper{
  z-index: 99999999999 !important;
  display: block;
}
.wpex-window-loaded #loader-wrapper{
  display: none !important;
} */
.woocommerce .product .summary .single_add_to_cart_button,
.woocommerce .product .summary .added_to_cart {
  height: 36px !important;
}

.contact-us-address ul {
  padding: 0;
  margin: 0;
  margin-left: 7px !important;
}

.category-description {
  align-items: flex-start !important;
  max-width: 100% !important;
}

#outer-wrap {
  overflow: unset !important;
}

#sidebar {
  position: sticky;
  top: 120px;
}

body.woocommerce-checkout.has-sidebar .content-area,
body.quote-request.has-sidebar .content-area {
  width: 100% !important;
}

#sidebar #menu-blog-menu {
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 4px !important;
}

#sidebar #menu-blog-menu li a {
  padding: 3px 8px;
  background: #000;
  border-radius: 24px;
  color: #fff;
  font-size: 10px !important;
}

#quote-table a.thumbnail {
  width: 156px;
}

@media only screen and (max-width: 1160px) {

  .outer-payment-form #wc-stripe-cc-form .form-row.form-row-first,
  .outer-payment-form #wc-stripe-cc-form .form-row.form-row-last {
    width: 49%;
  }

  .outer-payment-form #wc-stripe-cc-form .form-row.form-row-last {
    margin-left: 0;
    float: right;
  }

  .get-latest.donate-latest-btn.get-latest .inner-content h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .get-latest .inner-content p {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
  }

  .donate-btn {
    left: 0 !important;
  }

  .get-latest-main.get-latest {
    background-position: 90% 11px !important;
  }

  .design-a-project {
    flex-direction: column;
  }

  .design-a-project .vc_col-sm-8,
  .design-a-project .vc_col-sm-4 {
    width: 100%;
  }

  .design-a-project .vc_col-sm-4 .wpb_wrapper {
    display: flex;
  }

  .donate-latest-btn .inner-image::after {
    left: 48%;
    width: 72px;
    border-bottom-right-radius: 56px;
  }
}

@media only screen and (max-width: 992px) {
  .custom-css-cart {
    flex-direction: column;
  }

  .custom-css-cart .left-cart p,
  .right-cart {
    max-width: 100%;
  }

  .right-cart {
    margin-top: 20px;
  }

  .need-assistan-outer .row {
    flex-direction: column;
  }

  .need-assistan-outer p {
    max-width: 100%;
  }

  .inner-category-show p {
    padding: 50px 30px;
    font-size: 20px;
    line-height: 26px;
  }

  .home-banner .landing-container {
    flex-flow: row wrap;
  }

  .outer-category-show a {
    left: 30px;
    font-size: 22px;
    line-height: 18px;
    padding: 10px 14px;
  }

  .home-banner .landing-container {
    justify-content: center;
  }

  .top-bar-centered li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  /* .donate-latest-btn .inner-image::after {
    display: none;
  } */

  .donate-btn {
    left: 62%;
    width: 254px;
    font-size: 16px;
    line-height: 1;
    height: 50px;
  }

  .get-latest.donate-latest-btn.get-latest .inner-content h3 {
    font-size: 26px;
    line-height: 1.4;
  }

  .hide-find-product-custom-product {
    /* height: 92vh; */
    overflow: scroll;
  }

  .hide-find-product-custom-product>.row .col-6:last-child {
    width: 100%;
    padding-left: 64px;
  }

  .woocommerce-tabs ul.tabs {
    max-width: 954px;
    height: auto !important;
    overflow-x: auto;
    display: flex;
    overflow-y: hidden;
  }

  .design-a-project-column .wpb_wrapper {
    display: flex;
  }

  .scroll-table {
    max-width: 992px;
    overflow-x: scroll;
  }

  .scroll-table .review-total-price .row {
    width: 100%;
  }

  #cart-table,
  .review-total-price,
  #quote-table {
    min-width: 992px;
  }

  #quote-table .product-quantity {
    text-align: center;
  }

  #table-auto-width {
    overflow-x: auto !important;
  }

  .product-type-simple .single-product-child .price {
    margin-top: 30px !important;
    margin-bottom: 30px !important;

  }

  .product-type-variable .single-product-child .price,
  .product-type-simple .single-product-child .price {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-type-simple .single-product-child .price>del,
  .product-type-variable .single-product-child .price>del {
    margin-bottom: 20px;
  }
}

@media (min-width: 959px) {
  a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_above.ubermenu-content-align-center:hover img.ubermenu-image.ubermenu-image-size-full {
    filter: none;
  }
}

@media screen and (max-width: 959px) {

  .top-bar-wrap-sticky-wrapper,
  .home-banner #site-header-sticky-wrapper,
  header#site-header {
    height: 62px !important;
  }

  .get-latest-main.get-latest .row .left-side,
  .get-latest-main.get-latest .row .left-side .inner-content .getthelatest-para {
    max-width: 100%;
  }

  .get-latest-main.get-latest .floating-image img {
    display: none;
  }

  .get-latest-main.get-latest {
    background: #365ac9 !important;
    min-height: auto;
  }

  .abaxf_mob-header .mobile-toggle-nav.wpex-togglep-absolute {
    min-height: calc(100vh - 72px);
    top: 72px;
  }

  body:has(.wpex-active) .abaxf_mob-header .abaxkf_inner-wrapper {
    padding-top: 0;
  }

  .show-email-form input[type="email"] {
    width: calc(100% - 20px) !important;
  }

  .client-logo-section.yellow-patrn-row {
    padding-top: 50px !important;
  }

  .show-top-menu,
  .top-bar-menu {
    display: none !important;
  }

  div.top-bar-centered .loginlinkflex {
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
  }

  button#logout {
    margin-left: auto;
    padding: 0;
  }
}

@media screen and (max-width: 791px) {
  #table-auto-width {
    overflow-x: auto !important;
  }

  .shop_table th.product-price {
    display: block !important;
  }

  .donate-btn-inner h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .get-latest .row {
    flex-direction: column;
  }

  /* .donate-now .donate-latest-btn .row{
  flex-direction: column;
} */
  .donate-now .donate-latest-btn .row .col-6,
  .get-latest .row .col-6.left-side {
    flex-basis: 100%;
    max-width: 100%;
  }

  .donate-btn {
    position: relative;
    border: 2px solid #fff;
  }

  .donate-latest-btn .inner-content-image::after,
  .get-latest-section .row .col-6.right-side-image {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .shop_table .product-thumbnail {
    display: flex !important;
  }

  body.woocommerce-cart .quantity.buttons_added .plus,
  body.woocommerce-cart .quantity.buttons_added .minus,
  .shop_table th.product-price,
  .woocommerce-page table.shop_table td.product-price {
    display: table-cell !important;
  }

  #table-auto-width {
    overflow-x: auto !important;
  }

  .abax_landing_page .landing-footer .container-main .container-full {
    max-width: 640px;
    width: 100%;
  }

  .abax_classroom_page .recent-project-slider .form-section .slider {
    display: none;
  }

  .abax_classroom_page .recent-project-slider .form-section .mobile-slider {
    overflow-x: auto;
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    gap: 16px;
  }

  .abax_classroom_page .recent-project-slider .form-section .mobile-slider .slide {
    flex: 0 0 auto;
  }

  .abax_classroom_page .recent-project-slider .form-section .mobile-slider .slide img {
    width: 296px;
    height: 484px;
    object-fit: cover;
  }

  .abax_classroom_page .classroom_banner_img {
    height: 168px;
    object-fit: cover;
  }

  .outer-payment-form #wc-stripe-cc-form .form-row.form-row-first,
  .outer-payment-form #wc-stripe-cc-form .form-row.form-row-last {
    width: 100%;
  }

  .outer-payment-form #wc-stripe-cc-form .form-row.form-row-last {
    margin-left: 0;
    float: right;
  }

  .outer-single-category-container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }

  .content-heading .page-header-title {
    font-size: 30px;
  }

  .need-assistan-outer h2 {
    font-size: 40px;
  }

  .shop-page-acf-fields .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .qoute-page .cart_item .product-thumbnail .title-action {
    justify-content: flex-start;
  }

  .woocommerce-tabs ul.tabs li {
    max-width: 140px;
    flex: 0 0 140px;
    height: 40px !important;
  }

  .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    line-height: 54px !important;
  }

  .wc-tab table,
  #tab-description,
  .specifications {
    margin-top: 20px;
  }

  .wc-tab table tbody td {
    display: block;
    width: 100%;
  }

  .wc-tab table tbody td strong {
    text-transform: capitalize;
  }

  .show-pdf li a {
    font-size: 16px;
    line-height: 1;
  }

  .view-brochure .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100% !important;
  }

  a.view-brouchur {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .protfolio-carousal img {
    height: 497px;
  }

  .home-banner .page-header.wpex-supports-mods {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .home-banner .page-header .page-subheading p {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.2;
    margin-top: 10px;
    letter-spacing: -1px;
  }

  .home-banner .page-header.wpex-supports-mods .page-header-title {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 22px;
  }

  .page-subheading .header-btn {
    gap: 12px;
  }

  .page-subheading .header-btn .header-top-btn {
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1;
  }

  .home-banner .landing-container .inner-image {
    max-width: 186px;
    padding: 40px;
    margin-bottom: 12px;
    border: 2px solid #f1f1f1;
  }

  .home-banner .landing-container .landing-content h4 {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 0px;
  }

  .home-get-in-touch-img .classroom-arrow-icons {
    /* margin-top: 20px;
    transform: rotate(45deg); */
    display: none;
  }

  .right-side-quote {
    width: 100%;
  }

  .outer-category-show a {
    left: 16px;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 11px;
  }

  .inner-category-show p {
    padding: 42px 30px;
    font-size: 20px;
    line-height: 26px;
  }

  .donate-btn {
    left: 0;
  }

  .donate-latest-btn .right-side-image {
    justify-content: flex-start;
  }

  .get-latest.donate-latest-btn .inner-content p {
    max-width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .design-a-project .wpb_column .vc_col-sm-4 .wpb_wrapper {
    display: flex !important;
  }

  .get-latest {
    padding-bottom: 40px;
  }


  .hide-find-product-custom-product .row {
    flex-direction: column;
    overflow: auto;
  }

  .hide-find-product-custom-product>.row .col-6:first-child .inner-product-heading {
    padding-left: 0;
  }

  .hide-find-product-custom-product>.row .col-6:last-child {
    width: 100%;
  }

  .hide-find-product-custom-product .row:last-child {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0px;
  }

  .hide-find-product-custom-product .row:last-child h3 {
    text-align: center;
  }

  .save-subscribe {
    gap: 12px;
  }

  .get-latest-main.get-latest .row .left-side {
    margin-top: 0;
  }


  .get-latest-main.get-latest .inner-content h3 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
  }

  .get-latest .inner-content p {
    margin-bottom: 0;
    margin-top: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }


  .design-project-btn {
    padding-top: 12px !important;
    padding-right: 20px !important;
    padding-bottom: 12px !important;
    padding-left: 20px !important;
  }

  .home-page-outer-category .outer-category-show:first-child {
    order: 0;
  }

  .home-page-outer-category .outer-category-show:nth-child(2) {
    order: 1;
  }

  .home-page-outer-category .outer-category-show:nth-child(3) {
    order: 3;
  }

  .home-page-outer-category .outer-category-show:nth-child(4) {
    order: 2;
  }

  .home-page-outer-category .outer-category-show:nth-child(5) {
    order: 4;
  }

  .home-page-outer-category .outer-category-show:nth-child(6) {
    order: 5;
  }

  .home-page-outer-category .outer-category-show:nth-child(7) {
    order: 7;
  }

  .home-page-outer-category .outer-category-show:nth-child(8) {
    order: 6;
  }

  .home-page-outer-category .outer-category-show:nth-child(9) {
    order: 8;
  }

  .home-page-outer-category .outer-category-show:nth-child(10) {
    order: 9;
  }

  .get-latest-brouchers:hover .theme-button {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .home-get-in-touch-img .content-h3 {
    font-size: 26px;
    line-height: 1.4;
  }

  .home-get-in-touch-img.dis-flex img {
    max-width: 80px;
  }

  .home-get-in-touch-img .content-h6 {
    font-size: 18px;
    line-height: 1.2;
  }

  .content-head-grey p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .get-in-touch-content-home {
    gap: 8px;
  }

  .checkout-button.button,
  .donate-btn {
    height: 50px;
    font-size: 16px;
  }

  .show-top-menu,
  .top-bar-menu {
    display: none !important;
  }

  div.top-bar-centered .loginlinkflex {
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
  }

  button#logout {
    margin-left: auto;
    padding: 0;
  }

  .show-email-form input[type="email"] {
    width: calc(100% - 20px);
  }

  .donate-latest-btn .inner-image::after {
    display: none;
  }

  .home-banner .landing-container {
    gap: 40px 15px;
  }

  .quote-checkout .col2-set {
    flex-direction: column;
    gap: 16px;
  }

  .quote-checkout .col2-set .col-1 .address-wrapper .form-row:first-child,
  .quote-checkout .col2-set .col-1 .address-wrapper .form-row:nth-child(2) {
    width: 100%;
  }

  .custom-css-quote {
    flex-direction: column;
  }

  .custom-css-quote .left-cart,
  .custom-css-quote .right-cart {
    max-width: 100%;
  }

  .quote-request .page-header .page-header-title {
    font-size: 34px;
  }

  .outer-single-category-container .product-item .product-image img {
    height: 100%;
  }

  /* home page  */
  .custom-shop-page .shop-thumbnail {
    display: none;
    height: 68px;
  }

  .heading-shop-page {
    margin-bottom: 33px;
    height: 68px;
  }

  .heading-shop-page .row {
    height: 68px;
  }

  .home-banner .landing-container {
    gap: 27px 36px;
  }

  .landing-container .inner-landing {
    height: 52px;
    max-width: 164px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 2px solid #D9D9D9;
    border-radius: 30px;
    padding: 10px 20px;
    position: relative;
  }

  .home-banner .landing-container .inner-image a {
    display: flex;
  }

  .home-banner .landing-container .inner-image {
    border: none;
    padding: 0;
    margin-bottom: 0;
  }

  .home-banner .landing-container .inner-image a {
    display: flex;
    width: 30px;
    align-items: center;
    justify-content: center;
  }

  .landing-container .inner-image img {
    width: 30px;
    height: 30px;
  }

  .our-consultation-process {
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-consultation-process .gap-24 {
    gap: 32px;
  }

  .content-h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
  }

  .gallery-image-carousel .owl-item .textcenter {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  /* shop page */
  .outer-single-category-container {
    grid-row-gap: 22px;
  }

  .outer-single-category-container .product-item .product-content {
    padding: 0;
    padding-top: 18px;
  }

  .outer-single-category-container .product-item .product-content h3 {
    margin: 0;
    font-size: 10px;
  }

  .outer-single-category-container .product-item .product-content h3 a {
    height: auto;
  }

  .price-span-from {
    margin-top: 10px;
  }

  .outer-single-category-container .product-item .product-image {
    height: 158px;
  }

  .outer-single-category-container .product-item .product-content p {
    font-size: 18px;
    margin: 2px 0 0 0;
  }

  .outer-single-category-container .product-item .product-content p del {
    font-size: 16px;

  }

  .single-category-data .category-data .button {
    height: 26px;
    font-size: 14px;
    padding: 4px 10px;
    width: 86px;
  }

  .outer-single-category-container .product-item .product-content span {
    font-size: 9px;
    line-height: 1;
  }

  .single-category-data .category-data h2 {
    font-size: 18px;
    line-height: 1;
  }

  .single-category-data .category-data {
    margin-bottom: 15px;
  }

  .category-show .container .single-category-data {
    padding-bottom: 35px;
    margin-bottom: 18px;
  }

  .need-assistan-outer {
    padding: 36px 0 38px 0;
  }

  .need-assistan-outer h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 18px;
    text-align: center;
  }

  .need-assistan-outer p {
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
  }

  .find-product,
  .custom-product {
    width: 100%;
    font-size: 25px;
    line-height: 1;
    height: 62px;
  }

  .need-assicante .right-product-btn {
    margin-top: 27px;
  }

  .need-assicante .right-product-btn {
    gap: 20px;
  }

  .hide-find-product,
  .hide-find-product-custom-product {
    padding: 24px 20px;
  }

  .need-assistan-outer .inner-find-product .inner-find-product svg {
    width: 26px;
  }

  .custom-product-outer-div.show-prod,
  .inner-find-product h3 {
    font-size: 24px;
  }

  .inner-content-search {
    margin-top: 28px;
  }

  .inner-find-product svg {
    width: 28px;
  }

  .custom-product-outer-div>.row {
    padding: 2px 10px;
  }

  .inner-product-heading p {
    margin-bottom: 30px;
  }

  .donate-now-submit-btn input.wpcf7-form-control.wpcf7-submit {
    margin-top: 12px !important;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 80px;
    max-width: 100%;
    line-height: 1;
  }

  .hide-find-product-custom-product>.row .col-6:last-child {
    padding-left: 0;
  }

  .inner-contents-search {
    height: 342px;
  }

  .wpcf7-not-valid-tip {
    text-align: left;
  }

  /* single product page  */
  .single-product-page-body .page-header {
    display: none;
  }

  .single-product-child .product_title.single-post-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .single-product-page-child .woocommerce-product-gallery {
    padding-bottom: 0 !important;
  }

  .single-product-child .custom-price-single-product {
    font-size: 24px;
    font-weight: 500;
  }

  .single-product-child .woocommerce-product-details__short-description {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  .single-product-child .cart.simple-product-quantity {
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }

  .single-product-child .cart.simple-product-quantity .single-form-containerm,
  .woocommerce .quantity input[type="number"] {
    width: 100%;
  }

  .single-product .single-form-container,
  .single-product .single-product-variable-button,
  .single-product-child .quote-btn {
    width: 100%;
  }

  .single-product-child .quote-btn {
    box-sizing: border-box !important;
  }

  .single-product .variable-quote-btn {
    width: 100%;
    position: relative;
  }

  .woocommerce .product .summary a.single_add_to_cart_button {
    margin-bottom: 20 !important;
    width: 100%;
  }

  .woocommerce .product .cart .variations_button {
    flex-direction: column;
    gap: 50px;
  }

  .single-product-child .variations tr:not(:last-child) {
    margin-bottom: 16px;
  }

  .woocommerce .product .cart .variations_button .single_add_to_cart_button {
    box-sizing: border-box !important;
  }

  .woocommerce .product .cart .variations label {
    color: #000;
    font-weight: 500;
    font-size: 12px;
  }

  .woocommerce .product .cart .variations td.value {
    width: 200px;
    margin-bottom: 0 !important;
  }

  .woocommerce .quantity input[type="number"],
  .woocommerce .summary .quantity {
    margin-right: 0 !important;
    width: 100%;
  }

  .single-product-child .wpex-quantity-btns,
  .single-product button.single_add_to_cart_button {
    width: 100%;
    box-sizing: border-box !important;
  }

  .single-product-child .wpex-quantity-btns .minus {
    left: 6px;
    background: none;
  }

  .wpex-quantity-btns .plus,
  .wpex-quantity-btns .minus {
    width: 33px;
  }

  .single-product-child .wpex-quantity-btns .plus {
    top: 19px;
    left: calc(100% - 38px);
    background: none;
  }

  .single-product .woocommerce-tabs {
    margin-top: 45px !important;
    border-top: 1px solid #B4B4B4;
    padding-top: 45px;
  }

  .home-landing-category {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .inner-landing:hover {
    background-color: #365fd6;
  }

  .inner-landing:hover .landing-content h4 {
    color: #fff;
  }

  .home-landing-category:hover~.inner-image a img {
    filter: brightness(0) invert(1);
  }

  .category-show .product-breadcrumb {
    display: none;
  }

  .show-product-type {
    margin-top: 20px;
  }

  .client-logo-section.yellow-patrn-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .get-latest.google-comment {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }

  .donate-mobile-image-content .wpb_content_element {
    margin-bottom: 0px !important;
    max-height: 400px;
  }

  .get-latest.donate-latest-btn {
    padding-top: 0 !important;
  }

  .donate-outer-container.vc_row-o-content-middle {
    overflow: visible !important;
  }

  .category-short-code {
    padding-top: 32px !important;
    padding-bottom: 45px !important;
  }

  .save-subscribe h4 {
    text-align: center;
  }

  .we-are-certified h3 {
    margin-top: 45px !important;
  }

  .landing-menu-shortcode {
    padding-top: 37px !important;
    padding-bottom: 30px !important;
  }

  div#top-bar-wrap-sticky-wrapper.is-sticky {
    display: none;
  }

  body.overflow-hidden header .main-nav-right-col {
    display: none !important;
  }

  .mobile-toggle-nav-ul {
    display: flex;
    flex-direction: column-reverse;
  }

  .mobile-toggle-nav-ul .ubermenu-main .ubermenu-nav {
    padding-bottom: 0 !important;
  }

  .mobile-toggle-nav-ul .ubermenu-main .ubermenu-nav .ubermenu-item-type-custom .ubermenu-content-block {
    padding: 0 !important;
  }

  .mobile-toggle-nav-ul .loginLink+a {
    border-top: 0;
    background: #365AC9;
    max-width: 254px;
    width: 100%;
    margin: 0 auto;
    padding: 18px 7px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    height: 52px;
  }

  .mobile-toggle-nav-ul .loginLink {
    font-size: 20px !important;
    font-weight: 500;
    color: #000 !important;
    margin: 30px auto 34px;
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .mobile-toggle-nav-ul .loginLink svg path {
    fill: #365AC9;
  }

  .mobile-toggle-nav-ul .loginLink svg {
    width: 33px;
    height: 30px;
  }

  #cart-table,
  #quote-table,
  #cart-table,
  .review-total-price,
  #quote-table,
  .review-total-prices {
    min-width: auto;
  }

  #cart-table thead,
  #quote-table thead {
    display: none;
  }

  .product-thumbnail .thumbnails {
    margin-top: 0 !important;
  }

  #cart-table .woocommerce-cart-form__cart-item,
  #cart-table .woocommerce-cart-form__cart-item,
  #quote-table .woocommerce-cart-form__cart-item,
  #quote-table.qoute-page .cart_item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(209, 209, 209, 1);
  }

  .woocommerce-order-received .woocommerce-order-details tr.woocommerce-table__line-item.order_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid rgba(209, 209, 209, 1);
    padding-bottom: 30px;
  }

  .woocommerce-order-received #cart-table td:not(:last-child) {
    gap: 25px;
  }

  .woocommerce-order-received #cart-table td.product-quantity {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #707070;
  }

  .woocommerce-order-received .woocommerce-order-details .show-name {
    flex: 1;
    margin: 0;
  }

  .woocommerce-order-received .woocommerce-order-details td.woocommerce-table__product-quantity.product-quantity::before {
    content: 'Qty: ';
  }

  #cart-table .woocommerce-cart-form__cart-item:not(:last-child),
  #quote-table .woocommerce-cart-form__cart-item {
    padding-bottom: 25px !important;
  }

  #cart-table .woocommerce-cart-form__cart-item:not(:first-child),
  #quote-table .woocommerce-cart-form__cart-item:not(:first-child) {
    padding-top: 25px !important;
  }

  .shop_table .woocommerce-cart-form__cart-item .meta {
    flex: 1;
  }

  #cart-table td,
  #quote-table td,
  #quote-table td,
  #quote-table td {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  #cart-table td:not(:last-child),
  #quote-table td:not(:last-child) {
    padding-bottom: 10px !important;
  }

  #cart-table td.product-thumbnail,
  #quote-table td.product-thumbnail {
    gap: 25px !important;
  }

  #cart-table td.product-quantity,
  #cart-table td.product-total-price,
  #quote-table td.product-quantity,
  #quote-table td.product-total-price {
    margin-left: 182px;
    text-align: left;
  }

  #quote-table .product-total-price bdi {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }


  #cart-table .close-btn a.remove,
  #quote-table .close-btn a.remove {
    color: #C93636;
  }

  #cart-table td.product-price,
  #quote-table td.product-price {
    display: none !important;
  }

  .qoute-page .cart_item .product-thumbnail .title-action {
    flex: 1;
    margin: 0;
    gap: 10px;
  }



  .shop_table .woocommerce-cart-form__cart-item .meta h3,
  .shop_table .woocommerce-cart-form__cart-item .title-action h3 {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
  }

  #cart-table td.product-quantity .quantity::before,
  #quote-table td.product-quantity .quantity::before,
  .quote-thank-you #quote-table td.product-quantity::before {
    content: 'Qty:';
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    position: absolute;
  }

  #cart-table td.product-quantity .wpex-quantity-btns,
  #quote-table td.product-quantity .wpex-quantity-btns {
    display: none;
  }

  #cart-table td.product-quantity input,
  #quote-table td.product-quantity input {
    border: 0 !important;
    width: 40px;
    height: auto;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #707070;

  }

  #quote-table td.product-quantity input {
    border: 0 !important;
    width: 100%;
    height: auto;
    text-align: left;
    margin-left: 0;
  }

  .quote-thank-you #quote-table td.product-quantity::before {
    font-size: 15px;
  }

  .quote-thank-you #quote-table td.product-quantity p {
    text-align: left;
    margin-left: 40px;
    font-size: 16.26px;
    font-weight: 400;
    line-height: 22.27px;
    color: #707070;
    margin-top: 0 !important;
  }

  .custom-css-cart .left-cart,
  .custom-css-quote .left-cart {
    margin-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .custom-css-cart .left-cart h3,
  .custom-css-quote .left-cart h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }

  .custom-css-cart .left-cart p,
  .custom-css-quote .left-cart p {
    font-size: 12px;
    line-height: 1.4;
    max-width: 100%;
  }

  .custom-css-cart .left-cart .read-more,
  .custom-css-quote .left-cart .read-more {
    font-size: 12px;
    line-height: 1.4;
  }

  .custom-css-quote {
    padding-top: 0;
  }

  .custom-css-quote .left-cart h3 {
    margin-bottom: 0;
  }

  .quote-request .page-header .page-header-title {
    margin-bottom: 0;
  }

  .woocommerce-cart .page-header.wpex-supports-mods,
  .quote-heading .page-header.wpex-supports-mods {
    background: #365AC9;
    margin-bottom: 30px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .woocommerce-cart .page-header.wpex-supports-mods .page-header-title,
  .quote-heading .page-header.wpex-supports-mods .page-header-title {
    color: #fff;
    font-family: "CustomFont-marketpro", sans-serif !important;
    font-weight: 400;
    font-size: 25px;
  }

  .woocommerce-order-received .page-header h1.page-header-title span::after {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
  }


  .woocommerce-order-received .fee-cost,
  .woocommerce-order-received .shipping-cost {
    width: 100%;
  }

  .woocommerce-order-received .shipping-cost,
  .woocommerce-order-received .price-show-inner {
    display: flex;
    justify-content: space-between;
  }

  .woocommerce-order-received .review-total-price .row {
    display: flex;
    flex-flow: row wrap;
    gap: 0;
  }

  .review-total-prices .price-show-inner>span,
  .shipping-cost>span {
    width: 100%;
  }

  .woocommerce-order-received .shipping-cost span:first-child,
  .woocommerce-order-received .fee-cost .price-show-inner span:first-child {
    text-align: left;
  }

  .woocommerce-order-received .shipping-cost span:last-child,
  .woocommerce-order-received .fee-cost .price-show-inner span:last-child {
    text-align: right;
  }

  .woocommerce-order-received .review-total-price .row .text-define {
    width: 50%;
  }

  .woocommerce-order-received .review-total-price .row .text-define.text-define-disscount {
    width: 100%;
  }

  .review-total-price .row .text-define {
    padding-left: 0;
    text-align: left;
  }

  .review-total-price .row .text-define:last-child {
    padding-right: 0;
    text-align: right;
  }

  .review-total-price .row .text-define:first-child {
    padding: 18px 25px;
    text-align: left;
  }

  .woocommerce-order-received .qoute-page .cart_item .product-thumbnail .title-action {
    justify-content: flex-start;
  }

  #top-bar-content .loginLink {
    margin-right: 0px !important;
  }

  .single-product-page-body .single-product-page-child .woocommerce-product-details__short-description {
    display: none;
  }

  .main-nav-right-col .searchform {
    display: none;
  }

  .woocommerce-order-received .page-header.wpex-supports-mods {
    background-color: #365fd6;
    padding-top: 10px;
    height: 62px;
  }

  .about-us-page-images {
    margin-top: 12px;
  }

  .about-us-page-images .vc_figure,
  .about-us-page-images .vc_single_image-wrapper,
  .about-us-page-images img {
    width: 100% !important;
  }

  .product-type-simple .single-product-child .price {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .single-product-child .quote-btn {
    max-width: 100%;
  }

  .right-side-quote .quote-btn.product_type_variable {
    width: 100%;
  }

  .show-email-form {
    display: flex;
    justify-content: center;
  }
}



@media screen and (max-width:768px) {
  .inner-image-content {
    position: relative;
    top: -31px;
    margin-bottom: 0;
  }

}

@media screen and (max-width: 640px) {
  .abax_landing_page .landing-footer .container-main .container-full {
    max-width: 320px;
    width: 100%;
  }

  .home-page-outer-category {
    grid-template-columns: repeat(1, 1fr);
  }

  .outer-category-show.highlighted .inner-category-show p {
    color: #fff !important;
  }

  .highlighted .image-scale-background {
    transform: scale(1.1);
  }

  .outer-category-show.highlighted .inner-category-show {
    transition: 2s linear;
  }

  .top-bar-menu {
    display: none;
  }

  .top-bar-menu.visible-top-bar {
    display: flex;
    flex-direction: column;
    position: absolute;
    color: #0000 !important;
    top: 66px;
    left: -10px;
    background: #fff;
    z-index: 999;
    width: 60%;
    text-align: left;
    padding: 0 12px;
  }

  .top-bar-menu li {
    width: 100%;
  }

  .top-bar-menu.visible-top-bar li a {
    color: #000 !important;
  }

  .show-top-menu {
    display: block;
  }

  .home-banner .page-header.wpex-supports-mods {
    min-height: 150px;
  }

  .home-get-in-touch-img .classroom-arrow-icons {
    margin-top: 0;
  }

  .top-bar-centered .top-bar-menu {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 568px) {

  .outer-div,
  .custom-product-outer-div,
  .work-together-outer-div,
  .donate-furniture-outer-div,
  .home-page-free-specials {
    padding: 20px 10px;
  }

  .hide-find-product-custom-product {
    padding: 32px 20px 20px;
  }

  .hide-find-product-custom-product .close-btns {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
  }

  .inner-find-products h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .donate-furniture-outer-div .inner-find-products p {
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .hide-find-product-custom-product>.row {
    gap: 18px;
  }

  .inner-contents-search form>p {
    margin-bottom: 0;
  }

  .inner-contents-search textarea {
    max-height: 98px;
  }

  .woocommerce-billing-fields__field-wrapper3 .address-wrapper,
  .shipping_address,
  .shop_table.woocommerce-checkout-review-order-table tbody,
  .woocommerce-checkout-review-order-table tfoot,
  .outer-payment-form {
    border: none;
    padding: 0;
  }

  .shop_table.woocommerce-checkout-review-order-table tbody {
    max-height: 100%;
  }

  #ship-to-different-address {
    margin-left: 0 !important;
  }

  .show-total .row.padding-left {
    margin-left: 0;
    margin-right: 0;
  }

  .coupon-form-data {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 18px;
  }

  .coupon-form-data p {
    width: 100%;
  }

  .show-total .order-total {
    padding-left: 6px;
    padding-right: 6px;
  }

  .donate-latest-btn .right-side-image .inner-image,
  .donate-btn {
    width: 100%;
  }

  .quote-checkout .col2-set .address-wrapper {
    border: none;
    padding: 0;
  }

  .quote-request .page-header .page-header-title {
    font-size: 30px;
  }

  .page-header.wpex-supports-mods {
    padding-top: 15px !important;
    padding-bottom: 20px !important;
  }

  .custom-product-outer-div.show-prod,
  .inner-find-product h3 {
    font-size: 18px;
  }

  .inner-category-show {
    height: 170px;
  }

  .image-scale-background {
    background-position: 38% 68% !important;
    background-size: contain;
  }

  .inner-category-show p {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0 !important;
  }

  .outer-category-show a {
    bottom: 17px;
  }

  .woocommerce-customer-details address {
    border: none;
    padding: 0;
  }

  .thankyou-delivery-address,
  .thankyou-cart-delivery-address {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .quote-customer-detail h2 {
    margin-bottom: 16px;
  }

  .woocommerce-cart .page-header.wpex-supports-mods .page-header-title,
  .quote-heading .page-header.wpex-supports-mods .page-header-title {
    font-size: 20px;
  }

  .custom-html-widget .vc_toggle_color_default {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 767px) and (max-width: 790px) {
  .donate-latest-btn .inner-image::after {
    content: none;
  }

  .donate-latest-btn .right-side-image {
    margin-bottom: 40px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .home-banner .page-header.wpex-supports-mods {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-banner .page-header.wpex-supports-mods .page-header-title {
    margin-bottom: 0;
    text-align: center;
    max-width: 100%;
  }

  .page-subheading .header-btn {
    flex-direction: column;
  }
}

@media screen and (max-width: 468px) {


  .show-pdf li a {
    height: 48px;
  }

  .show-pdf {
    max-width: 210px;
    margin-top: 46px;
  }

  .loginlinkflex button {
    padding: 0 !important;
  }

  .home-banner .landing-container {
    justify-content: center;
  }

  .find-product,
  .custom-product {
    font-size: 18px;
  }

  .inner-content-search {
    margin-top: 20px;
  }

  .home-banner .landing-container {
    gap: 18px;
  }

  .quote-heading .page-header.wpex-supports-mods {
    margin-bottom: 16px;
  }

  .quote-tnaks-para {
    font-size: 16px;
  }

  .quote-summary {
    margin-top: 30px;
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 420px) {

  .custom-product-outer-div.show-prod,
  .inner-find-product h3 {
    font-size: 13px;
    line-height: 1;
    text-align: left;
  }

  header .main-nav-right-col {
    margin-right: 46px;
  }

  button.view-notes {
    margin-left: 10px;
  }
}

@media screen and (max-width:969px) {

  .cart-container:hover .widget_shopping_cart_content,
  .quote-container:hover .widget_shopping_quote_content {
    display: none !important;
  }
}