/* ==========================================================================
Global Settings
========================================================================== */

/*
* Remove text-shadow in selection highlight.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* Body settings, change it as required
*/
body {
  font-size: 16px;
  line-height: 1.2;
  color: #1E1E1E;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0px;
}

/*
* Links
*/
a,
a:hover {
  text-decoration: none;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers.
*/
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: none;
}

/*
* Other
*/
*:focus {
  outline: none !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1331px;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0;
  }
}

/* ==========================================================================
Helper classes
========================================================================== */
figure {
  margin: 0;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
}

img.alignright {
  float: right;
  margin: 0 0px 10px 10px;
  display: block;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}

/*
* Other
*/
.gradient1 {
  background: linear-gradient(180deg, rgb(53, 2, 2) 0%, rgba(155, 5, 5, 0) 100%);
}

.logo {
  display: inline-block;
  margin-bottom: 22px;
}

.rating {
  max-width: none;
  width: 87px;
  position: relative;
}

.rating img {
  display: inline-block;
  width: 87px !important;
  max-width: none;
}

.rating span {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.rating span img {
  width: 87px !important;
}

.rating-wrapper {
  display: flex;
  margin-bottom: 18px;
}

.rating-wrapper .rating-label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.rating-wrapper .rating-label strong {
  text-decoration: underline;
}

.badge1 {
  position: absolute;
  left: -20px;
  top: -18px;
  display: inline-block;
}

/* ==========================================================================
Layout
========================================================================== */
.layout1 {
  display: grid;
  grid-template-columns: 1fr 1.65fr 1fr;
  -moz-column-gap: 29px;
  column-gap: 29px;
}

@media (max-width: 1199px) {
  .layout1 {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 991px) {
  .layout1 {
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .layout1 .column:nth-child(1) {
    order: 2;
  }

  .layout1 .column:nth-child(2) {
    order: 1;
  }
}

/* ==========================================================================
Common Functionalities & UI Elements
========================================================================== */
/*
* Typography
*/
h1,
.h1 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 16px;
}

h2 {
  font-size: 37px;
  margin-bottom: 16px;
}

h3 {
  font-size: 27px;
  margin-bottom: 16px;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

h5 {
  font-size: 17px;
  margin-bottom: 16px;
}

h6 {
  font-size: 14px;
  margin-bottom: 16px;
}

p {
  line-height: 1.25;
  margin-bottom: 16px;
}

p.lead {
  font-size: 18px;
  line-height: 1.3333333333;
}

.extra-small {
  font-size: 11px;
}

.fw-light span {
  font-weight: 500;
}

@media (max-width: 767px) {
  .mb-text1 {
    font-size: 16px !important;
  }
}

/* Lists ---------------------- */
ul,
ol {
  margin-bottom: 16px;
  list-style-position: outside;
}

ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

ol {
  margin-left: 20px;
}

ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

.list1 {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.list1 li {
  padding: 24px 10px;
  padding-right: 0;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #C8E1DD;
}

.list1 li:last-child {
  border: none;
}

.list1 li a {
  color: #000;
}

@media (max-width: 1199px) {
  .list1 li {
    padding: 18px 10px;
    padding-right: 0;
  }
}

/* box */
.box {
  padding: 32px 46px;
  border-radius: 13px;
}

@media (max-width: 767px) {
  .box {
    padding: 46px 21px;
    border-radius: 0;
  }
}

.box2 {
  background-color: #fff;
  border: 1px solid #C8E1DD;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  overflow: hidden;
}

.box2 header {
  border-bottom: 1px solid #C8E1DD;
  background-color: #F5F3F1;
  font-weight: 600;
  padding: 16px;
}

.box2 .content {
  padding: 18px 22px;
  font-weight: 500;
}

.box2:has(.list1) .content {
  padding: 0 11px;
}

@media (max-width: 1199px) {
  .box2 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .box2 {
    font-size: 16px;
    margin-left: 23px;
    margin-right: 23px;
  }

  .box2 .content {
    font-size: 14px;
    line-height: 26px;
  }
}

/* section */
.section {
  padding: 35px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 17px 0;
  }

  .section:has(.box):first-child {
    padding-top: 0;
  }
}

/* card */
.card1 {
  padding: 12px 40px 23px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.card1 .extra-small {
  color: #100C08;
}

.card1:has(.badge1) {
  position: relative;
}

.card1 header {
  display: flex;
  -moz-column-gap: 46px;
  column-gap: 46px;
  justify-content: center;
  margin-bottom: 10px;
}

.card1 header .num-rating {
  font-size: clamp(24px, 3vw, 36px);
}

.card1 .rating-wrapper {
  justify-content: center;
}

.card1 .rating-wrapper .rating-label {
  padding-top: 4px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .card1 {
    margin-left: 23px;
    margin-right: 23px;
    padding: 12px 16px 23px;
  }

  .card1 header {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .card1:has(.badge1) header {
    padding-left: 24px;
  }

  .card1:has(.badge1) header:not(:has(.num-rating)) {
    padding-right: 24px;
  }

  .card1 .btn {
    width: 100%;
  }
}

/* button */
.btn {
  border-radius: 6px;
  text-transform: uppercase;
}

.btn.btn-lg {
  padding: 7px 23px;
  font-weight: 900;
}

.btn.btn-primary {
  background-color: #F64E06;
  border-color: #F64E06;
  box-shadow: 0 0 13px 0 #F64E06;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.btn.btn-primary:hover {
  background-color: #fff;
  color: #F64E06;
}

.btn.btn-primary:active {
  background-color: #e44806;
  border-color: #e44806;
  color: #fff;
}

@media (max-width: 390px) {
  .btn {
    font-size: 16px;
  }
}

/* modal */
body.popup-open {
  overflow: hidden !important;
}

.modal1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
  display: none;
}

.modal1.show {
  display: flex;
}

.modal1::after {
  content: "";
  width: 110vw;
  height: 110vh;
  background-color: rgba(255, 250, 250, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.modal1 .inner-content {
  margin: auto;
  width: 100%;
  max-width: 521px;
  padding: 24px;
}

.modal1 .inner-content .box {
  padding: 26px 41px;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #fff;
  color: #383838;
  font-family: "Montserrat", sans-serif;
}

.modal1 .inner-content .box .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal1 .inner-content .box .button-list1 {
  list-style: none;
  padding: 0 27px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.modal1 .inner-content .box .button-list1.alt {
  grid-template-columns: 1fr;
}

.modal1 .inner-content .box .button-list1.alt li button {
  font-size: 20px;
}

.modal1 .inner-content .box .button-list1 li button {
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #D9D9D9;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  border-radius: 6px;
  width: 100%;
  transition-duration: 0.3s;
}

.modal1 .inner-content .box .button-list1 li button:hover {
  border-color: #383838;
}

.modal1 .inner-content .box a {
  display: inline-block;
}

.modal1 .inner-content .box a:has(img) {
  margin-bottom: 17px;
}

.modal1 .inner-content .box .list-unstyled {
  text-align: left;
  margin-bottom: 21px;
  display: inline-block;
}

.modal1 .inner-content .box .btn {
  margin-bottom: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  max-width: 270px;
}

.modal1 .inner-content .step {
  position: relative;
  display: none !important;
}

.modal1 .inner-content .step.active {
  display: flex !important;
}

.modal1 .inner-content .step .close-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  color: rgba(44, 44, 44, 0.5);
  position: absolute;
  right: -34px;
  top: -22px;
  transition-duration: 0.3s;
}

.modal1 .inner-content .step .close-btn:hover {
  color: rgb(44, 44, 44);
}

@media (max-width: 767px) {
  .modal1 .inner-content .box {
    padding: 18px 24px;
  }

  .modal1 .inner-content .box .lead {
    font-size: 16px;
  }

  .modal1 .inner-content .box h4,
  .modal1 .inner-content .box .h4 {
    font-size: 20px;
  }

  .modal1 .inner-content .box .button-list1 {
    padding: 0;
  }

  .modal1 .inner-content .box .button-list1 li button {
    font-size: 16px;
    padding: 14px;
  }

  .modal1 .inner-content .box .button-list1.alt li button {
    font-size: 16px;
    padding: 14px;
  }

  .modal1 .inner-content .box .list-unstyled {
    font-size: 14px;
  }

  .modal1 .inner-content .box .btn+p {
    font-size: 14px;
  }

  .modal1 .inner-content .step .close-btn {
    right: -19px;
    top: -13px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=main.css.map */

/* 25/11/2025  */
/* header  */
#header {
  padding: 7px 0 13px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .logo {
  margin-bottom: 0;
}

/* footer  */
#footer {
  padding: 18px 0;
}

#footer p {
  font-weight: 300;
  margin-bottom: 20px;
}

#footer p a {
  color: #000;
}

#footer .footer-links ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 20px;
}

#footer .footer-links li {
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-links li a {
  color: #000;
}

#footer .footer-links li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #footer p {
    font-size: 10px;
  }

  #footer .footer-links li {
    font-size: 10px;
  }

  #footer .logo {
    margin-bottom: 16px;
  }

  #footer .logo img {
    max-height: 37px;
  }
}

.logo img {
  max-height: 51px;
}

.home.gradient1 .container {
  padding: 0 12px;
}

@media (max-width: 767px) {
  .home.gradient1 .section .box {
    padding: 42px 0;
  }
}

/* layout1  */
.layout1 .column .figure1 img {
  height: 300px;
  object-fit: cover;
}

/* card1.alt  */
.card1 header img {
  max-height: 77px;
}

.card1 .badge1 {
  height: 59px;
  width: 59px;
  z-index: 1;
}

.card1.alt {
  padding: 0;
}

.card1.alt .figure1 img {
  height: 223px;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  filter: blur(2px);
  object-fit: cover;
}

.card1.alt .content {
  padding: 10px 20px 20px;
}

.card1.alt .content p {
  font-size: 20px;
  margin-bottom: 10px;
}

.card1.alt .content .num-rating {
  color: #D3AD52;
  font-weight: bold;
}

.card1.alt .content header {
  align-items: center;
  column-gap: 10px;
}

@media (max-width: 767px) {
  .card1.alt .figure1 img {
    height: 147px;
  }

  .card1.alt .content p {
    font-size: 16px;
  }

  .card1.alt header img {
    max-height: 50px;
  }
}

/* update - 20-01-2025 */
/* container2 */
.container2 {
  padding: 0 21px;
}

@media (min-width: 992px) {
  .container2 {
    max-width: 1038px;
  }
}

/* header */
#header.header2 {
  padding: 8px 0 6px;
}

@media (max-width: 767px) {
  #header.header2 {
    padding: 10px 0;
  }

  #header.header2 .logo img {
    height: 35px;
  }
}

/* helper classes */
.gradient2 {
  background: linear-gradient(180deg, rgba(53, 2, 2, 1) 48%, rgba(155, 5, 5, 0.56) 100%);
}

.bg-color1 {
  background-color: #440F0F !important;
}

p.text1,
.text1 p {
  font-size: 19px;
  line-height: 1.44;
  margin-bottom: 30px;
}

.font-inter h1,
.font-inter h2,
.font-inter p,
.font-inter ul li,
.font-inter span {
  font-family: "Inter", sans-serif !important;
}

@media (max-width: 767px) {
  .display-5 {
    font-size: 25px;
  }
}

/* list2 */
.list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.list2 li {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.44;
  padding-left: 24px;
  position: relative;
}

.list2 li::before {
  content: "";
  display: inline-block;
  background: url("../images/icon1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: 0;
}

/* list3 */
.list3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list3 li {
  font-size: 15px;
  line-height: 1.44;
  padding-left: 24px;
  position: relative;
  margin-bottom: 22px;
}

.list3 li:last-child {
  margin-bottom: 0;
}

.list3 li::before {
  content: "";
  display: inline-block;
  background: url("../images/icon3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}

@media (max-width: 767px) {
  .list3 li {
    font-size: 12px;
    padding-left: 18px;
    margin-bottom: 10px;
  }

  .list3 li::before {
    width: 13px;
    height: 13px;
    top: 2px;
  }
}

.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list4 li {
  background-color: rgba(255, 255, 255, .7);
  font-size: 18px;
  font-style: italic;
  line-height: 1.44;
  padding: 12px 18px 12px 57px;
  border: 1px solid #E26F6F;
  border-radius: 12px;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.list4 li:last-child {
  margin-bottom: 0;
}

.list4 li::before {
  content: "";
  display: inline-block;
  background: url("../images/icon1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 14px;
  left: 18px;
}

.list4 li span {
  font-weight: 600;
}

.list4.alt li {
  font-style: normal;
  padding: 23px 35px 23px 109px;
  margin-bottom: 11px;
}

.list4.alt li::before {
  width: 38px;
  height: 38px;
  top: 15px;
  left: 41px;
}

@media (max-width: 575px) {
  .list4 li {
    font-size:  16px;
    padding-left: 47px;
  }

  .list4 li::before {
    width: 20px;
    height: 20px;
  }

  p.text1, .text1 p {
    font-size: 16px;
  }

  .list4.alt li {
    padding-left: 47px;
  }
  .list4.alt li::before {
    width: 20px;
    height: 20px;
    left: 15px;
  }

  .list4.alt li {
    padding-top: 14px;
  }
}

/* card2 */
.card2 {
  background-color: #fff;
  padding: 20px 44px 36px;
  display: flex;
  border: 2px solid #D9D9D9;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.card2 h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.card2 .num-rating {
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 48px;
}

.card2 .logo {
  margin-bottom: 20px;
}

.card2 .logo img {
  max-height: unset;
  max-width: 90%;
}

.card2.highlighted {
  border-color: #E26F6F;
  border-top-left-radius: 0;
}

.card2.highlighted .list3 li::before {
  background: url("../images/icon2.svg");
  width: 22px;
  height: 22px;
  top: 0;
}

.card2 .badge1 {
  background-color: #E26F6F;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 4px 14px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: -34px;
  left: -2px;
}

.card2 .rating,
.card2 .rating img {
  width: 143px !important;
}

.card2 .left-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card2 .right-col {
  flex: 1;
}

@media (max-width: 991px) {
  .card2 {
    padding: 20px 30px 30px;
    flex-direction: column;
    gap: 10px 0;
  }
}

@media (max-width: 767px) {
  .card2 {
    padding: 16px;
  }

  .card2 h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .card2 .num-rating {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .card2 .btn {
    width: 100%;
  }

  .card2 .rating,
  .card2 .rating img {
    width: 87px !important;
  }

  .card2.highlighted .list3 li {
    padding-left: 20px;
  }

  .card2.highlighted .list3 li::before {
    width: 17px;
    height: 17px;
  }

  .card2 .left-col {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 15px 0;
  }
}

.cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* accordion1 */
.accordion1 {
  border: 0;
}

.accordion1 .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  box-shadow: none;
  border-radius: 0;
  padding: 14px 8px 10px 20px;
}

.accordion1 .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.accordion1 .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/icon4.svg");
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.accordion1 .accordion-item {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion1 .accordion-item .accordion-body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  padding: 10px 32px 30px 20px;
}

.accordion1 .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #d0bfbf;
  border-color: #E26F6F;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.accordion1 .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
}

/* .accordion1 .accordion-item .accordion-collapse .accordion-body {
  background-color: #d0bfbf;
} */

@media (max-width: 575px) {
  .accordion1 .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }

  .accordion1 p {
    font-size: 14px;
    line-height: 26px;
  }
}

/* modal2*/
.modal2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
  display: none;
}

.modal2.show {
  display: flex;
}

.modal-background {
  content: "";
  width: 110vw;
  height: 110vh;
  background-color: rgba(68, 15, 15, 0.84);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  cursor: pointer;
}

.modal2 .inner-content {
  margin: auto;
  width: 100%;
  max-width: 540px;
  padding: 24px;
  z-index: 999;
  position: relative;
}

.modal2 .close {
  font-weight: bold;
  position: absolute;
  right: 25px;
  font-size: 22px;
  cursor: pointer;
}

.modal2 .inner-content .box {
  color: #000;
  padding: 22px 28px;
  border-radius: 12px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #fff;
  border: 2px solid #E26F6F;
  position: relative;
}

.modal2 .inner-content .box .btn {
  margin-bottom: 11px;
  padding: 15px 23px;
  width: 100%;
}

.modal2 .box .lead {
  font-size: 22px;
  font-style: italic;
  line-height: 1.44;
}

.modal2 .box .logo img {
  max-height: unset;
}

.modal2 .box .lead,
.modal2 .box .list2 li {
  font-family: "Inter", sans-serif !important;
}

.modal2 .box .list2 li {
  text-align: start;
  font-weight: normal;
}

@media (max-width: 767px) {
  .modal2 .inner-content .box {
    padding: 17px;
  }

  .modal2 .inner-content .box .lead {
    font-size: 15px;
  }

  .modal2 .inner-content .box .btn {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.item-hero .list2 {
  display: block;
  overflow: hidden;
}

.item-hero .list2 li {
  display: inline-block;
}

.item-hero .list2 .slick-track{
  width: 100%;
  display: block;
}

.item-hero .list2 li::before {
  display: none;
}

.list2 li .icon {
  display: inline-block;
  background: url("../images/icon1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin: 0px 5px 0px 0px;
  top: 3px;
  position: relative;
}