@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* @font-face {
  font-family: "SlussenLight";
  src: url("../fonts/Trade-Gothic-Next-LT-Pro-Cn/Blaze-Type-slussen-stencil/Slussen-Stencil-Light/full/Slussen-Stencil-Light.otf");
}

.tk-trade-gothic-next {
   font-family: "trade-gothic-next", sans-serif; 
  font-family: "SlussenLight";
} */

@font-face {
  font-family: "CircularAirLight";
  src: url("../fonts/Trade-Gothic-Next-LT-Pro-Cn/CircularAir-Light/CircularAir-Light.ttf");
}

@font-face {
  font-family: "CircularAirBold";
  src: url("../fonts/Trade-Gothic-Next-LT-Pro-Cn/CircularAir-Bold/CircularAir-Bold.ttf");
}



/* .tk-trade-gothic-next-compressed {
  font-family: "trade-gothic-next-compressed", sans-serif;
}

.tk-trade-gothic-next-condensed {
  font-family: "trade-gothic-next-condensed", sans-serif;
}

.tk-tgn-soft-round {
  font-family: "tgn-soft-round", sans-serif;
} */

/* common css */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: auto;
}

* {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: "trade-gothic-next", sans-serif; */
  font-family: "CircularAirLight";
  font-weight: 300;
  font-size: 14px;
  color: #4d4e4c;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.home {
  overflow: hidden;
}

.loginv_div:hover .logout__div {
  display: block;
}

.ff_img {
  flex-basis: 100%;
}

.slide-left,
body.home .ffcs_add .ff-logo .ff_logo_width .img_ani_v1 img {
  width: 100%;
}

.Dw-Bl img,
.home_none {
  max-width: 100%;
}

.footer-logo,
.Export-flex .Export-flex-1,
#myModalimg .modal-body,
.section-material-G .Dw-Bl .material-wrap,
.loginv_div {
  position: relative;
}

.swiper-container .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
}
.related_product_item > a {
  position: relative;
}
.related_product_item > a:hover img:nth-child(2) {
  opacity: 1;
}
.related_product_item > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.swiper-container .swiper-pagination span:focus {
  outline: none;
}

.footer_social li {
  line-height: 14px;
}

.forgot_pss,
.span_click,
.menu_version svg {
  cursor: pointer;
}

li.cst-bloc ul.dropdown-menu,
.loginv_div.user_sub .login_icon_v1 svg,
.product_sc,
.loder-div,
.homesvg1,
body.home .homesvgv2,
.img_ani_v1 img.indexnone,
body.home .img_ani_v1 img.homenone {
  display: none;
}

.img_ani_v1 img,
.products_ul .each_li:nth-child(1) .product_sc,
body.home .homesvg1,
.homesvgv2,
body.home .img_ani_v1 img.indexnone {
  display: block;
}

.ff_ul_v1 li.main_menu_cat:last-child,
.copy_write p,
.Length_v1 p {
  margin: 0;
}

.coldiv-v3 a {
  color: #000;
  font-size: 12px;
  word-break: break-word;
  white-space: normal;
}

li.materialLI ul.dropdown-menu li.menu-item,
li.cst-seating ul.dropdown-menu li.menu-item {
  margin-bottom: 11px;
}

.footer-2 {
  padding-bottom: 1.2rem;
}

.error_message {
  /* margin: -10px 0 5px 0; */
  margin: 0 0 5px 0;
  font-weight: 500;
  color: #ca3939;
  font-size: 14px;
}

/* NEW DESIGN ALL CSS HERE */
/* slider css */
.swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper-container .slider {
  min-height: 50vh;
}

.swiper-container .slider .swiper-slide {
  background: #ccc;
  overflow: hidden;
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container .slider .swiper-slide .slide-inner {
  /* position: absolute;*/
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
}

.swiper-container .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;

  /* left: 0;
     top: 0;
     bottom: 0;
     */
}

.swiper-container .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 7em;
  position: absolute;
  z-index: 3;
  right: 0;
}

.swiper-container .swiper-pagination span {
  margin-bottom: 3em;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  color: #000;
}

.animate_rt_lf {
  position: absolute;
  bottom: 3.125rem;
  right: 3.125rem;
  color: #fff;
  font-size: 13px;
  font-family: "CircularAirLight";
  font-weight: 500;
  overflow: hidden;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.animate_rt_lf:hover {
  color: #fff;
}

.social_v1:hover {
  color: #000;
}

.mid_h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "CircularAirLight";
}

.users_logout svg {
  width: 20px;
}

.users_logout a {
  color: #000;
  font-weight: 600;
  display: flex;
  gap: 5px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #dddddd;
  padding: 7px 5px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.logout__div {
  position: absolute;
  display: none;
  left: -65px;
  top: 11px;
  width: 100px;
  z-index: 9;
}

.spacerv1 {
  height: 20px;
  width: 100%;
}

/* slider css end */
body.home .ff-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.displaymenu_wrap {
  display: flex;
  /* gap: 30.40%;
    */
  gap: 20.4%;
  /* align-items: flex-end; */
}

.ff-logo {
  /*flex-basis: 40%;
    */
  flex-basis: 55%;
  height: 100%;
}

.ff_logo_width {
  width: 100%;
  position: relative;
  transition: 0.5s linear;
  /*transition: height 0.7s;
     -webkit-transition: height 0.7s;
    */
  transition: 0.7s linear;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: start;
}

body.home .ff_logo_width {
  display: block;
  width: 40%;
}

.img_ani_v1 img {
  width: 100%;
  object-fit: contain;
  position: relative;
  transition: 0.7s linear;
}

body.home .ffcs_add .ff-logo .ff_logo_width {
  /* width: 71%;
    */
  width: 40%;
  display: block;
  height: auto;
}

body.home .displaymenu_wrap {
  margin-top: 2rem;
}

body.home .ffcs_add.displaymenu_wrap {
  height: 84px;
  /*align-items: center;
     align-items: flex-start;
    */
}

body.home .ff-search-wrap {
  margin-bottom: 42px;
}

body.home .menu_version {
  margin-top: 5px;
}

.ff-search-wrap {
  flex-basis: 29.6%;
  position: relative;
}

.ff_search {
  border: 1px solid #000;
  position: relative;
}

input.ff_s_input {
  margin: 0 auto;
  width: 100%;
  height: 40px;
  padding: 0 80px 0 15px;
  font-size: 1rem;
  border: 0;
  outline: none;
  background-color: #fff;
  /* -webkit-text-fill-color: rgb(255, 255, 255);
     */
  color: #000;
}

.search-container {
  display: flex;
  align-items: center;
}

.vr_both_login {
  display: flex;
  line-height: 40px;
  position: absolute;
  right: 15px;
  gap: 7px;
  align-items: center;
}

.Line_v1 {
  background: #000;
  text-transform: uppercase;
  height: 32px;
  width: 1px;
}

.login_icon_v1,
.search-icon_v1 {
  cursor: pointer;
  display: flex;
}

.footer_social {
  /* max-width: 377px;
    */
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 auto;
}

.social_v1 {
  color: #000;
  font-size: 12px;
  /* font-family: "Montserrat"; */
  font-family: "CircularAirLight";
  font-weight: 400;
}

.footer_social.footer_index {
  max-width: 444px;
  bottom: 2rem;
}

.footer_social {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
}

.footer_social.footer_index .social_v1 {
  font-size: 9px;
  line-height: 9.8px;
}

.only_text_sl {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 404 error pge */
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.flex-container .text-center {
  text-align: center;
  margin: 15vh auto;
}

.flex-container .text-center h1,
.flex-container .text-center h3 {
  margin: 10px;
  cursor: default;
  font-family: "CircularAirLight";
}

.flex-container .text-center h1 .fade-in,
.flex-container .text-center h3 .fade-in {
  animation: fadeIn 2s ease infinite;
  -webkit-animation: fadeIn 2s ease infinite;
  font-family: "CircularAirLight";
}

.flex-container .text-center h1 {
  font-size: 8em;
  transition: font-size 200ms ease-in-out;
  border-bottom: 1px dashed #000;
}

.flex-container .text-center h1 span#digit1 {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  font-family: "CircularAirLight";
}

.flex-container .text-center h1 span#digit2 {
  animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  font-family: "CircularAirLight";
}

.flex-container .text-center h1 span#digit3 {
  animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  font-family: "CircularAirLight";
}

.sview_all,
.flex-container .text-center a,
.flex-container .text-center button {
  border: 1px solid white;
  background: #000;
  outline: none;
  padding: 10px 20px;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  transition: background-color 200ms ease-in;
  cursor: pointer;
  margin: 20px auto;
  border-radius: 30px;
}

.sview_all:hover,
.flex-container .text-center a:hover,
.flex-container .text-center button:hover {
  background-color: #000;
}

.only_text_sl .newsletter_heading {
  color: #000;
}

@keyframes colorSlide {
  0% {
    background-color: #152a68;
  }

  25% {
    background-color: royalblue;
  }

  50% {
    background-color: seagreen;
  }

  75% {
    background-color: tomato;
  }

  100% {
    background-color: #152a68;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 404 end */
.mid_h2 {
  font-size: 18px;
  /* font-family: Montserrat; */
  font-family: "CircularAirLight";
  font-weight: 400;
  margin-bottom: 18.75rem;
}

.category-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
  font-family: "CircularAirBold";
}

.swiper-slide-active.slide-2 .animate_rt_lf {
  animation: fadeInRight 1.5s;
  -webkit-animation: fadeInRight 1.5s;
}

.menu_slider_ani {
  /* max-width: 757px; */
  /*max-width: 650px;
    */
  height: 100%;
  padding: 20px 30px;
  background: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #dddddd;
  width: 100% !important;
}

.ff_img img {
  max-width: 100%;
  transform-origin: 0 100% 0;
}

.ffeffect_add .ff_img {
  max-width: 50%;
  transition: all 0.5s ease;
  /* animation: imageDecrease 0.7s linear forwards;
     animation-delay: 0.5s;
     Animation properties animation-duration: 0.5s;
     */
}

.menu_slider_ani.ffeffect_add {
  /* animation: widthDecrease 1s linear forwards;
  -webkit-animation: widthDecrease 1s linear forwards; */
  /* transform-origin: 0 100% 0;
     animation-duration: 0.7s;
     animation: widthDecrease 1.2s linear forwards;
     animation-delay: 0.1s;
    */
}

.max_add .ff_img {
  max-width: 268px;
}

.max_add {
  max-width: 450px;
}

@keyframes widthDecrease {
  0% {
    width: 100%;
    /* Initial width */
  }

  100% {
    width: 450px;
    /* Reduced width */
  }
}

@keyframes imageDecrease {
  0% {
    width: 100%;
    /* Initial width */
  }

  100% {
    width: 268px;
    /* Reduced width */
  }
}

.menu_layout {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: absolute;
  top: -34px;
  width: 100vw;
  height: calc(100vh + 34px);
  z-index: 9;
  left: 0;
  pointer-events: none;
}
.menu_layout.add_active {
  position: fixed !important;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background-color: #fff;
  width: 100%;
}

.span_click {
  cursor: pointer;
}

.main_menu_cat li ul a,
li.main_menu_cat .sub_menu_cat a:first-child,
li.main_menu_cat a:first-child,
.ff_menu_h2 {
  color: #00000080;
  font-size: 30px;
  font-weight: 300;
  /* line-height: 13px; */
  display: inline-block;
  word-wrap: break-word;
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 8%;
  width: 100%;
}

li.main_menu_cat .sub_menu_cat a:first-child {
  font-weight: 400;
  border: 0;
  padding: 0;
}

.main_menu_cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* line-height: 13px; */
  margin-bottom: 34px;
}

.main_menu_cat ul {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.ff_menu_wrap {
  /*max-width:339px;
    */
  /* max-width: 393px; */
  width: 100%;
  padding: 20px 0 0 0;
  overflow-y: auto;
  height: calc(100vh - 109px);
}

.same_clm {
  gap: 0.55rem;
  line-height: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  max-height: 600px;
  overflow: auto;

  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

/* For WebKit browsers */
.same_clm::-webkit-scrollbar {
  width: 6px;
}

.same_clm::-webkit-scrollbar-track {
  background: transparent;
}

.same_clm::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.same_clm::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.ff_menu_h2 a,
.same_clm li a {
  color: #000000 !important;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  display: inline-block;
  word-wrap: break-word;
  margin: 0;
  text-transform: uppercase;
}

.menu_name.view-all-li a {
  font-family: "CircularAirBold";
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-bottom: 0 !important;
}

.same_clm li a {
  margin-bottom: 18px;
}
.menu_layout.add_active.more_active {
  background-color: #fff;
  width: 100%;
}

/* .menu_layout.add_active.more_active .ff_img {
  display: none;
} */

.menu_layout.add_active.more_active .span_click path {
  fill: #000;
}

.ff_menu_h2 a {
  font-weight: 300;
  font-family: "CircularAirLight";
  font-size: 30px;
  color: #000000;
  text-decoration: underline;
}

/* .same_clm li.menu_name.active-cat-v1 {
     border: 1px solid #ACACAC;
}
 .menu_pd_subcat li.menu_name, .menu_pd_cat li.menu_name {
     border: 1px solid #fff;
}
 */
.same_clm li {
  border: 1px solid #fff;
}

.third_cat_list .cat-child-menu,
.second_cat_list .tab {
  display: none;
}

.third_cat_list .active,
.second_cat_list .active {
  display: block;
}

.second_cat_list
  .menu_pd_subcat
  li.active
  a
  .menu_pd_cat
  li.menu_name.active-cat-v1
  a {
  text-decoration: underline;
}
.cat-parent-menu li.active a {
  text-decoration: underline;
}

.second_cat_list .menu_pd_subcat li.active a,
.cat-parent-menu li.active a,
.menu_pd_subcat li.menu_name.active-cat-v1 a,
.menu_pd_cat li.menu_name.active-cat-v1 a {
  transition: text-shadow 0.3s;
}

.second_cat_list .menu_pd_subcat li.active a,
.cat-parent-menu li.active a,
.menu_pd_subcat li.menu_name.active-cat-v1 a,
.menu_pd_cat li.menu_name.active-cat-v1 a {
  /* text-shadow: 0 0 0.5px #000, 0 0 0.5px #000; */
  padding: 0 1.5px;
  text-decoration: underline;
}

.ff_menu_h2 {
  margin-bottom: 34px;
}

.menu_pd_filtercat.same_clm {
  /*gap: 0.7rem 1rem;
    */
  gap: 0.7rem 0.55rem;
  margin-bottom: 32px;
}

.ff-header {
  padding: 25px 0;
  top: -1px;
  transition: top 0.3s ease;
}

body.home .ff-header {
  padding: unset;
  transition: unset;
}

/* body.home .displaymenu_wrap {
  transition: 0.7s linear;
  align-items: flex-end;
  height: 65vh;
} */

.img_ani_v1 img.homenone {
  max-width: 372px;
  width: 100%;
}

/* single pge css */
.dm_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  color: #000;
  font-size: 1rem;
}

.coldiv-v1,
.coldiv-v2 {
  flex-basis: 28%;
}

.coldiv-v3 {
  flex-basis: 23%;
}

.coldiv-v4 {
  flex-basis: 15%;
  display: flex;
  align-items: flex-end;
  word-break: break-word;
  white-space: normal;
}

.more_ff_img {
  margin: 30px 0 0 0;
}

.more_ff_img img {
  max-width: 100%;
  height: auto;
}

.demopd_v1 h1,
.demopd_v1 h2 {
  font-size: 1.75rem;
  margin: 0;
  font-family: "CircularAirLight";
}

.demopd_v1 .text-data {
  font-size: 14px;
  margin: 1.5rem 0 2rem;
}

.demopd_v1 .Terms-uL ul {
  margin-top: unset;
}

/*.coldiv-v3 h3, .more_inq_v1 h3, .coldiv-v2 h3, .Featured_v1 h3 */
.dm_flex h3 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  margin: 0;
  font-family: "CircularAirBold";
}

.contact_pd_v1 a,
.Length_v1 p,
.Featured_v1 p {
  margin: 0;
  color: #000;
  font-size: 14px;
}

.coldiv-v3 h3,
.Tech_data h3 {
  margin: 57px 0 10px 0;
  font-family: "CircularAirBold";
}

ul.liststyle li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/></svg>');
  position: relative;
  top: 2px;
  left: -2px;
}

.liststyle li {
  display: flex;
  font-size: 14px;
  line-height: 21px;
}

.Length_v1 {
  margin: 2rem 0 0 0;
}

.coldiv-v3 p {
  display: flex;
  /*flex-wrap: wrap;
    */
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.home_bd::before {
  content: " ";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 576 512'%3E%3Cpath d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 3px 0 0;
}

.more_inq_v1 h3 {
  margin-bottom: 0.5rem;
  font-family: "CircularAirBold";
}

.contact_pd_v1 {
  display: flex;
  flex-direction: column;
  line-height: 17px;
  font-size: 14px;
  gap: 0.1rem;
}

.new-products_list {
  padding: 20px 0;
}

/* single page css */
/* footer css */
.copy_write,
.footer_all_v1,
.footer_social_v1 {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_social_v1 .social_v1 {
  font-size: 14px;
  font-weight: 500;
}

.copy_write {
  margin: 1.2rem 0;
}

.footer-2 .copy_write,
.copy_write .footer_all_v1 {
  gap: 2rem;
}

/* editor css */
.custom_new_editor p,
.custom_new_editor {
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
}

.custom_new_editor :is(h1, h2, h3, h4, h5, h6) {
  color: #000;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "CircularAirLight";
}

.custom_new_editor p {
  margin-bottom: 1rem;
  text-align: unset;
}

.custom_new_editor ol,
.custom_new_editor ul {
  display: block;
  list-style: none;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 500;
  padding-left: 20px;
}

.custom_new_editor ul li::before,
.custom_new_editor ol li::before {
  display: block;
  content: "";
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #000;
  position: absolute;
  left: -15px;
  top: 6px;
}

.custom_new_editor ol li,
.custom_new_editor ul li {
  position: relative;
  margin-bottom: 1rem;
}

.custom_new_editor video {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.custom_new_editor figure {
  padding-left: unset;
  padding-right: unset;
}

.custom_new_editor a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.custom_new_editor a:hover {
  color: #334aff;
  text-decoration: none;
}

/* editor css */
/* Search css */
.wrap_sr_v1 {
  background: #fff;
  border-radius: 0px 0 8px 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #dddddd;
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 20px 0px;
  max-height: 370px;
  overflow-y: auto;
}

.wrap_sr_v1::-webkit-scrollbar {
  width: 10px;
}

.wrap_sr_v1::-webkit-scrollbar-track {
  background: #f7f7f7;
}

.wrap_sr_v1::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
  border: 3px solid #f7f7f7;
}

.li_flexv1 {
  display: flex;
  gap: 5%;
  color: #000;
  flex-wrap: wrap;
  margin: 0;
  padding: 11px 15px;
}

.max-img {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.max-img img {
  max-width: 100%;
  width: 100%;
  height: 51px;
  object-fit: cover;
}

.image_login {
  max-width: 100%;
  /* height: 436px; */
  height: 100%;
  border-radius: 8px 0 0 8px;
  object-fit: cover;
}

.more__imglogo {
  max-width: 220px;
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l_bl .forgot_pss,
.forgot-inv1,
.sign-inv1,
.sign-upv1 {
  font-weight: 600;
  color: #007bff;
  cursor: pointer;
}

.pv1 {
  flex-basis: 65%;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

/* loder */
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinnerv1 {
  width: 20px;
  height: 20px;
  border: 3px #ddd solid;
  border-top: 3px #000 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  -webkit-animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.product_cat_sc .ctv1 {
  margin-bottom: 10px;
}

.product_cat_sc .ctv1:last-child {
  margin-bottom: 0px;
}

.cat_tv1 {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  /* border-bottom: 1px solid #ddd;
     background: #f7f6f4;
     */
  padding: 7px 15px;
  line-height: 1.2rem;
}

hr.cat_line {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

.product_cat_sc {
  padding: 0 15px;
}

.sview_all {
  display: flex;
  overflow: hidden;
  margin: 10px;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 150ms linear;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #fff;
  background: #000;
  border: 0 none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: 2px 5px 10px #e4e4e4;
  max-width: fit-content;
}

.sview_all:hover {
  transition: all 150ms linear;
  color: #fff;
  opacity: 0.85;
}

.sview_all:active {
  transition: all 150ms linear;
  color: #fff;
  opacity: 0.75;
}

.wrap_sr_v1 .sview_all {
  display: block;
  margin: 10px auto;
}

.ctv1,
a.li_flexv1:hover,
a.ctv1:hover {
  color: unset;
}

.ctv1 {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  display: block;
}

.no_result {
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: auto;
  color: #000;
  padding: 0 15px;
}

.cat_ul li.each_li {
  margin-bottom: 2rem;
}

.loginv_div.user_sub .login_icon_v1 .user_first_letter {
  width: 22px;
  height: 22px;
  background: #000;
  color: #fff;
  font-weight: 600;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}

.bread_crumbs {
  margin: 0;
  /* background: #f5f6fa;
    */
  padding: 5px 0;
  /* font-family: "Montserrat"; */
  font-family: "CircularAirLight";
}

.bread_crumbs span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

.bread_crumbs span a {
  color: #000;
  font-weight: 600;
}

.bread_crumbs span .breadcrumb_last {
  opacity: 0.8;
  font-weight: 300;
}

.user_wrap_logo {
  display: flex;
  /* background: #f5f6fa;
     */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #f5f6fa;
  margin: 4.5rem auto;
  border-radius: 8px;
  max-width: 700px;
  width: 100%;
}

.user_logo {
  flex-basis: 50%;
  position: relative;
}

.more__v2 {
  width: 80%;
  height: 100%;
  border-radius: 0 100% 100% 0;
  background: #f5f6fa;
}

.user_login {
  flex-basis: 50%;
  padding: 2rem 1rem;
}

.h1v {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  font-family: "CircularAirBold";
}

.forgot_pss,
.wrap_login label {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  /* text-transform: uppercase;
     */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.Login_input {
  display: block;
  width: 100%;
  font-size: 1rem;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  height: 34px;
  margin-bottom: 5px;
  /* margin-bottom: 1rem; */
}

.l_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login_submit {
  background: #000;
  text-transform: uppercase;
  display: block;
  margin: 16px auto 0 auto;
  max-width: 260px;
  width: 100%;
  padding: 8px 0;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  border: 0;
  letter-spacing: 0.5px;
  font-size: 1rem;
}

.login-srl {
  margin: 1rem 0 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}

#techDetails {
  /* font-family: "Montserrat"; */
  font-family: "CircularAirLight";
  font-weight: 500;
  font-size: 14px;
}

form #resetPasswordMessage {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: start;
  padding: 10px 0 0 0;
  line-height: 16px;
}

/* search css end */
/* NEW DESIGN ALL CSS HERE */
.cst-tech:hover,
.cst-tech {
  color: #4d4e4c;
}

.CstmIconCLs a:after {
  background: url("../images/icon-download (1) (1).png");
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 10px;
  content: "";
  width: 10px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
}

.Work-DlP-child-2 .carousel.slide span.carousel-control-next-icon,
.Work-DlP-child-2 .carousel.slide span.carousel-control-prev-icon,
#demo-Product .carousel-control-next-icon,
#magicCarousel .carousel-control-next-icon,
#demo-Product .carousel-control-prev-icon,
#magicCarousel .carousel-control-prev-icon {
  background-repeat: no-repeat;
  width: 32px;
  height: 64px;
  background-size: contain;
}

#demo-Product .carousel-control-prev-icon,
#magicCarousel .carousel-control-prev-icon {
  background-image: url(../images/Arrows2-01.png);
}

#demo-Product .carousel-control-next-icon,
#magicCarousel .carousel-control-next-icon {
  background-image: url(../images/Arrows1-01.png);
}

.Work-DlP-child-2 .carousel.slide span.carousel-control-prev-icon {
  background-image: url(../images/Arrows2-01.png);
}

.Work-DlP-child-2 .carousel.slide span.carousel-control-next-icon {
  background-image: url(../images/Arrows1-01.png);
}

.carousel-control-next,
.carousel-control-prev {
  width: 8%;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
}

.cstmGallary {
  margin-top: 40px;
}

.Work-DlP-child-2 .carousel.slide .carousel-control-next,
.Work-DlP-child-2 .carousel.slide .carousel-control-prev,
#magicCarousel.carousel.slide .carousel-control-next,
#magicCarousel.carousel.slide .carousel-control-prev {
  opacity: 1;
}

.Work-DlP-child-2 .carousel.slide .carousel-control-prev {
  width: 24px;
  margin-left: 30px;
}

.Work-DlP-child-2 .carousel.slide .carousel-control-next {
  width: 24px;
  margin-right: 30px;
}

.Dw-Bl {
  width: 100%;
  position: relative;
  display: inline-block;
}

.Dw-Bl .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 99;
    */
}

.Dw-Bl:hover .img-top {
  display: inline;
  background: #fff;
}

/* Material Section CSS */
.section-material-G .cat-description {
  margin-top: 14px;
}

.section-material-G .Dw-Bl:hover .img-top.second_img {
  padding: unset;
}
.section-material-G .Dw-Bl:hover .img-top {
  height: 100%;
  width: 100%;
  background: none;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 5px;
}

li.material-hover-css.pro_care_div .img-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 115px; 
  width: 100%; */
  padding: 0 10px;
}

.section-material-G .Dw-Bl:hover .img-top li.material-hover-css {
  color: #fff;
  position: relative;
  font-weight: bold;
  z-index: 2;
}

.section-material-G .Dw-Bl:hover .material-wrap::after {
  opacity: 0.3;
}

.section-material-G .Dw-Bl .material-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}

.download-heading-style.product_care h3,
.section-material-G
  .div-flex-child
  .D-D-block
  .material-wrap
  .img-top
  .material-hover-css
  .img-download
  a.download-heading-style
  h3 {
  color: #fff;
  font-family: "CircularAirLight";
}

li.materialLI ul.dropdown-menu {
  border: none;
  margin-top: 12px;
  margin-bottom: 12px;
  position: static;
}

li.cst-seating ul.dropdown-menu {
  border: none;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: 20px;
  position: static;
  width: 100%;
}

/* Material Section CSS */
#myModalimg .modal-body .carousel-item img.w-100 {
  width: 100%;
  height: 665px;
}

/* .ff-header.fixed-header {
     padding: 15px 0;
} */
.fixed-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}

.Wrap-Flex-6-2 p a {
  color: #4d4e4c;
  text-transform: capitalize;
}

.close-button {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #ca3939;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: unset;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  font-family: "CircularAirBold";
  background-color: #ca3939 !important;
  border: 0;
  opacity: 1;
  text-shadow: 0 0px 0 #fff;
  -webkit-appearance: none;
}

.close-button span {
  display: block;
  margin-top: -5px;
}

.close-button.close:focus,
.close-button.close:hover {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.R-menu ul li.cstmRightMenu a,
.L-menu ul li.cstmLftMenu a {
  font-size: 20px;
}

a:hover {
  text-decoration: none;
}

.big-container {
  max-width: 1925px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

.site-main.big-container {
  margin-bottom: 60px;
  margin-top: 30px;
}

/* header css start */
.Dsk-Header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  height: 67px;
  padding: 0 35px 0px 35px;
  /*position: absolute;
    */
  width: 100%;
  top: 0;
  z-index: 9;
}

.Dsk-Header-other {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  height: 67px;
}

.Dsk-Header .Dsk-item a,
.Dsk-Header-other .Dsk-item a {
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  margin: 20px 0px 28px 0px;
  font-weight: 700;
  font-family: "CircularAirBold";
}

.Dsk-Header .Dsk-item a:hover {
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
}

.Img-Section .single-img,
#magicCarousel .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.B-logo {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 35px;
  right: 35px;
}

.R-logo {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 15px;
  right: 0;
}

.B-logo svg,
.B-logo img,
.R-logo img,
.footer-logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.footer-logo {
  position: absolute;
  right: 15px;
}

/* header css end */
/* side menu product css */
.sidenav-right {
  position: fixed;
  /* left: -335px;
    */
  right: -335px;
  background-color: #fff;
  width: 335px;
  height: 100vh;
  z-index: 9;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
}

.T-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  padding: 35px 35px 0px 35px;
  font-weight: 700;
  font-family: "CircularAirBold";
}

.T-div.r-padding {
  padding: 35px 0px 0px 0px;
}

.R-menu.pd-0 {
  padding: 0;
}

.sidenav-left .T-div-1 .c-close,
.sidenav-right .T-div-1 .p-close {
  width: 16px;
  height: 15px;
  object-fit: contain;
  cursor: pointer;
}

.L-menu,
.R-menu {
  margin-top: 170px;
  display: block;
  padding: 0px 35px 0px 40px;
}

.R-menu ul,
.L-menu ul,
.footer-2 ul,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.R-menu ul li,
.R-menu ul li a {
  display: block;
  text-align: right;
  color: #000;
}

.R-menu ul li a:hover,
.L-menu ul li a:hover {
  color: #f5f5f5;
}

.L-menu ul li,
.L-menu ul li a {
  display: block;
  color: #000;
  font-weight: 300;
}

.L-menu ul li {
  color: #000;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 35px;
  font-weight: 400;
}

.R-menu ul li a {
  color: #000;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 35px;
  font-weight: 300;
}

.R-menu ul li a.small-li {
  color: #000;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 23px;
  font-weight: 400;
}

.R-menu ul li a:hover,
.R-menu ul li a.small-li:hover,
.L-menu ul li a:hover,
.L-menu ul li a.small-li:hover,
.L-menu h3 a {
  text-decoration: none;
}

.L-menu ul li:last-child {
  margin-bottom: 0;
}

.sidenav-right.active {
  /*left: 0;
    */
  right: 0;
}

.sidenav-left {
  position: fixed;
  left: -335px;
  background-color: #fff;
  width: 335px;
  height: 100vh;
  z-index: 9;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav-left.active {
  left: 0;
}

.T-div-1 {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
}

.L-menu h3 {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  margin-top: 43px;
  margin-bottom: 23px;
  font-family: "CircularAirLight";
}

.L-menu h3 a {
  display: block;
  color: #000;
  font-weight: 300;
}

.L-menu h3,
.R-menu ul li a.small-li {
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 300;
}

.L-menu,
.R-menu {
  margin-top: 70px;
}

.L-menu h3:last-child {
  margin-top: 0;
}

.R-menu ul li:last-child a.small-li {
  margin-bottom: 0;
}

.R-wrap {
  position: relative;
  padding: 0px 35px 0px 35px;
  height: 100vh;
}

.overlay-home::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-home .Dsk-Header .Dsk-item a {
  color: #fff;
}

.Head-Lg img {
  width: 220px;
}

/* side menu css */
/* footer */
.footer-2 ul.top-footer li {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.footer-2 ul.top-footer li a {
  color: #000;
  display: block;
}

.footer-2 ul.top-footer li a:hover {
  text-decoration: none;
}

.footer-2 ul.bottom-footer li {
  display: inline-block;
  font-size: 10px;
  line-height: 13px;
  margin-right: 47px;
}

.footer-2 ul.bottom-footer li:last-child,
ul.Social-Link li:last-child {
  margin-right: 0px;
}

.footer-2 ul.bottom-footer li a {
  color: #949494;
}

.Wrap-footer {
  padding-bottom: 50px;
}

ul.Social-Link li {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

ul.Social-Link li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.mid-footer a {
  color: #000;
  text-align: center;
  font-weight: 600;
}

.mid-footer a img {
  width: 225px;
}

/* footer */
/* about start */
.Dsk-Header-other .Dsk-item a:hover {
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
}

.hero-image {
  position: relative;
}

.hero-image .single-img {
  width: 100%;
  max-height: 631px;
  /* object-fit: contain; */
  object-fit: cover;
}

.hero-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
  max-width: 605px;
  width: 100%;
}

.hero-text p {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 0px;
  font-family: "CircularAirLight";
}

.D-D-block h3 a {
  color: #000;
}

.section-1 {
  padding: 204px 0px 160px 0px;
}

.w-605 {
  max-width: 605px;
  width: 100%;
}

.section-5 .w-605 p,
.section-5 .Wrap-Flex-2 .w-605 p {
  letter-spacing: 0.08px;
}

.w-605 p {
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 0;
}

.wrap-flex,
.Wrap-Flex-3,
.Wrap-Flex-4,
.Wrap-Flex-6,
.Wrap-Eco,
.Export-flex,
.news-wrap,
.seating-1,
.Equal-flx {
  display: flex;
  justify-content: space-between;
}

.wrap-flex-2-1 {
  max-width: 450px;
  width: 100%;
}

.wrap-flex-2-2 {
  max-width: 450px;
  width: 100%;
}

.wrap-flex-2-3,
.Wrap-Eco-2,
.Equal-flx-child-1,
.Equal-flx-child-2 {
  max-width: 915px;
  width: 100%;
}

.wrap-flex-2-2 img {
  width: 100%;
  height: 308px;
  object-fit: cover;
}

.wrap-flex-2-3 img,
.Equal-flx-child-2 img {
  width: 100%;
  height: 657px;
  object-fit: cover;
}

.section-3 {
  padding: 157px 0;
}

.Wrap-Flex-1,
.Wrap-Flex-2,
.Wrap-Flex-6-1,
.Wrap-Flex-6-2 {
  max-width: 915px;
  width: 100%;
}

.Wrap-Flex-2 .w-605 p,
.section-5 .w-605 p,
.Wrap-Eco-12 .w-605 p {
  font-size: 20px;
  line-height: 29px;
}

.Wrap-Eco-12 .w-605 p {
  margin-bottom: 1.3rem;
}

.Wrap-Flex-2 .w-605 h2,
.section-5 .w-605 h2,
.Wrap-Eco-12 .w-605 h2 {
  font-size: 30px;
  line-height: 43px;
  margin-top: 0px;
  margin-bottom: 35px;
  font-weight: 300;
  font-family: "CircularAirLight";
}

.Wrap-Flex-4 .Wrap-Flex-4-1,
.Wrap-Eco-12 {
  max-width: 915px;
  width: 100%;
}

.Wrap-Flex-4 .Wrap-Flex-4-2,
.Wrap-Eco-11 {
  max-width: 450px;
  width: 100%;
}

.Wrap-Flex-4 .Wrap-Flex-4-1 img,
.Wrap-Eco-11 img {
  width: 100%;
  height: 657px;
  object-fit: cover;
}

.Wrap-Flex-4 .Wrap-Flex-4-2 img,
.Wrap-Flex-6-1 img,
.section-6 .Wrap-Flex-6-2.equal-Himg img {
  width: 100%;
  height: 657px;
  object-fit: cover;
}

.section-5 {
  padding: 160px 0px 151px 0px;
}

.Wrap-Flex-6-2 img,
.Wrap-Eco-2 img,
.Equal-flx-child-1 img {
  width: 100%;
  height: 1260px;
  object-fit: cover;
}

.section-7 {
  padding: 160px 0px 1px 0px;
}

.Wrap-Flex-3.one {
  justify-content: flex-end;
}

.section-8 {
  padding-bottom: 180px;
}

.Wrap-Flex-image img {
  width: 100%;
  height: 1071px;
  /* object-fit: cover; */
  object-fit: contain;
}

/* about end */
/* eco page */
.section-eco {
  padding: 160px 0px;
}

.Wrap-Eco-1,
.Export-flex-1 {
  max-width: 605px;
  width: 100%;
}

.Wrap-Eco-1 p {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 1.2rem;
  font-family: "CircularAirLight";
}

.pd-t0 {
  padding-top: 0;
}

/* eco page */
/* export */
.Export-Section {
  padding-top: 26px;
  padding-bottom: 375px;
}

.Export-flex .Export-flex-1 {
}

.Export-flex .Export-flex-2 {
  max-width: 1225px;
  width: 100%;
  height: 941px;
  background-color: #f5f5f5;
}

.Export-flex .Export-flex-2 img {
  width: 100%;
  height: 940px;
  object-fit: cover;
}

.Export-flex-1 h3 {
  margin-top: 71px;
  font-size: 26px;
  line-height: 58px;
  margin-bottom: 0;
  font-family: "CircularAirLight";
}

.Export-subhead {
  margin: 55px 0;
  font-size: 30px;
  line-height: 43px;
}

.Export-p p {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 35px;
}

.T-contacts p {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 25px;
}

.T-contacts p:last-child {
  margin-bottom: 0px;
}

.T-contacts p.email-link a {
  color: #4d4e4c;
  font-size: 17px;
  line-height: 25px;
  border-bottom: 1px solid currentcolor;
  padding-bottom: 10px;
  text-transform: lowercase;
}

.T-contacts p.email-link a:hover {
  text-decoration: none;
}

.Eport-Div {
  margin-top: 52px;
}

.Eport-ul li {
  display: inline-block;
  text-align: center;
}

.Eport-ul li:nth-child(1) {
  margin-right: 45px;
  width: 110px;
}

.Eport-ul li:nth-child(2) {
  margin-right: 30px;
  width: 140px;
}

.Eport-ul li:nth-child(3) {
  width: 189px;
}

.Eport-ul li:first-child img {
  border: 1px solid #707070;
}

.Eport-ul li img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.Eport-ul p {
  margin-bottom: 0;
}

.Eport-ul p a {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #000;
}

/*export end */
/* news */
.news-section {
  padding: 97px 0 160px 0px;
}

.News h2 {
  font-size: 46px;
  line-height: 58px;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 300;
  font-family: "CircularAirLight";
}

.news-wrap {
  border-top: 1px solid #000;
  padding-top: 35px;
  padding-bottom: 55px;
}

.news-wrap:last-child {
  border-bottom: 1px solid #000;
}

.news-wrap-1 {
  max-width: 605px;
  width: 100%;
}

.news-wrap-2 {
  max-width: 915px;
  width: 100%;
  height: 665px;
}

.news-wrap-2 img {
  width: 100%;
  height: 665px;
  object-fit: cover;
}

.news-wrap-1 h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 38px;
  font-weight: 300;
  font-family: "CircularAirLight";
}

.news-wrap-1 .Export-p p:last-child {
  margin-bottom: 60px;
}

/* news end */
/* contact us */
.contact-us h2 {
  font-size: 46px;
  line-height: 58px;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 55px;
  font-family: "CircularAirLight";
}

.contact-us h3 {
  font-size: 30px;
  line-height: 48px;
  margin-top: 0;
  font-family: "CircularAirLight";
  margin-bottom: 55px;
}

.contact-us p {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 35px;
}

.contact-us p a {
  font-size: 20px;
  line-height: 29px;
  color: #000;
  display: block;
}

/* contact us end */
.Related-Products .owl-carousel .owl-nav button:focus {
  outline: none;
}

.Related-Products .owl-carousel .owl-nav button.owl-next,
.Related-Products .owl-carousel .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  /* background: #000;
     border-radius: 50%;
     */
}

.Related-Products .owl-carousel .owl-nav button.owl-next img,
.Related-Products .owl-carousel .owl-nav button.owl-prev img {
  width: 42px;
  height: 64px;
  object-fit: contain;
}

.Related-Products .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: 18px;
  transform: translateX(-50%);
}

.Related-Products .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -25px;
  transform: translateX(-50%);
}

.Related-Products .owl-carousel .owl-nav button.owl-next.disabled,
.Related-Products .owl-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}

/* oh beach*/
.section-seating {
  padding: 58px 0px 160px 0px;
}

.section-seating-2 {
  padding: 0px 0px 108px 0px;
}

.seating-child-1.w-605 p {
  line-height: 43px;
  margin-top: 88px;
  margin-bottom: 87px;
}

.seating-child-1.w-605 h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "CircularAirLight";
}

.img-down img {
  width: 15px;
  margin-right: 15px;
  /* height: 24px;
     object-fit: contain;
     */
}

.seating-child-1 p a {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.seating-child-2 {
  max-width: 915px;
  width: 100%;
}

.seating-child-2 p a {
  font-size: 12px;
  line-height: 28px;
  color: #000;
  cursor: pointer;
}

.seating-child-2 .img-down img {
  width: 25px;
  margin-right: 13px;
  height: 21px;
  object-fit: contain;
}

.seating-2 {
  display: flex;
}

.seating-2-1 {
  max-width: 915px;
  width: 100%;
  margin-right: 15px;
}

.seating-2-2 {
  max-width: 450px;
  width: 100%;
}

.seating-2-1 img {
  width: 100%;
  height: 1250px;
  /*height: 675px;
    */
  object-fit: cover;
}

.section-160.CstmClass {
  padding: 0px 0;
}

.seating-2-2 img {
  width: 100%;
  height: 656px;
  object-fit: cover;
}

.section-160 {
  padding: 160px 0;
}

.section-160 .w-605 p,
.w-605.wx-min p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 0;
}

.section-Bt {
  padding: 158px 0px 0px 0px;
}

.w-453 {
  max-width: 453px;
  width: 100%;
}

.img-download img {
  width: 14px;
  height: 16px;
  margin-right: 11px;
  object-fit: contain;
}

.w-453 h3,
.Wrap-Flex-6-2 h3 {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 26px;
  font-weight: 300;
  font-family: "CircularAirLight";
}

.w-453 h4,
.Wrap-Flex-6-2 h4 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 55px;
  margin-bottom: 25px;
  font-weight: 300;
  font-family: "CircularAirLight";
}

.Terms-uL ul {
  margin-top: -30px;
}

.w-453 ul,
.Terms-uL ul {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}

.w-453 ul li,
.Terms-uL ul li {
  font-size: 14px;
  line-height: 21px;
}

.Address p {
  font-size: 17px;
  height: 22px;
}

.Wrap-Flex-6-2 .Right-p p {
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.Wrap-Flex-6-2 .Right-p p:last-child {
  margin-bottom: 0px;
}

/* oh beach */
/* seating end */
.section-seating-G {
  padding: 50px 0;
}
.section-seating-G h1 {
}
.div-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
  /* justify-content: center; */
}

.div-flex-child {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 98px;
}

body.single-products .D-D-block img,
body.search .D-D-block img,
body.archive .D-D-block img {
  object-fit: cover;
}

.D-D-block img {
  max-width: 100%;
  width: 100%;
  height: 666px;
  object-fit: contain;
}

.D-D-block h3 {
  font-size: 16px;
  /* font-family: "Montserrat"; */
  font-family: "CircularAirLight";
  line-height: 25px;
  margin-top: 15px;
  color: #000;
}

.pd-b-137 {
  padding-bottom: 137px;
}

.Length p,
.pd-120-160 .w-605 p,
.A-block p {
  font-size: 17px;
  line-height: 25px;
}

.Length p span {
  border-right: 1px solid currentColor;
  padding-right: 3px;
  padding-left: 3px;
}

.Length p span:last-child {
  border-right: 0px solid currentColor;
}

.mt-28 {
  margin-top: 37px !important;
}

/* .pd-120-160 {
     padding: 160px 0 120px 0px;
}
 */
.pd-120-160 {
  padding: 160px 0 0px 0px;
}

.Wrap-Flex-6-2 .Menu-Download p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.Wrap-Flex-6-2 .Menu-Download p:last-child {
  margin-bottom: 0px;
}

.Wrap-Flex-6-2 h3 {
  margin-top: 57px;
  font-family: "CircularAirLight";
}

.Pd-160 {
  padding-bottom: 160px;
}

.seating-2-2.img-308 img {
  height: 308px;
}

.section-100 {
  /* padding: 101px 0px 95px 0px;
    */
  padding: 0px 0px 95px 0px;
}

.w-915 {
  max-width: 915px;
  width: 100%;
}

.w-915 img {
  width: 100%;
  height: 665px;
  object-fit: cover;
}

.Pd-55 {
  padding-bottom: 55px;
}

.Range {
  font-size: 24px;
  color: #000;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}
.section-seating-G.pt-0 h5 {
  font-family: "CircularAirLight";
}

.Wrap-Flex-6-2 h3:first-child {
  margin-top: 0px;
  font-family: "CircularAirLight";
}

.section-108 {
  padding: 160px 0 108px 0px;
}

/* seating end*/
.wrap-flex-1 {
  display: flex;
  justify-content: flex-end;
}

.wrap-flex-2-2 {
  margin-right: 15px;
}

.Export-p a {
  color: #000000;
}

.Eport-Div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.space-only {
  width: 100%;
  height: 59vh;
}

.contact-us.T-contacts p.email-link a {
  display: unset;
}

/* red shift */
.red-shift {
  padding-top: 42px;
  padding-bottom: 70px;
}

/* .width-605 {
     min-height: 191px;
}
 */
.width-605,
.Work-DlP-child-1 {
  max-width: 605px;
  width: 100%;
}

.Work-DlP-child-2 {
  max-width: 1070px;
  width: 100%;
}

/*.wrap-499 {
    padding-top: px;
    padding-bottom: 70px;
  }
*/

.width-605 .pro_heading,
.width-605 h2 {
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 0;
  /*margin-bottom: 74px;
    */
  font-family: "CircularAirLight";
  font-weight: 500;
  color: #000;
}

.width-605 .wrap-499 p,
.Ship-Content .Export-Work p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
  /* font-family: "Montserrat"; */
  font-family: "CircularAirLight";
}

.Work-DlP {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.shift-2 {
  padding-bottom: 150px;
}

.Ship-Content .Export-Work {
  margin-bottom: 34px;
}

.Ship-Content .T-contacts p {
  margin-bottom: 18px;
}

.Work-DlP-child-2 .carousel-item img {
  max-width: 100%;
  width: 100%;
  height: 666px;
  object-fit: cover;
}

.Ship-Content .T-contacts p.email-link a {
  padding-bottom: 5px;
}

.Work-DlP-child-1 {
  margin-right: 170px;
}

/* Product Care Page CSS */
ul.product-care-points-css {
  list-style-type: disc;
}

ul.product-care-points-css li.product-care-point-css {
  margin-left: 17px;
}

.product-care-page {
  max-width: 75%;
  margin: 0 auto;
  width: 100%;
}

.productcare-head {
  margin-bottom: 40px;
}

.product-care-point-css p {
  margin-bottom: 3px;
}

.product-care-page-product {
  margin-bottom: 30px;
}

/* Product Care CSS Page */
.page-id-5 .Dsk-Header {
  background-color: transparent;
}

.page-id-5 .Dsk-Header {
  position: absolute;
}

.Dsk-Header {
  background-color: #fff;
}

.Dsk-Header .Dsk-item a:hover {
  color: #f5f5f5;
}

.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity 0.5s linear;
  cursor: pointer;
}

.swap-on-hover img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 400px;
  height: 400px;
}

.section-material-G .div-flex h4 {
  margin-top: 10px;
  font-family: "CircularAirLight";
}

/* START MEDIA QUERY */
body.home .footer-2 {
  display: none;
}

#material-heading {
  cursor: pointer;
}
#material-heading a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.no_post_div {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
}

.eqa-hight {
  min-height: calc(100vh - 232px);
}

/* FORGET PASSWORD */
.cst-change-form {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #f5f6fa;
  margin: 4.5rem auto;
  max-width: 700px;
  width: 100%;
}

.form_forget {
  margin: 30px 30px;
}

.cst-change-form label {
  font-size: 16px;
  line-height: 23px;
  display: block;
  margin-bottom: 6px;
  color: #000;
  font-weight: 500;
  font-family: "trade-gothic-next", sans-serif;
}

.cst-change-form input[type="password"] {
  height: 2.8em;
  padding: 0.5em 0.8em;
}

.cst-change-form input[type="password"] {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
}

.cst-change-form .field-group {
  margin: 15px 0;
}

.form-header h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  font-family: "CircularAirBold";
  /* font-family: "trade-gothic-next", sans-serif; */
}

.cst-change-form form input[type="submit"] {
  background: #000;
  text-transform: uppercase;
  display: block;
  margin: 16px auto 0 auto;
  max-width: 260px;
  width: 100%;
  padding: 8px 0;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  border: 0;
  letter-spacing: 0.5px;
  font-size: 1rem;
  font-family: "trade-gothic-next", sans-serif;
}

/* contact css start */

.contact {
  width: 100%;
  min-height: 43vh;
  text-align: center;
  margin: 50px auto;
  word-wrap: wrap;
  font-family: "CircularAirLight";
}

.contact .sub_contact {
  width: 100%;
  padding: 15px;
  max-width: 700px;
  margin: auto;
  margin-top: 10vh;
}

.contact .sub_contact div Address span {
  font-weight: 550;
}

.contact .sub_contact div a {
  color: rgb(45, 66, 147);
}

.contact .sub_contact div a:hover {
  color: rgb(45, 80, 219);
}

.contact .sub_contact div {
  margin-top: 30px;
  font-size: 16px;
}

.contact .sub_contact div label {
  font-weight: 550;
}

.contact .sub_contact h2 {
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 700;
  font-family: "CircularAirBold";
}

.cstm-catalogue-cntn-wrap h1 {
  font-size: 85px;
}
.cstm-catalogue-cntn-wrap p {
  font-size: 16px;
  font-weight: 600;
}
.cstm-browse-download a {
  font-size: 14px;
  font-weight: 600;
}
.cstm-catalogue-cntn-wrap {
  display: flex;
  background-image: linear-gradient(
    to right,
    #000 10%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  padding-bottom: 3rem;
}

/* .cstm-catalogue-sec{
  background-color: #e2e2e2;
} */
.btn-secondary--file {
  color: #000;
  border: 1px solid #000;
  width: 20.5rem;
  max-width: 100%;
  text-align: start;
  display: inline-block;
  color: #222;

  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 20px 20px;
}
.cstm-catalogue-cntn {
  max-width: 400px;
  width: 100%;
}
.cstm-pdf-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 3rem 0;
}
.cstm-new-icon-img {
  display: flex;
  align-items: center;
  gap: 25px;
}
.cstm-new-icon-img h3 {
  font-size: 46px;
  margin-bottom: 0;
}
.cstm-full-width-img {
  padding-bottom: 3rem;
}
.btn-secondary--file:hover {
  color: #000;
  border-color: #acacac;
}
/* contact css End */

/* new submenu */
.mega-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00000033;
  padding: 40px 15px 33px 15px;
}
.submenu-wrapper {
  display: flex;
  gap: 20px;
}
.submenu-col {
  width: 100%;
  padding: 15px;
  max-width: 351px;
}
.submenu-col.bg-color {
  background-color: #eeeeee40;
  max-width: 351px;
}

.submenu-col h4 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 8%;
  text-transform: uppercase;
  margin-bottom: 18px;
 font-family: "CircularAirBold";
}

#product-preview-link{
  padding-top: 3.5px;
}
#materials-menu {
  flex-direction: column;
  align-items: start;
}

.menu_name.view-all-li {
  border-bottom: 1px solid #00000033;
  padding-bottom: 20px;
}
.product-priview {
  border: 1px solid #00000033;
  padding: 15px;
  border-radius: 8px;
}
.product-priview h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 8%;
  text-transform: uppercase;
  margin: 30px 0px 10px 0px;
}
.product-priview p {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
.product-priview img {
  width: 100%;
  max-height: 300px;
  height: 100%;
  object-fit: cover;
}
.menu_name.active a {
  text-decoration: none !important;
  color: #9fd958 !important;
}

.menu_name.menu_test a {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.menu_name.menu_test a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0; 
  height: 1.5px;
  background-color: #9fd958;
  transition: width 0.3s ease-in-out; 
}

.menu_name.menu_test.active a {
  color: #9fd958 !important;
}

.menu_name.menu_test.active a::after {
  width: 100%; 
}


.mobile-menu {
  display: none;
  background: #fff;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
}

.mobile-nav a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
}

.mobile-nav details summary {
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.mobile-nav ul.mobile-submenu {
  padding-left: 15px;
}

.mobile-nav summary {
  font-weight: 600;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  list-style: none;
}

.mobile-submenu {
  padding-left: 15px;
  list-style: none;
}

.mobile-submenu a {
  display: block;
  padding: 8px 0;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.mobile-submenu details summary {
  font-weight: normal;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

details[open] > summary .arrow-icon {
  transform: rotate(180deg);
}
.icon-arrow {
  font-size: 25px;
  color: #00000080;
  font-weight: 300;
  cursor: pointer;
}
/* .view-all-ul {
  display: none;
} */
.view-all-ul.active_view {
  display: block;
}

.products-toggle-wrapper,
.material-categories-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-products-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.mobile-main-menu li {
  font-family: inherit; /* Inherit global font */
  font-size: 16px;
}

.mobile-main-menu details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font-weight: 500;
}

.menu-label {
  display: inline-block;
}

.toggle-submenu-btn[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.mobile-submenu {
  padding-left: 1rem;
}

.material-categories-wrapper {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  text-transform: uppercase;
}
.material-categories-wrapper button {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
}
.products-toggle-wrapper a {
  border-bottom: none !important;
}
.products-toggle-wrapper {
  border-bottom: 1px solid #e0e0e0;
}
.mobile-main-menu a.active {
  color: #9fd958;
}

.material-categories-wrapper.active {
  color: #9fd958;
}

#submenu-materials a.active {
  color: #9fd958;
}

.submenu-hidden {
  display: none;
}

.submenu-visible {
  display: block;
}
.toggle-submenu-btn i,
.toggle-products-btn i {
  color: #000000 !important;
}

/* new submenu end */

/* mobile device media query */
@media only screen and (max-width: 1600px) and (min-width: 926px) {
  .Work-DlP-child-1 {
    margin-right: 45px;
  }

  .Work-DlP-child-2 .carousel-item img {
    height: 375px;
  }

  .contact .sub_contact .contact_details div {
    display: inline;
  }

  .contact {
    text-align: center;
  }

  .contact .sub_contact div label {
    margin-left: 50px;
  }

  /* .Work-DlP-child-2 .carousel-item img {
         height: 479px;
    }
     .width-605 .wrap-499 p, .Ship-Content .Export-Work p {
         font-size: 25px;
         line-height: 34px;
    }
     */
  .L-menu ul li.cstmLftMenu a {
    font-size: 18px;
  }

  .R-menu ul li.cstmRightMenu a {
    font-size: 18px;
  }

  .L-menu,
  .R-menu {
    margin-top: 110px;
  }

  .L-menu ul li,
  .R-menu ul li a {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .L-menu h3,
  .R-menu ul li a.small-li {
    line-height: 24px;
    margin-top: 34px;
    margin-bottom: 20px;
  }

  /* .hero-image .single-img {
         height: 575px;
    } */
  .section-1 {
    padding: 150px 0px 110px 0px;
  }

  .section-seating {
    padding: 40px 0px 40px 0px;
  }

  .section-3 {
    padding: 110px 0;
  }

  .section-8 {
    padding-bottom: 140px;
  }

  .section-5 {
    padding: 130px 0px 110px 0px;
  }

  .Wrap-Flex-image img {
    height: 1011px;
  }

  .section-1 .w-605,
  .section-5 .w-605 {
    max-width: 33.33%;
  }

  .section-1 .w-605 p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    font-family: "CircularAirLight";
  }

  .section-5 .Wrap-Flex-3.one .Wrap-Flex-2 .w-605,
  .section-3 .Wrap-Flex-3.one .Wrap-Flex-2 .w-605,
  .section-eco.pd-t0 .Wrap-Eco .Wrap-Eco-12 .w-605,
  .section-160 .Wrap-Flex-3.one .Wrap-Flex-2 .w-605.wx-min,
  .section-100 .Wrap-Flex-3.one .Wrap-Flex-2 .w-605.wx-min {
    max-width: 66.66%;
  }

  .section-eco .Wrap-Eco .Wrap-Eco-1,
  .news-section .w-605.contact-us,
  .section-seating .seating-1 .seating-child-1.w-605,
  .section-160 .w-605,
  .pd-120-160 .w-605 {
    max-width: 33.33%;
  }

  .Wrap-Flex-6 .Wrap-Flex-6-1,
  .Wrap-Flex-6 .Wrap-Flex-6-2,
  .Wrap-Flex-4 .Wrap-Flex-4-1,
  .Wrap-Eco .Wrap-Eco-2,
  .Wrap-Eco .Wrap-Eco-12,
  .news-wrap-2,
  .wrap-flex-2-3,
  .Wrap-Flex-2,
  .seating-2.w-100 .seating-2-1,
  .seating-child-2,
  .Pd-160 .w-915,
  .Equal-flx .Equal-flx-child-1,
  .Equal-flx .Equal-flx-child-2 {
    max-width: 49.5%;
  }

  /* .Wrap-Flex-4 .Wrap-Flex-4-1 {
         max-width: 74.5%;
    }
     .Wrap-Flex-4 .Wrap-Flex-4-2 {
         max-width: 24.5%;
    }
     */
  .Export-flex .Export-flex-1,
  .Wrap-Flex-4 .Wrap-Flex-4-2,
  .Wrap-Eco-11 {
    margin-right: 15px;
    max-width: 33%;
  }

  .section-160.pd-b-137 .w-605,
  .news-wrap .news-wrap-1 {
    max-width: 33%;
  }

  .wrap-flex-2-2,
  .seating-2-2 {
    margin-right: 15px;
    max-width: 25%;
  }

  .Eport-ul li:nth-child(1) {
    margin-right: 25px;
    width: auto;
  }

  .Eport-ul li:nth-child(2) {
    margin-right: 15px;
    width: auto;
  }

  .Eport-ul li:nth-child(3) {
    width: auto;
  }

  .Eport-ul li img {
    width: 64px;
    height: 64px;
  }

  .Export-subhead {
    margin: 36px 0;
  }

  .Eport-Div {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .Export-p p {
    line-height: 23px;
    font-size: 18px;
  }

  .news-section {
    padding: 70px 0 110px 0px;
  }

  .Export-Section {
    padding-top: 26px;
    padding-bottom: 275px;
  }

  .section-seating-G {
    padding: 40px 0;
  }

  .seating-child-1.w-605 p {
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 22px;
  }

  .section-160 {
    padding: 110px 0;
  }

  .Pd-160 {
    padding-bottom: 110px;
  }

  /* .section-Bt,  */
  .section-108.pt-0 {
    padding: 70px 0px 70px 0px;
  }

  .section-seating-2 {
    padding: 0px 0px 70px 0px;
  }

  .seating-child-1.w-605 h2 {
    font-size: 32px;
    line-height: 40px;
    font-family: "CircularAirLight";
  }

  /* .Range {
         font-size: 20px;
         line-height: 25px;
         margin-bottom: 70px;
    }
     */
  .T-contacts p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 926px) {
  .Work-DlP-child-1 {
    margin-right: 30px;
  }

  .Work-DlP-child-2 .carousel-item img {
    height: 500px;
  }

  .width-605,
  .Work-DlP-child-1 {
    max-width: 550px;
  }
  .submenu-col.bg-color{
       max-width: 240px;

  }

  /* .width-605 .wrap-499 p, .Ship-Content .Export-Work p {
         font-size: 24px;
         line-height: 34px;
    }
     */
  .width-605 h2 {
    font-size: 30px;
  }

  .Eport-ul li img {
    width: 34px;
    height: 34px;
  }

  .Eport-ul p a {
    font-size: 13px;
    line-height: 21px;
  }

  .Export-subhead {
    margin: 25px 0;
    font-size: 28px;
    line-height: 38px;
  }

  .Export-p p {
    line-height: 23px;
  }

  .Eport-ul li:nth-child(1) {
    margin-right: 15px;
    width: auto;
  }

  .L-menu ul li.cstmLftMenu a {
    font-size: 17px;
  }

  .R-menu ul li.cstmRightMenu a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 926px) {
  .Work-DlP-child-2 .carousel-item img {
    height: 445px;
  }

  .width-605,
  .Work-DlP-child-1 {
    max-width: 395px;
  }

  /* .width-605 .wrap-499 p, .Ship-Content .Export-Work p {
         font-size: 18px;
         line-height: 28px;
    }
     */
  .width-605 h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .cstm-catalogue-cntn-wrap h1 {
    font-size: 72px;
  }
  .cstm-new-icon-img h3 {
    font-size: 33px;
  }
  .btn-secondary--file {
    width: 17.5rem;
  }
  .cstm-catalogue-cntn {
    max-width: 100%;
  }
}

@media only screen and (max-width: 925px) and (min-width: 721px) {
  .contact .sub_contact .contact_details div {
    display: inline;
  }
  .cstm-catalogue-cntn {
    max-width: 100%;
  }
  .cstm-new-icon-img h3 {
    font-size: 33px;
  }
  .cstm-catalogue-cntn-wrap h1 {
    font-size: 72px;
  }
  .contact {
    text-align: center;
  }

  .contact .sub_contact div label {
    margin-left: 50px;
  }

  .big-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .Work-DlP {
    flex-direction: column-reverse;
  }

  .Work-DlP-child-1 {
    margin-right: unset;
  }

  .Ship-Content .Export-Work {
    margin-top: 30px;
  }

  .section-seating {
    padding: 50px 0px 60px 0px;
  }

  .seating-child-1.w-605 p {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .section-Bt,
  .section-108.pt-0 {
    padding: 50px 0px 50px 0px;
  }

  .section-160 {
    padding: 50px 0;
  }

  .Pd-160 {
    padding-bottom: 50px;
  }

  .hero-image .single-img {
    height: 397px;
  }

  .Wrap-Flex-image img,
  .Equal-flx-child-1 img {
    height: 950px;
  }

  .wrap-flex-2-3 img,
  .Equal-flx-child-2 img {
    height: 550px;
  }

  .D-D-block img {
    height: 300px;
  }

  .Wrap-Flex-4 .Wrap-Flex-4-2,
  .Wrap-Eco-11 {
    max-width: 25%;
  }

  /* .Range {
         margin-bottom: 40px;
    }
     */
  .section-seating-G,
  .section-1 {
    padding: 40px 0;
  }

  .L-menu ul li,
  .R-menu ul li a {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .L-menu h3,
  .R-menu ul li a.small-li {
    line-height: 21px;
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
  }

  .div-flex-child {
    padding-left: 7.5px;
    margin-bottom: 58px;
    /* flex: 0 0 33.33%;
         -ms-flex: 0 0 33.33%;
         max-width: 100%;
         */
  }

  .News h2 {
    font-size: 38px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 300;
    font-family: "CircularAirLight";
  }

  .Export-p p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .news-wrap-1 .Export-p p:last-child {
    margin-bottom: 20px;
  }

  .news-wrap-1 h3 {
    font-size: 21px;
    line-height: 37px;
    margin-bottom: 32px;
    font-weight: 300;
    font-family: "CircularAirLight";
  }

  .seating-2-1 img {
    height: 665px;
  }

  .seating-2-2 img,
  .Wrap-Flex-4 .Wrap-Flex-4-1 img,
  .Wrap-Eco-11 img,
  .Wrap-Flex-4 .Wrap-Flex-4-2 img,
  .Work-DlP-child-2 .carousel-item img {
    height: 325px;
  }

  .section-eco {
    padding: 60px 0px 50px 0px;
  }

  .section-100 {
    padding: 0px 0px 50px 0px;
  }

  .section-seating-2 {
    padding: 0px 0px 60px 0px;
  }

  .R-menu ul li.cstmRightMenu a,
  .L-menu ul li.cstmLftMenu a {
    font-size: 14px;
  }

  .Eport-ul li img {
    width: 34px;
    height: 34px;
  }

  .Eport-ul p a {
    font-size: 13px;
    line-height: 21px;
  }

  .Export-subhead {
    margin: 25px 0;
    font-size: 28px;
    line-height: 38px;
  }

  .Export-p p {
    line-height: 23px;
  }

  .Eport-ul li:nth-child(1) {
    margin-right: 15px;
    width: auto;
  }

  .Eport-ul li:nth-child(2) {
    margin-right: 15px;
    width: auto;
  }

  .Eport-ul li:nth-child(3) {
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  /* new css add */
  .dm_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-2 .copy_write,
  .copy_write .footer_all_v1 {
    gap: 0.6rem;
  }

  .footer_social_v1 .social_v1 {
    font-size: 13px;
  }

  .social_v1 {
    font-size: 11px;
  }

  .ff-logo {
    height: 100%;
    flex-basis: 44%;
  }

  .ff-search-wrap {
    flex-basis: 44%;
  }

  .displaymenu_wrap {
    gap: 12%;
  }

  .Related-Products .owl-carousel .owl-nav button.owl-next,
  .Related-Products .owl-carousel .owl-nav button.owl-prev {
    top: 40%;
  }

  /* .swiper-container .slider .swiper-slide .slide-inner img {
         margin: unset;
         height: 100vh;
    }
     */

  /* new css add */
}
@media screen and (max-width: 767px) {
  .cstm-catalogue-cntn-wrap h1 {
    font-size: 55px;
  }

  .btn-secondary--file {
    width: 11.5rem;
    padding: 10px 1px;
  }
  .cstm-new-icon-img h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .cstm-pdf-flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 3rem 0 3rem 0;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 720px) {
  /* new css add */
  .cst-change-form {
    max-width: 350px;
    /* box-shadow: unset;
        border: unset; */
  }

  .contact .sub_contact div Address Span {
    display: block;
  }

  .contact {
    text-align: left;
    min-height: unset;
  }

  .form-header h1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .cst-change-form form input[type="submit"] {
    margin: 25px auto 0 auto;
  }

  form #resetPasswordMessage {
    text-align: center;
  }

  .ff_menu_wrap {
    padding: unset;
  }

  .Related-Products .owl-carousel .owl-nav button.owl-next,
  .Related-Products .owl-carousel .owl-nav button.owl-prev {
    top: 40%;
  }
  .swiper-container .slider .swiper-slide .slide-inner {
    height: 100vh;
    width: 100vw;
  }
  .swiper-container .only_sliderV1 {
    height: 100vh;
    width: 100vw;
  }
  .swiper-container .slider .swiper-slide .slide-inner img {
    position: unset;
    height: 100vh;
    width: 100vw;

    /* object-fit: fill; */
  }

  .eqa-hight {
    min-height: calc(100vh - 351px);
  }

  .animate_rt_lf,
  .footer_social.footer_index {
    bottom: 6rem;
  }

  .footer_social {
    gap: 10px;
    bottom: 10rem;
  }

  .ff_img {
    flex-basis: unset;
  }

  .img_ani_v1 img {
    max-width: 100%;
  }

  .menu_layout {
    display: initial;
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
    top: -26px;
    left: -100%;
    transition: all 0.5s ease;
  }

  .menu_layout.add_active {
    display: initial;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .footer_social.footer_index,
  .footer_social,
  .mid_h2 {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    font-family: "CircularAirLight";
  }

  .menu_slider_ani {
    transition: unset;
    animation: unset;
    -webkit-animation: unset;
    transform-origin: unset;
  }

  body.home .ffcs_add .ff-logo .ff_logo_width,
  body.home .ff_logo_width {
    display: flex;
    /* width: 100%; */
    gap: 3%;
    width: 51% !important;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .img_ani_v1 {
    max-width: 240px;
  }

  body.home .displaymenu_wrap {
    margin-top: 0;
    height: auto;
  }

  .max_add {
    max-width: 100%;
  }

  .ffeffect_add .ff_img,
  .menu_slider_ani.ffeffect_add {
    animation: none;
    -webkit-animation: none;
    transform-origin: unset;
  }

  .dm_flex {
    grid-template-columns: 1fr;
  }

  body.home .menu_version {
    margin-top: 0;
  }

  body.home .ff-search-wrap {
    margin-bottom: 0;
  }

  .displaymenu_wrap {
    gap: 15px;
  }

  .img_ani_v1 img.indexnone,
  .img_ani_v1 img.homenone {
    max-width: 240px;
    height: 32px;
  }

  .ff_logo_width {
    flex-direction: unset;
    transition: none;
    justify-content: space-between;
  }

  body.home .displaymenu_wrap,
  .img_ani_v1 img {
    transition: none;
  }

  .ff-search-wrap,
  .ff-logo {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  body.home .ff-header,
  .ff-header.fixed-header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
  }

  .footer-2 .copy_write {
    flex-direction: column-reverse;
  }

  .footer-2 .copy_write,
  .copy_write .footer_all_v1 {
    gap: 5px 0.5rem;
  }

  .displaymenu_wrap,
  .contact_pd_v1 {
    flex-direction: column;
  }

  .user_login,
  .ff-search-wrap,
  .ff-logo {
    flex-basis: 100%;
  }

  input.ff_s_input {
    height: 34px;
    padding: 0 80px 0 15px;
    font-size: 1rem;
    border: 0;
    outline: none;
  }

  .user_logo {
    display: none;
  }

  .user_wrap_logo {
    margin: 2.5rem auto;
  }

  /* new css add */
  #myModalimg .modal-body .carousel-item img.w-100 {
    height: 270px;
  }

  li.materialLI ul.dropdown-menu {
    float: none;
  }

  .CstmIconCLs a:after {
    width: 13px;
    height: 16px;
  }

  .L-menu ul li.cstmLftMenu a {
    margin-top: 12px;
  }

  ul.dropdown-menu li.menu-item {
    margin-bottom: 7px;
  }

  .close-button {
    right: -5px;
  }

  .Terms-uL ul {
    margin-top: unset;
  }

  .L-menu ul li.cstmLftMenu a {
    font-size: 13.5px;
  }

  .R-menu ul li.cstmRightMenu a {
    font-size: 13.5px;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .Dsk-Header {
    height: 50px;
    padding: 0 15px 0px 15px;
  }

  .Dsk-Header .Dsk-item a,
  .Dsk-Header-other .Dsk-item a {
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 13px;
    margin: 0px 0px 0px 0px;
  }

  .B-logo {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .B-logo img,
  .R-logo img,
  .footer-logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .L-menu ul li,
  .R-menu ul li a {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 400;
  }

  .L-menu h3,
  .R-menu ul li a.small-li {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    margin-top: 34px;
    margin-bottom: 15px;
  }

  .R-menu ul li a.small-li {
    margin-top: 0;
  }

  .L-menu,
  .R-menu {
    margin-top: 80px;
    display: block;
    padding: 0px 35px 0px 40px;
  }

  .big-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .Dsk-Header-other {
    height: 50px;
  }

  .Head-Lg img {
    width: 150px;
  }

  .hero-image .single-img,
  .wrap-flex-2-3 img,
  .seating-2-2 img,
  .Equal-flx-child-2 img,
  .Equal-flx-child-2 img,
  .Wrap-Flex-4 .Wrap-Flex-4-1 img,
  .Wrap-Eco-11 img,
  .w-915 img,
  .Wrap-Flex-4 .Wrap-Flex-4-2 img,
  .Wrap-Flex-6-1 img,
  .section-6 .Wrap-Flex-6-2.equal-Himg img,
  .Wrap-Flex-6-2 img,
  .Wrap-Eco-2 img,
  .Equal-flx-child-1 img,
  .Wrap-Flex-image img,
  .Work-DlP-child-2 .carousel-item img {
    height: auto;
  }

  .D-D-block img {
    height: 415px;
  }

  .hero-text {
    bottom: 15px;
    left: 15px;
  }

  .hero-text p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
  }

  .section-1,
  .section-108,
  .section-5,
  .section-100,
  .section-seating-G {
    padding: 40px 0px;
  }

  .section-3,
  .section-160,
  .section-eco {
    padding: 30px 0px;
  }

  .w-605 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .Length p,
  .w-453 ul li,
  .pd-120-160 .w-605 p {
    font-size: 14px;
    line-height: 21px;
  }

  .contact-us p a {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .Wrap-Eco-1 p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .wrap-flex-1,
  .div-flex,
  .seating-2,
  .wrap-flex,
  .Wrap-Flex-3,
  .Wrap-Flex-4,
  .Wrap-Flex-6,
  .Wrap-Eco,
  .Export-flex,
  .news-wrap,
  .seating-1,
  .Equal-flx {
    flex-direction: column;
  }

  .Work-DlP {
    flex-direction: column-reverse;
  }

  .width-605 {
    min-height: auto;
  }

  .red-shift {
    padding-top: 42px;
    padding-bottom: 0;
    /* padding-bottom: 42px;
        */
  }

  .wrap-flex-2-2 {
    margin-right: unset;
    margin: 0px auto;
  }

  .Wrap-Flex-4 .Wrap-Flex-4-2,
  .seating-2-1,
  .Wrap-Eco-11,
  .wrap-flex-2-2 {
    max-width: 100%;
    width: 100%;
  }

  .seating-2-1 {
    margin-right: unset;
  }

  .wrap-flex-2-2 img,
  .seating-2-1 img,
  .Wrap-Flex-4 .Wrap-Flex-4-1 img,
  .Equal-flx-child-1 img,
  .Wrap-Flex-6-1 img,
  .news-wrap-2 img,
  .Wrap-Eco-11 img {
    height: auto;
    margin-bottom: 15px;
  }

  .Wrap-Flex-2 .w-605 p,
  .A-block p,
  .section-5 .w-605 p,
  .Wrap-Eco-12 .w-605 p,
  .contact-us p,
  .Export-p p,
  .width-605 .wrap-499 p,
  .Ship-Content .Export-Work p {
    font-size: 14px;
    line-height: 21px;
  }

  .Wrap-Flex-2 .w-605 h2,
  .section-5 .w-605 h2,
  .Wrap-Eco-12 .w-605 h2,
  .width-605 h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
    font-family: "CircularAirLight";
    margin-bottom: 20px;
  }

  .section-8 {
    padding-bottom: 50px;
  }

  .footer-2 .flex-column-reverse.flex-md-row ul {
    margin-top: 15px;
  }

  .footer-2 ul.top-footer li {
    margin-bottom: 20px;
  }

  .mid-footer a img {
    width: 100%;
    height: 11px;
  }

  .pd-t0 {
    padding-top: 0;
  }

  .Wrap-Eco-12 .w-605 p,
  .contact-us p,
  .Export-p p {
    margin-bottom: 15px;
  }

  .Wrap-Eco-12 .w-605 p:last-child {
    margin-bottom: 0px;
  }

  .Export-flex-1 h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
    font-family: "CircularAirLight";
  }

  .Export-subhead {
    margin: 15px 0;
    font-size: 14px;
    line-height: 21px;
  }

  .T-contacts p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .T-contacts p.email-link a {
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid currentcolor;
    padding-bottom: 5px;
  }

  .Eport-Div {
    margin-top: 40px;
    position: unset;
    bottom: unset;
    width: 100%;
    margin-bottom: 20px;
  }

  .Eport-ul li {
    margin-bottom: 20px;
  }

  .section-seating-2 {
    padding: 0px 0px 40px 0px;
  }

  .Eport-ul {
    text-align: center;
  }

  .Eport-ul li:nth-child(1) {
    margin-right: 7px;
    width: 45%;
  }

  .Eport-ul li img {
    width: 42px;
    height: 42px;
  }

  .Eport-ul p a {
    font-size: 14px;
    line-height: 22px;
  }

  .Eport-ul li:nth-child(2) {
    margin-right: 7px;
    width: 45%;
  }

  .Eport-ul li:nth-child(3) {
    width: 45%;
  }

  .Export-flex .Export-flex-2 {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .Export-Section {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .news-section,
  .section-seating,
  .section-Bt {
    padding: 20px 0 30px 0px;
  }

  .category-heading,
  .demopd_v1 h1,
  .demopd_v1 h2 {
    font-size: 24px;
    font-family: "CircularAirLight";
  }

  .demopd_v1 .text-data {
    margin: 1rem 0;
  }

  .Length_v1 p,
  .Length_v1,
  .bread_crumbs span,
  .liststyle li,
  .Featured_v1,
  .Featured_v1 p,
  .demopd_v1 .text-data {
    font-size: 14px;
  }

  .coldiv-v3 p {
    font-size: 13px;
    line-height: 16px;
  }

  .coldiv-v3 h3,
  .Tech_data h3 {
    margin: 10px 0;
  }

  .News h2,
  .contact-us h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: "CircularAirLight";
  }

  .news-wrap {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .news-wrap-1 h3,
  .contact-us h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: "CircularAirLight";
  }

  .news-wrap-1 .Export-p p:last-child {
    margin-bottom: 0px;
  }

  .news-wrap-1 {
    max-width: 100%;
    order: 2;
  }

  .news-wrap-2 {
    max-width: 100%;
    height: auto;
    order: 1;
  }

  .news-wrap {
    border-top: unset;
    border-bottom: 1px solid #000;
  }

  .div-flex-child {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .D-D-block h3 {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-family: "CircularAirLight";
  }

  .seating-child-1.w-605 h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-family: "CircularAirLight";
  }

  .seating-child-1.w-605 p {
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .w-453 h4,
  .Wrap-Flex-6-2 h4 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 35px;
    margin-bottom: 26px;
    font-family: "CircularAirLight";
  }

  .Wrap-Flex-6-2 .Right-p p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .Wrap-Flex-6-2 h3,
  .seating-child-2 p {
    margin-top: 35px;
  }

  .Pd-160 {
    padding-bottom: 50px;
  }

  /* .Range {
         margin-bottom: 20px;
    }
     */
  .seating-2-2,
  .w-605,
  .hero-text,
  .wrap-flex-2-1,
  .wrap-flex-2-2,
  .wrap-flex-2-3,
  .Wrap-Eco-2,
  .Equal-flx-child-1,
  .Equal-flx-child-2,
  .w-453,
  .Wrap-Flex-1,
  .Wrap-Flex-2,
  .Wrap-Flex-6-1,
  .Wrap-Flex-6-2,
  .Wrap-Flex-4 .Wrap-Flex-4-1,
  .Wrap-Eco-12 {
    max-width: 100%;
    width: 100%;
  }

  .footer-logo {
    position: absolute;
    right: 15px;
    bottom: -30px;
  }

  .site-main.big-container {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .Ship-Content .Export-Work {
    margin-top: 30px;
  }

  .D-D-block.Dw-Bl {
    display: block;
    max-width: 376px;
    width: 100%;
    margin: 0px auto;
  }

  .seating-child-1.w-605 p:last-child {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .ff_img img {
    max-width: 220px;
  }
  .mega-menu-header {
    padding: 30px 0px 20px 0px;
  }
}

/* Material Page CSS */
.success-message {
  background-color: #4caf50;
  color: white;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.ct-center {
  text-align: center;
}

.pro-inform-wrap {
  margin-bottom: 35px;
}

.para-text {
  font-size: 14px;
}

.main_menu_cat.active a {
  text-decoration: none !important;
  color: #9fd958 !important;
}
.main_menu_cat.active span {
  color: #000000;
}
@media only screen and (max-width: 1400px) {
  li.main_menu_cat a:first-child {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .main_menu_cat li ul a,
  li.main_menu_cat .sub_menu_cat a:first-child,
  li.main_menu_cat a:first-child,
  .ff_menu_h2 {
    font-size: 20px;
  }
  .ff_menu_h2 {
    font-size: 20px;
  }
  .ff_menu_h2 a,
  .same_clm li a {
    font-size: 16px;
  }
  .same_clm li a {
    margin-bottom: 14px;
  }
  .product-priview img {
    max-height: 150px;
    max-width: 150px;
    margin: auto;
    display: flex;
  }
  .submenu-col h4 {
    font-size: 16px;
  }
  .product-priview h3 {
    font-size: 18px;
  }
  .product-priview p {
    font-size: 14px;
  }
  .same_clm {
    max-height: 440px;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-menu {
    display: block;
    height: calc(100vh - 200px);
    overflow-y: auto;
    padding: 0px 10px;
  }

  .submenu-wrapper {
    display: none;
  }
  .mega-menu-header {
    padding: 30px 0px 20px 0px;
  }
}

/* tabs */

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  width: 100%;
  gap: 15px;
}

#material_product {
  max-width: 351px;
  width: 100%;
  padding: 15px;
}

#material-preview-link {
  color: #4d4e4c;
}

.view-all-ul.same_clm.active_view {
  display: block !important;
}
.view-all-ul.same_clm {
  display: none !important;
}
#material_product .view-all-ul.same_clm {
  display: block !important;
}

button:focus {
  outline: none !important;
}
