/* [project]/indlayhimrav/public_html/node_modules/intl-tel-input/build/css/intlTelInput.css [app-client] (css) */
:root {
  --iti-hover-color: rgba(0, 0, 0, .05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../media/flags.896aaec2.webp");
  --iti-path-flags-2x: url("../media/flags@2x.46d6ca51.webp");
  --iti-path-globe-1x: url("../media/globe.401fe630.webp");
  --iti-path-globe-2x: url("../media/globe@2x.b29cece5.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  display: inline-block;
  position: relative;
}

.iti * {
  box-sizing: border-box;
}

.iti__a11y-text {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type="text"], .iti input.iti__tel-input[type="tel"] {
  z-index: 0;
  position: relative;
  margin: 0 !important;
}

.iti__country-container {
  padding: var(--iti-border-width);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.iti__selected-country {
  z-index: 1;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.iti__selected-country-primary {
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
  align-items: center;
  display: flex;
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
  width: 0;
  height: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  background-color: var(--iti-dropdown-bg);
  border-radius: 3px;
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  position: absolute;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.iti__search-input {
  border-width: 0;
  border-radius: 3px;
  width: 100%;
  padding-left: 30px;
  padding-right: 28px;
}

[dir="rtl"] .iti__search-input {
  padding-left: inherit;
  background-position: right 8px center;
  padding-right: 30px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.iti__search-input-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.iti__search-icon {
  pointer-events: none;
  display: flex;
  position: absolute;
  left: 8px;
}

[dir="rtl"] .iti__search-icon {
  left: auto;
  right: 8px;
}

.iti__search-icon-svg {
  stroke: var(--iti-search-icon-color);
  fill: none;
  stroke-width: 3px;
}

.iti__search-clear {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: background-color .15s;
  display: flex;
  position: absolute;
  right: 4px;
}

.iti__search-clear .iti__search-clear-x {
  stroke-width: 2px;
}

.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-search-icon-color);
}

[dir="rtl"] .iti__search-clear {
  left: 4px;
  right: auto;
}

.iti__search-clear:hover {
  background: var(--iti-hover-color);
  outline: none;
}

.iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}

.iti__no-results {
  text-align: center;
  padding: 30px 0;
}

.iti__country-list {
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

.iti__country {
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
  align-items: center;
  display: flex;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir="rtl"] .iti__country-list .iti__flag, [dir="rtl"] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has( + input[disabled])):not(:has( + input[readonly])) button.iti__selected-country {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has( + input[disabled])):not(:has( + input[readonly])) .iti__selected-country-primary:hover {
  background-color: var(--iti-hover-color);
}

.iti--allow-dropdown .iti__country-container:not(:has( + input[disabled])):not(:has( + input[readonly])) .iti__selected-country:has( + .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

.iti--container {
  z-index: 1060;
  padding: var(--iti-border-width);
  position: fixed;
  top: -1000px;
  left: -1000px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti--fullscreen-popup.iti--container {
  padding: var(--iti-mobile-popup-margin);
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.iti--fullscreen-popup .iti__dropdown-content {
  flex-direction: column;
  max-height: 100%;
  display: flex;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
  border-radius: 1px;
  box-shadow: 0 0 1px #888;
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  box-shadow: none;
  background-position: 100%;
  background-size: contain;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }

  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}

/* [project]/indlayhimrav/public_html/app/(frontend)/global.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--black);
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --labelfontbefore: 16px;
  --labelfontafter: 14px;
  --font: normal;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}

.form .form-group {
  --selectheight: var(--inputsize);
  flex: 0 100%;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  position: relative;
}

.form .form-group.active:after {
  width: 100%;
}

.form .form-group:before, .form .form-group:after {
  content: "";
  height: var(--borderwidth);
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group:before {
  background: var(--borderbefore);
}

.form .form-group:after {
  background: var(--borderafter);
  width: 0;
}

.form .form-group.border {
  --paddingleftright: 15px;
}

.form .form-group.border:before, .form .form-group.border:after {
  display: none;
}

.form .form-group.border input {
  border: 1px solid var(--text);
  border-radius: 5px;
}

.form .form-group.border label {
  background: var(--white);
}

.form .form-group label {
  font-weight: var(--font);
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  background: none;
  transition: all .3s;
  position: absolute;
}

.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize)  - var(--borderwidth));
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
}

.form .form-group input:focus, .form .form-group textarea:focus, .form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}

.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}

.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}

.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}

.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: rgba(0, 0, 0, 0);
}

.form .form-group textarea {
  height: var(--textareaheight);
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  padding-right: 15px;
  font-family: inherit;
  line-height: 1.2;
}

.form .form-group textarea::-webkit-scrollbar {
  background: none;
  width: 2px;
  height: 2px;
}

.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}

.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 15px;
}

.form .form-group textarea:focus, .form .form-group textarea.valid {
  height: calc(var(--textareaheight)  - 13px);
  outline: none;
  margin-top: 13px;
}

.form .form-group select:focus {
  outline: none;
}

.form .form-group select ~ label {
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: all .6s;
  position: absolute;
  translate: 0;
}

.form .form-group select.valid {
  color: var(--color);
}

.form .form-group select.valid ~ label {
  opacity: 1;
}

.form .form-group .error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.form .form-group.file-input input[type="file"] {
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize)  - var(--borderwidth));
  --filename: "Attach Resume*";
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url("/assets/icon/clip-gray.svg") no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: calc(var(--inputsize)  - var(--borderwidth));
  position: relative;
}

.form .form-group.file-input .file-name:before, .form .form-group.file-input .file-name:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  right: 0;
}

.form .form-group.file-input .file-name:before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize)  - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  text-overflow: ellipsis;
  background: none;
  width: 80%;
  overflow: hidden;
}

.form .form-group.file-input .file-name:after {
  content: "";
  background: var(--image);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  background-size: auto 50%;
  right: 0;
}

.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.checkbox-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.checkbox-full:has(input:checked) .check-span {
  background: var(--primary);
}

.checkbox-full:has(input:checked) .check-span:before {
  opacity: 1;
}

.checkbox-full input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-full .check-span {
  --size: 20px;
  height: var(--size);
  width: var(--size);
  pointer-events: none;
  background: #d9d9d9;
  border-radius: 5px;
  flex: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.checkbox-full .check-span:before {
  content: "";
  z-index: 2;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") 50% / 10px no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-full p {
  padding-left: 14px;
}

.radio-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.radio-full:has(input:checked) .check-span {
  background: var(--primary);
  outline-offset: -4px;
  outline: 2px solid var(--white);
  background: var(--primary);
}

.radio-full input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.radio-full .check-span {
  --size: 17px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 50%;
  flex: 0 auto;
  padding: 0;
  display: inline-block;
  position: relative;
}

.radio-full p {
  padding-left: 14px;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --headerpadding: 12px;
  --headerheight: 90px;
  --headerfixed: 70px;
  --mobilesearchbar: 45px;
  --arrow: 25px;
  --arrowsize: 20px;
  --triangle: 10px;
  --space: 11px;
  --footerstrip: 38px;
  --filterstrip: 42px;
  --elementhover: #003b95;
  --primary: #003b95;
  --secondary: #0355d1;
  --lightprime: #d6e6ff;
  --colortext: #000;
  --red: #ff2323;
  --green: #4ea95f;
  --sucgreen: green;
  --blue: #2773e5;
  --text: #666;
  --white: #fff;
  --black: #000;
  --gray: #efefef;
  --container: 1280px;
  --containerfluid: 10px;
  --gradient-a: linear-gradient(90deg, #006ce4 0%, #3691f6 100%);
  --gradient-b: linear-gradient(90deg, #3691f6 0%, #006ce4 100%);
}

@media only screen and (max-width: 768px) {
  :root {
    --headerheight: 80px;
    --headerfixed: 60px;
  }
}

.sec-head {
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sec-head {
    font-size: 18px;
  }
}

@media only screen and (max-width: 540px) {
  .sec-head {
    font-size: 16px;
    line-height: 1.5;
  }
}

.sec-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.sec-pad {
  padding: 60px 0 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad {
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad {
    padding: 30px 0 0;
  }
}

.sec-pad-all {
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad-all {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad-all {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad-all {
    padding: 30px 0;
  }
}

body::-webkit-scrollbar {
  background: var(--white);
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: none;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}

@media only screen and (max-width: 540px) {
  body {
    -webkit-tap-highlight-color: transparent;
  }
}

body.overflow-hidden {
  margin-right: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}

body.overflow-hidden header {
  width: calc(100% - 8px);
}

@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-optical-sizing: auto;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

body p, html p {
  color: var(--text);
  line-height: 1.2;
}

a[href] {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s;
}

a[href].logo {
  line-height: 0;
  display: block;
}

.view_all {
  color: var(--primary);
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .view_all {
    gap: 6px;
  }
}

.view_all img {
  width: 24px;
}

@media only screen and (max-width: 540px) {
  .view_all img {
    width: 20px;
  }
}

.view_all:hover svg, .view_all:hover img {
  transform: translateX(5px);
}

svg path {
  transition: all .5s;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}

@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }

  .container.container2 .heading {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  margin: 0 auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.17;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.05;
}

h3 {
  font-size: 36px;
  line-height: 1.06;
}

@media only screen and (max-width: 540px) {
  .heading {
    text-align: center;
  }
}

.heading.color h2 {
  font-size: 36px;
}

@media only screen and (max-width: 991px) {
  .heading.color h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.color h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.color h2 {
    font-size: 24px;
  }
}

.heading.color h2 {
  color: var(--primary);
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .heading.color h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.color h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.color h2 {
    font-size: 28px;
  }
}

.heading h2 {
  font-size: 22px;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .heading h2 {
    font-size: 20px;
  }
}

.heading.h-large h3, .heading.h-large h2 {
  font-size: 36px;
}

.heading.c-white h3, .heading.c-white h2 {
  color: var(--white);
}

.heading > p {
  margin-top: 10px;
}

h4 {
  font-size: 36px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.25;
}

@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

.grid {
  display: grid;
}

.span-2 {
  grid-column: span(2);
}

.inline-flex {
  --gap: 12px;
  align-items: center;
  gap: 0 var(--gap);
  display: inline-flex;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

button.remove, button.edit {
  text-transform: uppercase;
  font-size: 14px;
}

button.remove {
  color: var(--text);
}

.btn_wrap {
  align-items: center;
  gap: 15px;
  display: flex;
}

.tab-nav {
  cursor: default;
}

.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: rgba(0, 0, 0, 0);
}

.tab-nav-content {
  position: relative;
}

.tab-nav-content .tabs {
  transition: all .3s;
  transform: translateY(10px);
}

.tab-nav-content .tabs.active {
  transform: translateY(0);
}

.tab-nav-content .tabs:not(.active) {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateY(3%);
}

.item-md {
  position: relative;
}

.item-md:before, .item-md:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md figure, .item-md .figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.item-md figure img, .item-md figure video, .item-md .figure img, .item-md .figure video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.item-md figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md .link-md {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md.center-item figcaption {
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
}

.testimony_col:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
}

.testimony_col figcaption {
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
  bottom: 3%;
  translate: 0 3%;
}

.testimony_col figcaption .content h6, .testimony_col figcaption .content p {
  color: var(--white);
}

.testimony_col figcaption .content h6 {
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .testimony_col figcaption .content h6 {
    font-size: 22px;
  }
}

.testimony_col figcaption .content p {
  font-size: 14px;
}

.testimony_col figcaption .play-btn {
  --btnsize: 40px;
}

.product_col {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product_col:hover figure img, .product_col:hover .figure img {
  transform: scale(1);
}

.product_col:hover .hoverItem {
  transform: translateY(0);
}

.product_col figure, .product_col .figure {
  width: 100%;
  height: 100%;
  max-height: 500px;
  padding: 20px 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.product_col figure img, .product_col .figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: scale(.9);
}

.product_col figcaption {
  padding: 0 20px 30px;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption {
    padding: 0 10px 10px;
  }
}

.product_col figcaption h6 {
  padding: 0 20px 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption h6 {
    padding: 0 5px 5px;
  }
}

.product_col figcaption p {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption p {
    padding: 0 5px;
  }
}

.product_col .wislist {
  position: absolute;
  top: 3%;
  right: 5%;
  transform: translate(5%, -3%);
}

.product_col .hoverItem {
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.product_col .hoverItem a, .product_col .hoverItem button {
  text-align: center;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.2;
}

.product_col .hoverItem .enquireBtn {
  background: var(--black);
  color: var(--white);
}

@media only screen and (max-width: 540px) {
  .product_col .hoverItem .enquireBtn {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.product_col .hoverItem .viewDetails {
  background: var(--gray);
  color: var(--black);
}

@media only screen and (max-width: 540px) {
  .product_col .hoverItem .viewDetails {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.city_col {
  background: var(--white);
  text-align: center;
  border: 1px solid #aeaeae;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  transition: all .3s;
  display: block;
}

@media only screen and (max-width: 768px) {
  .city_col {
    padding: 10px;
  }
}

.city_col:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

.city_col:hover .cname, .city_col:hover .parks {
  color: var(--black);
}

.city_col img {
  width: 85px;
  height: 85px;
}

@media only screen and (max-width: 768px) {
  .city_col img {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 540px) {
  .city_col img {
    width: 60px;
    height: 60px;
  }
}

.city_col .cname {
  color: var(--text);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .city_col .cname {
    margin: 5px 0;
    font-size: 14px;
  }
}

.city_col .parks {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .city_col .parks {
    font-size: 12px;
  }
}

.category_col:before {
  z-index: 10;
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 10px;
}

.category_col:after {
  z-index: 10;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 10px;
}

.category_col:hover figure img {
  transform: scale(1.2);
}

.category_col figure {
  border-radius: 10px;
  height: 274px;
  position: relative;
}

.category_col figure video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.category_col figure img {
  transition: all 1s;
}

.category_col .wishlist {
  z-index: 50;
  position: absolute;
  top: 15px;
  right: 15px;
}

.category_col figcaption {
  z-index: 15;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
}

.category_col figcaption .top_sec {
  justify-content: space-between;
  align-items: center;
}

.category_col figcaption .top_sec p {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.category_col figcaption .lower_sec h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .category_col figcaption .lower_sec h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .category_col figcaption .lower_sec h3 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}

.category_col figcaption .lower_sec p {
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.industry_col {
  width: 100%;
}

.industry_col:hover figure .img_wrap img {
  transform: scale(1.2);
}

.industry_col figure {
  height: 195px;
  position: relative;
}

.industry_col figure:before, .industry_col figure:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.industry_col figure:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
}

.industry_col figure:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
}

.industry_col .img_wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.industry_col .img_wrap img, .industry_col .img_wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.industry_col .wishlist {
  z-index: 4;
  position: absolute;
  top: 15px;
  right: 15px;
}

.industry_col .img_content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.industry_col .img_content .top_sec {
  justify-content: space-between;
  align-items: center;
}

.industry_col .img_content .top_sec p {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.industry_col .img_content .lower_sec h3 {
  color: var(--white);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.industry_col .img_content .lower_sec p {
  color: var(--white);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.industry_col figcaption {
  background: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 25px 15px;
}

@media only screen and (max-width: 540px) {
  .industry_col figcaption {
    padding: 20px 15px;
  }
}

.industry_col figcaption > p {
  color: var(--text);
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}

.industry_col figcaption .distance {
  align-items: start;
  gap: 10px;
  padding: 20px 0;
  display: flex;
}

.industry_col figcaption .distance .dis_col {
  flex: 1;
}

.industry_col figcaption .distance .dis_col p, .industry_col figcaption .distance .dis_col span {
  color: var(--text);
  display: block;
}

.industry_col figcaption .distance .dis_col p {
  font-size: 14px;
  font-weight: 600;
}

.industry_col figcaption .distance .dis_col span {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}

.industry_col figcaption .btn_wrapper {
  align-items: center;
  gap: 10px;
  display: flex;
}

.industry_col figcaption .btn_wrapper .btn {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .industry_col figcaption .btn_wrapper .btn {
    --padding: 5px;
  }
}

.overlay {
  z-index: 6;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}

@media only screen and (max-width: 540px) {
  .overlay {
    display: none;
  }
}

.overlay.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.overlay2 {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: rgba(0, 0, 0, .7);
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .overlay2 {
    z-index: 2;
  }
}

@media only screen and (max-width: 675px) {
  .overlay2 {
    display: none;
  }
}

.overlay2.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.model {
  z-index: 7;
  background: var(--white);
  background-position: 0 80%;
  background-size: 75%;
  width: 100%;
  max-width: 435px;
  position: fixed;
  top: 0;
  bottom: 0;
}

.model .close:not(.btn) {
  position: absolute;
  top: 40px;
  right: 40px;
}

@media only screen and (max-width: 520px) {
  .model .close:not(.btn) {
    top: 20px;
    right: 20px;
  }
}

.model .close:not(.btn) path {
  stroke: var(--black);
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: all .5s;
}

.btn {
  --height: 34px;
  --padding: 18px;
  vertical-align: middle;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  text-transform: capitalize;
  color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--primary);
  z-index: 1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all .5s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--gradient-a);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--gradient-b);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn:before, .btn:after {
  z-index: -1;
  transition: all .5s;
}

.btn:after {
  opacity: 0;
}

@media only screen and (max-width: 540px) {
  .btn {
    --padding: 14px;
    font-size: 12px;
  }
}

.btn:hover:before {
  opacity: 0;
}

.btn:hover:after {
  opacity: 1;
}

.btn:hover path {
  fill: var(--primary);
}

.btn img {
  width: 24px;
  transition: all .3s;
}

.btn.btn-large, .btn.btn-medium {
  letter-spacing: 0;
  font-size: 16px;
}

.btn.w-100 {
  width: 100%;
}

.btn.btn-large {
  --height: 52px;
  --padding: 38px;
}

.btn.small {
  --height: 30px;
  --padding: 12px;
  font-size: 14px;
}

.btn.btn-medium {
  --height: 45px;
  --padding: 25px;
}

.btn.white-border {
  border: 1px solid var(--white);
  background: none;
}

.btn.white-border:before {
  background: none;
}

.btn.white-border:after {
  background: var(--white);
}

.btn.white-border:hover {
  color: var(--primary);
}

.btn.white-border:hover img {
  filter: invert();
}

.btn.color-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 25px;
}

.btn.color-border:before {
  background: none;
}

.btn.color-border:after {
  background: var(--primary);
}

.btn.color-border:hover {
  color: var(--white);
}

.btn.primary-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 5px;
}

.btn.primary-border:before {
  background: var(--white);
}

.btn.primary-border:after {
  background: var(--primary);
}

.btn.primary-border:hover {
  color: var(--white);
}

.btn.white {
  border: 1px solid var(--white);
  color: var(--black);
  background: none;
}

.btn.white:before {
  background: var(--white);
}

.btn.white:after {
  background: none;
}

.btn.white:hover {
  color: var(--white);
}

.btn.white:hover img {
  filter: invert();
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item)  - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
  display: grid;
}

.form-grid .full {
  grid-column: span var(--item);
}

.form-grid.form-2 {
  --item: 2;
}

.form-grid.form-3 {
  --item: 3;
}

.banner {
  position: relative;
}

.banner:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%), linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .bg {
  line-height: 0;
}

@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: calc(100vh - var(--headerheight));
  }
}

.banner .bg video, .banner .bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner .banner-wrapper {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}

.banner .banner-wrapper h1 {
  text-transform: uppercase;
  color: var(--white);
  font-family: Poppins;
  font-size: 48px;
  line-height: 1.28;
}

.banner .banner-wrapper .content p {
  color: var(--white);
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.23;
}

@media only screen and (max-width: 991px) {
  .banner .banner-wrapper .content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .banner .banner-wrapper .content p {
    font-size: 16px;
  }
}

.banner-banner .content h1 {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 32px;
  line-height: 1.1875;
}

.banner-banner .content p {
  color: var(--text);
  margin-top: 18px;
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}

.swiper-nav.no_bg .swiper-prev, .swiper-nav.no_bg .swiper-next {
  box-shadow: none;
  background: none;
}

.swiper-nav.no_bg .swiper-prev img, .swiper-nav.no_bg .swiper-prev svg, .swiper-nav.no_bg .swiper-next img, .swiper-nav.no_bg .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.white-border .swiper-prev, .swiper-nav.white-border .swiper-next {
  box-shadow: none;
  border: 1px solid var(--white);
  background: none;
}

.swiper-nav.white-border .swiper-prev img, .swiper-nav.white-border .swiper-prev svg, .swiper-nav.white-border .swiper-next img, .swiper-nav.white-border .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.white-border .swiper-prev img path, .swiper-nav.white-border .swiper-prev svg path, .swiper-nav.white-border .swiper-next img path, .swiper-nav.white-border .swiper-next svg path {
  stroke: var(--white);
}

.swiper-nav.center-full {
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.swiper-nav.group {
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  display: flex;
}

@media only screen and (max-width: 1152px) {
  .swiper-nav.group {
    gap: 0 8px;
  }
}

.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev, .swiper-next {
  background: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

@media only screen and (max-width: 540px) {
  .swiper-prev, .swiper-next {
    width: 30px;
    height: 30px;
  }
}

.swiper-prev img, .swiper-prev svg, .swiper-next img, .swiper-next svg {
  vertical-align: middle;
}

.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: .4;
}

.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 56px;
  --border: 2px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border: var(--border) solid var(--bordercolor);
  background: none;
  border-radius: 50%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}

@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}

.play-btn:before {
  content: "";
  background: var(--bordercolor);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 1.5s ease-out infinite pulse-border;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%)translateY(-50%);
}

@keyframes pulse-border {
  0% {
    opacity: .5;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
  }
}

.play-btn:after {
  content: "";
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.website-content > :first-child {
  margin-top: 0 !important;
}

.website-content > :last-child {
  margin-bottom: 0 !important;
}

.website-content h1 {
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h1 {
    font-size: 32px;
  }
}

.website-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h2 {
    font-size: 28px;
  }
}

.website-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h3 {
    font-size: 24px;
  }
}

.website-content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h4 {
    font-size: 20px;
  }
}

.website-content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .website-content h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h5 {
    font-size: 16px;
  }
}

.website-content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (max-width: 540px) {
  .website-content h6 {
    font-size: 16px;
  }
}

.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}

@media only screen and (max-width: 1336px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 30px 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 20px 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 15px 0;
  }
}

.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}

@media only screen and (max-width: 768px) {
  .website-content h5, .website-content h6 {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h5, .website-content h6 {
    margin: 10px 0;
  }
}

.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 540px) {
  .website-content p, .website-content li {
    font-size: 14px;
  }
}

.website-content p b, .website-content li b {
  color: var(--black);
  font-weight: 600;
}

.website-content p {
  padding-bottom: 10px;
}

.website-content a {
  color: var(--black);
}

.website-content a:hover {
  text-decoration: underline;
}

.website-content ul:not(.seo-loc-ser) {
  margin-bottom: 30px;
  padding-left: 18px;
}

@media only screen and (max-width: 675px) {
  .website-content ul:not(.seo-loc-ser) {
    padding-left: 10px;
  }
}

.website-content ul:not(.seo-loc-ser) li {
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 675px) {
  .website-content ul:not(.seo-loc-ser) li {
    padding-left: 20px;
  }
}

.website-content ul:not(.seo-loc-ser) li:not(:last-child) {
  margin-bottom: 6px;
}

.website-content ul:not(.seo-loc-ser) li:before {
  content: "";
  aspect-ratio: 1;
  background: var(--primary);
  border-radius: 50%;
  width: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media only screen and (max-width: 520px) {
  .website-content ul:not(.seo-loc-ser) li:before {
    width: 6px;
  }
}

.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}

.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}

.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.website-content .seo-loc-ser li {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}

.website-content .seo-loc-ser li:not(:last-child) {
  border-right: 1px solid var(--text);
  margin-right: 10px;
  padding-right: 10px;
}

.website-content .seo-loc-ser li a {
  color: var(--text);
  font-size: 14px;
  display: inline-block;
}

.website-content .seo-loc-ser li a:hover {
  color: var(--primary);
}

.website-content.website-content-white * {
  color: var(--white);
}

.website-content.website-content-white ul li:before {
  background: var(--white);
}

.website-content.website-content-small h2 {
  font-size: 28px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h2 {
    font-size: 22px;
  }
}

.website-content.website-content-small h3 {
  font-size: 26px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h3 {
    font-size: 20px;
  }
}

.website-content.website-content-small h4 {
  font-size: 22px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h4 {
    font-size: 18px;
  }
}

.website-content.website-content-small h5, .website-content.website-content-small h6 {
  font-size: 18px;
}

.website-content table thead {
  color: var(--black);
  background-color: rgba(102, 102, 102, .1);
}

.website-content table thead th {
  padding: 10px;
}

.website-content table tbody tr td {
  color: var(--text);
  padding: 5px 10px;
}

.seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
  margin: 40px 0 18px;
  font-size: 30px;
}

@media only screen and (max-width: 769px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    margin: 30px 0 18px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    margin: 25px 0 15px;
    font-size: 20px;
  }
}

.seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
  margin: 30px 0 15px;
}

@media only screen and (max-width: 769px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 25px 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 20px 0 12px;
  }
}

.container-fluid.slider-section .upper-sec .slider-nav {
  right: 3%;
  transform: translate(3%, -50%);
}

@media only screen and (max-width: 675px) {
  .slider-section .container {
    padding-right: 0;
  }
}

.slider-section .upper-sec {
  margin-bottom: 4rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .slider-section .upper-sec {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .slider-section .upper-sec {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 540px) {
  .slider-section .upper-sec {
    margin-bottom: 1.5rem;
  }
}

.slider-section .upper-sec .slider-nav {
  align-items: center;
  gap: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .slider-section .upper-sec .slider-nav {
    display: none;
  }
}

.slider-section .upper-sec .slider-nav .swiper-prev svg, .slider-section .upper-sec .slider-nav .swiper-prev img {
  transform: scaleX(-1);
}

.slider-section .upper-sec .heading {
  text-align: center;
}

.lctn {
  color: var(--text);
  --arrow: 20px;
  --space: 5px;
  padding-left: calc(var(--arrow)  + var(--space));
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.lctn:before {
  content: "";
  height: var(--arrow);
  width: var(--arrow);
  transform-origin: 100%;
  background-image: url("/assets/icon/location-gradient.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .5s;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.lctn.clndr {
  color: var(--white);
  --arrow: 17px;
  --space: 12px;
}

.lctn.clndr:before {
  background-image: url("/assets/icon/calender.svg");
}

.common-grid {
  grid-gap: 50px 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 991px) {
  .common-grid {
    grid-gap: 30px 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 675px) {
  .common-grid {
    grid-gap: 10px;
    grid-template-columns: 100%;
  }
}

.product-col {
  position: relative;
}

.product-col:before {
  content: "";
  opacity: 0;
  z-index: 1;
  background: #fff;
  width: 0;
  height: 86%;
  display: block;
  position: absolute;
  top: 7%;
  left: 0%;
  transform: skewX(-20deg);
  box-shadow: 0 0 55px 12px #fff;
}

.product-col:hover:before {
  animation: .4s linear shine;
}

.product-col .figure, .product-col figure {
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-col .figure .add-to, .product-col figure .add-to {
  text-align: right;
  opacity: 0;
  justify-content: end;
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-col .figure .add-to a, .product-col figure .add-to a {
  padding: 11px 20px;
  transition: all .5s;
  display: block;
}

.product-col .figure .add-to a svg, .product-col figure .add-to a svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.product-col .figure .add-to a.add2cart, .product-col figure .add-to a.add2cart {
  background-color: #13195f;
}

.product-col .figure .add-to a.add2cart:hover, .product-col figure .add-to a.add2cart:hover {
  background-color: #fff;
}

.product-col .figure .add-to a.add2cart:hover svg path, .product-col figure .add-to a.add2cart:hover svg path {
  fill: var(--primary);
}

.product-col .figure .add-to a.add2wish, .product-col figure .add-to a.add2wish {
  background-color: #030735;
}

.product-col .figure .add-to a.add2wish.active, .product-col figure .add-to a.add2wish.active {
  background-color: #fff;
}

.product-col .figure .add-to a.add2wish.active svg path, .product-col figure .add-to a.add2wish.active svg path {
  fill: var(--primary);
}

.product-col .figure .add-to a.add2wish:hover, .product-col figure .add-to a.add2wish:hover {
  background-color: #fff;
}

.product-col .figure .add-to a.add2wish:hover svg path, .product-col figure .add-to a.add2wish:hover svg path {
  stroke: var(--primary);
}

.product-col .figure img, .product-col figure img {
  -o-object-position: cover;
  object-position: cover;
  -o-object-position: top;
  object-position: top;
  transform-origin: 0 0;
  width: 100%;
  transition: all .5s;
}

.product-col figcaption {
  text-align: center;
  max-width: 305px;
  margin: 0 auto;
  padding: 18px 20px 0;
}

.product-col figcaption .pro_name {
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.product-col figcaption .price {
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.product-col figcaption .color-select-wrap {
  padding-bottom: 10px;
}

.product-col figcaption .color-select-wrap li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.product-col figcaption .color-select-wrap li:not(:last-child) {
  margin-right: 15px;
}

.product-col figcaption .color-select-wrap li:has(input:checked) span:before {
  opacity: 1;
}

.product-col figcaption .color-select-wrap li span {
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.product-col figcaption .color-select-wrap li span:before {
  content: "";
  opacity: 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -3px;
  left: -3px;
}

.product-col figcaption .color-select-wrap li input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col figcaption .color-select-wrap li input:checked ~ span:before, .product-col:hover .add-to {
  opacity: 1;
}

.product-col:hover .figure img, .product-col:hover figure img {
  transform: scale(1.1);
}

.product-col .wishlist-ico, .product-col-2 .wishlist-ico {
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 13px;
  right: 10px;
}

.product-col .wishlist-ico img, .product-col .wishlist-ico svg, .product-col-2 .wishlist-ico img, .product-col-2 .wishlist-ico svg {
  width: 15px;
  height: auto;
}

.product-col .wishlist-ico:hover, .product-col .wishlist-ico.is-active, .product-col-2 .wishlist-ico:hover, .product-col-2 .wishlist-ico.is-active {
  background: var(--primary);
}

.product-col .wishlist-ico:hover img, .product-col .wishlist-ico.is-active img, .product-col-2 .wishlist-ico:hover img, .product-col-2 .wishlist-ico.is-active img {
  filter: brightness(0) saturate() invert() sepia() saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
}

.product-col:hover .wishlist-ico, .product-col-2:hover .wishlist-ico {
  opacity: 1;
  pointer-events: all;
}

.product-col-2, .product-col-3 {
  position: relative;
}

.product-col-2:before, .product-col-3:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col-2 .figure, .product-col-2 figure, .product-col-3 .figure, .product-col-3 figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.product-col-2 .figure img, .product-col-2 figure img, .product-col-3 .figure img, .product-col-3 figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.product-col-2:before, .product-col-3:before {
  z-index: 1;
}

.product-col-2:hover .figure img, .product-col-2:hover figure img, .product-col-3:hover .figure img, .product-col-3:hover figure img {
  transform: scale(1.1);
}

.product-col-2 figcaption, .product-col-3 figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col-2:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.product-col-2 figcaption {
  text-align: center;
  padding: 0 2rem 46px;
}

.product-col-2 figcaption .prdt-nm, .product-col-2 figcaption .prd-price {
  color: var(--white);
  font-size: 18px;
  display: block;
}

.product-col-2 figcaption .prdt-nm {
  margin-bottom: 8px;
}

.product-col-3:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
}

.product-col-3:hover .figure img, .product-col-3:hover figure img {
  transform: scale(1.05);
}

.product-col-3 figure img, .product-col-3 .figure img {
  aspect-ratio: .9;
}

.product-col-3 figcaption {
  text-align: center;
  --btnheight: 36px;
  --titlepad: 30px;
  margin-bottom: 3.5rem;
  padding: 0 2rem;
  transition: all .5s;
}

.product-col-3 figcaption .ico {
  opacity: 0;
  margin-bottom: 20px;
  line-height: 0;
  transition: all .5s;
  transform: translateY(30px)scale(.4);
}

.product-col-3 figcaption h6 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 22px;
  line-height: 1.283;
  transition: all .6s;
}

.product-col-3 .xbjs {
  opacity: 0;
  transition: all .6s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(30px)scale(.9);
}

.product-col-3 .xbjs .btn {
  --height: var(--btnheight);
}

.product-col-3:hover {
  transform: translateY(0);
}

.product-col-3:hover figcaption .ico {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.product-col-3:hover figcaption h6 {
  padding-bottom: calc(var(--btnheight)  + var(--titlepad));
}

.product-col-3:hover figcaption .xbjs {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.gray-bg {
  background: var(--gray);
}

.gradient-head {
  text-transform: initial;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: var(--gradient-a);
  display: inline-block;
}

.whitetxt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  top: 50%;
  translate: 0 -50%;
  border: none !important;
}

.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-button:focus, html .ui-button.ui-state-disabled:hover:focus, html .ui-button.ui-state-disabled:active:focus {
  outline: none;
}

.ui-slider-horizontal {
  height: 2px;
  border: none !important;
}

.ui-widget-content {
  background: #cecece;
  border: none !important;
}

.ui-widget-header {
  background: var(--primary);
}

.no-data {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.kmr-select-wrap {
  --labelheight: 45px;
  --liheight: 34px;
  --boxsize: calc(var(--liheight)  - 14px);
  --arrowsize: 16px;
  --space: 11px;
  display: inline-block;
  position: relative;
}

.kmr-select-wrap .label {
  color: var(--black);
  height: var(--labelheight);
  line-height: var(--labelheight);
  background-image: url("/assets/icon/arrow-down-black.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: var(--arrowsize) auto;
  padding-right: calc(var(--arrowsize)  + var(--space));
  cursor: pointer;
  caret-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Poppins;
  font-size: 12px;
}

.kmr-select-wrap.active {
  --btn: 10px;
}

.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn {
  display: block;
}

.kmr-select-wrap.slt-rgt .kmr-select-menu {
  left: auto;
  right: 0;
}

.kmr-select-wrap.color-select .kmr-select-menu li .in-bx {
  border-color: #ccc;
  border-radius: 50%;
}

.kmr-select-wrap.price_select .kmr-select-menu {
  width: 325px;
  padding: 20px;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec {
  display: flex;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg {
  vertical-align: middle;
  width: 15px;
  height: auto;
  margin-left: 3px;
  display: inline-block;
}

.kmr-select-wrap.price_select .kmr-select-menu h6 {
  color: var(--black);
  flex: 1;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.kmr-select-wrap.price_select .product-range-slider-wrap {
  margin: 30px 0 40px;
}

.kmr-select-wrap.price_select .price-range-input-wrap {
  color: var(--text);
  align-items: center;
  gap: 18px;
  display: flex;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input {
  background: var(--white);
  height: 30px;
  color: var(--text);
  border: 1px solid #e0e0e0;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  display: flex;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input {
  width: 100%;
  color: var(--text);
  border: none;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus {
  outline: none;
}

.kmr-select-wrap .kmr-select-menu {
  z-index: 1;
  background: var(--white);
  width: 260px;
  max-height: 244px;
  padding: 20px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-track {
  box-shadow: none;
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 10px;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]) li .in-bx {
  border-radius: 50%;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]) li .in-bx:before {
  display: none;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]):has(input:checked) li .in-bx {
  outline: 5px solid var(--white);
  outline-offset: -10px;
}

.kmr-select-wrap .kmr-select-menu li {
  height: var(--liheight);
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  display: flex;
  position: relative;
}

.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx {
  background: var(--black);
  transition: all .4s;
}

.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx:before {
  opacity: 1;
}

.kmr-select-wrap .kmr-select-menu li .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: all;
  position: relative;
}

.kmr-select-wrap .kmr-select-menu li .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.kmr-select-wrap .kmr-select-menu li span {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.kmr-select-wrap .kmr-select-menu li input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .breadcrumps {
    display: none;
  }
}

.breadcrumps li {
  vertical-align: middle;
  display: inline-block;
}

.breadcrumps li a {
  color: var(--primary);
  font-size: 14px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li a {
    text-overflow: ellipsis;
    font-size: 12px;
  }
}

.breadcrumps li a.active {
  color: var(--text);
}

.breadcrumps li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 10px;
  }
}

.breadcrumps li:not(:last-child):before {
  content: ">";
  color: var(--text);
  font-family: monospace;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
}

.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 10px;
  }
}

[data-scrollTo] {
  cursor: pointer;
}

.fancybox__container {
  --fancybox-bg: var(--black);
}

.green-color {
  color: var(--green) !important;
}

.light-green {
  color: var(--green);
}

.red-color {
  color: var(--red) !important;
}

.orange-color {
  color: orange !important;
}

em {
  font-style: normal;
}

.mt-hdrfxd {
  margin-top: var(--headerfixed);
}

.mt-hdr {
  margin-top: var(--headerheight);
}

.w-full {
  width: 100%;
}

.disc {
  text-align: center;
  margin: 15px 0;
}

.disc p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.2;
  transition: all .5s;
}

.disc p a {
  transition: all .5s;
  color: var(--primary) !important;
}

.disc p a:hover {
  text-decoration: underline;
}

.check_term {
  margin: 15px 0;
}

.check_term .input_box {
  --boxsize: 15px;
  gap: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.check_term .input_box:has(input:checked) .in-bx {
  background: var(--primary);
  transition: all .4s;
}

.check_term .input_box:has(input:checked) .in-bx:before {
  opacity: 1;
}

.check_term .input_box input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.check_term .input_box .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: all;
  position: relative;
}

.check_term .input_box .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.check_term .input_box p {
  color: var(--text);
  flex: 1;
  font-size: 14px;
  line-height: 1;
}

.sm-block {
  display: none;
}

@media only screen and (max-width: 540px) {
  .sm-block {
    display: block;
  }
}

.md-block {
  display: none;
}

@media only screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

.sm-none {
  display: block;
}

@media only screen and (max-width: 540px) {
  .sm-none {
    display: none;
  }
}

.md-none {
  display: block;
}

@media only screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.bestSeller_slider_wrapper {
  z-index: 0;
  position: relative;
}

.bestSeller_slider_wrapper .container-fluid .btn_wrapper {
  text-align: center;
  margin-top: 50px;
}

.verify {
  color: red;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

@keyframes scroll {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(10px);
  }
}

.display-none {
  display: none;
}

.pos-rel {
  position: relative;
}

.wishlist svg {
  width: 30px;
}

.wishlist.added svg path {
  fill: var(--primary);
  stroke: var(--primary);
}

.compare_toggle {
  z-index: 2;
  transition: all .5s;
  position: fixed;
  bottom: 5%;
  right: 2%;
  transform: translateX(100%);
}

.compare_toggle.active {
  transform: translateX(0);
}

.compare_toggle .main_wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.compare_toggle .main_wrap.initial {
  display: none;
}

.compare_toggle .main_wrap.closed .compare_pro_wrap {
  transform: scale(0);
}

.compare_toggle .main_wrap .compare_pro_wrap {
  background: var(--white);
  transform-origin: 100% 100%;
  border-radius: 2px;
  align-items: center;
  gap: 10px;
  padding: 15px;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: scale(1);
  box-shadow: -1px -3px 8px rgba(99, 99, 99, .2);
}

.compare_toggle .main_wrap .compare_pro_wrap .closeCom {
  cursor: pointer;
  background: var(--white);
  z-index: 2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: -9%;
  right: -2%;
  box-shadow: 0 0 2px 3px #cecece;
}

.compare_toggle .main_wrap .compare_pro_wrap .closeCom svg {
  width: 17px;
  height: 17px;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro {
  width: 130px;
  position: relative;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image {
  border-radius: 5px;
  height: 75px;
  line-height: 0;
  overflow: hidden;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image img {
  height: 100%;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_name {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close {
  cursor: pointer;
  background: var(--white);
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  right: 2%;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close svg {
  width: 17px;
  height: 17px;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count {
  background: var(--primary);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 95px;
  padding: 10px;
  line-height: 1.2;
  display: flex;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.compare_toggle .main_wrap .remove_all {
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.compare_toggle .main_wrap .remove_all.active {
  opacity: 1;
  pointer-events: all;
}

.compare_toggle .main_wrap .compare_link {
  background: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.compare_toggle .main_wrap .compare_link .count {
  background: #175ac1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.phone-input .iti.iti--allow-dropdown {
  width: 100%;
}

.iti__search-icon {
  right: 8px;
  left: unset !important;
}

.iti__search-clear {
  background: var(--white) !important;
  border-radius: 50% !important;
}

.iti__search-clear .iti__search-clear-svg {
  width: 18px;
  height: 18px;
}

.iti__search-clear .iti__search-clear-bg {
  fill: var(--primary) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.text-black {
  color: var(--black) !important;
}

a.cta, .cta {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.mapWindow {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.showPass {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.back-to-top {
  z-index: 3;
  background: var(--primary);
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .6s;
  display: flex;
  position: fixed;
  bottom: 70px;
  right: 30px;
  transform: translateX(calc(100% + 30px));
}

@media only screen and (max-width: 769px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

.back-to-top:active {
  opacity: .8;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
}

.back-to-top.active {
  transform: translateX(0);
}

.back-to-top svg {
  width: 50%;
  height: auto;
  fill: var(--white);
}

/* [project]/indlayhimrav/public_html/uploads/styles/header/header.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--black);
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --labelfontbefore: 16px;
  --labelfontafter: 14px;
  --font: normal;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}

.form .form-group {
  --selectheight: var(--inputsize);
  flex: 0 100%;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  position: relative;
}

.form .form-group .error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.form .form-group .error.static {
  margin: 10px 0;
  position: static;
}

.form .form-group.active:after {
  width: 100%;
}

.form .form-group:before, .form .form-group:after {
  content: "";
  height: var(--borderwidth);
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group:before {
  background: var(--borderbefore);
}

.form .form-group:after {
  background: var(--borderafter);
  width: 0;
}

.form .form-group.border {
  --paddingleftright: 15px;
}

.form .form-group.border:before, .form .form-group.border:after {
  display: none;
}

.form .form-group.border input {
  border: 1px solid var(--text);
  border-radius: 5px;
}

.form .form-group label {
  font-weight: var(--font);
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  background: none;
  transition: all .3s;
  position: absolute;
}

.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize)  - var(--borderwidth));
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
}

.form .form-group input:focus, .form .form-group textarea:focus, .form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}

.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}

.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}

.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label, .form .form-group input.no-focus ~ label, .form .form-group textarea.no-focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}

.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: rgba(0, 0, 0, 0);
}

.form .form-group textarea {
  height: var(--textareaheight);
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  padding-right: 15px;
  font-family: inherit;
  line-height: 1.2;
}

.form .form-group textarea::-webkit-scrollbar {
  background: none;
  width: 2px;
  height: 2px;
}

.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}

.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 15px;
}

.form .form-group textarea:focus, .form .form-group textarea.valid {
  height: calc(var(--textareaheight)  - 13px);
  outline: none;
  margin-top: 13px;
}

.form .form-group select:focus {
  outline: none;
}

.form .form-group select ~ label {
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: all .6s;
  position: absolute;
  translate: 0;
}

.form .form-group select.valid {
  color: var(--color);
}

.form .form-group select.valid ~ label {
  opacity: 1;
}

.form .form-group.file-input input[type="file"] {
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize)  - var(--borderwidth));
  --filename: "Attach Resume*";
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url("/assets/icon/clip-gray.svg") no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: calc(var(--inputsize)  - var(--borderwidth));
  position: relative;
}

.form .form-group.file-input .file-name:before, .form .form-group.file-input .file-name:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  right: 0;
}

.form .form-group.file-input .file-name:before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize)  - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  text-overflow: ellipsis;
  background: none;
  width: 80%;
  overflow: hidden;
}

.form .form-group.file-input .file-name:after {
  content: "";
  background: var(--image);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  background-size: auto 50%;
  right: 0;
}

.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.checkbox-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.checkbox-full:has(input:checked) .check-span {
  background: var(--primary);
}

.checkbox-full:has(input:checked) .check-span:before {
  opacity: 1;
}

.checkbox-full input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-full .check-span {
  --size: 20px;
  height: var(--size);
  width: var(--size);
  pointer-events: none;
  background: #d9d9d9;
  border-radius: 5px;
  flex: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.checkbox-full .check-span:before {
  content: "";
  z-index: 2;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") 50% / 10px no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-full p {
  padding-left: 14px;
}

.radio-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.radio-full:has(input:checked) .check-span {
  background: var(--primary);
  outline-offset: -4px;
  outline: 2px solid var(--white);
  background: var(--primary);
}

.radio-full input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.radio-full .check-span {
  --size: 17px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 50%;
  flex: 0 auto;
  padding: 0;
  display: inline-block;
  position: relative;
}

.radio-full p {
  padding-left: 14px;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --headerpadding: 12px;
  --headerheight: 90px;
  --headerfixed: 70px;
  --mobilesearchbar: 45px;
  --arrow: 25px;
  --arrowsize: 20px;
  --triangle: 10px;
  --space: 11px;
  --footerstrip: 38px;
  --filterstrip: 42px;
  --elementhover: #003b95;
  --primary: #003b95;
  --secondary: #0355d1;
  --lightprime: #d6e6ff;
  --lightblue: #e9f1ff;
  --colortext: #000;
  --red: #ff2323;
  --green: #4ea95f;
  --sucgreen: green;
  --blue: #2773e5;
  --text: #666;
  --white: #fff;
  --black: #000;
  --gray: #efefef;
  --container: 1280px;
  --containerfluid: 10px;
  --gradient-a: linear-gradient(90deg, #006ce4 0%, #3691f6 100%);
  --gradient-b: linear-gradient(90deg, #3691f6 0%, #006ce4 100%);
}

@media only screen and (max-width: 768px) {
  :root {
    --headerheight: 80px;
    --headerfixed: 60px;
    --headerpadding: 8px;
  }
}

.sec-head {
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sec-head {
    font-size: 18px;
  }
}

@media only screen and (max-width: 540px) {
  .sec-head {
    font-size: 16px;
    line-height: 1.5;
  }
}

.sec-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.sec-pad {
  padding: 60px 0 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad {
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad {
    padding: 30px 0 0;
  }
}

.sec-pad-all {
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad-all {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad-all {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad-all {
    padding: 30px 0;
  }
}

body::-webkit-scrollbar {
  background: var(--white);
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: none;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}

@media only screen and (max-width: 540px) {
  body {
    -webkit-tap-highlight-color: transparent;
  }
}

body.overflow-hidden {
  margin-right: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}

body.overflow-hidden header {
  width: calc(100% - 8px);
}

@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-optical-sizing: auto;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

body p, html p {
  color: var(--text);
  line-height: 1.2;
}

a[href] {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s;
}

a[href].logo {
  line-height: 0;
  display: block;
}

.view_all {
  color: var(--primary);
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .view_all {
    gap: 6px;
  }
}

.view_all img {
  width: 24px;
}

@media only screen and (max-width: 540px) {
  .view_all img {
    width: 20px;
  }
}

.view_all:hover svg, .view_all:hover img {
  transform: translateX(5px);
}

svg path {
  transition: all .5s;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}

@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }

  .container.container2 .heading {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  margin: 0 auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.17;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.05;
}

h3 {
  font-size: 36px;
  line-height: 1.06;
}

@media only screen and (max-width: 540px) {
  .heading {
    text-align: center;
  }
}

.heading.color h2 {
  font-size: 36px;
}

@media only screen and (max-width: 991px) {
  .heading.color h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.color h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.color h2 {
    font-size: 24px;
  }
}

.heading.color h2 {
  color: var(--primary);
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .heading.color h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.color h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.color h2 {
    font-size: 28px;
  }
}

.heading h2 {
  font-size: 22px;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .heading h2 {
    font-size: 20px;
  }
}

.heading.h-large h3, .heading.h-large h2 {
  font-size: 36px;
}

.heading.c-white h3, .heading.c-white h2 {
  color: var(--white);
}

.heading > p {
  margin-top: 10px;
}

h4 {
  font-size: 36px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.25;
}

@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

.grid {
  display: grid;
}

.span-2 {
  grid-column: span(2);
}

.inline-flex {
  --gap: 12px;
  align-items: center;
  gap: 0 var(--gap);
  display: inline-flex;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

button.remove, button.edit {
  text-transform: uppercase;
  font-size: 14px;
}

button.remove {
  color: var(--text);
}

.btn_wrap {
  align-items: center;
  gap: 15px;
  display: flex;
}

.tab-nav {
  cursor: default;
}

.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: rgba(0, 0, 0, 0);
}

.tab-nav-content {
  position: relative;
}

.tab-nav-content .tabs {
  transition: all .3s;
  transform: translateY(10px);
}

.tab-nav-content .tabs.active {
  transform: translateY(0);
}

.tab-nav-content .tabs:not(.active) {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateY(3%);
}

.item-md {
  position: relative;
}

.item-md:before, .item-md:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md figure, .item-md .figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.item-md figure img, .item-md figure video, .item-md .figure img, .item-md .figure video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.item-md figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md .link-md {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md.center-item figcaption {
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
}

.testimony_col:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
}

.testimony_col figcaption {
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
  bottom: 3%;
  translate: 0 3%;
}

.testimony_col figcaption .content h6, .testimony_col figcaption .content p {
  color: var(--white);
}

.testimony_col figcaption .content h6 {
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .testimony_col figcaption .content h6 {
    font-size: 22px;
  }
}

.testimony_col figcaption .content p {
  font-size: 14px;
}

.testimony_col figcaption .play-btn {
  --btnsize: 40px;
}

.product_col {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product_col:hover figure img, .product_col:hover .figure img {
  transform: scale(1);
}

.product_col:hover .hoverItem {
  transform: translateY(0);
}

.product_col figure, .product_col .figure {
  width: 100%;
  height: 100%;
  max-height: 500px;
  padding: 20px 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.product_col figure img, .product_col .figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: scale(.9);
}

.product_col figcaption {
  padding: 0 20px 30px;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption {
    padding: 0 10px 10px;
  }
}

.product_col figcaption h6 {
  padding: 0 20px 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption h6 {
    padding: 0 5px 5px;
  }
}

.product_col figcaption p {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption p {
    padding: 0 5px;
  }
}

.product_col .wislist {
  position: absolute;
  top: 3%;
  right: 5%;
  transform: translate(5%, -3%);
}

.product_col .hoverItem {
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.product_col .hoverItem a, .product_col .hoverItem button {
  text-align: center;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.2;
}

.product_col .hoverItem .enquireBtn {
  background: var(--black);
  color: var(--white);
}

@media only screen and (max-width: 540px) {
  .product_col .hoverItem .enquireBtn {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.product_col .hoverItem .viewDetails {
  background: var(--gray);
  color: var(--black);
}

@media only screen and (max-width: 540px) {
  .product_col .hoverItem .viewDetails {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.city_col {
  background: var(--white);
  text-align: center;
  border: 1px solid #aeaeae;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  transition: all .3s;
  display: block;
}

@media only screen and (max-width: 768px) {
  .city_col {
    padding: 10px;
  }
}

.city_col:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

.city_col:hover .cname {
  color: var(--primary);
}

.city_col img {
  width: 85px;
  height: 85px;
}

@media only screen and (max-width: 768px) {
  .city_col img {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 540px) {
  .city_col img {
    width: 60px;
    height: 60px;
  }
}

.city_col .cname {
  color: var(--black);
  margin: 10px 0 3px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .city_col .cname {
    margin: 5px 0;
    font-size: 14px;
  }
}

.city_col .parks {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .city_col .parks {
    font-size: 12px;
  }
}

.category_col:before {
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 10px;
}

.category_col:after {
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 10px;
}

.category_col:hover figure img {
  transform: scale(1.2);
}

.category_col figure {
  border-radius: 10px;
  height: 274px;
  position: relative;
}

.category_col figure video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.category_col figure img {
  transition: all 1s;
}

.category_col .wishlist {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 15px;
}

.category_col figcaption {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
}

.category_col figcaption .top_sec {
  justify-content: space-between;
  align-items: center;
}

.category_col figcaption .top_sec p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.category_col figcaption .lower_sec h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .category_col figcaption .lower_sec h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .category_col figcaption .lower_sec h3 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}

.category_col figcaption .lower_sec p {
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.industry_col {
  width: 100%;
  height: 100%;
}

.industry_col:hover figure .img_wrap img {
  transform: scale(1.2);
}

.industry_col figure {
  height: 195px;
  position: relative;
}

.industry_col figure:before, .industry_col figure:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.industry_col figure:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
}

.industry_col figure:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
}

.industry_col .img_wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.industry_col .img_wrap img, .industry_col .img_wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.industry_col .wishlist {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 15px;
}

.industry_col .img_content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.industry_col .img_content .top_sec {
  justify-content: space-between;
  align-items: center;
}

.industry_col .img_content .top_sec p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.industry_col .img_content .lower_sec h3 {
  color: var(--white);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.industry_col .img_content .lower_sec p {
  color: var(--white);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.industry_col figcaption {
  background: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 25px 15px;
}

@media only screen and (max-width: 540px) {
  .industry_col figcaption {
    padding: 20px 15px;
  }
}

.industry_col figcaption > p {
  color: var(--text);
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}

.industry_col figcaption .distance {
  align-items: start;
  gap: 10px;
  padding: 20px 0;
  display: flex;
}

.industry_col figcaption .distance .dis_col {
  flex: 1;
}

.industry_col figcaption .distance .dis_col p, .industry_col figcaption .distance .dis_col span {
  color: var(--text);
  display: block;
}

.industry_col figcaption .distance .dis_col p {
  font-size: 14px;
  font-weight: 500;
}

.industry_col figcaption .distance .dis_col span {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}

.industry_col figcaption .btn_wrapper {
  align-items: center;
  gap: 10px;
  display: flex;
}

.industry_col figcaption .btn_wrapper .btn {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .industry_col figcaption .btn_wrapper .btn {
    --padding: 5px;
  }
}

.overlay {
  z-index: 6;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}

@media only screen and (max-width: 540px) {
  .overlay {
    display: none;
  }
}

.overlay.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.overlay2 {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: rgba(0, 0, 0, .7);
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .overlay2 {
    z-index: 2;
  }
}

@media only screen and (max-width: 675px) {
  .overlay2 {
    display: none;
  }
}

.overlay2.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.model {
  z-index: 7;
  background: var(--white);
  background-position: 0 80%;
  background-size: 75%;
  width: 100%;
  max-width: 435px;
  position: fixed;
  top: 0;
  bottom: 0;
}

.model .close:not(.btn) {
  position: absolute;
  top: 40px;
  right: 40px;
}

@media only screen and (max-width: 520px) {
  .model .close:not(.btn) {
    top: 20px;
    right: 20px;
  }
}

.model .close:not(.btn) path {
  stroke: var(--black);
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: all .5s;
}

.btn {
  --height: 34px;
  --padding: 18px;
  vertical-align: middle;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  text-transform: capitalize;
  color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--primary);
  z-index: 1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all .5s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--gradient-a);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--gradient-b);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn:before, .btn:after {
  z-index: -1;
  transition: all .5s;
}

.btn:after {
  opacity: 0;
}

@media only screen and (max-width: 540px) {
  .btn {
    --padding: 14px;
    font-size: 12px;
  }
}

.btn:hover:before {
  opacity: 0;
}

.btn:hover:after {
  opacity: 1;
}

.btn:hover path {
  fill: var(--primary);
}

.btn img {
  width: 24px;
  transition: all .3s;
}

.btn.btn-large, .btn.btn-medium {
  letter-spacing: 0;
  font-size: 16px;
}

.btn.w-100 {
  width: 100%;
}

.btn.btn-large {
  --height: 52px;
  --padding: 38px;
}

.btn.small {
  --height: 30px;
  --padding: 12px;
  font-size: 14px;
}

.btn.btn-medium {
  --height: 45px;
  --padding: 25px;
}

.btn.white-border {
  border: 1px solid var(--white);
  background: none;
}

.btn.white-border:before {
  background: none;
}

.btn.white-border:after {
  background: var(--white);
}

.btn.white-border:hover {
  color: var(--primary);
}

.btn.white-border:hover img {
  filter: invert();
}

.btn.color-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 25px;
}

.btn.color-border:before {
  background: none;
}

.btn.color-border:after {
  background: var(--primary);
}

.btn.color-border:hover {
  color: var(--white);
}

.btn.primary-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 5px;
}

.btn.primary-border:before {
  background: var(--white);
}

.btn.primary-border:after {
  background: var(--primary);
}

.btn.primary-border:hover {
  color: var(--white);
}

.btn.white {
  border: 1px solid var(--white);
  color: var(--black);
  background: none;
}

.btn.white:before {
  background: var(--white);
}

.btn.white:after {
  background: none;
}

.btn.white:hover {
  color: var(--white);
}

.btn.white:hover img {
  filter: invert();
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item)  - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
  display: grid;
}

.form-grid .full {
  grid-column: span var(--item);
}

.form-grid.form-2 {
  --item: 2;
}

.form-grid.form-3 {
  --item: 3;
}

.form-grid.form-4 {
  --item: 4;
}

.banner {
  position: relative;
}

.banner:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%), linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .bg {
  line-height: 0;
}

@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: calc(100vh - var(--headerheight));
  }
}

.banner .bg video, .banner .bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner .banner-wrapper {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}

.banner .banner-wrapper h1 {
  text-transform: uppercase;
  color: var(--white);
  font-family: Poppins;
  font-size: 48px;
  line-height: 1.28;
}

.banner .banner-wrapper .content p {
  color: var(--white);
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.23;
}

@media only screen and (max-width: 991px) {
  .banner .banner-wrapper .content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .banner .banner-wrapper .content p {
    font-size: 16px;
  }
}

.banner-banner .content h1 {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 32px;
  line-height: 1.1875;
}

.banner-banner .content p {
  color: var(--text);
  margin-top: 18px;
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}

.swiper-nav.no_bg .swiper-prev, .swiper-nav.no_bg .swiper-next {
  box-shadow: none;
  background: none;
}

.swiper-nav.no_bg .swiper-prev img, .swiper-nav.no_bg .swiper-prev svg, .swiper-nav.no_bg .swiper-next img, .swiper-nav.no_bg .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.white-border .swiper-prev, .swiper-nav.white-border .swiper-next {
  box-shadow: none;
  border: 1px solid var(--white);
  background: none;
}

.swiper-nav.white-border .swiper-prev img, .swiper-nav.white-border .swiper-prev svg, .swiper-nav.white-border .swiper-next img, .swiper-nav.white-border .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.white-border .swiper-prev img path, .swiper-nav.white-border .swiper-prev svg path, .swiper-nav.white-border .swiper-next img path, .swiper-nav.white-border .swiper-next svg path {
  stroke: var(--white);
}

.swiper-nav.primary-border .swiper-prev, .swiper-nav.primary-border .swiper-next {
  box-shadow: none;
  border: 1px solid var(--primary);
  background: none;
}

.swiper-nav.primary-border .swiper-prev img, .swiper-nav.primary-border .swiper-prev svg, .swiper-nav.primary-border .swiper-next img, .swiper-nav.primary-border .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.primary-border .swiper-prev img path, .swiper-nav.primary-border .swiper-prev svg path, .swiper-nav.primary-border .swiper-next img path, .swiper-nav.primary-border .swiper-next svg path {
  stroke: var(--primary);
}

.swiper-nav.center-full {
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.swiper-nav.group {
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  display: flex;
}

@media only screen and (max-width: 1152px) {
  .swiper-nav.group {
    gap: 0 8px;
  }
}

.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev, .swiper-next {
  background: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

@media only screen and (max-width: 540px) {
  .swiper-prev, .swiper-next {
    width: 30px;
    height: 30px;
  }
}

.swiper-prev img, .swiper-prev svg, .swiper-next img, .swiper-next svg {
  vertical-align: middle;
}

.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: .4;
}

.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 56px;
  --border: 2px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border: var(--border) solid var(--bordercolor);
  background: none;
  border-radius: 50%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}

@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}

.play-btn:before {
  content: "";
  background: var(--bordercolor);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 1.5s ease-out infinite pulse-border;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%)translateY(-50%);
}

@keyframes pulse-border {
  0% {
    opacity: .5;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
  }
}

.play-btn:after {
  content: "";
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.website-content > :first-child {
  margin-top: 0 !important;
}

.website-content > :last-child {
  margin-bottom: 0 !important;
}

.website-content h1 {
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h1 {
    font-size: 32px;
  }
}

.website-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h2 {
    font-size: 28px;
  }
}

.website-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h3 {
    font-size: 24px;
  }
}

.website-content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h4 {
    font-size: 20px;
  }
}

.website-content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .website-content h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h5 {
    font-size: 16px;
  }
}

.website-content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (max-width: 540px) {
  .website-content h6 {
    font-size: 16px;
  }
}

.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}

@media only screen and (max-width: 1336px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 30px 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 20px 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 15px 0;
  }
}

.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}

@media only screen and (max-width: 768px) {
  .website-content h5, .website-content h6 {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h5, .website-content h6 {
    margin: 10px 0;
  }
}

.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 540px) {
  .website-content p, .website-content li {
    font-size: 14px;
  }
}

.website-content p b, .website-content p strong, .website-content li b, .website-content li strong {
  color: var(--black);
  font-weight: 600;
}

.website-content p {
  padding-bottom: 10px;
}

.website-content a {
  color: var(--black);
}

.website-content a:hover {
  text-decoration: underline;
}

.website-content ul:not(.seo-loc-ser) {
  margin-bottom: 30px;
  padding-left: 18px;
}

@media only screen and (max-width: 675px) {
  .website-content ul:not(.seo-loc-ser) {
    padding-left: 10px;
  }
}

.website-content ul:not(.seo-loc-ser) li {
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 675px) {
  .website-content ul:not(.seo-loc-ser) li {
    padding-left: 20px;
  }
}

.website-content ul:not(.seo-loc-ser) li:not(:last-child) {
  margin-bottom: 6px;
}

.website-content ul:not(.seo-loc-ser) li:before {
  content: "";
  aspect-ratio: 1;
  background: var(--primary);
  border-radius: 50%;
  width: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media only screen and (max-width: 520px) {
  .website-content ul:not(.seo-loc-ser) li:before {
    width: 6px;
  }
}

.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}

.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}

.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.website-content .seo-loc-ser li {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}

.website-content .seo-loc-ser li:not(:last-child) {
  border-right: 1px solid var(--text);
  margin-right: 10px;
  padding-right: 10px;
}

.website-content .seo-loc-ser li a {
  color: var(--text);
  font-size: 14px;
  display: inline-block;
}

.website-content .seo-loc-ser li a:hover {
  color: var(--primary);
}

.website-content.website-content-white * {
  color: var(--white);
}

.website-content.website-content-white ul li:before {
  background: var(--white);
}

.website-content.website-content-small h2 {
  font-size: 28px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h2 {
    font-size: 22px;
  }
}

.website-content.website-content-small h3 {
  font-size: 26px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h3 {
    font-size: 20px;
  }
}

.website-content.website-content-small h4 {
  font-size: 22px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h4 {
    font-size: 18px;
  }
}

.website-content.website-content-small h5, .website-content.website-content-small h6 {
  font-size: 18px;
}

.website-content table thead {
  color: var(--black);
  background-color: rgba(102, 102, 102, .1);
}

.website-content table thead th {
  padding: 10px;
}

.website-content table tbody tr td {
  color: var(--text);
  padding: 5px 10px;
}

.seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
  margin: 40px 0 18px;
  font-size: 30px;
}

@media only screen and (max-width: 769px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    margin: 30px 0 18px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    margin: 25px 0 15px;
    font-size: 20px;
  }
}

.seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
  margin: 30px 0 15px;
}

@media only screen and (max-width: 769px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 25px 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 20px 0 12px;
  }
}

.container-fluid.slider-section .upper-sec .slider-nav {
  right: 3%;
  transform: translate(3%, -50%);
}

@media only screen and (max-width: 675px) {
  .slider-section .container {
    padding-right: 0;
  }
}

.slider-section .upper-sec {
  margin-bottom: 4rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .slider-section .upper-sec {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .slider-section .upper-sec {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 540px) {
  .slider-section .upper-sec {
    margin-bottom: 1.5rem;
  }
}

.slider-section .upper-sec .slider-nav {
  align-items: center;
  gap: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .slider-section .upper-sec .slider-nav {
    display: none;
  }
}

.slider-section .upper-sec .slider-nav .swiper-prev svg, .slider-section .upper-sec .slider-nav .swiper-prev img {
  transform: scaleX(-1);
}

.slider-section .upper-sec .heading {
  text-align: center;
}

.lctn {
  color: var(--text);
  --arrow: 20px;
  --space: 5px;
  padding-left: calc(var(--arrow)  + var(--space));
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.lctn:before {
  content: "";
  height: var(--arrow);
  width: var(--arrow);
  transform-origin: 100%;
  background-image: url("/assets/icon/location-gradient.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .5s;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.lctn.clndr {
  color: var(--white);
  --arrow: 17px;
  --space: 12px;
}

.lctn.clndr:before {
  background-image: url("/assets/icon/calender.svg");
}

.common-grid {
  grid-gap: 50px 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 991px) {
  .common-grid {
    grid-gap: 30px 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 675px) {
  .common-grid {
    grid-gap: 10px;
    grid-template-columns: 100%;
  }
}

.product-col {
  position: relative;
}

.product-col:before {
  content: "";
  opacity: 0;
  z-index: 1;
  background: #fff;
  width: 0;
  height: 86%;
  display: block;
  position: absolute;
  top: 7%;
  left: 0%;
  transform: skewX(-20deg);
  box-shadow: 0 0 55px 12px #fff;
}

.product-col:hover:before {
  animation: .4s linear shine;
}

.product-col .figure, .product-col figure {
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-col .figure .add-to, .product-col figure .add-to {
  text-align: right;
  opacity: 0;
  justify-content: end;
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-col .figure .add-to a, .product-col figure .add-to a {
  padding: 11px 20px;
  transition: all .5s;
  display: block;
}

.product-col .figure .add-to a svg, .product-col figure .add-to a svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.product-col .figure .add-to a.add2cart, .product-col figure .add-to a.add2cart {
  background-color: #13195f;
}

.product-col .figure .add-to a.add2cart:hover, .product-col figure .add-to a.add2cart:hover {
  background-color: #fff;
}

.product-col .figure .add-to a.add2cart:hover svg path, .product-col figure .add-to a.add2cart:hover svg path {
  fill: var(--primary);
}

.product-col .figure .add-to a.add2wish, .product-col figure .add-to a.add2wish {
  background-color: #030735;
}

.product-col .figure .add-to a.add2wish.active, .product-col figure .add-to a.add2wish.active {
  background-color: #fff;
}

.product-col .figure .add-to a.add2wish.active svg path, .product-col figure .add-to a.add2wish.active svg path {
  fill: var(--primary);
}

.product-col .figure .add-to a.add2wish:hover, .product-col figure .add-to a.add2wish:hover {
  background-color: #fff;
}

.product-col .figure .add-to a.add2wish:hover svg path, .product-col figure .add-to a.add2wish:hover svg path {
  stroke: var(--primary);
}

.product-col .figure img, .product-col figure img {
  -o-object-position: cover;
  object-position: cover;
  -o-object-position: top;
  object-position: top;
  transform-origin: 0 0;
  width: 100%;
  transition: all .5s;
}

.product-col figcaption {
  text-align: center;
  max-width: 305px;
  margin: 0 auto;
  padding: 18px 20px 0;
}

.product-col figcaption .pro_name {
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.product-col figcaption .price {
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.product-col figcaption .color-select-wrap {
  padding-bottom: 10px;
}

.product-col figcaption .color-select-wrap li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.product-col figcaption .color-select-wrap li:not(:last-child) {
  margin-right: 15px;
}

.product-col figcaption .color-select-wrap li:has(input:checked) span:before {
  opacity: 1;
}

.product-col figcaption .color-select-wrap li span {
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.product-col figcaption .color-select-wrap li span:before {
  content: "";
  opacity: 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -3px;
  left: -3px;
}

.product-col figcaption .color-select-wrap li input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col figcaption .color-select-wrap li input:checked ~ span:before, .product-col:hover .add-to {
  opacity: 1;
}

.product-col:hover .figure img, .product-col:hover figure img {
  transform: scale(1.1);
}

.product-col .wishlist-ico, .product-col-2 .wishlist-ico {
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 13px;
  right: 10px;
}

.product-col .wishlist-ico img, .product-col .wishlist-ico svg, .product-col-2 .wishlist-ico img, .product-col-2 .wishlist-ico svg {
  width: 15px;
  height: auto;
}

.product-col .wishlist-ico:hover, .product-col .wishlist-ico.is-active, .product-col-2 .wishlist-ico:hover, .product-col-2 .wishlist-ico.is-active {
  background: var(--primary);
}

.product-col .wishlist-ico:hover img, .product-col .wishlist-ico.is-active img, .product-col-2 .wishlist-ico:hover img, .product-col-2 .wishlist-ico.is-active img {
  filter: brightness(0) saturate() invert() sepia() saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
}

.product-col:hover .wishlist-ico, .product-col-2:hover .wishlist-ico {
  opacity: 1;
  pointer-events: all;
}

.product-col-2, .product-col-3 {
  position: relative;
}

.product-col-2:before, .product-col-3:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col-2 .figure, .product-col-2 figure, .product-col-3 .figure, .product-col-3 figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.product-col-2 .figure img, .product-col-2 figure img, .product-col-3 .figure img, .product-col-3 figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.product-col-2:before, .product-col-3:before {
  z-index: 1;
}

.product-col-2:hover .figure img, .product-col-2:hover figure img, .product-col-3:hover .figure img, .product-col-3:hover figure img {
  transform: scale(1.1);
}

.product-col-2 figcaption, .product-col-3 figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col-2:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.product-col-2 figcaption {
  text-align: center;
  padding: 0 2rem 46px;
}

.product-col-2 figcaption .prdt-nm, .product-col-2 figcaption .prd-price {
  color: var(--white);
  font-size: 18px;
  display: block;
}

.product-col-2 figcaption .prdt-nm {
  margin-bottom: 8px;
}

.product-col-3:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
}

.product-col-3:hover .figure img, .product-col-3:hover figure img {
  transform: scale(1.05);
}

.product-col-3 figure img, .product-col-3 .figure img {
  aspect-ratio: .9;
}

.product-col-3 figcaption {
  text-align: center;
  --btnheight: 36px;
  --titlepad: 30px;
  margin-bottom: 3.5rem;
  padding: 0 2rem;
  transition: all .5s;
}

.product-col-3 figcaption .ico {
  opacity: 0;
  margin-bottom: 20px;
  line-height: 0;
  transition: all .5s;
  transform: translateY(30px)scale(.4);
}

.product-col-3 figcaption h6 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 22px;
  line-height: 1.283;
  transition: all .6s;
}

.product-col-3 .xbjs {
  opacity: 0;
  transition: all .6s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(30px)scale(.9);
}

.product-col-3 .xbjs .btn {
  --height: var(--btnheight);
}

.product-col-3:hover {
  transform: translateY(0);
}

.product-col-3:hover figcaption .ico {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.product-col-3:hover figcaption h6 {
  padding-bottom: calc(var(--btnheight)  + var(--titlepad));
}

.product-col-3:hover figcaption .xbjs {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.gray-bg {
  background: var(--gray);
}

.gradient-head {
  text-transform: initial;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: var(--gradient-a);
  display: inline-block;
}

.whitetxt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  top: 50%;
  translate: 0 -50%;
  border: none !important;
}

.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-button:focus, html .ui-button.ui-state-disabled:hover:focus, html .ui-button.ui-state-disabled:active:focus {
  outline: none;
}

.ui-slider-horizontal {
  height: 2px;
  border: none !important;
}

.ui-widget-content {
  background: #cecece;
  border: none !important;
}

.ui-widget-header {
  background: var(--primary);
}

.no-data {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.kmr-select-wrap {
  --labelheight: 45px;
  --liheight: 34px;
  --boxsize: calc(var(--liheight)  - 14px);
  --arrowsize: 16px;
  --space: 11px;
  display: inline-block;
  position: relative;
}

.kmr-select-wrap .label {
  color: var(--black);
  height: var(--labelheight);
  line-height: var(--labelheight);
  background-image: url("/assets/icon/arrow-down-black.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: var(--arrowsize) auto;
  padding-right: calc(var(--arrowsize)  + var(--space));
  cursor: pointer;
  caret-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Poppins;
  font-size: 12px;
}

.kmr-select-wrap.active {
  --btn: 10px;
}

.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn {
  display: block;
}

.kmr-select-wrap.slt-rgt .kmr-select-menu {
  left: auto;
  right: 0;
}

.kmr-select-wrap.color-select .kmr-select-menu li .in-bx {
  border-color: #ccc;
  border-radius: 50%;
}

.kmr-select-wrap.price_select .kmr-select-menu {
  width: 325px;
  padding: 20px;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec {
  display: flex;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg {
  vertical-align: middle;
  width: 15px;
  height: auto;
  margin-left: 3px;
  display: inline-block;
}

.kmr-select-wrap.price_select .kmr-select-menu h6 {
  color: var(--black);
  flex: 1;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.kmr-select-wrap.price_select .product-range-slider-wrap {
  margin: 30px 0 40px;
}

.kmr-select-wrap.price_select .price-range-input-wrap {
  color: var(--text);
  align-items: center;
  gap: 18px;
  display: flex;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input {
  background: var(--white);
  height: 30px;
  color: var(--text);
  border: 1px solid #e0e0e0;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  display: flex;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input {
  width: 100%;
  color: var(--text);
  border: none;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus {
  outline: none;
}

.kmr-select-wrap .kmr-select-menu {
  z-index: 1;
  background: var(--white);
  width: 260px;
  max-height: 244px;
  padding: 20px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-track {
  box-shadow: none;
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 10px;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]) li .in-bx {
  border-radius: 50%;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]) li .in-bx:before {
  display: none;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]):has(input:checked) li .in-bx {
  outline: 5px solid var(--white);
  outline-offset: -10px;
}

.kmr-select-wrap .kmr-select-menu li {
  height: var(--liheight);
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  display: flex;
  position: relative;
}

.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx {
  background: var(--black);
  transition: all .4s;
}

.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx:before {
  opacity: 1;
}

.kmr-select-wrap .kmr-select-menu li .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: all;
  position: relative;
}

.kmr-select-wrap .kmr-select-menu li .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.kmr-select-wrap .kmr-select-menu li span {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.kmr-select-wrap .kmr-select-menu li input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .breadcrumps {
    display: none;
  }
}

.breadcrumps li {
  vertical-align: middle;
  display: inline-block;
}

.breadcrumps li a {
  color: var(--primary);
  font-size: 14px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li a {
    text-overflow: ellipsis;
    font-size: 12px;
  }
}

.breadcrumps li a.active {
  color: var(--text);
}

.breadcrumps li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 10px;
  }
}

.breadcrumps li:not(:last-child):before {
  content: ">";
  color: var(--text);
  font-family: monospace;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
}

.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 10px;
  }
}

[data-scrollTo] {
  cursor: pointer;
}

.fancybox__container {
  --fancybox-bg: var(--black);
}

.green-color {
  color: var(--green) !important;
}

.light-green {
  color: var(--green);
}

.red-color {
  color: var(--red) !important;
}

.orange-color {
  color: orange !important;
}

em {
  font-style: normal;
}

.mt-hdrfxd {
  margin-top: var(--headerfixed);
}

.mt-hdr {
  margin-top: var(--headerheight);
}

.w-full {
  width: 100%;
}

.disc {
  text-align: center;
  margin: 15px 0;
}

.disc p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.2;
  transition: all .5s;
}

.disc p a {
  transition: all .5s;
  color: var(--primary) !important;
}

.disc p a:hover {
  text-decoration: underline;
}

.check_term {
  margin: 15px 0;
}

.check_term .input_box {
  --boxsize: 15px;
  gap: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.check_term .input_box:has(input:checked) .in-bx {
  background: var(--primary);
  transition: all .4s;
}

.check_term .input_box:has(input:checked) .in-bx:before {
  opacity: 1;
}

.check_term .input_box input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.check_term .input_box .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: all;
  position: relative;
}

.check_term .input_box .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.check_term .input_box p {
  color: var(--text);
  flex: 1;
  font-size: 14px;
  line-height: 1;
}

.sm-block {
  display: none;
}

@media only screen and (max-width: 540px) {
  .sm-block {
    display: block;
  }
}

.md-block {
  display: none;
}

@media only screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

.sm-none {
  display: block;
}

@media only screen and (max-width: 540px) {
  .sm-none {
    display: none;
  }
}

.md-none {
  display: block;
}

@media only screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.bestSeller_slider_wrapper {
  z-index: 0;
  position: relative;
}

.bestSeller_slider_wrapper .container-fluid .btn_wrapper {
  text-align: center;
  margin-top: 50px;
}

.verify {
  color: red;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

@keyframes scroll {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(10px);
  }
}

.display-none {
  display: none;
}

.pos-rel {
  position: relative;
}

.wishlist svg {
  width: 30px;
}

.wishlist.added svg path {
  fill: var(--primary);
  stroke: var(--primary);
}

.compare_toggle {
  z-index: 4;
  transition: all .5s;
  position: fixed;
  bottom: 5%;
  right: 2%;
  transform: translateX(100%);
}

.compare_toggle.active {
  transform: translateX(0);
}

@media only screen and (max-width: 540px) {
  .compare_toggle {
    bottom: 9%;
  }
}

.compare_toggle .main_wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.compare_toggle .main_wrap.initial {
  display: none;
}

.compare_toggle .main_wrap.closed .compare_pro_wrap {
  transform: scale(0);
}

.compare_toggle .main_wrap .compare_pro_wrap {
  background: var(--white);
  transform-origin: 100% 100%;
  border-radius: 2px;
  align-items: center;
  gap: 10px;
  padding: 15px;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: scale(1);
  box-shadow: -1px -3px 8px rgba(99, 99, 99, .2);
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap {
    background: none;
    padding: 0;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .closeCom {
  cursor: pointer;
  background: var(--white);
  z-index: 2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: -9%;
  right: -2%;
  box-shadow: 0 0 2px 3px #cecece;
}

.compare_toggle .main_wrap .compare_pro_wrap .closeCom svg {
  width: 17px;
  height: 17px;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro {
  width: 130px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_pro {
    display: none;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image {
  border-radius: 5px;
  height: 75px;
  line-height: 0;
  overflow: hidden;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image img {
  height: 100%;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_name {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close {
  cursor: pointer;
  background: var(--white);
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  right: 2%;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close svg {
  width: 17px;
  height: 17px;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count {
  background: var(--primary);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 95px;
  padding: 10px;
  line-height: 1.2;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count {
    flex-direction: row-reverse;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 8px 15px;
    font-size: 12px;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-webkit-any(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-moz-any(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:is(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-webkit-any(.des, .mob)) {
    font-size: 18px;
  }

  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-moz-any(.des, .mob)) {
    font-size: 18px;
  }

  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:is(.des, .mob)) {
    font-size: 18px;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.des {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.des {
    display: none;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.mob {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.mob {
    display: block;
  }
}

.compare_toggle .main_wrap .remove_all {
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.compare_toggle .main_wrap .remove_all.active {
  opacity: 1;
  pointer-events: all;
}

.compare_toggle .main_wrap .compare_link {
  background: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.compare_toggle .main_wrap .compare_link .count {
  background: #175ac1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.phone-input .iti.iti--allow-dropdown {
  width: 100%;
}

.iti__search-icon {
  right: 8px;
  left: unset !important;
}

.iti__search-clear {
  background: var(--white) !important;
  border-radius: 50% !important;
}

.iti__search-clear .iti__search-clear-svg {
  width: 18px;
  height: 18px;
}

.iti__search-clear .iti__search-clear-bg {
  fill: var(--primary) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.text-black {
  color: var(--black) !important;
}

a.cta, .cta {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.mapWindow {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.showPass {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.back-to-top {
  z-index: 4;
  background: var(--primary);
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .6s;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: translateX(calc(100% + 30px));
}

@media only screen and (max-width: 768px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    right: 20px;
  }
}

.back-to-top:active {
  opacity: .8;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
}

.back-to-top.active {
  transform: translateX(0);
}

.back-to-top svg {
  width: 50%;
  height: auto;
  fill: var(--white);
}

.faqs-sec .heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.faqs-sec .heading h2 {
  color: var(--primary);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.faqs-sec .heading p {
  max-width: 400px;
  margin: 10px auto 0;
}

.loader-submit {
  align-items: center;
  gap: 10px;
  display: flex;
}

.loader-submit .loader-box {
  border: 1px solid #fff;
  border-top-color: var(--primary);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: .7s linear infinite spin;
}

.loader-submit span {
  color: var(--white);
  font-size: 14px;
}

.site-loader {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 10;
  pointer-events: all;
  background: rgba(0, 0, 0, .65);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-loader .loader-box {
  border: 4px solid #fff;
  border-top-color: var(--primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: .7s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.error.static {
  margin: 10px 0;
  position: static;
}

.options {
  color: #000;
  --boxsize: 15px;
  align-items: center;
  gap: 7px;
  display: flex;
  position: relative;
}

.options .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid #666;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.options .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 60% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.options span {
  color: #666;
  flex: 1;
  font-size: 14px;
  display: block;
}

.options input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.options input:checked ~ .in-bx {
  background-color: var(--primary);
  border-color: var(--primary);
}

.options input:checked ~ .in-bx:before {
  opacity: 1;
}

header {
  z-index: 6;
  height: var(--headerheight);
  transition: all .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--primary);
  z-index: -1;
  height: 0;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

header .header-wrapper {
  align-items: center;
  gap: 20px;
  height: 100%;
  transition: all .5s;
  display: flex;
}

@media only screen and (max-width: 1140px) {
  header .header-wrapper {
    gap: 15px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-wrapper {
    justify-content: space-between;
  }
}

header .header-wrapper .colA {
  flex: 0 auto;
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .colA {
    height: 100%;
  }
}

header .header-wrapper .colA a {
  height: 100%;
  padding: var(--headerpadding) 0;
  display: block;
}

header .header-wrapper .colA a img {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .colA a img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

header .header-wrapper .colB {
  flex: 0 auto;
}

header .header-wrapper .colB .call_action_list {
  align-items: center;
  gap: 30px;
  display: flex;
}

@media only screen and (max-width: 1300px) {
  header .header-wrapper .colB .call_action_list {
    gap: 20px;
  }
}

@media only screen and (max-width: 1140px) {
  header .header-wrapper .colB .call_action_list {
    gap: 15px;
  }
}

header .header-wrapper .colB .call_action_list > li {
  align-items: center;
  font-size: 14px;
  display: flex;
}

header .header-wrapper .colB .call_action_list > li .assistBtn {
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  padding: 5px 8px;
  display: flex;
}

@media only screen and (max-width: 1140px) {
  header .header-wrapper .colB .call_action_list > li .assistBtn {
    gap: 5px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .call_action_list > li .assistBtn {
    display: none;
  }
}

header .header-wrapper .colB .call_action_list > li .assistBtn:hover {
  color: var(--primary);
}

header .header-wrapper .colB .call_action_list > li .assistBtn img {
  width: 24px;
}

header .header-wrapper .colB .call_action_list > li.hasDropdown {
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: relative;
}

header .header-wrapper .colB .call_action_list > li.hasDropdown:hover .dropdown-menu {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

header .header-wrapper .colB .call_action_list > li.hasDropdown > a {
  background: url("/assets/icon/arrow-down-white.svg") 100% no-repeat;
  background-size: var(--arrowsize) auto;
  padding-right: calc(var(--arrowsize)  + var(--space));
  align-items: center;
  gap: 10px;
  display: flex;
}

@media only screen and (max-width: 1140px) {
  header .header-wrapper .colB .call_action_list > li.hasDropdown > a {
    --arrowsize: 13px;
    --space: 9px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .call_action_list > li.catDropdown {
    display: none;
  }
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu {
  background: var(--white);
  transform-origin: top;
  opacity: 0;
  z-index: 2;
  border-radius: 5px;
  width: 1100px;
  transition: all .4s;
  position: absolute;
  top: 100%;
  left: -100px;
  transform: perspective(2000px)translate3d(0, 0, 50px)rotateX(-90deg)scale3d(.86, .75, 1)translateY(50px);
  box-shadow: -1px 4px 4px 6px rgba(0, 0, 0, .03);
}

@media only screen and (max-width: 1280px) {
  header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu {
    width: 900px;
    left: -100%;
    translate: -15% 5%;
  }
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu:before {
  content: "";
  bottom: calc(100% - var(--triangle) / 2);
  width: var(--triangle);
  height: var(--triangle);
  z-index: -1;
  background: #fff;
  display: block;
  position: absolute;
  left: 150px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1280px) {
  header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu:before {
    left: 270px;
  }
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul {
  grid-gap: 12px 10px;
  border-radius: 5px;
  grid-template-columns: repeat(4, 1fr);
  max-height: 290px;
  padding: 20px 15px;
  display: grid;
  overflow-y: auto;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul::-webkit-scrollbar {
  background: none;
  width: 4px;
  height: 4px;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul::-webkit-scrollbar-track {
  box-shadow: none;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}

@media only screen and (max-width: 1280px) {
  header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li {
  vertical-align: middle;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a {
  border: 1px solid #efefef;
  border-radius: 5px;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 10px;
  line-height: 1;
  display: flex;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a:hover {
  background: #ededed;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a .icon {
  flex: 0 15%;
  max-width: 35px;
  height: 35px;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a .icon img, header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a .icon svg {
  width: 100%;
  height: 100%;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a .icon img path, header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a .icon svg path {
  fill: var(--primary);
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a .desc {
  flex: 1;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a .desc .title {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

header .header-wrapper .colB .call_action_list > li.catDropdown .dropdown-menu ul li a .desc p {
  font-size: 12px;
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colB .call_action_list > li.cityDropdown {
    display: none;
  }
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu {
  background: var(--white);
  transform-origin: top;
  opacity: 0;
  z-index: 2;
  border-radius: 5px;
  width: 700px;
  transition: all .4s;
  position: absolute;
  top: 100%;
  left: -100px;
  transform: perspective(2000px)translate3d(0, 0, 50px)rotateX(-90deg)scale3d(.86, .75, 1)translateY(50px);
  box-shadow: -1px 4px 4px 6px rgba(0, 0, 0, .03);
}

@media only screen and (max-width: 1280px) {
  header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu {
    left: -100%;
    translate: -15% 5%;
  }
}

@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu {
    width: 500px;
    translate: 0% 5%;
  }
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu:before {
  content: "";
  bottom: calc(100% - var(--triangle) / 2);
  width: var(--triangle);
  height: var(--triangle);
  z-index: -1;
  background: #fff;
  display: block;
  position: absolute;
  left: 150px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1280px) {
  header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu:before {
    left: 270px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu:before {
    left: 175px;
  }
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap {
  padding: 20px;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .close {
  display: none;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .close svg, header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .close img {
  width: 22px;
  height: 22px;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .top_head {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .top_head .title {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .top_head .topCitysearch {
  border-bottom: 1px solid var(--black);
  width: 200px;
  padding-right: 30px;
  position: relative;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .top_head .topCitysearch svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity {
  padding: 30px 0 15px;
}

@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity {
    padding: 20px 0 0;
  }
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul {
  flex-wrap: wrap;
  display: flex;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul li {
  flex: 0 18%;
  max-width: 18%;
  padding: 5px;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul li {
    flex: 0 25%;
    max-width: 25%;
  }
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul li > a, header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul li button {
  text-align: center;
  background: var(--white);
  border-radius: 6px;
  padding: 12px 8px;
  transition: all .5s;
  display: block;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul li > a img, header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul li button img {
  width: 35px;
  height: 35px;
  margin: 0 auto 8px;
}

header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul li > a .cname, header .header-wrapper .colB .call_action_list > li.cityDropdown .dropdown-menu .search_wrap .listedCity ul li button .cname {
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
}

header .header-wrapper .colC {
  flex: 1;
}

header .header-wrapper .colC .nav_items {
  justify-content: end;
  align-items: center;
  gap: 25px;
  display: flex;
}

@media only screen and (max-width: 1300px) {
  header .header-wrapper .colC .nav_items {
    gap: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items {
    gap: 25px;
  }
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items {
    gap: 15px;
  }
}

header .header-wrapper .colC .nav_items li {
  font-size: 14px;
}

header .header-wrapper .colC .nav_items li.list-property {
  border-right: 1px solid rgba(255, 255, 255, .5);
  padding-right: 15px;
}

@media only screen and (max-width: 1140px) {
  header .header-wrapper .colC .nav_items li.list-property {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-wrapper .colC .nav_items li.list-property, header .header-wrapper .colC .nav_items li.location {
    display: none;
  }
}

header .header-wrapper .colC .nav_items li a > img, header .header-wrapper .colC .nav_items li button > img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items li a > img, header .header-wrapper .colC .nav_items li button > img {
    width: 18px;
    height: 18px;
  }
}

header .header-wrapper .colC .nav_items li.hamburger .ham-btn {
  color: var(--white);
  vertical-align: middle;
  font-size: 14px;
  display: none;
}

@media only screen and (max-width: 991px) {
  header .header-wrapper .colC .nav_items li.hamburger .ham-btn {
    display: block;
  }
}

header .header-wrapper .colC .nav_items li.hamburger .ham-btn span {
  background-color: var(--white);
  width: 35px;
  height: 1px;
  transition: all .5s;
  display: block;
}

header .header-wrapper .colC .nav_items li.hamburger .ham-btn span:not(:last-child) {
  margin-bottom: 6px;
}

header .header-wrapper .colC .nav_items .search_wrapper {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper {
    background: var(--white);
    justify-content: center;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: -50px;
    left: 0;
    box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
  }
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .colC .nav_items .search_wrapper {
    padding: 5px;
    bottom: -40px;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .view_all {
  flex: 0 auto;
}

header .header-wrapper .colC .nav_items .search_wrapper .view_all svg {
  width: 20px;
  height: 20px;
  transition: all .5s;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap {
  transition: all .5s;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap {
    flex: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap {
    position: static;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap.search_wrap_active .search_input_wrap {
  border-radius: 3px;
  width: 300px;
}

@media only screen and (max-width: 1140px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap.search_wrap_active .search_input_wrap {
    width: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap.search_wrap_active .search_input_wrap {
    width: 98%;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap {
  border: 1px solid var(--white);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 35px;
  padding: 0 15px;
  transition: all .5s;
  display: flex;
}

@media only screen and (max-width: 1140px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap {
    width: 150px;
    height: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap {
    border: none;
    width: 98%;
    margin: 0 auto;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap input {
  width: 100%;
  color: var(--white);
  background: none;
  border: none;
  outline: none;
  flex: 1;
  padding-right: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap input {
    color: var(--black);
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap input::placeholder {
  color: var(--white);
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap input::placeholder {
    color: var(--black);
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap .search_btn {
  flex: 0 auto;
  width: 22px;
  height: 22px;
  line-height: 0;
}

@media only screen and (max-width: 1140px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap .search_btn {
    width: 18px;
    height: 18px;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap .search_btn img {
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_input_wrap .search_btn img {
    filter: brightness(0);
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu {
  opacity: 0;
  max-height: 0;
  top: calc(100% + var(--headerfixed) / 4);
  background: var(--white);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  border-radius: 5px;
  min-width: 640px;
  max-width: 100%;
  transition: all .5s;
  position: absolute;
  right: 0;
  box-shadow: 1px 20px 24px rgba(149, 157, 165, .2);
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu {
    min-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu {
    border-top: 1px solid #cecece;
    border-radius: 0;
    top: 100%;
  }
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu {
    overflow-y: auto;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu:before {
  content: "";
  bottom: calc(100% - var(--triangle) / 2);
  width: var(--triangle);
  height: var(--triangle);
  z-index: -1;
  background: #fff;
  display: block;
  position: absolute;
  right: 20%;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1024px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu:before {
    right: 50%;
    translate: 50%;
  }
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu:before {
    display: none;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu.is-open {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  pointer-events: auto;
  opacity: 1;
  max-height: 80vh;
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu.is-open {
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap {
  grid-template-columns: repeat(1, 1fr);
  max-height: 380px;
  display: grid;
  overflow-y: auto;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap::-webkit-scrollbar {
  background: none;
  width: 4px;
  height: 4px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap::-webkit-scrollbar-track {
  box-shadow: none;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .key_search {
  grid-gap: 10px 0;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  max-height: 172px;
  display: grid;
  overflow-y: auto;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .key_search::-webkit-scrollbar {
  background: none;
  width: 4px;
  height: 4px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .key_search::-webkit-scrollbar-track {
  box-shadow: none;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .key_search::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .key_search {
    grid-gap: 0;
    flex: 0 60%;
    grid-template-columns: repeat(1, 1fr);
    max-height: 60%;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .key_search .no-result {
  text-align: center;
  grid-column: span 2;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .key_search .no-result p {
  text-align: center;
  padding: 15px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro {
  border-bottom: 1px solid #efefef;
  gap: 10px;
  width: 100%;
  padding: 10px;
  line-height: 1;
  display: flex;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro:hover {
  background: #f5f5f5;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .icon {
  flex: 0 auto;
  max-width: 45px;
  height: 45px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content {
  flex: 1;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content .title {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content .title {
    line-height: 1.2;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content .desc {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content p {
  font-size: 12px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search {
  padding: 15px 15px 0;
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search {
    flex: 0 19%;
    height: 19%;
    max-height: 19%;
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search.category {
  padding: 15px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search h6 {
  font-size: 14px;
  font-weight: 500;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap {
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  display: grid;
}

@media only screen and (max-width: 540px) {
  header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap {
    grid-gap: 7px;
    grid-template-columns: repeat(2, 1fr);
  }
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col {
  background: #f5f5f5;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 10px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col:not(.flex) {
  display: block;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col:not(.flex):hover .recentpro {
  color: var(--primary);
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col.flex {
  background: var(--white);
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  padding: 5px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col.flex .recentloc {
  font-size: 12px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col.flex:hover .recentloc {
  color: var(--primary);
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #eaf4ff;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col .icon {
  flex: 0 15%;
  width: 24px;
  height: 24px;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col .recentpro {
  color: var(--text);
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s;
  display: -webkit-box;
  overflow: hidden;
}

header .header-wrapper .colC .nav_items .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .recent_search .recent_wrap .recent_col .recentloc {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 10px;
  line-height: 1.2;
  transition: all .3s;
  display: -webkit-box;
  overflow: hidden;
}

header .header-wrapper .colC .nav_items .wishlistBtn {
  position: relative;
}

header .header-wrapper .colC .nav_items .wishlistBtn span {
  color: #80b2ff;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: -5px;
  right: -9px;
}

header .header-wrapper .colC .nav_items .myAccount {
  position: relative;
}

header .header-wrapper .colC .nav_items .myAccount:hover .dropdown-menu {
  opacity: 1;
  transform: scale3d(1, 1, 1)translateX(-50%);
}

header .header-wrapper .colC .nav_items .myAccount .dropdown-menu {
  transform-origin: top;
  opacity: 0;
  border-radius: 5px;
  transition: all .5s;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: perspective(2000px)translate3d(0, 0, 50px)rotateX(-90deg)scale3d(.86, .75, 1)translateY(50px)translateX(-50%);
}

header .header-wrapper .colC .nav_items .myAccount .dropdown-menu ul {
  background: var(--white);
  border-radius: 5px;
  padding: 10px;
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
}

header .header-wrapper .colC .nav_items .myAccount .dropdown-menu ul:before {
  content: "";
  border-bottom: 20px solid #fff;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  left: 50%;
  translate: -50%;
}

header .header-wrapper .colC .nav_items .myAccount .dropdown-menu ul li {
  vertical-align: middle;
  white-space: nowrap;
  display: block;
}

header .header-wrapper .colC .nav_items .myAccount .dropdown-menu ul li a, header .header-wrapper .colC .nav_items .myAccount .dropdown-menu ul li button {
  color: var(--text);
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}

header .header-wrapper .colC .nav_items .myAccount .dropdown-menu ul li a:hover, header .header-wrapper .colC .nav_items .myAccount .dropdown-menu ul li button:hover {
  color: var(--black);
}

header .header-wrapper .colC .nav_items .ham_btn {
  width: 100%;
}

header .header-wrapper .colC .nav_items .ham_btn span {
  background-color: var(--white);
  width: 35px;
  height: 1px;
  transition: all .5s;
  display: block;
}

header .header-wrapper .colC .nav_items .ham_btn span:not(:last-child) {
  margin-bottom: 7px;
}

header .header-wrapper .colC .nav_items li:has(.dot-noti) {
  position: relative;
}

header .header-wrapper .colC .nav_items li:has(.dot-noti) span {
  background: var(--white);
  width: 18px;
  height: 18px;
  color: var(--black);
  pointer-events: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
  position: absolute;
  top: -8px;
  right: -8px;
}

@media only screen and (max-width: 991px) {
  header.header-fixed {
    box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
  }
}

header.header-fixed, header.header-fit, header.header-fill {
  height: var(--headerfixed);
  transition: all .5s;
}

header.header-fixed:after, header.header-fit:after, header.header-fill:after {
  height: 100%;
}

header.header-fit {
  transition: all .5s;
}

header.header-fit:after {
  height: 100%;
}

header.header-fit .header-container .colA .logo {
  transition: none !important;
}

header.header-shadow {
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

.product-size-pop {
  max-width: 933px;
  transition: all .5s;
  right: 0;
  transform: translateX(100%);
}

.product-size-pop.is-open {
  transform: translateX(0%);
}

.product-size-pop .model-body {
  height: 100%;
  padding: 56px 41px;
  overflow-y: auto;
}

.product-size-pop .model-body::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.product-size-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.product-size-pop .model-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 10px;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body {
    padding: 51px 10px 30px;
  }
}

.product-size-pop .model-body .upper-sopku {
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .upper-sopku {
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
}

.product-size-pop .model-body .upper-sopku figure {
  width: 107px;
  line-height: 0;
}

.product-size-pop .model-body .upper-sopku figure img {
  width: 100%;
}

.product-size-pop .model-body .upper-sopku figcaption {
  flex: 1;
  padding-left: 34px;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .upper-sopku figcaption {
    padding-left: 0;
  }
}

.product-size-pop .model-body .upper-sopku figcaption .title-lctpr {
  color: var(--black);
  max-width: 407px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .upper-sopku figcaption .title-lctpr {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz li {
  vertical-align: middle;
  display: inline-block;
}

.product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz li:not(:last-child) {
  margin-right: 25px;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz li:not(:last-child) {
    margin-right: 6px;
  }
}

.product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz .price-bbjvz {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz .price-bbjvz {
    font-size: 16px;
  }
}

.product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz .price-bbjvz.mrp {
  color: #666;
  text-decoration: line-through;
}

.product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz .price-fvyrq {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz .price-fvyrq {
    font-size: 16px;
  }
}

.product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz .discount-lsirg {
  color: var(--colortext);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .upper-sopku figcaption .price-btm-bbjvz .discount-lsirg {
    font-size: 14px;
  }
}

.product-size-pop .model-body .upper-sopku .region {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-size-pop .model-body .upper-sopku .region label {
  position: relative;
}

.product-size-pop .model-body .upper-sopku .region label:before {
  content: "";
  background-image: url("/assets/icon/globe.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: -23px;
}

.product-size-pop .model-body .upper-sopku .region .custom-select {
  width: 60px;
}

.product-size-pop .model-body .upper-sopku .region .custom-select .current {
  text-align: center;
}

.product-size-pop .model-body .upper-sopku .region .custom-select .list {
  border-radius: 0;
}

.product-size-pop .model-body .upper-sopku .region .custom-select .list li {
  padding: 8px 16px;
}

.product-size-pop .model-body .drsgu-tab-nav {
  margin-bottom: 28px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .drsgu-tab-nav {
    margin-bottom: 20px;
  }
}

.product-size-pop .model-body .drsgu-tab-nav li {
  color: var(--text);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-bottom: 2px solid #e1dce1;
  flex: 1;
  padding: 10px;
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .drsgu-tab-nav li {
    letter-spacing: 2px;
    padding: 5px;
    font-size: 11px;
  }
}

.product-size-pop .model-body .drsgu-tab-nav li.active {
  color: var(--colortext);
  border-color: var(--colortext);
}

.product-size-pop .model-body .drsgu-tab-nav-content {
  margin-bottom: 50px;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .drsgu-tab-nav-content {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .product-size-pop .model-body .drsgu-tab-nav-content .table-div {
    overflow-x: auto;
  }
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table {
  border-spacing: 0;
  border: 0;
  width: 100%;
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table th, .product-size-pop .model-body .drsgu-tab-nav-content .table-div table td {
  padding: 10px;
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table th {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #f1f1f1;
  font-size: 12px;
  font-weight: 200;
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table td {
  color: var(--text);
  text-align: center;
  font-size: 14px;
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table tbody tr {
  position: relative;
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table tbody tr:has(input:checked) td {
  color: var(--black);
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table tbody tr:has(input:checked) td .check-dot {
  background: var(--primary);
  outline-offset: -4px;
  outline: 2px solid var(--white);
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table tbody tr td {
  border-bottom: 1px solid #e7e7e8;
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table tbody tr td .check-dot {
  --size: 17px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  position: relative;
}

.product-size-pop .model-body .drsgu-tab-nav-content .table-div table tbody tr input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-size-pop .model-body .drsgu-tab-nav-content .size-chart-img {
  margin: 0 auto;
  display: block;
}

.product-size-pop .model-body .drsgu-tab-nav-content .measure-div {
  grid-gap: 30px;
  grid-template-columns: .7fr 1fr;
  width: 100%;
  display: grid;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .drsgu-tab-nav-content .measure-div {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-size-pop .model-body .drsgu-tab-nav-content .measure-div .colA {
  width: 100%;
}

.product-size-pop .model-body .drsgu-tab-nav-content .measure-div .colA .apparel-layout {
  width: 100%;
  margin-bottom: 20px;
}

.product-size-pop .model-body .drsgu-tab-nav-content .measure-div .colA .item-md figcaption {
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  translate: -50% -50%;
}

.product-size-pop .model-body .drsgu-tab-nav-content .measure-div .colB p {
  color: var(--text);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
}

.product-size-pop .model-body .drsgu-tab-nav-content .measure-div .colB p.discl {
  color: var(--black);
  margin-bottom: 30px;
}

.product-size-pop .model-body .drsgu-tab-nav-content .measure-div .colB h3 {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 16px;
  line-height: 1.2;
}

.product-size-pop .model-body .btn-wrap-wvguf {
  gap: 30px;
  margin-top: 50px;
  display: none;
}

@media only screen and (max-width: 540px) {
  .product-size-pop .model-body .btn-wrap-wvguf {
    gap: 20px;
    margin-top: 30px;
  }

  .product-size-pop .model-body .btn-wrap-wvguf span {
    font-size: 12px;
  }
}

.product-size-pop .model-body .btn-wrap-wvguf > * {
  flex: 1;
}

.login-pop.model .model-body {
  margin-top: 70px;
}

.login-pop.model, .signUp-pop.model {
  background: var(--white);
  background: var(--white);
  max-width: 550px;
  transition: all .7s;
  right: 0;
  transform: translateX(100%);
}

.login-pop.model.is-open, .signUp-pop.model.is-open {
  transform: translateX(0%);
}

.login-pop.model .close, .signUp-pop.model .close {
  top: 25px;
  right: 25px;
}

@media only screen and (max-width: 675px) {
  .login-pop.model .close, .signUp-pop.model .close {
    top: 20px;
    right: 20px;
  }
}

.login-pop.model .close path, .signUp-pop.model .close path {
  stroke: var(--black);
}

.login-pop.model .model-body, .signUp-pop.model .model-body {
  height: calc(100% - 40px);
  margin-top: 40px;
  padding: 0 70px 50px;
  overflow-y: auto;
}

.login-pop.model .model-body::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.signUp-pop.model .model-body::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.login-pop.model .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.signUp-pop.model .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.login-pop.model .model-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 25px;
}

.signUp-pop.model .model-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 25px;
}

@media only screen and (max-width: 675px) {
  .login-pop.model .model-body, .signUp-pop.model .model-body {
    padding: 0 25px 50px;
  }
}

.login-pop.model .model-body .title, .signUp-pop.model .model-body .title {
  margin-bottom: 2.5rem;
}

.login-pop.model .model-body .title .icon, .signUp-pop.model .model-body .title .icon {
  width: 70px;
  margin: 0 auto 10px;
  line-height: 0;
}

.login-pop.model .model-body .title .icon svg path, .signUp-pop.model .model-body .title .icon svg path {
  fill: #000;
}

.login-pop.model .model-body .title .icon img, .signUp-pop.model .model-body .title .icon img {
  width: 100%;
}

.login-pop.model .model-body .title h2, .signUp-pop.model .model-body .title h2 {
  text-align: center;
  color: var(--black);
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.282;
}

.login-pop.model .model-body .choose_customer, .signUp-pop.model .model-body .choose_customer {
  position: relative;
}

.login-pop.model .model-body .choose_customer .choose_wrap, .signUp-pop.model .model-body .choose_customer .choose_wrap {
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex;
}

.login-pop.model .model-body .choose_customer .choose_wrap .options, .signUp-pop.model .model-body .choose_customer .choose_wrap .options {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  padding: 8px;
}

.login-pop.model .model-body .choose_customer .choose_wrap .options span, .signUp-pop.model .model-body .choose_customer .choose_wrap .options span {
  flex: 0 auto;
  font-size: 16px;
}

.login-pop.model .model-body .choose_customer .choose_wrap .options:has(input:checked) {
  border-color: var(--primary);
  background: #eaf4ff;
}

.signUp-pop.model .model-body .choose_customer .choose_wrap .options:has(input:checked) {
  border-color: var(--primary);
  background: #eaf4ff;
}

.login-pop.model .model-body .form, .signUp-pop.model .model-body .form {
  --gaptb: 30px;
}

.login-pop.model .model-body .form .verify, .signUp-pop.model .model-body .form .verify {
  color: red;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

.login-pop.model .model-body .form .forget_pass, .signUp-pop.model .model-body .form .forget_pass {
  text-align: end;
  color: var(--text);
}

.login-pop.model .model-body .form .resend_code .upper_resend, .signUp-pop.model .model-body .form .resend_code .upper_resend {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login-pop.model .model-body .form .resend_code .upper_resend p, .signUp-pop.model .model-body .form .resend_code .upper_resend p {
  color: var(--text);
}

.login-pop.model .model-body .form .resend_code .upper_resend .resend, .signUp-pop.model .model-body .form .resend_code .upper_resend .resend {
  font-size: 14px;
  text-decoration: underline;
}

.login-pop.model .model-body .form .resend_code .otp_verify, .signUp-pop.model .model-body .form .resend_code .otp_verify {
  flex-wrap: wrap;
  gap: 0 21px;
  margin: 30px auto 0;
  display: flex;
  position: relative;
}

.login-pop.model .model-body .form .resend_code .otp_verify .verify, .signUp-pop.model .model-body .form .resend_code .otp_verify .verify {
  left: 50%;
  transform: translateX(-50%);
}

.login-pop.model .model-body .form .resend_code .otp_verify input, .signUp-pop.model .model-body .form .resend_code .otp_verify input {
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  height: 40px;
  font-weight: 500;
}

.login-pop.model .model-body .form .resend_code .otp_verify input:focus, .signUp-pop.model .model-body .form .resend_code .otp_verify input:focus {
  outline: none;
}

.login-pop.model .model-body .form .resend_code .otp_verify .verify_btn, .signUp-pop.model .model-body .form .resend_code .otp_verify .verify_btn {
  background: #d5d4d4;
  border: 1px solid #c5c4c4;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  height: 40px;
  transition: all .5s;
}

.login-pop.model .model-body .form .resend_code .otp_verify .verify_btn:hover, .signUp-pop.model .model-body .form .resend_code .otp_verify .verify_btn:hover {
  background: var(--white);
  border-color: var(--black);
}

.login-pop.model .model-body .sbmt-btn-div, .signUp-pop.model .model-body .sbmt-btn-div {
  text-align: center;
  margin: 10px 0 20px;
}

.login-pop.model .model-body .sbmt-btn-div .btn, .signUp-pop.model .model-body .sbmt-btn-div .btn {
  --height: 40px;
  width: 100%;
}

.login-pop.model .model-body .split-sec, .signUp-pop.model .model-body .split-sec {
  overflow: hidden;
}

.login-pop.model .model-body .split-sec p, .signUp-pop.model .model-body .split-sec p {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--text);
  margin: 0 auto;
  font-weight: 500;
  position: relative;
}

.login-pop.model .model-body .split-sec p:before, .login-pop.model .model-body .split-sec p:after, .signUp-pop.model .model-body .split-sec p:before, .signUp-pop.model .model-body .split-sec p:after {
  content: "";
  background: #ececec;
  width: 200px;
  height: 1px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.login-pop.model .model-body .split-sec p:before, .signUp-pop.model .model-body .split-sec p:before {
  left: calc(100% + 12px);
}

.login-pop.model .model-body .split-sec p:after, .signUp-pop.model .model-body .split-sec p:after {
  right: calc(100% + 12px);
}

.login-pop.model .model-body .btm-social-wrp, .signUp-pop.model .model-body .btm-social-wrp {
  align-items: center;
  gap: 0 30px;
  margin: 40px 0;
  display: flex;
}

.login-pop.model .model-body .btm-social-wrp > *, .signUp-pop.model .model-body .btm-social-wrp > * {
  flex: 1;
}

.login-pop.model .model-body .btm-social-wrp svg, .signUp-pop.model .model-body .btm-social-wrp svg {
  width: auto;
}

.login-pop.model .model-body .btm-social-wrp .google-btn, .login-pop.model .model-body .btm-social-wrp .facebook-btn, .signUp-pop.model .model-body .btm-social-wrp .google-btn, .signUp-pop.model .model-body .btm-social-wrp .facebook-btn {
  color: var(--text);
  border: 1px solid #d1d1d1;
}

.login-pop.model .model-body .btm-social-wrp .google-btn:before, .login-pop.model .model-body .btm-social-wrp .facebook-btn:before, .signUp-pop.model .model-body .btm-social-wrp .google-btn:before, .signUp-pop.model .model-body .btm-social-wrp .facebook-btn:before {
  background: var(--white);
}

.login-pop.model .model-body .btm-social-wrp .google-btn:hover, .login-pop.model .model-body .btm-social-wrp .facebook-btn:hover, .signUp-pop.model .model-body .btm-social-wrp .google-btn:hover, .signUp-pop.model .model-body .btm-social-wrp .facebook-btn:hover {
  color: var(--white);
}

.login-pop.model .model-body .non_member, .signUp-pop.model .model-body .non_member {
  text-align: center;
  color: var(--text);
}

.login-pop.model .model-body .non_member .signup, .signUp-pop.model .model-body .non_member .signup {
  color: var(--black);
}

.model.ham-pop {
  z-index: 10;
  max-width: 480px;
  transition: all .5s;
  right: 0;
  transform: translateX(100%);
}

.model.ham-pop:before {
  content: "";
  opacity: .04;
  background: url("/assets/icon/ub_grad.svg") 100% 100% / 50% 30% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.model.ham-pop.is-open {
  transform: translateX(0%);
}

.model.ham-pop .close {
  top: 17px;
  right: 22px;
}

.model.ham-pop .close svg {
  width: 18px;
}

.model.ham-pop .close svg path {
  stroke: var(--black) !important;
  stroke-width: 2px !important;
}

.model.ham-pop .model-body {
  flex-direction: column;
  height: calc(100% - 60px);
  margin-top: 60px;
  padding: 0 40px 30px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.model.ham-pop .model-body::-webkit-scrollbar {
  background: var(--black);
  width: 0;
  height: 0;
}

.model.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.model.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0;
}

@media only screen and (max-width: 540px) {
  .model.ham-pop .model-body {
    padding: 0 20px 40px;
  }
}

.model.ham-pop .model-body .icon {
  letter-spacing: 4px;
  color: #000;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: 0;
  display: flex;
}

.model.ham-pop .model-body .icon img, .model.ham-pop .model-body .icon svg {
  width: 70px;
  height: auto;
}

.model.ham-pop .model-body .icon img path, .model.ham-pop .model-body .icon svg path {
  fill: #000;
}

.model.ham-pop .model-body .nav-list {
  width: 100%;
}

.model.ham-pop .model-body .nav-list > li {
  cursor: pointer;
}

.model.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 20px;
}

.model.ham-pop .model-body .nav-list > li.desktop-non {
  display: none;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown {
  position: relative;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown:hover .title h5 {
  color: #666;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .title.active img {
  transform: rotate(90deg);
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .title h5 {
  color: #000;
  font-family: Poppins;
  font-size: 22px;
  transition: all .5s;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .title .arrow {
  -o-object-fit: contain;
  object-fit: contain;
  width: 15px;
  height: 15px;
  transition: all .5s;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .title svg {
  width: 16px;
  transition: all .5s;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: all .5s;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham.active {
  opacity: 1;
  pointer-events: auto;
  max-height: 300px;
  padding-top: 10px;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham ul {
  max-height: 175px;
  padding: 0 10px 10px;
  overflow-y: auto;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham ul::-webkit-scrollbar {
  background: #fff;
  width: 4px;
  height: 4px;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham ul::-webkit-scrollbar-track {
  box-shadow: none;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham ul li:first-child a {
  padding-top: 0;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham ul li a {
  color: #666;
  padding: 5px 0;
  font-size: 16px;
  transition: all .5s;
  display: block;
}

.model.ham-pop .model-body .nav-list > li.hamDropdown .dropdown-menu-ham ul li a:hover {
  color: #000;
}

.model.ham-pop .model-body .nav-list > li > a {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.06;
  display: inline-block;
}

.model.ham-pop .model-body .nav-list > li > a:hover {
  color: #666;
}

.model.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 1rem;
  display: flex;
}

.model.ham-pop .model-body .bottom-list .social-icons a {
  vertical-align: middle;
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 0;
  display: inline-flex;
  overflow: hidden;
}

.model.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 4px;
}

.model.ham-pop .model-body .bottom-list .social-icons a:hover img {
  opacity: .5;
  transform: scale(1.1);
}

.model.ham-pop .model-body .bottom-list .social-icons a img {
  filter: invert();
  width: 24px;
  height: 24px;
  transition: all .5s;
}

.message-pop.model {
  top: calc(var(--headerheight)  + 12px);
  background: var(--primary);
  z-index: 7;
  border-radius: 5px;
  padding: 8px 15px;
  position: fixed;
  right: 30px;
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

.message-pop.model * {
  color: var(--white);
}

.model-full {
  pointer-events: none;
  background: none;
  align-items: center;
  width: 100%;
  max-width: 100%;
  transition: all .5s;
  display: flex;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateY(100%);
}

.model-full.is-open {
  transform: translateY(0%);
}

.model-full .dialog-wrapper {
  background: var(--white);
  pointer-events: all;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.model-full .dialog-wrapper .title {
  color: var(--black);
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 20px;
  font-size: 20px;
  font-weight: 600;
}

.model-full .dialog-wrapper .title:has(.close) {
  position: relative;
}

.model-full .dialog-wrapper .title .close {
  z-index: 2;
  line-height: 0;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

.model-full .dialog-wrapper .title .close svg {
  width: 20px;
  height: auto;
}

.model-full .dialog-wrapper .title .close path {
  stroke: var(--black);
}

.model-full .dialog-wrapper .content {
  padding: 12px 20px;
}

.model-full.cancel-order-pop .dialog-wrapper {
  max-width: 540px;
}

.model-full.cancel-order-pop .dialog-wrapper .close {
  top: 28px;
  right: 18px;
}

.model-full.cancel-order-pop .dialog-wrapper .close svg {
  width: 18px;
}

.model-full.cancel-order-pop .dialog-wrapper .model-body {
  padding: 35px 30px 55px;
}

.model-full.cancel-order-pop .dialog-wrapper .model-body .ksxif {
  margin-bottom: 50px;
}

.model-full.cancel-order-pop .dialog-wrapper .model-body .ksxif h4 {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
}

.model-full.cancel-order-pop .dialog-wrapper .model-body .form {
  --gaptb: 18px;
}

.model-full.add-address-pop .dialog-wrapper {
  max-width: 470px;
}

.model-full.add-address-pop .close {
  top: 28px;
  right: 18px;
}

.model-full.add-address-pop .model-body {
  padding: 36px 38px 60px;
}

@media only screen and (max-width: 1366px) {
  .model-full.add-address-pop .model-body {
    max-height: 530px;
    overflow-y: auto;
  }

  .model-full.add-address-pop .model-body::-webkit-scrollbar {
    background: none;
    width: 6px;
    height: 6px;
  }

  .model-full.add-address-pop .model-body::-webkit-scrollbar-track {
    box-shadow: none;
  }

  .model-full.add-address-pop .model-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
  }
}

.model-full.add-address-pop .model-body .pilce {
  gap: 1rem;
  margin-bottom: 50px;
  display: flex;
}

.model-full.add-address-pop .model-body .pilce h4 {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: 1;
  font-family: Poppins;
  font-size: 20px;
  line-height: 25.64px;
}

.model-full.add-address-pop .model-body .pilce .close svg {
  width: 18px;
}

.model-full.add-address-pop .model-body .form {
  --item: 2;
  --borderbefore: var(--text);
  --gaptb: 16px;
  --gaplr: 16px;
  --labelfontbefore: 14px;
  --labelfontafter: 12px;
}

.model-full.add-address-pop .model-body .form .label-tzooz {
  color: var(--black);
}

.model-full.add-address-pop .model-body .form .chckbx-tkfrb {
  margin-top: 12px;
}

.model-full.add-address-pop .model-body .form .chckbx-tkfrb p {
  font-size: var(--labelfontbefore);
}

.model-full.add-address-pop .model-body .form .btn-grp {
  margin-top: 20px;
}

.video-pop.model {
  z-index: 9;
  background: rgba(0, 0, 0, .48);
  max-width: 100%;
  transition: all .5s;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.video-pop.model.is-open {
  transform: translateY(0%);
}

.video-pop.model .close-video {
  background: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: calc(100% + 20px);
  right: -40px;
}

@media only screen and (max-width: 675px) {
  .video-pop.model .close-video {
    right: 0;
  }
}

.video-pop.model .close-video:hover {
  background: var(--black);
}

.video-pop.model .close-video svg {
  width: 35%;
  height: 35%;
}

.video-pop.model .close-video path {
  stroke-width: 2px;
  stroke: var(--white);
}

.video-pop.model .model-body {
  width: 100%;
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@media only screen and (max-width: 675px) {
  .video-pop.model .model-body {
    max-width: 95%;
  }
}

.video-pop.model .model-body iframe {
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
  width: 100%;
}

.tdur-search-pop.model {
  z-index: 9;
  background: var(--white);
  --searchstrip: 70px;
  max-width: 100%;
  height: 100%;
  transition: all .5s;
  left: 0;
  right: 0;
  transform: translateY(100%)scale(.8);
}

.tdur-search-pop.model.is-open {
  transform: translateY(0)scale(1);
}

.tdur-search-pop.model .upper-strip-search {
  border-bottom: 1px solid #ccc;
}

.tdur-search-pop.model .upper-strip-search .form-group-search {
  height: var(--searchstrip);
  align-items: center;
  gap: 20px;
  display: flex;
}

.tdur-search-pop.model .upper-strip-search .form-group-search input {
  border: none;
  flex: 1;
  font-size: 20px;
}

.tdur-search-pop.model .upper-strip-search .form-group-search input:focus {
  outline: none;
}

.tdur-search-pop.model .upper-strip-search .form-group-search input::placeholder {
  text-transform: uppercase;
  letter-spacing: .05em;
}

.tdur-search-pop.model .upper-strip-search .form-group-search .close-search-whktk, .tdur-search-pop.model .upper-strip-search .form-group-search .ico {
  width: 30px;
  line-height: 0;
}

@media only screen and (max-width: 540px) {
  .tdur-search-pop.model .upper-strip-search .form-group-search .close-search-whktk, .tdur-search-pop.model .upper-strip-search .form-group-search .ico {
    width: 20px;
  }
}

.tdur-search-pop.model .upper-strip-search .form-group-search .close-search-whktk svg, .tdur-search-pop.model .upper-strip-search .form-group-search .ico svg {
  width: 100%;
  height: auto;
}

.tdur-search-pop.model .upper-strip-search .form-group-search .close-search-whktk {
  position: unset;
}

.tdur-search-pop.model .secsrch-moxqj {
  min-height: calc(100% - var(--searchstrip));
  max-height: calc(100% - var(--searchstrip));
  padding: 5rem 0;
  overflow-y: auto;
}

.tdur-search-pop.model .secsrch-moxqj::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.tdur-search-pop.model .secsrch-moxqj::-webkit-scrollbar-track {
  box-shadow: none;
}

.tdur-search-pop.model .secsrch-moxqj::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 0;
}

@media only screen and (max-width: 991px) {
  .tdur-search-pop.model .secsrch-moxqj {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .tdur-search-pop.model .secsrch-moxqj {
    padding: 3rem 0;
  }
}

@media only screen and (max-width: 540px) {
  .tdur-search-pop.model .secsrch-moxqj {
    padding: 2rem 0;
  }
}

.tdur-search-pop.model .secsrch-moxqj .secsrch-cjrvs-sec {
  height: 100%;
}

.tdur-search-pop.model .secsrch-moxqj .secsrch-cjrvs-sec .upper-sec .heading h3 {
  color: #000;
  font-weight: 500;
}

.tdur-search-pop.model .secsrch-moxqj .search-result-prdct-wrap .search-result-prdct {
  grid-gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

@media only screen and (max-width: 991px) {
  .tdur-search-pop.model .secsrch-moxqj .search-result-prdct-wrap .search-result-prdct {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .tdur-search-pop.model .secsrch-moxqj .search-result-prdct-wrap .search-result-prdct {
    grid-gap: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 350px) {
  .tdur-search-pop.model .secsrch-moxqj .search-result-prdct-wrap .search-result-prdct {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tdur-search-pop.model .secsrch-moxqj .search-result-prdct-wrap .search-result-prdct .product-col figcaption a {
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.tdur-search-pop.model .secsrch-moxqj .search-result-prdct-wrap .search-result-prdct .product-col figcaption p.prd-price {
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

div:has( > .product-not-found) {
  position: relative;
}

.product-not-found {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.product-not-found.not-found2 {
  position: relative;
}

.product-not-found .nt-fnd-wrp {
  text-align: center;
}

.product-not-found .nt-fnd-wrp .ico {
  filter: grayscale();
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.product-not-found .nt-fnd-wrp p {
  margin: 10px 0 3rem;
  font-family: Poppins;
  font-size: 24px;
}

.enquire-pop.model {
  background: #fff;
  transition: all .5s;
  right: 0;
  transform: translateX(100%);
}

.enquire-pop.model.is-open {
  transform: translateX(0%);
}

.enquire-pop.model .model-body {
  height: calc(100% - 60px);
  margin-top: 60px;
  padding: 0 35px 30px;
  overflow-y: auto;
}

.enquire-pop.model .model-body::-webkit-scrollbar {
  background: var(--white);
  width: 3px;
  height: 3px;
}

.enquire-pop.model .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.enquire-pop.model .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}

.enquire-pop.model .model-body .title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.enquire-pop.model .model-body .title h2, .enquire-pop.model .model-body .title h4 {
  color: var(--black);
  font-size: 32px;
  font-weight: 500;
}

.enquire-pop.model .model-body .title p {
  color: var(--text);
  max-width: 340px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.2;
}

@media only screen and (max-width: 675px) {
  .enquire-pop.model .model-body .title p {
    max-width: 300px;
    font-size: 14px;
  }
}

.enquire-pop.model .model-body .form {
  --gaptb: 15px;
  --item: 1;
  --labelbefore: var(--text);
  --labelafter: #000;
  --borderbefore: var(--text);
  --borderafter: #000;
}

.enquire-pop.model .model-body .btn {
  --height: 40px;
  width: 100%;
  height: 40px;
  margin: 15px auto 0;
}

.thankyou {
  border-top: 1px solid #000;
}

.thankyou .container {
  height: 80vh;
}

.thankyou .container .content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.thankyou .container .content .icon {
  width: 80px;
  height: 80px;
}

.thankyou .container .content .icon img {
  height: 100%;
}

.thankyou .container .content h2 {
  padding-bottom: 10px;
}

.thankyou .container .content p {
  max-width: 600px;
  margin: 0 auto;
}

/* [project]/indlayhimrav/public_html/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/indlayhimrav/public_html/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal ~ .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal ~ .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal ~ .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/indlayhimrav/public_html/uploads/styles/component/component.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--black);
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --labelfontbefore: 16px;
  --labelfontafter: 14px;
  --font: normal;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}

.form .form-group {
  --selectheight: var(--inputsize);
  flex: 0 100%;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  position: relative;
}

.form .form-group .error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.form .form-group .error.static {
  margin: 10px 0;
  position: static;
}

.form .form-group.active:after {
  width: 100%;
}

.form .form-group:before, .form .form-group:after {
  content: "";
  height: var(--borderwidth);
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group:before {
  background: var(--borderbefore);
}

.form .form-group:after {
  background: var(--borderafter);
  width: 0;
}

.form .form-group.border {
  --paddingleftright: 15px;
}

.form .form-group.border:before, .form .form-group.border:after {
  display: none;
}

.form .form-group.border input {
  border: 1px solid var(--text);
  border-radius: 5px;
}

.form .form-group label {
  font-weight: var(--font);
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  background: none;
  transition: all .3s;
  position: absolute;
}

.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize)  - var(--borderwidth));
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
}

.form .form-group input:focus, .form .form-group textarea:focus, .form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}

.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}

.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}

.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label, .form .form-group input.no-focus ~ label, .form .form-group textarea.no-focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}

.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: rgba(0, 0, 0, 0);
}

.form .form-group textarea {
  height: var(--textareaheight);
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  padding-right: 15px;
  font-family: inherit;
  line-height: 1.2;
}

.form .form-group textarea::-webkit-scrollbar {
  background: none;
  width: 2px;
  height: 2px;
}

.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}

.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 15px;
}

.form .form-group textarea:focus, .form .form-group textarea.valid {
  height: calc(var(--textareaheight)  - 13px);
  outline: none;
  margin-top: 13px;
}

.form .form-group select:focus {
  outline: none;
}

.form .form-group select ~ label {
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: all .6s;
  position: absolute;
  translate: 0;
}

.form .form-group select.valid {
  color: var(--color);
}

.form .form-group select.valid ~ label {
  opacity: 1;
}

.form .form-group.file-input input[type="file"] {
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize)  - var(--borderwidth));
  --filename: "Attach Resume*";
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url("/assets/icon/clip-gray.svg") no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: calc(var(--inputsize)  - var(--borderwidth));
  position: relative;
}

.form .form-group.file-input .file-name:before, .form .form-group.file-input .file-name:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  right: 0;
}

.form .form-group.file-input .file-name:before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize)  - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  text-overflow: ellipsis;
  background: none;
  width: 80%;
  overflow: hidden;
}

.form .form-group.file-input .file-name:after {
  content: "";
  background: var(--image);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  background-size: auto 50%;
  right: 0;
}

.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.checkbox-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.checkbox-full:has(input:checked) .check-span {
  background: var(--primary);
}

.checkbox-full:has(input:checked) .check-span:before {
  opacity: 1;
}

.checkbox-full input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-full .check-span {
  --size: 20px;
  height: var(--size);
  width: var(--size);
  pointer-events: none;
  background: #d9d9d9;
  border-radius: 5px;
  flex: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.checkbox-full .check-span:before {
  content: "";
  z-index: 2;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") 50% / 10px no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-full p {
  padding-left: 14px;
}

.radio-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.radio-full:has(input:checked) .check-span {
  background: var(--primary);
  outline-offset: -4px;
  outline: 2px solid var(--white);
  background: var(--primary);
}

.radio-full input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.radio-full .check-span {
  --size: 17px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 50%;
  flex: 0 auto;
  padding: 0;
  display: inline-block;
  position: relative;
}

.radio-full p {
  padding-left: 14px;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --headerpadding: 12px;
  --headerheight: 90px;
  --headerfixed: 70px;
  --mobilesearchbar: 45px;
  --arrow: 25px;
  --arrowsize: 20px;
  --triangle: 10px;
  --space: 11px;
  --footerstrip: 38px;
  --filterstrip: 42px;
  --elementhover: #003b95;
  --primary: #003b95;
  --secondary: #0355d1;
  --lightprime: #d6e6ff;
  --lightblue: #e9f1ff;
  --colortext: #000;
  --red: #ff2323;
  --green: #4ea95f;
  --sucgreen: green;
  --blue: #2773e5;
  --text: #666;
  --white: #fff;
  --black: #000;
  --gray: #efefef;
  --container: 1280px;
  --containerfluid: 10px;
  --gradient-a: linear-gradient(90deg, #006ce4 0%, #3691f6 100%);
  --gradient-b: linear-gradient(90deg, #3691f6 0%, #006ce4 100%);
}

@media only screen and (max-width: 768px) {
  :root {
    --headerheight: 80px;
    --headerfixed: 60px;
    --headerpadding: 8px;
  }
}

.sec-head {
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sec-head {
    font-size: 18px;
  }
}

@media only screen and (max-width: 540px) {
  .sec-head {
    font-size: 16px;
    line-height: 1.5;
  }
}

.sec-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.sec-pad {
  padding: 60px 0 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad {
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad {
    padding: 30px 0 0;
  }
}

.sec-pad-all {
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad-all {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad-all {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad-all {
    padding: 30px 0;
  }
}

body::-webkit-scrollbar {
  background: var(--white);
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: none;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}

@media only screen and (max-width: 540px) {
  body {
    -webkit-tap-highlight-color: transparent;
  }
}

body.overflow-hidden {
  margin-right: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}

body.overflow-hidden header {
  width: calc(100% - 8px);
}

@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-optical-sizing: auto;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

body p, html p {
  color: var(--text);
  line-height: 1.2;
}

a[href] {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s;
}

a[href].logo {
  line-height: 0;
  display: block;
}

.view_all {
  color: var(--primary);
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .view_all {
    gap: 6px;
  }
}

.view_all img {
  width: 24px;
}

@media only screen and (max-width: 540px) {
  .view_all img {
    width: 20px;
  }
}

.view_all:hover svg, .view_all:hover img {
  transform: translateX(5px);
}

svg path {
  transition: all .5s;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}

@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }

  .container.container2 .heading {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  margin: 0 auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.17;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.05;
}

h3 {
  font-size: 36px;
  line-height: 1.06;
}

@media only screen and (max-width: 540px) {
  .heading {
    text-align: center;
  }
}

.heading.color h2 {
  font-size: 36px;
}

@media only screen and (max-width: 991px) {
  .heading.color h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.color h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.color h2 {
    font-size: 24px;
  }
}

.heading.color h2 {
  color: var(--primary);
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .heading.color h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.color h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.color h2 {
    font-size: 28px;
  }
}

.heading h2 {
  font-size: 22px;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .heading h2 {
    font-size: 20px;
  }
}

.heading.h-large h3, .heading.h-large h2 {
  font-size: 36px;
}

.heading.c-white h3, .heading.c-white h2 {
  color: var(--white);
}

.heading > p {
  margin-top: 10px;
}

h4 {
  font-size: 36px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.25;
}

@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

.grid {
  display: grid;
}

.span-2 {
  grid-column: span(2);
}

.inline-flex {
  --gap: 12px;
  align-items: center;
  gap: 0 var(--gap);
  display: inline-flex;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

button.remove, button.edit {
  text-transform: uppercase;
  font-size: 14px;
}

button.remove {
  color: var(--text);
}

.btn_wrap {
  align-items: center;
  gap: 15px;
  display: flex;
}

.tab-nav {
  cursor: default;
}

.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: rgba(0, 0, 0, 0);
}

.tab-nav-content {
  position: relative;
}

.tab-nav-content .tabs {
  transition: all .3s;
  transform: translateY(10px);
}

.tab-nav-content .tabs.active {
  transform: translateY(0);
}

.tab-nav-content .tabs:not(.active) {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateY(3%);
}

.item-md {
  position: relative;
}

.item-md:before, .item-md:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md figure, .item-md .figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.item-md figure img, .item-md figure video, .item-md .figure img, .item-md .figure video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.item-md figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md .link-md {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md.center-item figcaption {
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
}

.testimony_col:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
}

.testimony_col figcaption {
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
  bottom: 3%;
  translate: 0 3%;
}

.testimony_col figcaption .content h6, .testimony_col figcaption .content p {
  color: var(--white);
}

.testimony_col figcaption .content h6 {
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .testimony_col figcaption .content h6 {
    font-size: 22px;
  }
}

.testimony_col figcaption .content p {
  font-size: 14px;
}

.testimony_col figcaption .play-btn {
  --btnsize: 40px;
}

.product_col {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product_col:hover figure img, .product_col:hover .figure img {
  transform: scale(1);
}

.product_col:hover .hoverItem {
  transform: translateY(0);
}

.product_col figure, .product_col .figure {
  width: 100%;
  height: 100%;
  max-height: 500px;
  padding: 20px 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.product_col figure img, .product_col .figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: scale(.9);
}

.product_col figcaption {
  padding: 0 20px 30px;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption {
    padding: 0 10px 10px;
  }
}

.product_col figcaption h6 {
  padding: 0 20px 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption h6 {
    padding: 0 5px 5px;
  }
}

.product_col figcaption p {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption p {
    padding: 0 5px;
  }
}

.product_col .wislist {
  position: absolute;
  top: 3%;
  right: 5%;
  transform: translate(5%, -3%);
}

.product_col .hoverItem {
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.product_col .hoverItem a, .product_col .hoverItem button {
  text-align: center;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.2;
}

.product_col .hoverItem .enquireBtn {
  background: var(--black);
  color: var(--white);
}

@media only screen and (max-width: 540px) {
  .product_col .hoverItem .enquireBtn {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.product_col .hoverItem .viewDetails {
  background: var(--gray);
  color: var(--black);
}

@media only screen and (max-width: 540px) {
  .product_col .hoverItem .viewDetails {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.city_col {
  background: var(--white);
  text-align: center;
  border: 1px solid #aeaeae;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  transition: all .3s;
  display: block;
}

@media only screen and (max-width: 768px) {
  .city_col {
    padding: 10px;
  }
}

.city_col:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

.city_col:hover .cname {
  color: var(--primary);
}

.city_col img {
  width: 85px;
  height: 85px;
}

@media only screen and (max-width: 768px) {
  .city_col img {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 540px) {
  .city_col img {
    width: 60px;
    height: 60px;
  }
}

.city_col .cname {
  color: var(--black);
  margin: 10px 0 3px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .city_col .cname {
    margin: 5px 0;
    font-size: 14px;
  }
}

.city_col .parks {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .city_col .parks {
    font-size: 12px;
  }
}

.category_col:before {
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 10px;
}

.category_col:after {
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 10px;
}

.category_col:hover figure img {
  transform: scale(1.2);
}

.category_col figure {
  border-radius: 10px;
  height: 274px;
  position: relative;
}

.category_col figure video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.category_col figure img {
  transition: all 1s;
}

.category_col .wishlist {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 15px;
}

.category_col figcaption {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
}

.category_col figcaption .top_sec {
  justify-content: space-between;
  align-items: center;
}

.category_col figcaption .top_sec p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.category_col figcaption .lower_sec h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .category_col figcaption .lower_sec h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .category_col figcaption .lower_sec h3 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}

.category_col figcaption .lower_sec p {
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.industry_col {
  width: 100%;
  height: 100%;
}

.industry_col:hover figure .img_wrap img {
  transform: scale(1.2);
}

.industry_col figure {
  height: 195px;
  position: relative;
}

.industry_col figure:before, .industry_col figure:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.industry_col figure:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
}

.industry_col figure:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
}

.industry_col .img_wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.industry_col .img_wrap img, .industry_col .img_wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.industry_col .wishlist {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 15px;
}

.industry_col .img_content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.industry_col .img_content .top_sec {
  justify-content: space-between;
  align-items: center;
}

.industry_col .img_content .top_sec p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.industry_col .img_content .lower_sec h3 {
  color: var(--white);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.industry_col .img_content .lower_sec p {
  color: var(--white);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.industry_col figcaption {
  background: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 25px 15px;
}

@media only screen and (max-width: 540px) {
  .industry_col figcaption {
    padding: 20px 15px;
  }
}

.industry_col figcaption > p {
  color: var(--text);
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}

.industry_col figcaption .distance {
  align-items: start;
  gap: 10px;
  padding: 20px 0;
  display: flex;
}

.industry_col figcaption .distance .dis_col {
  flex: 1;
}

.industry_col figcaption .distance .dis_col p, .industry_col figcaption .distance .dis_col span {
  color: var(--text);
  display: block;
}

.industry_col figcaption .distance .dis_col p {
  font-size: 14px;
  font-weight: 500;
}

.industry_col figcaption .distance .dis_col span {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}

.industry_col figcaption .btn_wrapper {
  align-items: center;
  gap: 10px;
  display: flex;
}

.industry_col figcaption .btn_wrapper .btn {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .industry_col figcaption .btn_wrapper .btn {
    --padding: 5px;
  }
}

.overlay {
  z-index: 6;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}

@media only screen and (max-width: 540px) {
  .overlay {
    display: none;
  }
}

.overlay.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.overlay2 {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: rgba(0, 0, 0, .7);
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .overlay2 {
    z-index: 2;
  }
}

@media only screen and (max-width: 675px) {
  .overlay2 {
    display: none;
  }
}

.overlay2.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.model {
  z-index: 7;
  background: var(--white);
  background-position: 0 80%;
  background-size: 75%;
  width: 100%;
  max-width: 435px;
  position: fixed;
  top: 0;
  bottom: 0;
}

.model .close:not(.btn) {
  position: absolute;
  top: 40px;
  right: 40px;
}

@media only screen and (max-width: 520px) {
  .model .close:not(.btn) {
    top: 20px;
    right: 20px;
  }
}

.model .close:not(.btn) path {
  stroke: var(--black);
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: all .5s;
}

.btn {
  --height: 34px;
  --padding: 18px;
  vertical-align: middle;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  text-transform: capitalize;
  color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--primary);
  z-index: 1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all .5s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--gradient-a);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--gradient-b);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn:before, .btn:after {
  z-index: -1;
  transition: all .5s;
}

.btn:after {
  opacity: 0;
}

@media only screen and (max-width: 540px) {
  .btn {
    --padding: 14px;
    font-size: 12px;
  }
}

.btn:hover:before {
  opacity: 0;
}

.btn:hover:after {
  opacity: 1;
}

.btn:hover path {
  fill: var(--primary);
}

.btn img {
  width: 24px;
  transition: all .3s;
}

.btn.btn-large, .btn.btn-medium {
  letter-spacing: 0;
  font-size: 16px;
}

.btn.w-100 {
  width: 100%;
}

.btn.btn-large {
  --height: 52px;
  --padding: 38px;
}

.btn.small {
  --height: 30px;
  --padding: 12px;
  font-size: 14px;
}

.btn.btn-medium {
  --height: 45px;
  --padding: 25px;
}

.btn.white-border {
  border: 1px solid var(--white);
  background: none;
}

.btn.white-border:before {
  background: none;
}

.btn.white-border:after {
  background: var(--white);
}

.btn.white-border:hover {
  color: var(--primary);
}

.btn.white-border:hover img {
  filter: invert();
}

.btn.color-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 25px;
}

.btn.color-border:before {
  background: none;
}

.btn.color-border:after {
  background: var(--primary);
}

.btn.color-border:hover {
  color: var(--white);
}

.btn.primary-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 5px;
}

.btn.primary-border:before {
  background: var(--white);
}

.btn.primary-border:after {
  background: var(--primary);
}

.btn.primary-border:hover {
  color: var(--white);
}

.btn.white {
  border: 1px solid var(--white);
  color: var(--black);
  background: none;
}

.btn.white:before {
  background: var(--white);
}

.btn.white:after {
  background: none;
}

.btn.white:hover {
  color: var(--white);
}

.btn.white:hover img {
  filter: invert();
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item)  - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
  display: grid;
}

.form-grid .full {
  grid-column: span var(--item);
}

.form-grid.form-2 {
  --item: 2;
}

.form-grid.form-3 {
  --item: 3;
}

.form-grid.form-4 {
  --item: 4;
}

.banner {
  position: relative;
}

.banner:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%), linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .bg {
  line-height: 0;
}

@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: calc(100vh - var(--headerheight));
  }
}

.banner .bg video, .banner .bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner .banner-wrapper {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}

.banner .banner-wrapper h1 {
  text-transform: uppercase;
  color: var(--white);
  font-family: Poppins;
  font-size: 48px;
  line-height: 1.28;
}

.banner .banner-wrapper .content p {
  color: var(--white);
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.23;
}

@media only screen and (max-width: 991px) {
  .banner .banner-wrapper .content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .banner .banner-wrapper .content p {
    font-size: 16px;
  }
}

.banner-banner .content h1 {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 32px;
  line-height: 1.1875;
}

.banner-banner .content p {
  color: var(--text);
  margin-top: 18px;
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}

.swiper-nav.no_bg .swiper-prev, .swiper-nav.no_bg .swiper-next {
  box-shadow: none;
  background: none;
}

.swiper-nav.no_bg .swiper-prev img, .swiper-nav.no_bg .swiper-prev svg, .swiper-nav.no_bg .swiper-next img, .swiper-nav.no_bg .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.white-border .swiper-prev, .swiper-nav.white-border .swiper-next {
  box-shadow: none;
  border: 1px solid var(--white);
  background: none;
}

.swiper-nav.white-border .swiper-prev img, .swiper-nav.white-border .swiper-prev svg, .swiper-nav.white-border .swiper-next img, .swiper-nav.white-border .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.white-border .swiper-prev img path, .swiper-nav.white-border .swiper-prev svg path, .swiper-nav.white-border .swiper-next img path, .swiper-nav.white-border .swiper-next svg path {
  stroke: var(--white);
}

.swiper-nav.primary-border .swiper-prev, .swiper-nav.primary-border .swiper-next {
  box-shadow: none;
  border: 1px solid var(--primary);
  background: none;
}

.swiper-nav.primary-border .swiper-prev img, .swiper-nav.primary-border .swiper-prev svg, .swiper-nav.primary-border .swiper-next img, .swiper-nav.primary-border .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.primary-border .swiper-prev img path, .swiper-nav.primary-border .swiper-prev svg path, .swiper-nav.primary-border .swiper-next img path, .swiper-nav.primary-border .swiper-next svg path {
  stroke: var(--primary);
}

.swiper-nav.center-full {
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.swiper-nav.group {
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  display: flex;
}

@media only screen and (max-width: 1152px) {
  .swiper-nav.group {
    gap: 0 8px;
  }
}

.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev, .swiper-next {
  background: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

@media only screen and (max-width: 540px) {
  .swiper-prev, .swiper-next {
    width: 30px;
    height: 30px;
  }
}

.swiper-prev img, .swiper-prev svg, .swiper-next img, .swiper-next svg {
  vertical-align: middle;
}

.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: .4;
}

.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 56px;
  --border: 2px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border: var(--border) solid var(--bordercolor);
  background: none;
  border-radius: 50%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}

@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}

.play-btn:before {
  content: "";
  background: var(--bordercolor);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 1.5s ease-out infinite pulse-border;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%)translateY(-50%);
}

@keyframes pulse-border {
  0% {
    opacity: .5;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
  }
}

.play-btn:after {
  content: "";
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.website-content > :first-child {
  margin-top: 0 !important;
}

.website-content > :last-child {
  margin-bottom: 0 !important;
}

.website-content h1 {
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h1 {
    font-size: 32px;
  }
}

.website-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h2 {
    font-size: 28px;
  }
}

.website-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h3 {
    font-size: 24px;
  }
}

.website-content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h4 {
    font-size: 20px;
  }
}

.website-content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .website-content h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h5 {
    font-size: 16px;
  }
}

.website-content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (max-width: 540px) {
  .website-content h6 {
    font-size: 16px;
  }
}

.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}

@media only screen and (max-width: 1336px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 30px 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 20px 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 15px 0;
  }
}

.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}

@media only screen and (max-width: 768px) {
  .website-content h5, .website-content h6 {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h5, .website-content h6 {
    margin: 10px 0;
  }
}

.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 540px) {
  .website-content p, .website-content li {
    font-size: 14px;
  }
}

.website-content p b, .website-content p strong, .website-content li b, .website-content li strong {
  color: var(--black);
  font-weight: 600;
}

.website-content p {
  padding-bottom: 10px;
}

.website-content a {
  color: var(--black);
}

.website-content a:hover {
  text-decoration: underline;
}

.website-content ul:not(.seo-loc-ser) {
  margin-bottom: 30px;
  padding-left: 18px;
}

@media only screen and (max-width: 675px) {
  .website-content ul:not(.seo-loc-ser) {
    padding-left: 10px;
  }
}

.website-content ul:not(.seo-loc-ser) li {
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 675px) {
  .website-content ul:not(.seo-loc-ser) li {
    padding-left: 20px;
  }
}

.website-content ul:not(.seo-loc-ser) li:not(:last-child) {
  margin-bottom: 6px;
}

.website-content ul:not(.seo-loc-ser) li:before {
  content: "";
  aspect-ratio: 1;
  background: var(--primary);
  border-radius: 50%;
  width: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media only screen and (max-width: 520px) {
  .website-content ul:not(.seo-loc-ser) li:before {
    width: 6px;
  }
}

.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}

.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}

.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.website-content .seo-loc-ser li {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}

.website-content .seo-loc-ser li:not(:last-child) {
  border-right: 1px solid var(--text);
  margin-right: 10px;
  padding-right: 10px;
}

.website-content .seo-loc-ser li a {
  color: var(--text);
  font-size: 14px;
  display: inline-block;
}

.website-content .seo-loc-ser li a:hover {
  color: var(--primary);
}

.website-content.website-content-white * {
  color: var(--white);
}

.website-content.website-content-white ul li:before {
  background: var(--white);
}

.website-content.website-content-small h2 {
  font-size: 28px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h2 {
    font-size: 22px;
  }
}

.website-content.website-content-small h3 {
  font-size: 26px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h3 {
    font-size: 20px;
  }
}

.website-content.website-content-small h4 {
  font-size: 22px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h4 {
    font-size: 18px;
  }
}

.website-content.website-content-small h5, .website-content.website-content-small h6 {
  font-size: 18px;
}

.website-content table thead {
  color: var(--black);
  background-color: rgba(102, 102, 102, .1);
}

.website-content table thead th {
  padding: 10px;
}

.website-content table tbody tr td {
  color: var(--text);
  padding: 5px 10px;
}

.seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
  margin: 40px 0 18px;
  font-size: 30px;
}

@media only screen and (max-width: 769px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    margin: 30px 0 18px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    margin: 25px 0 15px;
    font-size: 20px;
  }
}

.seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
  margin: 30px 0 15px;
}

@media only screen and (max-width: 769px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 25px 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 20px 0 12px;
  }
}

.container-fluid.slider-section .upper-sec .slider-nav {
  right: 3%;
  transform: translate(3%, -50%);
}

@media only screen and (max-width: 675px) {
  .slider-section .container {
    padding-right: 0;
  }
}

.slider-section .upper-sec {
  margin-bottom: 4rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .slider-section .upper-sec {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .slider-section .upper-sec {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 540px) {
  .slider-section .upper-sec {
    margin-bottom: 1.5rem;
  }
}

.slider-section .upper-sec .slider-nav {
  align-items: center;
  gap: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .slider-section .upper-sec .slider-nav {
    display: none;
  }
}

.slider-section .upper-sec .slider-nav .swiper-prev svg, .slider-section .upper-sec .slider-nav .swiper-prev img {
  transform: scaleX(-1);
}

.slider-section .upper-sec .heading {
  text-align: center;
}

.lctn {
  color: var(--text);
  --arrow: 20px;
  --space: 5px;
  padding-left: calc(var(--arrow)  + var(--space));
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.lctn:before {
  content: "";
  height: var(--arrow);
  width: var(--arrow);
  transform-origin: 100%;
  background-image: url("/assets/icon/location-gradient.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .5s;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.lctn.clndr {
  color: var(--white);
  --arrow: 17px;
  --space: 12px;
}

.lctn.clndr:before {
  background-image: url("/assets/icon/calender.svg");
}

.common-grid {
  grid-gap: 50px 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 991px) {
  .common-grid {
    grid-gap: 30px 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 675px) {
  .common-grid {
    grid-gap: 10px;
    grid-template-columns: 100%;
  }
}

.product-col {
  position: relative;
}

.product-col:before {
  content: "";
  opacity: 0;
  z-index: 1;
  background: #fff;
  width: 0;
  height: 86%;
  display: block;
  position: absolute;
  top: 7%;
  left: 0%;
  transform: skewX(-20deg);
  box-shadow: 0 0 55px 12px #fff;
}

.product-col:hover:before {
  animation: .4s linear shine;
}

.product-col .figure, .product-col figure {
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-col .figure .add-to, .product-col figure .add-to {
  text-align: right;
  opacity: 0;
  justify-content: end;
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-col .figure .add-to a, .product-col figure .add-to a {
  padding: 11px 20px;
  transition: all .5s;
  display: block;
}

.product-col .figure .add-to a svg, .product-col figure .add-to a svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.product-col .figure .add-to a.add2cart, .product-col figure .add-to a.add2cart {
  background-color: #13195f;
}

.product-col .figure .add-to a.add2cart:hover, .product-col figure .add-to a.add2cart:hover {
  background-color: #fff;
}

.product-col .figure .add-to a.add2cart:hover svg path, .product-col figure .add-to a.add2cart:hover svg path {
  fill: var(--primary);
}

.product-col .figure .add-to a.add2wish, .product-col figure .add-to a.add2wish {
  background-color: #030735;
}

.product-col .figure .add-to a.add2wish.active, .product-col figure .add-to a.add2wish.active {
  background-color: #fff;
}

.product-col .figure .add-to a.add2wish.active svg path, .product-col figure .add-to a.add2wish.active svg path {
  fill: var(--primary);
}

.product-col .figure .add-to a.add2wish:hover, .product-col figure .add-to a.add2wish:hover {
  background-color: #fff;
}

.product-col .figure .add-to a.add2wish:hover svg path, .product-col figure .add-to a.add2wish:hover svg path {
  stroke: var(--primary);
}

.product-col .figure img, .product-col figure img {
  -o-object-position: cover;
  object-position: cover;
  -o-object-position: top;
  object-position: top;
  transform-origin: 0 0;
  width: 100%;
  transition: all .5s;
}

.product-col figcaption {
  text-align: center;
  max-width: 305px;
  margin: 0 auto;
  padding: 18px 20px 0;
}

.product-col figcaption .pro_name {
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.product-col figcaption .price {
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.product-col figcaption .color-select-wrap {
  padding-bottom: 10px;
}

.product-col figcaption .color-select-wrap li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.product-col figcaption .color-select-wrap li:not(:last-child) {
  margin-right: 15px;
}

.product-col figcaption .color-select-wrap li:has(input:checked) span:before {
  opacity: 1;
}

.product-col figcaption .color-select-wrap li span {
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.product-col figcaption .color-select-wrap li span:before {
  content: "";
  opacity: 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -3px;
  left: -3px;
}

.product-col figcaption .color-select-wrap li input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col figcaption .color-select-wrap li input:checked ~ span:before, .product-col:hover .add-to {
  opacity: 1;
}

.product-col:hover .figure img, .product-col:hover figure img {
  transform: scale(1.1);
}

.product-col .wishlist-ico, .product-col-2 .wishlist-ico {
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 13px;
  right: 10px;
}

.product-col .wishlist-ico img, .product-col .wishlist-ico svg, .product-col-2 .wishlist-ico img, .product-col-2 .wishlist-ico svg {
  width: 15px;
  height: auto;
}

.product-col .wishlist-ico:hover, .product-col .wishlist-ico.is-active, .product-col-2 .wishlist-ico:hover, .product-col-2 .wishlist-ico.is-active {
  background: var(--primary);
}

.product-col .wishlist-ico:hover img, .product-col .wishlist-ico.is-active img, .product-col-2 .wishlist-ico:hover img, .product-col-2 .wishlist-ico.is-active img {
  filter: brightness(0) saturate() invert() sepia() saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
}

.product-col:hover .wishlist-ico, .product-col-2:hover .wishlist-ico {
  opacity: 1;
  pointer-events: all;
}

.product-col-2, .product-col-3 {
  position: relative;
}

.product-col-2:before, .product-col-3:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col-2 .figure, .product-col-2 figure, .product-col-3 .figure, .product-col-3 figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.product-col-2 .figure img, .product-col-2 figure img, .product-col-3 .figure img, .product-col-3 figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.product-col-2:before, .product-col-3:before {
  z-index: 1;
}

.product-col-2:hover .figure img, .product-col-2:hover figure img, .product-col-3:hover .figure img, .product-col-3:hover figure img {
  transform: scale(1.1);
}

.product-col-2 figcaption, .product-col-3 figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col-2:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.product-col-2 figcaption {
  text-align: center;
  padding: 0 2rem 46px;
}

.product-col-2 figcaption .prdt-nm, .product-col-2 figcaption .prd-price {
  color: var(--white);
  font-size: 18px;
  display: block;
}

.product-col-2 figcaption .prdt-nm {
  margin-bottom: 8px;
}

.product-col-3:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
}

.product-col-3:hover .figure img, .product-col-3:hover figure img {
  transform: scale(1.05);
}

.product-col-3 figure img, .product-col-3 .figure img {
  aspect-ratio: .9;
}

.product-col-3 figcaption {
  text-align: center;
  --btnheight: 36px;
  --titlepad: 30px;
  margin-bottom: 3.5rem;
  padding: 0 2rem;
  transition: all .5s;
}

.product-col-3 figcaption .ico {
  opacity: 0;
  margin-bottom: 20px;
  line-height: 0;
  transition: all .5s;
  transform: translateY(30px)scale(.4);
}

.product-col-3 figcaption h6 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 22px;
  line-height: 1.283;
  transition: all .6s;
}

.product-col-3 .xbjs {
  opacity: 0;
  transition: all .6s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(30px)scale(.9);
}

.product-col-3 .xbjs .btn {
  --height: var(--btnheight);
}

.product-col-3:hover {
  transform: translateY(0);
}

.product-col-3:hover figcaption .ico {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.product-col-3:hover figcaption h6 {
  padding-bottom: calc(var(--btnheight)  + var(--titlepad));
}

.product-col-3:hover figcaption .xbjs {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.gray-bg {
  background: var(--gray);
}

.gradient-head {
  text-transform: initial;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: var(--gradient-a);
  display: inline-block;
}

.whitetxt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  top: 50%;
  translate: 0 -50%;
  border: none !important;
}

.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-button:focus, html .ui-button.ui-state-disabled:hover:focus, html .ui-button.ui-state-disabled:active:focus {
  outline: none;
}

.ui-slider-horizontal {
  height: 2px;
  border: none !important;
}

.ui-widget-content {
  background: #cecece;
  border: none !important;
}

.ui-widget-header {
  background: var(--primary);
}

.no-data {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.kmr-select-wrap {
  --labelheight: 45px;
  --liheight: 34px;
  --boxsize: calc(var(--liheight)  - 14px);
  --arrowsize: 16px;
  --space: 11px;
  display: inline-block;
  position: relative;
}

.kmr-select-wrap .label {
  color: var(--black);
  height: var(--labelheight);
  line-height: var(--labelheight);
  background-image: url("/assets/icon/arrow-down-black.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: var(--arrowsize) auto;
  padding-right: calc(var(--arrowsize)  + var(--space));
  cursor: pointer;
  caret-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Poppins;
  font-size: 12px;
}

.kmr-select-wrap.active {
  --btn: 10px;
}

.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn {
  display: block;
}

.kmr-select-wrap.slt-rgt .kmr-select-menu {
  left: auto;
  right: 0;
}

.kmr-select-wrap.color-select .kmr-select-menu li .in-bx {
  border-color: #ccc;
  border-radius: 50%;
}

.kmr-select-wrap.price_select .kmr-select-menu {
  width: 325px;
  padding: 20px;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec {
  display: flex;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg {
  vertical-align: middle;
  width: 15px;
  height: auto;
  margin-left: 3px;
  display: inline-block;
}

.kmr-select-wrap.price_select .kmr-select-menu h6 {
  color: var(--black);
  flex: 1;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.kmr-select-wrap.price_select .product-range-slider-wrap {
  margin: 30px 0 40px;
}

.kmr-select-wrap.price_select .price-range-input-wrap {
  color: var(--text);
  align-items: center;
  gap: 18px;
  display: flex;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input {
  background: var(--white);
  height: 30px;
  color: var(--text);
  border: 1px solid #e0e0e0;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  display: flex;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input {
  width: 100%;
  color: var(--text);
  border: none;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus {
  outline: none;
}

.kmr-select-wrap .kmr-select-menu {
  z-index: 1;
  background: var(--white);
  width: 260px;
  max-height: 244px;
  padding: 20px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-track {
  box-shadow: none;
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 10px;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]) li .in-bx {
  border-radius: 50%;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]) li .in-bx:before {
  display: none;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]):has(input:checked) li .in-bx {
  outline: 5px solid var(--white);
  outline-offset: -10px;
}

.kmr-select-wrap .kmr-select-menu li {
  height: var(--liheight);
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  display: flex;
  position: relative;
}

.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx {
  background: var(--black);
  transition: all .4s;
}

.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx:before {
  opacity: 1;
}

.kmr-select-wrap .kmr-select-menu li .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: all;
  position: relative;
}

.kmr-select-wrap .kmr-select-menu li .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.kmr-select-wrap .kmr-select-menu li span {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.kmr-select-wrap .kmr-select-menu li input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .breadcrumps {
    display: none;
  }
}

.breadcrumps li {
  vertical-align: middle;
  display: inline-block;
}

.breadcrumps li a {
  color: var(--primary);
  font-size: 14px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li a {
    text-overflow: ellipsis;
    font-size: 12px;
  }
}

.breadcrumps li a.active {
  color: var(--text);
}

.breadcrumps li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 10px;
  }
}

.breadcrumps li:not(:last-child):before {
  content: ">";
  color: var(--text);
  font-family: monospace;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
}

.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 10px;
  }
}

[data-scrollTo] {
  cursor: pointer;
}

.fancybox__container {
  --fancybox-bg: var(--black);
}

.green-color {
  color: var(--green) !important;
}

.light-green {
  color: var(--green);
}

.red-color {
  color: var(--red) !important;
}

.orange-color {
  color: orange !important;
}

em {
  font-style: normal;
}

.mt-hdrfxd {
  margin-top: var(--headerfixed);
}

.mt-hdr {
  margin-top: var(--headerheight);
}

.w-full {
  width: 100%;
}

.disc {
  text-align: center;
  margin: 15px 0;
}

.disc p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.2;
  transition: all .5s;
}

.disc p a {
  transition: all .5s;
  color: var(--primary) !important;
}

.disc p a:hover {
  text-decoration: underline;
}

.check_term {
  margin: 15px 0;
}

.check_term .input_box {
  --boxsize: 15px;
  gap: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.check_term .input_box:has(input:checked) .in-bx {
  background: var(--primary);
  transition: all .4s;
}

.check_term .input_box:has(input:checked) .in-bx:before {
  opacity: 1;
}

.check_term .input_box input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.check_term .input_box .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: all;
  position: relative;
}

.check_term .input_box .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.check_term .input_box p {
  color: var(--text);
  flex: 1;
  font-size: 14px;
  line-height: 1;
}

.sm-block {
  display: none;
}

@media only screen and (max-width: 540px) {
  .sm-block {
    display: block;
  }
}

.md-block {
  display: none;
}

@media only screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

.sm-none {
  display: block;
}

@media only screen and (max-width: 540px) {
  .sm-none {
    display: none;
  }
}

.md-none {
  display: block;
}

@media only screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.bestSeller_slider_wrapper {
  z-index: 0;
  position: relative;
}

.bestSeller_slider_wrapper .container-fluid .btn_wrapper {
  text-align: center;
  margin-top: 50px;
}

.verify {
  color: red;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

@keyframes scroll {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(10px);
  }
}

.display-none {
  display: none;
}

.pos-rel {
  position: relative;
}

.wishlist svg {
  width: 30px;
}

.wishlist.added svg path {
  fill: var(--primary);
  stroke: var(--primary);
}

.compare_toggle {
  z-index: 4;
  transition: all .5s;
  position: fixed;
  bottom: 5%;
  right: 2%;
  transform: translateX(100%);
}

.compare_toggle.active {
  transform: translateX(0);
}

@media only screen and (max-width: 540px) {
  .compare_toggle {
    bottom: 9%;
  }
}

.compare_toggle .main_wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.compare_toggle .main_wrap.initial {
  display: none;
}

.compare_toggle .main_wrap.closed .compare_pro_wrap {
  transform: scale(0);
}

.compare_toggle .main_wrap .compare_pro_wrap {
  background: var(--white);
  transform-origin: 100% 100%;
  border-radius: 2px;
  align-items: center;
  gap: 10px;
  padding: 15px;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: scale(1);
  box-shadow: -1px -3px 8px rgba(99, 99, 99, .2);
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap {
    background: none;
    padding: 0;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .closeCom {
  cursor: pointer;
  background: var(--white);
  z-index: 2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: -9%;
  right: -2%;
  box-shadow: 0 0 2px 3px #cecece;
}

.compare_toggle .main_wrap .compare_pro_wrap .closeCom svg {
  width: 17px;
  height: 17px;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro {
  width: 130px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_pro {
    display: none;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image {
  border-radius: 5px;
  height: 75px;
  line-height: 0;
  overflow: hidden;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image img {
  height: 100%;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_name {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close {
  cursor: pointer;
  background: var(--white);
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  right: 2%;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close svg {
  width: 17px;
  height: 17px;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count {
  background: var(--primary);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 95px;
  padding: 10px;
  line-height: 1.2;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count {
    flex-direction: row-reverse;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 8px 15px;
    font-size: 12px;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-webkit-any(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-moz-any(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:is(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-webkit-any(.des, .mob)) {
    font-size: 18px;
  }

  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-moz-any(.des, .mob)) {
    font-size: 18px;
  }

  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:is(.des, .mob)) {
    font-size: 18px;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.des {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.des {
    display: none;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.mob {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.mob {
    display: block;
  }
}

.compare_toggle .main_wrap .remove_all {
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.compare_toggle .main_wrap .remove_all.active {
  opacity: 1;
  pointer-events: all;
}

.compare_toggle .main_wrap .compare_link {
  background: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.compare_toggle .main_wrap .compare_link .count {
  background: #175ac1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.phone-input .iti.iti--allow-dropdown {
  width: 100%;
}

.iti__search-icon {
  right: 8px;
  left: unset !important;
}

.iti__search-clear {
  background: var(--white) !important;
  border-radius: 50% !important;
}

.iti__search-clear .iti__search-clear-svg {
  width: 18px;
  height: 18px;
}

.iti__search-clear .iti__search-clear-bg {
  fill: var(--primary) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.text-black {
  color: var(--black) !important;
}

a.cta, .cta {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.mapWindow {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.showPass {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.back-to-top {
  z-index: 4;
  background: var(--primary);
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .6s;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: translateX(calc(100% + 30px));
}

@media only screen and (max-width: 768px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    right: 20px;
  }
}

.back-to-top:active {
  opacity: .8;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
}

.back-to-top.active {
  transform: translateX(0);
}

.back-to-top svg {
  width: 50%;
  height: auto;
  fill: var(--white);
}

.faqs-sec .heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.faqs-sec .heading h2 {
  color: var(--primary);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.faqs-sec .heading p {
  max-width: 400px;
  margin: 10px auto 0;
}

.loader-submit {
  align-items: center;
  gap: 10px;
  display: flex;
}

.loader-submit .loader-box {
  border: 1px solid #fff;
  border-top-color: var(--primary);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: .7s linear infinite spin;
}

.loader-submit span {
  color: var(--white);
  font-size: 14px;
}

.site-loader {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 10;
  pointer-events: all;
  background: rgba(0, 0, 0, .65);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-loader .loader-box {
  border: 4px solid #fff;
  border-top-color: var(--primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: .7s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.error.static {
  margin: 10px 0;
  position: static;
}

.options {
  color: #000;
  --boxsize: 15px;
  align-items: center;
  gap: 7px;
  display: flex;
  position: relative;
}

.options .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid #666;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.options .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 60% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.options span {
  color: #666;
  flex: 1;
  font-size: 14px;
  display: block;
}

.options input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.options input:checked ~ .in-bx {
  background-color: var(--primary);
  border-color: var(--primary);
}

.options input:checked ~ .in-bx:before {
  opacity: 1;
}

.size {
  text-align: center;
}

.size.cart_size .size_count {
  background: var(--white);
}

.size.cart_size .size_count input {
  max-width: 35px;
  height: 20px;
}

.size p {
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .size p {
    color: var(--text);
  }
}

.size .size_count {
  border: 1px solid #b4b1b1;
  border-radius: 5px;
  align-items: center;
  gap: 3px;
  width: 100%;
  padding: 7px 6px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .size .size_count {
    gap: 1px;
    padding: 4px 2px;
  }
}

.size .size_count button {
  line-height: 1;
}

.size .size_count button svg {
  width: 15px;
  height: 15px;
}

.size .size_count input {
  text-align: center;
  background: none;
  border: none;
  outline: none;
  max-width: 40px;
  height: 30px;
  padding: 0 5px;
  line-height: 1;
}

.model.address-pop {
  max-width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  top: unset;
  transition: all .5s;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media only screen and (max-width: 540px) {
  .model.address-pop {
    height: 100%;
  }
}

.model.address-pop.is-open {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.model.address-pop .close {
  top: 20px;
  right: 20px;
}

.model.address-pop .close svg {
  width: 20px;
  height: 20px;
}

.model.address-pop .model-body {
  padding: 20px 25px;
}

@media only screen and (max-width: 540px) {
  .model.address-pop .model-body {
    padding: 60px 25px;
  }
}

.model.address-pop .model-body h3 {
  text-transform: uppercase;
  font-size: 20px;
}

.model.address-pop .model-body .form {
  --gaptb: 10px;
  --inputsize: 38px;
  --labelfontbefore: 14px;
  --labelafter: #000;
  --labelfontafter: 12px;
  --borderbefore: #666;
  --borderafter: #000;
  height: 400px;
  padding-top: 20px;
  overflow-y: auto;
}

@media only screen and (max-width: 540px) {
  .model.address-pop .model-body .form {
    height: 100%;
    overflow-y: visible;
  }
}

.model.address-pop .model-body .form .double-group {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}

.model.address-pop .model-body .form h6 {
  font-family: Poppins;
  font-size: 16px;
}

.model.address-pop .model-body .disclaimer {
  align-items: center;
  gap: 7px;
  padding: 15px 0 20px;
  display: flex;
  position: relative;
}

.model.address-pop .model-body .disclaimer .check-box {
  --box: 20px;
  height: 100%;
}

.model.address-pop .model-body .disclaimer .check-box .in-bx {
  width: var(--box);
  height: var(--box);
  z-index: 1;
  background: #d9d7d7;
  border-radius: 3px;
  position: relative;
}

.model.address-pop .model-body .disclaimer .check-box .in-bx:before {
  content: "";
  background: url("/assets/icon/tick-white.svg") 50% no-repeat;
  background-size: calc(var(--box)  - 10px);
  filter: invert();
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.model.address-pop .model-body .disclaimer .check-box input {
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.model.address-pop .model-body .disclaimer .check-box input:checked ~ .in-bx:before {
  opacity: 1;
}

.model.address-pop .model-body .disclaimer p {
  color: var(--text);
  font-size: 14px;
}

.thankyou_box {
  --container: 800px;
}

@media only screen and (max-width: 768px) {
  .thankyou_box {
    --container: 520px;
  }
}

.thankyou_box .container {
  background: url("/assets/images/checkout/checkout_bg.svg") 0 100% / 140px no-repeat;
  border: 1px solid #d2d2d2;
  align-items: center;
  padding: 40px 25px 70px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .thankyou_box .container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.thankyou_box .container .colA {
  text-align: center;
  flex: 0 40%;
}

.thankyou_box .container .colA .icon img {
  width: 50px;
}

.thankyou_box .container .colA p {
  max-width: 150px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.thankyou_box .container .colB {
  border-left: 1px solid rgba(0, 0, 0, .28);
  flex: 1;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .thankyou_box .container .colB {
    border-left: none;
    padding-left: 0;
  }
}

.thankyou_box .container .colB p, .thankyou_box .container .colB span, .thankyou_box .container .colB a:not(.btn) {
  color: var(--text);
}

.thankyou_box .container .colB span, .thankyou_box .container .colB a:not(.btn) {
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 540px) {
  .thankyou_box .container .colB span, .thankyou_box .container .colB a:not(.btn) {
    margin-bottom: 15px;
  }
}

.thankyou_box .container .colB .btn {
  border-radius: 50px;
  padding: 0 30px;
}

.model.changePass-pop {
  max-width: 450px;
  height: -moz-fit-content;
  height: fit-content;
  top: unset;
  transition: all .5s;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
}

.model.changePass-pop.is-open {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.model.changePass-pop .close {
  top: 20px;
  right: 20px;
}

.model.changePass-pop .close svg {
  width: 20px;
  height: 20px;
}

.model.changePass-pop .model-body {
  padding: 40px 25px;
}

.model.changePass-pop .model-body h6 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
}

.model.changePass-pop .model-body .form {
  --inputsize: 36px;
  margin-top: 30px;
}

.model.changePass-pop .model-body .form .btn_wrapper {
  margin-top: 15px;
}

.banner.video-banner .bg {
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .banner.video-banner .bg {
    height: 80vh;
  }
}

@media only screen and (max-width: 540px) {
  .banner.video-banner .bg {
    height: 50vh;
  }
}

.banner.video-banner .bg .banner-wrapper {
  width: 100%;
  left: 50%;
  top: unset;
  bottom: 15%;
  translate: -50% 15%;
}

@media only screen and (max-width: 768px) {
  .banner.video-banner .bg .banner-wrapper {
    width: 100%;
  }
}

.banner.video-banner .bg .banner-wrapper .content .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 1024px) {
  .banner.video-banner .bg .banner-wrapper .content .icon {
    margin: 0 auto 25px;
  }
}

@media only screen and (max-width: 540px) {
  .banner.video-banner .bg .banner-wrapper .content .icon {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .banner.video-banner .bg .banner-wrapper .content h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 768px) {
  .banner.video-banner .bg .banner-wrapper .content h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 540px) {
  .banner.video-banner .bg .banner-wrapper .content h1 {
    font-size: 30px;
  }
}

.banner.video-banner .bg .banner-wrapper .content p {
  max-width: 400px;
  margin: 0 auto;
  font-size: 16px;
}

@media only screen and (max-width: 540px) {
  .banner.video-banner .bg .banner-wrapper .content p {
    font-size: 14px;
  }
}

.banner.video-banner .bg .banner-wrapper .content .scroll_down {
  margin-top: 30px;
  animation: 1.5s ease-in-out infinite forwards scroll;
}

.landing-banner.banner .bg {
  height: 100vh;
}

.landing-banner.banner .bg .banner-wrapper {
  z-index: 2;
}

.landing-banner.banner .bg .banner-wrapper .content {
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: flex;
}

.landing-banner.banner .bg .banner-wrapper .content h1 {
  text-align: left;
  flex: 0 auto;
  max-width: 680px;
  font-size: 40px;
}

.landing-banner.banner .bg .banner-wrapper .content .form_wrapper {
  background-color: var(--white);
  border-radius: 5px;
  flex: 1;
  max-width: 500px;
  padding: 40px 30px;
}

.landing-banner.banner .bg .banner-wrapper .content .form_wrapper .title {
  max-width: 300px;
  margin: 0 auto 30px;
}

.landing-banner.banner .bg .banner-wrapper .content .form_wrapper .title .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

.landing-banner.banner .bg .banner-wrapper .content .form_wrapper .title p {
  color: var(--black);
}

.landing-banner.banner .bg .banner-wrapper .content .form_wrapper .landing-form {
  --item: 2;
  --gaptb: 20px;
  --gaplr: 20px;
}

.landing-banner.banner .bg .banner-wrapper .content .form_wrapper .landing-form .btn {
  margin-top: 10px;
}

.assistPop.model {
  max-width: 1024px;
  height: 90vh;
  top: unset;
  border-radius: 10px;
  transition: all .5s;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media only screen and (max-width: 1140px) {
  .assistPop.model {
    border-radius: 0;
    height: 100%;
  }
}

.assistPop.model.is-open {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.assistPop.model .close:not(.btn) {
  color: var(--text);
  align-items: center;
  gap: 7px;
  font-size: 14px;
  display: flex;
  top: 20px;
  right: 20px;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .close:not(.btn) {
    top: 10px;
  }
}

.assistPop.model .close:not(.btn) svg, .assistPop.model .close:not(.btn) img {
  width: 18px;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .close:not(.btn) svg, .assistPop.model .close:not(.btn) img {
    width: 15px;
  }
}

.assistPop.model .close:not(.btn) svg path, .assistPop.model .close:not(.btn) img path {
  stroke: var(--primary);
  stroke-width: 2px;
}

.assistPop.model .model-body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.assistPop.model .model-body::-webkit-scrollbar {
  background: none;
  width: 4px;
  height: 4px;
}

.assistPop.model .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.assistPop.model .model-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}

.assistPop.model .model-body .flex {
  width: 100%;
  height: 100%;
}

.assistPop.model .model-body .flex .colA {
  flex: 0 30%;
  max-width: 30%;
  line-height: 0;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .assistPop.model .model-body .flex .colA {
    display: none;
  }
}

.assistPop.model .model-body .flex .colA img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media only screen and (max-width: 1140px) {
  .assistPop.model .model-body .flex .colA img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.assistPop.model .model-body .flex .colA .gif {
  width: 124px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -40%;
}

.assistPop.model .model-body .flex .colB {
  --padcolBlr: 15px;
  --padt: 15px;
  --padb: 15px;
  --padlr: var(--padcolBlr, 15px);
  flex: 1;
  width: 100%;
  max-width: 70%;
  padding: 30px 50px;
}

@media only screen and (max-width: 991px) {
  .assistPop.model .model-body .flex .colB {
    max-width: 100%;
    margin-top: 30px;
    padding: 0 30px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .assistPop.model .model-body .flex .colB {
    --padcolBlr: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB {
    padding: 0 10px 30px;
  }
}

.assistPop.model .model-body .flex .colB .title {
  padding: 0 var(--padcolBlr);
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .assistPop.model .model-body .flex .colB .title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .title {
    margin-bottom: 10px;
  }
}

.assistPop.model .model-body .flex .colB .title h2 {
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .assistPop.model .model-body .flex .colB .title h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .title h2 {
    font-size: 20px;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md:not(:last-child) {
  margin-bottom: 5px;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .css-73ibjp-control, .assistPop.model .model-body .flex .colB .assist_form .col-md .css-17q8u64-control {
  max-width: 100%;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md h6 {
  padding: 0 var(--padlr);
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md h6 {
    font-size: 14px;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div {
  max-width: 100%;
  padding: var(--padt) var(--padlr) var(--padb);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div.pad-bot {
  --padb: 15px;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper {
  padding: 2px;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav {
  width: 100%;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav .swiper-prev, .assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav .swiper-next {
  position: absolute;
  top: 30%;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav .swiper-prev, .assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav .swiper-next {
    top: 40%;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav .swiper-prev {
  right: 97%;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav .swiper-prev {
    right: 95%;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav .swiper-next {
  left: 97%;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .swiper-nav .swiper-next {
    left: 95%;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input {
  text-align: center;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input {
    padding: 7px;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input:has(input:checked) {
  border-color: var(--primary);
  background: #eaf4ff;
  box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input:has(input:checked) span {
  --background: var(--primary);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input:has(input:checked) span:before {
  opacity: 1;
  transform: scale(1)translate(-50%, -50%);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input:has(input:checked) p {
  color: var(--primary);
  font-weight: 500;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input span {
  text-align: center;
  --background: rgba(102, 102, 102, .698);
  border: 2px solid var(--background);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 auto 8px;
  transition: all .3s;
  display: block;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input span {
    width: 17px;
    height: 17px;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input span:before {
  content: "";
  background: var(--primary);
  opacity: 0;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  transition: all .2s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.7);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input p {
  color: var(--text);
  font-size: 13px;
  transition: all .5s;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input p {
    font-size: 12px;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .radio-div .type-input input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .drop-wrap {
  padding: 0 var(--padlr);
  margin: 0 0 var(--padb);
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 768px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .drop-wrap {
    gap: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .drop-wrap {
    gap: 10px;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .drop-wrap .dropdown {
  border-bottom: 1px solid var(--text);
  flex: 1;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .drop-wrap .dropdown {
    flex: 0 100%;
    width: 100%;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap {
  padding: 0 var(--padlr);
  margin: var(--padt) 0 var(--padb);
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap {
    gap: 9px;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box {
  --box: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  display: flex;
  position: relative;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box:has(input:checked) {
  border-color: var(--primary);
  background: #eaf4ff;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box:has(input:checked) span {
  color: var(--primary);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box:has(input:checked) .in-bx {
  border-color: var(--primary);
  background: var(--primary);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box:has(input:checked) .in-bx:before {
  opacity: 1;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box .in-bx {
  width: var(--box);
  height: var(--box);
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .select-wrap .select_box span {
  color: var(--text);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .range-wrap {
  -moz-column-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  display: grid;
}

@media only screen and (max-width: 991px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .range-wrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .range-wrap {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .range-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .range-wrap .range-col {
  margin-bottom: var(--padb);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .range-col {
  padding: 0 var(--padlr);
  flex: 1;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .range-col {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .range-col h6 {
    text-align: center;
    font-size: 14px;
  }

  .assistPop.model .model-body .flex .colB .assist_form .col-md .range-col .customRange {
    margin: 10px !important;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .range-col .top-select {
  align-items: center;
  gap: 20px;
  display: flex;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .range-col .top-select h6 {
  flex: 1;
  padding: 0;
  font-size: 14px;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .range-col .top-select .dropdown {
  border-bottom: none;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .range-col .top-select .dropdown .css-73ibjp-control, .assistPop.model .model-body .flex .colB .assist_form .col-md .range-col .top-select .dropdown .css-17q8u64-control {
  min-height: auto;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .range-col span {
  color: var(--text);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper {
  background: url("/assets/icon/arrow-down-gray.svg") 96% / 13px no-repeat;
  flex: 1;
  height: 40px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper {
    padding: 0;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .unit_title {
  border-bottom: 1px solid var(--black);
  cursor: pointer;
  align-items: center;
  height: 100%;
  display: flex;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .unit_title h6 {
  color: var(--text);
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper {
  background: var(--white);
  z-index: 1;
  --boxsize: 15px;
  border-radius: 5px;
  width: 100%;
  max-height: 200px;
  padding: 15px;
  line-height: 1;
  transition: all .5s;
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  overflow-y: auto;
  box-shadow: 1px 20px 24px rgba(149, 157, 165, .2);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper::-webkit-scrollbar {
  background: var(--white);
  width: 2px;
  height: 2px;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper::-webkit-scrollbar-track {
  box-shadow: none;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper.is-open {
  display: block;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper .option {
  color: #000;
  align-items: center;
  gap: 7px;
  display: flex;
  position: relative;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper .option:not(:last-child) {
  margin-bottom: 8px;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper .option .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid #666;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper .option .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 60% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper .option span {
  color: #666;
  flex: 1;
  font-size: 12px;
  display: block;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper .option input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper .option input:checked ~ .in-bx {
  background-color: var(--primary);
  border-color: var(--primary);
}

.assistPop.model .model-body .flex .colB .assist_form .col-md .unit_wrapper .filter_wrapper .option input:checked ~ .in-bx:before {
  opacity: 1;
}

.assistPop.model .model-body .flex .colB .assist_form .btn_wrap {
  padding: 0 var(--padlr);
}

@media only screen and (max-width: 540px) {
  .assistPop.model .model-body .flex .colB .assist_form .btn_wrap {
    margin-top: 10px;
  }
}

.assistPop.model .model-body .flex .colB .assist_form .btn_wrap .btn:before, .assistPop.model .model-body .flex .colB .assist_form .btn_wrap .btn:after {
  display: none;
}

.service_col {
  background: var(--white);
  border-radius: 5px;
  gap: 20px;
  padding: 25px 15px;
  display: flex;
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

@media only screen and (max-width: 1140px) {
  .service_col {
    gap: 13px;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .service_col {
    flex-direction: column;
  }
}

.service_col figure, .service_col .figure {
  flex: 0 30%;
  line-height: 0;
  display: block;
}

@media only screen and (max-width: 1140px) {
  .service_col figure, .service_col .figure {
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .service_col figure, .service_col .figure {
    flex: 0 100%;
    height: 100%;
  }
}

.service_col figure img, .service_col .figure img {
  border-radius: 5px;
}

.service_col figcaption {
  flex: 1;
}

.service_col figcaption h6 {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.service_col figcaption p {
  color: var(--text);
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 5px 0 10px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}

.service_col figcaption .btn2 {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
}

.thanks.banner:before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
}

.thanks.banner .bg {
  height: 100vh;
}

.thanks.banner .banner-wrapper {
  width: 100%;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, 40%);
}

.thanks.banner .banner-wrapper .content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thanks.banner .banner-wrapper .content figure {
  width: 80px;
  margin-bottom: 20px;
}

.thanks.banner .banner-wrapper .content figure img, .thanks.banner .banner-wrapper .content figure svg {
  width: 100%;
  height: 100%;
}

.thanks.banner .banner-wrapper .content h1 {
  margin-bottom: 5px;
}

.thanks.banner .banner-wrapper .content p {
  max-width: 495px;
  margin: 0 auto 30px;
  font-size: 16px;
}

.filter-strip {
  position: relative;
}

.upper-strip {
  width: 100%;
  padding: 20px var(--padding) 0;
  background: #ededed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.upper-strip .category_slider {
  max-width: 96%;
}

.upper-strip .category_slider .swiper-slide {
  width: auto;
}

.upper-strip .category_slider .category_option {
  cursor: pointer;
  filter: grayscale();
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.upper-strip .category_slider .category_option.active {
  filter: grayscale(0);
}

.upper-strip .category_slider .category_option.active .icon svg path {
  fill: var(--primary);
}

.upper-strip .category_slider .category_option.active span {
  color: var(--primary);
}

.upper-strip .category_slider .category_option.active:before {
  width: 100%;
}

.upper-strip .category_slider .category_option:before {
  content: "";
  background: var(--primary);
  width: 0%;
  height: 2px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.upper-strip .category_slider .category_option .icon {
  flex: 0 auto;
  width: 24px;
  height: 24px;
}

.upper-strip .category_slider .category_option .icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

.upper-strip .category_slider .category_option span {
  color: var(--black);
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}

.lower-strip {
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px;
  display: flex;
}

@media only screen and (max-width: 1140px) {
  .lower-strip {
    flex-wrap: wrap;
  }
}

.lower-strip .button_wrap {
  flex: 1;
  justify-content: end;
  align-items: center;
  gap: 10px;
  display: flex;
}

.lower-strip .button_wrap .view_all {
  gap: 5px;
  position: relative;
}

.lower-strip .button_wrap .view_all:hover svg {
  transform: rotate(-90deg);
}

.lower-strip .button_wrap .view_all svg {
  width: 20px;
  height: 20px;
  transition: all .5s;
}

.lower-strip .button_wrap .view_all, .lower-strip .button_wrap .clearBtn {
  white-space: nowrap;
}

.lower-strip .country_select {
  align-items: center;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.lower-strip .country_select:before {
  content: "";
  background: url("/assets/icon/location.svg") 0% / 25px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lower-strip .country_select .css-73ibjp-control, .lower-strip .country_select .css-17q8u64-control {
  min-width: 90px;
}

.lower-strip .filter_select {
  background: url("/assets/icon/arrow-down-gray.svg") 90% / 13px no-repeat;
  flex: 0 auto;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 1140px) {
  .lower-strip .filter_select {
    flex: 1;
  }
}

.lower-strip .filter_select.state_select .css-73ibjp-control, .lower-strip .filter_select.state_select .css-17q8u64-control {
  min-width: 120px;
}

.lower-strip .filter_select.land_select .css-73ibjp-control, .lower-strip .filter_select.land_select .css-17q8u64-control {
  min-width: 90px;
}

.lower-strip .filter_select.land_select .unit_show {
  cursor: pointer;
  width: 130px;
}

.lower-strip .filter_select.land_select .unit_show p {
  color: var(--black);
  font-size: 14px;
}

.lower-strip .filter_select.land_select .unit_dropdown {
  opacity: 0;
  background: var(--white);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  border-radius: 5px;
  min-width: max-content;
  max-width: 100%;
  max-height: 0;
  line-height: 1;
  transition: all .5s;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 1px 20px 24px rgba(149, 157, 165, .2);
}

.lower-strip .filter_select.land_select .unit_dropdown:before {
  content: "";
  bottom: calc(100% - var(--triangle) / 2);
  width: var(--triangle);
  height: var(--triangle);
  z-index: -1;
  background: #fff;
  display: block;
  position: absolute;
  right: 20%;
  transform: rotate(45deg);
}

.lower-strip .filter_select.land_select .unit_dropdown.is-open {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  pointer-events: auto;
  opacity: 1;
  max-height: 80vh;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper {
  padding: 20px;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .title {
  margin-bottom: 12px;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .title h6 {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper {
  --boxsize: 15px;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper .option {
  color: #000;
  align-items: center;
  gap: 7px;
  display: flex;
  position: relative;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper .option:not(:last-child) {
  margin-bottom: 8px;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper .option .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid #666;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper .option .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 60% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper .option span {
  color: #666;
  flex: 1;
  font-size: 12px;
  display: block;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper .option input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper .option input:checked ~ .in-bx {
  background-color: var(--primary);
  border-color: var(--primary);
}

.lower-strip .filter_select.land_select .unit_dropdown .unit_wrapper .filter_wrapper .option input:checked ~ .in-bx:before {
  opacity: 1;
}

.lower-strip .filter_select.greenrating_select .css-73ibjp-control, .lower-strip .filter_select.greenrating_select .css-17q8u64-control {
  min-width: 100px;
}

.lower-strip .filter_select .count {
  color: #fff;
  background: #80b2ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: 0;
  right: -7px;
}

.lower-strip .selectCat {
  cursor: pointer;
  position: relative;
}

.lower-strip .selectCat .placeholder {
  background: url("/assets/icon/arrow-down-black.svg") 98% no-repeat;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 35px;
  padding-right: 25px;
  font-size: 14px;
  display: flex;
}

.lower-strip .selectCat .placeholder input {
  box-shadow: none;
  border: none;
}

.lower-strip .selectCat .placeholder input:focus {
  box-shadow: none;
}

.lower-strip .selectCat .dropdown__wrap {
  background-color: var(--white);
  transform-origin: top;
  opacity: 0;
  width: 100%;
  height: max-content;
  transition: all .4s;
  position: absolute;
  top: 100%;
  left: 0%;
  overflow-y: auto;
  transform: perspective(2000px)translate3d(0, 0, 50px)rotateX(-90deg)scale3d(.86, .75, 1)translateY(50px);
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

.lower-strip .selectCat .dropdown__wrap::-webkit-scrollbar {
  width: 4px;
}

.lower-strip .selectCat .dropdown__wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.lower-strip .selectCat .dropdown__wrap.active {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu {
  padding: 10px 0 0;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options {
  --boxsize: 15px;
  margin-bottom: 7px;
  overflow-x: hidden;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options p {
  color: #000;
  align-items: center;
  gap: 7px;
  padding: 0 10px 6px;
  display: flex;
  position: relative;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options p .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid #666;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options p .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 60% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options p span {
  color: #666;
  flex: 1;
  font-size: 14px;
  display: block;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options p input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options p input:checked ~ .in-bx {
  background-color: #000;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options p input:checked ~ .in-bx:before {
  opacity: 1;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options ul {
  background-color: #f5f5f5;
  padding: 10px 0 10px 20px;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options ul li {
  align-items: center;
  gap: 7px;
  padding-bottom: 6px;
  font-size: 13px;
  display: flex;
  position: relative;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options ul li .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid #666;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options ul li .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 60% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options ul li span {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options ul li input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options ul li input:checked ~ .in-bx {
  background-color: #000;
}

.lower-strip .selectCat .dropdown__wrap .dropdown_menu .options ul li input:checked ~ .in-bx:before {
  opacity: 1;
}

.lower-strip .search_wrapper {
  border-left: 1px solid #ccc;
  flex: 1;
  padding-left: 20px;
}

.lower-strip .search_wrapper .search_wrap {
  transition: all .5s;
  position: relative;
}

.lower-strip .search_wrapper .search_wrap .search_input_wrap {
  width: 100%;
  font-size: 14px;
}

.lower-strip .search_wrapper .search_wrap .search_input_wrap input {
  width: 100%;
  color: var(--black);
}

.lower-strip .search_wrapper .search_wrap .search_input_wrap input::placeholder {
  color: var(--black);
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu {
  opacity: 0;
  background: var(--white);
  z-index: 1;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  transition: all .5s;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 1px 20px 24px rgba(149, 157, 165, .2);
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu::-webkit-scrollbar {
  background: none;
  width: 4px;
  height: 4px;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu::-webkit-scrollbar-track {
  box-shadow: none;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu.is-open {
  opacity: 1;
  max-height: 80vh;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap {
  grid-template-columns: repeat(1, 1fr);
  max-height: 290px;
  display: grid;
  overflow-y: auto;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap::-webkit-scrollbar {
  background: none;
  width: 4px;
  height: 4px;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap::-webkit-scrollbar-track {
  box-shadow: none;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro {
  border-bottom: 1px solid #efefef;
  gap: 10px;
  width: 100%;
  padding: 10px;
  line-height: 1;
  display: flex;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro:hover {
  background: #ededed;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .icon {
  flex: 0 20%;
  max-width: 20%;
  height: 100%;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content {
  flex: 1;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content .title {
  color: var(--black);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content .desc {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.lower-strip .search_wrapper .search_wrap .search_dropdown_menu .dropdown_wrap .search_pro .content p {
  font-size: 12px;
}

.lower-strip .btn {
  flex: 0 auto;
}

.more_filter {
  opacity: 0;
  background: var(--white);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  border-radius: 5px;
  max-width: 100%;
  max-height: 0;
  line-height: 1;
  transition: all .5s;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  box-shadow: 1px 20px 24px rgba(149, 157, 165, .2);
}

.more_filter:before {
  content: "";
  bottom: calc(100% - var(--triangle) / 2);
  width: var(--triangle);
  height: var(--triangle);
  z-index: -1;
  background: #fff;
  display: block;
  position: absolute;
  right: 20%;
  transform: rotate(45deg);
}

.more_filter.is-open {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  pointer-events: auto;
  opacity: 1;
  max-height: 80vh;
}

.more_filter .main_filter_wrapper {
  width: 100%;
  padding: 20px 30px;
}

.more_filter .main_filter_wrapper .tab-nav {
  align-items: center;
  gap: 20px;
  display: flex;
}

.more_filter .main_filter_wrapper .tab-nav li {
  cursor: pointer;
  color: var(--text);
  padding-bottom: 5px;
  font-size: 14px;
  transition: all .5s;
  position: relative;
}

.more_filter .main_filter_wrapper .tab-nav li.active, .more_filter .main_filter_wrapper .tab-nav li:hover {
  color: var(--primary);
}

.more_filter .main_filter_wrapper .tab-nav li.active:before, .more_filter .main_filter_wrapper .tab-nav li:hover:before {
  width: 100%;
}

.more_filter .main_filter_wrapper .tab-nav li:before {
  content: "";
  background: var(--primary);
  width: 0;
  height: 1px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.more_filter .main_filter_wrapper .tab-nav li .count {
  top: -12px;
  right: -14px;
}

.more_filter .main_filter_wrapper .tab-nav-content {
  margin-top: 20px;
}

.more_filter .main_filter_wrapper .tab-nav-content .tabs .filter_container {
  grid-gap: 15px 30px;
  --boxsize: 15px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.more_filter .main_filter_wrapper .tab-nav-content .tabs .filter_container .option {
  color: #000;
  align-items: center;
  gap: 7px;
  display: flex;
  position: relative;
}

.more_filter .main_filter_wrapper .tab-nav-content .tabs .filter_container .option .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid #666;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.more_filter .main_filter_wrapper .tab-nav-content .tabs .filter_container .option .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 60% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.more_filter .main_filter_wrapper .tab-nav-content .tabs .filter_container .option span {
  color: #666;
  flex: 1;
  font-size: 12px;
  display: block;
}

.more_filter .main_filter_wrapper .tab-nav-content .tabs .filter_container .option input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.more_filter .main_filter_wrapper .tab-nav-content .tabs .filter_container .option input:checked ~ .in-bx {
  background-color: var(--primary);
}

.more_filter .main_filter_wrapper .tab-nav-content .tabs .filter_container .option input:checked ~ .in-bx:before {
  opacity: 1;
}

.filter-pop.model {
  background: var(--white);
  background: var(--white);
  max-width: 100%;
  transition: all .7s;
  right: 0;
  transform: translateX(100%);
}

.filter-pop.model.is-open {
  transform: translateX(0%);
}

.filter-pop.model .close {
  color: var(--text);
  align-items: center;
  gap: 7px;
  font-size: 14px;
  display: flex;
  top: 20px;
  right: 20px;
}

.filter-pop.model .close svg, .filter-pop.model .close img {
  width: 18px;
}

.filter-pop.model .close svg path, .filter-pop.model .close img path {
  stroke: var(--primary);
  stroke-width: 2px;
}

.filter-pop.model .model-body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.filter-pop.model .model-body::-webkit-scrollbar {
  background: none;
  width: 4px;
  height: 4px;
}

.filter-pop.model .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.filter-pop.model .model-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 5px;
}

.count {
  color: #fff;
  background: #80b2ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: 0;
  right: -7px;
}

.faq-section .col {
  --padlr: 0;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all .5s;
}

.faq-section .col.active .title {
  background: var(--lightblue);
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faq-section .col.active .title h6 {
  color: var(--black);
}

.faq-section .col.active .title .ico:after {
  transform: scaleY(0);
}

.faq-section .col.active article {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.faq-section .col .title {
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .faq-section .col .title {
    padding: 10px 15px;
  }
}

.faq-section .col .title h6 {
  color: var(--text);
  flex: 1;
  padding-right: 1rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .5s;
}

@media only screen and (max-width: 540px) {
  .faq-section .col .title h6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 345px) {
  .faq-section .col .title h6 {
    font-size: 14px;
  }
}

.faq-section .col .title .ico {
  --size: 18px;
  --border: 2px;
  --bgcolor: var(--black);
  height: var(--size);
  width: var(--size);
  flex: 0 auto;
  position: relative;
}

.faq-section .col .title .ico:before, .faq-section .col .title .ico:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--bgcolor);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq-section .col .title .ico:before {
  top: calc(var(--size) / 2 - var(--border) / 2);
  height: var(--border);
  width: 100%;
  bottom: auto;
}

.faq-section .col .title .ico:after {
  left: calc(var(--size) / 2);
  width: var(--border);
  height: 100%;
  right: auto;
  translate: -50%;
}

.faq-section .col article {
  background: var(--white);
  opacity: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  transition: max-height .4s ease-in-out, opacity .3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.faq-section .col article .content-desc {
  padding: 15px 20px 20px;
}

.faq-section .col article .content-desc p, .faq-section .col article .content-desc ul, .faq-section .col article .content-desc h2, .faq-section .col article .content-desc h3, .faq-section .col article .content-desc h4, .faq-section .col article .content-desc h5, .faq-section .col article .content-desc h6 {
  margin-bottom: 16px;
}

.faq-section .col article .content-desc :not(button) {
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}

.faq-section .col article .content-desc h1, .faq-section .col article .content-desc h2, .faq-section .col article .content-desc h3, .faq-section .col article .content-desc h4, .faq-section .col article .content-desc h5, .faq-section .col article .content-desc h6, .faq-section .col article .content-desc b {
  color: var(--black);
  font-weight: 500;
}

.faq-section .col article .content-desc ul {
  padding-left: 20px;
}

.faq-section .col article .content-desc ul li {
  list-style: none;
}

.faq-section .col article .content-desc ul li:before {
  background-color: var(--black);
}

@media only screen and (max-width: 540px) {
  .faq-section .col article .content-desc ul li {
    font-size: 14px;
  }
}

.faq-section .col article .content-desc ul li:not(:last-child) {
  margin-bottom: 5px;
}

.faq-section .col article .content-desc p {
  font-size: 14px;
}

/* [project]/indlayhimrav/public_html/uploads/styles/footer/footer.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--black);
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --labelfontbefore: 16px;
  --labelfontafter: 14px;
  --font: normal;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}

.form .form-group {
  --selectheight: var(--inputsize);
  flex: 0 100%;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  position: relative;
}

.form .form-group .error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.form .form-group .error.static {
  margin: 10px 0;
  position: static;
}

.form .form-group.active:after {
  width: 100%;
}

.form .form-group:before, .form .form-group:after {
  content: "";
  height: var(--borderwidth);
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group:before {
  background: var(--borderbefore);
}

.form .form-group:after {
  background: var(--borderafter);
  width: 0;
}

.form .form-group.border {
  --paddingleftright: 15px;
}

.form .form-group.border:before, .form .form-group.border:after {
  display: none;
}

.form .form-group.border input {
  border: 1px solid var(--text);
  border-radius: 5px;
}

.form .form-group label {
  font-weight: var(--font);
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  background: none;
  transition: all .3s;
  position: absolute;
}

.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize)  - var(--borderwidth));
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
}

.form .form-group input:focus, .form .form-group textarea:focus, .form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}

.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}

.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}

.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label, .form .form-group input.no-focus ~ label, .form .form-group textarea.no-focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}

.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: rgba(0, 0, 0, 0);
}

.form .form-group textarea {
  height: var(--textareaheight);
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  padding-right: 15px;
  font-family: inherit;
  line-height: 1.2;
}

.form .form-group textarea::-webkit-scrollbar {
  background: none;
  width: 2px;
  height: 2px;
}

.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}

.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 15px;
}

.form .form-group textarea:focus, .form .form-group textarea.valid {
  height: calc(var(--textareaheight)  - 13px);
  outline: none;
  margin-top: 13px;
}

.form .form-group select:focus {
  outline: none;
}

.form .form-group select ~ label {
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: all .6s;
  position: absolute;
  translate: 0;
}

.form .form-group select.valid {
  color: var(--color);
}

.form .form-group select.valid ~ label {
  opacity: 1;
}

.form .form-group.file-input input[type="file"] {
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize)  - var(--borderwidth));
  --filename: "Attach Resume*";
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url("/assets/icon/clip-gray.svg") no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: calc(var(--inputsize)  - var(--borderwidth));
  position: relative;
}

.form .form-group.file-input .file-name:before, .form .form-group.file-input .file-name:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  right: 0;
}

.form .form-group.file-input .file-name:before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize)  - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  text-overflow: ellipsis;
  background: none;
  width: 80%;
  overflow: hidden;
}

.form .form-group.file-input .file-name:after {
  content: "";
  background: var(--image);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  background-size: auto 50%;
  right: 0;
}

.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.checkbox-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.checkbox-full:has(input:checked) .check-span {
  background: var(--primary);
}

.checkbox-full:has(input:checked) .check-span:before {
  opacity: 1;
}

.checkbox-full input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-full .check-span {
  --size: 20px;
  height: var(--size);
  width: var(--size);
  pointer-events: none;
  background: #d9d9d9;
  border-radius: 5px;
  flex: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.checkbox-full .check-span:before {
  content: "";
  z-index: 2;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") 50% / 10px no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-full p {
  padding-left: 14px;
}

.radio-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.radio-full:has(input:checked) .check-span {
  background: var(--primary);
  outline-offset: -4px;
  outline: 2px solid var(--white);
  background: var(--primary);
}

.radio-full input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.radio-full .check-span {
  --size: 17px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 50%;
  flex: 0 auto;
  padding: 0;
  display: inline-block;
  position: relative;
}

.radio-full p {
  padding-left: 14px;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --headerpadding: 12px;
  --headerheight: 90px;
  --headerfixed: 70px;
  --mobilesearchbar: 45px;
  --arrow: 25px;
  --arrowsize: 20px;
  --triangle: 10px;
  --space: 11px;
  --footerstrip: 38px;
  --filterstrip: 42px;
  --elementhover: #003b95;
  --primary: #003b95;
  --secondary: #0355d1;
  --lightprime: #d6e6ff;
  --lightblue: #e9f1ff;
  --colortext: #000;
  --red: #ff2323;
  --green: #4ea95f;
  --sucgreen: green;
  --blue: #2773e5;
  --text: #666;
  --white: #fff;
  --black: #000;
  --gray: #efefef;
  --container: 1280px;
  --containerfluid: 10px;
  --gradient-a: linear-gradient(90deg, #006ce4 0%, #3691f6 100%);
  --gradient-b: linear-gradient(90deg, #3691f6 0%, #006ce4 100%);
}

@media only screen and (max-width: 768px) {
  :root {
    --headerheight: 80px;
    --headerfixed: 60px;
    --headerpadding: 8px;
  }
}

.sec-head {
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sec-head {
    font-size: 18px;
  }
}

@media only screen and (max-width: 540px) {
  .sec-head {
    font-size: 16px;
    line-height: 1.5;
  }
}

.sec-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.sec-pad {
  padding: 60px 0 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad {
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad {
    padding: 30px 0 0;
  }
}

.sec-pad-all {
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad-all {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad-all {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad-all {
    padding: 30px 0;
  }
}

body::-webkit-scrollbar {
  background: var(--white);
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: none;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}

@media only screen and (max-width: 540px) {
  body {
    -webkit-tap-highlight-color: transparent;
  }
}

body.overflow-hidden {
  margin-right: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}

body.overflow-hidden header {
  width: calc(100% - 8px);
}

@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-optical-sizing: auto;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

body p, html p {
  color: var(--text);
  line-height: 1.2;
}

a[href] {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s;
}

a[href].logo {
  line-height: 0;
  display: block;
}

.view_all {
  color: var(--primary);
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .view_all {
    gap: 6px;
  }
}

.view_all img {
  width: 24px;
}

@media only screen and (max-width: 540px) {
  .view_all img {
    width: 20px;
  }
}

.view_all:hover svg, .view_all:hover img {
  transform: translateX(5px);
}

svg path {
  transition: all .5s;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}

@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }

  .container.container2 .heading {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  margin: 0 auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.17;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.05;
}

h3 {
  font-size: 36px;
  line-height: 1.06;
}

@media only screen and (max-width: 540px) {
  .heading {
    text-align: center;
  }
}

.heading.color h2 {
  font-size: 36px;
}

@media only screen and (max-width: 991px) {
  .heading.color h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.color h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.color h2 {
    font-size: 24px;
  }
}

.heading.color h2 {
  color: var(--primary);
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .heading.color h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.color h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.color h2 {
    font-size: 28px;
  }
}

.heading h2 {
  font-size: 22px;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .heading h2 {
    font-size: 20px;
  }
}

.heading.h-large h3, .heading.h-large h2 {
  font-size: 36px;
}

.heading.c-white h3, .heading.c-white h2 {
  color: var(--white);
}

.heading > p {
  margin-top: 10px;
}

h4 {
  font-size: 36px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.25;
}

@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

.grid {
  display: grid;
}

.span-2 {
  grid-column: span(2);
}

.inline-flex {
  --gap: 12px;
  align-items: center;
  gap: 0 var(--gap);
  display: inline-flex;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

button.remove, button.edit {
  text-transform: uppercase;
  font-size: 14px;
}

button.remove {
  color: var(--text);
}

.btn_wrap {
  align-items: center;
  gap: 15px;
  display: flex;
}

.tab-nav {
  cursor: default;
}

.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: rgba(0, 0, 0, 0);
}

.tab-nav-content {
  position: relative;
}

.tab-nav-content .tabs {
  transition: all .3s;
  transform: translateY(10px);
}

.tab-nav-content .tabs.active {
  transform: translateY(0);
}

.tab-nav-content .tabs:not(.active) {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateY(3%);
}

.item-md {
  position: relative;
}

.item-md:before, .item-md:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md figure, .item-md .figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.item-md figure img, .item-md figure video, .item-md .figure img, .item-md .figure video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.item-md figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md .link-md {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md.center-item figcaption {
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
}

.testimony_col:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
}

.testimony_col figcaption {
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
  bottom: 3%;
  translate: 0 3%;
}

.testimony_col figcaption .content h6, .testimony_col figcaption .content p {
  color: var(--white);
}

.testimony_col figcaption .content h6 {
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .testimony_col figcaption .content h6 {
    font-size: 22px;
  }
}

.testimony_col figcaption .content p {
  font-size: 14px;
}

.testimony_col figcaption .play-btn {
  --btnsize: 40px;
}

.product_col {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product_col:hover figure img, .product_col:hover .figure img {
  transform: scale(1);
}

.product_col:hover .hoverItem {
  transform: translateY(0);
}

.product_col figure, .product_col .figure {
  width: 100%;
  height: 100%;
  max-height: 500px;
  padding: 20px 0;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.product_col figure img, .product_col .figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: scale(.9);
}

.product_col figcaption {
  padding: 0 20px 30px;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption {
    padding: 0 10px 10px;
  }
}

.product_col figcaption h6 {
  padding: 0 20px 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption h6 {
    padding: 0 5px 5px;
  }
}

.product_col figcaption p {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 540px) {
  .product_col figcaption p {
    padding: 0 5px;
  }
}

.product_col .wislist {
  position: absolute;
  top: 3%;
  right: 5%;
  transform: translate(5%, -3%);
}

.product_col .hoverItem {
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.product_col .hoverItem a, .product_col .hoverItem button {
  text-align: center;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.2;
}

.product_col .hoverItem .enquireBtn {
  background: var(--black);
  color: var(--white);
}

@media only screen and (max-width: 540px) {
  .product_col .hoverItem .enquireBtn {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.product_col .hoverItem .viewDetails {
  background: var(--gray);
  color: var(--black);
}

@media only screen and (max-width: 540px) {
  .product_col .hoverItem .viewDetails {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.city_col {
  background: var(--white);
  text-align: center;
  border: 1px solid #aeaeae;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  transition: all .3s;
  display: block;
}

@media only screen and (max-width: 768px) {
  .city_col {
    padding: 10px;
  }
}

.city_col:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

.city_col:hover .cname {
  color: var(--primary);
}

.city_col img {
  width: 85px;
  height: 85px;
}

@media only screen and (max-width: 768px) {
  .city_col img {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 540px) {
  .city_col img {
    width: 60px;
    height: 60px;
  }
}

.city_col .cname {
  color: var(--black);
  margin: 10px 0 3px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .city_col .cname {
    margin: 5px 0;
    font-size: 14px;
  }
}

.city_col .parks {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

@media only screen and (max-width: 540px) {
  .city_col .parks {
    font-size: 12px;
  }
}

.category_col:before {
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 10px;
}

.category_col:after {
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 10px;
}

.category_col:hover figure img {
  transform: scale(1.2);
}

.category_col figure {
  border-radius: 10px;
  height: 274px;
  position: relative;
}

.category_col figure video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.category_col figure img {
  transition: all 1s;
}

.category_col .wishlist {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 15px;
}

.category_col figcaption {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
}

.category_col figcaption .top_sec {
  justify-content: space-between;
  align-items: center;
}

.category_col figcaption .top_sec p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.category_col figcaption .lower_sec h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .category_col figcaption .lower_sec h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .category_col figcaption .lower_sec h3 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}

.category_col figcaption .lower_sec p {
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.industry_col {
  width: 100%;
  height: 100%;
}

.industry_col:hover figure .img_wrap img {
  transform: scale(1.2);
}

.industry_col figure {
  height: 195px;
  position: relative;
}

.industry_col figure:before, .industry_col figure:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.industry_col figure:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
}

.industry_col figure:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .3) 88%);
  border-radius: 5px;
}

.industry_col .img_wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.industry_col .img_wrap img, .industry_col .img_wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.industry_col .wishlist {
  z-index: 3;
  position: absolute;
  top: 15px;
  right: 15px;
}

.industry_col .img_content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.industry_col .img_content .top_sec {
  justify-content: space-between;
  align-items: center;
}

.industry_col .img_content .top_sec p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.industry_col .img_content .lower_sec h3 {
  color: var(--white);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.industry_col .img_content .lower_sec p {
  color: var(--white);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.industry_col figcaption {
  background: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 25px 15px;
}

@media only screen and (max-width: 540px) {
  .industry_col figcaption {
    padding: 20px 15px;
  }
}

.industry_col figcaption > p {
  color: var(--text);
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}

.industry_col figcaption .distance {
  align-items: start;
  gap: 10px;
  padding: 20px 0;
  display: flex;
}

.industry_col figcaption .distance .dis_col {
  flex: 1;
}

.industry_col figcaption .distance .dis_col p, .industry_col figcaption .distance .dis_col span {
  color: var(--text);
  display: block;
}

.industry_col figcaption .distance .dis_col p {
  font-size: 14px;
  font-weight: 500;
}

.industry_col figcaption .distance .dis_col span {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}

.industry_col figcaption .btn_wrapper {
  align-items: center;
  gap: 10px;
  display: flex;
}

.industry_col figcaption .btn_wrapper .btn {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .industry_col figcaption .btn_wrapper .btn {
    --padding: 5px;
  }
}

.overlay {
  z-index: 6;
  opacity: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}

@media only screen and (max-width: 540px) {
  .overlay {
    display: none;
  }
}

.overlay.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.overlay2 {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background: rgba(0, 0, 0, .7);
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {
  .overlay2 {
    z-index: 2;
  }
}

@media only screen and (max-width: 675px) {
  .overlay2 {
    display: none;
  }
}

.overlay2.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.model {
  z-index: 7;
  background: var(--white);
  background-position: 0 80%;
  background-size: 75%;
  width: 100%;
  max-width: 435px;
  position: fixed;
  top: 0;
  bottom: 0;
}

.model .close:not(.btn) {
  position: absolute;
  top: 40px;
  right: 40px;
}

@media only screen and (max-width: 520px) {
  .model .close:not(.btn) {
    top: 20px;
    right: 20px;
  }
}

.model .close:not(.btn) path {
  stroke: var(--black);
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: all .5s;
}

.btn {
  --height: 34px;
  --padding: 18px;
  vertical-align: middle;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  text-transform: capitalize;
  color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--primary);
  z-index: 1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all .5s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--gradient-a);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--gradient-b);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn:before, .btn:after {
  z-index: -1;
  transition: all .5s;
}

.btn:after {
  opacity: 0;
}

@media only screen and (max-width: 540px) {
  .btn {
    --padding: 14px;
    font-size: 12px;
  }
}

.btn:hover:before {
  opacity: 0;
}

.btn:hover:after {
  opacity: 1;
}

.btn:hover path {
  fill: var(--primary);
}

.btn img {
  width: 24px;
  transition: all .3s;
}

.btn.btn-large, .btn.btn-medium {
  letter-spacing: 0;
  font-size: 16px;
}

.btn.w-100 {
  width: 100%;
}

.btn.btn-large {
  --height: 52px;
  --padding: 38px;
}

.btn.small {
  --height: 30px;
  --padding: 12px;
  font-size: 14px;
}

.btn.btn-medium {
  --height: 45px;
  --padding: 25px;
}

.btn.white-border {
  border: 1px solid var(--white);
  background: none;
}

.btn.white-border:before {
  background: none;
}

.btn.white-border:after {
  background: var(--white);
}

.btn.white-border:hover {
  color: var(--primary);
}

.btn.white-border:hover img {
  filter: invert();
}

.btn.color-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 25px;
}

.btn.color-border:before {
  background: none;
}

.btn.color-border:after {
  background: var(--primary);
}

.btn.color-border:hover {
  color: var(--white);
}

.btn.primary-border {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 5px;
}

.btn.primary-border:before {
  background: var(--white);
}

.btn.primary-border:after {
  background: var(--primary);
}

.btn.primary-border:hover {
  color: var(--white);
}

.btn.white {
  border: 1px solid var(--white);
  color: var(--black);
  background: none;
}

.btn.white:before {
  background: var(--white);
}

.btn.white:after {
  background: none;
}

.btn.white:hover {
  color: var(--white);
}

.btn.white:hover img {
  filter: invert();
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item)  - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
  display: grid;
}

.form-grid .full {
  grid-column: span var(--item);
}

.form-grid.form-2 {
  --item: 2;
}

.form-grid.form-3 {
  --item: 3;
}

.form-grid.form-4 {
  --item: 4;
}

.banner {
  position: relative;
}

.banner:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%), linear-gradient(rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, .6) 88%);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .bg {
  line-height: 0;
}

@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: calc(100vh - var(--headerheight));
  }
}

.banner .bg video, .banner .bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner .banner-wrapper {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}

.banner .banner-wrapper h1 {
  text-transform: uppercase;
  color: var(--white);
  font-family: Poppins;
  font-size: 48px;
  line-height: 1.28;
}

.banner .banner-wrapper .content p {
  color: var(--white);
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.23;
}

@media only screen and (max-width: 991px) {
  .banner .banner-wrapper .content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .banner .banner-wrapper .content p {
    font-size: 16px;
  }
}

.banner-banner .content h1 {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 32px;
  line-height: 1.1875;
}

.banner-banner .content p {
  color: var(--text);
  margin-top: 18px;
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}

.swiper-nav.no_bg .swiper-prev, .swiper-nav.no_bg .swiper-next {
  box-shadow: none;
  background: none;
}

.swiper-nav.no_bg .swiper-prev img, .swiper-nav.no_bg .swiper-prev svg, .swiper-nav.no_bg .swiper-next img, .swiper-nav.no_bg .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.white-border .swiper-prev, .swiper-nav.white-border .swiper-next {
  box-shadow: none;
  border: 1px solid var(--white);
  background: none;
}

.swiper-nav.white-border .swiper-prev img, .swiper-nav.white-border .swiper-prev svg, .swiper-nav.white-border .swiper-next img, .swiper-nav.white-border .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.white-border .swiper-prev img path, .swiper-nav.white-border .swiper-prev svg path, .swiper-nav.white-border .swiper-next img path, .swiper-nav.white-border .swiper-next svg path {
  stroke: var(--white);
}

.swiper-nav.primary-border .swiper-prev, .swiper-nav.primary-border .swiper-next {
  box-shadow: none;
  border: 1px solid var(--primary);
  background: none;
}

.swiper-nav.primary-border .swiper-prev img, .swiper-nav.primary-border .swiper-prev svg, .swiper-nav.primary-border .swiper-next img, .swiper-nav.primary-border .swiper-next svg {
  width: 30px;
  height: 30px;
}

.swiper-nav.primary-border .swiper-prev img path, .swiper-nav.primary-border .swiper-prev svg path, .swiper-nav.primary-border .swiper-next img path, .swiper-nav.primary-border .swiper-next svg path {
  stroke: var(--primary);
}

.swiper-nav.center-full {
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.swiper-nav.group {
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  display: flex;
}

@media only screen and (max-width: 1152px) {
  .swiper-nav.group {
    gap: 0 8px;
  }
}

.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev, .swiper-next {
  background: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

@media only screen and (max-width: 540px) {
  .swiper-prev, .swiper-next {
    width: 30px;
    height: 30px;
  }
}

.swiper-prev img, .swiper-prev svg, .swiper-next img, .swiper-next svg {
  vertical-align: middle;
}

.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: .4;
}

.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 56px;
  --border: 2px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border: var(--border) solid var(--bordercolor);
  background: none;
  border-radius: 50%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}

@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}

.play-btn:before {
  content: "";
  background: var(--bordercolor);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 1.5s ease-out infinite pulse-border;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%)translateY(-50%);
}

@keyframes pulse-border {
  0% {
    opacity: .5;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
  }
}

.play-btn:after {
  content: "";
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.website-content > :first-child {
  margin-top: 0 !important;
}

.website-content > :last-child {
  margin-bottom: 0 !important;
}

.website-content h1 {
  margin-bottom: 45px;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h1 {
    font-size: 32px;
  }
}

.website-content h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h2 {
    font-size: 28px;
  }
}

.website-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h3 {
    font-size: 24px;
  }
}

.website-content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21;
}

@media only screen and (max-width: 768px) {
  .website-content h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h4 {
    font-size: 20px;
  }
}

.website-content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .website-content h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h5 {
    font-size: 16px;
  }
}

.website-content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (max-width: 540px) {
  .website-content h6 {
    font-size: 16px;
  }
}

.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}

@media only screen and (max-width: 1336px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 30px 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 20px 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h2, .website-content h3, .website-content h4 {
    margin: 15px 0;
  }
}

.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}

@media only screen and (max-width: 768px) {
  .website-content h5, .website-content h6 {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 540px) {
  .website-content h5, .website-content h6 {
    margin: 10px 0;
  }
}

.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 540px) {
  .website-content p, .website-content li {
    font-size: 14px;
  }
}

.website-content p b, .website-content p strong, .website-content li b, .website-content li strong {
  color: var(--black);
  font-weight: 600;
}

.website-content p {
  padding-bottom: 10px;
}

.website-content a {
  color: var(--black);
}

.website-content a:hover {
  text-decoration: underline;
}

.website-content ul:not(.seo-loc-ser) {
  margin-bottom: 30px;
  padding-left: 18px;
}

@media only screen and (max-width: 675px) {
  .website-content ul:not(.seo-loc-ser) {
    padding-left: 10px;
  }
}

.website-content ul:not(.seo-loc-ser) li {
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 675px) {
  .website-content ul:not(.seo-loc-ser) li {
    padding-left: 20px;
  }
}

.website-content ul:not(.seo-loc-ser) li:not(:last-child) {
  margin-bottom: 6px;
}

.website-content ul:not(.seo-loc-ser) li:before {
  content: "";
  aspect-ratio: 1;
  background: var(--primary);
  border-radius: 50%;
  width: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media only screen and (max-width: 520px) {
  .website-content ul:not(.seo-loc-ser) li:before {
    width: 6px;
  }
}

.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}

.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}

.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.website-content .seo-loc-ser li {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}

.website-content .seo-loc-ser li:not(:last-child) {
  border-right: 1px solid var(--text);
  margin-right: 10px;
  padding-right: 10px;
}

.website-content .seo-loc-ser li a {
  color: var(--text);
  font-size: 14px;
  display: inline-block;
}

.website-content .seo-loc-ser li a:hover {
  color: var(--primary);
}

.website-content.website-content-white * {
  color: var(--white);
}

.website-content.website-content-white ul li:before {
  background: var(--white);
}

.website-content.website-content-small h2 {
  font-size: 28px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h2 {
    font-size: 22px;
  }
}

.website-content.website-content-small h3 {
  font-size: 26px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h3 {
    font-size: 20px;
  }
}

.website-content.website-content-small h4 {
  font-size: 22px;
}

@media only screen and (max-width: 675px) {
  .website-content.website-content-small h4 {
    font-size: 18px;
  }
}

.website-content.website-content-small h5, .website-content.website-content-small h6 {
  font-size: 18px;
}

.website-content table thead {
  color: var(--black);
  background-color: rgba(102, 102, 102, .1);
}

.website-content table thead th {
  padding: 10px;
}

.website-content table tbody tr td {
  color: var(--text);
  padding: 5px 10px;
}

.seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
  margin: 40px 0 18px;
  font-size: 30px;
}

@media only screen and (max-width: 769px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    margin: 30px 0 18px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 540px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    margin: 25px 0 15px;
    font-size: 20px;
  }
}

.seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
  margin: 30px 0 15px;
}

@media only screen and (max-width: 769px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 25px 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 20px 0 12px;
  }
}

.container-fluid.slider-section .upper-sec .slider-nav {
  right: 3%;
  transform: translate(3%, -50%);
}

@media only screen and (max-width: 675px) {
  .slider-section .container {
    padding-right: 0;
  }
}

.slider-section .upper-sec {
  margin-bottom: 4rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .slider-section .upper-sec {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .slider-section .upper-sec {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 540px) {
  .slider-section .upper-sec {
    margin-bottom: 1.5rem;
  }
}

.slider-section .upper-sec .slider-nav {
  align-items: center;
  gap: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .slider-section .upper-sec .slider-nav {
    display: none;
  }
}

.slider-section .upper-sec .slider-nav .swiper-prev svg, .slider-section .upper-sec .slider-nav .swiper-prev img {
  transform: scaleX(-1);
}

.slider-section .upper-sec .heading {
  text-align: center;
}

.lctn {
  color: var(--text);
  --arrow: 20px;
  --space: 5px;
  padding-left: calc(var(--arrow)  + var(--space));
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.lctn:before {
  content: "";
  height: var(--arrow);
  width: var(--arrow);
  transform-origin: 100%;
  background-image: url("/assets/icon/location-gradient.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all .5s;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.lctn.clndr {
  color: var(--white);
  --arrow: 17px;
  --space: 12px;
}

.lctn.clndr:before {
  background-image: url("/assets/icon/calender.svg");
}

.common-grid {
  grid-gap: 50px 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 991px) {
  .common-grid {
    grid-gap: 30px 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 675px) {
  .common-grid {
    grid-gap: 10px;
    grid-template-columns: 100%;
  }
}

.product-col {
  position: relative;
}

.product-col:before {
  content: "";
  opacity: 0;
  z-index: 1;
  background: #fff;
  width: 0;
  height: 86%;
  display: block;
  position: absolute;
  top: 7%;
  left: 0%;
  transform: skewX(-20deg);
  box-shadow: 0 0 55px 12px #fff;
}

.product-col:hover:before {
  animation: .4s linear shine;
}

.product-col .figure, .product-col figure {
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-col .figure .add-to, .product-col figure .add-to {
  text-align: right;
  opacity: 0;
  justify-content: end;
  align-items: center;
  width: 100%;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-col .figure .add-to a, .product-col figure .add-to a {
  padding: 11px 20px;
  transition: all .5s;
  display: block;
}

.product-col .figure .add-to a svg, .product-col figure .add-to a svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.product-col .figure .add-to a.add2cart, .product-col figure .add-to a.add2cart {
  background-color: #13195f;
}

.product-col .figure .add-to a.add2cart:hover, .product-col figure .add-to a.add2cart:hover {
  background-color: #fff;
}

.product-col .figure .add-to a.add2cart:hover svg path, .product-col figure .add-to a.add2cart:hover svg path {
  fill: var(--primary);
}

.product-col .figure .add-to a.add2wish, .product-col figure .add-to a.add2wish {
  background-color: #030735;
}

.product-col .figure .add-to a.add2wish.active, .product-col figure .add-to a.add2wish.active {
  background-color: #fff;
}

.product-col .figure .add-to a.add2wish.active svg path, .product-col figure .add-to a.add2wish.active svg path {
  fill: var(--primary);
}

.product-col .figure .add-to a.add2wish:hover, .product-col figure .add-to a.add2wish:hover {
  background-color: #fff;
}

.product-col .figure .add-to a.add2wish:hover svg path, .product-col figure .add-to a.add2wish:hover svg path {
  stroke: var(--primary);
}

.product-col .figure img, .product-col figure img {
  -o-object-position: cover;
  object-position: cover;
  -o-object-position: top;
  object-position: top;
  transform-origin: 0 0;
  width: 100%;
  transition: all .5s;
}

.product-col figcaption {
  text-align: center;
  max-width: 305px;
  margin: 0 auto;
  padding: 18px 20px 0;
}

.product-col figcaption .pro_name {
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.product-col figcaption .price {
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.product-col figcaption .color-select-wrap {
  padding-bottom: 10px;
}

.product-col figcaption .color-select-wrap li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.product-col figcaption .color-select-wrap li:not(:last-child) {
  margin-right: 15px;
}

.product-col figcaption .color-select-wrap li:has(input:checked) span:before {
  opacity: 1;
}

.product-col figcaption .color-select-wrap li span {
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.product-col figcaption .color-select-wrap li span:before {
  content: "";
  opacity: 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -3px;
  left: -3px;
}

.product-col figcaption .color-select-wrap li input {
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col figcaption .color-select-wrap li input:checked ~ span:before, .product-col:hover .add-to {
  opacity: 1;
}

.product-col:hover .figure img, .product-col:hover figure img {
  transform: scale(1.1);
}

.product-col .wishlist-ico, .product-col-2 .wishlist-ico {
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 13px;
  right: 10px;
}

.product-col .wishlist-ico img, .product-col .wishlist-ico svg, .product-col-2 .wishlist-ico img, .product-col-2 .wishlist-ico svg {
  width: 15px;
  height: auto;
}

.product-col .wishlist-ico:hover, .product-col .wishlist-ico.is-active, .product-col-2 .wishlist-ico:hover, .product-col-2 .wishlist-ico.is-active {
  background: var(--primary);
}

.product-col .wishlist-ico:hover img, .product-col .wishlist-ico.is-active img, .product-col-2 .wishlist-ico:hover img, .product-col-2 .wishlist-ico.is-active img {
  filter: brightness(0) saturate() invert() sepia() saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
}

.product-col:hover .wishlist-ico, .product-col-2:hover .wishlist-ico {
  opacity: 1;
  pointer-events: all;
}

.product-col-2, .product-col-3 {
  position: relative;
}

.product-col-2:before, .product-col-3:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col-2 .figure, .product-col-2 figure, .product-col-3 .figure, .product-col-3 figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.product-col-2 .figure img, .product-col-2 figure img, .product-col-3 .figure img, .product-col-3 figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.product-col-2:before, .product-col-3:before {
  z-index: 1;
}

.product-col-2:hover .figure img, .product-col-2:hover figure img, .product-col-3:hover .figure img, .product-col-3:hover figure img {
  transform: scale(1.1);
}

.product-col-2 figcaption, .product-col-3 figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-col-2:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.product-col-2 figcaption {
  text-align: center;
  padding: 0 2rem 46px;
}

.product-col-2 figcaption .prdt-nm, .product-col-2 figcaption .prd-price {
  color: var(--white);
  font-size: 18px;
  display: block;
}

.product-col-2 figcaption .prdt-nm {
  margin-bottom: 8px;
}

.product-col-3:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .95) 100%);
}

.product-col-3:hover .figure img, .product-col-3:hover figure img {
  transform: scale(1.05);
}

.product-col-3 figure img, .product-col-3 .figure img {
  aspect-ratio: .9;
}

.product-col-3 figcaption {
  text-align: center;
  --btnheight: 36px;
  --titlepad: 30px;
  margin-bottom: 3.5rem;
  padding: 0 2rem;
  transition: all .5s;
}

.product-col-3 figcaption .ico {
  opacity: 0;
  margin-bottom: 20px;
  line-height: 0;
  transition: all .5s;
  transform: translateY(30px)scale(.4);
}

.product-col-3 figcaption h6 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 22px;
  line-height: 1.283;
  transition: all .6s;
}

.product-col-3 .xbjs {
  opacity: 0;
  transition: all .6s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(30px)scale(.9);
}

.product-col-3 .xbjs .btn {
  --height: var(--btnheight);
}

.product-col-3:hover {
  transform: translateY(0);
}

.product-col-3:hover figcaption .ico {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.product-col-3:hover figcaption h6 {
  padding-bottom: calc(var(--btnheight)  + var(--titlepad));
}

.product-col-3:hover figcaption .xbjs {
  opacity: 1;
  transform: translateY(0)scale(1);
}

.gray-bg {
  background: var(--gray);
}

.gradient-head {
  text-transform: initial;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: var(--gradient-a);
  display: inline-block;
}

.whitetxt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  top: 50%;
  translate: 0 -50%;
  border: none !important;
}

.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-button:focus, html .ui-button.ui-state-disabled:hover:focus, html .ui-button.ui-state-disabled:active:focus {
  outline: none;
}

.ui-slider-horizontal {
  height: 2px;
  border: none !important;
}

.ui-widget-content {
  background: #cecece;
  border: none !important;
}

.ui-widget-header {
  background: var(--primary);
}

.no-data {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.kmr-select-wrap {
  --labelheight: 45px;
  --liheight: 34px;
  --boxsize: calc(var(--liheight)  - 14px);
  --arrowsize: 16px;
  --space: 11px;
  display: inline-block;
  position: relative;
}

.kmr-select-wrap .label {
  color: var(--black);
  height: var(--labelheight);
  line-height: var(--labelheight);
  background-image: url("/assets/icon/arrow-down-black.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: var(--arrowsize) auto;
  padding-right: calc(var(--arrowsize)  + var(--space));
  cursor: pointer;
  caret-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Poppins;
  font-size: 12px;
}

.kmr-select-wrap.active {
  --btn: 10px;
}

.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn {
  display: block;
}

.kmr-select-wrap.slt-rgt .kmr-select-menu {
  left: auto;
  right: 0;
}

.kmr-select-wrap.color-select .kmr-select-menu li .in-bx {
  border-color: #ccc;
  border-radius: 50%;
}

.kmr-select-wrap.price_select .kmr-select-menu {
  width: 325px;
  padding: 20px;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec {
  display: flex;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg {
  vertical-align: middle;
  width: 15px;
  height: auto;
  margin-left: 3px;
  display: inline-block;
}

.kmr-select-wrap.price_select .kmr-select-menu h6 {
  color: var(--black);
  flex: 1;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.kmr-select-wrap.price_select .product-range-slider-wrap {
  margin: 30px 0 40px;
}

.kmr-select-wrap.price_select .price-range-input-wrap {
  color: var(--text);
  align-items: center;
  gap: 18px;
  display: flex;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input {
  background: var(--white);
  height: 30px;
  color: var(--text);
  border: 1px solid #e0e0e0;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  display: flex;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input {
  width: 100%;
  color: var(--text);
  border: none;
}

.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus {
  outline: none;
}

.kmr-select-wrap .kmr-select-menu {
  z-index: 1;
  background: var(--white);
  width: 260px;
  max-height: 244px;
  padding: 20px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(99, 99, 99, .2);
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-track {
  box-shadow: none;
}

.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 10px;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]) li .in-bx {
  border-radius: 50%;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]) li .in-bx:before {
  display: none;
}

.kmr-select-wrap .kmr-select-menu:has(input[type="radio"]):has(input:checked) li .in-bx {
  outline: 5px solid var(--white);
  outline-offset: -10px;
}

.kmr-select-wrap .kmr-select-menu li {
  height: var(--liheight);
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  display: flex;
  position: relative;
}

.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx {
  background: var(--black);
  transition: all .4s;
}

.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx:before {
  opacity: 1;
}

.kmr-select-wrap .kmr-select-menu li .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: all;
  position: relative;
}

.kmr-select-wrap .kmr-select-menu li .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.kmr-select-wrap .kmr-select-menu li span {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.kmr-select-wrap .kmr-select-menu li input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .breadcrumps {
    display: none;
  }
}

.breadcrumps li {
  vertical-align: middle;
  display: inline-block;
}

.breadcrumps li a {
  color: var(--primary);
  font-size: 14px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li a {
    text-overflow: ellipsis;
    font-size: 12px;
  }
}

.breadcrumps li a.active {
  color: var(--text);
}

.breadcrumps li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 10px;
  }
}

.breadcrumps li:not(:last-child):before {
  content: ">";
  color: var(--text);
  font-family: monospace;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
}

.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 10px;
  }
}

[data-scrollTo] {
  cursor: pointer;
}

.fancybox__container {
  --fancybox-bg: var(--black);
}

.green-color {
  color: var(--green) !important;
}

.light-green {
  color: var(--green);
}

.red-color {
  color: var(--red) !important;
}

.orange-color {
  color: orange !important;
}

em {
  font-style: normal;
}

.mt-hdrfxd {
  margin-top: var(--headerfixed);
}

.mt-hdr {
  margin-top: var(--headerheight);
}

.w-full {
  width: 100%;
}

.disc {
  text-align: center;
  margin: 15px 0;
}

.disc p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.2;
  transition: all .5s;
}

.disc p a {
  transition: all .5s;
  color: var(--primary) !important;
}

.disc p a:hover {
  text-decoration: underline;
}

.check_term {
  margin: 15px 0;
}

.check_term .input_box {
  --boxsize: 15px;
  gap: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.check_term .input_box:has(input:checked) .in-bx {
  background: var(--primary);
  transition: all .4s;
}

.check_term .input_box:has(input:checked) .in-bx:before {
  opacity: 1;
}

.check_term .input_box input {
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.check_term .input_box .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: all;
  position: relative;
}

.check_term .input_box .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.check_term .input_box p {
  color: var(--text);
  flex: 1;
  font-size: 14px;
  line-height: 1;
}

.sm-block {
  display: none;
}

@media only screen and (max-width: 540px) {
  .sm-block {
    display: block;
  }
}

.md-block {
  display: none;
}

@media only screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

.sm-none {
  display: block;
}

@media only screen and (max-width: 540px) {
  .sm-none {
    display: none;
  }
}

.md-none {
  display: block;
}

@media only screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.bestSeller_slider_wrapper {
  z-index: 0;
  position: relative;
}

.bestSeller_slider_wrapper .container-fluid .btn_wrapper {
  text-align: center;
  margin-top: 50px;
}

.verify {
  color: red;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

@keyframes scroll {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(10px);
  }
}

.display-none {
  display: none;
}

.pos-rel {
  position: relative;
}

.wishlist svg {
  width: 30px;
}

.wishlist.added svg path {
  fill: var(--primary);
  stroke: var(--primary);
}

.compare_toggle {
  z-index: 4;
  transition: all .5s;
  position: fixed;
  bottom: 5%;
  right: 2%;
  transform: translateX(100%);
}

.compare_toggle.active {
  transform: translateX(0);
}

@media only screen and (max-width: 540px) {
  .compare_toggle {
    bottom: 9%;
  }
}

.compare_toggle .main_wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.compare_toggle .main_wrap.initial {
  display: none;
}

.compare_toggle .main_wrap.closed .compare_pro_wrap {
  transform: scale(0);
}

.compare_toggle .main_wrap .compare_pro_wrap {
  background: var(--white);
  transform-origin: 100% 100%;
  border-radius: 2px;
  align-items: center;
  gap: 10px;
  padding: 15px;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: scale(1);
  box-shadow: -1px -3px 8px rgba(99, 99, 99, .2);
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap {
    background: none;
    padding: 0;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .closeCom {
  cursor: pointer;
  background: var(--white);
  z-index: 2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: -9%;
  right: -2%;
  box-shadow: 0 0 2px 3px #cecece;
}

.compare_toggle .main_wrap .compare_pro_wrap .closeCom svg {
  width: 17px;
  height: 17px;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro {
  width: 130px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_pro {
    display: none;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image {
  border-radius: 5px;
  height: 75px;
  line-height: 0;
  overflow: hidden;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image img {
  height: 100%;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_name {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close {
  cursor: pointer;
  background: var(--white);
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  right: 2%;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close svg {
  width: 17px;
  height: 17px;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count {
  background: var(--primary);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 95px;
  padding: 10px;
  line-height: 1.2;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count {
    flex-direction: row-reverse;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 8px 15px;
    font-size: 12px;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-webkit-any(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-moz-any(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:is(.des, .mob)) {
  font-size: 28px;
  font-weight: 700;
  transition: all .5s;
  display: block;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-webkit-any(.des, .mob)) {
    font-size: 18px;
  }

  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:-moz-any(.des, .mob)) {
    font-size: 18px;
  }

  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span:not(:is(.des, .mob)) {
    font-size: 18px;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.des {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.des {
    display: none;
  }
}

.compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.mob {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

@media only screen and (max-width: 540px) {
  .compare_toggle .main_wrap .compare_pro_wrap .compare_more_count span.mob {
    display: block;
  }
}

.compare_toggle .main_wrap .remove_all {
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.compare_toggle .main_wrap .remove_all.active {
  opacity: 1;
  pointer-events: all;
}

.compare_toggle .main_wrap .compare_link {
  background: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.compare_toggle .main_wrap .compare_link .count {
  background: #175ac1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.phone-input .iti.iti--allow-dropdown {
  width: 100%;
}

.iti__search-icon {
  right: 8px;
  left: unset !important;
}

.iti__search-clear {
  background: var(--white) !important;
  border-radius: 50% !important;
}

.iti__search-clear .iti__search-clear-svg {
  width: 18px;
  height: 18px;
}

.iti__search-clear .iti__search-clear-bg {
  fill: var(--primary) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.text-black {
  color: var(--black) !important;
}

a.cta, .cta {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.mapWindow {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.showPass {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.back-to-top {
  z-index: 4;
  background: var(--primary);
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .6s;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: translateX(calc(100% + 30px));
}

@media only screen and (max-width: 768px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    right: 20px;
  }
}

.back-to-top:active {
  opacity: .8;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
}

.back-to-top.active {
  transform: translateX(0);
}

.back-to-top svg {
  width: 50%;
  height: auto;
  fill: var(--white);
}

.faqs-sec .heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.faqs-sec .heading h2 {
  color: var(--primary);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.faqs-sec .heading p {
  max-width: 400px;
  margin: 10px auto 0;
}

.loader-submit {
  align-items: center;
  gap: 10px;
  display: flex;
}

.loader-submit .loader-box {
  border: 1px solid #fff;
  border-top-color: var(--primary);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: .7s linear infinite spin;
}

.loader-submit span {
  color: var(--white);
  font-size: 14px;
}

.site-loader {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 10;
  pointer-events: all;
  background: rgba(0, 0, 0, .65);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-loader .loader-box {
  border: 4px solid #fff;
  border-top-color: var(--primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: .7s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.error.static {
  margin: 10px 0;
  position: static;
}

.options {
  color: #000;
  --boxsize: 15px;
  align-items: center;
  gap: 7px;
  display: flex;
  position: relative;
}

.options .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid #666;
  border-radius: 3px;
  transition: all;
  position: relative;
}

.options .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 60% no-repeat;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.options span {
  color: #666;
  flex: 1;
  font-size: 14px;
  display: block;
}

.options input {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.options input:checked ~ .in-bx {
  background-color: var(--primary);
  border-color: var(--primary);
}

.options input:checked ~ .in-bx:before {
  opacity: 1;
}

.call_to_action {
  background: #f0f0f0;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

@media only screen and (max-width: 540px) {
  .call_to_action {
    padding: 30px 0;
  }
}

.call_to_action .content_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .call_to_action .content_wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.call_to_action .content_wrapper .action {
  text-align: center;
  flex: 1;
  padding: 10px 30px;
}

.call_to_action .content_wrapper .action:not(:last-child) {
  border-right: 1px solid rgba(65, 65, 65, .1);
}

@media only screen and (max-width: 768px) {
  .call_to_action .content_wrapper .action:not(:last-child) {
    border-right: none;
  }
}

@media only screen and (max-width: 991px) {
  .call_to_action .content_wrapper .action {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .call_to_action .content_wrapper .action {
    padding: 10px;
  }
}

.call_to_action .content_wrapper .action .icon {
  width: 35px;
  height: 35px;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 991px) {
  .call_to_action .content_wrapper .action .icon {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .call_to_action .content_wrapper .action .icon {
    margin: 0 auto 10px;
  }
}

.call_to_action .content_wrapper .action h6 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .call_to_action .content_wrapper .action h6 {
    font-size: 18px;
  }
}

.call_to_action .content_wrapper .action p {
  color: #333;
  padding: 15px 0 20px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .call_to_action .content_wrapper .action p {
    padding: 10px 0 15px;
  }
}

.call_to_action .content_wrapper .action .btn:before {
  background: none;
}

.call_to_action .content_wrapper .action .social_icons {
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.call_to_action .content_wrapper .action .social_icons a {
  border: 1px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .call_to_action .content_wrapper .action .social_icons a {
    width: 35px;
    height: 35px;
  }
}

.call_to_action .content_wrapper .action .social_icons a:hover {
  background: var(--primary);
}

.call_to_action .content_wrapper .action .social_icons a:hover svg path {
  fill: var(--white);
}

.call_to_action .content_wrapper .action .social_icons a svg {
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .call_to_action .content_wrapper .action .social_icons a svg {
    width: 50%;
    height: 50%;
  }
}

footer {
  background: var(--primary);
  --containerfluid: 25px;
  width: 100%;
}

footer .main_wrapper {
  padding: 70px var(--containerfluid) 50px;
  gap: 150px;
  display: flex;
}

@media only screen and (max-width: 1140px) {
  footer .main_wrapper {
    padding: 60px var(--containerfluid) 50px;
    gap: 100px;
  }
}

@media only screen and (max-width: 991px) {
  footer .main_wrapper {
    padding: 40px var(--containerfluid);
    gap: 40px;
  }
}

@media only screen and (max-width: 768px) {
  footer .main_wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media only screen and (max-width: 540px) {
  footer .main_wrapper {
    gap: 20px;
    padding: 30px 13px;
  }
}

footer .main_wrapper .colA {
  flex: 1;
}

footer .main_wrapper .colA .logo {
  width: 170px;
  display: block;
}

@media only screen and (max-width: 991px) {
  footer .main_wrapper .colA .logo {
    width: 130px;
  }
}

footer .main_wrapper .colA .desc {
  color: rgba(255, 255, 255, .698);
  padding: 10px 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

footer .main_wrapper .colA .read_more {
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

footer .main_wrapper .colA .read_more svg {
  transition: all .3s;
}

footer .main_wrapper .colA .read_more:hover svg {
  transform: translateX(3px);
}

footer .main_wrapper .colB {
  flex: 0 auto;
}

@media only screen and (max-width: 540px) {
  footer .main_wrapper .colB {
    flex: 0 100%;
  }
}

footer .main_wrapper .colB h6 {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

footer .main_wrapper .colB ul {
  padding-top: 15px;
}

@media only screen and (max-width: 991px) {
  footer .main_wrapper .colB ul {
    padding-top: 10px;
  }
}

footer .main_wrapper .colB ul li a {
  color: rgba(255, 255, 255, .698);
  width: 100%;
  padding-bottom: 4px;
  font-size: 14px;
  display: block;
}

footer .main_wrapper .colB ul li a:hover {
  color: var(--white);
  transform: translateX(3px);
}

footer .main_wrapper .colC {
  flex: 1;
}

@media only screen and (max-width: 540px) {
  footer .main_wrapper .colC {
    flex: 0 100%;
  }
}

footer .main_wrapper .colC h6 {
  color: var(--white);
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  footer .main_wrapper .colC h6 {
    padding-bottom: 10px;
  }
}

footer .main_wrapper .colC .loc {
  color: rgba(255, 255, 255, .698);
  width: 100%;
  max-width: 80%;
  font-size: 14px;
  display: block;
}

footer .main_wrapper .colC .loc:hover {
  color: var(--white);
  transform: translateX(3px);
}

footer .main_wrapper .colC p {
  color: var(--white);
  padding: 15px 0 20px;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  footer .main_wrapper .colC p {
    font-size: 16px;
  }
}

footer .main_wrapper .colC p a {
  display: inline-block;
}

footer .main_wrapper .colC p a:hover {
  transform: translateX(3px);
}

@media only screen and (max-width: 991px) {
  footer .main_wrapper .colC .btn_wrap {
    flex-direction: column;
  }

  footer .main_wrapper .colC .btn_wrap .btn {
    width: 100%;
    max-width: 100%;
  }
}

footer .lower-footer {
  padding: 20px var(--containerfluid) 30px;
  border-top: 1px solid rgba(255, 255, 255, .17);
}

footer .lower-footer .flex {
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  footer .lower-footer .flex {
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }
}

footer .lower-footer .flex p {
  color: var(--white);
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

footer .lower-footer .flex p img, footer .lower-footer .flex p svg {
  vertical-align: middle;
  width: 60px;
}

/* [next]/internal/font/google/poppins_2024bc9.module.css [app-client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/7e832ad540183e91-s.a2f18b1a.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/2094fb60fd9c8287-s.3ed55436.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/c875c6f5d3e977ac-s.p.80fc2c9e.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/41e95f694c5c4549-s.666bad7d.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/6c55a692938ebbbc-s.0a77efb4.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a218039a3287bcfd-s.p.4a23d71b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/bdc7e24a509eb931-s.43b0b13e.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/0da9c7f357bd9d4d-s.b2288445.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/8e6fa89aa22d24ec-s.p.3aec397d.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/0a7740363b4d4863-s.95e4158a.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5f9d24ebef5d5292-s.bd593fbe.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/e2334d715941921e-s.p.d82a9aff.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/b53057dbf91a7acf-s.c55744ae.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/798ea22d9983e047-s.b460e02c.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/47fe1b7cd6e6ed85-s.p.855a563b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

.poppins_2024bc9-module__OvfM1W__className {
  font-family: Poppins, Poppins Fallback;
  font-style: normal;
}

.poppins_2024bc9-module__OvfM1W__variable {
  --font-poppins: "Poppins", "Poppins Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__cf28b7cc._.css.map*/