/* KEY SELLING POINTS */
.keyselling_container {
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 9px 40px rgba(0, 47, 117, 0.12);
}

.keyselling_point {
  font-family: regular_bold;
  font-style: normal;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  line-height: 66px;
  text-transform: uppercase;
  color: #002f75;
}

.card_container {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.card1 {
  width: Calc(50% - 10px);
  max-width: 100%;
  min-height: 130px;
  display: flex;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 10px;
}

.card1 .img_container {
  width: 25%;
  background: #e0f9ff;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desc_container {
  width: 75%;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.header {
  font-family: regular_bold;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary-color);
}

.description {
  font-family: regular_regular;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #27518c;
}

.card2 {
  width: Calc(50% - 10px);
  max-width: 100%;
  min-height: 130px;
  display: flex;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 10px;
}

.img_container2 {
  width: 25%;
  background: #ffedc7;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header2 {
  font-family: regular_bold;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #704c00;
}

.card3 {
  width: Calc(50% - 10px);
  max-width: 100%;
  min-height: 130px;
  display: flex;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 10px;
}

.img_container3 {
  width: 25%;
  background: #e6e3fc;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header3 {
  font-family: regular_bold;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4737c1;
}

.card4 {
  width: Calc(50% - 10px);
  max-width: 100%;
  min-height: 130px;
  display: flex;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 10px;
}

.img_container4 {
  width: 25%;
  background: #eef1f2;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header4 {
  font-family: regular_bold;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #535555;
}

.card5 {
  width: Calc(50% - 10px);
  max-width: 100%;
  min-height: 130px;
  display: flex;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 10px;
}

.img_container5 {
  width: 25%;
  background: #d7f6eb;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header5 {
  font-family: regular_bold;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #25604a;
}

.submit-customize-form-section-lubricants {
  display: none;
  width: calc(30% - 10px);
  margin-left: 20px;
  flex-direction: column;
}

.buy-from-us {
  display: flex;
  font-family: regular_bold !important;
  font-style: normal;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-color);
}

.buying-points-container {
  justify-content: stretch;
}

.buying-points {
  min-width: fit-content;
  height: 60px;
  flex: 0 1 19.5%;
  align-items: center;
  display: flex;
  word-break: break-all;
  padding: 0 8px 0 14px;
  font-family: regular_bold;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;

  line-height: 18px;
  margin-bottom: 5px;
  color: #333333;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.buying-points:nth-child(1) {
  background: #94dbdb;
  flex: 0 1 22%;
}

.buying-points:nth-child(2) {
  background: #b5d2f7;
}

.buying-points:nth-child(3) {
  background: #dac7ff;
}

.buying-points:nth-child(4) {
  background: #f2ca73;
}

.buying-points:nth-child(5) {
  background: #c4d2d9;
}

.know-more {
  text-align: right;
  color: #e52463;
  background-color: transparent;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}

.know-more a {
  color: var(--secondary-color);
  font-family: regular_bold;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  cursor: pointer;
}

/* Key selling points */
#market-definition-section ul,
#research-methodology ul {
  list-style: disc;
  text-align: justify;
}
#market-definition-section ul li,
#research-methodology ul li {
  margin-bottom: 12px;
}

/* Market definiation syles */
.market-definition-table {
  margin-bottom: 20px;
}
.market-definition-table th {
  background-color: #002f75;
  color: white;
  font-weight: 300;
  font-size: 20px;
  font-family: "regular_bold" !important;
}
.market-definition-table th,
.market-definition-table td {
  padding: 10px;
  border: 2px solid white;
  font-family: "regular_medium";
}
.market-definition-table th,
.market-definition-table td {
  padding: 10px;
  border: 2px solid white;
  font-family: "regular_medium";
  text-align: justify;
}
.market-definition-table tr:nth-child(even) {
  background-color: #ffffff;
  border: 1px solid white;
}
.market-definition-table tr:nth-child(odd) {
  background-color: #e6f4fe;
  border: 1px solid white;
}

/* List of figures */
.figure_ol_list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.figure_ol_list .figure_number {
  padding-right: 10px;
  font-size: 14px;
  white-space: nowrap;
}
.figure_ol_list .figure_details {
  font-size: 13px;
}

.free-with-this-report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.free-with-this-report .image-container {
  flex: 0 1 48%;
  margin-bottom: 20px;
  border: 1px solid #54b8bd;
  padding: 5px;
}
.rd-img {
  width: auto;
  max-width: 100%;
  display: block;
}
.enlarge:hover {
  transform: scale(1.5);
  background-color: #fff;
  z-index: 10;
  cursor: pointer;
  transition-duration: 0.75s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.component li {
  text-align: justify;
  margin-bottom: 12px;
}

@media only screen and (max-width: 800px) {
  .keyselling_point {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .card_container {
    flex-direction: column;
  }
  .card1 {
    width: 100% !important;
    margin: 50px 0px;
  }
  .header {
    font-size: 16px !important;
  }
  .card1 .img_container img {
    width: 50px !important;
    height: 50px !important;
  }
  .card2 {
    width: 100% !important;
    margin: 50px 0px;
  }
  .header2 {
    font-size: 16px !important;
  }
  .card2 .img_container2 img {
    width: 50px !important;
    height: 50px !important;
  }
  .card3 {
    width: 100% !important;
    margin: 50px 0px;
  }
  .header3 {
    font-size: 16px !important;
  }
  .card3 .img_container3 img {
    width: 50px !important;
    height: 50px !important;
  }
  .card4 {
    width: 100% !important;
    margin: 50px 0px;
  }
  .header4 {
    font-size: 16px !important;
  }
  .card4 .img_container4 img {
    width: 50px !important;
    height: 50px !important;
  }
  .card5 {
    width: 100% !important;
    margin: 50px 0px;
  }
  .header5 {
    font-size: 16px !important;
  }
  .card5 .img_container5 img {
    width: 50px !important;
    height: 50px !important;
  }
  .figure_ol_list .figure_number {
    width: 20%;
    font-size: 14px;
  }
  .figure_ol_list .figure_details {
    width: 80%;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .market-definition-table tr td {
    font-size: 14px;
  }
}
.other-indicators-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.other-indicators-container ul {
  min-width: 45%;
  border-radius: 5px;
  padding: 20px;
  padding-left: 35px;
  background-color: #e6f4fe;
  box-shadow: rgba(12, 37, 64, 0.35) 0px -3px 7px 0px inset;
  margin-left: 20px;
}
@media (max-width: 720px) {
  .other-indicators-container {
    flex-wrap: wrap;
  }
  .other-indicators-container ul {
    flex: 0 1 100%;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .free-with-this-report .image-container {
    flex: 0 1 100%;
  }
}

@media (max-width: 576px) {
  .component ul li {
    font-size: 14px;
  }
}
.img-section {
  margin-top: 20px;
}
