* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: rgb(255, 255, 255);
}

/* Frontend CSS */
.container {
  max-width: 1140px;
  margin: auto;
  width: 100%;
  padding: 20px;
}

.hero.collection-banner.collection-hero {
  background-repeat: no-repeat;
  height: 333px;
  display: flex;
  align-items: end;
  background-position: center;
  /* border-radius: 0px 0px 30px 30px; */
  background-size: cover;
}
.hero-bg-banner {
  width: 100%;
}

.hero h2.fade-text {
  font-size: 112px;
  line-height: 114.7px;
  color: #2f2f2f;
  font-weight: 800;
  margin: 0;
}
.hero h2.collection-name {
  font-size: 45px;
  line-height: 73.87px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  margin: 0px;
}

/* .hero .title {
  margin-top: 96px;
} */

.filters .col-filter-col-desc {
  padding: 40px 0;
}

.filters .filter-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.filters .filter {
  width: 350px;
  /* padding-left: 35px; */
  height: 320px;
  /* overflow-y: overlay; */
}

.filter-accordion {
  /* height: 210px; */
  /* overflow-y: overlay; */
  padding-bottom: 30px;
}

.filters .filter-heading h3.filter-heading-title {
  font-size: 30px;
  color: #f78f1f;
  font-weight: 800;
  line-height: 64px;
  margin: 0;
}

.filters .filter-accordion .filter-accordion-item {
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 0;
}
.filters .filter-accordion .filter-accordion-item.active {
  border-bottom: 2px solid #1b4298;
}
.filters .filter-accordion .filter-accordion-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters
  .filter-accordion
  .filter-accordion-item-title.active
  .filter-accordion-item-title-text {
  color: #1b4298;
}
.filters .filter-accordion p.filter-accordion-item-title-text {
  line-height: 38px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #c6c6c6;
}
.filter-accordion-item-title.active i.fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.filter-accordion-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s 
ease;
    /* min-height: 50px; */
}
.filter-scroll {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
}

.filter-scroll::-webkit-scrollbar {
  width: 6px;
}

.filter-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

ul.filter-item-list {
  list-style: none;
  font-size: 15px;
}
.col-desc.dwn-btn {
  width: 1000px;
}
.col-description {
  margin-bottom: 40px;
}
.col-description p {
  color: #231f20;
  font-size: 15px;
  line-height: 25px;
}
.download-catalogue {
  border-radius: 38px;
  background-color: #1b4298;
  border: none;
  padding: 16px 30px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 800;
  color: #fff;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.download-catalogue:hover {
  cursor: pointer;
  color: #1b4298;
  background-color: white;
  border: 1px solid #1b4298;
  /* transform: scale(1.03); */
}
.download-catalogue-down button {
  border: 2px solid #1b4298;
  padding: 15px 28px;
  border-radius: 38px;
  color: #1b4298;
  font-size: 15px;
  line-height: 23px;
  font-weight: 800;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.download-catalogue-down button:hover {
  background: #1b4298;
  /* transform: scale(1.03); */
}

.collection-product-cards {
  padding: 40px 0;
}
.collection-product-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* max-width: 1370px; */
  margin: auto;
  gap: 15px;
  width: 100%;
}

.box {
  /* width: 330px; */
  height: 100%;
  background-color: #fff;
  border: 0.82px solid #dedede;
  padding: 8px;
  border-radius: 24px;
}
.box:hover {
  background-color: #1b4298;
  .product-title,
  .product-short-desc {
    color: #fff;
  }
  .product-tag {
    background-color: #2a4b93;
    color: #fff;
  }
  .p-image {
    opacity: 0;
  }
  .hover-image {
    opacity: 1;
  }
}
.product-image {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  transition: opacity 0.3s ease-in-out;
  display: block;
}
/* Hover image hidden initially */
.product-image .hover-image {
  position: absolute;
  /* top: -20px; */
  left: 0;
  opacity: 0;
  z-index: 1;
}
small.new {
  position: absolute;
  border: 2px solid #f78f1e;
  padding: 9px 21px;
  border-radius: 24px;
  color: #f78f1e;
  top: 5px;
  right: 3px;
  font-size: 18.9px;
  font-weight: 800;
  background-color: #fff;
  line-height: 14px;
}
.product-content {
  padding: 8px 3px;
}
h4.product-title {
  margin: 0;
}
.product-title {
  font-size: 30px;
  color: #1b4298;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.product-short-desc {
  font-size: 15px;
  color: #231f20;
  font-weight: 500;
}
.options-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.product-tag {
  border-radius: 24px;
  background-color: #fff;
  border: 2px solid #1b429830;
  padding: 6px 11px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  line-height: 100%;
}

/* Product Page */
.hero-bg-banner-prod {
  width: 100%;
  /* padding-top: 178px; */
}

.product-name {
  font-size: 76.19px;
  line-height: 114px;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-background-clip: text;
  background-color: #002b45;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.product-name {
  mix-blend-mode: overlay;
  color: var(--e-global-color-secondary);
}

.product-content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* padding-bottom: 20px; */
}
.featured-tags {
  display: flex;
  align-items: center;
}
.featured {
  font-size: 40px;
  color: #fff;
}
.p-tag {
  border: 2px solid #c1c1c14d;
  padding: 10px 26px;
  border-radius: 38px;
  color: #c1c1c1;
  line-height: 100%;
  font-size: 15px;
}
.col--name a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.col--name a:hover {
  color: #fff;
}
.new-p-tag {
  text-align: right;
}
.new-tag {
  border: 2px solid #f78f1e;
  padding: 15px 33px;
  border-radius: 38px;
  color: #f78f1e;
  display: inline-flex;
  line-height: 12px;
  font-size: 15px;
}
.section-content {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.section-content-ct {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.section-heading .heading-section {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  color: #231f20;
  margin: 0px;
}
.section-description .desc-sec {
  font-size: 15px;
  line-height: 22px;
  margin: 0px;
  color: #231f20;
}
.section-button a {
  padding: 15px 28px;
  border-radius: 38px;
  background-color: #1b4298;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  line-height: 23px;
  font-size: 15px;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.section-button a:hover {
  background-color: #fff;
  color: #1b4298;
  border: 1px solid #1b4298;
  /* transform: scale(1.03); */
}

/* 360 Degree Image Section */
.rotate-image-section {
  background-color: #f8f8f8;
  padding: 40px 0;
}
.image-show {
  display: flex;
  align-items: center;
  gap: 30px;
}
.image-360-box {
  width: 571px;
  height: 571px;
  border-radius: 30px;
  background-color: rgb(221, 221, 221);
  overflow: hidden;
}
.image-360-box img {
  width: 571px;
  height: 571px;
  padding: 30px;
  background: white;
}
.image-content {
  display: flex;
  gap: 20px;
  padding: 15px 0;
}
.content-image-box img {
  transition: transform 1s ease-in-out;
}

.content-image-box img:hover {
  transform: scale(1.05);
}
.content-image-box {
  overflow: hidden;
  width: 233px;
  max-width: 233px;
  min-width: 233px;
  border-radius: 15px;
}

.content-image-box img {
  max-width: 233px;
  display: block;
  height: 123px;
  border-radius: 15px;
  width: 100%;
}
.content-box .img-desc {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
/* GSO Noise Rating */
.gso-rating-section {
  padding-bottom: 50px;
}
.prod-gso-noise-range {
  padding: 80px 0;
}
.gso-rating {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gso-heading,
.noise-heading {
  width: 30%;
}
.gso-range-bar,
.noise-range-bar {
  width: 67%;
}
.gso,
.noise {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  color: #231f20;
  margin: 0;
}
.image-range {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.gso-bar {
  width: 100%;
}
.range-bar {
  position: relative;
  height: 14px;
  border-radius: 10px;
  margin-top: 5px;
  background: #ddd;
  overflow: hidden;
}
.range-bar .indicator {
  height: 100%;
  border-radius: 10px;
  width: 0;
  transition: width 1.5s ease-in-out;
}
.range-bar.noise .indicator {
  background: linear-gradient(to right, #aaa, #333);
}
.label-scale {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 5px;
}
.gso-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 15px;
}

.gso-labels span {
  color: #555;
}

.gso-labels span.active {
  font-weight: bold;
  color: #000;
}
.noise-rating {
  display: flex;
  justify-content: space-between;
}
.noise-image-range {
  display: flex;
  gap: 22px;
  align-items: start;
}
.noise--bar {
  position: relative;
  margin-top: 0px;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.noise--bar .range-bar {
  height: 16px;
  background: #eee;
  border-radius: 20px;
  position: relative;
}
.noise--bar.aos-init.aos-animate {
  width: 92%;
}
.noise-indicator {
  position: absolute;
  left: 50%;
  width: 120px;
  height: 16px;
  background: #003087;
  border-radius: 10px;
}

.noise-scale {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-top: 5px;
  color: #999;
}
table.csv-catalogue-table td,
table th {
  font-size: 15px;
}
.accordion-catalogue table th,
td {
  padding: 8px 12px;
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 15px;
}
.noise-scale span.active {
  font-weight: bold;
  color: #000;
}

.noise-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 22px;
}

.noise-label img {
  width: 24px;
  margin-right: 10px;
}

/* Download Catalogue */
.catalog-accordion hr {
  margin: 0;
}
.catalogue-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 2px solid #1b4298;
}

.accordion-catalogue table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  text-align: center;
}
.csv-catalogue-table td,
.csv-catalogue-table th {
  border: 0;
}
.csv-catalogue-table tbody tr:first-child {
  background-color: #2e56af;
  color: #fff;
}

.csv-catalogue-table tbody tr.series-default:first-child {
  background-color: #2e56af;
  color: #fff;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent !important;
}

.accordion-catalogue table th,
td {
  padding: 8px 12px;
}

.accordion-catalogue table thead {
  background-color: #1b4298;
  color: white;
}

/* .accordion-catalogue table tbody tr:nth-child(even) {
  background-color: #ffffff;
} */

.accordion-catalogue table td:first-child {
  font-weight: bold;
}

.accordion-catalogue table .series-label {
  background-color: #eaf3fc;
  font-weight: bold;
}

.view-catalogue {
  color: #231f20;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
}

.arrow-icon.active i {
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.accordion-panel-catalogue-data {
  display: none;
}

.accordion-panel-catalogue-data.active {
  display: block;
}

/* Battery Products */
.zero-maintenace {
  /* padding-top: 60px; */
  max-width: 950px;
  margin: auto;
}
.zero-maintenace-box {
  display: flex;
  justify-content: space-between;
}
.zero-main-pro {
  text-align: center;
}
.zero-main-pro img {
  margin: auto;
  display: table;
  width: 180px;
}

.zero-main-pro h4 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 0px;
  margin: 0;
}
section.product-features {
  padding-bottom: 60px;
}
.economy {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-container {
  max-width: 1771px;
  margin: auto;
  padding: 20px;
}
.economy-container {
  max-width: 1330px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.economy-img-box {
  flex: 1 1 250px;
  text-align: center;
}
.economy-img-box img {
  max-width: 100%;
  height: auto;
}
.economy-content-box {
  flex: 2 1 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.economy-feature-box {
  padding: 20px 28px;
  background: #fff;
  box-shadow: 0 2px 6px #0000000d;
  font-size: 14px;
  line-height: 1.5;
  border-left: 2px solid #b6c6e696;
  border-right: 2px solid #b6c6e6;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  border-top: 2px solid #b6c6e6;
  border-bottom: 2px solid #b6c6e6;
}
.AKFour h5 {
  font-size: 15px;
  color: #c6c6c6;
  font-weight: 500;
}
.AKFour p {
  font-size: 20px;
  color: #231f20;
  font-weight: 700;
  margin: 0;
  line-height: 100%;
  font-family: "avenir-lt-pro", sans-serif;
}

.AKFour h5 {
  margin: 0;
  line-height: 100%;
  padding-bottom: 10px;
}
.economy-feature {
  display: flex;
  padding: 15px 20px;
  /* border: 1px solid #1b429880; */
  border-radius: 30px;
  background: #fff;
  width: 219px;
  box-shadow: 0 2px 6px #0000000d;
  font-size: 15px;
  line-height: 1.5;
  align-items: center;
  height: auto;
  border-left: 2px solid #b6c6e696;
  border-right: 2px solid #b6c6e6;
  border-top: 2px solid #b6c6e6;
  border-bottom: 2px solid #b6c6e6;
}
.application {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-container {
  max-width: 1771px;
  margin: auto;
  padding: 20px;
}
.application-main {
  display: flex;
  padding-bottom: 80px;
}
.applic-left {
  width: 40%;
}
.applic-left h2 {
  line-height: 40px;
  color: #231f20;
  font-size: 30px;
  font-weight: 800;
}
.applic-right {
  width: 60%;
}
.applic-right p {
  font-size: 15px;
  line-height: 20px;
}
.right-side-part {
  display: flex;
}
.left-side-cont {
  width: 50%;
}
.table-container {
  max-width: 600px;
  width: 100%;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #000;
}
.spec-table tr td:first-child {
  font-weight: 500;
  width: 60%;
}
.spec-table td {
  border: 1px solid #ccc;
  padding: 12px 15px;
  vertical-align: top;
}
.right-side-cont {
  display: flex;
  width: 50%;
  justify-content: end;
}
.button-down a {
  font-size: 15px;
  border: 2px solid #1b4298;
  padding: 15px 28px;
  display: inline-block;
  text-decoration: none;
  color: #1b4298;
  border-radius: 37px;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.button-down a:hover {
  color: #ffffff;
  background-color: #1b4298;
  /* transform: scale(1.03); */
}

.termanal-hold-box {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero.product-banner.product-hero {
  background-repeat: no-repeat;
  height: 333px;
  display: flex;
  align-items: end;
  background-position: center;
  /* border-radius: 0px 0px 30px 30px; */
  background-size: cover;
}

.hero.collection-banner {
  background-position: center;
  background-size: cover;
  /* border-radius: 0px 0px 30px 30px; */
}
/* Passenger */

.section-button {
  width: 15%;
  text-align: right;
}

.section-description {
  width: 55%;
}

.section-heading {
  width: 30%;
}
/* Passenger */
.termanal-hold-box img {
  width: 70%;
  margin: auto;
}

/* responsive start */

@media only screen and (min-width: 320px) and (max-width: 767px) {

    /* .box {
        width: 47% !important;
    }
    .collection-product-card {
    display: flex;
    flex-wrap: wrap;
} */

h4.product-title {
    word-break: break-word;
}



  /*Passenger Car Tyres page css  */
.product-image {
    height: 170px;
}
  .collection-product-card {
    grid-template-columns: 1fr 1fr;
  }
  section.filters.collection.collection-filters.collection-details {
    height: 100% !important;
  }
  .box {
    width: 100%;
  }
  .hero h2.fade-text {
    font-size: 70px;
    line-height: 80px;
  }

  .hero h2.collection-name {
    font-size: 28px;
    line-height: 30px;
  }
  .hero .title {
    margin-top: 227px;
  }

  .filters .filter-desc {
    display: block;
  }

  .filters .filter {
    width: 100%;
    padding-left: 0;
    height: 100%;
    padding-bottom: 40px;
  }
  .col-desc.dwn-btn {
    width: 100%;
  }
  /* .filters .filter-heading h3.filter-heading-title {
    font-size: 34px;
  } */
  /* .col-description p {
    font-size: 16px;
    line-height: 24px;
  } */
  /* .download-catalogue {
    padding: 16px 38px;
    font-size: 16px;
  } */
  /* .product-title {
    font-size: 32px;
    line-height: 40px;
  } */
  /* .product-short-desc {
    font-size: 16px;
  } */
  .product-tag {
    font-size: 14px;
  }

  small.new {
    padding: 5px 16px;
    font-size: 12px;
  }

  /*Passenger Car Tyres page css  */

  .section-heading {
    width: 100%;
  }
  .section-description {
    width: 100%;
  }
  .section-button {
    width: 100%;
    text-align: left;
  }
  .section-description {
    width: 100%;
  }
  .image-360-box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100% !important;
  }
  .noise-rating {
    display: block;
  }
  .dight-360-degree {
    width: 100%;
  }
  /* .image-content {
    flex-wrap: wrap;
  } */
  .content-image-box {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
  .content-image-box img {
    max-width: 100%;
    width: 100%;
  }
  .modelViewerBlock {
    height: 100% !important;
  }
  .gso-heading,
  .noise-heading {
    width: 100%;
  }
  .gso-range-bar,
  .noise-range-bar {
    width: 100%;
  }

  .section-content {
    flex-wrap: wrap;
  }
  .image-show {
    flex-wrap: wrap;
  }
  /* .section-heading .heading-section {
    font-size: 39px;
    line-height: 48px;
  } */

  .economy-feature {
    width: 100%;
  }

  .section-description .desc-sec {
    font-size: 16px;
    line-height: 26px;
  }
  #model1841 .online_3d_viewer,
  #model1841 .b3dviewer-wrapper {
    height: 400px !important;
  }
  .section-content-ct {
    flex-wrap: wrap;
  }

  .hero {
    margin-top: -127px;
  }
  /* hide show */
  .noise-scale span {
    display: none;
  }
  .noise-scale span.active {
    display: block;
  }
  .product-name {
    font-size: 42px;
    line-height: 43px;
  }
  .featured-tags {
    display: block;
    line-height: 45px;
  }
  .p-tag {
    margin-right: 6px;
  }
  .catalogue-btn {
    flex-wrap: wrap;
  }
  .section-button a {
    padding: 14px 28px;
  }
  /* .gso,
  .noise {
    font-size: 34px;
    line-height: 44px;
  } */
  .termanal-hold-box img {
    width: 100%;
    margin: auto;
  }
  .zero-maintenace-box {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .zero-main-pro h4 {
    font-size: 20px;
  }
  /* .hero-bg-banner-prod {
    padding-top: 108px;
  } */

  .p-tag {
    padding: 5px 18px;
  }
  .economy-img-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .product-content-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero.product-banner.product-hero {
    height: 420px;
  }

  /* .battery-hero {
    height: 100% !important;
  } */
  .new-tag {
    border: 2px solid #f78f1e;
    padding: 5px 33px;
  }
  /* .download-catalogue button {
    font-size: 16px;
    line-height: 7px;
  } */
  .right-side-cont {
    width: 100%;
    justify-content: left;
  }
  .left-side-cont {
    width: 100%;
  }
  .application-main {
    flex-wrap: wrap;
  }
  .applic-left {
    width: 100%;
  }
  .right-side-part {
    flex-wrap: wrap;
  }
  .applic-right {
    width: 100%;
  }
  /* .hero-bg-banner {
    height: 412px;
} */
  /* css style */

  .economy-feature {
    width: 48%;
    padding: 14px;
  }
  .economy-content-box {
    gap: 10px;
  }

  .view-catalogue {
    line-height: 30px;
    padding-bottom: 20px;
  }
  .featured-tags.aos-init.aos-animate {
    display: none;
  }
  .prod-collection {
    padding-top: 0;
  }
  .sketchfab-embed-wrapper iframe {
    width: 100%;
    height: 300px;
  }

  .image-range {
    display: block;
  }

  .noise-image-range {
    display: block;
    padding-top: 11px;
  }
  .accordion-catalogue {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .image-360-box img {
    height: auto;
  }
  .economy-content-box {
    gap: 8px;
  }
  .economy-feature-box {
    width: 48%;
    padding: 15px 15px;
  }
  .image-content {
    flex-wrap: wrap;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*Passenger Car Tyres page css  */
  .collection-product-card {
    grid-template-columns: 1fr 1fr;
  }
  .filters .filter-desc {
    gap: 10px;
  }
  /* .col-description p {
    font-size: 18px;
    line-height: 26px;
  } */
  .col-desc.dwn-btn {
    width: 60%;
  }
  .filters .filter {
    width: 40%;
  }

  /* .filters .filter-heading h3.filter-heading-title {
    font-size: 32px;
  } */
  .download-catalogue {
    /* padding: 12px 30px; */
    /* font-size: 18px; */
    display: inline-block;
  }
  .col-description {
    margin-bottom: 10px;
  }

  .filters .filter {
    padding-left: 0;
    padding-right: 14px;
  }
  .hero h2.fade-text {
    font-size: 98px;
    line-height: 100px;
  }
  .hero h2.collection-name {
    font-size: 52px;
    line-height: 60px;
  }
  /*Passenger Car Tyres page css  */
  .section-content-ct {
    flex-wrap: wrap;
  }
 .product-name {
        font-size: 52px;
        line-height: 72px;
    }

    .download-catalogue-down a {
    padding: 10px 12px !important;
}
  .section-heading {
    width: 100%;
  }
  .section-description {
    width: 60%;
  }
  .section-button {
    width: 22%;
  }
  .section-description {
    width: 70%;
  }
  .image-360-box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .noise-rating {
    display: block;
  }
  .dight-360-degree {
    width: 100%;
  }

  .gso-heading,
  .noise-heading {
    width: 100%;
  }
  .gso-range-bar,
  .noise-range-bar {
    width: 100%;
  }

  .section-content {
    flex-wrap: wrap;
  }
  .image-show {
    flex-wrap: wrap;
  }
  .application-main {
    flex-wrap: wrap;
  }
  .applic-right {
    width: 100%;
  }
  .applic-left {
    width: 100%;
  }
  .application-main {
    flex-wrap: wrap;
  }
  .zero-maintenace-box {
    gap: 20px;
  }
  /* .download-catalogue-down a {
    padding: 11px 15px;
} */
}

.product-page-content {
  padding: 40px 0px;
}

.tyre-catalogue {
  width: 100%;
  border-collapse: collapse;
}
.tyre-catalogue th {
  background: #004080;
  color: #fff;
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}
.tyre-catalogue td {
  border: 1px solid #ddd;
  padding: 6px;
  text-align: center;
}
.tyre-catalogue tr:nth-child(even) td {
  background: #f9f9f9;
}
.tyre-catalogue tr td[colspan] {
  font-weight: bold;
  text-align: left;
  background: #f2f2f2;
}

/* new css */
.checkProList {
  border-radius: 38px !important;
}
.featured-tags .p-tag {
  margin-right: 18px;
}
/* new end by */

.prod-collection {
  padding-top: 10px;
}
button.button.button-primary {
  border: none;
  color: #231f20;
  border-radius: 38px;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
  width: 100%;
  height: 51px;
  background-color: #f8f8f8;
  font-size: 15px;
}

button.button.button-primary:hover {
  border: 1px solid #1b4298;
  color: #ffffff;
  background-color: #1b4298;
  /* transform: scale(1.03); */
}

.applyFilter {
  border: 1.9px solid #c6c6c6;
  color: #c6c6c6;
  border-radius: 38px;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
  width: 145px;
  height: 51px;
}

.options-select span {
  color: #231f20;
  border: 1px solid #d4dbeb;
}

/* change css  */

.selected-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.selected-icon i {
  font-size: 14px;
  color: #231f20;
}
.buttons-group-filter {
  display: flex;
  gap: 5px;
}
.selected-icon p {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.swiper-button-next {
  color: #1b4298 !important;
}
.swiper-button-prev {
  color: #1b4298 !important;
}

table.spec-table tbody tr td {
  border-right: 1px solid #1b429880;
  border-left: 1px solid #1b42981a;
  border-top: 1px solid #1b42981a;
  border-bottom: 1px solid #1b42981a;
  background: #ffffff !important;
}

table.spec-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #1b429880;
  border-radius: 30px;
  overflow: hidden;
}

.img-gso img {
  width: 49px;
}
.img-noise img {
  width: 49px;
}

/* .download-btn {
    font-size: 15px;
    border: 2px solid #1b4298;
    padding: 15px 28px;
    display: inline-block;
    text-decoration: none;
    color: #1b4298;
    border-radius: 37px;
    font-weight: 800;
    transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.download-btn:hover {
    color: #ffffff;
    background-color: #1b4298;
    transform: scale(1.03);
} */

.download-catalogue-down a {
  font-size: 15px;
  border: 2px solid #1b4298;
  padding: 15px 28px;
  display: inline-block;
  text-decoration: none;
  color: #1b4298;
  border-radius: 37px;
  font-weight: 800;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.download-catalogue-down a:hover {
  background: #1b4298;
  color: white;
}

/* button */

.buttonApply {
  width: 100% !important;
}
.pcr-reset {
  width: 100% !important;
}

/* amintion */
.fade-only {
  opacity: 0 !important;
  transition: opacity 0.5s ease Im !important;
}

.fade-only.show {
  opacity: 1 !important;
}

/* section.filters.collection.collection-filters.collection-details {
    height: 415px;
} */

.image-360-box {
  width: 571px;
  height: 571px;
  border-radius: 30px;
  background-color: transparent;
  overflow: hidden;
}

ul.filter-item-list.filter-scroll {
  height: 45px;
}

/* .content-image-box img {
    transition: transform 1s ease-in-out;
}

.content-image-box img:hover {
    transform: scale(1.05);
} */

/* alert */

.custom-alert {
  background: #f8d7da;
  color: #721c24;
  padding: 8px 12px;
  margin-top: 8px;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
}
.custom-alert .close-btn {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 4px;
}


 @media only screen and (min-width: 992px) and (max-width: 1199px) {

  .section-button {
    width: 20%;
}
.section-description {
    width: 50%;
}
.section-heading {
    width: 35%;
}
   
  }