@charset "UTF-8";
/*other colors*/
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: seravek;
  font-style: normal;
  font-weight: 400;
  src: local("seravek Regular"), local("seravek-Regular"), url("../fonts/seravek/seravek.ttf");
  font-display: swap;
}

@font-face {
  font-family: seravek;
  font-style: normal;
  font-weight: 300;
  src: local("seravek Light"), local("seravek-Light"), url("../fonts/seravek/Seravek-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: seravek;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  src: local("seravek Light italic"), local("seravek-Light italic"), url("../fonts/seravek/seravek-lightitalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: seravek;
  font-style: normal;
  font-weight: 500;
  src: local("seravek Medium"), local("seravek-Medium"), url("../fonts/seravek/Seravek-Medium.ttf");
  font-display: swap;
}

/************ spacing ********************/
.mr-0 {
  margin-right: 0px !important;
}

body.rtl .mr-0 {
  margin-left: 0px !important;
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0px !important;
}

body.rtl .ml-0 {
  margin-right: 0px !important;
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

body.rtl .pr-0 {
  padding-left: 0px !important;
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0px !important;
}

body.rtl .pl-0 {
  padding-right: 0px !important;
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

body.rtl .mr-5 {
  margin-left: 5px !important;
  margin-right: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

body.rtl .ml-5 {
  margin-right: 5px !important;
  margin-left: 0 !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

body.rtl .pr-5 {
  padding-left: 5px !important;
  padding-right: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

body.rtl .pl-5 {
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

body.rtl .mr-10 {
  margin-left: 10px !important;
  margin-right: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

body.rtl .ml-10 {
  margin-right: 10px !important;
  margin-left: 0 !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

body.rtl .pr-10 {
  padding-left: 10px !important;
  padding-right: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

body.rtl .pl-10 {
  padding-right: 10px !important;
  padding-left: 0 !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

body.rtl .mr-15 {
  margin-left: 15px !important;
  margin-right: 0 !important;
}

.ml-15 {
  margin-left: 15px !important;
}

body.rtl .ml-15 {
  margin-right: 15px !important;
  margin-left: 0 !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

body.rtl .pr-15 {
  padding-left: 15px !important;
  padding-right: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

body.rtl .pl-15 {
  padding-right: 15px !important;
  padding-left: 0 !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

body.rtl .mr-20 {
  margin-left: 20px !important;
  margin-right: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

body.rtl .ml-20 {
  margin-right: 20px !important;
  margin-left: 0 !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

body.rtl .pr-20 {
  padding-left: 20px !important;
  padding-right: 0 !important;
}

.pl-20 {
  padding-left: 20px !important;
}

body.rtl .pl-20 {
  padding-right: 20px !important;
  padding-left: 0 !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

body.rtl .mr-25 {
  margin-left: 25px !important;
  margin-right: 0 !important;
}

.ml-25 {
  margin-left: 25px !important;
}

body.rtl .ml-25 {
  margin-right: 25px !important;
  margin-left: 0 !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

body.rtl .pr-25 {
  padding-left: 25px !important;
  padding-right: 0 !important;
}

.pl-25 {
  padding-left: 25px !important;
}

body.rtl .pl-25 {
  padding-right: 25px !important;
  padding-left: 0 !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

body.rtl .mr-30 {
  margin-left: 30px !important;
  margin-right: 0 !important;
}

.ml-30 {
  margin-left: 30px !important;
}

body.rtl .ml-30 {
  margin-right: 30px !important;
  margin-left: 0 !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

body.rtl .pr-30 {
  padding-left: 30px !important;
  padding-right: 0 !important;
}

.pl-30 {
  padding-left: 30px !important;
}

body.rtl .pl-30 {
  padding-right: 30px !important;
  padding-left: 0 !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

body.rtl .mr-35 {
  margin-left: 35px !important;
  margin-right: 0 !important;
}

.ml-35 {
  margin-left: 35px !important;
}

body.rtl .ml-35 {
  margin-right: 35px !important;
  margin-left: 0 !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

body.rtl .pr-35 {
  padding-left: 35px !important;
  padding-right: 0 !important;
}

.pl-35 {
  padding-left: 35px !important;
}

body.rtl .pl-35 {
  padding-right: 35px !important;
  padding-left: 0 !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

body.rtl .mr-40 {
  margin-left: 40px !important;
  margin-right: 0 !important;
}

.ml-40 {
  margin-left: 40px !important;
}

body.rtl .ml-40 {
  margin-right: 40px !important;
  margin-left: 0 !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

body.rtl .pr-40 {
  padding-left: 40px !important;
  padding-right: 0 !important;
}

.pl-40 {
  padding-left: 40px !important;
}

body.rtl .pl-40 {
  padding-right: 40px !important;
  padding-left: 0 !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

body.rtl .mr-45 {
  margin-left: 45px !important;
  margin-right: 0 !important;
}

.ml-45 {
  margin-left: 45px !important;
}

body.rtl .ml-45 {
  margin-right: 45px !important;
  margin-left: 0 !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

body.rtl .pr-45 {
  padding-left: 45px !important;
  padding-right: 0 !important;
}

.pl-45 {
  padding-left: 45px !important;
}

body.rtl .pl-45 {
  padding-right: 45px !important;
  padding-left: 0 !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

body.rtl .mr-50 {
  margin-left: 50px !important;
  margin-right: 0 !important;
}

.ml-50 {
  margin-left: 50px !important;
}

body.rtl .ml-50 {
  margin-right: 50px !important;
  margin-left: 0 !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

body.rtl .pr-50 {
  padding-left: 50px !important;
  padding-right: 0 !important;
}

.pl-50 {
  padding-left: 50px !important;
}

body.rtl .pl-50 {
  padding-right: 50px !important;
  padding-left: 0 !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/************LINKS ********************/
/************BTNS ********************/
/************MEDIA QUERY ********************/
/*****************prfix*************/
/*****************input placeholder*************/
.h-100 {
  height: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

body.rtl .text-left {
  text-align: right !important;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  display: table;
}

.ui.message .list:not(.ui) li:before {
  display: none;
}

.ui.form {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.ui.form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 30px !important;
  width: 300px;
}

.ui.form .field label {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

.ui.form .field.error .prompt.label {
  display: block;
  border: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.57;
  color: #eb3434 !important;
  padding: 0;
  letter-spacing: 1px;
  position: relative;
  background: transparent !important;
  text-transform: lowercase;
  position: absolute;
  bottom: -23px;
}

@media only screen and (max-width: 767px) {
  .ui.form .field.error .prompt.label {
    font-size: 7px;
    bottom: -11px;
  }
}

.ui.form .field.error .prompt.label:before {
  display: none;
}

.ui.form .field input, .ui.form .field textarea {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.57;
  color: #000000 !important;
  border-radius: 7px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #ededed;
  background-color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.ui.form .field input:-moz-placeholder, .ui.form .field textarea:-moz-placeholder {
  font-size: 20px;
  font-weight: normal;
  color: #ACACAC;
}

@media only screen and (max-width: 767px) {
  .ui.form .field input:-moz-placeholder, .ui.form .field textarea:-moz-placeholder {
    font-size: 8px;
  }
}

.ui.form .field input::-moz-placeholder, .ui.form .field textarea::-moz-placeholder {
  font-size: 20px;
  font-weight: normal;
  color: #ACACAC;
}

@media only screen and (max-width: 767px) {
  .ui.form .field input::-moz-placeholder, .ui.form .field textarea::-moz-placeholder {
    font-size: 8px;
  }
}

.ui.form .field input:-ms-input-placeholder, .ui.form .field textarea:-ms-input-placeholder {
  font-size: 20px;
  font-weight: normal;
  color: #ACACAC;
}

@media only screen and (max-width: 767px) {
  .ui.form .field input:-ms-input-placeholder, .ui.form .field textarea:-ms-input-placeholder {
    font-size: 8px;
  }
}

.ui.form .field input::-webkit-input-placeholder, .ui.form .field textarea::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: normal;
  color: #ACACAC;
}

@media only screen and (max-width: 767px) {
  .ui.form .field input::-webkit-input-placeholder, .ui.form .field textarea::-webkit-input-placeholder {
    font-size: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .ui.form .field input, .ui.form .field textarea {
    font-size: 13px;
  }
}

.ui.form .field.error input, .ui.form .field.error textarea {
  border: solid 2px #eb3434 !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.ui.form .field.field input:-webkit-autofill {
  border-color: #8f8d8c !important;
}

.chilean-color {
  color: #F97F05 !important;
}

.chilean-bg {
  background-color: #F97F05;
}

.jacarta-color {
  color: #3A2868 !important;
}

.jacarta-bg {
  background-color: #3A2868;
}

.yonder-color {
  color: #778EB2 !important;
}

.yonder-bg {
  background-color: #778EB2;
}

.cinnabar-color {
  color: #E54F19 !important;
}

.cinnabar-bg {
  background-color: #E54F19;
}

.red-color {
  color: #EF0705 !important;
}

.red-bg {
  background-color: #EF0705;
}

.jungle-color {
  color: #26B2A0 !important;
}

.jungle-bg {
  background-color: #26B2A0;
}

.amber-color {
  color: #FAC103 !important;
}

.amber-bg {
  background-color: #FAC103;
}

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%;
  font: inherit;
  vertical-align: middle;
  font-family: seravek ,Cairo, sans-serif;
}

button:focus {
  outline: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto !important;
  width: 100%;
  height: 100%;
  font-family: seravek ,Cairo, sans-serif;
  scroll-behavior: smooth;
  zoom: 0.96;
}

@media only screen and (max-width: 575px) {
  body,
  html {
    font-size: 14px;
  }
}

body {
  /* width */
  /* Track */
  /* Handle */
}

body::-webkit-scrollbar {
  width: 8px;
  display: none;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
  display: none;
}

body::-webkit-scrollbar-thumb {
  background: #303137;
  border-radius: 4px;
  display: none;
}

body.rtl {
  direction: rtl;
  text-align: right;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.tooltip {
  z-index: 100;
}

a:focus {
  outline: none;
  text-decoration: none !important;
}

input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

select:focus {
  outline: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  position: static;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-dialog .k-window-content,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-size: 20px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 991px) {
  .collapse:not(.show) {
    display: none !important;
  }
}

strong, b {
  font-weight: bold !important;
}

p {
  line-height: 1.5;
}

/*disabled link*/
.isdisabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.primary-fill, .primary-outline, .secondary-fill, .secondary-outline, .light-fill, .light-outline, .dark-fill, .dark-outline, .grayscale-fill, .grayscale-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 20px;
  min-height: 40px !important;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-transform: capitalize;
}

.primary-fill:disabled, .primary-outline:disabled, .secondary-fill:disabled, .secondary-outline:disabled, .light-fill:disabled, .light-outline:disabled, .dark-fill:disabled, .dark-outline:disabled, .grayscale-fill:disabled, .grayscale-outline:disabled {
  background-color: #e5e6e3 !important;
  pointer-events: none;
}

.sm-btn.primary-fill, .sm-btn.primary-outline, .sm-btn.secondary-fill, .sm-btn.secondary-outline, .sm-btn.light-fill, .sm-btn.light-outline, .sm-btn.dark-fill, .sm-btn.dark-outline, .sm-btn.grayscale-fill, .sm-btn.grayscale-outline {
  min-height: 30px !important;
  padding: 0 10px;
  font-size: 12px;
}

.md-btn.primary-fill, .md-btn.primary-outline, .md-btn.secondary-fill, .md-btn.secondary-outline, .md-btn.light-fill, .md-btn.light-outline, .md-btn.dark-fill, .md-btn.dark-outline, .md-btn.grayscale-fill, .md-btn.grayscale-outline {
  padding: 0 16px;
  min-height: 32px !important;
  font-size: 15px;
}

.rounded.primary-fill, .rounded.primary-outline, .rounded.secondary-fill, .rounded.secondary-outline, .rounded.light-fill, .rounded.light-outline, .rounded.dark-fill, .rounded.dark-outline, .rounded.grayscale-fill, .rounded.grayscale-outline {
  border-radius: 70px !important;
}

.lg-btn.primary-fill, .lg-btn.primary-outline, .lg-btn.secondary-fill, .lg-btn.secondary-outline, .lg-btn.light-fill, .lg-btn.light-outline, .lg-btn.dark-fill, .lg-btn.dark-outline, .lg-btn.grayscale-fill, .lg-btn.grayscale-outline {
  min-height: 55px !important;
  padding: 0 30px !important;
  width: 280px;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .lg-btn.primary-fill, .lg-btn.primary-outline, .lg-btn.secondary-fill, .lg-btn.secondary-outline, .lg-btn.light-fill, .lg-btn.light-outline, .lg-btn.dark-fill, .lg-btn.dark-outline, .lg-btn.grayscale-fill, .lg-btn.grayscale-outline {
    width: 220px;
    min-height: 45px !important;
    padding: 0 16px !important;
    font-size: 18px;
  }
}

.xlg-btn.primary-fill, .xlg-btn.primary-outline, .xlg-btn.secondary-fill, .xlg-btn.secondary-outline, .xlg-btn.light-fill, .xlg-btn.light-outline, .xlg-btn.dark-fill, .xlg-btn.dark-outline, .xlg-btn.grayscale-fill, .xlg-btn.grayscale-outline {
  min-height: 40px !important;
  font-size: 17px;
  font-weight: bold;
  width: 125px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .primary-fill, .primary-outline, .secondary-fill, .secondary-outline, .light-fill, .light-outline, .dark-fill, .dark-outline, .grayscale-fill, .grayscale-outline {
    padding: 0 12px;
    font-size: 15px;
    white-space: nowrap;
  }
}

.primary-fill {
  background-color: #303137;
  color: #fff;
}

.primary-fill:hover, .primary-fill:focus {
  background-color: #303137;
  color: #fff;
}

.primary-outline {
  background-color: #fff;
  color: #303137;
  border: 2.5px solid #303137;
}

.primary-outline:hover {
  color: #fff;
  background-color: #303137;
}

.secondary-fill {
  background-color: #3a888e;
  color: #fff;
}

.secondary-fill:hover, .secondary-fill:focus {
  background-color: #3a888e;
  color: #fff;
}

.secondary-outline {
  background-color: #fff;
  color: #3a888e;
  border: 2.5px solid #3a888e;
}

.secondary-outline:hover {
  color: #fff;
  background-color: #3a888e;
}

.light-fill {
  background-color: #fff;
  color: #000000;
}

.light-fill:hover, .light-fill:focus {
  background-color: #fff;
  color: #000000;
}

.light-outline {
  background-color: #fff;
  color: #fff;
  border: 2.5px solid #fff;
}

.light-outline:hover {
  color: #fff;
  background-color: #fff;
}

.dark-fill {
  background-color: #000000;
  color: #fff;
}

.dark-fill:hover, .dark-fill:focus {
  background-color: #000000;
  color: #fff;
}

.dark-outline {
  background-color: #fff;
  color: #000000;
  border: 2.5px solid #000000;
}

.dark-outline:hover {
  color: #fff;
  background-color: #000000;
}

.grayscale-fill {
  background-color: #9a9a9a;
  color: #fff;
}

.grayscale-fill:hover {
  background-color: #fff;
  color: #9a9a9a;
  border: 2px solid #9a9a9a;
}

.grayscale-outline {
  background-color: #fff;
  color: #9a9a9a;
  border: 2.5px solid #9a9a9a;
}

.grayscale-outline:hover {
  color: #fff;
  background-color: #9a9a9a;
}

.primary-link, .secondary-link, .light-link {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff !important;
  text-transform: capitalize;
  text-decoration: underline !important;
}

.lg-link.primary-link, .lg-link.secondary-link, .lg-link.light-link {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .primary-link, .secondary-link, .light-link {
    font-size: 14.5px;
  }
  .lg-link.primary-link, .lg-link.secondary-link, .lg-link.light-link {
    font-size: 18px;
  }
}

.primary-link {
  color: #303137 !important;
}

.secondary-link {
  color: #3a888e !important;
}

.ui.selection.active.dropdown .menu {
  border-color: #8f8d8c !important;
  border: 0 !important;
}

.ui.selection.dropdown .menu > .item {
  font-size: 16px;
  font-weight: 300;
  color: #303137;
  letter-spacing: 1.28px;
  white-space: nowrap;
  text-transform: uppercase;
}

.ui.form .field.date-input-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .ui.form .field.date-input-holder {
    margin-bottom: 35px;
  }
}

.ui.form .field.date-input-holder .ui.input input {
  padding: 5px !important;
  width: 100%;
}

.ui.form .field.date-input-holder .ui.input input + label {
  position: absolute;
  bottom: -25px;
}

.ui.form .field.date-input-holder .ui.input input-webkit-autofill, .ui.form .field.date-input-holder .ui.input input-webkit-autofill:hover, .ui.form .field.date-input-holder .ui.input input-webkit-autofill:focus, .ui.form .field.date-input-holder .ui.input input-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: red !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: 0 0 0px 1000px #333 inset !important;
}

.ui.form .field.date-input-holder .prompt.label {
  top: 40px !important;
}

.ui.form .ui.dropdown > .text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.75px;
  color: #303137;
}

.ui.form .ui.selection.dropdown {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #8f8d8c !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 5px;
}

.ui.form .field {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ui.form .field {
    margin-bottom: 10px;
  }
}

.ui.form .prompt.label {
  display: none;
}

.root .ui.form .field.field input:-webkit-autofill,
.root .ui.form .field.field input:-webkit-autofill:hover,
.root .ui.form .field.field input:-webkit-autofill:focus,
.root .ui.form .field.field input:-webkit-autofill:active {
  border-bottom: 1px solid #8f8d8c !important;
  box-shadow: 0 0 0px 1000px #fdfcfa inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fdfcfa inset !important;
}

.ui.form .field.field .ui.input input:-webkit-autofill,
.ui.form .field.field .ui.input input:-webkit-autofill:hover,
.ui.form .field.field .ui.input input:-webkit-autofill:focus,
.ui.form .field.field .ui.input input:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: 0 0 0px 1000px #333 inset !important;
}

.subscribe-label {
  position: absolute;
  top: -35px;
  font-size: 18px;
}

.custom-divider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-divider:after, .custom-divider::before {
  content: "" !important;
  background: none !important;
  border-bottom: 3px solid #3A2868;
  height: 1px !important;
  width: 35% !important;
}

@media only screen and (max-width: 991px) {
  .custom-divider:after, .custom-divider::before {
    width: 22% !important;
  }
}

.custom-divider.manage-divider:after, .custom-divider.manage-divider::before {
  border-color: #3A2868 !important;
}

.custom-divider.stations-divider:after, .custom-divider.stations-divider::before {
  border-color: #F97F05 !important;
}

.root {
  position: relative;
  min-height: 100%;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading.show-loader {
  display: block !important;
  background: rgba(255, 255, 255, 0.6);
}

.breadcrumb {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 0;
}

.breadcrumb > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}

.breadcrumb > li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #002575;
  text-transform: capitalize;
}

.breadcrumb > li.active {
  color: #000;
  font-weight: normal;
}

.breadcrumb > li:not(:first-of-type)::before {
  content: "\203A";
  font-size: 29px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #0e1317;
}

.pagination {
  margin: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination > li .page-link {
  color: #002575;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .pagination > li .page-link {
    padding: 4px 8px;
    font-size: 14px;
  }
}

.pagination > li.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #002575;
  border-color: #002575;
}

.pagination > li:hover a {
  color: #fff;
  background-color: #002575;
  border-color: #002575;
}

.slick-slider .slick-dots {
  bottom: -50px;
}

body.rtl .slick-slider .slick-dots {
  direction: ltr;
}

.slick-slider .slick-dots li button {
  background-color: #fff;
  border: 2px solid #303137;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

.slick-slider .slick-dots li button::before {
  content: "";
}

.slick-slider .slick-dots li:hover button, .slick-slider .slick-dots li.slick-active button {
  background-color: #303137;
}

@media only screen and (max-width: 575px) {
  .slick-slider .product-card,
  .slick-slider .company-card,
  .slick-slider .brand-card {
    margin-left: 0;
    margin-right: 0;
  }
}

.video-modal {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: static !important;
}

.video-modal video {
  width: 100%;
}

.ui.dimmer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whatsupp-holder {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 30px;
  right: 2vw;
  cursor: pointer;
  display: none;
  z-index: 6;
}

.whatsupp-holder img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .whatsupp-holder {
    width: 70px;
    height: 70px;
  }
}

body.pushable > .pusher {
  overflow: initial;
}

.bg-gray-overlay {
  background-color: #EAEAEA;
  height: 40vh;
  min-height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  top: 52vh;
}

@media only screen and (max-width: 767px) {
  .bg-gray-overlay {
    display: none;
  }
}

.order-down-section {
  padding: 80px 0 20px 0;
}

@media only screen and (max-width: 991px) {
  .order-down-section {
    padding-top: 40px;
  }
}

.download-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.download-btn-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 25px;
}

@media only screen and (max-width: 991px) {
  .download-btn-wrapper button {
    font-size: 20px;
    white-space: nowrap;
  }
}

.download-btn-wrapper button img, .download-btn-wrapper button svg {
  width: 45px;
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  .download-btn-wrapper button img, .download-btn-wrapper button svg {
    width: 26px;
  }
}

@media only screen and (min-width: 1366px) {
  .download-btn-wrapper button {
    font-size: 33px;
  }
}

.download-btn-wrapper .download-svg-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.download-btn-wrapper .download-svg-holder > svg:first-of-type {
  margin-bottom: 4px;
}

.download-btn-wrapper .download-svg-holder > svg:last-of-type {
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.download-btn-wrapper:hover .download-svg-holder > svg:last-of-type {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.order-btn-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}

.order-btn-wrapper .order-social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.order-btn-wrapper .order-social-holder a {
  -webkit-transform: scale(0) translateX(-20px);
          transform: scale(0) translateX(-20px);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.order-btn-wrapper .order-social-holder a img {
  width: 70px;
}

@media only screen and (max-width: 991px) {
  .order-btn-wrapper .order-social-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
}

.order-btn-wrapper:hover .order-social-holder {
  opacity: 1;
  visibility: visible;
}

.order-btn-wrapper:hover .order-social-holder a {
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
}

@media only screen and (max-width: 991px) {
  .order-btn-wrapper {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

.slick-prev:before {
  content: "<";
  color: #000;
  font-size: 40px;
}

.slick-next:before {
  content: ">";
  color: #000;
  font-size: 40px;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Icons';
}

@media only screen and (max-width: 991px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .ui.form .custom-margin.field {
    margin-bottom: 10px !important;
  }
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.modal-wrapper.show {
  visibility: visible;
  opacity: 1;
}

.modal-wrapper.md-modal .modal-holder {
  min-height: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
}

@media only screen and (max-width: 991px) {
  .modal-wrapper.md-modal .modal-holder {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .modal-wrapper.md-modal .modal-holder {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: 90%;
  }
}

.modal-wrapper header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding: 10px 30px;
}

.modal-wrapper header h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #000000;
}

.modal-wrapper header button img {
  width: 18px;
}

.modal-wrapper .modal-holder {
  border-radius: 8px;
  background-color: #ffffff;
  min-height: auto;
  height: auto;
  width: 75%;
  /* width */
  /* Track */
  /* Handle */
}

.modal-wrapper .modal-holder::-webkit-scrollbar {
  width: 8px;
}

.modal-wrapper .modal-holder::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-wrapper .modal-holder::-webkit-scrollbar-thumb {
  background: #303137;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .modal-wrapper .modal-holder {
    min-height: 90%;
    height: 90%;
    width: 90%;
  }
}

.modal-wrapper .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-wrapper .content .alt-slider-holder {
  width: 100%;
}

.modal-wrapper .content .cancel-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.48px;
  color: #d60812;
}

.modal-wrapper.change-location-modal .branch-list-select-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.modal-wrapper.change-location-modal .modal-holder {
  width: 45%;
}

@media only screen and (max-width: 991px) {
  .modal-wrapper.change-location-modal .modal-holder {
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .modal-wrapper.change-location-modal .modal-holder {
    width: 90%;
    min-height: 80%;
    height: 80%;
  }
}

.modal-wrapper.change-location-modal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 26px 30px 26px;
}

.modal-wrapper.change-location-modal .content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #000000;
  margin-bottom: 14px;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper,
.modal-wrapper.change-location-modal .content .city-select-wrapper {
  margin-top: 30px;
  width: 100%;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .area-select-holder,
.modal-wrapper.change-location-modal .content .area-select-wrapper .city-select-holder,
.modal-wrapper.change-location-modal .content .city-select-wrapper .area-select-holder,
.modal-wrapper.change-location-modal .content .city-select-wrapper .city-select-holder {
  position: relative;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .search-icon,
.modal-wrapper.change-location-modal .content .city-select-wrapper .search-icon {
  width: 33px;
  height: 33px;
  border-radius: 4px;
  background-color: #002575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 5;
  right: 6px;
  top: 5px;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .select2,
.modal-wrapper.change-location-modal .content .city-select-wrapper .select2 {
  width: 100% !important;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .select2 .select2-selection,
.modal-wrapper.change-location-modal .content .city-select-wrapper .select2 .select2-selection {
  height: 44px;
  border-radius: 4px;
  border: solid 1px #dee2e6;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .select2 .select2-selection__arrow,
.modal-wrapper.change-location-modal .content .city-select-wrapper .select2 .select2-selection__arrow {
  height: 44px;
}

.modal-wrapper.change-location-modal .content .area-select-wrapper .select2 .select2-selection__rendered,
.modal-wrapper.change-location-modal .content .city-select-wrapper .select2 .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #000000;
  text-transform: capitalize;
  padding: 0;
}

.modal-wrapper.confirm-delete-modal .modal-holder .content, .modal-wrapper.empty-cart-confirm-delete-modal .modal-holder .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 50px;
  padding-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-wrapper.confirm-delete-modal .modal-holder .content img, .modal-wrapper.empty-cart-confirm-delete-modal .modal-holder .content img {
  margin-top: 30px;
  margin-bottom: 20px;
}

.modal-wrapper.confirm-delete-modal .modal-holder .content h1, .modal-wrapper.empty-cart-confirm-delete-modal .modal-holder .content h1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.19px;
  color: #002575;
  letter-spacing: 0.17px;
  margin-bottom: 40px;
}

.modal-wrapper.confirm-delete-modal .modal-holder .content p, .modal-wrapper.empty-cart-confirm-delete-modal .modal-holder .content p {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 0.89;
  letter-spacing: 0.17px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.modal-wrapper .add-address-wrapper {
  padding: 10px 50px 40px 50px;
}

@media only screen and (max-width: 575px) {
  .modal-wrapper .add-address-wrapper {
    padding: 10px 15px;
  }
  .modal-wrapper .add-address-wrapper header {
    height: 50px;
  }
}

.modal-wrapper .add-address-wrapper header {
  padding: 0;
}

.modal-wrapper .add-address-wrapper h4 {
  margin-bottom: 15px;
}

.modal-wrapper .add-address-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.modal-wrapper .add-address-wrapper form.was-validated .form-control:valid {
  border-color: #28a745 !important;
}

@media only screen and (max-width: 991px) {
  .modal-wrapper .add-address-wrapper form .form-inputs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div {
    margin: 0 !important;
  }
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

body.rtl .modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div {
  margin-left: 15px;
  margin-right: 0;
}

body.rtl .modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div:last-of-type {
  margin-left: 0;
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div:last-of-type {
  margin-right: 0;
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div textarea {
  height: 135px;
}

.modal-wrapper .add-address-wrapper form .form-inputs-wrapper > div button {
  width: 100%;
  height: 55px;
  font-weight: bold;
  line-height: 1.56;
  text-transform: uppercase;
}

.payment-method-modal .method-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.payment-method-modal .method-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  display: table;
  min-height: 50px;
}

.payment-method-modal .method-wrapper label .label {
  margin-right: 30px;
}

body.rtl .payment-method-modal .method-wrapper label .label {
  margin-left: 30px;
  margin-right: 10px;
}

.payment-method-modal .method-wrapper label h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

.payment-method-modal .method-wrapper .method-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-method-modal .method-wrapper .method-img-holder .img-holder {
  margin-right: 40px;
}

.payment-method-modal .method-wrapper .method-img-holder .img-holder img {
  width: 100%;
  height: 100%;
}

.payment-method-modal .method-wrapper .card-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-method-modal .method-wrapper .card-delivery h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.payment-method-modal .method-wrapper .card-delivery span {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: -0.48px;
  color: #000000;
}

.dlt-product-modal .content {
  padding-top: 20px !important;
}

.dlt-product-modal h1 {
  margin-bottom: 0 !important;
}

.dlt-product-modal .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.dlt-product-modal .product-info .img-holder {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;
  padding: 4px;
  margin-right: 15px;
}

body.rtl .dlt-product-modal .product-info .img-holder {
  margin-left: 15px;
  margin-right: 0;
}

.dlt-product-modal .product-info .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0 !important;
}

.dlt-product-modal .product-info .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #002575;
}

.modal-backdrop {
  display: none !important;
}

.slick-initialized .slick-slide {
  outline: none;
}

body.rtl .slick-list {
  direction: ltr;
}

body.rtl .slick-list .slick-slide {
  direction: rtl;
}

header.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6vw;
  width: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 55;
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 73px;
}

@media only screen and (max-width: 767px) {
  header.main-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

header.main-header .inner-logo {
  width: 100px;
  height: 100px;
}

header.main-header .btn-book {
  font-weight: 600;
}

header.main-header .toggle-menu {
  width: 36px;
  display: none;
}

@media only screen and (max-width: 991px) {
  header.main-header .toggle-menu {
    display: block;
  }
}

header.main-header .toggle-menu-active {
  display: none;
}

@media only screen and (max-width: 991px) {
  header.main-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    zoom: 0.9;
  }
}

header.main-header .logo-holder {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media only screen and (max-width: 991px) {
  header.main-header .logo-home-holder {
    margin: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

header.main-header .logo-img-holder {
  cursor: pointer;
}

header.main-header .header-list-wrapper {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 120px;
  margin-left: 16vw;
}

header.main-header .header-list-wrapper > .dropdown {
  font-size: 15px;
  font-weight: 300;
  color: #303137;
  letter-spacing: 1.28px;
  white-space: nowrap;
  padding-left: 4px;
}

header.main-header .header-list-wrapper > .dropdown:hover {
  border-bottom: 0 !important;
}

header.main-header .header-list-wrapper > .dropdown:hover::after {
  content: '';
  width: calc(100% + 5px);
  height: 1px;
  background-color: #8f8d8c;
  position: absolute;
  left: 0;
  bottom: -2px;
}

header.main-header .header-list-wrapper > .dropdown .menu {
  background-color: #ede8e1;
  border-radius: 0;
  border: 0;
  margin-left: -45px;
}

header.main-header .header-list-wrapper > .dropdown .menu > .item {
  font-size: 16px;
  font-weight: 300;
  color: #303137;
  letter-spacing: 1.28px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  padding-top: 13.5px !important;
}

header.main-header .header-list-wrapper > .dropdown:hover, header.main-header .header-list-wrapper > .dropdown.active {
  border-bottom: 1px solid #303137;
}

header.main-header .header-list-wrapper > li {
  margin-right: 3.5vw;
}

header.main-header .header-list-wrapper > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  border: 0;
}

header.main-header .header-list-wrapper > li a img {
  width: 29px;
}

header.main-header .header-list-wrapper > li:hover .link-divider, header.main-header .header-list-wrapper > li.active .link-divider {
  width: 30px;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header.main-header .header-list-wrapper > li:hover .link-title, header.main-header .header-list-wrapper > li.active .link-title {
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

header.main-header .header-list-wrapper > li .link-divider {
  width: 0;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -15px;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header.main-header .header-list-wrapper > li .link-title {
  font-size: 28px;
  font-size: 21px;
  color: #000000;
  font-family: Montserrat;
  font-weight: 600;
  position: absolute;
  bottom: -77px;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  opacity: 0;
  visibility: hidden;
  text-transform: capitalize;
}

header.main-header .header-list-wrapper > li .link-title.soon {
  bottom: -55px;
  color: #666666;
}

header.main-header .header-list-wrapper > li:last-of-type {
  margin-right: 0;
}

header.main-header .header-list-wrapper > li.activee::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #8f8d8c;
  position: absolute;
  left: 0;
  bottom: -2px;
}

header.main-header .header-list-wrapper > li.activee:hover {
  border-bottom: 0;
}

header.main-header .header-list-wrapper > li.activee:hover::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #8f8d8c;
  position: absolute;
  left: 0;
  bottom: -2px;
}

@media only screen and (max-width: 991px) {
  header.main-header .header-list-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  header.main-header > .btn-book {
    display: none;
  }
}

header.main-header.menu-active {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}

.sidebar-wrapper .header-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 16px;
  position: fixed;
  top: 57px;
  left: 16px;
  z-index: 545;
  background-color: #FFF;
  border-radius: 32px;
  padding-right: 0;
  -webkit-box-shadow: 0 3px 10px #ddd;
          box-shadow: 0 3px 10px #ddd;
  padding-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sidebar-wrapper .header-list-wrapper.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 992px) {
  .sidebar-wrapper .header-list-wrapper {
    display: none !important;
  }
}

.sidebar-wrapper .header-list-wrapper > li {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 5px;
}

.sidebar-wrapper .header-list-wrapper > li a {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000;
  letter-spacing: 1.28px;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 15px;
}

.sidebar-wrapper .header-list-wrapper > li a img {
  width: 28px;
  height: 28px;
  margin-right: 24px;
  margin-bottom: 10px;
}

.sidebar-wrapper .header-list-wrapper > li a .link-title {
  width: 100%;
  border-bottom: 1px solid #7070701a;
  padding-bottom: 10px;
  padding-right: 30px;
}

.sidebar-wrapper .header-list-wrapper > li a .link-title.soon {
  color: gray;
}

.sidebar-wrapper .header-list-wrapper > li:last-of-type {
  margin-right: 0;
}

.sidebar-wrapper .header-list-wrapper > li:last-of-type p {
  border-bottom: 0 !important;
}

.ui.left.sidebar, .ui.right.sidebar {
  width: 90vw;
}

footer.main-footer .divider {
  width: 70vw;
  margin: 30px auto;
}

@media only screen and (max-width: 991px) {
  footer.main-footer .divider {
    display: none;
  }
}

footer.main-footer .footer-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5vw;
}

@media only screen and (max-width: 767px) {
  footer.main-footer .footer-content-wrapper {
    padding: 0 20px;
  }
}

footer.main-footer .footer-content-wrapper .footer-content-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.main-footer .footer-content-wrapper .footer-content-first p {
  font-size: 21px;
  margin-left: 20px;
  font-weight: normal;
}

footer.main-footer .footer-content-wrapper .footer-content-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

footer.main-footer .footer-content-wrapper .footer-content-second .social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5vw;
}

footer.main-footer .footer-content-wrapper .footer-content-second .social-holder > a {
  margin-right: 16px;
}

footer.main-footer .footer-content-wrapper .footer-content-second .social-holder > a:last-of-type {
  margin-right: 0;
}

footer.main-footer .footer-content-wrapper .footer-content-second .social-holder img {
  width: 70px;
  height: 70px;
}

footer.main-footer .footer-content-wrapper .subscript-form, footer.main-footer .footer-content-wrapper .subscript-2-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.main-footer .footer-content-wrapper .subscript-form .field, footer.main-footer .footer-content-wrapper .subscript-2-form .field {
  margin-bottom: 0 !important;
  height: 45px;
}

@media only screen and (max-width: 991px) {
  footer.main-footer .footer-content-wrapper .subscript-form .field, footer.main-footer .footer-content-wrapper .subscript-2-form .field {
    width: auto;
  }
}

footer.main-footer .footer-content-wrapper .subscript-form .field input, footer.main-footer .footer-content-wrapper .subscript-2-form .field input {
  border-color: #000000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 45px;
}

footer.main-footer .footer-content-wrapper .subscript-form .submit-btn, footer.main-footer .footer-content-wrapper .subscript-2-form .submit-btn {
  width: 70px;
  height: 45px;
  background-color: #707070;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  margin-left: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  footer.main-footer .footer-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
  footer.main-footer .footer-content-wrapper .footer-content-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  footer.main-footer .footer-content-wrapper .footer-content-second .social-holder {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-web {
    display: none !important;
  }
}

footer.main-footer .footer-content-wrapper.footer-content-wrapper-res {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .footer-content-second {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .social-holder {
    width: 80%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-form .submit-btn, footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-2-form .submit-btn {
    width: 35px;
    height: 25px;
    font-size: 12px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .footer-content-first {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .footer-content-first p {
    font-size: 6px;
    margin-left: 4px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-form .field, footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-2-form .field {
    height: 23px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-form .field input, footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-2-form .field input {
    width: 120px;
    height: 23px;
    font-size: 8px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-form .field input:-moz-placeholder, footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-2-form .field input:-moz-placeholder {
    font-size: 8px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-form .field input::-moz-placeholder, footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-2-form .field input::-moz-placeholder {
    font-size: 8px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-form .field input:-ms-input-placeholder, footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-2-form .field input:-ms-input-placeholder {
    font-size: 8px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-form .field input::-webkit-input-placeholder, footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscript-2-form .field input::-webkit-input-placeholder {
    font-size: 8px;
  }
  footer.main-footer .footer-content-wrapper.footer-content-wrapper-res .subscribe-label {
    font-size: 10px;
    top: -18px;
  }
}

.discover--slider {
  width: 100%;
  margin-bottom: 6.5vw;
  height: 520px;
}

.discover--slider .slick-list {
  height: 100%;
  z-index: 5;
}

.discover--slider .slick-list .slick-track {
  height: 100%;
}

.discover--slider .discover--slider-img {
  margin: 0px 20px;
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

@media only screen and (max-width: 767px) {
  .discover--slider .discover--slider-img {
    margin: 0px 7px;
  }
}

.discover--slider .discover--slider-img.slick-active {
  opacity: 1;
}

.discover--slider .discover--slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.discover--slider .discover--slider-img:hover {
  opacity: 1;
}

.discover--slider .slick-next {
  right: calc(25vw - 10px);
  display: none !important;
}

.discover--slider .slick-prev {
  left: calc(25vw - 10px);
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .discover--slider {
    height: 35vh;
  }
}

.slider-hero-wrapper {
  height: 75vh;
  max-height: 550px;
}

.slider-hero-wrapper .slider-wrapper {
  height: 100%;
}

.slider-hero-wrapper .slider-wrapper .slick-track {
  height: 100%;
}

.slider-hero-wrapper .slider-wrapper .slick-list {
  height: 100%;
}

.slider-hero-wrapper .slider-wrapper .slider-wrapper--img {
  margin: 0px 20px;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .slider-hero-wrapper .slider-wrapper .slider-wrapper--img {
    margin: 0px 7px;
  }
}

.slider-hero-wrapper .slider-wrapper .slider-wrapper--img.slick-active {
  opacity: 1;
}

.slider-hero-wrapper .slider-wrapper .slider-wrapper--img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slider-hero-wrapper .slider-wrapper .slider-wrapper--img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.slider-hero-wrapper .slider-wrapper--img img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .slider-hero-wrapper {
    height: 40vh;
    max-height: 300px;
  }
}

.home-wrapper {
  min-height: 100%;
}

.home-content .home-hero {
  height: calc(100vh - 80px);
  min-height: 500px;
  position: relative;
}

.home-content .home-hero .hero--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .home-content .home-hero .hero--img {
    width: 140%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: -60px;
  }
}

.home-content .home-hero h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 4.5vw;
  font-size: 52px;
  position: absolute;
  top: 50%;
  left: 63%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 44vw;
  min-height: 220px;
}

@media only screen and (max-width: 991px) {
  .home-content .home-hero h1 {
    font-size: 41px;
    min-width: 70vw;
    min-height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .home-content .home-hero h1 {
    zoom: 0.6;
    min-height: 200px;
    min-width: 280px;
    left: 60%;
    font-size: 40px;
    margin-top: 20px;
    font-size: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .home-content .home-hero {
    height: auto;
    min-height: auto;
  }
}

.home-content .home-story-wrapper {
  height: 100vh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home-content .home-story-wrapper {
    height: auto;
    min-height: auto;
  }
}

.home-content .home-story-wrapper .content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eaeaea;
  padding: 40px 15vw;
}

@media only screen and (max-width: 991px) {
  .home-content .home-story-wrapper .content-holder {
    padding: 0;
    padding-bottom: 5px;
    background-color: #fff;
  }
}

.home-content .home-story-wrapper .content-holder h2 {
  font-size: 4vw;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 8vw;
  line-height: 1;
}

.home-content .home-story-wrapper .content-holder p {
  font-size: 28px;
}

.home-content .home-story-wrapper .content-holder a {
  font-size: 28px;
  color: #3873ee;
  display: block;
  margin-top: 12px;
  cursor: pointer;
  text-decoration: underline;
}

.home-content .home-story-wrapper .content-holder a img {
  margin-left: 4px;
}

@media only screen and (max-width: 991px) {
  .home-content .home-story-wrapper .content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-content .home-story-wrapper .content-holder h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .home-content .home-story-wrapper .content-holder p {
    font-size: 21px;
    margin-bottom: 5px;
    padding: 22px;
    background-color: #eaeaea;
    text-align: center;
  }
}

.home-content .products-grid-wrapper {
  padding: 0 5vw;
  height: 100vh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper {
    height: auto;
    min-height: auto;
    padding: 50px 24px 40px 24px;
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.home-content .products-grid-wrapper .products-grid-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(120px, 130px))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(120px, 130px));
  gap: 20px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper .products-grid-holder {
    display: block;
  }
  .home-content .products-grid-wrapper .products-grid-holder .slick-next {
    right: -16px;
    z-index: 5;
  }
  .home-content .products-grid-wrapper .products-grid-holder .slick-prev {
    left: -13px;
    z-index: 5;
  }
}

.home-content .products-grid-wrapper .product-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-content .products-grid-wrapper .product-holder .img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  cursor: pointer;
}

.home-content .products-grid-wrapper .product-holder .product-icon-img {
  width: 20px;
  position: absolute;
  right: 27px;
  top: -4px;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper .product-holder .product-icon-img {
    right: 17px;
  }
}

.home-content .products-grid-wrapper .product-holder .product--img {
  width: 110px;
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper .product-holder .product--img {
    margin-left: 10px;
  }
}

.home-content .products-grid-wrapper .product-holder h6 {
  font-size: 20px;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper .product-holder h6 {
    font-size: 16px;
    font-weight: bold;
    margin-top: -10px;
    padding-left: 20px;
  }
}

.home-content .products-grid-wrapper .product-holder .soon {
  opacity: 0;
  color: gray;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper .product-holder .soon {
    margin-top: 0;
  }
}

.home-content .products-grid-wrapper .product-holder:hover .product-icon-img {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-content .products-grid-wrapper .product-holder:hover .mini-icon {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-content .products-grid-wrapper .product-holder:hover .soon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-content .products-grid-wrapper .product-holder .mini-icon {
  width: 36px;
  max-height: 37px;
  margin-top: 10px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper .product-holder {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper {
    display: none;
  }
}

.home-content .products-grid-wrapper.products-grid-wrapper-res {
  display: none;
}

@media only screen and (max-width: 991px) {
  .home-content .products-grid-wrapper.products-grid-wrapper-res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-content .contact-us-wrapper {
  position: relative;
  height: 100vh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 991px) {
  .home-content .contact-us-wrapper {
    width: 90%;
    margin: auto;
    height: auto;
    min-height: auto;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home-content .contact-us-wrapper h2 {
  font-size: 45px;
  font-family: Montserrat;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10vh;
}

@media only screen and (max-width: 991px) {
  .home-content .contact-us-wrapper h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.home-content .contact-us-wrapper .contact-us-form .ui.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  zoom: 1.2;
}

.home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper > .inputs-group-wrapper:first-of-type {
  margin-right: 40px;
}

.home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper textarea {
  height: 130px;
  resize: none;
}

@media only screen and (max-width: 991px) {
  .home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper > .inputs-group-wrapper {
    margin: 0 !important;
    width: 50%;
  }
  .home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper > .inputs-group-wrapper .input-group {
    width: 100% !important;
    margin: 0 !important;
  }
  .home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper > .inputs-group-wrapper .input-group .field {
    width: 100%;
    margin-bottom: 10px !important;
    height: 30px !important;
  }
  .home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper > .inputs-group-wrapper .input-group .field.custom-margin {
    height: 70px !important;
  }
  .home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper > .inputs-group-wrapper .input-group .field input {
    height: 30px !important;
  }
  .home-content .contact-us-wrapper .contact-us-form .ui.form .form-body-wrapper > .inputs-group-wrapper:first-of-type {
    margin-right: 16px !important;
  }
}

.home-content .contact-us-wrapper .contact-us-form .ui.form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #666666;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.47px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  border: none;
}

@media only screen and (max-width: 767px) {
  .home-content .contact-us-wrapper .contact-us-form .ui.form .submit-btn {
    font-size: 7px;
    height: 30px;
  }
}

.home-content .pepks-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home-content .pepks-wrapper {
    height: auto;
    min-height: auto;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-content .pepks-wrapper .pepks-title {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.home-content .pepks-wrapper .pepks-content-holder {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.home-content .pepks-wrapper .pepks-content-holder .pepks-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-content .pepks-wrapper .pepks-content-holder .pepks-card img {
  width: 100px;
  height: 100px;
  margin-bottom: 3vw;
}

.home-content .pepks-wrapper .pepks-content-holder .pepks-card p {
  height: 35vh;
  min-height: 170px;
  text-align: center;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eaeaea;
  font-size: 28px;
}

@media only screen and (max-width: 991px) {
  .home-content .pepks-wrapper .pepks-content-holder .pepks-card img {
    width: 45px;
    height: 45px;
    margin-left: 30px;
  }
  .home-content .pepks-wrapper .pepks-content-holder .pepks-card p {
    height: auto;
    min-height: auto;
    font-size: 20px;
    padding: 16px 30px;
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .home-content .pepks-wrapper .pepks-content-holder .pepks-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #eaeaea;
  }
}

@media only screen and (max-width: 991px) {
  .home-content .pepks-wrapper .pepks-content-holder {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding-bottom: 0;
  }
}

.arrow-down-holder {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.arrow-down-holder:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@media only screen and (max-width: 991px) {
  .arrow-down-holder {
    display: none !important;
  }
}

.scroll-anim-holder {
  position: relative;
  min-height: 50px;
  overflow: hidden;
}

.scroll-anim-holder.anim-start .word-last {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 991px) {
  .show-video-btn {
    display: none !important;
  }
}

.slider-wheel {
  height: 50px;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
}

.slider-wheel > span {
  display: block;
  height: 50px;
  height: 80px;
  line-height: 80px;
}

@media only screen and (max-width: 767px) {
  .slider-wheel {
    height: 50px;
    line-height: 50px;
  }
  .slider-wheel > span {
    height: 50px;
    line-height: 50px;
    padding: 5px 0;
  }
}

.slider-wheel {
  display: none;
}

.slider-wheel.active {
  display: block;
}

.slider-wheel.active .slider-text1 {
  -webkit-animation: slide 7s linear infinite;
          animation: slide 7s linear infinite;
}

@media only screen and (max-width: 767px) {
  .slider-wheel.active .slider-text1 {
    -webkit-animation: slideMQ 7s linear infinite;
            animation: slideMQ 7s linear infinite;
  }
}

@-webkit-keyframes slide {
  0% {
    margin-top: -500px;
  }
  5% {
    margin-top: -400px;
  }
  20% {
    margin-top: -320px;
  }
  30% {
    margin-top: -320px;
  }
  40% {
    margin-top: -240px;
  }
  50% {
    margin-top: -240px;
  }
  60% {
    margin-top: -160px;
  }
  70% {
    margin-top: -160px;
  }
  80% {
    margin-top: -80px;
  }
  90% {
    margin-top: -80px;
  }
  95% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes slide {
  0% {
    margin-top: -500px;
  }
  5% {
    margin-top: -400px;
  }
  20% {
    margin-top: -320px;
  }
  30% {
    margin-top: -320px;
  }
  40% {
    margin-top: -240px;
  }
  50% {
    margin-top: -240px;
  }
  60% {
    margin-top: -160px;
  }
  70% {
    margin-top: -160px;
  }
  80% {
    margin-top: -80px;
  }
  90% {
    margin-top: -80px;
  }
  95% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

@-webkit-keyframes slideMQ {
  0% {
    margin-top: -300px;
  }
  5% {
    margin-top: -250px;
  }
  20% {
    margin-top: -200px;
  }
  30% {
    margin-top: -200px;
  }
  40% {
    margin-top: -150px;
  }
  50% {
    margin-top: -150px;
  }
  60% {
    margin-top: -100px;
  }
  70% {
    margin-top: -100px;
  }
  80% {
    margin-top: -50px;
  }
  90% {
    margin-top: -50px;
  }
  95% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes slideMQ {
  0% {
    margin-top: -300px;
  }
  5% {
    margin-top: -250px;
  }
  20% {
    margin-top: -200px;
  }
  30% {
    margin-top: -200px;
  }
  40% {
    margin-top: -150px;
  }
  50% {
    margin-top: -150px;
  }
  60% {
    margin-top: -100px;
  }
  70% {
    margin-top: -100px;
  }
  80% {
    margin-top: -50px;
  }
  90% {
    margin-top: -50px;
  }
  95% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

.heater-main {
  padding-top: 20px;
  padding-bottom: 2vw;
}

.heater-main .heater--slider {
  height: 50vh;
}

.heater-main .heater--slider .slick-list {
  height: 100%;
}

.heater-main .heater--slider .slick-list .slick-track {
  height: 100%;
}

.heater-main .heater--slider .slick-list .slick-track .heater--slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater--slider {
    height: 50vh;
  }
}

.heater-main .heater-hero-wrapper {
  position: relative;
}

.heater-main .heater-hero-wrapper .bg-gray-overlay {
  top: auto;
  bottom: -20px;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-hero-wrapper .bg-gray-overlay {
    display: block;
    min-height: auto;
    height: 24vh;
    top: 15vh;
  }
}

.heater-main .heater-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
  margin-bottom: 40px;
  padding: 0 5vw;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0;
  }
}

@media only screen and (max-width: 767px) {
  .heater-main .heater-header {
    padding: 0 20px;
  }
}

.heater-main .heater-header h1 {
  font-size: 2.2vw;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E54F19;
}

.heater-main .heater-header h1 img {
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-header h1 img {
    margin-right: 20px;
    width: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-header h1 {
    font-size: 22px;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}

.heater-main .heater-header .heater-title-slider {
  font-size: 28px;
  color: #000000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heater-main .heater-header .heater-title-slider > h6 {
  font-size: 28px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin-right: 30px;
  cursor: pointer;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-header .heater-title-slider > h6 {
    font-size: 16px;
  }
}

.heater-main .heater-header .heater-title-slider > h6.active, .heater-main .heater-header .heater-title-slider > h6:hover {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #E54F19;
}

.heater-main .heater-header .heater-title-slider > h6.active:after, .heater-main .heater-header .heater-title-slider > h6:hover:after {
  width: 50%;
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.heater-main .heater-header .heater-title-slider > h6:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background-color: #E54F19;
  margin-top: 20px;
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-header .heater-title-slider > h6:after {
    margin-top: 10px;
  }
}

.heater-main .heater-header .heater-title-slider > h6:last-of-type {
  margin-right: 0;
}

.heater-main h4.divider {
  font-size: 2.2vw;
  font-family: Montserrat;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 0 5vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heater-main h4.divider:after, .heater-main h4.divider::before {
  content: "" !important;
  background: none !important;
  border: 1px solid #E54F19;
  height: 1px !important;
}

@media only screen and (max-width: 991px) {
  .heater-main h4.divider {
    font-size: 22px;
    padding: 0 30px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1440px) {
  .heater-main h4.divider {
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
}

.heater-main h4.divider span {
  display: none;
  padding: 0 60px;
}

@media only screen and (max-width: 767px) {
  .heater-main h4.divider span {
    padding: 0 20px;
  }
}

.heater-main h4.divider span.active {
  display: block;
}

.heater-main .heater-work--content {
  padding: 3vw 0;
  background-color: #EAEAEA;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-work--content {
    padding-top: 25px;
  }
}

.heater-main .heater-work--content .heater-work--content-section {
  display: none;
  padding: 0 14vw;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-work--content .heater-work--content-section {
    padding: 0 6vw;
  }
}

.heater-main .heater-work--content .heater-work--content-section > p {
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-work--content .heater-work--content-section > p {
    font-size: 17px;
  }
}

.heater-main .heater-work--content .heater-work--content-section .liters-grid-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (350px)[3];
      grid-template-columns: repeat(3, 350px);
  gap: 40px 30px;
  margin-top: 2.5vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heater-main .heater-work--content .heater-work--content-section .liters-grid-holder p {
  font-size: 30px;
  text-align: center;
}

.heater-main .heater-work--content .heater-work--content-section .liters-grid-holder p strong {
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-work--content .heater-work--content-section .liters-grid-holder p {
    font-size: 17px;
  }
}

.heater-main .heater-work--content .heater-work--content-section .liters-grid-holder img {
  margin-right: 20px;
  width: 32px;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-work--content .heater-work--content-section .liters-grid-holder img {
    width: 24px;
  }
}

.heater-main .heater-work--content .heater-work--content-section .liters-grid-holder.two-col {
  -ms-grid-columns: (350px)[2];
      grid-template-columns: repeat(2, 350px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 991px) {
  .heater-main .heater-work--content .heater-work--content-section .liters-grid-holder {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
    margin-top: 30px;
  }
}

.heater-main .heater-work--content .heater-work--content-section.active {
  display: block;
}

.pergola-main {
  padding: 3vw 5vw;
}

@media only screen and (max-width: 767px) {
  .pergola-main {
    padding: 4vw 20px;
  }
}

.margin-over-cut {
  margin-left: -5vw;
  margin-right: -5vw;
}

@media only screen and (max-width: 767px) {
  .margin-over-cut {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.pergola-hero-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}

.pergola-hero-grid > div {
  border-radius: 30px;
}

.pergola-hero-grid > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.pergola-hero-grid .hero-grid-card-1 {
  grid-column: span 2;
  grid-row: span 2;
  max-height: 70vh;
}

@media only screen and (max-width: 991px) {
  .pergola-hero-grid .hero-grid-card-1 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media only screen and (max-width: 991px) {
  .pergola-hero-grid {
    grid-auto-rows: 190px;
  }
}

.pergola-hero-grid .parking--img {
  display: none;
}

.pergola-hero-grid.parking-active .parking--img {
  display: block;
}

.pergola-hero-grid.parking-active .parking--img + img {
  display: none;
}

@media only screen and (max-width: 991px) {
  .products-work--header {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin: 30px 0 !important;
  }
  .products-work--header h1 {
    margin-bottom: 0 !important;
    font-size: 14px !important;
  }
  .products-work--header h1 img {
    width: 22px !important;
    margin-right: 10px !important;
  }
}

.pergola-work-section .pergola-work--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
  margin-top: 60px;
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .pergola-work--header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pergola-work-section h1 {
  font-size: 2.2vw;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3A2868;
}

.pergola-work-section h1 img {
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .pergola-work-section h1 img {
    width: 36px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .pergola-work-section h1 {
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}

.pergola-work-section .pergola-tabs-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pergola-work-section .pergola-tabs-holder > h6 {
  font-size: 2vw;
  margin-right: 30px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pergola-work-section .pergola-tabs-holder > h6.active, .pergola-work-section .pergola-tabs-holder > h6:hover {
  color: #3A2868;
}

.pergola-work-section .pergola-tabs-holder > h6.active:after, .pergola-work-section .pergola-tabs-holder > h6:hover:after {
  width: 40px;
}

.pergola-work-section .pergola-tabs-holder > h6:last-of-type {
  margin-right: 0;
}

.pergola-work-section .pergola-tabs-holder > h6:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background-color: #3A2868;
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .pergola-tabs-holder > h6 {
    font-size: 16px;
  }
}

.pergola-work-section .pergola-tabs-holder.stations-tabs-holder > h6.active, .pergola-work-section .pergola-tabs-holder.stations-tabs-holder > h6:hover {
  color: #F97F05;
}

.pergola-work-section .pergola-tabs-holder.stations-tabs-holder > h6:after {
  background-color: #F97F05;
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .pergola-tabs-holder.stations-tabs-holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
  }
  .pergola-work-section .pergola-tabs-holder.stations-tabs-holder h6 {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }
}

.pergola-work-section h4.divider {
  font-size: 2.2vw;
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .pergola-work-section h4.divider {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1440px) {
  .pergola-work-section h4.divider {
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
}

.pergola-work-section .stations-divider span {
  display: none;
}

.pergola-work-section .stations-divider span.active {
  display: block;
}

.pergola-work-section .pergola-work--content {
  padding: 3vw 10vw;
  padding-bottom: 5vw;
  background-color: #EAEAEA;
  font-size: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .pergola-work-section .pergola-work--content {
    padding: 4vw 20px;
    padding-bottom: 6vw;
  }
}

.pergola-work-section .pergola-work--content .pergola-work--content__p-2 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .pergola-work--content {
    font-size: 16px;
  }
}

.pergola-work-section .pergola-work--content.stations-work--content .pergola-work--content__p {
  display: none;
}

.pergola-work-section .pergola-work--content.stations-work--content .pergola-work--content__p.active {
  display: block;
}

.pergola-work-section .pergola-work-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
}

.pergola-work-section .pergola-work-icons img {
  width: 90px;
  margin-right: 3.5vw;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pergola-work-section .pergola-work-icons img:last-of-type {
  margin-right: 0;
}

.pergola-work-section .pergola-work-icons img:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 1440px) {
  .pergola-work-section .pergola-work-icons img {
    width: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .pergola-work-icons img {
    width: 45px !important;
  }
  .pergola-work-section .pergola-work-icons img.installment-holder {
    width: 72px !important;
    margin-right: -20px !important;
  }
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .pergola-work-icons {
    margin-top: -25px !important;
  }
}

.pergola-work-section .pergola-work-icons.manag-work-icons {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: auto;
  margin-top: -60px;
}

.pergola-work-section .pergola-work-icons.manag-work-icons img {
  width: 110px;
}

.pergola-work-section .pergola-work-icons.manag-work-icons .mang-card-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.pergola-work-section .pergola-work-icons.manag-work-icons .mang-card-holder h6 {
  font-size: 1.4vw;
  font-family: Montserrat;
  font-weight: 500;
  text-transform: uppercase;
  color: #778EB2;
  margin-top: 20px;
  padding: 0 40px;
  font-size: 21px;
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .pergola-work-icons.manag-work-icons .mang-card-holder h6 {
    font-size: 10px;
    padding: 0 5px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .pergola-work-icons.manag-work-icons {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.pergola-work-section .energy-img img {
  width: 60%;
}

@media only screen and (max-width: 991px) {
  .pergola-work-section .energy-img {
    display: none;
  }
}

.stations-tabs-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 7vw;
}

.stations-tabs-img-list .tabs-img-holder {
  text-align: center;
}

.stations-tabs-img-list .tabs-img-holder svg {
  width: 70%;
  max-width: 200px;
  height: 100%;
}

.stations-tabs-img-list .tabs-img-holder.active svg {
  fill: #F97F05;
}

.stations-tabs-img-list svg {
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.stations-tabs-img-list svg:hover {
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  fill: #F97F05;
}

@media only screen and (max-width: 991px) {
  .stations-tabs-img-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 16px;
  }
}

@media only screen and (min-width: 1440px) {
  .lg-btn.order-now-btn {
    width: 285px !important;
    font-size: 23px !important;
    min-height: 60px !important;
  }
}

.stations-hero-wrapper .bg-gray-overlay {
  top: 40vh;
}

.product-speak {
  font-size: 31px;
}

@media only screen and (max-width: 991px) {
  .product-speak {
    font-size: 14px;
  }
}

.products-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
}

.products-slider-wrapper .products-slider-images {
  width: 50%;
}

.products-slider-wrapper .products-slider-images .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.products-slider-wrapper .products-slider-images .slick-next {
  right: -40px;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .products-slider-wrapper .products-slider-images .slick-next {
    right: -30px;
  }
}

.products-slider-wrapper .products-slider-images .slick-prev {
  left: -40px;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .products-slider-wrapper .products-slider-images .slick-prev {
    left: -30px;
  }
}

@media only screen and (max-width: 991px) {
  .products-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 16px;
  }
  .products-slider-wrapper .products-slider-images {
    width: 100%;
  }
  .products-slider-wrapper .products-slider-text {
    width: 100%;
  }
  .products-slider-wrapper .products-slider-text .products-text {
    padding: 20px 0;
  }
}

.products-slider-text {
  width: 50%;
}

.products-slider-text .slick-list, .products-slider-text .slick-track {
  height: 100%;
}

.products-slider-text .products-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 40px;
  padding-left: 100px;
}

.products-slider-text .products-text p {
  font-size: 28px;
  line-height: 1.6;
}

.products-slider-text .products-text h6 {
  margin-top: 8px;
  font-size: 35px;
}

@media only screen and (max-width: 1439px) {
  .products-slider-text .products-text p {
    font-size: 18px;
  }
  .products-slider-text .products-text h6 {
    font-size: 27px;
  }
}

.products-slider-text .slick-prev, .products-slider-text .slick-next {
  display: none !important;
}

.pepks-title {
  display: none;
}

@media only screen and (max-width: 991px) {
  .pepks-title {
    display: block;
  }
}

.installment-holder {
  width: 190px !important;
  margin-right: -55px !important;
}

.thank-modal {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: static !important;
}

.thank-modal p {
  font-size: 26px;
  color: #000;
}