:root {
  --font-family: Raleway, sans-serif;
  --black-color: #000;
  --light-color: #5a5a5a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading-div {
  font-family: var(--font-family);
  color: var(--black-color);
  text-align: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
  position: relative;
}

.heading-part {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.choose-sec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0;
}

.first-block {
  background-color: #ebf8ff80;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
}

.first-block.bg-second {
  background-color: #ffede84d;
}

.first-block.bg-third {
  background-color: #edffdf4d;
}

.first-block.bg-fourth {
  background-color: #fff6e94d;
}

.choose-img {
  justify-content: center;
  display: flex;
}

.choose-heading {
  font-family: var(--font-family);
  color: var(--black-color);
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.container-part {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.us-paragraph {
  font-family: var(--font-family);
  color: var(--light-color);
  text-align: center;
  font-weight: 600;
  line-height: 22px;
}

.salem-about-sec {
  z-index: 99;
  background-image: linear-gradient(#f0faff00, #f0faff 80%);
  padding-top: 55px;
  padding-bottom: 45px;
  position: relative;
}

.about-gird-sec {
  grid-template-rows: auto;
  place-items: center stretch;
}

.salem-about-heading {
  font-family: var(--font-family);
  color: var(--black-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.salem-about-para {
  font-family: var(--font-family);
  color: var(--light-color);
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 28px;
}

.easy-section {
  background-image: url('https://assetv2.iar.net.in/webflow/srivaricracker.com/image/easy-step-bg.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.easy-grid-sec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.easy-step {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 50px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.easy-heading {
  font-family: var(--font-family);
  color: var(--black-color);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.easy-para {
  font-family: var(--font-family);
  color: #5e5e5e;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.center-flex {
  justify-content: center;
  width: auto;
  height: 185px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.search-section {
  background-color: #ffc3680a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-heading {
  font-family: var(--font-family);
  color: var(--black-color);
  font-size: 30px;
  line-height: 35px;
}

.search-hint {
  font-family: var(--font-family);
  color: var(--black-color);
  font-weight: 500;
  line-height: 28px;
}

.list-item-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tick-pick {
  flex: none;
  margin-top: 5px;
}

.list-data {
  color: #454545;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.list-data.list-bold {
  letter-spacing: 1px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.list-sec {
  margin-top: 25px;
  padding-left: 25px;
}

.search-grid {
  grid-template-rows: auto;
  align-items: center;
}

.frequently-part {
  padding-left: 40px;
  padding-right: 40px;
}

.frequent-div {
  background-color: #fff2f2;
  margin-bottom: 15px;
  padding: 25px 40px;
}

.asked-question {
  font-family: var(--font-family);
  color: var(--black-color);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.answer-div {
  font-family: var(--font-family);
  color: #3a3a3a;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
}

.crackersrange {
  background-image: linear-gradient(#fff0fe 5.39%, #ffe7e7);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.range-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.rangeproduct-section {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.product-parts {
  justify-content: center;
  height: 164px;
  display: flex;
}

.rangeproduct-heading {
  font-family: var(--font-family);
  color: var(--black-color);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.rangeitem-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.featured-salem {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.featured-parts {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 0;
}

.featured-section-view {
  justify-content: center;
  align-items: center;
  height: 230px;
  padding: 20px 20px 10px;
  display: flex;
  overflow: hidden;
}

.featured-product-image {
  object-fit: contain;
  width: auto;
  min-width: 100%;
  height: 210px;
  min-height: 100%;
}

.featured-part-heading {
  font-family: var(--font-family);
  color: #2d2d2d;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.featured-part-heading:hover {
  color: #e7003d;
}

.special-section {
  background-color: #fafafa80;
  padding-top: 40px;
  padding-bottom: 40px;
}

.experience-top {
  font-family: var(--font-family);
  color: #050505;
  text-align: center;
  width: 60%;
  margin: 0 auto 30px;
  font-size: 30px;
  line-height: 35px;
}

.experience-view {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.experience-para {
  font-family: var(--font-family);
  color: var(--black-color);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.delivery-sec {
  background-color: #ffeced;
  padding-top: 30px;
  padding-bottom: 10px;
  display: block;
}

.delivery-part {
  width: 70%;
}

.major-button {
  font-family: var(--font-family);
  color: #fff;
  background-image: linear-gradient(90deg, #ea1a2b, #ff3c4c);
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
}

.major-button:hover {
  color: #fff;
}

.major-button-sec {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.salem-customer {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
}

.customer-sec-saying {
  flex-flow: wrap;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 12px #00000014;
}

.saleem-customer-testi {
  font-family: var(--font-family);
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.customer-dtl {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.customer-view {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.customer-name-part {
  font-family: var(--font-family);
  color: #353f4f;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
}

.customer-state {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.margin-top-space {
  margin-top: 40px;
}

.heading-part-line {
  justify-content: flex-end;
  margin-top: -18px;
  display: flex;
}

.heading-part-line.heading-center {
  justify-content: center;
}

.salem-best-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.best-heading {
  font-family: var(--font-family);
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 35px;
}

.frequent-top {
  z-index: 99;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
}

.quick-flex {
  align-items: center;
  display: flex;
}

.deliver-section {
  width: 42%;
}

.salem-deliver-heading {
  font-family: var(--font-family);
  color: var(--black-color);
  text-align: center;
  width: 70%;
  margin: 0 auto 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.offer-flex-view {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.salem-test {
  font-family: var(--font-family);
  color: #ea1a2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 59px;
  line-height: 53px;
}

.salem-include {
  color: var(--black-color);
  font-size: 16px;
  line-height: 30px;
}

.sparkels-part-view {
  margin-top: -15px;
  position: absolute;
  right: 30px;
}

.boost-rocket-sec {
  z-index: -1;
  height: 211px;
  position: absolute;
  bottom: -110px;
}

.customer-testi {
  margin-top: 20px;
  margin-bottom: 50px;
}

.bringing-div {
  padding-right: 40px;
}

.start-count {
  position: absolute;
  top: -22px;
  left: 0;
}

.quick-para-test {
  font-family: var(--font-family);
  color: var(--black-color);
  text-align: center;
  width: 82%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
}

.delivery-view {
  padding-left: 50px;
}

.sparkels-view {
  z-index: -1;
  position: absolute;
  top: 45px;
  right: 15px;
}

.quote-sec {
  opacity: .2;
  margin-bottom: -30px;
}

.crakers-banner {
  width: 100%;
  height: 450px;
}

.experience-para-link {
  color: var(--black-color);
  text-decoration: none;
}

.rangeproduct-heading-link {
  color: var(--black-color);
  font-weight: 500;
  text-decoration: none;
}

.rangeproduct-heading-link:hover {
  color: #ed1c24;
}

.featured-part-heading-link {
  color: #2d2d2d;
  font-weight: 600;
  text-decoration: none;
}

.featured-part-heading-link:hover {
  color: #ed1c24;
}

.info-mobile-banner {
  display: none;
}

@media screen and (max-width: 991px) {
  .heading-div {
    font-size: 26px;
  }

  .choose-sec {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-part {
    max-width: 1140px;
  }

  .easy-step {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .list-data {
    font-size: 17px;
    line-height: 26px;
  }

  .range-grid, .featured-salem {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .experience-top {
    font-size: 26px;
  }

  .salem-deliver-heading {
    width: 90%;
    font-size: 25px;
    line-height: 32px;
  }

  .salem-test {
    font-size: 47px;
  }

  .bringing-div {
    padding-right: 20px;
  }

  .delivery-view {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading-div {
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .heading-div.heading-test-view {
    margin-bottom: 20px;
  }

  .heading-part {
    margin-bottom: 10px;
  }

  .container-part {
    padding-left: 5px;
    padding-right: 5px;
  }

  .salem-about-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-gird-sec {
    grid-template-columns: 1fr;
  }

  .salem-about-heading {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
  }

  .salem-about-para {
    text-align: center;
  }

  .easy-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .easy-grid-sec {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .search-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .list-item-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .list-data {
    font-size: 17px;
    line-height: 28px;
  }

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

  .frequently-part {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frequent-div {
    padding: 20px;
  }

  .asked-question {
    font-size: 20px;
  }

  .range-grid, .featured-salem {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .special-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .experience-top {
    width: 95%;
    font-size: 23px;
    line-height: 30px;
  }

  .experience-view {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .delivery-part {
    width: 100%;
  }

  .salem-customer {
    grid-template-columns: 1fr;
  }

  .margin-top-space {
    margin-top: 20px;
  }

  .salem-best-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .best-heading {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
  }

  .quick-flex {
    flex-flow: column;
  }

  .deliver-section {
    width: 100%;
    margin-top: 20px;
  }

  .salem-deliver-heading {
    width: 98%;
  }

  .salem-test {
    font-size: 35px;
  }

  .sparkels-part-view, .boost-rocket-sec {
    display: none;
  }

  .customer-testi {
    margin-bottom: 30px;
  }

  .bringing-div {
    padding-right: 0;
  }

  .quick-para-test {
    width: 100%;
  }

  .sparkels-view {
    display: none;
  }

  .crakers-banner {
    height: auto;
    display: none;
  }

  .info-mobile-banner {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .choose-sec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .product-parts {
    height: 140px;
  }
}

#w-node-_67178e13-3a7b-24d3-5f28-fcabfc0afdef-ecf96e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9a3ae2b2-675a-6ee0-f4cf-acb01b193054-ecf96e46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2f9fe52-7bc5-855f-567f-22eead9c793f-ecf96e46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


