@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
  --site-font: 'Plus Jakarta Sans', sans-serif;
  --themeColor: #008457;
  --themeDarkColor: #1c4836;
  --textColor: #262b30;
  --textGray: #484e55;
  --themeWhite: #fff;
  --textWhite: #fff;
  --textDark: #000;
  --themeDark: #000;
  --alertBg: #00aeef;
}
html {
  font-size: 16px;
}
.new-home-layout {
  font-size: 18px;
  color: var(--textColor);
  font-family: var(--site-font);
  letter-spacing: -0.29px;
  font-weight: 400;
}
.new-home-layout h1,
.new-home-layout h2,
.new-home-layout h3 {
  letter-spacing: -0.45px;
  text-transform: inherit !important;
  line-height: 1.2;
}

.new-home-layout h1 {
  font-size: 45px;
  font-weight: 700;
  margin-top: 0;
}
.new-home-layout h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 0;
}
.new-home-layout h3 {
  font-size: 25px;
  line-height: 35px;
  margin-top: 0;
}
.new-home-layout .h4,
.new-home-layout .h5,
.new-home-layout .h6,
.new-home-layout h4,
.new-home-layout h5,
.new-home-layout h6 {
  margin-top: 0;
  text-transform: inherit !important;
  line-height: 1.2;
}
.new-home-layout .h5,
.new-home-layout h5 {
  font-size: 1.25rem;
}
.new-home-layout .h6,
.new-home-layout h6 {
  font-size: 1rem;
}
.new-home-layout h6 {
  font-weight: 700;
}
.new-home-layout img {
  max-width: 100%;
}
.new-home-layout .btn-default {
  background-color: var(--themeColor);
  color: var(--textWhite);
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.2s;
}
.new-home-layout .btn-default:hover {
  background-color: var(--themeDarkColor);
}
.new-home-layout .btn-light {
  background-color: var(--themeWhite);
  color: var(--textDark);
}
.new-home-layout .btn-light:hover {
  background-color: var(--themeColor);
  color: var(--textWhite);
}
.new-home-layout .btn-outline {
  background-color: var(--themeWhite);
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
}
.new-home-layout .btn-outline:hover {
  background-color: var(--themeColor);
  color: var(--textWhite);
}
.new-home-layout .bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.new-home-layout .container {
  max-width: 1220px;
  width: 100%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.new-home-layout .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  align-items: center;
}
.new-home-layout .btn-list a:not(.btn-default) {
  font-size: 16px;
  color: var(--textDark);
  font-weight: 700;
  transition: all ease 0.2s;
  text-decoration: none;
}
.new-home-layout .btn-list a:not(.btn-default):hover {
  color: var(--themeColor);
}
.new-home-layout .media-responsive {
  position: relative;
  overflow: hidden;
}
.new-home-layout .media-responsive * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/* Boostrap 5 common class css */
.new-home-layout .row {
  display: flex;
  flex-wrap: wrap;
}
.new-home-layout .m-auto {
  margin: auto !important;
}
.new-home-layout .mt-5 {
  margin-top: 3rem !important;
}
.new-home-layout .justify-content-center {
  justify-content: center !important;
}
.new-home-layout .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.new-home-layout .g-0,
.new-home-layout .gx-0 {
  --bs-gutter-x: 0;
}
.new-home-layout .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.new-home-layout ol,
.new-home-layout ul {
  margin-top: 0 !important;
}
.new-home-layout .align-items-center {
  align-items: center !important;
}
.new-home-layout .p-0 {
  padding: 0 !important;
}

/* Index Banner Style */
.new-home-layout .index-banner-wrapper {
  padding: 242px 0 290px;
  position: relative;
}
.new-home-layout .index-banner-wrapper:after {
  content: '';
  background: #000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.47;
}
.new-home-layout .index-banner-wrapper .container {
  position: relative;
  z-index: 1;
}
.new-home-layout .block-bg-video,
.new-home-layout .block-bg-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-home-layout .block-bg-video video {
  object-fit: cover;
}
.new-home-layout .index-banner-wrapper .banner-content {
  color: #fff;
  max-width: 820px;
  width: 100%;
  margin: auto;
}
.new-home-layout .index-banner-wrapper .banner-content h1 {
  font-weight: 800;
  text-shadow: 0px 3px 6px #000000e3;
  letter-spacing: -0.72px;
}
.new-home-layout .index-banner-wrapper .banner-content .btn-list {
  justify-content: center;
  margin-top: 23px;
}
.new-home-layout .index-banner-wrapper .banner-content .btn-list .btn-default {
  box-shadow: 0px 3px 6px #00000069;
  padding: 14px 26px;
  font-size: 19px;
}
.new-home-layout .index-banner-wrapper .banner-watermark {
  position: absolute;
  left: 20px;
  bottom: -60px;
}

/* Quick Links Bar */

.new-home-layout .quick-link-bar-warpper .title-box h6 {
  color: var(--textWhite);
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
.new-home-layout .quick-link-bar {
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  margin-top: -62px;
  margin-bottom: -32px;
  z-index: 9;
  position: relative;
  background-color: #fff;
}
.new-home-layout .quick-link-bar .title-box {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--themeDark);
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  gap: 11px;
}
.new-home-layout .quick-link-bar .title-box .icon {
  width: 28px;
}

.new-home-layout .quick-link-bar .quick-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
  .new-home-layout .quick-link-bar .quick-list > ul > li {
    padding-bottom: 0px !important;
  }

/* .new-home-layout .quick-link-bar .quick-list li {
  position: relative;
} */
.new-home-layout .quick-link-bar .item-modal {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-width: 1098px;
  margin-inline: auto;
  background-color: #fff;
  right: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 25px 60px 8px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.2s;
}
.new-home-layout .quick-link-bar .item-modal.active {
  opacity: 1;
  visibility: visible;
}
.new-home-layout .quick-link-bar .item-modal .form-title {
  margin-bottom: 16px;
}
.new-home-layout .quick-link-bar .item-modal .form-title h6 {
  font-size: 17px;
}
.new-home-layout .quick-link-bar .item-modal .item-data .thumb {
  /* max-width: 188px; */
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 18px;
}
.new-home-layout .quick-link-bar .item-modal .item-data .thumb-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}
.new-home-layout .quick-link-bar .item-modal .item-data .content {
  font-size: 16px;
}
.new-home-layout .quick-link-bar .item-modal .item-data .content p a {
  color: inherit;
}
.new-home-layout .quick-link-bar .item-modal .item-data .content h6 {
  font-size: 17px;
  color: var(--themeDarkColor);
  margin-bottom: 22px;
}
.new-home-layout .collection-card-list .collection-card .app-title {
  padding: 6px 5px 8px;
}
.new-home-layout .collection-card-list .collection-card .app-title h5 {
  font-size: 10px;
}
@media (min-width: 992px) {
  .new-home-layout .quick-link-bar .item-modal .item-data {
    padding-right: 30px;
  }
}
.new-home-layout .quick-link-bar .item-modal .form-box {
  max-width: 600px;
  width: 100%;
  min-height: 645px;
  padding: 0;
  border: 0;
  box-shadow: inherit;
  background-color: inherit;  
}
.new-home-layout .quick-link-bar .item-modal .icon-close {
  width: 18px;
  margin-left: auto;
  line-height: 0;
  margin-bottom: -7px;
  margin-right: -37px;
  cursor: pointer;
}
.new-home-layout .quick-link-bar .quick-list .modal-trigger a {
  text-decoration: none;
  color: var(--textDark);
  padding: 20px 40px;
  display: block;
}
.new-home-layout .quick-link-bar .quick-list .modal-trigger a.active {
  background-color: var(--themeColor);
  color: var(--textWhite);
}
.new-home-layout .quick-link-bar .quick-list .modal-trigger a.active .icon img {
  filter: grayscale(1) brightness(0) invert(1);
}
.new-home-layout .quick-link-bar .quick-list .icon {
  margin-bottom: 4px;
  height: 22px;
}
.new-home-layout .quick-link-bar [class^='col-'] {
  position: static;
}
/* .new-home-layout .quick-link-bar .quick-list .icon img {
  height: 18px;
} */
.new-home-layout .quick-link-bar .quick-list .text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.new-home-layout .quick-link-bar .collection-list-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new-home-layout .quick-link-bar .collection-list {
  max-width: 180px;
  width: 100%;
}
.new-home-layout .quick-link-bar .collection-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 14px;
}
.new-home-layout .quick-link-bar .collection-list a {
  color: inherit;
  font-size: 16px;
}
.new-home-layout .quick-link-bar .collection-list + .media-grid {
  max-width: calc(89% - 180px);
  margin-left: auto;
  width: 100%;
}
.new-home-layout .quick-link-bar .collection-list + .media-grid .image-small {
  bottom: -1%;
  left: 5%;
}
.new-home-layout .quick-link-bar .media-grid .grid-image-outer .ellipse-1 {
  width: 50px;
  top: -13%;
}
.new-home-layout .quick-link-bar .media-grid .grid-image-outer .ellipse-2 {
  width: 36px;
  left: 86%;
}

/* Explore product section */
.new-home-layout .explore_product_section {
  padding: 60px 0;
}
.new-home-layout .explore_product_section h3 {
  font-weight: 600;
  margin-bottom: 32px;
  padding: 0 20px;
  line-height: 1.5;
}
.new-home-layout .explore_product_section .product_lists {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: flex-end;
}
/* .explore_product_section .product_lists .product {
  max-width: 25%;
} */

/* Three Image content grid */

.new-home-layout .three-images-content-grid-block {
  padding: 140px 0 200px;
  background-image: url('./lrg-circle-dust-opt.png');
  background-repeat: no-repeat;
  background-position: right -6vw top -22vw;
  background-size: 51vw;
}
.new-home-layout .three-images-content-grid-block .content-grid h2 {
  margin-bottom: 30px;
  letter-spacing: -0.45px;
}
.new-home-layout .three-images-content-grid-block .content-grid p {
  letter-spacing: -0.29px;
}
.new-home-layout .three-images-content-grid-block .content-grid .btn-list {
  margin-top: 30px;
  row-gap: 12px;
}
.new-home-layout .machine-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 20px;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.new-home-layout .machine-list-outer {
  position: relative;
}
.new-home-layout .machine-list-outer .thumb-circle {
  position: absolute;
  left: -23%;
  top: -35%;
}
.new-home-layout .machine-list .machine-single {
  width: auto;
  flex: 1 0 0%;
}

/* Trusted Filter */

.new-home-layout .trusted-filters-block {
  padding: 75px 0 95px;
  position: relative;
}
.new-home-layout .trusted-filters-block .block-bg-video:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #d3dad76b;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.new-home-layout .trusted-filters-block .container {
  position: relative;
  z-index: 1;
}
.new-home-layout .trusted-filters-block .image-grid {
  position: relative;
}
/* .new-home-layout .trusted-filters-block .image-grid .rounded-thumb,
.new-home-layout .trusted-filters-block .image-grid .rounded-small-thumb {
  overflow: hidden;
  border-radius: 100%;
  aspect-ratio: 1;
} */
.new-home-layout .trusted-filters-block .image-grid .rounded-thumb .media-responsive,
.new-home-layout .trusted-filters-block .image-grid .rounded-small-thumb {
  overflow: hidden;
  border-radius: 100%;
  aspect-ratio: 1;
}
.new-home-layout .trusted-filters-block .image-grid .rounded-thumb {
  position: relative;
}
.new-home-layout .trusted-filters-block .image-grid .rounded-thumb .rounded-thumb-dotted {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 120px);
  width: calc(100% + 120px);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.new-home-layout .trusted-filters-block .image-grid .rounded-thumb {
  width: calc(100% - 157px);
  margin-left: auto;
}
.new-home-layout .trusted-filters-block .image-grid .rounded-small-thumb {
  max-width: 157px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.new-home-layout .trusted-filters-block .image-grid .sponsor-thumb {
  padding: 12px 22px;
  border-radius: 10px;
  box-shadow: 0px 3px 12px #00000080;
  background-color: var(--themeWhite);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16%;
  max-width: 37%;
}
.new-home-layout .trusted-filters-block .image-grid .sponsor-thumb img {
  max-width: 160px;
  max-width: 100%;
  width: 100%;
}
.new-home-layout .trusted-filters-block .block-content-grid h2 {
  margin-bottom: 28px;
}
.new-home-layout .trusted-filters-block .filter-list {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -12px 0;
}
.new-home-layout .trusted-filters-block .filter-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500; 
}
.new-home-layout .trusted-filters-block .btn-list a:not(.btn-default) {
  text-decoration: underline;
}
.filter-head {
  margin-bottom: 14px;
}
.new-home-layout .trusted-filters-block .filter-list li {
  background-image: url('./list-arrow.png');
  background-position: left top 8px;
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.new-home-layout .trusted-filters-block .filter-list li a {
    font-size: 16px;
    color: #000;
}
.new-home-layout .trusted-filters-block .filter-list .filter-single {
  width: 50%;
  padding: 0 12px;
}
.new-home-layout .trusted-filters-block .btn-list {
  margin-top: 30px;
}

.new-home-layout .trusted-filters-block .btn-list a.btn-default {
  color: var(--themeColor);
}
.new-home-layout .trusted-filters-block .btn-list a.btn-default:hover {
  color: var(--textWhite);
}

/* Sponsors Block */

.new-home-layout .sponsors-block {
  padding: 60px 0 80px;
}
.new-home-layout .sponsors-block .title h2 {
  font-weight: 500;
  color: var(--themeDarkColor);
  margin-bottom: 28px;
}
/* Logo Slider */

.new-home-layout .sponsors-slider .sponsor-logo img {
  max-height: 70px;
  height: 100%;
  margin-inline: auto;
  width: auto;
}
.new-home-layout .sponsors-slider .sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 15px;
}
.new-home-layout .sponsors-slider.slick-slider {
  margin-bottom: 30px !important;
}
.new-home-layout .sponsors-slider .slide-item {
  height: auto;
}
.new-home-layout .sponsors-slider .slick-list {
  padding: 18px 0;
}
.new-home-layout .sponsors-slider .slick-dots button:before {
  display: none;
}
.new-home-layout .sponsors-slider .slick-dots .slick-active button {
  background-color: #8d8c8c;
}
.new-home-layout .sponsors-slider .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid #444;
  padding: 0;
}
.new-home-layout .sponsors-slider .slick-dots li {
  width: auto;
  height: auto;
}

/* Collection Slider */

.new-home-layout .collection-slider-block {
  padding: 85px 0;
}
.new-home-layout .collection-slider-block .block-title {
  max-width: 450px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 30px;
}
.new-home-layout .collection-slider-block .block-title h2 {
  font-size: 26px;
}
.new-home-layout .collection-app-slider {
  max-width: 90%;
  width: 100%;
  margin-inline: auto;
}
.new-home-layout .collection-app-slider .slide-item {
  padding: 0 12px;
  height: auto;
}
.new-home-layout .collection-app-slider .slick-list {
  padding-block: 20px;
}
.new-home-layout .collection-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--themeWhite);
  box-shadow: 0px 3px 6px #00000029;
}
.new-home-layout .collection-card .media-responsive {
  aspect-ratio: 1.5;
}
.new-home-layout .collection-card .app-title {
  padding: 17px 10px 20px;
  text-align: center;
}
.new-home-layout .collection-card .app-title h5 {
  font-weight: 400;
  margin-bottom: 0;
}
.new-home-layout .collection-app-slider-main {
  position: relative;
}
.new-home-layout .collection-app-slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}
.new-home-layout .collection-app-slider-controls * {
  pointer-events: auto;
}
.new-home-layout .collection-app-slider-controls .control {
  width: 58px;
  height: 104px;
  background-color: #262b30;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.new-home-layout .collection-app-slider-controls .control img {
  position: relative;
  right: 8px;
}
.new-home-layout .collection-app-slider-controls .arrow-right {
  border-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.new-home-layout .collection-app-slider-controls .arrow-right img {
  right: auto;
  left: 8px;
}
.new-home-layout .collection-slider-block .block-btn {
  margin-top: 40px;
}

/* Two Column Image Counter */

.new-home-layout .two-column-image-counter-block {
  padding: 80px 0 60px;
}
.new-home-layout .media-grid {
  position: relative;
}
.new-home-layout .media-grid .image-small {
  width: 133px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  bottom: 40px;
  width: 23%;
}
.new-home-layout .media-grid .grid-image {
  aspect-ratio: 1;
  border-radius: 100%;
}
.new-home-layout .media-grid .grid-image-outer {
  position: relative;
  width: calc(100% - 133px);
  width: 77%;
  /* width: 100%; */
  margin-left: auto;
}
/* .new-home-layout .media-grid .grid-image-outer .media-responsive {
  overflow: inherit;
}
.new-home-layout .media-grid .grid-image-outer .media-responsive * {
  object-fit: none;
} */
.new-home-layout .media-grid .grid-image-outer .image-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 100px);
  width: 120%;
  height: calc(100% + 100px);
  height: 120%;
}
.new-home-layout .media-grid .grid-image-outer .image-border img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.new-home-layout .media-grid .grid-image-outer .ellipse {
  position: absolute;
  top: -70px;
  top: -15%;
  left: 50px;
  left: 11%;
}
.new-home-layout .media-grid .grid-image-outer .ellipse-2 {
  left: 85%;
  top: 26%;
  transform: translateX(73%);
}
@media (min-width: 992px) {
  .new-home-layout .two-column-image-counter-block .counter-grid {
    padding-left: 20%;
  }
}
.new-home-layout .counter-single .counter h1 {
  font-size: 95px;
  font-size: 5.9rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -5.37px;
}
.new-home-layout .counter-single .text h4 {
  font-size: 25px;
  color: #484e55;
}
.new-home-layout .counter-single:not(:last-child) {
  margin-bottom: 12px;
}
.new-home-layout .counter-single-text {
  padding-top: 32px;
  padding-bottom: 32px;
}
.new-home-layout .counter-list .counter-single-text p {
  margin-bottom: 0px;
}

/* Media Query */
@media (max-width: 1500px) {
  .new-home-layout .three-images-content-grid-block {
    background-position: right -6vw top -12vw;
    background-size: 53vw;
  }
}
@media (max-width: 1149px) {
  .new-home-layout .quick-link-bar .quick-list .modal-trigger a {
    padding-inline: 25px;
  }
}
@media (max-width: 991px) {
  .new-home-layout h1 {
    font-size: 38px;
  }
  .new-home-layout .index-banner-wrapper {
    padding: 182px 0 160px;
  }
  .new-home-layout
    .index-banner-wrapper
    .banner-content
    .btn-list
    .btn-default {
    font-size: 16px;
    padding: 10px 20px;
  }
  .new-home-layout .three-images-content-grid-block .row {
    row-gap: 28px;
  }
  .new-home-layout .three-images-content-grid-block .row > * {
    width: 100%;
    max-width: 100%;
  }
  .new-home-layout .three-images-content-grid-block {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .new-home-layout .machine-list-outer .thumb-circle {
    /* display: none; */
    left: 0;
    top: 30%;
    max-width: 67%;
    max-width: 46vw;
  }
  .new-home-layout .machine-list {
    gap: 17px;
    padding-left: 17%;
    padding-right: 10%;
    position: absolute;
    bottom: 10%;
    max-width: 80vw;
  }
  .new-home-layout .three-images-content-grid-block .content-grid {
    padding-inline: 20px;
  }
  .new-home-layout .machine-list-outer .thumb-image-circle {
    /* position: absolute; */
    top: -29%;
    left: 0;
    max-width: 81%;
    max-width: 65vw;
    margin-left: auto;
    margin-right: 10%;
    right: 0;
  }
  .new-home-layout .quick-link-bar {
    margin: 0;
    box-shadow: none;
  }
  .new-home-layout .quick-link-bar-warpper .container {
    padding: 0;
  }
  .new-home-layout .quick-link-bar .quick-list ul {
    flex-direction: column;
    gap: 0;
  }
  .new-home-layout .quick-link-bar .title-box {
    padding: 16px 10px 20px;
    border-radius: 0;
  }
  .new-home-layout .quick-link-bar .quick-list .icon {
    display: none;
  }
  .new-home-layout .quick-link-bar .quick-list > ul > li {
    border-bottom: 1px solid #484e55;
  }
  .new-home-layout .quick-link-bar .quick-list .modal-trigger a {
    padding-block: 12px;
  }
  .new-home-layout .quick-link-bar .title-box .icon {
    display: none;
  }
  .new-home-layout .quick-link-bar .item-modal {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    transition: none;
    padding-right: 30px;
  }
  .new-home-layout .quick-link-bar .item-modal .icon-close {
    margin-right: -20px;
  }
  .new-home-layout .quick-link-bar .row > * {
    max-width: 100%;
    width: 100%;
  }
  .new-home-layout .three-images-content-grid-block {
    background-image: none;
  }
  .new-home-layout
    .three-images-content-grid-block
    .row
    [class^='col-']:first-child {
    order: 2;
  }
  .new-home-layout
    .three-images-content-grid-block
    .row
    [class^='col-']:last-child {
    order: 1;
  }
  .new-home-layout .three-images-content-grid-block .content-grid .btn-list {
    flex-direction: column;
    align-items: center;
  }
  .new-home-layout
    .three-images-content-grid-block
    .content-grid
    .btn-list
    .btn-default {
    max-width: 90%;
    width: 100%;
    text-align: center;
  }
  .new-home-layout .explore_product_section {
    padding-top: 40px;
  }
  .new-home-layout .explore_product_section .product_lists {
    padding-inline: 20px;
  }
  .new-home-layout .trusted-filters-block .image-grid .sponsor-thumb {
    right: -8%;
    width: 23vw;
    padding: 6px 10px;
  }
  .new-home-layout .trusted-filters-block .image-grid {
    max-width: 75vw;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .new-home-layout .trusted-filters-block .image-grid .rounded-small-thumb {
    max-width: 20vw;
  }
  .new-home-layout .trusted-filters-block .image-grid .rounded-thumb {
    width: 53vw;
  }
  .new-home-layout .trusted-filters-block {
    padding: 50px 0 57px;
  }
  .new-home-layout .trusted-filters-block .btn-list {
    flex-direction: column;
    align-items: center;
  }
  .new-home-layout .trusted-filters-block .row > * {
    width: 100%;
    max-width: 100%;
  }
  .new-home-layout .collection-app-slider-controls .control {
    width: 24px;
    height: 44px;
  }
  .new-home-layout .collection-app-slider-controls .control img {
    width: 8px;
    right: 2px;
  }
  .new-home-layout .collection-app-slider-controls .arrow-right img {
    right: auto;
    left: 2px;
  }
  .new-home-layout .collection-card .app-title h5 {
    font-size: 16px;
  }
  .new-home-layout .collection-card .app-title {
    padding-top: 7px;
    padding-bottom: 9px;
  }
  .new-home-layout .collection-slider-block .block-btn {
    margin-top: 8px;
  }
  .new-home-layout .collection-slider-block {
    padding: 32px 0 37px;
  }
  .new-home-layout .media-grid {
    max-width: 87%;
    margin-inline: auto;
  }
  .new-home-layout .two-column-image-counter-block .row {
    row-gap: 40px;
  }
  .new-home-layout .two-column-image-counter-block {
    padding-bottom: 30px;
  }
  .new-home-layout .two-column-image-counter-block .row > * {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .new-home-layout .three-images-content-grid-block {
    padding: 34px 0;
  }
  .new-home-layout .index-banner-wrapper {
    padding-top: 27px;
    padding-bottom: 32px;
  }
  .new-home-layout .index-banner-wrapper .banner-content h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .new-home-layout .explore_product_section .row > * {
    width: 100%;
    max-width: 100%;
  }
  .new-home-layout .sponsors-block {
    padding: 35px 0;
  }
  .new-home-layout .counter-single .counter h1 {
    font-size: 63px;
  }
  .new-home-layout .counter-single .text h4 {
    font-size: 16px;
  }
  .new-home-layout .two-column-image-counter-block .counter-grid {
    padding-inline: 20px;
  }
}
@media (max-width: 575px) {
  .new-home-layout .explore_product_section h3 {
    font-size: 16px;
    text-align: left;
  }
  .new-home-layout .explore_product_section .btn-list {
    flex-direction: column;
    align-items: center;
  }
  .new-home-layout .index-banner-wrapper .banner-content .btn-list {
    flex-direction: column;
    row-gap: 12px;
    align-items: center;
  }
  .new-home-layout
    .index-banner-wrapper
    .banner-content
    .btn-list
    .btn-default {
    min-width: 146px;
    padding: 3px 14px 5px;
  }
  .new-home-layout .three-images-content-grid-block .content-grid h2 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .new-home-layout .trusted-filters-block .filter-list {
    flex-direction: column;
    row-gap: 35px;
  }
  .new-home-layout .trusted-filters-block .filter-list .filter-single {
    width: 100%;
  }
  .new-home-layout .trusted-filters-block .block-content-grid h2 {
    font-size: 19px;
    margin-bottom: 17px;
  }
  .new-home-layout .trusted-filters-block .image-grid {
    max-width: 84vw;
    margin-left: 0;
  }
  .new-home-layout .trusted-filters-block .image-grid .rounded-thumb {
    width: 59vw;
  }
  .new-home-layout .sponsors-block .title h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .new-home-layout .collection-slider-block .block-title h2 {
    font-size: 16px;
    line-height: 1.4;
  }
  .new-home-layout .collection-slider-block .block-title {
    margin-bottom: 0;
  }
  header .container-fluid.head-cover .row {
    max-width: 100%; margin: 0; overflow: hidden;
  }
  .new-home-layout .machine-list {
    padding: 0; gap: 5px; max-width: 100%;
  }
}
@media (max-width: 549px) {
  .new-home-layout .quick-link-bar .collection-list + .media-grid {
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 60px;
    margin-right: 10px;
  }
}
@media (max-width: 440px) {
  header .main-nav a.navbar-brand {
      width: 80%;
  }
  .new-home-layout .collection-slider-block .block-title h2 {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .new-home-layout .d-md-none {
    display: none !important;
  }
}
