
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* body {
    font-family: var(--font-primary) !important;
    font-size: var(--fs-base) !important;
    color: var(--text-color-primary) !important;
} */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  /* font-family: var(--font-secondary) !important; */
}
/* p{
  font-family: var(--font-primary);
} */
/* p, li {
  line-height: 150% !important;
} */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, textarea {
  /* font-family: inherit; */
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

.messages-list {
  margin: 0px;
}
.img-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* .custom-container{
  max-width: 1480px;
  padding: 0px 20px;
  margin: 0 auto;
} */

/* .heading {
  font-family: var(--font-secondary);
} */

/* h1.heading {
  font-size: var(--fs-h1);
  font-weight: 700;
  margin-bottom: 35px;
}

h2.heading {
  font-size: var(--fs-h2);
  font-weight: 700;
  margin-bottom: 30px;
}

h3.heading {
  font-size: var(--fs-h3);
  font-weight: 700;
  margin-bottom: 25px;
}

h4.heading {
  font-size: var(--fs-h4);
  font-weight: 600;
  margin-bottom: 15px;
}

h5.heading {
  font-size: var(--fs-h5);
  font-weight: 600;
  margin-bottom: 10px;
}

h6.heading {
  font-size: var(--fs-h6) 600;
  font-weight: 8px;
  margin-bottom: 20px;
} */

a:hover {
  color: inherit;
}

a:focus, a:focus-visible {
  color: inherit;
  border: none;
  outline: none;
}

.scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.scroller::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.scroller::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
}

.slick-slider:not(.slick-initialized) {
  display: none;
}

.slick-slider {
  visibility: hidden;
  opacity: 0;
}

.slick-initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-dots {
  bottom: -40px;
}

.slick-arrow i {
  font-size: 12px;
  color: #ffffff;
  background: #000;
  width: 25px;
  height: 25px;
  padding: 5px 8px;
  border-radius: 4px;
}

.slick-initialized {
  display: block;
  visibility: visible;
  height: auto;
}

.slick-dots li {
  margin: 0px;
}

.slick-dots li button:before {
  font-size: 26px;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  transform: scale(1.8);
  color: #000;
}

.slick-next, .slick-prev {
  top: 47%;
}

.slick-prev {
  left: 0px;
  z-index: 3;
}

.slick-next {
  right: 2px;
  z-index: 3;
}