@charset "UTF-8";
@font-face {
  font-family: "Graviola";
  src: url("../fonts/Graviola-Regular-c2418540b4.woff2") format("woff2"), url("../fonts/Graviola-Regular-3b3102638a.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graviola";
  src: url("../fonts/Graviola-Bold-cca355db9b.woff2") format("woff2"), url("../fonts/Graviola-Bold-9e16e0a7c0.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graviola";
  src: url("../fonts/Graviola-Medium-b7766e7d7c.woff2") format("woff2"), url("../fonts/Graviola-Medium-d29bc8b889.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graviola";
  src: url("../fonts/Graviola-Light-8f625f6c4e.woff2") format("woff2"), url("../fonts/Graviola-Light-71fe281f85.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --new-blue-color: #17479E;
  --new-white-color: #ffffff;
  --new-grey-color: #222222;
  --new-grey-light-color: #666666;
}

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

a {
  text-decoration: none !important;
}

body {
  font-family: "Graviola";
  padding: 0px;
  margin: 0px;
}

.new_common_container {
  max-width: 1360px;
  margin: 0 auto;
}

.new_common_ttle {
  font-size: 46px;
  color: var(--new-grey-color);
  line-height: 110%;
  letter-spacing: -1.62px;
  font-family: "Graviola Book";
}

.new_common_desc {
  font-size: 20px;
  letter-spacing: -0.4px;
  color: var(--new-grey-light-color);
  line-height: 140%;
}

.new_common_cta {
  background: none;
  border: 1px solid #222222;
  padding: 11px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
  color: #222222;
}
.new_common_cta:hover {
  background: #222222;
  color: white;
}

.new_common_breadcrumb {
  background-color: var(--new-white-color);
  padding: 25px 0px;
}
.new_common_breadcrumb .new_common_container ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
}
.new_common_breadcrumb .new_common_container ul li {
  letter-spacing: -0.48px;
  font-size: 13px;
  font-weight: 400;
  color: var(--new-grey-color);
  line-height: 1;
}
.new_common_breadcrumb .new_common_container ul li a {
  letter-spacing: -0.48px;
  font-size: 13px;
  font-weight: 400;
  color: var(--new-grey-color);
  line-height: 1;
  padding: 0px 20px 0px 0px;
  position: relative;
}
.new_common_breadcrumb .new_common_container ul li a::before {
  content: "/";
  font-size: 13px;
  font-weight: 400;
  color: var(--new-grey-color);
  position: absolute;
  top: 2px;
  right: 7px;
}

.new_common_header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header.nav-up {
  top: -111px;
}
.new_common_header .new_common_top_head {
  background-color: var(--new-blue-color);
  padding: 5px 0px;
}
.new_common_header .new_common_top_head .new_common_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.new_common_header .new_common_top_head .new_common_container .top_head_lnks {
  display: flex;
  gap: 0px 25px;
}
.new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
  color: var(--new-white-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.new_common_header .new_common_bottom_head {
  background-color: var(--new-white-color);
  padding: 18px 0px;
}
.new_common_header .new_common_bottom_head .new_common_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3 {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--new-blue-color);
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3 span:nth-child(1) {
  top: 4px;
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3 span:nth-child(2), .new_common_header .new_common_bottom_head .new_common_container #nav-icon3 span:nth-child(3) {
  top: 12px;
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3 span:nth-child(4) {
  top: 20px;
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new_common_header .new_common_bottom_head .new_common_container #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 0px 30px;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
  text-decoration: none;
  color: var(--new-grey-color);
  font-size: 17px;
  padding: 30px 0px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a::before {
  content: "";
  width: 0%;
  height: 3px;
  background-color: var(--new-blue-color);
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a:hover {
  color: var(--new-blue-color);
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a:hover::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--new-blue-color);
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.active {
  color: var(--new-blue-color);
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.active::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--new-blue-color);
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links.active:after {
  margin-top: 0px;
  transform: translateX(-50%) rotate(224deg);
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -4px;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li.mobile_only_display {
  display: none;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_search {
  display: flex;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
  border: none;
  background-color: #EDEDED;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  color: #888888;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_search input:focus-visible {
  outline: none;
  outline-style: none;
  border: none;
  box-shadow: none;
}
.new_common_header .new_common_bottom_head .new_common_container .new_common_search button {
  border: none;
  background-color: #EDEDED;
  padding: 0px 15px 0px 0px;
}
.new_common_header .new_mega_dropdown_box {
  width: 100%;
  position: absolute;
  top: -100vh;
  left: 0px;
  background-color: #F8F8F8;
  padding: 30px 0px 20px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .back_btn {
  display: none;
}
.new_common_header .new_mega_dropdown_box.active {
  top: 110px;
}
.new_common_header .new_mega_dropdown_box .new_common_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 5px;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box {
  width: 18.383%;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
  padding: 13px 13px;
  color: var(--new-grey-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a:hover {
  color: var(--new-blue-color);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.drop_active1 {
  color: var(--new-blue-color);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.drop_active1::before {
  content: "";
  width: 18px;
  height: 20px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate(0%, -50%);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.dropx.dropx.drop_active1::after {
  opacity: 1;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.dropx::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80.88%;
  background-color: var(--new-white-color);
  padding: 20px 20px 20px 40px;
  border-radius: 6px;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop {
  width: 100%;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_caption {
  width: 27%;
  padding-right: 20px;
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_caption h2 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  color: var(--new-grey-color);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_caption p {
  color: var(--new-grey-light-color);
  font-size: 16px;
  line-height: 130%;
  margin: 0px;
  max-width: 80%;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .products_links_boxx {
  width: 25%;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .products_links_boxx .normal_links_grid a {
  width: 100% !important;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 {
  width: 50%;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 .back_btn2 {
  display: none;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.active {
  display: block;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 {
  width: 50%;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
  padding-top: 0px;
  gap: 0px 20px;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a {
  width: 20%;
  position: relative;
  font-family: "Graviola Book";
  font-size: 18px;
  color: var(--new-grey-color);
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a:hover {
  color: var(--new-blue-color);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #000;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a.grey::before {
  background-color: #767676;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a.white::before {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a.brown::before {
  background-color: #EBEEE4;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a.black::before {
  background-color: #000000;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
  padding-top: 20px;
  gap: 20px 20px;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
  width: 20%;
  position: relative;
  font-family: "Graviola Book";
  font-size: 18px;
  color: var(--new-grey-color);
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a:hover {
  color: var(--new-blue-color);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #000;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a.red::before {
  background-color: #D71920;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a.orange::before {
  background-color: #FE6530;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a.yellow::before {
  background-color: #FFC61A;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a.green::before {
  background-color: #7CAE72;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a.brown::before {
  background-color: #946F00;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a.blue::before {
  background-color: #628FE3;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a.purple::before {
  background-color: #AC72E0;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  /* Thumb */
  /* Panel */
  /* Active */
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion {
  margin: 0rem 0;
  padding: 0;
  list-style: none;
  width: 49%;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
  position: relative;
  font-family: "Graviola Book";
  font-size: 18px;
  color: var(--new-grey-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb:hover {
  color: var(--new-blue-color);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
  font-size: 16px;
  font-family: "Graviola Book";
  width: 100%;
  display: block;
  font-weight: 400;
  color: var(--new-grey-color);
  padding: 5px 0px 5px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a:hover {
  color: var(--new-blue-color);
  padding: 5px 0px 5px 15px;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-item.active .accordion-thumb::before {
  transform: rotate(45deg);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop {
  width: 48%;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop .drop_rhs_pixx img {
  border-radius: 6px;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop p {
  margin: 5px 0px 0px;
  font-family: "Graviola Book";
  font-size: 18px;
  color: var(--new-grey-color);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
  color: var(--new-grey-color);
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  width: 48%;
  padding: 5px 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a:hover {
  color: var(--new-blue-color);
  border-color: var(--new-blue-color);
}
.new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_lvl2_placeholder {
  width: 45.27%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px 0px;
}

.new_inner_banner {
  margin-top: 111px;
  width: 100%;
  height: auto;
  position: relative;
}
.new_inner_banner img {
  width: 100%;
  height: auto;
}
.new_inner_banner .new_common_container {
  position: absolute;
  width: 1360px;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.new_inner_banner .new_common_container .new_common_caption {
  width: 450px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.new_inner_banner .new_common_container .new_common_caption.white_txt h3,
.new_inner_banner .new_common_container .new_common_caption.white_txt h2,
.new_inner_banner .new_common_container .new_common_caption.white_txt p {
  color: var(--new-white-color);
}
.new_inner_banner .new_common_container .new_common_caption h3 {
  color: var(--new-grey-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.2px;
}
.new_inner_banner .new_common_container .new_common_caption h2 {
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -2.4px;
  font-weight: 500;
  color: var(--new-grey-color);
  margin: 0px 0px 10px;
}
.new_inner_banner .new_common_container .new_common_caption p {
  color: var(--new-grey-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.11px;
}

.explore_colours_wrp {
  padding: 50px 0px 100px;
}
.explore_colours_wrp.sticky_filter .colour_family_wrp {
  background-color: #fff;
  position: sticky;
  z-index: 999;
  top: 0px;
  gap: 0px;
  justify-content: space-between;
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .text_hidden {
  display: flex;
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover {
  -ms-overflow-style: none;
  /* Hide scrollbar in IE/Edge */
  scrollbar-width: none;
  /* Hide scrollbar in Firefox */
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar in Chrome, Safari, Opera */
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch {
  width: 100px;
  height: 45px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch:hover span {
  bottom: inherit;
  transform: translate(-50%, -85%);
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch span {
  position: absolute;
  left: 50%;
  bottom: inherit;
  transform: translate(-50%, -70%);
  margin: 0px;
  font-size: 16px;
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--new-white-color);
  position: absolute;
  right: -100%;
  top: 0px;
  width: 720px;
  height: 100%;
  gap: 0px 20px;
  z-index: 15;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop.pop_active {
  right: 0%;
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .filter_drop {
  appearance: none;
  padding: 10px 14px;
  border: 1px solid #000;
  border-radius: 0px;
  font-size: 14px;
  cursor: pointer;
  background: #fff url(../images/drop-down-chevron.svg) no-repeat right 10px center;
  width: 300px;
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .filter_drop:focus {
  border-color: #0073e6;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.5);
}
.explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .new_close_filter {
  width: 70px;
  height: 70px;
  background-color: var(--new-blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore_colours_wrp .colour_family_wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.explore_colours_wrp .colour_family_wrp.activex {
  top: 111px;
}
.explore_colours_wrp .colour_family_wrp .text_hidden {
  display: none;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.explore_colours_wrp .colour_family_wrp .text_hidden.new_more_filters {
  margin-left: 20px;
  cursor: pointer;
  display: none;
}
.explore_colours_wrp .colour_family_wrp .new_filter_pop {
  display: none;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  -ms-overflow-style: none;
  /* Hide scrollbar in IE/Edge */
  scrollbar-width: none;
  /* Hide scrollbar in Firefox */
}
.explore_colours_wrp .colour_family_wrp .swatch_cover ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar in Chrome, Safari, Opera */
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
  width: 125px;
  height: 85px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  border-radius: 6px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.active::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url(../images/active_swatch.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch span {
  border-radius: 3px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--new-grey-color);
  transform: translate(0px, 30px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch:hover {
  transform: scale3d(1.15, 1.15, 1.15);
  transform-origin: center center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  z-index: 2;
  border: 2px solid #f1f1f1;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch:hover span {
  transform: translate(5px, -5px);
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.all {
  background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
  background-repeat: no-repeat;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.white {
  background: #f8f9f7;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.brown {
  background: #d3c7b8;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.grey {
  background: #b0b0b0;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.purple {
  background: #9b7dc5;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.blue {
  background: #4a9ecf;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.green {
  background: #8cbf75;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.yellow {
  background: #f9df71;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.orange {
  background: #f98b54;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.red {
  background: #e0523f;
}
.explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch.pink {
  background: #d94c6f;
}
@media (max-width: 768px) {
  .explore_colours_wrp .colour_family_wrp a {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .explore_colours_wrp .colour_family_wrp {
    gap: 8px;
  }
  .explore_colours_wrp .colour_family_wrp a {
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
}
.explore_colours_wrp .color-palette {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2rem 0.5rem;
  padding: 1rem 2rem;
  margin: 2rem 0rem;
  position: relative;
}
.explore_colours_wrp .color-palette .swatch {
  text-align: left;
  font-size: 0.85rem;
  font-weight: 500;
  color: attr(data-color color);
  transition: transform 0.25s ease;
  position: relative;
  min-height: 250px;
}
.explore_colours_wrp .color-palette .swatch:hover {
  transform: scale(1.15);
  z-index: 2;
}
.explore_colours_wrp .color-palette .swatch:hover .color {
  border: 2px solid #f1f1f1;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.explore_colours_wrp .color-palette .swatch:hover .name {
  transform: translate(10px, -60px);
}
.explore_colours_wrp .color-palette .swatch .color {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
  border-radius: 6px;
  background-color: attr(data-color color);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 2px solid #f1f1f1;
}
.explore_colours_wrp .color-palette .swatch .color .drop_colour {
  position: absolute;
  bottom: -55px;
  right: 0px;
}
.explore_colours_wrp .color-palette .swatch .color .drop_colour svg {
  width: 80px;
  height: 97px;
  color: attr(data-color color);
}
.explore_colours_wrp .color-palette .swatch .name {
  display: block;
  color: var(--new-grey-color);
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.explore_colours_wrp .color-palette .swatch .name .product_numb {
  display: block;
  font-size: 13px;
}
.explore_colours_wrp .view_more_wrp {
  margin-top: 4rem;
}

.ctsys_wrp {
  padding: 100px 0px;
  background-color: #f8f8f8;
}
.ctsys_wrp .ctsys_sldr {
  padding-left: 18%;
  margin-top: 50px;
}
.ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_image img {
  border-radius: 10px;
  width: 100%;
}
.ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
  width: 100%;
  height: 132px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box {
  color: attr(data-color color);
}
.ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color {
  background-color: attr(data-color color);
  height: 100%;
  position: relative;
}
.ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name {
  padding: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: var(--new-white-color);
}
.ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name .product_code {
  display: block;
  font-weight: 400;
}

#inspiration {
  background-color: #318EA7;
}
#inspiration .inspiration_row {
  display: flex;
  gap: 0px;
}
#inspiration .inspiration_row .inspiration-col {
  flex: 1;
}
#inspiration .inspiration_row .inspiration-col.order-1 {
  order: 1;
}
#inspiration .inspiration-content {
  width: 480px;
  float: right;
  height: 100%;
  display: grid;
  align-items: center;
  place-content: center;
  gap: 30px;
  margin: auto;
  position: relative;
  margin-right: 160px;
}
#inspiration .inspiration-content .new_common_ttle,
#inspiration .inspiration-content p,
#inspiration .inspiration-content a {
  color: var(--new-white-color);
}
#inspiration .inspiration-content a {
  border: solid 1px var(--new-white-color);
  margin-right: 10px;
}
#inspiration .inspiration-content a:hover {
  border: solid 1px var(--new-grey-color);
}

#AboutJSWPaints {
  text-align: center;
  padding: 60px 0px;
}
#AboutJSWPaints p {
  margin-top: 30px;
  margin-bottom: 40px;
}

.new_home_banner {
  overflow: hidden;
}
.new_home_banner .new_home_slider {
  width: 100%;
  height: calc(100vh - 0px);
  position: relative;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_bnr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
  object-fit: cover;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_bnr img {
  /* max-width: 100%; */
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container {
  width: 1300px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
  width: 478px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 3;
  opacity: 0;
  transition: all 0.8s ease;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption.animate {
  opacity: 1;
  transform: translateY(-50%);
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption.animate h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption.animate p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption.animate .cta_cvr {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption.animate .icn_grid {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
  color: var(--new-white-color);
  font-size: 56px;
  letter-spacing: -2.4px;
  line-height: 110%;
  font-weight: 600;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 span.yellow_clr {
  color: #FFDA22;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid {
  width: 100%;
  display: flex;
  gap: 0px 20px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s ease;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
  color: var(--new-white-color);
  letter-spacing: -0.088px;
  font-size: 22px;
  line-height: 130%;
  font-weight: 400;
  margin: 20px 0px 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .cta_cvr {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .cta_cvr .new_common_cta {
  border-color: var(--new-white-color);
  color: var(--new-white-color);
  font-size: 16px;
}
.new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .cta_cvr .new_common_cta:hover {
  background-color: var(--new-white-color);
  color: var(--new-grey-color);
}
.new_home_banner .sldr_custom_container {
  width: 1300px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 140px;
  transform: translate(-50%, 0%);
  z-index: 3;
}
.new_home_banner .sldr_custom_container .new_home_next,
.new_home_banner .sldr_custom_container .new_home_prev {
  width: 70px;
  height: 70px;
  border: 1px solid var(--new-white-color);
  border-radius: 10px;
  top: initial;
  bottom: 100px;
}
.new_home_banner .sldr_custom_container .new_home_next::after,
.new_home_banner .sldr_custom_container .new_home_prev::after {
  display: none;
}
.new_home_banner .sldr_custom_container .new_home_next span,
.new_home_banner .sldr_custom_container .new_home_prev span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new_home_banner .sldr_custom_container .new_home_prev {
  left: initial;
  right: 70px;
  bottom: 170px;
}
.new_home_banner .sldr_custom_container .new_home_next {
  right: 0px;
}

.search-main-wrp .search-box {
  position: relative;
  background-color: var(--new-white-color);
  z-index: 2;
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: -82px auto 0px;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.search-main-wrp .search-box .search-box-cvr {
  display: flex;
  width: 100%;
  padding: 19px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.search-main-wrp .search-box .search-box-cvr input {
  flex: 1;
  padding: 14px;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.search-main-wrp .search-box .search-box-cvr .search-btn {
  background: var(--new-blue-color);
  color: #fff;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s;
  border-radius: 10px;
}
.search-main-wrp .search-box .search-box-cvr .search-btn:hover {
  background: var(--new-blue-color);
}
.search-main-wrp .search-box .placeholder-wrapper {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  overflow: hidden;
  height: 1.2em;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.search-main-wrp .search-box .placeholder-wrapper .placeholder-text {
  display: inline-block;
  white-space: nowrap;
  transform: translateY(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
  color: #666;
  letter-spacing: -0.36px;
}
.search-main-wrp .search-box .placeholder-wrapper .slide-out {
  transform: translateY(-100%);
  opacity: 0;
}
.search-main-wrp .search-box .placeholder-wrapper .slide-in {
  transform: translateY(0);
  opacity: 1;
}

.new_home_trending_wrp {
  padding: 80px 0px 100px;
  overflow-x: hidden;
}
.new_home_trending_wrp .trending_sldr {
  padding-top: 50px;
  overflow: visible;
}
.new_home_trending_wrp .trending_sldr .trending-next,
.new_home_trending_wrp .trending_sldr .trending-prev {
  width: 70px;
  height: 70px;
  border: 1px solid #222222;
  border-radius: 10px;
  top: -30px;
}
.new_home_trending_wrp .trending_sldr .trending-next::after,
.new_home_trending_wrp .trending_sldr .trending-prev::after {
  display: none;
}
.new_home_trending_wrp .trending_sldr .trending-next span,
.new_home_trending_wrp .trending_sldr .trending-prev span {
  color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new_home_trending_wrp .trending_sldr .trending-prev {
  left: initial;
  right: 80px;
}
.new_home_trending_wrp .trending_sldr .trending-next {
  right: 0px;
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box {
  display: block;
  border-radius: 10px;
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .pix img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp {
  position: relative;
  min-height: 200px;
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp img {
  width: 144px;
  height: 181px;
  position: absolute;
  left: 20px;
  top: -50%;
  transform: translate(0%, 0%);
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  padding: 0px 90px 0px 30px;
  font-size: 26px;
  font-weight: 400;
  margin: 0px;
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name::before {
  content: "➝";
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name.white_clr {
  color: var(--new-white-color);
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name.white_clr::before {
  color: var(--new-white-color);
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name.black_clr {
  color: var(--new-grey-color);
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name.black_clr::before {
  color: var(--new-grey-color);
  border-color: var(--new-grey-color);
}
.new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
  display: block;
  font-size: 18px;
}

.inspired_interiors_wrp {
  padding: 80px 0px 100px;
  position: relative;
}
.inspired_interiors_wrp::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #F8F8F8;
}
.inspired_interiors_wrp .new_common_container {
  position: relative;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
  width: 70px;
  height: 70px;
  border: 1px solid var(--new-grey-color);
  border-radius: 10px;
  top: 0px;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next::after,
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev::after {
  display: none;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next span,
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev span {
  color: var(--new-grey-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
  left: initial;
  right: 70px;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next {
  right: 0px;
  top: 68px;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr {
  width: 55%;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb {
  width: 45%;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: var(--new-white-color);
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption {
  max-width: 350px;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption h2 {
  font-family: "Graviola Book";
  font-size: 64px;
  color: var(--new-grey-color);
  line-height: 100%;
  letter-spacing: -1.92px;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p {
  font-family: "Graviola Book";
  font-size: 18px;
  color: var(--new-grey-color);
  line-height: 140%;
  letter-spacing: -0.36px;
  margin: 10px 0px 30px;
}
.inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption .thumb_pagination {
  font-family: "Graviola Book";
  font-size: 18px;
  color: var(--new-grey-color);
  line-height: 140%;
  letter-spacing: -0.36px;
}

.coi_wrp {
  padding: 100px 0px;
  overflow-x: hidden;
}
.coi_wrp .new_common_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 200px;
}
.coi_wrp .new_common_container.container_coi {
  display: block;
  padding-right: 0px;
}
.coi_wrp .tabs_box {
  position: relative;
}
.coi_wrp .tabs {
  margin: 20px 0px;
  padding: 0;
  list-style: none;
  position: relative;
}
.coi_wrp .tabs .active-tab {
  position: relative;
  color: #17479E;
}
.coi_wrp .tabs .active-tab:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: 0;
  background: #17479E;
}
.coi_wrp .tabs li {
  display: inline-block;
  cursor: pointer;
  color: var(--new-grey-color);
  font-size: 20px;
  font-weight: 400;
  padding: 2px 10px;
}
.coi_wrp .tabs li:first-child {
  margin-left: 10px;
}
.coi_wrp .tabs-content {
  margin: 20px 0px;
  padding: 0;
  list-style: none;
}
.coi_wrp .tabs-content .tabs_box {
  display: none;
}
.coi_wrp .coi_sldr {
  overflow: visible;
}
.coi_wrp .coi_sldr .swiper-wrapper .swiper-slide {
  /* cursor: move; 
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; */
}
.coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box {
  position: relative;
}
.coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .inspired_pix img {
  border-radius: 10px;
  width: 100%;
}
.coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
}
.coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch {
  width: 100%;
  height: 100%;
}
.coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color {
  width: 100%;
  height: 100%;
  position: relative;
}
.coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name {
  color: var(--new-white-color);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px 0px 20px 20px;
}
.coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}
.coi_wrp .swiper-button-next,
.coi_wrp .swiper-button-prev {
  width: 70px;
  height: 70px;
  border: 1px solid var(--new-grey-color);
  border-radius: 10px;
  top: -70px;
}
.coi_wrp .swiper-button-next::after,
.coi_wrp .swiper-button-prev::after {
  display: none;
}
.coi_wrp .swiper-button-next span,
.coi_wrp .swiper-button-prev span {
  color: var(--new-grey-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coi_wrp .swiper-button-prev {
  left: initial;
  right: 80px;
}
.coi_wrp .swiper-button-next {
  right: 0px;
}

.new_featured_wrp {
  padding: 0px 0px 100px;
  overflow-x: hidden;
}
.new_featured_wrp .new_common_container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.new_featured_wrp .new_common_container.container_fp {
  display: block;
}
.new_featured_wrp .tabs2 {
  margin: 20px;
  padding: 0;
  list-style: none;
  position: relative;
}
.new_featured_wrp .tabs2 .active-tab2 {
  position: relative;
  color: #17479E;
}
.new_featured_wrp .tabs2 .active-tab2:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: 0;
  background: #17479E;
}
.new_featured_wrp .tabs2 li {
  display: inline-block;
  cursor: pointer;
  color: var(--new-grey-color);
  font-size: 20px;
  font-weight: 400;
  padding: 5px 10px;
}
.new_featured_wrp .tabs2 li:first-child {
  margin-left: 10px;
}
.new_featured_wrp .tabs-content2 {
  margin: 20px;
  padding: 0;
  list-style: none;
}
.new_featured_wrp .tabs-content2 .tabs_box2 {
  display: none;
}
.new_featured_wrp .new_fp_sldr {
  overflow: visible;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
  width: 100%;
  height: 600px;
  display: flex;
  border-radius: 10px;
  padding: 60px 125px 30px;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box::before {
  content: "";
  width: 100%;
  height: 173px;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr1 {
  background-color: #FFDACF;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr1::before {
  background-color: #7F4E40;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr1 .new_fp_lhs .cvr .new_prox_name {
  color: #7F4E40;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr2 {
  background-color: #FFEAEF;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr2::before {
  background-color: #D64883;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr2 .new_fp_lhs .cvr .new_prox_name {
  color: #D64883;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr3 {
  background-color: #FFDEBC;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr3::before {
  background-color: #AE3E34;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr3 .new_fp_lhs .cvr .new_prox_name {
  color: #AE3E34;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr4 {
  background-color: #DAE1FF;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr4::before {
  background-color: #101F5B;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr4 .new_fp_lhs .cvr .new_prox_name {
  color: #101F5B;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr5 {
  background-color: #B7EAF0;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr5::before {
  background-color: #023A34;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr5 .new_fp_lhs .cvr .new_prox_name {
  color: #023A34;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr6 {
  background-color: #CDFFDD;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr6::before {
  background-color: #124431;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr6 .new_fp_lhs .cvr .new_prox_name {
  color: #124431;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr7 {
  background-color: #B7EAF0;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr7::before {
  background-color: #085155;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr7 .new_fp_lhs .cvr .new_prox_name {
  color: #085155;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr8 {
  background-color: #C8F1FF;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr8::before {
  background-color: #1989AF;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr8 .new_fp_lhs .cvr .new_prox_name {
  color: #1989AF;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr9 {
  background-color: #F5EBCB;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr9::before {
  background-color: #C79850;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr9 .new_fp_lhs .cvr .new_prox_name {
  color: #C79850;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr10 {
  background-color: #FFD7ED;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr10::before {
  background-color: #90025C;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr10 .new_fp_lhs .cvr .new_prox_name {
  color: #90025C;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr11 {
  background-color: #F5DFCB;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr11::before {
  background-color: #8C420B;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr11 .new_fp_lhs .cvr .new_prox_name {
  color: #8C420B;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr12 {
  background-color: #F5EBCB;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr12::before {
  background-color: #B68F2E;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr12 .new_fp_lhs .cvr .new_prox_name {
  color: #B68F2E;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr13 {
  background-color: #FFD7D7;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr13::before {
  background-color: #631B1B;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr13 .new_fp_lhs .cvr .new_prox_name {
  color: #631B1B;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr14 {
  background-color: #ECECEC;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr14::before {
  background-color: #636669;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr14 .new_fp_lhs .cvr .new_prox_name {
  color: #636669;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr15 {
  background-color: #F9EDCF;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr15::before {
  background-color: #52453B;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box.box_clr15 .new_fp_lhs .cvr .new_prox_name {
  color: #52453B;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs {
  width: 50%;
  position: relative;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .new_common_cta {
  position: absolute;
  left: 0px;
  bottom: 40px;
  border-color: var(--new-white-color);
  color: var(--new-white-color);
  font-size: 12px;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .new_common_cta:hover {
  background-color: var(--new-white-color);
  color: var(--new-grey-color);
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr {
  max-width: 400px;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_name {
  color: var(--new-grey-color);
  font-size: 26px;
  font-weight: 500;
  margin: 20px 0px 0px;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 10px 0px 0px;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 0px 0px;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx {
  margin-top: 20px;
  text-align: center;
  width: 25%;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--new-grey-color);
  margin: 5px 0px 0px;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs .design {
  position: absolute;
  top: -35px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs img {
  position: relative;
}

.new_tips_wrp {
  padding: 0px 0px 100px;
}
.new_tips_wrp .new_common_container .cvr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.new_tips_wrp .new_common_container .new_tips_sdlr {
  padding: 50px 0px;
}
.new_tips_wrp .new_common_container .new_tips_sdlr img {
  border-radius: 10px;
}
.new_tips_wrp .new_common_container .new_tips_sdlr .desc {
  padding: 30px 0px 0px;
}
.new_tips_wrp .new_common_container .new_tips_sdlr .desc p {
  font-size: 18px;
  line-height: 140%;
  color: var(--new-grey-light-color);
  min-height: 90px;
}

.colours_stories_wrp {
  padding: 100px 0px;
  background-color: #F8F8F8;
}
.colours_stories_wrp .colour_stories_sldr {
  padding: 40px 0px 0px;
}
.colours_stories_wrp .colour_stories_sldr .swiper-wrapper .swiper-slide .reel_videos {
  position: relative;
  cursor: pointer;
}
.colours_stories_wrp .colour_stories_sldr .swiper-wrapper .swiper-slide .reel_videos::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play-btn.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: none;
}
.colours_stories_wrp .colour_stories_sldr .swiper-wrapper .swiper-slide .reel_videos .new_common_cta {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 8px 15px;
  font-size: 11px;
  color: var(--new-grey-color);
  background-color: var(--new-white-color);
  border-color: var(--new-white-color);
}
.colours_stories_wrp .colour_stories_sldr .swiper-wrapper .swiper-slide .reel_videos video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.why_jsw_paints {
  padding: 100px 0px 100px;
  background-color: #EEF8FF;
}
.why_jsw_paints .crv {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.why_jsw_paints .wjp_grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.why_jsw_paints .wjp_grid .wjp_box {
  margin-top: 40px;
}
.why_jsw_paints .wjp_grid .wjp_box p {
  font-family: "Graviola Book";
  letter-spacing: -0.48px;
  font-size: 24px;
  line-height: 120%;
  color: var(--new-grey-color);
  max-width: 80%;
  margin: 10px 0px 0px;
}
.why_jsw_paints .testimonials_sdlr {
  padding-bottom: 50px;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  transform-origin: top center;
  padding: 40px;
  gap: 0px 40px;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_lhs {
  width: 350px;
  height: 220px;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--new-white-color);
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_lhs .name {
  font-size: 20px;
  font-weight: 400;
  color: var(--new-white-color);
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 30px;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_lhs .name span {
  display: block;
  font-size: 14px;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs {
  width: 765px;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs h2 {
  font-family: "Graviola Book";
  font-size: 30px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: var(--new-white-color);
  margin: 0px 0px 15px;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name {
  font-size: 24px;
  font-weight: 500;
  color: var(--new-white-color);
  line-height: 120%;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card.card1 {
  background: #6c7b87;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card.card2 {
  background: #a8a078;
}
.why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card.card3 {
  background: #b58d6c;
}
.why_jsw_paints .testimonials_sdlr .testimonoal_sldr_pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--new-blue-color);
}

.new_faq_wrp {
  padding: 100px 0px;
  /* Accordion Styles */
  /* Page Styles */
}
.new_faq_wrp #accordion {
  width: 100%;
  padding-top: 1rem;
  border-bottom: 1px solid #ddd;
}
.new_faq_wrp .accordion-toggle {
  cursor: pointer;
  padding: 1.5rem 1.5rem 1.5rem;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  transition: 250ms all ease;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.new_faq_wrp .accordion-toggle .btn_cvr {
  position: relative;
  width: 16px;
  height: 16px;
}
.new_faq_wrp .accordion-toggle .btn_cvr::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--new-blue-color);
  border-radius: 50%;
}
.new_faq_wrp .accordion-toggle .button {
  position: relative;
  width: 16px;
  height: 16px;
  /* Vertical line */
  /* horizontal line */
}
.new_faq_wrp .accordion-toggle .button:before, .new_faq_wrp .accordion-toggle .button:after {
  content: "";
  position: absolute;
  background-color: #d7d7d7;
  transition: transform 0.25s ease-out;
}
.new_faq_wrp .accordion-toggle .button:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.new_faq_wrp .accordion-toggle .button:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.new_faq_wrp .accordion-toggle.opened {
  color: var(--new-grey-color);
}
.new_faq_wrp .accordion-toggle.opened .button {
  cursor: pointer;
}
.new_faq_wrp .accordion-toggle.opened .button:before {
  transform: rotate(90deg);
}
.new_faq_wrp .accordion-toggle.opened .button:after {
  transform: rotate(180deg);
}
.new_faq_wrp .accordion-toggle.opened .button:before, .new_faq_wrp .accordion-toggle.opened .button:after {
  background-color: var(--new-white-color);
}
.new_faq_wrp .accordion-toggle div.faq_ttle {
  display: inline-block;
  font-weight: 400;
}
.new_faq_wrp .accordion-content {
  display: none;
  padding: 1rem;
}
.new_faq_wrp .accordion-content.opened {
  border-color: rgba(34, 34, 34, 0.1);
}
.new_faq_wrp body {
  background-color: #FFF3F0;
}
.new_faq_wrp .container {
  padding: 1rem;
  margin: 0 auto;
  max-width: 1200px;
}
.about_seo_wrp {
  padding: 50px 0px;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}
.about_seo_wrp .new_common_container {
  max-width: 1024px;
}
.about_seo_wrp .new_common_container .moreless-button {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.about_seo_wrp .new_common_container .moreless-button.more-up::after {
  transform: translateX(0) rotate(225deg);
}
.about_seo_wrp .new_common_container .moreless-button::after {
  content: "";
  position: absolute;
  right: 0px;
  left: 50%;
  top: 0px;
  margin-top: 0px;
  margin-left: -10px;
  transform: translateX(0) rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 1px solid var(--new-grey-color);
  border-bottom: 1px solid var(--new-grey-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about_seo_wrp .new_common_container .moretext {
  display: none;
}
.about_seo_wrp .new_common_container .new_common_ttle {
  font-size: 24px;
  letter-spacing: -0.48px;
}
.about_seo_wrp .new_common_container .new_common_ttle.cntr_ttle {
  position: relative;
  margin-top: 40px;
}
.about_seo_wrp .new_common_container .new_common_ttle.cntr_ttle::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  background-color: rgba(34, 34, 34, 0.2);
}
.about_seo_wrp .new_common_container .new_common_ttle.cntr_ttle span {
  background-color: var(--new-white-color);
  padding: 0px 20px;
  position: relative;
}
.about_seo_wrp .new_common_container .new_common_desc {
  font-size: 16px;
  line-height: 140%;
  color: var(--new-grey-light-color);
}
.about_seo_wrp .new_common_container .new_top_grid {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding-bottom: 40px;
}
.about_seo_wrp .new_common_container .new_top_grid .ntg_box {
  max-width: 400px;
}
.about_seo_wrp .new_common_container .new_top_grid .ntg_box .cvr {
  margin-top: 40px;
}
.about_seo_wrp .new_common_container .new_top_grid .ntg_box .cvr h2 {
  font-size: 18px;
  color: var(--new-grey-color);
  font-weight: 500;
  line-height: 100%;
}
.about_seo_wrp .new_common_container .new_top_grid .ntg_box .cvr p {
  font-size: 16px;
  line-height: 140%;
  color: var(--new-grey-light-color);
}
.about_seo_wrp .new_common_container .ntg_nig_grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about_seo_wrp .new_common_container .ntg_nig_grid .ntg_big_box {
  max-width: 450px;
  margin-top: 40px;
}
.about_seo_wrp .new_common_container .ntg_nig_grid .ntg_big_box h2 {
  font-size: 24px;
  color: var(--new-grey-color);
  font-weight: 400;
  line-height: 100%;
}
.about_seo_wrp .new_common_container .ntg_nig_grid .ntg_big_box p {
  font-size: 16px;
  line-height: 140%;
  color: var(--new-grey-light-color);
}

@font-face {
  font-family: "Graviola";
  src: url("../fonts/Graviola-Medium.eot");
  src: url("../fonts/Graviola-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Graviola-Medium.woff2") format("woff2"), url("../fonts/Graviola-Medium.woff") format("woff"), url("../fonts/Graviola-Medium.ttf") format("truetype"), url("../fonts/Graviola-Medium.svg#Graviola-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graviola Book";
  src: url("../fonts/Graviola-Book.eot");
  src: url("../fonts/Graviola-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Graviola-Book.woff2") format("woff2"), url("../fonts/Graviola-Book.woff") format("woff"), url("../fonts/Graviola-Book.ttf") format("truetype"), url("../fonts/Graviola-Book.svg#Graviola-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}

.new_inner_banner2 {
  margin-top: 111px;
  position: relative;
  overflow: hidden;
}
.new_inner_banner2 .common_new_inner_banner {
  position: relative;
}

.ColorBannerColorCombination .ColorCombinationBg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease;
  z-index: -1;
}
.ColorBannerColorCombination .new_common_container {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  margin: auto;
  height: 100%;
  z-index: 1;
}
.ColorBannerColorCombination .Surprise-color-card {
  border-radius: 12px;
  width: 550px;
  max-width: 100%;
  height: fit-content;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  position: absolute;
  right: 100px;
  top: 60px;
  bottom: 0px;
  margin: auto;
}
.ColorBannerColorCombination .Surprise-color-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
  padding-top: 20px;
}
.ColorBannerColorCombination .Surprise-color-card-header h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  color: #111;
  /* padding-bottom: 10px; */
}
.ColorBannerColorCombination .share-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
}
.ColorBannerColorCombination .share-btn a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: grid;
  place-content: center;
}
.ColorBannerColorCombination .Surprise-color-details {
  margin: 20px 40px;
}
.ColorBannerColorCombination .Surprise-color-details p {
  margin: 6px 0;
  font-size: 15px;
  color: #555;
}
.ColorBannerColorCombination .Surprise-color-details span {
  font-weight: 500;
  color: rgba(34, 34, 34, 0.5);
  min-width: 170px;
  display: inline-block;
}
.ColorBannerColorCombination .Surprise-color-details .Surprise-color-dot {
  display: inline-block !important;
  width: 16px !important;
  height: 16px;
  border-radius: 50%;
  margin-left: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  min-width: fit-content;
}
.ColorBannerColorCombination .ideal-for {
  padding: 0px 40px;
}
.ColorBannerColorCombination .ideal-for h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.5);
}
.ColorBannerColorCombination .ideal-for p {
  margin: 0;
  font-size: 16px;
  color: #222;
  line-height: 1.2;
}
.ColorBannerColorCombination .card-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  max-width: 360px;
  margin-left: 40px;
}
.ColorBannerColorCombination .card-actions .btn {
  flex: 1;
  padding: 14px 12px;
  font-size: 15px;
  border-radius: 6px;
  border: none;
  background: #111;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ColorBannerColorCombination .card-actions .btn:hover {
  background: #444;
}
.ColorBannerColorCombination .disclaimer {
  margin-top: 16px;
  padding: 12px;
  font-size: 14px;
  color: #555;
  background: #f8f8f8;
  border-radius: 0 0 10px 10px;
  padding-left: 40px;
}
.ColorBannerColorCombination hr {
  margin: 1.4rem 40px;
}

#bannerbottomColorShade .shade-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px;
}
#bannerbottomColorShade .shade-text {
  font-size: 18px;
  color: #000;
  margin-right: 20px;
  white-space: nowrap;
  padding-left: 14%;
}
#bannerbottomColorShade .shades {
  display: flex;
  flex-grow: 1;
  height: 70px;
  /* overflow: hidden; */
  border-radius: 2px;
}
#bannerbottomColorShade .shade-wrap {
  flex: 1;
  position: relative;
}
#bannerbottomColorShade .shade {
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#bannerbottomColorShade .shade:hover {
  transform: scale(1.1);
  border: 2px solid white;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
#bannerbottomColorShade .shade.active::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

#ColorCombination {
  padding: 70px 0px;
  /* Grid container */
  /* Individual shade cards */
  /* Large box (spanning 2 rows) */
  /* Drop icon */
  /* Text inside card */
}
#ColorCombination .ColorCombination_wrap {
  display: block;
  /* always block so it can animate */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}
#ColorCombination .ColorCombination_wrap.show {
  max-height: 1000px;
  /* adjust big enough to fit content */
  opacity: 1;
  margin-bottom: 20px;
}
#ColorCombination .shade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  max-width: 1200px;
  margin: 40px auto;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.08); */
}
#ColorCombination .shade-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  color: attr(data-color color);
}
#ColorCombination .color {
  background-color: attr(data-color color);
  height: 100%;
  padding: 20px;
}
#ColorCombination .shade-card.large {
  grid-row: span 2;
}
#ColorCombination .drop-icon {
  position: absolute;
  top: 20px;
  left: 16px;
}
#ColorCombination .drop-icon svg {
  color: attr(data-color color);
  width: 80px;
}
#ColorCombination .shade-info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #222;
  transition: 0.25s ease;
}
#ColorCombination .shade-info h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
}
#ColorCombination .shade-info p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #333;
}
#ColorCombination .shade-card:hover .shade-info {
  transform: translateY(-10px) scale(1.02);
}

#Unleashing {
  background-color: #EEF8FF;
  padding: 80px 0px;
}
#Unleashing .feature-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 70px;
}
#Unleashing .feature-item {
  text-align: center;
}
#Unleashing .feature-item img {
  width: 100px;
  margin-bottom: 10px;
}
#Unleashing .feature-item p {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0px 60px;
  line-height: 1.2;
}

#shape-your-space {
  padding-bottom: 60px;
  padding-top: 60px;
}
#shape-your-space .new_common_ttle {
  margin-bottom: 40px;
}
#shape-your-space .shape-space-row {
  display: flex;
  gap: 10px;
  padding: 0px 10px;
}
#shape-your-space .shape-space-row .shape-space-col {
  flex: 1;
}
#shape-your-space .shape-space-row .shape-space-col .shapeImg {
  overflow: hidden;
  border-radius: 15px;
}

#Products-in-this-colour {
  background-color: #F8F8F8;
  padding: 80px 0px;
  /* .product-card img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  } */
}
#Products-in-this-colour .product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 35px;
  padding: 20px;
  margin-top: 60px;
}
#Products-in-this-colour .product-card {
  width: 30%;
  padding: 40px 40px;
  transition: transform 0.3s ease;
  position: relative;
  display: none;
}
#Products-in-this-colour .product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background-color: rgb(242, 232, 232);
  z-index: 1;
  border-radius: 8px;
  transition: 0.3s ease;
}
#Products-in-this-colour .product-card:hover {
  transform: translateY(-10px);
}
#Products-in-this-colour .product-card:hover::before {
  height: 82%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#Products-in-this-colour .paintBox {
  width: 270px;
  margin: auto;
  margin-top: 20px;
}
#Products-in-this-colour .paintBox img {
  width: 100%;
  object-fit: cover;
}
#Products-in-this-colour .paintName,
#Products-in-this-colour h2,
#Products-in-this-colour p,
#Products-in-this-colour .paintBox {
  position: relative;
  z-index: 2;
}
#Products-in-this-colour .product-card h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
  margin-top: 20px;
}
#Products-in-this-colour .product-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  height: 80px;
}
#Products-in-this-colour .Halo1 h2 {
  color: #A6800E;
}
#Products-in-this-colour .Halo1::before {
  background-color: #FFF5CF;
}
#Products-in-this-colour .Halo2 h2 {
  color: #A62A28;
}
#Products-in-this-colour .Halo2::before {
  background-color: #FFD7D7;
}
#Products-in-this-colour .Halo3 h2 {
  color: #23441D;
}
#Products-in-this-colour .Halo3::before {
  background-color: #DFFFBC;
}
#Products-in-this-colour .Halo4 h2 {
  color: #372D68;
}
#Products-in-this-colour .Halo4::before {
  background-color: #CFC3F3;
}
#Products-in-this-colour .Halo5 h2 {
  color: #247D73;
}
#Products-in-this-colour .Halo5::before {
  background-color: #AFEFE9;
}
#Products-in-this-colour .Aurus1 h2 {
  color: #D64883;
}
#Products-in-this-colour .Aurus1::before {
  background-color: #FFEAEF;
}
#Products-in-this-colour .noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

#inspiration {
  background-color: #318EA7;
}
#inspiration .inspiration_row {
  display: flex;
  gap: 0px;
}
#inspiration .inspiration_row .inspiration-col {
  flex: 1;
}
#inspiration .inspiration_row .inspiration-col.order-1 {
  order: 1;
}
#inspiration .inspiration-content {
  width: 480px;
  float: right;
  height: 100%;
  display: grid;
  align-items: center;
  place-content: center;
  gap: 30px;
  margin: auto;
  position: relative;
  margin-right: 160px;
}
#inspiration .inspiration-content .new_common_ttle,
#inspiration .inspiration-content p,
#inspiration .inspiration-content a {
  color: var(--new-white-color);
}
#inspiration .inspiration-content a {
  border: solid 1px var(--new-white-color);
  margin-right: 10px;
}
#inspiration .inspiration-content a:hover {
  border: solid 1px var(--new-grey-color);
}

#AboutJSWPaints {
  text-align: center;
  padding: 60px 0px;
}
#AboutJSWPaints .new_common_ttle {
  font-size: 24px;
}
#AboutJSWPaints p {
  margin-top: 15px;
  margin-bottom: 40px;
  color: #666666;
}

.productBanner .new_common_container {
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.productBanner h1 {
  color: var(--new-white-color);
  font-size: 32px;
}

.product-paint-details {
  padding-top: 40px;
}
.product-paint-details .pro-row {
  display: flex;
  flex-direction: row;
  width: 85%;
  margin: auto;
  gap: 30px;
}
.product-paint-details .pro-row .pro-l {
  flex: 0 0 440px;
}
.product-paint-details .pro-row .pro-r {
  flex: 0 0 590px;
}
.product-paint-details .pro-row .product-content {
  display: grid;
  height: 100%;
  place-content: center;
}
.product-paint-details .pro-row .product-content p {
  margin-top: 20px;
}

#New-features {
  background-color: #ffffff;
  padding: 40px 0px;
}
#New-features .new_common_container {
  border-top: solid 1px #e4e4e4;
  padding-top: 60px;
}
#New-features .feature-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  flex-wrap: wrap;
}
#New-features .feature-item {
  text-align: center;
  margin-bottom: 40px;
  width: 21%;
}
#New-features .feature-item img {
  width: 80px;
  margin-bottom: 10px;
}
#New-features .feature-item p {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0px 20px;
  line-height: 1.2;
  min-height: 70px;
}
#New-features .Footnotes {
  font-size: 12px;
  text-align: center;
  padding: 10px 380px;
}

#new_video_feature {
  background: #f0f8ff;
  padding: 50px 0px;
  padding-bottom: 80px;
}
#new_video_feature .new_Yt_video {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
#new_video_feature .new_Yt_video .playBt {
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0px;
  right: 0px;
  margin: auto;
  transform: translate(0%, 0%);
  width: 72px;
  display: block;
  height: 50px;
}

#Certifications {
  background-color: #F8F8F8;
  padding: 80px 0px;
}
#Certifications .certifications_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin: 0 auto;
  padding: 0 20px;
}
#Certifications .cert-left {
  flex: 4;
}
#Certifications .cert-left h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}
#Certifications .cert-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
#Certifications .cert-list li {
  font-size: 22px;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
  color: #222222;
  font-family: "Graviola Book";
}
#Certifications .cert-list sup {
  font-size: 12px;
  vertical-align: super;
}
#Certifications .footnote {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}
#Certifications .cert-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#Certifications .download-box {
  margin-bottom: 20px;
}
#Certifications .download-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}

#You-may-also-like {
  background-color: #ffffff;
  padding: 80px 0px;
  /* .product-card img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  } */
}
#You-may-also-like .product-container {
  margin-top: 20px;
}
#You-may-also-like .productSwiper {
  padding: 40px 0;
}
#You-may-also-like .product-card {
  /* width: 30%; */
  padding: 30px 25px;
  transition: transform 0.3s ease;
  position: relative;
}
#You-may-also-like .product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: rgb(242, 232, 232);
  z-index: 1;
  border-radius: 8px;
  transition: 0.3s ease;
}
#You-may-also-like .product-card:hover {
  transform: translateY(-10px);
}
#You-may-also-like .product-card:hover::before {
  height: 76%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#You-may-also-like .product-card .new_common_cta {
  margin-top: 20px;
  display: inline-block;
}
#You-may-also-like .paintBox {
  width: 220px;
  margin: auto;
  margin-top: 20px;
}
#You-may-also-like .paintBox img {
  width: 100%;
  object-fit: cover;
}
#You-may-also-like .paintName,
#You-may-also-like h2,
#You-may-also-like p,
#You-may-also-like .paintBox {
  position: relative;
  z-index: 2;
}
#You-may-also-like .paintName img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
#You-may-also-like .product-card h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
  margin-top: 20px;
}
#You-may-also-like .product-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  height: 80px;
}
#You-may-also-like .Halo1 h2 {
  color: #A6800E;
}
#You-may-also-like .Halo1::before {
  background-color: #FFF5CF;
}
#You-may-also-like .Halo2 h2 {
  color: #A62A28;
}
#You-may-also-like .Halo2::before {
  background-color: #FFD7D7;
}
#You-may-also-like .Halo3 h2 {
  color: #23441D;
}
#You-may-also-like .Halo3::before {
  background-color: #DFFFBC;
}
#You-may-also-like .Halo4 h2 {
  color: #372D68;
}
#You-may-also-like .Halo4::before {
  background-color: #CFC3F3;
}
#You-may-also-like .Halo5 h2 {
  color: #247D73;
}
#You-may-also-like .Halo5::before {
  background-color: #AFEFE9;
}
#You-may-also-like .Halo6 h2 {
  color: #222528;
}
#You-may-also-like .Halo6::before {
  background-color: #EEEEEE;
}
#You-may-also-like .Aurus1 h2 {
  color: #D64883;
}
#You-may-also-like .Aurus1::before {
  background-color: #FFEAEF;
}
#You-may-also-like .noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
#You-may-also-like .swiper-pagination-bullet {
  background-color: #222222;
  width: 25px;
  border-radius: 3px;
  height: 4px;
  margin: 0 5px;
}

/* footer */
.site-footer {
  background: #f0f8ff;
  padding: 40px 20px 20px;
  color: #222;
  border-top: 5px solid #17479E;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1360px;
  margin: auto;
}

.footer-left {
  flex: 1 1 70%;
}

.footer-logo img {
  max-height: 40px;
  margin-bottom: 30px;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  padding: 0;
  margin: 0 0 20px;
}
.footer-nav li {
  width: 20%;
}
.footer-nav li a {
  text-decoration: none;
  color: var(--new-blue-color);
  font-size: 15px;
  font-weight: 500;
  font-family: "Graviola";
  display: block;
  margin-bottom: 5px;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.footer-nav li ul.ftr_level2 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}
.footer-nav li ul.ftr_level2 li {
  width: 100%;
}
.footer-nav li ul.ftr_level2 li a {
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  font-family: "Graviola";
  padding: 5px 0px;
  display: inline-block;
  margin: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-nav li ul.ftr_level2 li a:hover {
  text-decoration: underline;
  color: var(--new-blue-color);
}

.footer-contact {
  display: flex;
  gap: 30px;
}
.footer-contact p {
  margin: 6px 0;
  font-size: 14px;
  color: #666666;
}
.footer-contact p a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Graviola";
  display: inline-block;
  margin-top: 3px;
}
.footer-contact p a:hover {
  text-decoration: underline;
}

/* Right section */
.footer-right {
  flex: 1 1 30%;
  max-width: 320px;
}
.footer-right h3 {
  margin: 47px 0 10px;
  font-size: 26px;
  font-weight: 400;
}
.footer-right p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #444;
}

.newsletter-form input {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.05);
}

/* Bottom row */
.footer-bottom {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #d9e2e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.footer-bottom p {
  font-size: 13px;
  color: #444;
  margin: 0;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.new_inner_banner2 {
  margin-top: 111px;
  position: relative;
  overflow: hidden;
}
.new_inner_banner2 .common_new_inner_banner {
  position: relative;
}
.new_inner_banner2 .banner-row {
  display: flex;
  gap: 0px;
  padding: 0px 0px;
}
.new_inner_banner2 .banner-row .banner-col {
  flex: 1;
}
.new_inner_banner2 .banner-row .banner-col.banner-col1 {
  flex: 1.3;
}
.new_inner_banner2 .banner-row .banner-col .bannerImg {
  overflow: hidden;
}

.new_product_list_main {
  padding: 60px 0px;
}
.new_product_list_main .new_product_list_filter {
  list-style: none;
  list-style-type: none;
  margin: 50px auto;
  padding: 0px;
  display: flex;
  width: fit-content;
}
.new_product_list_main .new_product_list_filter li a {
  text-decoration: none;
  padding: 5px 20px;
  color: var(--new-grey-color);
  font-size: 20px;
  letter-spacing: -0.6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new_product_list_main .new_product_list_filter li a:hover {
  color: var(--new-blue-color);
}
.new_product_list_main .new_product_list_filter li a.active {
  color: var(--new-blue-color);
}
.new_product_list_main .new_product_list_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.new_product_list_main .new_product_list_grid .nplg_box {
  width: 30.33%;
  margin: 15px 20px;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box {
  width: 100%;
  min-height: 700px;
  border-radius: 10px;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box:hover .prodx_cta {
  background-color: var(--new-white-color);
  color: var(--new-grey-color);
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .nplg_dark_box {
  width: 100%;
  min-height: 234px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 0px 0px 10px 10px;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr {
  min-height: 230px;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .product_ttle {
  font-size: 26px;
  font-weight: 500;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .sub_desc {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  min-height: 50px;
  margin-bottom: 20px;
  color: var(--new-grey-light-color);
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .icons_gridx {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px 10px;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .icons_gridx .icn_boxx {
  width: 22%;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .icons_gridx .icn_boxx img {
  max-width: 50px;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .icons_gridx .icn_boxx div {
  font-size: 13px;
  color: var(--new-grey-color);
  font-weight: 400;
  line-height: 120%;
  margin: 10px 0px 0px;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .icons_gridx .icn_boxx p {
  font-size: 13px;
  color: var(--new-grey-color);
  font-weight: 400;
  line-height: 120%;
  margin: 10px 0px 0px;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .newx_prod_pic {
  position: relative;
  z-index: 1;
  margin-top: 0px;
}
.new_product_list_main .new_product_list_grid .nplg_box .main_box .prodx_cta {
  color: var(--new-white-color);
  font-size: 16px;
  font-weight: 400;
  padding: 15px 40px;
  border: 1px solid var(--new-white-color);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popular_search_wrp {
  padding: 100px 0px;
  background-color: #F8F8F8;
}
.popular_search_wrp .new_common_container {
  max-width: 1133px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  margin: 40px auto 0px;
}
.popular_search_wrp .new_common_container .popular_tags {
  text-decoration: none;
  border: 1px solid var(--new-grey-color);
  border-radius: 6px;
  font-size: 16px;
  color: var(--new-grey-color);
  font-weight: 400;
  padding: 15px 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popular_search_wrp .new_common_container .popular_tags:hover {
  background-color: var(--new-grey-color);
  color: var(--new-white-color);
}

.inspiration_grid_main {
  padding: 60px 0px;
}
.inspiration_grid_main .new_common_container .ttle_cvr {
  max-width: 727px;
  margin: 0 auto;
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px 20px;
  margin-top: 50px;
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box {
  width: 31%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box:hover img {
  transform: scale(1.1);
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box:hover .flat_desc {
  transform: translate(0px, -30px);
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box:hover .flat_desc .fake_cta {
  background-color: var(--new-white-color);
  color: var(--new-grey-color);
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/overlay-room-shadow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  border-radius: 10px;
  z-index: 1;
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc {
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  transform: translate(0px, 70px);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc h2 {
  color: var(--new-white-color);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  margin: 0px 0px 25px;
}
.inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc .fake_cta {
  font-size: 16px;
  font-weight: 400;
  color: var(--new-white-color);
  border: 1px solid var(--new-white-color);
  border-radius: 6px;
  padding: 15px 40px;
  display: inline-block;
}

#inspiration_pop {
  display: none;
  padding: 0px;
}
#inspiration_pop .popup-card {
  padding: 0px;
  /* max-width: 800px; */
  width: auto;
  height: auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  /* 
  img {
  width: 100%;
  }
  */
}
#inspiration_pop .popup-card .inspi_pop_lhs {
  width: 80%;
}
#inspiration_pop .popup-card .inspi_pop_rhs {
  width: 20%;
  padding: 20px 20px;
}
#inspiration_pop .popup-card .inspi_pop_rhs h6 {
  color: #4b4b4b;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}
#inspiration_pop .popup-card .inspi_pop_rhs h2 {
  color: black;
  font-weight: 400;
  font-size: 22px;
  margin-top: 0px;
}
#inspiration_pop .popup-card .inspi_pop_rhs .inspi_color_swatch {
  width: 100px;
  height: 100px;
  display: block;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--new-white-color);
  border-radius: 6px;
}

/* waterproof */
.WaterproofingSolutions {
  padding-bottom: 50px;
}

.BenefitsWaterproofing {
  /* Grid Container */
  /* Feature Box */
  /* .Benefits-box:hover {
  background-color: #f0f4ff;
  } */
  /* Responsive tweaks */
}
.BenefitsWaterproofing h3 {
  font-size: 36px;
  color: var(--new-grey-color);
  line-height: 110%;
  letter-spacing: -1.62px;
  font-family: "Graviola Book";
  text-align: center;
}
.BenefitsWaterproofing .Benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(441px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.BenefitsWaterproofing .Benefits-box {
  background-color: #F4F3F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 28px;
  border-bottom: 2px solid #17479E;
  /* deep blue underline */
  transition: all 0.3s ease;
  position: relative;
  /* Icon */
}
.BenefitsWaterproofing .Benefits-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #17479E;
  left: 0px;
  bottom: 0px;
  transition: 0.5s;
}
.BenefitsWaterproofing .Benefits-box h4 {
  margin: 0;
  font-size: 22px;
  color: #222;
  font-family: "Graviola Book";
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.BenefitsWaterproofing .Benefits-box .Benefits-icon {
  width: 50px;
  position: relative;
  z-index: 1;
  /*   height: 38px; */
}
.BenefitsWaterproofing .Benefits-box .Benefits-icon img {
  transition: 0.5s;
}
.BenefitsWaterproofing .Benefits-box:hover h4 {
  color: var(--new-white-color);
}
.BenefitsWaterproofing .Benefits-box:hover .Benefits-icon img {
  filter: invert(100%);
}
.BenefitsWaterproofing .Benefits-box:hover:before {
  height: 100%;
}
@media (max-width: 768px) {
  .BenefitsWaterproofing .Benefits-box {
    padding: 15px 20px;
  }
  .BenefitsWaterproofing .Benefits-box h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .BenefitsWaterproofing h3 {
    font-size: 26px;
  }
  .BenefitsWaterproofing .Benefits-grid {
    padding: 0px 80px;
  }
  .BenefitsWaterproofing .Benefits-box {
    padding: 9px 28px;
  }
  .BenefitsWaterproofing .Benefits-box h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .BenefitsWaterproofing h3 {
    font-size: 26px;
  }
  .BenefitsWaterproofing .Benefits-grid {
    padding: 0px 120px;
  }
  .BenefitsWaterproofing .Benefits-box {
    padding: 6px 28px;
  }
  .BenefitsWaterproofing .Benefits-box h4 {
    font-size: 16px;
  }
  .BenefitsWaterproofing .Benefits-box .Benefits-icon {
    width: 45px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .BenefitsWaterproofing h3 {
    font-size: 24px;
  }
  .BenefitsWaterproofing .Benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(359px, 1fr));
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .BenefitsWaterproofing h3 {
    font-size: 24px;
  }
  .BenefitsWaterproofing .Benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(359px, 1fr));
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .BenefitsWaterproofing h3 {
    font-size: 26px;
  }
  .BenefitsWaterproofing .Benefits-grid {
    display: block;
  }
  .BenefitsWaterproofing .Benefits-grid .Benefits-box {
    margin-bottom: 10px;
  }
}

.WaterproofingProduct {
  background-color: #F8F8F8;
  padding: 100px 0px;
  margin-top: 100px;
  /* Grid layout */
  /* Card container */
}
.WaterproofingProduct .project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 24px;
  margin-top: 50px;
}
.WaterproofingProduct .project-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
}
.WaterproofingProduct .project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.WaterproofingProduct .project-card .project-content {
  position: absolute;
  bottom: 45px;
  left: 45px;
  right: 45px;
  color: #fff;
  z-index: 2;
  transition: 0.5s;
}
.WaterproofingProduct .project-card .project-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.WaterproofingProduct .project-card .project-content p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  color: #f0f0f0;
  max-width: 90%;
}
.WaterproofingProduct .project-card:hover img {
  transform: scale(1.1);
}
.WaterproofingProduct .project-card:hover .project-content {
  bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .WaterproofingProduct .project-grid {
    padding: 0px 60px;
  }
  .WaterproofingProduct .project-card .project-content {
    left: 35px;
    right: 35px;
  }
  .WaterproofingProduct .project-card .project-content h3 {
    font-size: 28px;
  }
  .WaterproofingProduct .project-card .project-content p {
    line-height: 1.3;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .WaterproofingProduct .project-grid {
    padding: 0px 110px;
  }
  .WaterproofingProduct .project-card .project-content {
    left: 35px;
    right: 35px;
  }
  .WaterproofingProduct .project-card .project-content h3 {
    font-size: 24px;
  }
  .WaterproofingProduct .project-card .project-content p {
    line-height: 1.5;
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .WaterproofingProduct {
    padding: 40px 0px;
    margin-top: 70px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .WaterproofingProduct {
    padding: 40px 0px;
    margin-top: 70px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .WaterproofingProduct {
    padding: 40px 0px;
    margin-top: 50px;
  }
  .WaterproofingProduct .project-grid {
    display: block;
  }
  .WaterproofingProduct .project-grid .project-card .project-content {
    left: 15px;
    right: 5px;
    bottom: 15px;
  }
  .WaterproofingProduct .project-card {
    margin-bottom: 10px;
  }
  .WaterproofingProduct .project-card .project-content h3 {
    font-size: 26px;
  }
  .WaterproofingProduct .project-card .project-content p {
    font-size: 14px;
  }
}

.new_product_list_grid.WaterstopSolutions {
  margin-top: 50px;
}
.new_product_list_grid.WaterstopSolutions .icons_gridx .icn_boxx img {
  width: 50px;
}

.no-banner {
  margin-top: 110px;
}

/* Conatct Us */
.new_contact_us {
  padding-top: 50px;
  /* Section Layout */
  /* LEFT PANEL */
  /* Map */
  /* FORM STYLE */
  /* Button */
  /* .btn-submit {
  background: linear-gradient(180deg, #0050d0 0%, #002d73 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 28px;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.3s ease;
  }

  .btn-submit:hover {
  background: linear-gradient(180deg, #003bb5 0%, #001f55 100%);
  } */
  /* Responsive Spacing */
}
.new_contact_us .contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  width: 1260px;
  margin: auto;
}
@media (max-width: 992px) {
  .new_contact_us .contact-section {
    grid-template-columns: 1fr;
  }
}
.new_contact_us .contact-left,
.new_contact_us .contact-right {
  padding: 0px;
}
.new_contact_us .contact-left p,
.new_contact_us .contact-right p {
  font-size: 14px;
  line-height: 1.5;
}
.new_contact_us .contact-left p a,
.new_contact_us .contact-right p a {
  color: black;
  text-decoration: underline !important;
  font-weight: 700;
}
.new_contact_us .contact-left {
  display: flex;
  flex-direction: column;
}
.new_contact_us .contact-right {
  padding-left: 80px;
}
.new_contact_us h2 {
  font-size: 25px;
  margin-bottom: 7px;
  color: #1f1f1f;
  font-family: "Graviola Book";
}
.new_contact_us .address {
  margin-top: 40px;
}
.new_contact_us .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.new_contact_us .contact_form {
  margin-top: 0px;
}
.new_contact_us .contact_form form {
  margin-top: 2%;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.new_contact_us .contact_form form .col-md-6 {
  flex: 0 0 auto;
  width: 48%;
}
.new_contact_us .contact-item h5 {
  font-weight: 600;
  color: #d11d1d;
  margin-bottom: 6px;
  font-size: 17px;
}
.new_contact_us .contact-item p,
.new_contact_us .contact-item a {
  font-size: 15px;
  color: #444;
  margin: 0;
  line-height: 1.5;
}
.new_contact_us .contact-item a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.new_contact_us .contact-item a:hover {
  text-decoration: underline;
}
.new_contact_us .email_wrap {
  margin-top: 40px;
}
.new_contact_us .form-label {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.new_contact_us .form-control,
.new_contact_us .form-select {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  box-shadow: none;
  padding: 12px;
  background-color: transparent;
  font-size: 16px;
  display: block;
  width: 100%;
  font-family: "Graviola Book";
  margin-bottom: 20px;
}
.new_contact_us .form-select {
  appearance: none;
  /* Disable the default arrow */
  -webkit-appearance: none;
  /* For WebKit-based browsers */
  -moz-appearance: none;
  /* For Firefox */
  background: url(../images/select-arrow.svg) no-repeat 97% center;
  background-size: 10px;
}
.new_contact_us .form-control:focus,
.new_contact_us .form-select:focus {
  border-color: var(--new-blue-color) !important;
  box-shadow: none;
}
.new_contact_us .map-container {
  margin-top: 50px;
}
.new_contact_us .paintsaremade {
  background-color: #f8f8f8;
  padding: 80px 30px;
  margin-top: 50px;
  /* .location-card:hover {
  transform: scale(1.05);
  } */
}
.new_contact_us .paintsaremade .presence-grid-wrp {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  /* padding: 20px;
  gap: 20px; */
}
.new_contact_us .paintsaremade .location-card {
  width: 48%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  /* transition: transform 0.3s ease-in-out; */
}
.new_contact_us .paintsaremade .location-image {
  width: 50%;
  height: auto;
  object-fit: cover;
}
.new_contact_us .paintsaremade .location-info {
  padding: 20px;
  flex: 1;
  height: 100%;
  display: grid;
  place-content: center;
}
.new_contact_us .paintsaremade .location-name {
  color: var(--new-grey-color);
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.new_contact_us .paintsaremade .location-info p {
  font-family: "Graviola Book";
  font-size: 18px;
  color: var(--new-grey-color);
  line-height: 140%;
  letter-spacing: -0.36px;
  margin: 10px 0px 30px;
}
@media (max-width: 768px) {
  .new_contact_us .contact-left,
  .new_contact_us .contact-right {
    padding: 30px 20px;
  }
}

/* Conatct End */
/* social */
/* General styles for the social section */
.contact-social {
  background-color: var(--new-blue-color);
  color: var(--new-white-color);
  padding: 40px 0px;
}
.contact-social h2 {
  font-size: 20px;
  margin-bottom: 7px;
  color: var(--new-white-color);
  font-weight: 400;
  font-family: "Graviola Book";
}
.contact-social .new_common_ttle {
  color: var(--new-white-color);
}

/* Style the container for the social media links */
.contact-social-links {
  /* display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px; */
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 40px;
  width: fit-content;
  margin: 40px auto;
}

/* Style for each social link */
.contact-social-link {
  /*  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: white; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 6px;
  padding: 8px;
}

/* .contact-social-link:hover {
opacity: 0.7;
}
*/
/* Icon styling */
.contact-social-icon {
  width: 40px;
}
.contact-social-icon img {
  width: 34px;
}

.contact-social-label {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--new-white-color);
}
.contact-social-label small {
  display: block;
  color: var(--new-white-color);
  font-size: 13px;
}

/* Soft Harmony */
.Inspired-shades {
  background-color: #f8f8f8;
  padding: 80px 0px;
  /* Individual shade cards */
  /* Large box (spanning 2 rows) */
  /* Drop icon */
  /* Text inside card */
  /*  .shade-card {
  &:hover {
  .shade-info {
  transform: translateY(-10px) scale(1.02);
  }
  }
  } */
}
.Inspired-shades .Inspired-shades_row {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}
.Inspired-shades .Inspired-shades_row .Inspired-shades_col:nth-child(1) {
  flex: 0 1 30%;
}
.Inspired-shades .Inspired-shades_row .Inspired-shades_col:nth-child(2) {
  flex: 0 1 60%;
}
.Inspired-shades .Inspired-shades_wrap {
  display: block;
  /* always block so it can animate */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}
.Inspired-shades .Inspired-shades_wrap.show {
  max-height: 1000px;
  /* adjust big enough to fit content */
  opacity: 1;
  margin-bottom: 20px;
}
.Inspired-shades .shade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  /* max-width: 1200px; */
  /*  margin: 40px auto; */
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.08); */
}
.Inspired-shades .shade-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  color: attr(data-color color);
}
.Inspired-shades .color {
  background-color: attr(data-color color);
  height: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.Inspired-shades .shade-desc {
  position: absolute;
  bottom: 46px;
  left: 16px;
  padding: 0px 20px;
}
.Inspired-shades .shade-desc p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 28px;
}
.Inspired-shades .shade-card.large {
  grid-row: span 2;
}
.Inspired-shades .drop-icon {
  /* position: absolute;
  top: 20px;
  left: 16px; */
  height: fit-content;
}
.Inspired-shades .drop-icon svg {
  color: attr(data-color color);
  width: 80px;
}
.Inspired-shades .shade-info {
  /* position: absolute;
  bottom: 16px;
  left: 16px; */
  color: #222;
  transition: 0.25s ease;
  height: 83px;
  display: grid;
  place-content: center;
  padding-left: 10px;
}
.Inspired-shades .shade-info h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
}
.Inspired-shades .shade-info p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #333;
}

.Softharmony_home {
  padding: 80px 0px;
  overflow: hidden;
}
.Softharmony_home .SoftharmonySlider {
  overflow: visible;
  margin-top: 50px;
}
.Softharmony_home .SoftharmonySlider .swiper-slide {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.Softharmony_home .product_ttle {
  font-size: 32px;
  font-weight: 500;
  font-family: "Graviola Book";
  margin-top: 10px;
}

.Exploreother {
  background-color: #F8F8F8;
  padding: 100px 0px;
  margin-top: 30px;
  /* Grid layout */
  /* Card container */
}
.Exploreother .Exploreother-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 24px;
  margin-top: 50px;
}
.Exploreother .Exploreother-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
}
.Exploreother .Exploreother-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  z-index: 1;
}
.Exploreother .Exploreother-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.Exploreother .Exploreother-card .Exploreother-content {
  position: absolute;
  bottom: 45px;
  left: 45px;
  right: 45px;
  color: #fff;
  z-index: 2;
  transition: 0.5s;
}
.Exploreother .Exploreother-card .Exploreother-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.Exploreother .Exploreother-card .Exploreother-content p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  color: #f0f0f0;
  max-width: 90%;
  margin-bottom: 20px;
}
.Exploreother .Exploreother-card:hover img {
  transform: scale(1.1);
}
.Exploreother .Exploreother-card:hover .Exploreother-content {
  bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .Exploreother .Exploreother-grid {
    padding: 0px 60px;
  }
  .Exploreother .Exploreother-card .Exploreother-content {
    left: 35px;
    right: 35px;
  }
  .Exploreother .Exploreother-card .Exploreother-content h3 {
    font-size: 28px;
  }
  .Exploreother .Exploreother-card .Exploreother-content p {
    line-height: 1.3;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .Exploreother .Exploreother-grid {
    padding: 0px 110px;
  }
  .Exploreother .Exploreother-card .Exploreother-content {
    left: 35px;
    right: 35px;
  }
  .Exploreother .Exploreother-card .Exploreother-content h3 {
    font-size: 24px;
  }
  .Exploreother .Exploreother-card .Exploreother-content p {
    line-height: 1.5;
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .Exploreother {
    padding: 40px 0px;
    margin-top: 70px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .Exploreother {
    padding: 40px 0px;
    margin-top: 70px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Exploreother {
    padding: 40px 0px;
    margin-top: 50px;
  }
  .Exploreother .Exploreother-grid {
    display: block;
  }
  .Exploreother .Exploreother-grid .Exploreother-card .Exploreother-content {
    left: 15px;
    right: 5px;
    bottom: 25px;
  }
  .Exploreother .Exploreother-card {
    margin-bottom: 10px;
  }
  .Exploreother .Exploreother-card .Exploreother-content h3 {
    font-size: 26px;
  }
  .Exploreother .Exploreother-card .Exploreother-content p {
    font-size: 14px;
  }
}
.Exploreother .new_common_cta {
  border-color: var(--new-white-color);
  color: var(--new-white-color);
  font-size: 16px;
}
.Exploreother .new_common_cta:hover {
  background-color: var(--new-white-color);
  color: var(--new-grey-color);
}

.fs32 {
  font-size: 32px;
}

/* Soft Harmony */
/*  */
.select2-hidden-accessible {
  appearance: none;
  /* Disable the default arrow */
  -webkit-appearance: none;
  /* For WebKit-based browsers */
  -moz-appearance: none;
  /* For Firefox */
  background: url(../images/select-arrow.svg) no-repeat 97% center;
  background-size: 10px;
}

/* @media (max-width: 1024px) {
.new_common_nav {
display: none;
}
.new_common_nav.open_nav {
display: block;
}
} */
.webform-submission-newsletter-add-form .webform-button--submit {
  background: none;
  border: 1px solid #222;
  padding: 9px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  color: #222;
  width: fit-content;
}
.webform-submission-newsletter-add-form label {
  font-size: 15px;
  font-weight: 500;
  font-family: "Graviola";
  display: block;
  margin-bottom: 5px;
}
.webform-submission-newsletter-add-form input {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  box-shadow: none;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  display: block;
  width: 100%;
  font-family: "Graviola Book";
  margin-bottom: 20px;
  background-color: var(--new-white-color);
}

@media screen and (width: 2560px) {
  #bannerbottomColorShade .shade-text {
    padding-left: 23.3%;
  }
  .new_common_container,
  .footer-container {
    max-width: 1800px;
    margin: 0 auto;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a,
  .Exploreother .Exploreother-card .Exploreother-content p {
    font-size: 20px;
  }
  .new_inner_banner .new_common_container .new_common_caption h2 {
    font-size: 60px;
  }
  .new_common_ttle {
    font-size: 54px;
  }
  .new_common_desc,
  .Inspired-shades .shade-desc p,
  #Certifications .cert-list li {
    font-size: 24px;
  }
  .Inspired-shades .shade-info h3 {
    font-size: 32px;
  }
  .Inspired-shades .shade-card {
    min-height: 360px;
  }
  .Exploreother .Exploreother-card .Exploreother-content h3 {
    font-size: 36px;
  }
  .Exploreother .new_common_cta,
  #inspiration .inspiration-content p,
  #inspiration .inspiration-content a,
  .footer-nav li a,
  .webform-submission-newsletter-add-form .webform-button--submit,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p,
  .new_common_cta {
    font-size: 20px;
  }
  .footer-nav li ul.ftr_level2 li a,
  .ColorBannerColorCombination .Surprise-color-details p {
    font-size: 18px;
  }
  .inspired_interiors_wrp::before {
    width: 41%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption {
    max-width: 490px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    width: 720px;
  }
  .ColorBannerColorCombination .ideal-for h4 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .new_common_container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .new_common_ttle {
    font-size: 40px;
  }
  .new_common_desc {
    font-size: 16px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 14px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 30px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -2.5px;
    transform: translateX(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    width: 47%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion {
    width: 48%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop {
    width: 47%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop p {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 16px;
    padding-left: 25px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a::before,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a::before {
    width: 15px;
    height: 15px;
  }
  .new_inner_banner .new_common_container .new_common_caption {
    width: 415px;
  }
  .new_inner_banner .new_common_container .new_common_caption h2 {
    font-size: 46px;
    line-height: 110%;
    letter-spacing: -2px;
  }
  .new_inner_banner .new_common_container .new_common_caption p {
    font-size: 18px;
  }
  .explore_colours_wrp .colour_family_wrp a {
    width: 100px;
    height: 70px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 100px !important;
    height: 70px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover .clr_swatch {
    width: 85px !important;
  }
  .explore_colours_wrp .color-palette .swatch .color .drop_colour svg {
    width: 50px;
  }
  .explore_colours_wrp .color-palette .swatch .name {
    font-size: 14px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    height: 95px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name {
    padding: 10px 20px;
  }
  .ctsys_wrp .ctsys_sldr {
    padding-left: 10%;
    margin-top: 50px;
  }
  #inspiration .inspiration-content {
    margin-right: 45px;
  }
  #AboutJSWPaints .new_common_ttle {
    font-size: 20px;
    letter-spacing: -0.62px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 30px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 14px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 320px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 2%;
  }
  #ColorCombination .shade-grid {
    max-width: 940px;
  }
  #ColorCombination .shade-card {
    min-height: 190px;
  }
  #ColorCombination .drop-icon svg {
    width: 60px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 22px;
  }
  #ColorCombination .shade-info p {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 18px;
  }
  #Unleashing .feature-container {
    width: 80%;
    margin: auto;
  }
  #Products-in-this-colour .paintBox {
    width: 230px;
  }
  #Products-in-this-colour .product-container {
    padding: 20px 60px;
  }
  #Products-in-this-colour .paintName img {
    width: 100px;
  }
  #AboutJSWPaints p {
    padding: 0px 181px;
    font-size: 13px;
  }
  .productBanner .new_common_container {
    max-width: 800px;
  }
  .productBanner .new_common_container .color_logo img {
    width: 170px;
  }
  .productBanner h1 {
    font-size: 26px;
  }
  #new_video_feature .new_common_container {
    max-width: 930px;
  }
  #Products-in-this-colour .product-card p {
    height: 90px;
  }
  #You-may-also-like .product-card {
    padding: 30px 20px;
  }
  #You-may-also-like .product-card h2 {
    font-size: 16px;
  }
  .new_common_breadcrumb .new_common_container ul li a {
    font-size: 13px;
  }
  .new_common_breadcrumb .new_common_container ul li a::before {
    top: 0px;
  }
  .product-paint-details .pro-row .pro-r {
    flex: 0 0 530px;
  }
  #New-features .feature-item p {
    font-size: 20px;
  }
  #new_video_feature .new_Yt_video .playBt {
    width: 52px;
    height: 30px;
  }
  #Certifications .cert-list li {
    font-size: 20px;
  }
  #Certifications .cert-left {
    margin-left: 90px;
    flex: 2;
  }
  #Certifications .cert-list li {
    padding: 10px 0;
  }
  #Certifications .download-box {
    max-width: 160px;
  }
  #Certifications .download-box h3 {
    font-size: 22px;
  }
  .footer-container {
    max-width: 1200px;
  }
  .footer-nav li a,
  .footer-contact p a {
    font-size: 13px;
  }
  .footer-contact p {
    font-size: 12px;
  }
  .footer-right h3 {
    font-size: 22px;
  }
  .footer-right p {
    font-size: 14px;
  }
  .footer-right {
    max-width: 320px;
  }
  .footer-left {
    flex: 0 1 70%;
  }
  .footer-bottom p {
    font-size: 12px;
  }
  .social-icons a img {
    width: 28px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 46px;
    letter-spacing: -1.4px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 18px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    max-width: 350px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    font-size: 22px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    font-size: 16px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption h2 {
    font-size: 42px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p {
    font-size: 16px;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 18px;
    max-width: 70%;
  }
  .why_jsw_paints .card_grid_newx .card {
    gap: 0px 40px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs {
    width: 720px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs h2 {
    font-size: 24px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs .name {
    font-size: 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 60px 60px 30px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .desc p {
    font-size: 16px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs {
    width: 700px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs h2 {
    font-size: 28px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name {
    font-size: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name span {
    font-size: 16px;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc h2 {
    font-size: 26px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 30.33%;
    margin: 15px 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .new_common_container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .new_common_ttle {
    font-size: 36px;
  }
  .new_common_desc {
    font-size: 16px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 14px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 30px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -2.5px;
    transform: translateX(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    width: 47%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion {
    width: 48%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop {
    width: 47%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop p {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 16px;
    padding-left: 25px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a::before,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a::before {
    width: 15px;
    height: 15px;
  }
  .new_inner_banner .new_common_container .new_common_caption {
    width: 415px;
  }
  .new_inner_banner .new_common_container .new_common_caption h2 {
    font-size: 46px;
    line-height: 110%;
    letter-spacing: -2px;
  }
  .new_inner_banner .new_common_container .new_common_caption p {
    font-size: 18px;
  }
  .explore_colours_wrp .colour_family_wrp a {
    width: 100px;
    height: 70px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 100px !important;
    height: 70px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover .clr_swatch {
    width: 75px !important;
  }
  .explore_colours_wrp .color-palette .swatch .color .drop_colour svg {
    width: 50px;
  }
  .explore_colours_wrp .color-palette .swatch .name {
    font-size: 14px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    height: 95px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name {
    padding: 10px 20px;
  }
  .ctsys_wrp .ctsys_sldr {
    padding-left: 10%;
    margin-top: 50px;
  }
  #inspiration .inspiration-content {
    margin-right: 45px;
  }
  #AboutJSWPaints .new_common_ttle {
    font-size: 20px;
    letter-spacing: -0.62px;
  }
  .explore_colours_wrp .view_more_wrp {
    margin-top: 3rem;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-top: 50px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 30px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 14px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 320px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 2%;
  }
  #ColorCombination .shade-grid {
    max-width: 940px;
  }
  #ColorCombination .shade-card {
    min-height: 190px;
  }
  #ColorCombination .drop-icon svg {
    width: 60px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 22px;
  }
  #ColorCombination .shade-info p {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 18px;
  }
  #Unleashing .feature-container {
    width: 80%;
    margin: auto;
  }
  #Products-in-this-colour .paintBox {
    width: 230px;
  }
  #Products-in-this-colour .product-container {
    padding: 20px 60px;
  }
  #Products-in-this-colour .paintName img {
    width: 100px;
  }
  #AboutJSWPaints p {
    padding: 0px 213px;
    font-size: 12px;
  }
  .productBanner .new_common_container {
    max-width: 1200px;
  }
  #New-features .feature-item img {
    width: 80px;
  }
  .productBanner .new_common_container .color_logo img {
    width: 170px;
  }
  .productBanner h1 {
    font-size: 26px;
  }
  #new_video_feature .new_common_container {
    max-width: 930px;
  }
  #Products-in-this-colour .product-card p {
    height: 90px;
  }
  #You-may-also-like .product-card {
    padding: 30px 20px;
  }
  #You-may-also-like .product-card h2 {
    font-size: 16px;
  }
  .new_common_breadcrumb .new_common_container ul li a {
    font-size: 13px;
  }
  .new_common_breadcrumb .new_common_container ul li a::before {
    top: 0px;
  }
  .product-paint-details .pro-row .pro-r {
    flex: 0 0 530px;
  }
  #New-features .feature-item p {
    font-size: 18px;
  }
  #new_video_feature .new_Yt_video .playBt {
    width: 52px;
    height: 30px;
  }
  #Certifications .cert-list li {
    font-size: 20px;
  }
  #Certifications .cert-left {
    margin-left: 90px;
    flex: 2;
  }
  #Certifications .cert-list li {
    padding: 10px 0;
  }
  #Certifications .download-box {
    max-width: 160px;
  }
  #Certifications .download-box h3 {
    font-size: 22px;
  }
  .footer-container {
    max-width: 1200px;
  }
  .footer-nav li a,
  .footer-contact p a {
    font-size: 13px;
  }
  .footer-contact p {
    font-size: 12px;
  }
  .footer-right h3 {
    font-size: 22px;
  }
  .footer-right p {
    font-size: 14px;
  }
  .footer-right {
    max-width: 320px;
  }
  .footer-left {
    flex: 0 1 70%;
  }
  .footer-bottom p {
    font-size: 12px;
  }
  .social-icons a img {
    width: 28px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    right: 30px;
    top: 0px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 14px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 320px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 42px;
    letter-spacing: -1.4px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 18px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    max-width: 350px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    font-size: 22px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    font-size: 16px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption h2 {
    font-size: 42px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p {
    font-size: 16px;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 18px;
    max-width: 70%;
  }
  .why_jsw_paints .card_grid_newx .card {
    gap: 0px 40px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs {
    width: 720px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs h2 {
    font-size: 24px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs .name {
    font-size: 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 60px 60px 30px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .desc p {
    font-size: 16px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs {
    width: 700px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs h2 {
    font-size: 28px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name {
    font-size: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name span {
    font-size: 16px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    right: 30px;
    top: 0px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 14px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 320px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 2%;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc h2 {
    font-size: 24px;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc {
    transform: translate(0px, 75px);
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc .fake_cta {
    font-size: 15px;
    padding: 12px 25px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 30.33%;
    margin: 15px 15px;
  }
  .contact-social-links {
    gap: 33px;
  }
  .Inspired-shades .shade-info h3 {
    font-size: 24px;
  }
  .Softharmony_home .product_ttle {
    font-size: 26px;
  }
  .Exploreother .Exploreother-card:before {
    height: 48%;
  }
  .fs32 {
    font-size: 26px;
  }
  /* .Inspired-shades .shade-card {min-height: 440px;} */
  .coi_wrp .tabs {
    margin-right: 80px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
    font-size: 14px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp img {
    width: 114px;
    top: -36%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr {
    width: 45%;
    margin: 0;
  }
  .inspired_interiors_wrp::before {
    width: 45%;
  }
  .blog-inner-nx .blog_title {
    font-size: 40px !important;
  }
  .blog-inner-nx .w-80 {
    padding-right: 100px !important;
  }
  .about-new-section1 .cvr h2 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .listing_boxes .listing_box {
    padding: 10px 0px !important;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .new_common_container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .new_common_ttle {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  #New-features .feature-item img {
    width: 80px;
  }
  #New-features .feature-item p,
  #Certifications .cert-list li {
    font-size: 18px;
  }
  .new_common_desc {
    font-size: 16px;
  }
  #Certifications .download-box h3 {
    font-size: 24px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .product_ttle {
    font-size: 24px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a,
  .popular_search_wrp .new_common_container .popular_tags {
    font-size: 14px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 30px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -2.5px;
    transform: translateX(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    width: 47%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion {
    width: 48%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop {
    width: 47%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop p {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a {
    font-size: 16px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 16px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a::before,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a::before {
    width: 15px;
    height: 15px;
  }
  .new_inner_banner .new_common_container .new_common_caption {
    width: 415px;
  }
  .new_inner_banner .new_common_container .new_common_caption h2 {
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -2px;
  }
  .new_inner_banner .new_common_container .new_common_caption p {
    font-size: 18px;
  }
  .explore_colours_wrp .colour_family_wrp a {
    width: 100px;
    height: 70px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 100px !important;
    height: 70px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover .clr_swatch {
    width: 88px !important;
    height: 40px;
  }
  .explore_colours_wrp .color-palette .swatch .color .drop_colour svg {
    width: 50px;
  }
  .explore_colours_wrp .color-palette .swatch .name {
    font-size: 13px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    height: 95px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name {
    padding: 10px 20px;
  }
  .ctsys_wrp .ctsys_sldr {
    padding-left: 10%;
    margin-top: 50px;
  }
  #inspiration .inspiration-content {
    margin-right: 45px;
  }
  #AboutJSWPaints .new_common_ttle {
    font-size: 20px;
    letter-spacing: -0.62px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch span {
    font-size: 14px;
  }
  .explore_colours_wrp .color-palette .swatch {
    min-height: 200px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch span {
    font-size: 12px;
  }
  .explore_colours_wrp .colour_family_wrp .text_hidden {
    font-size: 16px;
  }
  .explore_colours_wrp .view_more_wrp {
    margin-top: 3rem;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-top: 50px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 30px;
    max-width: 480px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 280px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 2%;
  }
  #ColorCombination .shade-grid {
    max-width: 940px;
  }
  #ColorCombination .shade-card {
    min-height: 190px;
  }
  #ColorCombination .drop-icon svg {
    width: 60px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 22px;
  }
  #ColorCombination .shade-info p {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 18px;
  }
  #Unleashing .feature-container {
    width: 80%;
    margin: auto;
  }
  #Products-in-this-colour .paintBox {
    width: 230px;
  }
  #Products-in-this-colour .product-container {
    padding: 20px 60px;
  }
  #Products-in-this-colour .paintName img {
    width: 100px;
  }
  #AboutJSWPaints p {
    padding: 0px 181px;
    font-size: 13px;
  }
  .ColorBannerColorCombination .card-actions .btn {
    font-size: 13px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    font-size: 13px;
  }
  .productBanner .new_common_container {
    max-width: 1160px;
  }
  #new_video_feature .new_common_container {
    max-width: 1100px;
  }
  /* end */
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 0px;
    max-width: 480px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.8rem 40px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 280px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 42px;
    letter-spacing: -1.4px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 18px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    max-width: 350px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    font-size: 22px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    font-size: 16px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption h2 {
    font-size: 42px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p {
    font-size: 16px;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 18px;
    max-width: 70%;
  }
  .why_jsw_paints .card_grid_newx .card {
    gap: 0px 40px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs {
    width: 720px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs h2 {
    font-size: 24px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs .name {
    font-size: 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 60px 60px 30px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .desc p {
    font-size: 16px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs {
    width: 700px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs h2 {
    font-size: 24px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name {
    font-size: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name span {
    font-size: 16px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 0px;
    max-width: 480px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 25px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    font-size: 12px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.8rem 40px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 280px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 5.5%;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc h2 {
    font-size: 24px;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc {
    transform: translate(0px, 75px);
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc .fake_cta {
    font-size: 15px;
    padding: 12px 25px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 31.33%;
    margin: 15px 10px;
  }
  .new_contact_us .contact-section {
    width: 1100px;
  }
  .new_contact_us h2 {
    font-size: 20px;
  }
  .contact-social-links {
    gap: 30px;
  }
  .contact-social-link {
    transform: scale(0.8);
  }
  .Inspired-shades .shade-info h3 {
    font-size: 24px;
  }
  .Softharmony_home .product_ttle {
    font-size: 26px;
  }
  .Exploreother .Exploreother-card:before {
    height: 48%;
  }
  .fs32 {
    font-size: 26px;
  }
  /* .Inspired-shades .shade-card {min-height: 440px;} */
  .coi_wrp .tabs {
    margin-right: 110px;
  }
  .new_common_header .new_common_bottom_head {
    padding: 10px 0px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    padding: 21px 0px;
  }
  .new_common_header .new_mega_dropdown_box.active {
    top: 85px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 12px;
  }
  .new_page_logo img {
    width: 190px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
    font-size: 13px;
  }
  .new_home_banner .sldr_custom_container .new_home_next,
  .new_home_banner .sldr_custom_container .new_home_prev {
    width: 55px;
    height: 55px;
  }
  .new_home_banner .sldr_custom_container .new_home_prev {
    left: initial;
    right: 54px;
    bottom: 146px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  .coi_wrp .swiper-button-prev {
    left: initial;
    right: 63px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp img {
    width: 100px;
    top: -30%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr {
    width: 43%;
    margin: 0;
  }
  .inspired_interiors_wrp::before {
    width: 42%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    width: 60px;
    height: 60px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    right: 50px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next {
    top: 60px;
  }
  .new_inner_banner,
  .new_inner_banner2 {
    margin-top: 86px;
  }
  .new_inner_banner .new_common_container .new_common_caption h3 {
    font-size: 24px;
  }
  #New-features .feature-item img {
    width: 75px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .prodx_cta {
    font-size: 14px;
    padding: 10px 27px;
  }
  .coi_wrp {
    padding: 50px 0px;
  }
  .footer-container,
  .container {
    max-width: 1200px !important;
  }
  .breadcrumbs .container .breadcrumb ul li a {
    font-size: 14px;
  }
  .blog_content .first_blog .first_blog_text h4 {
    font-size: 32px !important;
  }
  .blog-inner-nx .blog_title {
    font-size: 36px !important;
  }
  .blog-inner-nx .w-80 {
    padding-right: 60px;
  }
  .blog-inner-nx h2 {
    font-size: 1.7rem;
  }
  .about-new-section1 .cvr h2 {
    font-size: 58px !important;
    line-height: 1.2 !important;
  }
  .about-new-section1 .cvr {
    max-width: 900px !important;
  }
  .latest-open-wrp .section_title {
    font-size: 36px !important;
  }
  .blog_content {
    margin-top: 96px;
  }
  .listing_boxes .listing_box {
    width: 30.5% !important;
  }
  .hero_banners {
    margin-top: 84px !important;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
    font-size: 14px;
  }
}
/* Styles applied only when the viewport width is exactly 1280px */
@media screen and (width: 1280px) {
  .coi_wrp .tabs {
    margin-right: 130px;
  }
  .new_home_banner .sldr_custom_container .new_home_prev {
    right: 84px;
  }
  .new_home_banner .sldr_custom_container .new_home_next {
    right: 30px;
  }
  #New-features .feature-item p,
  #Certifications .cert-list li {
    font-size: 16px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 245px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover .clr_swatch {
    width: 84px !important;
  }
  .explore_colours_wrp .colour_family_wrp.activex {
    top: 85px;
  }
  .new_common_container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 20px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a,
  .popular_search_wrp .new_common_container .popular_tags {
    font-size: 11px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 12px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 11px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 11px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
    font-size: 11px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 30px;
    letter-spacing: -1.4px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 16px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
    font-size: 11px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    max-width: 280px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .cta_cvr .new_common_cta {
    font-size: 11px;
  }
  .new_home_banner .sldr_custom_container .new_home_next,
  .new_home_banner .sldr_custom_container .new_home_prev,
  .new_home_trending_wrp .trending_sldr .trending-next,
  .new_home_trending_wrp .trending_sldr .trending-prev,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    width: 45px;
    height: 45px;
  }
  .new_home_banner .sldr_custom_container .new_home_next span,
  .new_home_banner .sldr_custom_container .new_home_prev span,
  .new_home_trending_wrp .trending_sldr .trending-next span,
  .new_home_trending_wrp .trending_sldr .trending-prev span,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next span,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev span,
  .coi_wrp .swiper-button-next span,
  .coi_wrp .swiper-button-prev span {
    font-size: 13px;
  }
  .new_common_ttle {
    font-size: 28px;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 15px;
    max-width: 70%;
  }
  .coi_wrp .tabs {
    margin-right: 0px;
  }
  .coi_wrp .tabs li {
    font-size: 15px;
  }
  .coi_wrp .tabs {
    margin: 0px 0px 15px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    top: -55px;
    width: 45px;
    height: 45px;
  }
  .new_featured_wrp .tabs2 li {
    font-size: 15px;
  }
  .new_featured_wrp .tabs2 {
    margin: 0px 0px 20px;
  }
  .new_common_desc {
    font-size: 15px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .desc p {
    font-size: 13px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr {
    padding: 20px 0px;
  }
  .footer-container,
  .container {
    max-width: 1000px !important;
  }
  .footer-left {
    flex: 1 1 65%;
  }
  .footer-nav li a {
    font-size: 11px;
  }
  .footer-nav li ul.ftr_level2 li a {
    font-size: 11px;
  }
  .footer-right h3 {
    font-size: 20px;
  }
  .footer-right p {
    font-size: 13px;
  }
  .webform-submission-newsletter-add-form label,
  .webform-submission-newsletter-add-form input,
  .webform-submission-newsletter-add-form .webform-button--submit {
    font-size: 13px;
  }
  .footer-contact p,
  .footer-contact p a {
    font-size: 13px;
  }
  .new_home_trending_wrp .trending_sldr .trending-prev {
    left: initial;
    right: 55px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    font-size: 20px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    font-size: 13px;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-top: 20px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next {
    top: 45px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name,
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name span {
    font-size: 10px;
    padding: 0px 0px 10px 10px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid {
    width: 100%;
    height: 75px;
  }
  .new_featured_wrp .tabs-content2 {
    margin: 20px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 30px 30px 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_name {
    font-size: 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .inspired_pix img {
    max-width: 125px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx img {
    width: 45px;
    height: 45px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p {
    font-size: 10px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_desc {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 13px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* common */
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav {
    display: none;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search {
    display: none;
  }
  .new_common_header .new_common_bottom_head {
    padding: 15px 0px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_page_logo {
    width: 150px;
  }
  .new_inner_banner,
  .new_inner_banner2 {
    margin-top: 61px;
  }
  #New-features .feature-item img,
  #New-features .feature-item img {
    width: 80px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks {
    gap: 0px 7px;
    justify-content: space-between;
    width: 100%;
  }
  .new_inner_banner .new_common_container .new_common_caption {
    width: 350px;
    height: fit-content;
    position: absolute;
    top: initial;
    bottom: 30px;
    left: 0%;
    transform: translate(0%, 0%);
    padding: 0px 20px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 12px;
  }
  .new_inner_banner .new_common_container .new_common_caption h2 {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -1.4px;
  }
  .new_inner_banner .new_common_container .new_common_caption p {
    font-size: 16px;
  }
  .new_common_container {
    padding: 0px 15px;
  }
  .new_common_ttle {
    font-size: 30px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop {
    width: 100%;
    gap: 0px 10px;
    justify-content: center;
  }
  .explore_colours_wrp .colour_family_wrp {
    overflow: hidden;
    padding: 15px 0px;
  }
  .new_inner_banner .new_common_container {
    width: 100%;
  }
  .explore_colours_wrp {
    padding: 40px 0px 40px;
  }
  .explore_colours_wrp .new_common_desc {
    font-size: 16px;
    max-width: 270px;
    margin: 0 auto;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover {
    overflow-x: auto;
    flex-wrap: initial;
    white-space: nowrap;
    justify-content: flex-start;
    margin: 10px 0px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    flex: 0 0 auto;
    height: 50px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch:hover {
    transform: inherit;
    transform-origin: center center;
    box-shadow: none;
    z-index: 2;
    border: none;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch span {
    transform: translate(5px, 0px);
  }
  .explore_colours_wrp .colour_family_wrp .text_hidden {
    font-size: 16px;
    margin: 0px !important;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 85px;
    height: 30px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch span {
    transform: translate(-50%, -5px);
    font-size: 13px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch:hover span {
    transform: translate(-50%, -5px);
  }
  .explore_colours_wrp .colour_family_wrp.activex {
    top: 86px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .new_close_filter {
    width: 43px;
    height: 43px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .filter_drop {
    width: 40%;
  }
  .explore_colours_wrp .color-palette {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    /* smaller gap for mobile */
    padding: 0.5rem 1rem;
  }
  .explore_colours_wrp .color-palette .swatch .color .drop_colour svg {
    width: 40px;
    height: 94px;
  }
  .explore_colours_wrp .color-palette .swatch .name {
    font-size: 16px;
  }
  .explore_colours_wrp .color-palette .swatch .name .product_numb {
    display: block;
    font-size: 13px;
  }
  .explore_colours_wrp .color-palette .swatch {
    min-height: 225px;
  }
  .explore_colours_wrp .view_more_wrp {
    margin-top: 0rem;
  }
  .ctsys_wrp {
    padding: 40px 0px;
  }
  .ctsys_wrp .new_common_ttle {
    padding: 0px 20px;
  }
  .ctsys_wrp .ctsys_sldr {
    padding-left: 15px;
    margin-top: 30px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    height: 50px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name {
    padding: 5px 10px;
    font-size: 12px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp {
    justify-content: center;
    top: 14px;
  }
  /* Kinjal */
  .inspiration_grid_main {
    padding-top: 20px;
  }
  .hero_banners {
    margin-top: 60px !important;
  }
  .container {
    width: 970px !important;
  }
  .hero_banners {
    height: calc(100vh - 276px) !important;
  }
  /*     .ColorBannerColorCombination .new_common_container,
  .ColorBannerColorCombination .Surprise-color-card {
  position: relative;
  } */
  .vista-colour-pallet-wrp .palette-grid-wrp .palette-card {
    width: 22.83% !important;
  }
  .container.blog-inner-nx .w-80 {
    padding-right: 20px;
  }
  .about-new-section1 .cvr h2 {
    font-size: 60px !important;
    padding-left: 20px !important;
    line-height: 70px !important;
  }
  .ogp-wrp .container .ogp-rhs .ogp-sldr-wrp.wrp1 {
    margin-left: 90px !important;
  }
  .futurescape-wrp .tab-main-box .tab-box .future-cvr .future-card {
    width: 33%;
  }
  .new-media-wrp .tab-main-box .news-three-grid-wrp .news-three-card {
    width: 48% !important;
  }
  .career-grid-main .career-grid-cvr .grid-desc-box,
  .career-grid-main .career-grid-cvr .grid-big-cvr .grid-desc-bx {
    padding: 10px !important;
  }
  .career-grid-main .career-grid-cvr .grid-desc-box .ttle {
    font-size: 19px !important;
    line-height: 1.1 !important;
  }
  .career-grid-main .career-grid-cvr .grid-desc-box p {
    font-size: 12px !important;
  }
  .blog-inner-nx .blog_title {
    font-size: 40px !important;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    max-width: 55%;
    margin: auto;
    margin-right: 0px;
    top: 60px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header {
    padding: 0px 20px;
    padding-top: 20px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 25px;
  }
  .ColorBannerColorCombination .Surprise-color-details {
    margin: 20px 20px;
  }
  .ColorBannerColorCombination .ideal-for {
    padding: 0px 20px;
  }
  .ColorBannerColorCombination .card-actions {
    margin-left: 20px;
    max-width: 270px;
  }
  #ColorCombination .shade-card {
    min-height: 200px;
  }
  #ColorCombination .drop-icon svg {
    width: 57px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 19px;
    padding-right: 20px;
  }
  #Unleashing {
    padding: 30px 0px;
  }
  #Unleashing .feature-container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  #Unleashing .feature-item {
    width: 22%;
    margin-bottom: 10px;
  }
  #Unleashing .feature-item p {
    padding: 0px 30px;
    font-size: 18px;
  }
  #Unleashing .feature-item img {
    margin-bottom: 0px;
  }
  #shape-your-space {
    padding: 25px 10px;
    padding-bottom: 40px;
  }
  #Products-in-this-colour {
    padding: 30px 0px;
    padding-bottom: 40px;
  }
  #Products-in-this-colour .product-container {
    gap: 20px 20px;
    padding: 0px;
    margin-top: 30px;
    padding: 0px 100px;
  }
  #Products-in-this-colour .product-card {
    padding: 13px 12px;
    width: 48%;
  }
  #Products-in-this-colour .paintName img {
    width: 80px;
  }
  #Products-in-this-colour .product-card h2 {
    font-size: 18px;
  }
  #Products-in-this-colour .paintBox {
    width: 190px;
  }
  #Products-in-this-colour .product-card p {
    font-size: 13px;
  }
  #Products-in-this-colour .new_common_cta {
    margin-top: 30px;
    display: inline-block;
  }
  #inspiration {
    padding: 0px 0px;
    padding-bottom: 0px;
  }
  #inspiration .inspiration-content {
    width: 100%;
    margin-right: 0px;
    float: none;
    gap: 20px;
    padding-top: 0px;
    padding: 30px;
  }
  /* #inspiration .inspiration_row { display: block; } */
  #AboutJSWPaints {
    text-align: center;
    padding: 30px 0px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
    padding-left: 20px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.7rem 14px;
  }
  #bannerbottomColorShade .shade-text {
    margin-right: 0px;
    padding: 11px 0px;
    text-align: center;
  }
  #bannerbottomColorShade .shade-bar {
    display: block;
    overflow: hidden;
  }
  #bannerbottomColorShade .shades {
    height: 50px;
    width: 100vw;
    flex-wrap: nowrap;
    display: flex;
    overflow: scroll;
  }
  #bannerbottomColorShade .shade {
    flex: none;
    position: relative;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 20%;
  }
  #ColorCombination {
    padding: 20px 0px;
    padding-bottom: 50px;
  }
  #ColorCombination .new_common_ttle {
    margin-bottom: 30px;
  }
  #ColorCombination .shade-grid {
    margin: 0px auto;
    max-width: 700px;
  }
  #ColorCombination .ColorCombination_wrap {
    margin-bottom: 30px;
  }
  #AboutJSWPaints p {
    font-size: 16px;
  }
  /*   .ColorBannerColorCombination .share-btn a img {
  width: 20px;
  height: auto !important;
  } */
  .new_inner_banner2 .common_new_inner_banner img {
    width: 100%;
  }
  /* new */
  .footer-nav {
    gap: 0px;
  }
  .footer-nav li a {
    font-size: 15px;
  }
  /* .productBanner .new_common_container {text-align: center;justify-content: end;} */
  .productBanner .new_common_container .color_logo img {
    width: 150px;
  }
  .productBanner h1 {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .new_common_breadcrumb .new_common_container ul li a {
    font-size: 13px;
  }
  .product-paint-details .pro-row {
    width: 100%;
  }
  .product-paint-details .pro-row .pro-l {
    flex: 0 0 350px;
  }
  .product-paint-details .pro-row .pro-r {
    flex: 0 0 580px;
  }
  .product-paint-details {
    padding-top: 30px;
  }
  #New-features {
    padding: 30px 0px;
  }
  #New-features .new_common_container {
    padding-top: 40px;
  }
  #New-features .feature-item {
    width: 33%;
  }
  #New-features .feature-item p {
    font-size: 19px;
    padding: 0px 20px;
  }
  #New-features .Footnotes {
    padding: 10px 20px;
  }
  #new_video_feature .new_Yt_video .playBt {
    width: 40px;
    height: 13px;
    transform: translate(0%, -50%);
  }
  #Certifications {
    padding: 40px 0px;
  }
  /* #Certifications .certifications_row { display: block; } */
  #Certifications .cert-list li {
    font-size: 18px;
    line-height: 1.3;
  }
  #Certifications .download-box h3 {
    font-size: 22px;
    padding-right: 60px;
  }
  #You-may-also-like {
    padding: 40px 0px;
  }
  #You-may-also-like .product-container {
    margin-top: 0px;
  }
  #You-may-also-like .paintBox {
    width: 170px;
  }
  #new_video_feature .new_Yt_video {
    max-width: 760px;
    margin: auto;
    margin-top: 40px;
  }
  #You-may-also-like .product-card {
    padding: 20px 15px;
  }
  #You-may-also-like .product-card h2 {
    font-size: 16px;
    height: 30px;
  }
  #You-may-also-like .product-card p {
    line-height: 1.2;
  }
  /* kinjal */
  .new_inner_banner2 .common_new_inner_banner img {
    width: 100%;
  }
  .about_seo_wrp .new_common_container .new_top_grid {
    flex-wrap: wrap;
  }
  .about_seo_wrp .new_common_container .new_top_grid .ntg_box {
    max-width: 100%;
  }
  .new_common_header .new_common_top_head {
    display: none;
  }
  .new_home_banner {
    width: 100%;
    height: 100vh;
  }
  .new_home_banner .swiper {
    height: 100%;
  }
  .new_home_banner .swiper .swiper-wrapper .swiper-slide .new_common_bnr img {
    max-width: 100%;
    height: auto;
  }
  .new_home_banner .swiper .swiper-wrapper .swiper-slide .new_common_container {
    width: 100%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    padding: 0px 15px;
    width: 60%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 36px;
    letter-spacing: -1.4px;
    max-width: 70%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 br {
    display: none;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 18px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_next,
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_prev {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_next {
    right: 10px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_prev {
    left: initial;
    right: 55px;
    bottom: 60px;
  }
  .new_home_trending_wrp {
    padding: 40px 0px 40px;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-left: 15px;
    padding-top: 20px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp img {
    width: 80px;
    height: 181px;
    position: absolute;
    left: 10px;
    top: -50%;
    transform: translate(0%, 50%);
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    padding: 0px 90px 0px 15px;
    font-size: 20px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    display: block;
    font-size: 16px;
  }
  .inspired_interiors_wrp {
    padding: 40px 0px 40px;
  }
  .inspired_interiors_wrp::before {
    width: 100%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb {
    width: 50%;
    margin: 0;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr .swiper-wrapper .swiper-slide img {
    border-radius: 10px 10px 0px 0px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption {
    max-width: 80%;
    padding: 15px 15px 30px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption h2 {
    font-size: 36px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p {
    font-size: 16px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    width: 45px;
    height: 45px;
    top: 0px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp {
    margin-top: -25px;
    padding-top: 40px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    right: 55px;
  }
  .why_jsw_paints {
    padding: 40px 0px 0px;
  }
  .why_jsw_paints .wjp_grid {
    flex-wrap: wrap;
  }
  .why_jsw_paints .wjp_grid .wjp_box {
    width: 50%;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 16px;
  }
  .why_jsw_paints .card_grid_newx {
    height: 600px;
  }
  .why_jsw_paints .card_grid_newx .card {
    padding: 20px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs h2 {
    font-size: 20px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs {
    width: 100%;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_lhs {
    width: 100%;
    margin-bottom: 20px;
  }
  .why_jsw_paints .card_grid_newx .card {
    display: block;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs .name {
    font-size: 20px;
  }
  .coi_wrp {
    padding: 40px 0px;
  }
  .coi_wrp .new_common_container {
    display: block;
    text-align: left;
  }
  .coi_wrp .new_common_container h2 {
    max-width: 80%;
  }
  .coi_wrp .tabs {
    margin: 40px 0px 20px;
    display: flex;
    justify-content: space-between;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name {
    font-size: 11px;
    padding: 10px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name span {
    font-size: 10px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid {
    height: 70px;
  }
  .new_featured_wrp .new_common_container {
    display: block;
  }
  .new_featured_wrp .tabs2 {
    margin: 20px 0px;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }
  .new_featured_wrp .tabs2::-webkit-scrollbar {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 20px;
    width: 100%;
    height: 500px;
    flex-wrap: wrap;
    align-items: center;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs {
    width: 40%;
    order: 2;
    align-items: flex-start;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs {
    width: 60%;
    order: 1;
    margin-top: 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs .design {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 15%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .inspired_pix .img-fluid {
    max-width: 50%;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_name {
    font-size: 22px;
    margin: 5px 0px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_desc {
    font-size: 18px;
    margin: 5px 0px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx {
    width: 42%;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx img {
    width: 40px;
    height: 40px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p {
    text-align: left;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p br {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .new_common_cta {
    position: relative;
    bottom: initial;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box::before {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .new_common_cta {
    border-color: var(--new-grey-color);
    color: var(--new-grey-color);
  }
  .new_tips_wrp .new_common_container .cvr {
    display: block;
  }
  .new_common_desc {
    font-size: 16px;
  }
  .new_featured_wrp {
    padding: 0px 0px 40px;
  }
  .new_tips_wrp {
    padding: 0px 0px 40px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .swiper-wrapper .swiper-slide .new_common_bnr img {
    width: 100%;
  }
  .colours_stories_wrp {
    padding: 40px 0px;
  }
  .new_faq_wrp {
    padding: 40px 0px;
  }
  .new_faq_wrp .accordion-toggle {
    padding-left: 0px;
  }
  .new_faq_wrp .accordion-toggle div.faq_ttle {
    padding-right: 15px;
    font-size: 20px;
  }
  .new_faq_wrp .accordion-toggle .btn_cvr::before {
    top: 55%;
  }
  .new_faq_wrp .accordion-content {
    padding: 0px;
    font-size: 16px;
  }
  .about_seo_wrp .new_common_container .ntg_nig_grid {
    flex-wrap: wrap;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card {
    height: 500px;
    display: block;
    padding: 15px;
    align-items: flex-start;
    gap: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs h2 {
    font-size: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name {
    font-size: 16px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name span {
    font-size: 13px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs {
    width: 100%;
    margin-top: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_lhs {
    width: 100%;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    max-width: 40%;
    margin: auto;
    margin-right: 0px;
    top: 0px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header {
    padding: 0px 20px;
    padding-top: 10px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 25px;
  }
  .ColorBannerColorCombination .Surprise-color-details {
    margin: 20px 20px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.7rem 14px;
  }
  .ColorBannerColorCombination .ideal-for {
    padding: 0px 20px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 14px;
  }
  .ColorBannerColorCombination .card-actions {
    margin-left: 20px;
    max-width: 270px;
  }
  .ColorBannerColorCombination .card-actions .btn {
    padding: 10px 12px;
    font-size: 13px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
    padding-left: 20px;
  }
  #bannerbottomColorShade .shade-bar {
    display: block;
    overflow: hidden;
  }
  #bannerbottomColorShade .shade-text {
    margin-right: 0px;
    padding: 11px 0px;
    text-align: center;
  }
  #bannerbottomColorShade .shades {
    height: 50px;
    width: 100vw;
    flex-wrap: nowrap;
    display: flex;
    overflow: scroll;
  }
  #bannerbottomColorShade .shade {
    flex: none;
    position: relative;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 20%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav {
    display: flex;
    width: 100vw;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 100%;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav.open_nav {
    left: 0%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li {
    width: 100%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links:after {
    right: 0px;
    top: 50%;
    transform: translateX(-50%) rotate(316deg);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li.mobile_only_display {
    display: block;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.active::before {
    display: none;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 15px;
  }
  .new_common_header .new_common_bottom_head .new_common_container #nav-icon3 {
    display: block;
  }
  .new_common_header .new_mega_dropdown_box {
    width: 100%;
    top: 60px !important;
    left: 100%;
    z-index: 10;
    height: 100vh;
  }
  .new_common_header .new_mega_dropdown_box.active {
    left: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_lvl2_placeholder {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box {
    position: fixed;
    top: 0px;
    left: 100%;
    padding: 20px;
    height: calc(100vh - 60px);
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.drop_active1::before {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.drop_active1 {
    background-color: transparent;
    box-shadow: none;
    color: var(--new-grey-color);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.dropx.dropx.drop_active1::after {
    opacity: 1;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_caption {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .products_links_boxx {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 {
    background-color: #f8f8f8;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.mob_block {
    display: block !important;
    left: -100%;
    position: absolute;
    top: 60px;
    padding: 0px 20px;
    z-index: 11;
    width: 100%;
    height: 100vh;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 {
    width: 100% !important;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 60px;
    left: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion {
    width: 100%;
    margin: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop {
    width: 100%;
    left: 0;
    top: 0px;
    position: relative;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_mid_lvl2 {
    display: block !important;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .products_links_boxx {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 15px;
    padding: 10px 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
  }
  .new_common_header .new_mega_dropdown_box {
    padding: 0px;
  }
  .new_common_header .new_mega_dropdown_box .back_btn {
    display: block;
    padding: 15px 15px 15px 25px;
    color: var(--new-grey-color);
    font-weight: 700;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    position: relative;
  }
  .new_common_header .new_mega_dropdown_box .back_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 .back_btn2 {
    display: block;
    padding: 15px 15px 15px 15px;
    color: var(--new-grey-color);
    font-weight: 700;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    position: relative;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 .back_btn2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top {
    gap: 20px 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 16px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a::before,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a::before {
    width: 15px;
    height: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop {
    width: 47%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links.active:after {
    margin-top: 0px;
    transform: translateX(-50%) rotate(315deg);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a:hover::before {
    display: none;
  }
  .new_home_banner .sldr_custom_container {
    width: 100%;
  }
  .new_home_banner .sldr_custom_container .new_home_next,
  .new_home_banner .sldr_custom_container .new_home_prev {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
  .new_home_banner .sldr_custom_container .new_home_next {
    right: 10px;
  }
  .new_home_banner .sldr_custom_container .new_home_prev {
    left: initial;
    right: 55px;
    bottom: 60px;
  }
  .new_home_banner {
    width: 100%;
    height: 523px;
    position: relative;
  }
  .new_home_banner .sldr_custom_container {
    width: 100px;
    transform: none;
    right: 0px;
    left: initial;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid {
    flex-wrap: wrap;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid .icns {
    width: 15%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
    font-size: 11px;
  }
  .new_product_list_main {
    padding: 40px 0px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 47.33%;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .icons_gridx .icn_boxx img {
    max-width: 50px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .sub_desc {
    font-size: 13px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .product_ttle {
    font-size: 24px;
  }
  .popular_search_wrp {
    padding: 40px 0px;
  }
  .popular_search_wrp .new_common_container .popular_tags {
    font-size: 15px;
    padding: 10px 10px;
    width: 31%;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box {
    width: 31%;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc h2 {
    font-size: 20px;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc {
    transform: translate(0px, 0px);
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc .fake_cta {
    font-size: 13px;
    padding: 10px 20px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 45.33%;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box {
    width: 100%;
    min-height: 750px;
  }
  #inspiration_pop .popup-card .inspi_pop_rhs .inspi_color_swatch {
    width: 80px;
    height: 80px;
  }
  #inspiration_pop .popup-card .inspi_pop_lhs {
    width: 75%;
  }
  #inspiration_pop .popup-card .inspi_pop_rhs {
    width: 25%;
  }
  #inspiration_pop .popup-card .inspi_pop_rhs h6 {
    font-size: 14px;
  }
  .new_contact_us .contact-section {
    width: 100%;
  }
  .no-banner {
    margin-top: 60px;
  }
  .new_contact_us {
    padding-top: 10px;
  }
  .new_contact_us .paintsaremade .location-name {
    font-size: 21px;
  }
  .new_contact_us .paintsaremade .location-info p {
    font-size: 16px;
  }
  .Inspired-shades .Inspired-shades_row .Inspired-shades_col:nth-child(2) {
    flex: 0 1 57%;
  }
  .Inspired-shades .drop-icon svg {
    color: attr(data-color color);
    width: 53px;
  }
  .Inspired-shades .color {
    padding: 12px;
  }
  .Inspired-shades .shade-info h3 {
    font-size: 23px;
  }
  .Inspired-shades .shade-info {
    padding-left: 3px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    top: inherit;
    bottom: -70px;
  }
  .coi_wrp {
    padding: 40px 0px;
    padding-bottom: 100px;
  }
  .coi_wrp .swiper-button-prev {
    left: initial;
    right: 54px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .new_common_nav {
    display: none;
  }
  .new_common_nav.open_nav {
    display: block;
  }
  .section_title {
    font-size: 26px !important;
  }
  .listing_boxes .listing_box {
    width: 31% !important;
  }
  .mt-header {
    margin-top: 66px !important;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    z-index: 9999;
    padding: 10px 52px 10px 10px;
  }
  .header-search input[name=search_api_fulltext] {
    border-radius: 0px !important;
    background-size: 19px !important;
  }
  .search_close_btn {
    display: block !important;
    position: fixed;
    top: 17px;
    right: 14px;
    z-index: 9999;
    padding: 1px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #222;
    opacity: 1;
    height: 28px;
    border-radius: 4px;
  }
  .search_close_btn img {
    width: 11px;
  }
  .search-autocomplete-results {
    position: relative !important;
  }
  .search_icon_for_mobile {
    position: fixed;
    top: 18px;
    right: 52px;
    z-index: 99;
    display: block !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* common */
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav {
    display: none;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search {
    display: none;
  }
  .new_common_header .new_common_bottom_head {
    padding: 15px 0px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_page_logo {
    width: 150px;
  }
  .new_inner_banner {
    margin-top: 61px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks {
    gap: 0px 7px;
    justify-content: space-between;
    width: 100%;
  }
  .new_inner_banner .new_common_container .new_common_caption {
    width: 350px;
    height: fit-content;
    position: absolute;
    top: initial;
    bottom: 30px;
    left: 0%;
    transform: translate(0%, 0%);
    padding: 0px 20px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 12px;
  }
  .new_inner_banner .new_common_container .new_common_caption h2 {
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -1.4px;
  }
  .new_inner_banner .new_common_container .new_common_caption p {
    font-size: 16px;
  }
  .new_common_container {
    padding: 0px 15px;
    /* max-width: 650px; */
  }
  .new_common_ttle {
    font-size: 30px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop {
    width: 100%;
    gap: 0px 10px;
    justify-content: center;
  }
  .explore_colours_wrp .colour_family_wrp {
    overflow: hidden;
    padding: 15px 0px;
  }
  .new_inner_banner .new_common_container {
    width: 100%;
  }
  .explore_colours_wrp {
    padding: 40px 0px 40px;
  }
  .explore_colours_wrp .new_common_desc {
    font-size: 16px;
    max-width: 270px;
    margin: 0 auto;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover {
    overflow-x: auto;
    flex-wrap: initial;
    white-space: nowrap;
    justify-content: flex-start;
    margin: 10px 0px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    flex: 0 0 auto;
    height: 50px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch:hover {
    transform: inherit;
    transform-origin: center center;
    box-shadow: none;
    z-index: 2;
    border: none;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch span {
    transform: translate(5px, 0px);
  }
  .explore_colours_wrp .colour_family_wrp .text_hidden {
    font-size: 16px;
    margin: 0px !important;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 80px;
    height: 30px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch span {
    transform: translate(-50%, -5px);
    font-size: 13px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch:hover span {
    transform: translate(-50%, -5px);
  }
  .explore_colours_wrp .colour_family_wrp.activex {
    top: 86px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .new_close_filter {
    width: 43px;
    height: 43px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .filter_drop {
    width: 40%;
  }
  .explore_colours_wrp .color-palette {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    /* smaller gap for mobile */
    padding: 0.5rem 1rem;
  }
  .explore_colours_wrp .color-palette .swatch .color .drop_colour svg {
    width: 40px;
    height: 94px;
  }
  .explore_colours_wrp .color-palette .swatch .name {
    font-size: 16px;
  }
  .explore_colours_wrp .color-palette .swatch .name .product_numb {
    display: block;
    font-size: 13px;
  }
  .explore_colours_wrp .color-palette .swatch {
    min-height: 225px;
  }
  .explore_colours_wrp .view_more_wrp {
    margin-top: 0rem;
  }
  .ctsys_wrp {
    padding: 40px 0px;
  }
  .ctsys_wrp .new_common_ttle {
    padding: 0px 20px;
  }
  .ctsys_wrp .ctsys_sldr {
    padding-left: 15px;
    margin-top: 30px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    height: 50px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name {
    padding: 5px 10px;
    font-size: 12px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp {
    justify-content: center;
    top: 15px;
  }
  /* Kinjal */
  /*    .ColorBannerColorCombination .new_common_container,
  .ColorBannerColorCombination .Surprise-color-card {
  position: relative;
  } */
  .ColorBannerColorCombination .Surprise-color-card {
    max-width: 58%;
    margin: auto;
    top: 60px;
    right: 0px;
    left: inherit;
    margin-right: 0px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header {
    padding: 0px 20px;
    padding-top: 20px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 25px;
  }
  .ColorBannerColorCombination .Surprise-color-details {
    margin: 20px 20px;
  }
  .ColorBannerColorCombination .ideal-for {
    padding: 0px 20px;
  }
  .ColorBannerColorCombination .card-actions {
    margin-left: 20px;
    max-width: 270px;
  }
  #ColorCombination .shade-card {
    min-height: 200px;
  }
  #ColorCombination .drop-icon svg {
    width: 57px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 19px;
    padding-right: 20px;
  }
  #Unleashing {
    padding: 30px 0px;
  }
  #Unleashing .feature-container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  #Unleashing .feature-item {
    width: 50%;
    margin-bottom: 10px;
  }
  #Unleashing .feature-item p {
    padding: 0px 30px;
    font-size: 18px;
  }
  #Unleashing .feature-item img {
    margin-bottom: 0px;
  }
  #shape-your-space {
    padding: 25px 10px;
    padding-bottom: 40px;
  }
  #Products-in-this-colour {
    padding: 30px 0px;
    padding-bottom: 40px;
  }
  #Products-in-this-colour .product-container {
    gap: 20px 25px;
    padding: 0px;
    margin-top: 30px;
  }
  #Products-in-this-colour .product-card {
    padding: 13px 12px;
    width: 48%;
  }
  #Products-in-this-colour .paintName img {
    width: 80px;
  }
  #Products-in-this-colour .product-card h2 {
    font-size: 16px;
  }
  #Products-in-this-colour .paintBox {
    width: 220px;
  }
  #Products-in-this-colour .product-card p {
    font-size: 13px;
  }
  #Products-in-this-colour .new_common_cta {
    margin-top: 30px;
    display: inline-block;
  }
  #inspiration {
    padding: 0px 0px;
    padding-bottom: 40px;
  }
  #inspiration .inspiration-content {
    width: 100%;
    margin-right: 0px;
    float: none;
    gap: 20px;
    padding-top: 20px;
  }
  #inspiration .inspiration_row {
    display: block;
  }
  #AboutJSWPaints {
    text-align: center;
    padding: 30px 0px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
    padding-left: 20px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.7rem 14px;
  }
  #bannerbottomColorShade .shade-text {
    margin-right: 0px;
    padding: 11px 0px;
    text-align: center;
  }
  #bannerbottomColorShade .shade-bar {
    display: block;
    overflow: hidden;
  }
  #bannerbottomColorShade .shades {
    height: 50px;
    width: 100vw;
    flex-wrap: nowrap;
    display: flex;
    overflow: scroll;
  }
  #bannerbottomColorShade .shade {
    flex: none;
    position: relative;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 20%;
  }
  #ColorCombination {
    padding: 20px 0px;
    padding-bottom: 50px;
  }
  #ColorCombination .new_common_ttle {
    margin-bottom: 30px;
  }
  #ColorCombination .shade-grid {
    margin: 0px auto;
  }
  #ColorCombination .ColorCombination_wrap {
    margin-bottom: 30px;
  }
  #AboutJSWPaints p {
    font-size: 14px;
    padding: 0px 60px;
  }
  /*     .ColorBannerColorCombination .share-btn a img {
  width: 20px;
  height: auto !important;
  } */
  .new_inner_banner2 .common_new_inner_banner img {
    width: 100%;
  }
  /* Kinjal */
  .footer-container {
    display: block;
  }
  .productBanner .new_common_container {
    /* text-align: center; */
    justify-content: end;
  }
  .new_common_breadcrumb .new_common_container ul li {
    font-size: 14px;
  }
  .productBanner .new_common_container .color_logo img {
    width: 150px;
  }
  .productBanner h1 {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .new_common_breadcrumb .new_common_container ul li a {
    font-size: 13px;
  }
  .product-paint-details .pro-row {
    width: 100%;
  }
  .product-paint-details .pro-row .pro-l {
    flex: 0 0 240px;
  }
  .product-paint-details .pro-row .pro-r {
    flex: 0 0 440px;
  }
  .product-paint-details {
    padding-top: 30px;
  }
  #New-features {
    padding: 30px 0px;
  }
  #New-features .new_common_container {
    padding-top: 40px;
  }
  #New-features .feature-item {
    width: 33%;
  }
  #New-features .feature-item p {
    font-size: 19px;
    padding: 0px 20px;
  }
  #New-features .Footnotes {
    padding: 10px 20px;
  }
  #new_video_feature .new_Yt_video .playBt {
    width: 40px;
    height: 13px;
    transform: translate(0%, -50%);
  }
  #Certifications {
    padding: 40px 0px;
  }
  /* #Certifications .certifications_row { display: block; } */
  #Certifications .cert-list li {
    font-size: 16px;
    line-height: 1.3;
  }
  #Certifications .download-box h3 {
    font-size: 22px;
    padding-right: 20px;
  }
  #You-may-also-like {
    padding: 40px 0px;
  }
  #You-may-also-like .product-container {
    margin-top: 0px;
  }
  .social-icons img {
    width: 30px;
  }
  /* kinjal */
  .new_inner_banner2 .common_new_inner_banner img {
    width: 100%;
  }
  .new_common_header .new_common_top_head {
    display: none;
  }
  .new_home_banner {
    width: 100%;
    height: 100vh;
  }
  .new_home_banner .swiper {
    height: 100%;
  }
  .new_home_banner .swiper .swiper-wrapper .swiper-slide .new_common_bnr img {
    max-width: 100%;
    height: auto;
  }
  .new_home_banner .swiper .swiper-wrapper .swiper-slide .new_common_container {
    width: 100%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    padding: 0px 15px;
    width: 60%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 26px;
    letter-spacing: -1.4px;
    max-width: 70%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 br {
    display: none;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 18px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_next,
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_prev {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_next {
    right: 10px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_prev {
    left: initial;
    right: 55px;
    bottom: 60px;
  }
  .new_home_trending_wrp {
    padding: 40px 0px 40px;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-left: 15px;
    padding-top: 20px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp img {
    width: 80px;
    height: 181px;
    position: absolute;
    left: 10px;
    top: -50%;
    transform: translate(0%, 50%);
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    padding: 0px 90px 0px 15px;
    font-size: 22px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    display: block;
    font-size: 16px;
  }
  .inspired_interiors_wrp {
    padding: 40px 0px 40px;
  }
  .inspired_interiors_wrp::before {
    width: 100%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb {
    width: 50%;
    margin: 0;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr .swiper-wrapper .swiper-slide img {
    border-radius: 10px 10px 0px 0px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption {
    max-width: 80%;
    padding: 15px 15px 30px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption h2 {
    font-size: 36px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p {
    font-size: 16px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    width: 45px;
    height: 45px;
    top: 0px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp {
    margin-top: -25px;
    padding-top: 40px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    right: 55px;
  }
  .why_jsw_paints {
    padding: 40px 0px 0px;
  }
  .why_jsw_paints .wjp_grid {
    flex-wrap: wrap;
  }
  .why_jsw_paints .wjp_grid .wjp_box {
    width: 50%;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 16px;
  }
  .why_jsw_paints .card_grid_newx {
    height: 600px;
  }
  .why_jsw_paints .card_grid_newx .card {
    padding: 20px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs h2 {
    font-size: 20px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs {
    width: 100%;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_lhs {
    width: 100%;
    margin-bottom: 20px;
  }
  .why_jsw_paints .card_grid_newx .card {
    display: block;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs .name {
    font-size: 20px;
  }
  .coi_wrp {
    padding: 40px 0px;
  }
  .coi_wrp .new_common_container {
    display: block;
    text-align: left;
  }
  .coi_wrp .new_common_container h2 {
    max-width: 80%;
  }
  .coi_wrp .tabs {
    margin: 40px 0px 20px;
    display: flex;
    justify-content: space-between;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name {
    font-size: 11px;
    padding: 10px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name span {
    font-size: 10px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid {
    height: 70px;
  }
  .new_featured_wrp .new_common_container {
    display: block;
  }
  .new_featured_wrp .tabs2 {
    margin: 20px 0px;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }
  .new_featured_wrp .tabs2::-webkit-scrollbar {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 20px;
    width: 100%;
    height: 750px;
    flex-wrap: wrap;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs {
    width: 100%;
    order: 1;
    align-items: flex-start;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs {
    width: 100%;
    order: 2;
    margin-top: -35px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs .design {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 15%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .inspired_pix .img-fluid {
    max-width: 50%;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_name {
    font-size: 22px;
    margin: 5px 0px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_desc {
    font-size: 18px;
    margin: 5px 0px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx {
    width: 42%;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx img {
    width: 40px;
    height: 40px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p {
    text-align: left;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p br {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .new_common_cta {
    position: relative;
    bottom: initial;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box::before {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .new_common_cta {
    border-color: var(--new-grey-color);
    color: var(--new-grey-color);
  }
  .new_tips_wrp .new_common_container .cvr {
    display: block;
  }
  .new_common_desc {
    font-size: 16px;
  }
  .new_featured_wrp {
    padding: 0px 0px 40px;
  }
  .new_tips_wrp {
    padding: 0px 0px 40px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .swiper-wrapper .swiper-slide .new_common_bnr img {
    width: 100%;
  }
  .colours_stories_wrp {
    padding: 40px 0px;
  }
  .new_faq_wrp {
    padding: 40px 0px;
  }
  .new_faq_wrp .accordion-toggle {
    padding-left: 0px;
  }
  .new_faq_wrp .accordion-toggle div.faq_ttle {
    padding-right: 15px;
    font-size: 20px;
  }
  .new_faq_wrp .accordion-toggle .btn_cvr::before {
    top: 55%;
  }
  .new_faq_wrp .accordion-content {
    padding: 0px;
    font-size: 16px;
  }
  .about_seo_wrp .new_common_container .ntg_nig_grid {
    flex-wrap: wrap;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card {
    height: 420px;
    display: block;
    padding: 15px;
    align-items: flex-start;
    gap: 20px;
  }
  .new_inner_banner2 {
    margin-top: 61px;
  }
  #New-features .feature-item img {
    width: 70px;
    margin-bottom: 10px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs h2 {
    font-size: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name {
    font-size: 16px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name span {
    font-size: 13px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs {
    width: 100%;
    margin-top: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_lhs {
    width: 100%;
  }
  .about_seo_wrp .new_common_container .new_top_grid {
    flex-wrap: wrap;
  }
  .about_seo_wrp .new_common_container .new_top_grid .ntg_box {
    max-width: 100%;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    max-width: 45%;
    margin: auto;
    top: 0px;
    right: 30px;
    left: inherit;
    margin-right: 0px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header {
    padding: 0px 20px;
    padding-top: 10px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 23px;
  }
  .ColorBannerColorCombination .Surprise-color-details {
    margin: 10px 20px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    margin: 3px 0;
    font-size: 13px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.7rem 14px;
  }
  .ColorBannerColorCombination .ideal-for {
    padding: 0px 20px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    margin-left: 20px;
    max-width: 270px;
  }
  .ColorBannerColorCombination .card-actions .btn {
    padding: 10px 12px;
    font-size: 13px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
    padding-left: 20px;
    margin-top: 10px;
  }
  #bannerbottomColorShade .shade-bar {
    display: block;
    overflow: hidden;
  }
  #bannerbottomColorShade .shade-text {
    margin-right: 0px;
    padding: 11px 0px;
    text-align: center;
  }
  #bannerbottomColorShade .shades {
    height: 50px;
    width: 100vw;
    flex-wrap: nowrap;
    display: flex;
    overflow: scroll;
  }
  #bannerbottomColorShade .shade {
    flex: none;
    position: relative;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 20%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav {
    display: flex;
    width: 100vw;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 100%;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav.open_nav {
    left: 0%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li {
    width: 100%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links:after {
    right: 0px;
    top: 50%;
    transform: translateX(-50%) rotate(316deg);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li.mobile_only_display {
    display: block;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.active::before {
    display: none;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 15px;
  }
  .new_common_header .new_common_bottom_head .new_common_container #nav-icon3 {
    display: block;
  }
  .new_common_header .new_mega_dropdown_box {
    width: 100%;
    top: 60px !important;
    left: 100%;
    z-index: 10;
    height: 100vh;
  }
  .new_common_header .new_mega_dropdown_box.active {
    left: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_lvl2_placeholder {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box {
    position: fixed;
    top: 0px;
    left: 100%;
    padding: 20px;
    height: calc(100vh - 60px);
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.drop_active1::before {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.drop_active1 {
    background-color: transparent;
    box-shadow: none;
    color: var(--new-grey-color);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.dropx.dropx.drop_active1::after {
    opacity: 1;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_caption {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .products_links_boxx {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 {
    background-color: #f8f8f8;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.mob_block {
    display: block !important;
    left: -100%;
    position: absolute;
    top: 60px;
    padding: 0px 20px;
    z-index: 11;
    width: 100%;
    height: 100vh;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 {
    width: 100% !important;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 60px;
    left: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion {
    width: 100%;
    margin: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop {
    width: 100%;
    left: 0;
    top: 0px;
    position: relative;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_mid_lvl2 {
    display: block !important;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .products_links_boxx {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 15px;
    padding: 10px 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
  }
  .new_common_header .new_mega_dropdown_box {
    padding: 0px;
  }
  .new_common_header .new_mega_dropdown_box .back_btn {
    display: block;
    padding: 15px 15px 15px 25px;
    color: var(--new-grey-color);
    font-weight: 700;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    position: relative;
  }
  .new_common_header .new_mega_dropdown_box .back_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 .back_btn2 {
    display: block;
    padding: 15px 15px 15px 15px;
    color: var(--new-grey-color);
    font-weight: 700;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    position: relative;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 .back_btn2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top {
    gap: 20px 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 16px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a::before,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a::before {
    width: 15px;
    height: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop {
    width: 47%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links.active:after {
    margin-top: 0px;
    transform: translateX(-50%) rotate(315deg);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a:hover::before {
    display: none;
  }
  .new_home_banner .sldr_custom_container {
    width: 100%;
  }
  .new_home_banner .sldr_custom_container .new_home_next,
  .new_home_banner .sldr_custom_container .new_home_prev {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
  .new_home_banner .sldr_custom_container .new_home_next {
    right: 10px;
  }
  .new_home_banner .sldr_custom_container .new_home_prev {
    left: initial;
    right: 55px;
    bottom: 60px;
  }
  .new_home_banner {
    width: 100%;
    height: 392px;
    position: relative;
  }
  .new_home_banner .sldr_custom_container {
    width: 100px;
    transform: none;
    right: 0px;
    left: initial;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid {
    flex-wrap: wrap;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid .icns {
    width: 15%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
    font-size: 11px;
  }
  .new_product_list_main {
    padding: 40px 0px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 47.33%;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .icons_gridx .icn_boxx img {
    max-width: 50px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .sub_desc {
    font-size: 13px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .product_ttle {
    font-size: 24px;
  }
  .popular_search_wrp {
    padding: 40px 0px;
  }
  .popular_search_wrp .new_common_container .popular_tags {
    font-size: 15px;
    padding: 10px 10px;
    width: 47%;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box {
    width: 48%;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc h2 {
    font-size: 24px;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc {
    transform: translate(0px, 0px);
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc .fake_cta {
    font-size: 13px;
    padding: 10px 20px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 44.33%;
  }
  .inspiration_grid_main {
    padding: 30px 0px;
  }
  #inspiration_pop .popup-card {
    display: block;
  }
  #inspiration_pop .popup-card .inspi_pop_lhs,
  #inspiration_pop .popup-card .inspi_pop_rhs {
    width: 100%;
  }
  .new_contact_us {
    padding-top: 0px;
  }
  .new_contact_us .contact-section {
    width: 100%;
  }
  .new_contact_us .contact-left,
  .new_contact_us .contact-right {
    padding: 10px 0px;
  }
  /*     .new_contact_us h2 {font-size: 22px;} */
  /* .new_contact_us .contact_form .row { display: block; }
  .new_contact_us .contact_form .row .col-md-6 { width: 100%; } */
  .new_contact_us .paintsaremade {
    background-color: #f8f8f8;
    padding: 30px 10px;
    margin-top: 20px;
  }
  .new_contact_us .paintsaremade .presence-grid-wrp {
    display: block;
  }
  .new_contact_us .paintsaremade .location-card {
    width: 100%;
  }
  /* .new_contact_us .paintsaremade .location-card,.new_contact_us .paintsaremade .location-image {width: 100%; display: block;  } */
  .new_contact_us .paintsaremade .location-card {
    margin-bottom: 10px;
  }
  /* .contact-social-links {gap: 20px;transform: scale(0.9);} */
  .new_contact_us .contact_form {
    margin-top: 10px;
  }
  .no-banner {
    margin-top: 60px;
  }
  /* 
  .new_contact_us .contact_form {
  margin-top: 0px;
  order: -1;
  } */
  .Inspired-shades .shade-desc p {
    font-size: 26px;
  }
  .Inspired-shades .shade-card {
    min-height: 450px;
  }
  .Inspired-shades {
    background-color: #f8f8f8;
    padding: 40px 0px;
  }
  .Softharmony_home .product_ttle {
    font-size: 26px;
  }
  .Softharmony_home {
    padding: 40px 0px;
  }
  .Exploreother {
    margin-top: 20px;
  }
  .Inspired-shades .Inspired-shades_row {
    display: block;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    top: inherit;
    bottom: -70px;
  }
  .coi_wrp {
    padding: 40px 0px;
    padding-bottom: 100px;
  }
  .coi_wrp .swiper-button-prev {
    left: initial;
    right: 54px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .hero_banners {
    margin-top: 60px !important;
  }
  .vista-colour-pallet-wrp .palette-grid-wrp .palette-card {
    width: 31.33% !important;
    /*     margin: 0% 2% 0% 0%;
    margin-top: 50px; */
  }
  .vista-colour-pallet-wrp {
    padding: 30px 15px !important;
  }
  .blog_content .first_blog .first_blog_text h4 {
    font-size: 26px !important;
  }
  .blog_content .first_blog .first_blog_text p {
    font-size: 14px !important;
    padding-right: 20px !important;
  }
  .blog_content {
    margin-top: 56px !important;
  }
  .blog_content .container {
    width: 95% !important;
  }
  .blog-inner-nx .blog_title {
    font-size: 36px !important;
  }
  .mt-header {
    margin-top: 66px !important;
  }
  .container.blog-inner-nx {
    width: 95%;
  }
  .form-card .ttle {
    font-size: 16px;
    line-height: 1;
  }
  .container.blog-inner-nx .w-80,
  .container.blog-inner-nx .w-20 {
    width: 100%;
    float: none;
  }
  .container.blog-inner-nx .w-20 .form-card {
    top: 0px !important;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    margin: 15px 20px;
  }
  .breadcrumbs .container {
    width: 94%;
  }
  .about-new-section1 {
    padding: 50px 0px;
  }
  .about-new-section1 .cvr h2 {
    font-size: 56px !important;
    line-height: 70px !important;
    padding: 30px !important;
  }
  .container {
    width: 95% !important;
  }
  .about-new-section1 {
    padding: 20px 0px !important;
  }
  .ltbf-wrp .ltbf-grid-cvr .ltbf-card p {
    line-height: 1 !important;
    font-size: 20px !important;
  }
  .ogp-wrp .container {
    display: block !important;
  }
  .ogp-wrp .container .ogp-lhs {
    width: 100% !important;
    position: relative !important;
  }
  .ogp-wrp .container .ogp-rhs {
    width: 100% !important;
    position: relative !important;
  }
  .ogp-wrp .container .ogp-lhs .caption-wrp {
    max-width: 100% !important;
    position: relative !important;
    top: 0% !important;
    left: 0% !important;
    transform: translate(0%, 0%) !important;
  }
  .ogp-wrp .container .ogp-rhs .ogp-sldr-wrp.wrp1 {
    margin-left: 0px !important;
  }
  .ogp-wrp .container {
    height: auto !important;
  }
  .futurescape-wrp .tab-main-box .tab-box .future-cvr .future-card {
    width: 33%;
  }
  .new-media-wrp .tab-main-box .news-three-grid-wrp .news-three-card {
    width: 48% !important;
  }
  .new-media-wrp .media-contact-wrp {
    padding: 60px 40px !important;
  }
  .new-media-wrp .tab-main-box .video-wrp .video-row .vid-desc p.ttle {
    font-size: 25px !important;
  }
  .new-media-wrp .tab-main-box .video-wrp .video-row.fold-1 .vid-desc {
    padding-left: 25px !important;
  }
  .new-media-wrp .tab-main-box .video-wrp .video-row.switch-order .vid-desc {
    padding-right: 10px !important;
  }
  .career-grid-main .career-grid-cvr .grid-desc-box,
  .career-grid-main .career-grid-cvr .grid-big-cvr .grid-desc-bx {
    padding: 10px !important;
  }
  .career-grid-main .career-grid-cvr .grid-desc-box .ttle {
    font-size: 19px !important;
    line-height: 1.1 !important;
  }
  .career-grid-main .career-grid-cvr .grid-desc-box p {
    font-size: 12px !important;
  }
  .contractor-secondary-wrp .container .helpGrid .grid:nth-child(2) {
    padding: 20px !important;
    display: block !important;
    width: 90% !important;
  }
  .formWrapper,
  .contractor-secondary-wrp .container .helpGrid .grid:nth-child(2) .imageWrapper {
    width: 100% !important;
    float: none !important;
  }
  .contractor-secondary-wrp .container .helpGrid .grid:nth-child(2) .imageWrapper {
    padding: 25px 0px 0px 10px !important;
  }
  .contractor-secondary-wrp .container .helpGrid .grid {
    padding: 25px 0px 0px 10px !important;
  }
  .new_common_nav {
    display: none;
  }
  .new_common_nav.open_nav {
    display: block;
  }
  .listing_boxes .listing_box {
    width: 46.5% !important;
  }
  .preview_form {
    display: block !important;
  }
  .shade_first_wrap,
  .shade_second_wrap {
    width: 100% !important;
    padding: 6px 0px !important;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    z-index: 9999;
    padding: 10px 52px 10px 10px;
  }
  .header-search input[name=search_api_fulltext] {
    border-radius: 0px !important;
    background-size: 19px !important;
  }
  .search_close_btn {
    display: block !important;
    position: fixed;
    top: 17px;
    right: 14px;
    z-index: 9999;
    padding: 1px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #222;
    opacity: 1;
    height: 28px;
    border-radius: 4px;
  }
  .search_close_btn img {
    width: 11px;
  }
  .search-autocomplete-results {
    position: relative !important;
  }
  .search_icon_for_mobile {
    position: fixed;
    top: 18px;
    right: 52px;
    z-index: 99;
    display: block !important;
  }
}
@media (resolution: 1.75dppx) {
  .new_common_container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .new_common_ttle {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  #New-features .feature-item img {
    width: 80px;
  }
  #New-features .feature-item p,
  #Certifications .cert-list li {
    font-size: 18px;
  }
  .new_common_desc {
    font-size: 16px;
  }
  #Certifications .download-box h3 {
    font-size: 24px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr .product_ttle {
    font-size: 24px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a,
  .popular_search_wrp .new_common_container .popular_tags {
    font-size: 14px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 30px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -2.5px;
    transform: translateX(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    width: 47%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion {
    width: 48%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop {
    width: 47%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop p {
    font-size: 16px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a {
    font-size: 16px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 16px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a::before,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a::before {
    width: 15px;
    height: 15px;
  }
  .new_inner_banner .new_common_container .new_common_caption {
    width: 415px;
  }
  .new_inner_banner .new_common_container .new_common_caption h2 {
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -2px;
  }
  .new_inner_banner .new_common_container .new_common_caption p {
    font-size: 18px;
  }
  .explore_colours_wrp .colour_family_wrp a {
    width: 100px;
    height: 70px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 100px !important;
    height: 70px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover .clr_swatch {
    width: 88px !important;
    height: 40px;
  }
  .explore_colours_wrp .color-palette .swatch .color .drop_colour svg {
    width: 50px;
  }
  .explore_colours_wrp .color-palette .swatch .name {
    font-size: 13px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    height: 95px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name {
    padding: 10px 20px;
  }
  .ctsys_wrp .ctsys_sldr {
    padding-left: 10%;
    margin-top: 50px;
  }
  #inspiration .inspiration-content {
    margin-right: 45px;
  }
  #AboutJSWPaints .new_common_ttle {
    font-size: 20px;
    letter-spacing: -0.62px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch span {
    font-size: 14px;
  }
  .explore_colours_wrp .color-palette .swatch {
    min-height: 200px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch span {
    font-size: 12px;
  }
  .explore_colours_wrp .colour_family_wrp .text_hidden {
    font-size: 16px;
  }
  .explore_colours_wrp .view_more_wrp {
    margin-top: 3rem;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-top: 50px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 30px;
    max-width: 480px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 280px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 2%;
  }
  #ColorCombination .shade-grid {
    max-width: 940px;
  }
  #ColorCombination .shade-card {
    min-height: 190px;
  }
  #ColorCombination .drop-icon svg {
    width: 60px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 22px;
  }
  #ColorCombination .shade-info p {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 18px;
  }
  #Unleashing .feature-container {
    width: 80%;
    margin: auto;
  }
  #Products-in-this-colour .paintBox {
    width: 230px;
  }
  #Products-in-this-colour .product-container {
    padding: 20px 60px;
  }
  #Products-in-this-colour .paintName img {
    width: 100px;
  }
  #AboutJSWPaints p {
    padding: 0px 181px;
    font-size: 13px;
  }
  .ColorBannerColorCombination .card-actions .btn {
    font-size: 13px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    font-size: 13px;
  }
  .productBanner .new_common_container {
    max-width: 1160px;
  }
  #new_video_feature .new_common_container {
    max-width: 1100px;
  }
  /* end */
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 0px;
    max-width: 480px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.8rem 40px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 280px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 42px;
    letter-spacing: -1.4px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 18px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    max-width: 350px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    font-size: 22px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    font-size: 16px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption h2 {
    font-size: 42px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p {
    font-size: 16px;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 18px;
    max-width: 70%;
  }
  .why_jsw_paints .card_grid_newx .card {
    gap: 0px 40px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs {
    width: 720px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs h2 {
    font-size: 24px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs .name {
    font-size: 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 60px 60px 30px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .desc p {
    font-size: 16px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs {
    width: 700px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs h2 {
    font-size: 24px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name {
    font-size: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name span {
    font-size: 16px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 0px;
    max-width: 480px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 25px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    font-size: 12px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.8rem 40px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 280px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 5.5%;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc h2 {
    font-size: 24px;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc {
    transform: translate(0px, 75px);
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc .fake_cta {
    font-size: 15px;
    padding: 12px 25px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 31.33%;
    margin: 15px 10px;
  }
  .new_contact_us .contact-section {
    width: 1100px;
  }
  .new_contact_us h2 {
    font-size: 20px;
  }
  .contact-social-links {
    gap: 30px;
  }
  .contact-social-link {
    transform: scale(0.8);
  }
  .Inspired-shades .shade-info h3 {
    font-size: 24px;
  }
  .Softharmony_home .product_ttle {
    font-size: 26px;
  }
  .Exploreother .Exploreother-card:before {
    height: 48%;
  }
  .fs32 {
    font-size: 26px;
  }
  /* .Inspired-shades .shade-card {min-height: 440px;} */
  .coi_wrp .tabs {
    margin-right: 110px;
  }
  .new_common_header .new_common_bottom_head {
    padding: 10px 0px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    padding: 21px 0px;
  }
  .new_common_header .new_mega_dropdown_box.active {
    top: 85px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 12px;
  }
  .new_page_logo img {
    width: 190px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
    font-size: 13px;
  }
  .new_home_banner .sldr_custom_container .new_home_next,
  .new_home_banner .sldr_custom_container .new_home_prev {
    width: 55px;
    height: 55px;
  }
  .new_home_banner .sldr_custom_container .new_home_prev {
    left: initial;
    right: 54px;
    bottom: 146px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  .coi_wrp .swiper-button-prev {
    left: initial;
    right: 63px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp img {
    width: 100px;
    top: -30%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr {
    width: 43%;
    margin: 0;
  }
  .inspired_interiors_wrp::before {
    width: 42%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    width: 60px;
    height: 60px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    right: 50px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next {
    top: 60px;
  }
  .new_inner_banner,
  .new_inner_banner2 {
    margin-top: 86px;
  }
  .new_inner_banner .new_common_container .new_common_caption h3 {
    font-size: 24px;
  }
  #New-features .feature-item img {
    width: 75px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .prodx_cta {
    font-size: 14px;
    padding: 10px 27px;
  }
  .coi_wrp {
    padding: 50px 0px;
  }
  .footer-container,
  .container {
    max-width: 1200px !important;
  }
  .breadcrumbs .container .breadcrumb ul li a {
    font-size: 14px;
  }
  .blog_content .first_blog .first_blog_text h4 {
    font-size: 32px !important;
  }
  .blog-inner-nx .blog_title {
    font-size: 36px !important;
  }
  .blog-inner-nx .w-80 {
    padding-right: 60px;
  }
  .blog-inner-nx h2 {
    font-size: 1.7rem;
  }
  .about-new-section1 .cvr h2 {
    font-size: 58px !important;
    line-height: 1.2 !important;
  }
  .about-new-section1 .cvr {
    max-width: 900px !important;
  }
  .latest-open-wrp .section_title {
    font-size: 36px !important;
  }
  .blog_content {
    margin-top: 96px;
  }
  .listing_boxes .listing_box {
    width: 30.5% !important;
  }
  .hero_banners {
    margin-top: 84px !important;
  }
  .new_common_container {
    max-width: 1200px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 30px;
    max-width: 480px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 280px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 2%;
  }
  #ColorCombination .shade-grid {
    max-width: 940px;
  }
  #ColorCombination .shade-card {
    min-height: 190px;
  }
  #ColorCombination .drop-icon svg {
    width: 60px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 22px;
  }
  #ColorCombination .shade-info p {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 18px;
  }
  #Unleashing .feature-container {
    width: 80%;
    margin: auto;
  }
  #Products-in-this-colour .paintBox {
    width: 230px;
  }
  #Products-in-this-colour .product-container {
    padding: 20px 60px;
  }
  #Products-in-this-colour .paintName img {
    width: 100px;
  }
  #AboutJSWPaints p {
    padding: 0px 120px;
  }
  .ColorBannerColorCombination .card-actions .btn {
    font-size: 13px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    font-size: 13px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 60px;
    height: 40px !important;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch span {
    font-size: 12px;
  }
  .explore_colours_wrp .colour_family_wrp .text_hidden {
    font-size: 12px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 40px;
    height: 25px !important;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch span {
    font-size: 10px;
  }
  .explore_colours_wrp .colour_family_wrp {
    overflow: visible;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp {
    gap: 0px 15px;
  }
  .explore_colours_wrp .color-palette {
    grid-template-columns: repeat(6, 1fr);
  }
  .explore_colours_wrp .color-palette .swatch .name,
  .explore_colours_wrp .color-palette .swatch .name .product_numb {
    font-size: 10px;
  }
  .explore_colours_wrp .color-palette .swatch:hover .name {
    transform: translate(10px, -40px);
  }
  .explore_colours_wrp .color-palette .swatch {
    min-height: 160px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks {
    gap: 0px 7px;
    justify-content: flex-end;
    width: auto;
  }
  #AboutJSWPaints .new_common_ttle {
    font-size: 20px;
    letter-spacing: -0.88px;
  }
  #AboutJSWPaints p {
    font-size: 12px;
  }
  .new_common_breadcrumb .new_common_container ul li {
    font-size: 12px;
  }
  .new_common_breadcrumb .new_common_container ul li a {
    font-size: 12px;
  }
  .new_common_breadcrumb .new_common_container ul li a::before {
    top: 0px;
    right: 7px;
  }
  #inspiration .inspiration-content p {
    font-size: 13px;
  }
  #inspiration .inspiration-content {
    width: 360px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav,
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search {
    display: flex;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 11px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_page_logo {
    width: 170px;
  }
  .new_common_header .new_mega_dropdown_box.active {
    top: 79px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
    width: 160px;
    font-size: 12px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 15px;
  }
  .new_inner_banner {
    margin-top: 69px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 10px;
  }
  .new_common_cta {
    padding: 10px 15px;
    font-size: 10px;
  }
  .footer-nav li a {
    font-size: 12px;
  }
  .footer-contact p,
  .footer-contact p a {
    font-size: 12px;
  }
  .footer-right h3 {
    font-size: 20px;
  }
  .footer-right p {
    margin: 0 0 16px;
    font-size: 10px;
  }
  .newsletter-form input {
    font-size: 12px;
  }
  .footer-logo img {
    width: 150px;
  }
  .footer-container {
    gap: 0px 0px;
  }
  .footer-bottom p {
    font-size: 10px;
  }
  .new_inner_banner2 {
    margin-top: 69px;
  }
  #ColorCombination .new_common_container {
    max-width: 750px;
  }
  #ColorCombination .ColorCombination_wrap.show {
    max-height: 280px;
  }
  #ColorCombination .shade-card {
    min-height: 140px;
  }
  #ColorCombination .shade-info p {
    font-size: 10px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 16px;
  }
  #ColorCombination .shade-info {
    left: 20px;
    bottom: 10px;
  }
  #ColorCombination .shade-card:hover .shade-info {
    transform: translateY(-5px) scale(1.02);
  }
  .new_common_ttle {
    font-size: 24px;
  }
  #Unleashing .feature-item img {
    width: 75px;
    margin-bottom: 0px;
  }
  #Unleashing .feature-item p {
    font-size: 10px;
  }
  .new_inner_banner2 {
    margin-top: 69px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 14px;
    padding: 21px 7px;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-left: calc(1 * (100vw - 575px) / 2);
    padding-top: 50px;
  }
  .new_inner_banner .new_common_container,
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container {
    width: 1050px;
  }
  .new_common_container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 20px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a,
  .popular_search_wrp .new_common_container .popular_tags {
    font-size: 11px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 12px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 11px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 11px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
    font-size: 11px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 30px;
    letter-spacing: -1.4px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 16px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
    font-size: 11px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    max-width: 280px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .cta_cvr .new_common_cta {
    font-size: 11px;
  }
  .new_home_banner .sldr_custom_container .new_home_next,
  .new_home_banner .sldr_custom_container .new_home_prev,
  .new_home_trending_wrp .trending_sldr .trending-next,
  .new_home_trending_wrp .trending_sldr .trending-prev,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    width: 45px;
    height: 45px;
  }
  .new_home_banner .sldr_custom_container .new_home_next span,
  .new_home_banner .sldr_custom_container .new_home_prev span,
  .new_home_trending_wrp .trending_sldr .trending-next span,
  .new_home_trending_wrp .trending_sldr .trending-prev span,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next span,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev span,
  .coi_wrp .swiper-button-next span,
  .coi_wrp .swiper-button-prev span {
    font-size: 13px;
  }
  .new_common_ttle {
    font-size: 28px;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 15px;
    max-width: 70%;
  }
  .coi_wrp .tabs {
    margin-right: 0px;
  }
  .coi_wrp .tabs li {
    font-size: 15px;
  }
  .coi_wrp .tabs {
    margin: 0px 0px 15px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    top: -55px;
    width: 45px;
    height: 45px;
  }
  .new_featured_wrp .tabs2 li {
    font-size: 15px;
  }
  .new_featured_wrp .tabs2 {
    margin: 0px 0px 20px;
  }
  .new_common_desc {
    font-size: 15px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .desc p {
    font-size: 13px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr {
    padding: 20px 0px;
  }
  .footer-container,
  .container {
    max-width: 1000px !important;
  }
  .footer-left {
    flex: 1 1 65%;
  }
  .footer-nav li a {
    font-size: 11px;
  }
  .footer-nav li ul.ftr_level2 li a {
    font-size: 11px;
  }
  .footer-right h3 {
    font-size: 20px;
  }
  .footer-right p {
    font-size: 13px;
  }
  .webform-submission-newsletter-add-form label,
  .webform-submission-newsletter-add-form input,
  .webform-submission-newsletter-add-form .webform-button--submit {
    font-size: 13px;
  }
  .footer-contact p,
  .footer-contact p a {
    font-size: 13px;
  }
  .new_home_trending_wrp .trending_sldr .trending-prev {
    left: initial;
    right: 55px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    font-size: 20px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    font-size: 13px;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-top: 20px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next {
    top: 45px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name,
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name span {
    font-size: 10px;
    padding: 0px 0px 10px 10px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid {
    width: 100%;
    height: 75px;
  }
  .new_featured_wrp .tabs-content2 {
    margin: 20px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 30px 30px 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_name {
    font-size: 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .inspired_pix img {
    max-width: 125px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx img {
    width: 45px;
    height: 45px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p {
    font-size: 10px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_desc {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 13px;
  }
}
@media (resolution: 1.5dppx) {
  .new_common_container {
    max-width: 1200px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 34px;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    top: 30px;
    max-width: 480px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions {
    max-width: 280px;
  }
  #bannerbottomColorShade .shade-text {
    padding-left: 2%;
  }
  #ColorCombination .shade-grid {
    max-width: 940px;
  }
  #ColorCombination .shade-card {
    min-height: 190px;
  }
  #ColorCombination .drop-icon svg {
    width: 60px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 22px;
  }
  #ColorCombination .shade-info p {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 18px;
  }
  #Unleashing .feature-container {
    width: 80%;
    margin: auto;
  }
  #Products-in-this-colour .paintBox {
    width: 230px;
  }
  #Products-in-this-colour .product-container {
    padding: 20px 60px;
  }
  #Products-in-this-colour .paintName img {
    width: 100px;
  }
  #AboutJSWPaints p {
    padding: 0px 120px;
  }
  .ColorBannerColorCombination .card-actions .btn {
    font-size: 13px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    font-size: 13px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 60px;
    height: 40px !important;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch span {
    font-size: 12px;
  }
  .explore_colours_wrp .colour_family_wrp .text_hidden {
    font-size: 12px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 40px;
    height: 25px !important;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch span {
    font-size: 10px;
  }
  .explore_colours_wrp .colour_family_wrp {
    overflow: visible;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp {
    gap: 0px 15px;
  }
  .explore_colours_wrp .color-palette {
    grid-template-columns: repeat(6, 1fr);
  }
  .explore_colours_wrp .color-palette .swatch .name,
  .explore_colours_wrp .color-palette .swatch .name .product_numb {
    font-size: 10px;
  }
  .explore_colours_wrp .color-palette .swatch:hover .name {
    transform: translate(10px, -40px);
  }
  .explore_colours_wrp .color-palette .swatch {
    min-height: 160px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks {
    gap: 0px 7px;
    justify-content: flex-end;
    width: auto;
  }
  #AboutJSWPaints .new_common_ttle {
    font-size: 20px;
    letter-spacing: -0.88px;
  }
  #AboutJSWPaints p {
    font-size: 12px;
  }
  .new_common_breadcrumb .new_common_container ul li {
    font-size: 12px;
  }
  .new_common_breadcrumb .new_common_container ul li a {
    font-size: 12px;
  }
  .new_common_breadcrumb .new_common_container ul li a::before {
    top: 0px;
    right: 7px;
  }
  #inspiration .inspiration-content p {
    font-size: 13px;
  }
  #inspiration .inspiration-content {
    width: 360px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav,
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search {
    display: flex;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 11px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_page_logo {
    width: 170px;
  }
  .new_common_header .new_mega_dropdown_box.active {
    top: 79px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
    width: 160px;
    font-size: 12px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 15px;
  }
  .new_inner_banner {
    margin-top: 69px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 10px;
  }
  .new_common_cta {
    padding: 10px 15px;
    font-size: 10px;
  }
  .footer-nav li a {
    font-size: 12px;
  }
  .footer-contact p,
  .footer-contact p a {
    font-size: 12px;
  }
  .footer-right h3 {
    font-size: 20px;
  }
  .footer-right p {
    margin: 0 0 16px;
    font-size: 10px;
  }
  .newsletter-form input {
    font-size: 12px;
  }
  .footer-logo img {
    width: 150px;
  }
  .footer-container {
    gap: 0px 0px;
  }
  .footer-bottom p {
    font-size: 10px;
  }
  .new_inner_banner2 {
    margin-top: 69px;
  }
  #ColorCombination .new_common_container {
    max-width: 750px;
  }
  #ColorCombination .ColorCombination_wrap.show {
    max-height: 280px;
  }
  #ColorCombination .shade-card {
    min-height: 140px;
  }
  #ColorCombination .shade-info p {
    font-size: 10px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 16px;
  }
  #ColorCombination .shade-info {
    left: 20px;
    bottom: 10px;
  }
  #ColorCombination .shade-card:hover .shade-info {
    transform: translateY(-5px) scale(1.02);
  }
  .new_common_ttle {
    font-size: 24px;
  }
  #Unleashing .feature-item img {
    width: 75px;
    margin-bottom: 0px;
  }
  #Unleashing .feature-item p {
    font-size: 10px;
  }
  .new_inner_banner2 {
    margin-top: 69px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 14px;
    padding: 21px 7px;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-top: 50px;
  }
  .coi_wrp .coi_sldr {
    overflow: visible;
  }
  .new_common_container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    gap: 0px 20px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a,
  .popular_search_wrp .new_common_container .popular_tags {
    font-size: 11px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 12px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 11px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 11px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 11px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search input {
    font-size: 11px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 30px;
    letter-spacing: -1.4px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 16px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
    font-size: 11px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    max-width: 280px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .cta_cvr .new_common_cta {
    font-size: 11px;
  }
  .new_home_banner .sldr_custom_container .new_home_next,
  .new_home_banner .sldr_custom_container .new_home_prev,
  .new_home_trending_wrp .trending_sldr .trending-next,
  .new_home_trending_wrp .trending_sldr .trending-prev,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    width: 45px;
    height: 45px;
  }
  .new_home_banner .sldr_custom_container .new_home_next span,
  .new_home_banner .sldr_custom_container .new_home_prev span,
  .new_home_trending_wrp .trending_sldr .trending-next span,
  .new_home_trending_wrp .trending_sldr .trending-prev span,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next span,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev span,
  .coi_wrp .swiper-button-next span,
  .coi_wrp .swiper-button-prev span {
    font-size: 13px;
  }
  .new_common_ttle {
    font-size: 28px;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 15px;
    max-width: 70%;
  }
  .coi_wrp .tabs {
    margin-right: 0px;
  }
  .coi_wrp .tabs li {
    font-size: 15px;
  }
  .coi_wrp .tabs {
    margin: 0px 0px 15px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    top: -55px;
    width: 45px;
    height: 45px;
  }
  .new_featured_wrp .tabs2 li {
    font-size: 15px;
  }
  .new_featured_wrp .tabs2 {
    margin: 0px 0px 20px;
  }
  .new_common_desc {
    font-size: 15px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .desc p {
    font-size: 13px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr {
    padding: 20px 0px;
  }
  .footer-container,
  .container {
    max-width: 1000px !important;
  }
  .footer-left {
    flex: 1 1 65%;
  }
  .footer-nav li a {
    font-size: 11px;
  }
  .footer-nav li ul.ftr_level2 li a {
    font-size: 11px;
  }
  .footer-right h3 {
    font-size: 20px;
  }
  .footer-right p {
    font-size: 13px;
  }
  .webform-submission-newsletter-add-form label,
  .webform-submission-newsletter-add-form input,
  .webform-submission-newsletter-add-form .webform-button--submit {
    font-size: 13px;
  }
  .footer-contact p,
  .footer-contact p a {
    font-size: 13px;
  }
  .new_home_trending_wrp .trending_sldr .trending-prev {
    left: initial;
    right: 55px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    font-size: 20px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    font-size: 13px;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-top: 20px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next {
    top: 45px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name,
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name span {
    font-size: 10px;
    padding: 0px 0px 10px 10px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid {
    width: 100%;
    height: 75px;
  }
  .new_featured_wrp .tabs-content2 {
    margin: 20px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 30px 30px 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_name {
    font-size: 20px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .inspired_pix img {
    max-width: 125px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx img {
    width: 45px;
    height: 45px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p {
    font-size: 10px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_desc {
    font-size: 13px;
  }
  #Unleashing .feature-item p {
    font-size: 13px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* common */
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav {
    display: flex;
    width: 100vw;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 100%;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav.open_nav {
    left: 0%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li {
    width: 100%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links:after {
    right: 0px;
    top: 50%;
    transform: translateX(-50%) rotate(316deg);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li.mobile_only_display {
    display: block;
    background-color: #f8f8f8;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li:nth-child(6) a {
    border-bottom: none;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li:nth-child(7) {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li:nth-child(7)::before {
    content: "";
    width: 112%;
    height: 100vh;
    background-color: #f8f8f8;
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 0px;
    left: -20px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.active::before {
    display: none;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a {
    font-size: 17px;
  }
  .new_common_header .new_common_bottom_head .new_common_container #nav-icon3 {
    display: block;
  }
  .new_common_header .new_mega_dropdown_box {
    width: 100%;
    top: 60px !important;
    left: 100%;
    z-index: 10;
    height: 100vh;
  }
  .new_common_header .new_mega_dropdown_box.active {
    left: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_lvl2_placeholder {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box {
    position: fixed;
    top: 0px;
    left: 100%;
    padding: 20px;
    height: calc(100vh - 60px);
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.drop_active1::before {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.drop_active1 {
    background-color: transparent;
    box-shadow: none;
    color: var(--new-grey-color);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a {
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box ul.drop_lhs_lvl1 li a.dropx.dropx.drop_active1::after {
    opacity: 1;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_caption {
    display: none;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .products_links_boxx {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_lhs_box {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 {
    background-color: #f8f8f8;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.mob_block {
    display: block !important;
    left: -100%;
    position: absolute;
    top: 60px;
    padding: 0px 20px;
    z-index: 11;
    width: 100%;
    height: 100vh;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 {
    width: 100% !important;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    width: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 60px;
    left: 100%;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion {
    width: 100%;
    margin: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-thumb {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.inspiration_space_lvl2 .drop_accordion_holder .accordion-panel a {
    font-size: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop {
    width: 100%;
    left: 0;
    top: 0px;
    position: relative;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .drop_mid_lvl2 {
    display: block !important;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box.full_width_drop .products_links_boxx {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid a {
    font-size: 15px;
    padding: 10px 0px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.products_links_boxx .normal_links_grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
  }
  .new_common_header .new_mega_dropdown_box {
    padding: 0px;
  }
  .new_common_header .new_mega_dropdown_box .back_btn {
    display: block;
    padding: 15px 15px 15px 25px;
    color: var(--new-grey-color);
    font-weight: 700;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    position: relative;
  }
  .new_common_header .new_mega_dropdown_box .back_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 .back_btn2 {
    display: block;
    padding: 15px 15px 15px 15px;
    color: var(--new-grey-color);
    font-weight: 700;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    position: relative;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2 .back_btn2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top {
    gap: 20px 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a {
    font-size: 16px;
    padding-left: 20px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_top a::before,
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_family_lvl2 .drop_clr_swatch.drop_cf_grid_btm a::before {
    width: 15px;
    height: 15px;
  }
  .new_common_header .new_mega_dropdown_box .new_common_container .drop_rhd_box .drop_mid_lvl2.color_inspiration_lvl2 .zonal_grid .zone_box_drop {
    width: 47%;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a.drop_links.active:after {
    margin-top: 0px;
    transform: translateX(-50%) rotate(315deg);
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_nav ul li a:hover::before {
    display: none;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search {
    display: none;
  }
  .new_common_header .new_common_bottom_head {
    padding: 5px 0px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_page_logo {
    width: 150px;
  }
  .new_inner_banner {
    margin-top: 60px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks {
    gap: 0px 7px;
    justify-content: space-between;
    width: 100%;
  }
  .new_common_header .new_common_top_head {
    display: none;
  }
  .new_inner_banner .new_common_container .new_common_caption {
    width: 100%;
    height: fit-content;
    position: absolute;
    top: initial;
    bottom: 30px;
    left: 0%;
    transform: translate(0%, 0%);
    padding: 0px 20px;
  }
  .new_common_header .new_common_top_head .new_common_container .top_head_lnks a {
    font-size: 12px;
  }
  .new_inner_banner .new_common_container .new_common_caption h2 {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -1.4px;
  }
  .new_inner_banner .new_common_container .new_common_caption p {
    font-size: 16px;
  }
  .new_common_container {
    padding: 0px 15px;
  }
  .new_common_ttle {
    font-size: 26px;
  }
  .new_common_breadcrumb {
    padding-top: 14px;
  }
  .mt-header {
    margin-top: 56px !important;
  }
  .btn_style_1 {
    margin-bottom: 10px;
  }
  .career-fold1 .fold-container p {
    font-size: 20px;
  }
  .preview_form select {
    margin-bottom: 17px !important;
  }
  .disclaimer_shde {
    padding-right: 20px;
  }
  .breadcrumbs .container .breadcrumb ul li a {
    font-size: 12px !important;
  }
  .preview_form button,
  .preview_form input,
  .preview_form optgroup,
  .preview_form select,
  .preview_form textarea,
  .shade_box.shade_box_1.active:after,
  .shade_box.shade_box_2.active:after {
    font-size: 10px !important;
  }
  .preview_form label.shade-label-lhs {
    margin-top: 16px !important;
  }
  .new_common_breadcrumb .new_common_container ul {
    flex-wrap: wrap;
  }
  .listing_boxes .listing_box svg {
    max-width: 60% !important;
    max-height: 40%;
  }
  .listing_boxes .listing_box {
    height: fit-content !important;
  }
  .shade-rhs {
    padding-top: 50px !important;
  }
  .new_common_header .new_common_bottom_head {
    padding: 15px 0px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop {
    width: 100%;
    gap: 0px 10px;
    justify-content: center;
  }
  .explore_colours_wrp .colour_family_wrp {
    overflow: hidden;
    padding: 15px 0px;
  }
  .new_inner_banner .new_common_container {
    width: 100%;
  }
  .explore_colours_wrp {
    padding: 40px 0px 40px;
  }
  .explore_colours_wrp .new_common_desc {
    font-size: 16px;
    max-width: 270px;
    margin: 0 auto;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover {
    overflow-x: auto;
    flex-wrap: initial;
    white-space: nowrap;
    justify-content: flex-start;
    margin: 10px 0px;
    padding: 0px 15px 0px 15px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch {
    flex: 0 0 auto;
    height: 50px;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch:hover {
    transform: inherit;
    transform-origin: center center;
    box-shadow: none;
    z-index: 2;
    border: none;
  }
  .explore_colours_wrp .colour_family_wrp .swatch_cover a.clr_swatch span {
    transform: translate(5px, 0px);
  }
  .explore_colours_wrp .colour_family_wrp .text_hidden {
    font-size: 16px;
    margin: 0px !important;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch {
    width: 60px;
    height: 30px;
    border-radius: 5px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch span {
    transform: translate(-50%, -5px);
    font-size: 13px;
    display: none;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch:hover span {
    transform: translate(-50%, -5px);
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 42px;
    background-image: url(../images/active_swatch.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    opacity: 0;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .swatch_cover a.clr_swatch.active::before {
    opacity: 1;
  }
  .explore_colours_wrp .colour_family_wrp.activex {
    top: 86px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .new_close_filter {
    width: 43px;
    height: 43px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp .new_filter_pop .filter_drop {
    width: 40%;
  }
  .explore_colours_wrp .color-palette {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    /* smaller gap for mobile */
    padding: 0.5rem 1rem;
  }
  .explore_colours_wrp .color-palette .swatch .color .drop_colour svg {
    width: 40px;
    height: 94px;
  }
  .explore_colours_wrp .color-palette .swatch .color .drop_colour svg .shadow_mob_none {
    filter: none;
  }
  .explore_colours_wrp .color-palette .swatch .color {
    border: 1px solid #f1f1f1;
  }
  .explore_colours_wrp .color-palette .swatch .name {
    font-size: 13px;
  }
  .explore_colours_wrp .color-palette .swatch .name .product_numb {
    display: block;
    font-size: 12px;
  }
  .explore_colours_wrp .color-palette .swatch {
    min-height: 225px;
  }
  .explore_colours_wrp .view_more_wrp {
    margin-top: 0rem;
  }
  .ctsys_wrp {
    padding: 40px 0px;
  }
  .ctsys_wrp .new_common_ttle {
    padding: 0px 20px;
  }
  .ctsys_wrp .ctsys_sldr {
    padding-left: 15px;
    margin-top: 30px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid {
    height: 50px;
  }
  .ctsys_wrp .ctsys_sldr .swiper-wrapper .swiper-slide .ctsys_swatch_grid .swatch_box .color .product_name {
    padding: 5px 10px;
    font-size: 12px;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp {
    justify-content: center;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp ::before {
    content: "";
    width: 61px;
    height: 42px;
    position: absolute;
    bottom: 20px;
    left: -3px;
    background-image: url(../images/filter_screen_left.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 1;
  }
  .explore_colours_wrp.sticky_filter .colour_family_wrp::after {
    content: "";
    width: 61px;
    height: 42px;
    position: absolute;
    bottom: 20px;
    right: -3px;
    background-image: url(../images/filter_screen_right.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 1;
  }
  .explore_colours_wrp .color-palette .swatch:hover {
    transform: scale(1);
    box-shadow: none;
  }
  /* Kinjal */
  .ColorBannerColorCombination .new_common_container,
  .ColorBannerColorCombination .Surprise-color-card {
    position: relative;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    max-width: 94%;
    margin: auto;
    top: 30px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header {
    padding: 0px 20px;
    padding-top: 20px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 25px;
  }
  .ColorBannerColorCombination .Surprise-color-details {
    margin: 20px 20px;
  }
  .ColorBannerColorCombination .ideal-for {
    padding: 0px 20px;
  }
  .ColorBannerColorCombination .card-actions {
    margin-left: 20px;
    max-width: 270px;
  }
  #ColorCombination .shade-card {
    min-height: 200px;
  }
  #ColorCombination .drop-icon svg {
    width: 57px;
  }
  #ColorCombination .shade-info h3 {
    font-size: 19px;
    padding-right: 20px;
  }
  #Unleashing {
    padding: 30px 0px;
  }
  #Unleashing .feature-container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  #Unleashing .feature-item {
    width: 50%;
    margin-bottom: 10px;
  }
  #Unleashing .feature-item p {
    padding: 0px 30px;
    font-size: 18px;
  }
  #Unleashing .feature-item img {
    margin-bottom: 0px;
  }
  #shape-your-space {
    padding: 25px 10px;
    padding-bottom: 40px;
  }
  #Products-in-this-colour {
    padding: 30px 0px;
    padding-bottom: 40px;
  }
  #Products-in-this-colour .product-container {
    gap: 20px 10px;
    padding: 0px;
    margin-top: 30px;
  }
  #Products-in-this-colour .product-card {
    padding: 13px 12px;
    width: 48%;
  }
  #Products-in-this-colour .paintName img {
    width: 80px;
  }
  #Products-in-this-colour .product-card h2 {
    font-size: 16px;
  }
  #Products-in-this-colour .paintBox {
    width: 140px;
  }
  #Products-in-this-colour .product-card p {
    font-size: 12px;
    line-height: 14px;
  }
  #Products-in-this-colour .new_common_cta {
    margin-top: 30px;
    display: inline-block;
  }
  #inspiration {
    padding: 20px 10px;
    padding-bottom: 40px;
  }
  #inspiration .inspiration-content {
    width: 100%;
    margin-right: 0px;
    float: none;
    gap: 20px;
    padding-top: 20px;
  }
  #inspiration .inspiration_row {
    display: block;
  }
  #AboutJSWPaints {
    text-align: center;
    padding: 30px 0px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
    padding-left: 20px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.7rem 14px;
  }
  #bannerbottomColorShade .shade-text {
    margin-right: 0px;
    padding: 6px 0px;
    text-align: center;
  }
  #bannerbottomColorShade .shade-bar {
    display: block;
    overflow: hidden;
  }
  #bannerbottomColorShade .shades {
    height: 50px;
    width: 100vw;
    flex-wrap: nowrap;
    display: flex;
    overflow: scroll;
  }
  #bannerbottomColorShade .shade {
    flex: none;
    position: relative;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 20%;
  }
  #ColorCombination {
    padding: 20px 0px;
    padding-bottom: 50px;
  }
  #ColorCombination .new_common_ttle {
    margin-bottom: 30px;
  }
  #ColorCombination .shade-grid {
    margin: 0px auto;
  }
  #ColorCombination .ColorCombination_wrap {
    margin-bottom: 30px;
  }
  #AboutJSWPaints p {
    font-size: 14px;
  }
  /* footer */
  .site-footer {
    padding: 20px 20px 20px;
  }
  .footer-nav {
    display: flex;
  }
  .footer-nav li:nth-child(1) {
    width: 100%;
  }
  .footer-nav li:nth-child(2),
  .footer-nav li:nth-child(3),
  .footer-nav li:nth-child(4),
  .footer-nav li:nth-child(5) {
    width: 50%;
    margin-top: 20px;
  }
  .footer-nav li ul.ftr_level2 li a {
    width: 100%;
    display: block;
  }
  .footer-contact p a {
    font-size: 14px;
  }
  .footer-right h3 {
    margin: 0px 0 10px;
  }
  .social-icons {
    gap: 7px;
  }
  .social-icons img {
    width: 30px;
  }
  .footer-nav {
    margin-top: 20px;
  }
  .footer-nav li ul {
    margin: 0px;
  }
  .footer-nav li ul li {
    margin: 0px !important;
  }
  .footer-nav li a {
    display: block;
    border-bottom: solid 1px #e7f0f7;
    padding: 7px 0px;
    color: var(--new-blue-color);
  }
  .footer-logo img {
    width: 160px;
  }
  .footer-logo img {
    max-height: 40px;
    margin-bottom: 0px;
  }
  .productBanner .new_common_container {
    text-align: center;
    justify-content: end;
  }
  .productBanner .new_common_container .color_logo img {
    width: 150px;
  }
  .productBanner h1 {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .new_common_breadcrumb .new_common_container ul li a {
    font-size: 13px;
  }
  .product-paint-details .pro-row {
    display: block;
    width: 100%;
  }
  .product-paint-details {
    padding-top: 0px;
  }
  #New-features {
    padding: 30px 0px;
  }
  #New-features .new_common_container {
    padding-top: 40px;
  }
  #New-features .feature-item {
    width: 50%;
  }
  #New-features .feature-item p {
    font-size: 19px;
    padding: 0px 20px;
  }
  #New-features .Footnotes {
    padding: 10px 20px;
  }
  #new_video_feature .new_Yt_video .playBt {
    width: 40px;
    height: 13px;
    transform: translate(0%, -50%);
  }
  #Certifications {
    padding: 40px 0px;
  }
  #Certifications .certifications_row {
    display: block;
    padding: 0 0px;
  }
  #Certifications .cert-list li {
    font-size: 16px;
    line-height: 1.3;
  }
  #Certifications .cert-right {
    gap: 10px;
  }
  #Certifications .download-box {
    width: 100%;
  }
  #Certifications .download-box h3 {
    font-size: 22px;
    padding-right: 0px;
    margin-bottom: 16px;
  }
  #Certifications .download-box h3 br {
    display: none;
  }
  #You-may-also-like {
    padding: 40px 0px;
  }
  #You-may-also-like .product-container {
    margin-top: 0px;
  }
  #new_video_feature {
    padding-bottom: 40px;
  }
  /* kinjal */
  .new_inner_banner2 .banner-row {
    display: block;
  }
  .new_inner_banner2 {
    margin-top: 60px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    margin: 3px 0;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination .card-actions .btn {
    padding: 10px 12px;
    font-size: 14px;
  }
  .new_home_banner {
    width: 100%;
    height: 100vh;
  }
  .new_home_banner .swiper {
    height: 100%;
  }
  .new_home_banner .swiper .swiper-wrapper .swiper-slide .new_common_bnr img {
    max-width: 100%;
    height: auto;
  }
  .new_home_banner .swiper .swiper-wrapper .swiper-slide .new_common_container {
    width: 100%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption {
    padding: 0px 15px;
    width: 100%;
    top: 100px;
    transform: none;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption.animate {
    opacity: 1;
    transform: none;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 {
    font-size: 28px;
    letter-spacing: -1px;
    max-width: 70%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption h2 br {
    display: none;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption p {
    font-size: 16px;
  }
  .new_home_trending_wrp {
    padding: 40px 0px 40px;
  }
  .new_home_trending_wrp .trending_sldr {
    padding-left: 15px;
    padding-top: 20px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp img {
    width: 80px;
    height: 181px;
    position: absolute;
    left: 10px;
    top: -50%;
    transform: translate(0%, 50%);
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name {
    padding: 0px 90px 0px 15px;
    font-size: 22px;
  }
  .new_home_trending_wrp .trending_sldr .swiper-wrapper .swiper-slide .trending_box .desc_wrp .product_name span {
    display: block;
    font-size: 16px;
  }
  .inspired_interiors_wrp {
    padding: 40px 0px 40px;
  }
  .inspired_interiors_wrp::before {
    width: 100%;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb {
    width: 100%;
    margin: 0;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr .swiper-wrapper .swiper-slide img {
    border-radius: 10px 10px 0px 0px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption {
    max-width: 100%;
    padding: 15px 15px 30px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption h2 {
    font-size: 36px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired_sldr_thumb .swiper-wrapper .swiper-slide .caption p {
    font-size: 16px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    width: 45px;
    height: 45px;
    top: 0px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp {
    margin-top: -25px;
    padding-top: 40px;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev {
    right: 55px;
  }
  .why_jsw_paints {
    padding: 40px 0px 50px;
  }
  .why_jsw_paints .wjp_grid {
    flex-wrap: wrap;
  }
  .why_jsw_paints .wjp_grid .wjp_box {
    width: 50%;
  }
  .why_jsw_paints .wjp_grid .wjp_box p {
    font-size: 16px;
  }
  .why_jsw_paints .card_grid_newx {
    height: 600px;
  }
  .why_jsw_paints .card_grid_newx .card {
    padding: 20px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs h2 {
    font-size: 20px;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs {
    width: 100%;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_lhs {
    width: 100%;
    margin-bottom: 20px;
  }
  .why_jsw_paints .card_grid_newx .card {
    display: block;
  }
  .why_jsw_paints .card_grid_newx .card .cardx_rhs .name {
    font-size: 20px;
  }
  .coi_wrp {
    padding: 40px 0px;
  }
  .coi_wrp .new_common_container {
    display: block;
    text-align: left;
    padding: 0px 15px;
  }
  .coi_wrp .new_common_container h2 {
    max-width: 80%;
  }
  .coi_wrp .tabs {
    margin: 40px 0px 20px;
    display: flex;
    justify-content: space-between;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name {
    font-size: 10px;
    padding: 6px;
  }
  .new_featured_wrp .tabs2 li,
  .coi_wrp .tabs li {
    font-size: 16px;
    padding: 5px 7px;
  }
  .new_featured_wrp .tabs2 .active-tab2:after {
    bottom: 0em;
  }
  .new_featured_wrp .tabs2 li:first-child {
    margin-left: 0px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid .swatch .color .name span {
    font-size: 10px;
  }
  .coi_wrp .coi_sldr .swiper-wrapper .swiper-slide .coi_box .swatchgrid {
    height: 70px;
  }
  .new_featured_wrp .new_common_container {
    display: block;
  }
  .new_featured_wrp .tabs2 {
    margin: 20px 0px;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }
  .new_featured_wrp .tabs2::-webkit-scrollbar {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box {
    padding: 20px;
    width: 100%;
    height: 750px;
    flex-wrap: wrap;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs {
    width: 100%;
    order: 1;
    align-items: flex-start;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs {
    width: 100%;
    order: 2;
    margin-top: -35px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_rhs .design {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 15%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .inspired_pix .img-fluid {
    max-width: 50%;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_name {
    font-size: 22px;
    margin: 5px 0px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr p.new_prox_desc {
    font-size: 18px;
    margin: 5px 0px 0px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx {
    width: 50%;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx img {
    width: 40px;
    height: 40px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p {
    text-align: center;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr .new_feat_gridx .gridx p br {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .new_common_cta {
    position: relative;
    bottom: initial;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box::before {
    display: none;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .new_common_cta {
    border-color: var(--new-grey-color);
    color: var(--new-grey-color);
  }
  .new_tips_wrp .new_common_container .cvr {
    display: block;
  }
  .new_common_desc {
    font-size: 16px;
  }
  .new_featured_wrp {
    padding: 0px 0px 40px;
  }
  .new_tips_wrp {
    padding: 0px 0px 40px;
  }
  .new_tips_wrp .new_common_container .new_tips_sdlr .swiper-wrapper .swiper-slide .new_common_bnr img {
    width: 100%;
  }
  .colours_stories_wrp {
    padding: 40px 0px;
  }
  .new_faq_wrp {
    padding: 40px 0px;
  }
  .new_faq_wrp .accordion-toggle {
    padding-left: 0px;
  }
  .new_faq_wrp .accordion-toggle div.faq_ttle {
    padding-right: 15px;
    font-size: 17px;
  }
  .new_faq_wrp .accordion-toggle .btn_cvr::before {
    top: 55%;
  }
  .new_faq_wrp .accordion-content {
    padding: 0px;
    font-size: 16px;
  }
  .about_seo_wrp .new_common_container .ntg_nig_grid {
    flex-wrap: wrap;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card {
    height: 500px;
    display: block;
    padding: 15px;
    align-items: flex-start;
    gap: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs h2 {
    font-size: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name {
    font-size: 16px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs .name span {
    font-size: 13px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_rhs {
    width: 100%;
    margin-top: 20px;
  }
  .why_jsw_paints .testimonials_sdlr .swiper-wrapper .swiper-slide .card .cardx_lhs {
    width: 100%;
  }
  .about_seo_wrp .new_common_container .new_top_grid {
    flex-wrap: wrap;
  }
  .about_seo_wrp .new_common_container .new_top_grid .ntg_box {
    max-width: 100%;
  }
  .new_inner_banner2 .banner-row {
    display: block;
  }
  .ColorBannerColorCombination .new_common_container,
  .ColorBannerColorCombination .Surprise-color-card {
    position: relative;
  }
  .ColorBannerColorCombination .Surprise-color-card {
    max-width: 94%;
    margin: auto;
    top: -30px;
    right: 0px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header {
    padding: 0px 20px;
    padding-top: 10px;
  }
  .ColorBannerColorCombination .Surprise-color-card-header h2 {
    font-size: 25px;
  }
  .ColorBannerColorCombination .Surprise-color-details {
    margin: 12px 20px;
  }
  .ColorBannerColorCombination .Surprise-color-details p {
    margin: 3px 0;
  }
  .ColorBannerColorCombination .ideal-for {
    padding: 0px 20px;
  }
  .ColorBannerColorCombination .ideal-for p {
    font-size: 12px;
  }
  .ColorBannerColorCombination hr {
    margin: 0.7rem 14px;
  }
  .ColorBannerColorCombination .card-actions {
    margin-left: 20px;
    max-width: 270px;
  }
  .ColorBannerColorCombination .card-actions .btn {
    padding: 10px 12px;
    font-size: 14px;
  }
  .ColorBannerColorCombination .disclaimer {
    font-size: 12px;
    padding-left: 20px;
    margin-top: 10px;
  }
  #bannerbottomColorShade .shade-bar {
    display: block;
    overflow: hidden;
  }
  #bannerbottomColorShade .shade-text {
    margin-right: 0px;
    padding: 6px 0px;
    text-align: center;
  }
  #bannerbottomColorShade .shades {
    height: 50px;
    width: 100vw;
    flex-wrap: nowrap;
    display: flex;
    overflow: scroll;
  }
  #bannerbottomColorShade .shade {
    flex: none;
    position: relative;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 20%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid {
    flex-wrap: wrap;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid .icns {
    width: 19%;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .icn_grid p {
    font-size: 11px;
  }
  .new_home_banner .sldr_custom_container {
    width: 100%;
    bottom: 20px;
    height: 140px;
  }
  .new_home_banner .new_home_slider .swiper-wrapper .swiper-slide .new_common_container .new_home_caption .cta_cvr .new_common_cta {
    font-size: 14px;
  }
  .new_home_banner .sldr_custom_container .new_home_next,
  .new_home_banner .sldr_custom_container .new_home_prev {
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
  .new_home_banner .sldr_custom_container .new_home_next {
    right: 10px;
  }
  .new_home_banner .sldr_custom_container .new_home_prev {
    left: initial;
    right: 55px;
    bottom: 60px;
  }
  .new_home_banner {
    width: 100%;
    height: 690px;
    position: relative;
  }
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-next span,
  .inspired_interiors_wrp .new_common_container .inspired_slider_wrp .inspired-prev span,
  .new_home_banner .sldr_custom_container .new_home_next span,
  .new_home_banner .sldr_custom_container .new_home_prev span {
    display: block;
    line-height: 0.2;
    height: 10px;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs .cvr {
    max-width: 100%;
    text-align: center;
  }
  .new_featured_wrp .new_fp_sldr .swiper-wrapper .swiper-slide .new_fp_box .new_fp_lhs {
    text-align: center;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    width: 100%;
  }
  .new_product_list_main .new_product_list_filter li a {
    padding: 5px 15px;
    font-size: 18px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .product_ttle {
    font-size: 24px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box {
    min-height: 635px;
  }
  .new_product_list_main .new_product_list_grid .nplg_box .main_box .desc_cvr {
    min-height: auto;
  }
  .new_common_ttle br {
    display: none;
  }
  .new_product_list_main {
    padding: 40px 0px;
  }
  .popular_search_wrp {
    padding: 40px 0px;
  }
  .popular_search_wrp .new_common_container .popular_tags {
    font-size: 13px;
    padding: 10px 10px;
    width: 47%;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box {
    width: 100%;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc h2 {
    font-size: 24px;
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc {
    transform: translate(0px, 0px);
  }
  .inspiration_grid_main .new_common_container .new_inspi_grid_main .new_inspi_box .flat_desc .fake_cta {
    font-size: 13px;
    padding: 10px 20px;
  }
  .new_common_breadcrumb .new_common_container ul li a::before {
    font-size: 11px;
    top: 2px;
    right: 4px;
  }
  .new_common_breadcrumb .new_common_container ul li a,
  .new_common_breadcrumb .new_common_container ul li {
    font-size: 11px;
  }
  .new_common_breadcrumb .new_common_container ul li a {
    padding: 0px 10px 0px 0px;
  }
  .inspiration_grid_main {
    padding: 10px 0px;
  }
  .new_inner_banner .new_common_container .new_common_caption {
    top: 50px;
  }
  #inspiration_pop .popup-card img {
    width: 100%;
    height: 310px !important;
    object-fit: cover;
    display: block;
  }
  .new_product_list_main .new_product_list_grid .nplg_box {
    margin: 10px 0px;
  }
  #inspiration_pop .popup-card {
    display: block;
  }
  #inspiration_pop .popup-card .inspi_pop_lhs {
    width: 100%;
  }
  #inspiration_pop .popup-card .inspi_pop_rhs {
    width: 100%;
  }
  #inspiration_pop .popup-card .inspi_pop_rhs .inspi_color_swatch {
    width: 80px;
    height: 80px;
  }
  #inspiration_pop .popup-card .inspi_pop_rhs h6 {
    font-size: 14px;
  }
  .new_contact_us {
    padding-top: 0px;
  }
  .new_contact_us .contact-section {
    width: 100%;
  }
  .new_contact_us .contact-left,
  .new_contact_us .contact-right {
    padding: 10px 0px;
  }
  .new_contact_us h2 {
    font-size: 22px;
  }
  .new_contact_us .contact_form .webform-submission-contact-us-form {
    display: block;
  }
  .new_contact_us .contact_form .webform-submission-contact-us-form .col-md-6 {
    width: 100%;
  }
  .new_contact_us .paintsaremade {
    background-color: #f8f8f8;
    padding: 30px 10px;
    margin-top: 20px;
  }
  .new_contact_us .paintsaremade .presence-grid-wrp {
    display: block;
  }
  .new_contact_us .paintsaremade .location-card,
  .new_contact_us .paintsaremade .location-image {
    width: 100%;
    display: block;
  }
  .new_contact_us .paintsaremade .location-card {
    margin-bottom: 10px;
  }
  .contact-social-links {
    gap: 20px;
    transform: scale(0.9);
  }
  .new_contact_us .contact_form {
    margin-top: 10px;
  }
  .no-banner {
    margin-top: 60px;
  }
  .new_contact_us .contact_form {
    margin-top: 0px;
    order: -1;
  }
  .fs32 {
    font-size: 22px;
  }
  .Inspired-shades {
    padding: 40px 0px;
  }
  .Inspired-shades .shade-grid {
    display: block;
    margin-bottom: 0px;
  }
  .Inspired-shades .shade-info h3 {
    font-size: 22px;
  }
  .Inspired-shades .shade-card {
    height: auto;
    min-height: auto;
  }
  .Inspired-shades .shade-desc {
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 0px 0px;
    padding-bottom: 20px;
  }
  .Inspired-shades .shade-desc p {
    font-size: 24px;
  }
  .Softharmony_home {
    padding: 30px 0px;
  }
  .Softharmony_home .product_ttle {
    font-size: 22px;
  }
  .Exploreother {
    padding: 40px 0px;
    margin-top: 10px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    top: -90px;
  }
  .coi_wrp .swiper-button-next {
    right: 15px;
  }
  .new_featured_wrp .tabs-content2 {
    margin: 20px 0px;
  }
  .coi_wrp {
    padding: 40px 0px;
    padding-bottom: 100px;
  }
  .coi_wrp .swiper-button-prev {
    left: initial;
    right: 54px;
  }
  .coi_wrp .swiper-button-next,
  .coi_wrp .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .Inspired-shades .Inspired-shades_row {
    display: block;
  }
  .hero_banners {
    margin-top: 60px !important;
  }
  .hero_banners.about-us-bnr-wrp .swiper-banners .swiper-slide .slide-inner-cap-cvr2 .section_title {
    font-size: 26px !important;
  }
  .productBanner .new_common_container {
    text-align: center;
    justify-content: start !important;
    padding-top: 30px !important;
  }
  #New-features .feature-item img {
    width: 70px !important;
  }
  .inspiration_pop .popup-card {
    display: block;
  }
  .inspiration_pop .popup-card .inspi_pop_lhs,
  .inspiration_pop .popup-card .inspi_pop_rhs {
    width: 100%;
  }
  .hero_banners {
    min-height: 85vh !important;
    overflow: hidden;
  }
  .vista-colour-pallet-wrp {
    padding: 20px 15px !important;
  }
  .blog_content {
    margin-top: 47px !important;
  }
  .ogp-wrp {
    padding: 20px 20px !important;
  }
  .ogp-wrp .container .ogp-lhs .caption-wrp h2,
  .legacy-wrp .container .caption-wrp h2 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .about-team-new {
    padding: 40px 0px !important;
  }
  .about-team-new .atn-grid-cvr .atn-card p span {
    font-size: 11px !important;
  }
  .futurescape-wrp .title-wrp-cvr .sub-desc {
    font-size: 20px !important;
  }
  .futurescape-wrp .title-wrp-cvr .section_title {
    font-size: 40px !important;
  }
  .latest-open-wrp {
    text-align: center;
  }
  .media-sec-ttle {
    font-size: 36px !important;
  }
  .new-media-wrp .tab-main-box .video-wrp .video-row-top p.ttle {
    font-size: 24px !important;
    padding: 0px 20px !important;
  }
  .share-resume-wrp .share-full-wrp.customCheck input + label {
    margin: 12px 7px 0px 0 !important;
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
  .share-resume-wrp .share-grid-wrp .share-card.upload-cvr span {
    font-size: 12px !important;
  }
  .formWrapper h4 {
    font-size: 18px !important;
  }
  .formWrapper .input-field {
    width: 100% !important;
  }
  .shade_filter_box .filter-ttle {
    font-size: 20px !important;
  }
  .why_jsw_paints .crv {
    display: block;
  }
  .why_jsw_paints .crv .text-center {
    text-align: left;
    margin-top: 20px;
  }
  .new_common_header .new_common_bottom_head .new_common_container .new_common_search {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    z-index: 9999;
    padding: 10px 52px 10px 10px;
  }
  .header-search input[name=search_api_fulltext] {
    border-radius: 0px !important;
    background-size: 19px !important;
  }
  .search_close_btn {
    display: block !important;
    position: fixed;
    top: 17px;
    right: 14px;
    z-index: 9999;
    padding: 1px 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #222;
    opacity: 1;
    height: 28px;
    border-radius: 4px;
  }
  .search_close_btn img {
    width: 11px;
  }
  .search-autocomplete-results {
    position: relative !important;
  }
  .search_icon_for_mobile {
    position: fixed;
    top: 18px;
    right: 52px;
    z-index: 99;
    display: block !important;
  }
  .coi_wrp .swiper-button-prev {
    left: initial;
    right: 70px;
  }
  .new_home_trending_wrp .trending_sldr .trending-next,
  .new_home_trending_wrp .trending_sldr .trending-prev {
    width: 45px;
    height: 45px;
    top: -25px;
  }
  .new_home_trending_wrp .trending_sldr .trending-prev {
    left: initial;
    right: 55px;
  }
}
.about-new-section1 {
  width: 100% !important;
  max-width: 100% !important;
}