html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans" !important;
  background: #fff;
}

/* .body-overflow {
  overflow: hidden;
} */

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input:focus::placeholder {
  color: transparent !important;
}

* {
  font-family: "DM Sans" !important;
  box-sizing: border-box;
}

.container {
  padding: 0 1.6rem;
  max-width: 112.8rem;
  margin: 0 auto;
}

.custom-container {
  max-width: 112.8rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.gy-5 {
  row-gap: 3rem !important;
}

@media only screen and (max-width: 1199.9px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1023.9px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 991.9px) {
  html {
    font-size: 7px;
  }
}

.banner-row {
  row-gap: 15px;
}

/* bootstrap classes style start */

.custom-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.custom-row>* {
  flex-shrink: 0;
  width: auto;
  max-width: none;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.custom-row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.custom-row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.custom-row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.custom-row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.custom-row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.custom-row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.custom-row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .custom-row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .custom-row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .custom-row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .custom-row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .custom-row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .custom-row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .custom-row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .custom-row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .custom-row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .custom-row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .custom-row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .custom-row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .custom-row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .custom-row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .custom-row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .custom-row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .custom-row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .custom-row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .custom-row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .custom-row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .custom-row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .custom-row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .custom-row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .custom-row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .custom-row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .custom-row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .custom-row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .custom-row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .custom-row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .custom-row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .custom-row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .custom-row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .custom-row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .custom-row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .custom-row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* bootstrap classes style end */

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 1.2rem;
}

@media only screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-11 {
    grid-column: span 11;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container,
  .container-second {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .breadCrumb {
    display: none !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea,
select {
  background-color: transparent;
  outline: none;
}

ul {
  padding-left: 0;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "DM Sans" !important;
}

img {
  max-width: 100%;
}

button,
input,
textarea {
  outline: 0;
  cursor: pointer;
}

.headerTop {
  padding: 2rem 0;
}

.headerTopParent {
  border-bottom: 0.1rem solid #e5e7eb;
}

.socialIcons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socialIcons .themeToggle {
  transition: 0.3s ease;
  cursor: pointer;
}

.socialIcons a {
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: 0.4s;
  background: #fff;
}

.socialIcons a svg {
  width: 2rem;
  height: 2rem;
}

.socialIcons a svg path {
  transition: 0.4s;
}

.headerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 15.2rem;
  height: 5.6rem;
  object-fit: contain;
}

.logo {
  display: block;
}

.callButton,
.socialIcons .callButton {
  width: fit-content;
  height: 4.8rem;
  background: #f8de28;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000000;
  margin-right: 1.4rem;
  margin-left: 1.4rem;
  border: none;
  transition: 0.4s;
}

.callButton svg,
.socialIcons .callButton svg {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
}

.socialIcons a:hover {
  border: 0.1rem solid #000;
}

.socialIcons a:hover svg path {
  fill: #000;
}

.callButton:hover {
  background-color: #000;
  color: #f8de28;
  border: none !important;
}

.callButton:hover svg path {
  fill: #f8de28 !important;
}

.headerBottom {
  padding: 2.4rem 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}

.menu ul li {
  list-style: none;
  margin-right: 3.2rem;
  position: relative;
  padding-bottom: 2.4rem;
  margin-top: 2.4rem;
}

.menu ul li ul {
  position: absolute;
  top: 90%;
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
  background: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 10rem;
  display: none;
  text-align: left !important;
}

.menu ul li ul li {
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  /* margin-bottom: 1rem; */
  padding: 0 2.4rem;
  width: -webkit-fill-available;
}

.menu ul li ul li {
  min-width: 18em;
}

.menu ul li ul li:first-child,
.menu ul li ul li:last-child {
  padding: 2.4em;
}

.menu ul li ul li:last-child {
  margin: 0;
}

.menu ul li:hover ul {
  display: flex;
}

.menu ul li:hover ul.firstlist {
  display: flex;
}

.headerBottom ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #555555;
  transition: 0.4s;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.headerBottom ul li a svg {
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
  margin-left: 0.4rem;
}

.headerBottom ul li:hover svg {
  transform: rotate(-180deg);
}

.headerBottom ul li:hover ul li svg {
  transform: rotate(0);
}

.headerBottom ul li:hover svg path {
  fill: #f8de28;
}

.headerBottom ul li:hover ul li svg path {
  fill: #1c1b1f;
}

.headerBottom ul li:hover a {
  color: #f8de28;
}

.headerBottom ul li:hover ul li a {
  color: #555555;
}

.headerBottom ul li ul li:hover a {
  color: #f8de28;
}

.headerBottom ul li ul li:hover ul li a {
  color: #1c1b1f;
}

.headerBottom ul li ul li ul li:hover a {
  color: #f8de28;
}

.headerBottom ul li ul li:hover svg {
  transform: rotate(-180deg);
}

.headerBottom ul li ul li:hover svg path {
  fill: #f8de28;
}

.creditPay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #292d32;
  margin-right: 1.6rem;
  padding: 0 2rem;
  transition: 0.4s;
  background-color: transparent;
}

svg path {
  transition: 0.4s;
}

.headerBottomRight {
  position: relative;
}

.creditPay svg,
.creditButton svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
}

.creditPay:hover,
.creditPayParent:hover .creditPay {
  background-color: #f8de28;
  border: 0.1rem solid #f8de28;
}

.creditButton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #292d32;
  height: 4.8rem;
  background: #f8de28;
  border-radius: 0.8rem;
  padding: 0 2rem;
  transition: 0.4s;
}

.creditPayInner {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  z-index: 2;
  top: 6rem;
  display: none;
}

.creditPayInner-body {
  display: flex;
  align-items: center;
  gap: 15px;
}

.creditPayInner.active {
  display: block;
}

.creditPayInner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.2rem 2.2rem 0;
  border-bottom: 0.1rem solid #e5e7eb;
  padding-bottom: 2.4rem;
}

.creditPayInner a:last-child {
  padding: 0;
  margin: 2.2rem 2.2rem 2.2rem;
  border-bottom: 0;
}

.creditPayInner p {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #000000;
  transition: 0.4s;
}

.creditPayInner p span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  display: block;
  color: #666666;
  margin-top: 0.8rem;
}

.creditPayInner a:hover p {
  color: #f8de28;
}

.creditPayInner a:hover svg path {
  stroke: #f8de28;
}

.headerBottomRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.creditButton:hover {
  background-color: #000;
  color: #f8de28;
}

.creditButton:hover svg path {
  fill: #f8de28;
}

.wallpSection {
  padding: 2.4rem 0;
  margin-bottom: 10rem;
}

.bannerSwiper {
  height: 44rem;
  border-radius: 1.6rem;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  z-index: 3;
  margin: auto;
}

.bannerSwiper .swiper-button-next::after,
.bannerSwiper .swiper-button-prev::after {
  content: url("../assets/arrow.png");
  height: 2.2rem;
  font-size: 0;
  filter: brightness(0) saturate(100%);
}

.bannerSwiper .swiper-button-prev::after {
  transform: rotate(180deg);
}

.secondBanner .bannerSwiperItemLeft .orderNow {
  position: absolute;
  margin: auto;
  bottom: 3rem;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.thirdBanner .bannerSwiperItemLeft .orderNow {
  position: absolute;
  margin: auto;
  top: 3rem;
  right: 3rem;
  margin: auto;
  z-index: 2;
}

.fourthBanner .bannerSwiperItemLeft .orderNow {
  position: absolute;
  margin: auto;
  bottom: 16rem;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.bannerSwiper .swiper-button-next {
  right: -60px;
  left: auto;
}

.bannerSwiper .swiper-button-prev {
  right: auto;
  left: -60px;
}

.bannerSwiperWrapper {
  position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -35px;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 1;
}

.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination-bullet-active {
  width: 3rem;
  border-radius: 10px;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f8de28;
}

/* .bannerSwiperItem, */
.bannerContact,
.banner_box {
  height: 270px;
}

.bannerSwiperItem {
  padding: 50px;
  background: #f8de28;
  border-radius: 1.6rem;
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  transition: unset;
  color: #000;
}

.bannerSwiperItem .img {
  /* position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; */
}

.bannerSwiperItem .img img {
  /* position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%; */
}

.bannerSwiperItem .img,
.banner_img {
  /* width: 44rem; */
  /* height: 27rem; */
  height: 100%;
  text-align: end;
}

.bannerSwiperItem .img,
.banner_img {
  height: 100%;
}

.bannerSwiperItem .img img .banner_img img {
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.bannerSwiperItemLeft {
  /* position: relative;
  width: 60%; */
}

.bannerSwiper h2,
.productsBanner h2 {
  font-weight: 500;
  font-size: 4rem;
  color: #000000;
  margin-bottom: 2.4rem;
}

.bannerSwiperItemDesc,
.productsBanner p {
  margin-top: 5rem;
  font-size: 24px;
  color: #3a3a3a;
}

.orderNow {
  position: absolute;
  bottom: 50px;
  background: #ffffff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #292d32;
  padding: 1.1rem 1.9rem;
  transition: 0.4s;
  cursor: pointer;
  z-index: 1;
}

.orderNow svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
}

.orderNow:hover {
  background: #000 !important;
  color: #f8de28 !important;
}

.orderNow:hover svg {
  filter: brightness(0) saturate(100%) invert(92%) sepia(81%) saturate(5642%) hue-rotate(334deg) brightness(102%) contrast(95%);
}

.homeCategory {
  margin-bottom: 10rem;
}

.titleHead {
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #292d32;
  margin-bottom: 4rem;
}

.productsCard {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
}

.productsCardInner {
  padding: 4.8rem;
}

.productsCardInner span {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #252525;
  display: block;
  margin-bottom: 2.4rem;
}

.categoryCard {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  padding: 2.7rem 0.4rem 0;
  margin-bottom: 2.4rem;
}

.categoryCard .img {
  height: 25.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.categoryCard .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s;
}

.categoryCardBody {
  padding: 4.2rem 2.4rem 2.4rem;
}

.categoryCardBody p {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: #292d32;
  height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.4s;
}

.categoryCard:hover .categoryCardBody p {
  color: #f8de28;
}

.categoryCard:hover .img img {
  transform: scale(1.1);
}

.calculatorSection {
  height: 100%;
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  border-top-left-radius: 0;
}

.calculatorLeft h6,
.termsSection h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #252525;
  margin-bottom: 2rem;
  width: 100%;
}

.calculatorLeft {
  padding: 2rem 1rem 2rem 4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.calculatorLeft span {
  width: 100%;
  height: 7rem;
  border: 0.1rem solid #e5e7eb;
  border-radius: 8px;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  color: #292d32;
  transition: 0.4s;
  cursor: pointer;
}

.calculatorLeft label {
  position: relative;
  width: 48%;
  height: 7rem;
  margin-bottom: 1rem;
}

.calculatorLeft label:last-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.calculatorLeft label input {
  position: absolute;
  opacity: 0;
}

.calculatorLeft label input:checked~span,
.calculatorLeft span:hover {
  background: #f8de28;
}

.calculatorRight h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #252525;
  margin-bottom: 2.6rem;
}

.calculatorRight .slideFirst,
.calculatorRight .sliderThird,
.calculatorRight .sliderSecond,
.calculatorRight .sliderFourth {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #292d32;
  margin-bottom: 2rem;
  display: block;
}

.calculatorRightCard {
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 1.6rem 1.6rem 2rem;
  margin-bottom: 1.2rem;
}

.calculatorRight {
  padding: 4rem 4rem 1rem 0;
}

.ui-slider-range-min {
  background-color: #f8de28;
}

.ui-slider-handle {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 50% !important;
  background: #f7f7f7 !important;
  box-shadow: 0px 3px 6px rgba(156, 163, 175, 0.35),
    0px 2px 2px rgba(0, 0, 0, 0.06);
  outline: none !important;
}

.ui-slider-handle:focus,
.ui-state-focus {
  outline: none !important;
  box-shadow: 0px 3px 6px rgba(156, 163, 175, 0.35),
    0px 2px 2px rgba(0, 0, 0, 0.06);
  border: none !important;
}

.ui-slider {
  height: 0.6rem !important;
  border-radius: 0.8rem !important;
  background: #e5e7eb;
  border: none !important;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
}

.slideFirst,
.sliderSecond,
.sliderThird,
.sliderFourth {
  background-color: transparent;
  border: none;
  width: 20rem !important;
  pointer-events: none;
}

.termsSection {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  padding: 4rem;
}

.termsCard {
  background: #f7f7f7;
  height: 7.6rem;
  border-radius: 0.8rem;
  padding: 0 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.termsCard label {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #adadad;
  display: block;
  margin-bottom: 0.4rem;
}

.termsCard p svg {
  width: 2rem;
  height: 2rem;
  margin-left: 0.4rem;
}

.termsSection p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 125%;
  color: #555555;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}

.termsCard p,
.termsCard p span,
.termsCard p span h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
}

.termsCard p h3 {
  margin: 0 !important;
}

.yellowButton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #000000;
  background: #f8de28;
  border-radius: 0.8rem;
  height: 4.8rem;
  border: none;
  width: 100%;
  transition: 0.4s;
}

.yellowButton:hover {
  background-color: #000;
  color: #f8de28;
}

/* .homeBanner {
  margin: 4.8rem 0;
} */
.homeBanner .bannerSwiperItem {
  height: 100%;
}

.homeBanner .bannerSwiperItem .img {
  width: 44rem;
  height: 27rem;
  text-align: center;
}

.homeBanner .bannerSwiperItem .img::after {
  right: -8rem;
  bottom: -10rem;
}

.homeBanner .orderNow {
  background: rgba(255, 255, 255, 0.32);
  transition: 0.4s all ease;
}

.homeBanner .orderNow:hover {
  background-color: #000;
}

.homeBanner .bannerSwiperItem h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1.2rem;
  color: #000000;
}

.homeBanner .bannerSwiperItem p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.48);
}

.bannerRight {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  display: flex;
  position: relative;
}

.bannerRightLeft {
  padding: 4rem 4rem 2.4rem;
  width: 65%;
}

.bannerRightLeft h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #292d32;
  margin-bottom: 1.2rem;
}

.bannerRight .img {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bannerRight p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 135%;
  color: #afafaf;
  margin-bottom: 4.4rem;
}

.bannerRight .yellowButton {
  padding: 0 2.4rem;
  width: fit-content;
}

.bannerRight .img img {
  width: 100%;
  height: 100%;
}

.bannerContact {
  height: 28rem;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.8rem;
  overflow: hidden;
}

.homeBanner-contact {
  margin-top: 60px;
}

.bannerContact-box {
  width: 100%;
  height: 100%;
  background-color: #f8de28;
  border: 0.1rem solid #f8de28;
  border-radius: 0.8rem;
  overflow: hidden;
}

.contact-banner-row {
  align-items: center;
  position: relative;
}

.banner-right-img {
  text-align: end;
}

.bannerLeft-contact {
  padding: 15px 0 15px 15px;
}

.bannerLeft-contact h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  position: absolute;
  top: 20px;
  width: 40%;
}

.bannerLeft-contact p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-wrap: balance;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 20px;
  position: absolute;
  top: 30%;
  width: 40%;
}

.bannerLeft {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.2rem;
}

.bannerLeft h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: #000000;
}

.bannerLeft p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 20px;
}

.partners {
  margin: 10rem 0;
}

.darkMode .partnersSwiper .img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.partnersSwiper .img {
  height: 14rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnersSwiper .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer {
  padding: 3.2rem 0 0;
  background: #f6f6f6;
  border-top: solid 0.1rem #afafaf25;
}

.footerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}

.footerTop p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.48);
  width: 80%;
}

.footerLeft {
  width: 40%;
}

/* .footerTop .logo {
  margin-bottom: 2.4rem;
} */
.footerRight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.footerRight span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: right;
  color: #555555;
  display: block;
  margin-bottom: 1.2rem;
}

.footerRight .socialIcons a:last-child {
  margin-right: 0;
}

.footerMiddle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #e5e7eb;
  padding-bottom: 4.8rem;
}

.footerMiddle ul li {
  margin-right: 2.4rem;
  list-style: none;
}

.footerMiddle ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #555555;
  transition: 0.4s;
}

.footerMiddle ul li a:hover {
  color: #f8de28;
}

.footerMiddle ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footerBottom {
  padding: 3.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerBottom span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.48);
}

.page h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #000000;
  margin-bottom: 3.2rem;
}

.page {
  padding: 3.6rem 0 8rem;
}

.page .row {
  grid-gap: 0 2.4rem;
}

.page h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #252525;
  margin-bottom: 4rem;
}

.vacancyCard p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000000;
  margin-bottom: 1.6rem;
}

.vacancyCard {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  padding: 3.2rem;
  margin-bottom: 2.4rem;
  transition: 0.4s;
}

.vacancyCard span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #afafaf;
  display: block;
  margin-bottom: 4rem;
}

.vacancyCard strong {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #afafaf;
  display: block;
  transition: 0.4s;
}

.vacancyCard:hover {
  border: 0.1rem solid #000;
}

.vacancyCard:hover strong {
  color: #000;
}

.question-answer-card-header.active .answer-icon::after {
  transform: rotate(-90deg);
}

.question-answer-card {
  width: 100%;
  background: transparent;
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  margin-bottom: 1rem;
  height: min-content;
}

.question-answer-card:first-child {
  margin-right: 2.4rem;
}

.question-answer-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.2rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #000000;
  cursor: pointer;
  height: 9.2rem;
}

.question-answer-card-header.active {
  border-bottom: 0.1rem solid rgba(16, 7, 24, 0.07);
}

.question-answer-card-body {
  padding: 3.2rem;
  display: none;
}

.question-answer-card-body p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #000000;
}

.personalInfo p {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #252525;
  margin-bottom: 3.2rem;
}

.inputChild label {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.005em;
  color: #1f2937;
  margin-bottom: 1rem;
}

.personalInfo {
  padding: 4rem;
}

.inputChild {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 2.4rem;
}

.inputChild:last-child {
  margin-right: 0;
}

.inputGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}

.inputChild input {
  width: -webkit-fill-available;
  height: 4.8rem;
  background: #ffffff;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.6rem;
  padding: 0 1.6rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.005em;
  color: #6b7280;
}

.inputGroup:last-child {
  margin-bottom: 0;
}

.productsBanner {
  padding: 50px;
  position: relative;
  /* height: 30rem; */
  min-height: 350px;
  background: #f8de28;
  border: 0.1rem solid #f8de28;
  border-radius: 1.6rem;
  margin-bottom: 4.8rem;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  overflow: hidden;
}

/* .productsBanner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #252525;
  margin-bottom: 2.4rem;
} */
/* .productsBanner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 135%;
  color: #020202;
  margin-bottom: 3.2rem;
} */
.whiteButton {
  position: absolute;
  bottom: 30px;
  background: #ffffff;
  border-radius: 10px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #292d32;
  padding: 10px;
  transition: 0.4s;
  cursor: pointer;
  margin-top: auto;
  z-index: 1;
}

.whiteButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  background: #ffffff;
  border-radius: 0.8rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #292d32;
  padding: 0 2rem;
  width: fit-content;
  transition: 0.4s;
  border: 0.1rem solid transparent;
}

.whiteButton:hover {
  background-color: #000;
  color: #f8de28;
}

.whiteButton svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.6rem;
}

.whiteButton:hover svg {
  filter: brightness(0) saturate(100%) invert(72%) sepia(95%) saturate(389%) hue-rotate(359deg) brightness(107%) contrast(94%);
}

.productsBannerLeft {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  /* padding: 0 4.8rem; */
  /* width: 50%; */
}

.productsBannerRight {
  text-align: end;
  /* position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30rem;
  width: 50%; */
}

.productsBannerRight img {
  /* height: 100%;
  width: 100%;
  object-fit: contain; */
}

.productDetail {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 6.4rem;
}

.productDetail h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 100%;
  color: #252525;
  margin-bottom: 3.8rem;
}

.productDetail ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #555555;
  margin-bottom: 0.6rem;
  list-style: none;
}

.productDetailLeft {
  padding: 3.2rem;
}

.productDetail p {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #252525;
  margin-bottom: 2.4rem;
}

.productDetail span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #555555;
  display: block;
}

.productDetailRight {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 40%;
  height: 100%;
}

.productDetailRight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reportsTab #tabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem;
  margin-right: 1.2rem;
  height: 4rem;
  background: #fcd828;
  border-radius: 0.8rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #292d32;
  border: 0.1rem solid transparent;
  transition: 0.4s;
}

::-webkit-scrollbar {
  width: 1rem;
  height: 0.6rem;
}

::-webkit-scrollbar-track {
  background: #ebeae6;
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background: #fcd828;
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb:hover {
  opacity: #fcd828;
}

.reportsTab #tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3.8rem;
  overflow: auto;
  padding-bottom: 1rem;
}

.reportsTab #tabs li {
  list-style: none;
}

.reportsTab #tabs li a.inactive {
  border: 0.1rem solid #e5e7eb;
  background-color: transparent;
}

.reportsTab #tabs li a.inactive:hover {
  background: #fcd828;
  border: 0.1rem solid transparent;
}

.reportsCard {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  padding: 3.2rem;
  margin-bottom: 2.4rem;
}

.svg-container {
  width: 5.6rem;
  height: 5.6rem;
  background: #f8de28;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
}

.svg-container svg {
  width: 1.6rem;
  height: 1.6rem;
}

.reportsCard p {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #252525;
}

.reportBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.1rem solid #e5e7eb;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}

.reportBottom a {
  width: 6.8rem;
  height: 3.6rem;
  background: #eeeeee;
  border-radius: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.reportsCard:hover .reportBottom a {
  background: #f8de28;
}

.reportBottom a svg {
  width: 2rem;
  height: 2rem;
}

.reportBottom span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #afafaf;
}

.contactInfo {
  background: #f8de28;
  border-radius: 1.6rem;
  padding: 3.2rem;
  position: relative;
  overflow: hidden;
}

.contactInfo h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 1.2rem;
}

.contactInfo p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.48);
  width: 70%;
}

.contactInfoSection {
  margin: 3.2rem 0;
}

.contactInfoSection a,
.contactInfoSection p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #292d32;
  margin-bottom: 2.4rem;
  transition: 0.4s;
}

.contactInfoSection a svg,
.contactInfoSection p svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
}

.contactInfoSection a:hover {
  opacity: 0.5;
}

.formsContent .socialIcons {
  justify-content: flex-start;
  margin-top: 8.4rem;
}

.formsContent .socialIcons a {
  background: #fae96d;
  border: none;
}

.formsContent .socialIcons a svg path {
  fill: #1c1b1f;
}

.formsContent .socialIcons a:hover {
  opacity: 0.6;
}

.contactInfo::after {
  position: absolute;
  content: "";
  bottom: -30%;
  right: -40%;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.contactForm {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  padding: 3.2rem;
}

.contactForm h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #292d32;
  margin-bottom: 1.2rem;
}

.contactForm p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #afafaf;
  margin-bottom: 3.2rem;
  width: 70%;
}

.contactForm .inputChild textarea {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.8rem;
  resize: none;
  padding: 1.2rem 1.6rem;
  height: 8rem;
  color: #000;
}

.contactForm .inputChild input {
  border: 0.1rem solid #d9d9d9;
  color: #000;
}

.contactForm .inputChild textarea::placeholder {
  color: #999999;
}

.inputChild input::placeholder {
  color: #999999;
}

.searchBar {
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.4rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.6rem;
  padding: 0 1.6rem;
}

li {
  list-style: none;
}

.searchBar input {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #555555;
  height: 100%;
  padding: 0;
  border: none;
}

.searchBar svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
}

.branchesIframe iframe {
  height: 57.2rem;
  width: 100%;
}

.branchesSide {
  width: -webkit-fill-available;
  height: 57.2rem;
  padding-right: 2rem;
  overflow: auto;
}

.branchesIframe {
  width: 100%;
  position: sticky;
  top: 2rem;
}

.branchesSideCard {
  display: flex;
  align-items: flex-start;
  height: 100%;
  border: 0.1rem solid #e5e7eb98;
  border-radius: 0.8rem;
  padding: 1.6rem 1.6rem 0.2rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  border: 0.1rem solid #00000084;
  transition: 0.4s;
}

.branchesSideCard img {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  margin-right: 1.6rem;
}

.branchesSideCard p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: #555555;
  margin-bottom: 0.8rem;
}

.branchesSideCard span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: #afafaf;
  margin-bottom: 0.8rem;
}

.branchesSideCard span:last-child {
  margin-bottom: 0;
}

.branchesSide #tabs li a.inactive .branchesSideCard {
  border: 0.1rem solid #e5e7eb;
}

#iframe {
  display: block !important;
}

/* .branchesSide #tabs {
  height: 57.2rem;
  overflow: auto;
  padding-right: 1rem;
} */
.backLink {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #555555;
  margin-bottom: 4rem;
}

.backLink svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4.8rem;
}

.buttons div {
  height: 4.8rem;
  background: #f8de28;
  border-radius: 0.8rem;
  width: 50%;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000000;
  padding: 0 2rem;
  margin-right: 0.8rem;
}

.buttons div svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
}

.productsCard {
  margin-bottom: 2.4rem;
}

.productsCardInner .buttons {
  margin-bottom: 0;
}

.productsCardInner .yellowButton {
  width: 14.4rem;
  margin-right: 1.6rem;
}

.productsCardInner .yellowButton svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.6rem;
}

.productsCardInner .moreButton {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292d32;
  height: 4.8rem;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 0 3.2rem;
}

.productsCardInner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 135%;
  color: #afafaf;
  margin-bottom: 3.6rem;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.vacancyDetail h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 2.4rem;
}

.vacancyDetail ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  padding-left: 2rem;
}

.vacancyDetail ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  color: #afafaf;
  list-style: disc;
  margin-bottom: 0.6rem;
}

.apply {
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  padding: 4rem;
}

.apply span {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 1.2rem;
  display: block;
}

.apply p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #afafaf;
  margin-bottom: 3.2rem;
}

.apply .inputChild {
  margin-bottom: 1.2rem;
}

.selectBox {
  display: flex;
  align-items: center;
  height: 4.8rem;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
  padding-left: 1rem;
}

.selectBox select {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #252525;
  height: 100%;
  border: none;
  width: 7rem;
  display: flex;
  justify-content: center;
  text-align: center;
  background-image: url("../assets/images/svg/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 0px center;
  padding-right: 20px;
  -webkit-appearance: none;
  appearance: none;
}

.selectBox input {
  border: none;
  border-left: 0.1rem solid #d9d9d9;
  padding-left: 1.2rem;
  background: none;
  border-radius: 0 !important;
  margin-left: 1.2rem;
}

.inputFile {
  width: -webkit-fill-available;
  height: 4.8rem;
  border: 0.1rem dashed #d9d9d9;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
  padding: 0 1.6rem;
}

.inputFile label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.inputFile span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  margin-bottom: 0;
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.inputFile input {
  position: absolute;
  opacity: 0;
}

.inputFileSpan {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  color: #afafaf;
  margin-bottom: 3.2rem;
}

.otherCard {
  padding-top: 7.2rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  border-top: 0.1rem solid #e5e7eb;
}

.vacaniesDetailLeft {
  width: 95%;
}

.titleOtherCard {
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #000000;
  margin-bottom: 4rem;
}

.imgContainer {
  width: 100%;
  height: 44rem;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}

.imgContainer img {
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
  /* width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw !important;
  position: relative;
  left: 50%;
  right: 50%; */
}

.aboutSectionLeft {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.aboutSection {
  margin: 8rem 0 8rem;
}

@media (max-width: 767.9px) {  
  .aboutSection {
      padding: 4rem 0;
      margin: 6rem 0 6rem;
    }
  
  .orderCard-image img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  }

.aboutSectionRight {
  height: 28rem;
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}

.aboutSectionRight img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aboutSectionLeft p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #555555;
  text-align: left;
  margin-bottom: 2.4rem;
  width: 95%;
}

.gallery {
  padding: 0 0 4.8rem;
}

.galleryCard img,
.galleryCardLarge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}

.galleryCard {
  height: 20.8rem;
  margin-bottom: 2.4rem;
}

.galleryCardLarge {
  height: 43.8rem;
}

.infoBarCard {
  height: 21rem;
  border: 0.1rem solid #e5e7eb;
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
  padding: 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}

.infoBarCard .img {
  position: absolute;
  top: 0;
  right: 0;
  height: 18rem;
}

.infoBarCard .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.infoBar {
  margin-bottom: 4.8rem;
}

.infoBarCard span {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: #292d32;
  display: block;
  margin-bottom: 0.6rem;
}

.infoBarCard p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 135%;
  color: #555555;
  width: 90%;
}
.web-header-logo{
  display: block;
}
.headerBottom .close,
.open {
  display: none;
}

.rousoursesLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 3.2rem;
}

.humanResourses {
  background: #f8de28;
  border-radius: 0.8rem;
  height: 28rem;
  margin-bottom: 4.8rem;
  position: relative;
  overflow: hidden;
}

.rousoursesRight {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}

.rousoursesRight img {
  width: 100%;
  height: 100%;
}

.humanResourses p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #000000;
  margin-bottom: 1.2rem;
}

.humanResourses p:last-child {
  margin-bottom: 0;
}

.humanResourses p span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  margin-right: 2.4rem;
}

.menuMobile,
.headerBottomTop,
.headerCall {
  display: none;
}

.menu ul li ul li .sub {
  border: none;
  display: block;
  overflow: hidden;
  z-index: 10 !important;
  width: 100%;
  position: static;
  transform: translate(0, 0) !important;
  transition: 0.4s;
  height: 0 !important;
}

.sub li a {
  padding: 0 !important;
  font-size: 1.4rem !important;
}

.sub li {
  padding: 0 2rem !important;
}

.menu ul li ul li:hover ul.sub {
  height: auto !important;
  display: block !important;
  padding: 1.6rem 0;
}

#goldTab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#goldTab li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #252525;
  white-space: nowrap;
}

#goldTab li a {
  height: 6.4rem;
  background: #f8de28;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.4rem;
  border: none;
  border-bottom: 0 !important;
}

#goldTab li:first-child a {
  border-radius: 1.6rem 0 0 0;
}

#goldTab li:last-child a {
  border-radius: 0 1.6rem 0 0;
}

#goldTab li a.inactive {
  background: #ffffff;
  border: 0.1rem solid #e5e7eb;
}

.rightGoldContainer .calculatorRight {
  padding: 4rem 0 1rem 4rem;
}

.rightGoldContainer .calculatorLeft {
  padding: 4rem 2rem 0 2rem;
}

.rightGoldContainer .calculatorRight p {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #252525;
  margin-bottom: 2rem;
}

.adjustTotal h3,
.adjustParent,
.totalPureParent,
.totalPurePriceTwo h3 {
  font-style: normal !important;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #000000;
}

.adjustParent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.6rem;
}

.termsCard .adjustTotal,
.termsCard .totalPureParent,
.termsCard .totalPureParent h3,
.termsCard .totalPureParent span {
  font-style: normal !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

.termsCard .adjustTotal,
.termsCard .totalPureParent {
  font-style: normal !important;
  font-weight: 400 !important;
  margin: 0 0.6rem !important;
  white-space: nowrap !important;
}

.banner_sec {
  position: relative;
  background-color: #f8de28;
  border-radius: 1.6rem;
}

.banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ban_text {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ban_text h4 {
  font-size: 2.4rem;
  color: #000;
  text-transform: uppercase;
}

.ban_text p {
  font-size: 1.6rem;
  color: #000;
  margin-top: auto;
}

@media (max-width: 767px) {
  .banner_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .bannerSwiperWrapper {
    height: 350px;
  }

  .ban_text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 1299px) {

  .bannerContact,
  .banner_box {
    height: 238px;
  }

  /* .bannerSwiperItem .img {
    width: 37rem;
  } */
}

@media (max-width: 991px) {

  /* .bannerSwiperWrapper, */
  /* .bannerSwiperItem, */
  .bannerContact,
  .banner_box {
    height: 280px;
  }
}

@media (max-width: 767px) {

  /* .bannerSwiperWrapper, */
  .bannerSwiperItem,
  .bannerContact,
  .banner_box {
    height: 280px;
  }
}

@media (max-width: 767.9px) {
  .headerBottomTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 1.6rem 1rem;
    width: -webkit-fill-available;
  }

  .headerBottom .close,
  .headerBottomTop .callButton,
  .headerCall {
    width: 4.4rem;
    height: 3.6rem;
    background: #f8de28;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .web-header-logo{
    display: none;
  }
  .open {
    /* width: 4.4rem;
    height: 3.6rem;
    background: #f8de28;
    border-radius: 0.8rem; */
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    margin: 0;
  }

  .hamburgerMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 3.6rem;
    background: #f8de28;
    border-radius: 0.8rem;
    padding: 0;
    margin: 0;
  }

  .headerBottomTop .callButton svg,
  .headerCall svg {
    margin-right: 0;
    width: 2rem;
    height: 2rem;
  }

  .close svg,
  .open svg {
    width: 2rem;
    height: 2rem;
  }

  .menu-card-header.active svg,
  .menu-sub-card-header.active svg {
    transform: rotate(-90deg);
  }

  .menu-card {
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 0.8rem;
    /* margin-bottom: 1rem; */
  }

  .menu-card-header,
  .menu-sub-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    border-radius: 0.8rem;
  }

  .menu-card-header.active {
    border-bottom: 0.1rem solid rgba(16, 7, 24, 0.07);
  }

  .menu-card-body,
  .menu-sub-card-body {
    padding: 1rem;
    display: none;
  }

  .menuMobile {
    display: block;
    padding: 0 1.6rem;
    width: -webkit-fill-available;
  }

  .menu-card-header,
  .menu-sub-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-card-header a,
  .menuMobile a,
  .menu-sub-card-header a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #555555;
    padding: 1rem 0;
  }

  .menu-sub-card-header a {
    font-size: 1.4rem;
  }

  .menu-sub-card-body a {
    font-size: 1.2rem !important;
  }

  .menu-sub-card-body {
    padding-left: 2rem !important;
  }

  .menu-card-header svg,
  .menu-sub-card-header svg {
    width: 2rem;
    height: 2rem;
  }

  .menu-card-body a,
  .menu-sub-card-body {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #292d32;
    transition: 0.4s;
    margin-bottom: 0.6rem;
    padding: 0;
  }

  .productDetailRight,
  .rousoursesRight {
    display: none;
  }

  .humanResourses {
    height: auto;
    padding: 2.4rem 0;
  }

  .humanResourses p {
    font-size: 1.6rem;
  }

  .humanResourses p span {
    min-width: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1rem;
    font-size: 1.4rem;
  }

  .rousoursesLeft {
    padding: 0 2.4rem;
  }

  .bannerSwiper {
    height: 100%;
  }

  .bannerSwiper .swiper-button-next,
  .bannerSwiper .swiper-button-prev {
    width: 3.6rem;
    height: 3.6rem;
  }

  .orderNow svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem;
  }

  .wallpSection,
  .homeCategory {
    margin-bottom: 4.8rem;
  }

  .titleHead {
    font-size: 2.8rem;
    line-height: 3rem;
    color: #292d32;
    margin-bottom: 2rem;
  }

  .categoryCard .img {
    height: 16rem;
  }

  .categoryCardBody {
    padding: 2.4rem 1.6rem;
  }

  .categoryCard {
    margin-bottom: 2.4rem;
  }

  .categoryCardBody p {
    font-size: 1.6rem;
  }

  .calculatorLeft {
    padding: 1.6rem 1rem;
  }

  .calculatorLeft h6,
  .termsSection h6 {
    font-size: 1.6rem;
  }

  .calculatorLeft label,
  .calculatorLeft span {
    height: 5rem;
    font-size: 1.6rem;
  }

  .calculatorRight {
    padding: 1.6rem;
  }

  .termsSection {
    margin: 2rem 0;
    padding: 2rem;
  }

  .calculatorRight .slideFirst,
  .calculatorRight .sliderSecond,
  .calculatorRight .sliderThird,
  .calculatorRight .sliderFourth {
    font-size: 3.2rem;
  }

  .homeBanner .orderNow {
    margin-top: 2.4rem;
  }

  .bannerRightLeft h6 {
    font-size: 1.8rem;
  }

  .bannerRightLeft {
    padding: 2rem;
  }

  .bannerRight .img {
    width: 60%;
  }

  .bannerContact img {
    height: auto;
  }

  .bannerContact {
    height: auto;
  }

  .homeBanner,
  .partners {
    margin: 6rem 0;
  }

  .partnersSwiper .img {
    height: 10rem;
  }

  .imgContainer,
  .branchesIframe iframe {
    height: 30rem;
  }

  .aboutSection {
    padding: 4rem 0;
  }

  .galleryCard {
    height: 10rem;
    margin-bottom: 0.6rem;
    border-radius: 0.3rem;
  }

  .galleryCardLarge {
    height: 20.6rem;
  }

  .swiperGallery .row {
    grid-gap: 0 0.6rem !important;
  }

  .infoBarCard .img {
    height: 14rem;
  }

  .infoBarCard {
    height: 20rem;
    padding: 1.4rem;
    margin-bottom: 1.6rem;
  }

  .page {
    padding: 2.4rem 0 5.4rem;
  }

  .page h1 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .branchesIframe {
    margin-top: 3.2rem;
  }

  .contactInfo,
  .contactForm,
  .question-answer-card-body,
  .personalInfo,
  .productDetailLeft,
  .reportsCard,
  .vacancyCard,
  .apply {
    padding: 1.6rem;
  }

  .contactInfo h2 {
    font-size: 2rem;
  }

  .contactInfoSection {
    margin: 1.6rem 0;
  }

  .contactInfoSection a,
  .contactInfoSection p {
    margin-bottom: 1rem;
  }

  .contactInfo p {
    width: 100%;
    font-size: 1.4rem;
  }

  .contactInfoSection a svg,
  .contactInfoSection p svg {
    width: 2rem;
    height: 2rem;
  }

  .formsContent .socialIcons {
    margin-top: 2rem;
  }

  .contactInfo {
    margin-bottom: 2rem;
  }

  .contactForm h3 {
    font-size: 2rem;
  }

  .contactForm p {
    width: 100%;
  }

  .inputGroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .inputChild {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .socialIcons a {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
  }

  .socialIcons a svg {
    width: 1.8rem;
    height: 1.8rem;
  }

  .question-answer-card-header {
    font-size: 1.8rem;
    line-height: 120%;
    padding: 0 2rem;
    height: 7rem;
  }

  .question-answer-card-body p {
    line-height: 120%;
  }

  .question-answer-card {
    border-radius: 0.8rem;
  }

  .productsBannerLeft {
    padding: 0 1.6rem;
    width: 100%;
  }

  .productDetail h3,
  .vacancyDetail h4,
  .titleOtherCard {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }

  .vacancyDetail h4 {
    margin-bottom: 1.6rem;
  }

  .productDetail p,
  .reportsCard p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .reportsCard p {
    margin-bottom: 1rem;
  }

  .reportsTab #tabs {
    overflow: auto;
    padding-bottom: 1.6rem;
  }

  .svg-container {
    width: 4rem;
    height: 4rem;
    margin-bottom: 2rem;
  }

  .vacancyCard span,
  .backLink {
    margin-bottom: 2rem;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    margin-bottom: 2.4rem;
  }

  .buttons div {
    margin-bottom: 1rem;
    width: -webkit-fill-available;
  }

  .vacaniesDetailLeft {
    width: 100%;
  }

  .otherCard {
    margin-top: 4rem;
    padding-top: 4rem;
  }

  .logo img {
    width: 10rem;
    height: 4.6rem;
  }

  .headerBottom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    align-items: flex-start;
  }

  .menu ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem 3rem 3rem;
  }

  .menu ul li {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .headerBottom ul li a {
    font-size: 2.4rem;
  }

  .headerBottomRight {
    padding: 2.4rem 1.6rem 0;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .headerBottomRight .creditPay {
    margin-right: 1.6rem;
  }

  .creditPay,
  .creditButton {
    margin-right: 0;
    width: -webkit-fill-available;
    margin-bottom: 2.4rem;
    padding: 0;
    font-size: 1.4rem;
  }

  header .socialIcons {
    display: flex;
    position: absolute;
    bottom: 6.4rem;
    left: 1.6rem;
  }

  header .socialIcons a {
    padding: 0 !important;
  }

  .headerTop .socialIcons {
    display: none;
  }

  .headerBottom {
    display: none;
    transform: translateX(-100%);
    transition: 0.4s all ease;
  }

  .headerBottom.active {
    display: flex;
    transform: translateX(0);
    position: fixed;
  }

  .footerTop {
    flex-direction: column;
    align-items: flex-start;
  }

  .footerLeft {
    width: 100%;
    margin-bottom: 2rem;
  }

  .footerRight {
    align-items: flex-start;
  }

  .footerMiddle ul,
  .footerMiddle {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footerMiddle ul li a {
    margin-bottom: 2rem;
  }

  .footerMiddle {
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 2.4rem;
  }

  footer .callButton {
    margin-left: 0;
  }

  .footerBottom {
    padding: 2rem 0 4rem;
  }

  .footerBottom span {
    font-size: 1.4rem;
  }

  .creditPayParent {
    width: 100%;
  }

  .creditPayInner {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    top: 10rem;
    margin: auto;
  }

  .bannerLeft-contact h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
  }

  .bannerLeft-contact p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-wrap: balance;
    color: rgba(0, 0, 0, 0.48);
    margin-top: 20px;
    top: auto;
  }

  .bannerLeft h4 {
    font-size: 2.4rem;
  }

  .bannerLeft p {
    font-size: 1.6rem;
  }

  .bannerLeft {
    height: auto;
  }

  .swiper-slide {
    /* min-height: 255px; */
  }

  .bannerSwiperItem,
  .productsBanner {
    padding: 20px;
    background: #f8de28;
    border-radius: 1.6rem;
    /* display: flex; */
    min-height: 350px;
    height: auto;
    width: 100%;
    position: relative;
    /* align-items: flex-start;
    justify-content: space-between;
    flex-direction: column; */
  }

  .bannerSwiperItemLeft {
    /* position: relative; */
    width: 100%;
    z-index: 2;
    width: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    /* flex: 1; */
  }

  .bannerSwiper h2,
  .productsBanner h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .bannerSwiperItemDesc,
  .productsBanner p {
    position: static;
    font-size: 20px;
    color: #3a3a3a;
    margin-top: 0;
  }

  .orderNow,
  .whiteButton {
    background: #ffffff;
    border-radius: 10px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #292d32;
    padding: 10px;
    transition: 0.4s;
    cursor: pointer;
    margin-top: auto;
  }

  .bannerSwiperItem .img {
    /* position: absolute;
    top: 0;
    bottom: 0;
    right: 0; */
    width: 100%;
    height: auto;
    /* display: flex;
    align-items: flex-end;
    justify-content: flex-end; */
  }

  .bannerSwiperItem .img img {
    width: 280px;
    max-height: 100%;
    height: auto;
    object-fit: contain;
  }

  .bannerContact {
    height: 48.2rem;
  }

  .productsCardInner {
    padding: 1.6rem;
  }

  .productsCardInner span {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
  }

  .productsCardInner p {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 2.4rem;
  }

  .productsCardInner .buttons {
    display: flex;
    flex-direction: row;
  }

  .orderForm .container .orderFormRow {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px;
  }
}

@media (max-width: 575.9px) {
  .bannerSwiperItem .img img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    max-height: 100%;
    height: auto;
    object-fit: contain;
  }

  .productsBannerRight img {
    /* position: absolute; */
    right: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    max-height: 100%;
    height: auto;
    object-fit: contain;
  }

  .orderNow {
    bottom: 30px;
  }
}

/** ----------------------------- Gold Clculator ----------------------------- */

/* -------------------------------- Dark Mode ------------------------------- */
section header .headerTopParent .container .headerTop .logo.darkLogo {
  display: none;
}

.darkMode {
  background-color: #172128;
}

.darkMode section header .headerTopParent .container .headerTop .logo {
  display: none;
}

.darkMode section header .headerTopParent .container .headerTop .logo.darkLogo {
  display: block;
}

.darkMode section header .headerTopParent .container .headerTop .socialIcons a {
  background-color: #172128;
}

.darkMode section header .headerTopParent .container .headerTop .socialIcons a svg g path {
  fill: #fff;
}

.darkMode section header .headerTopParent .container .headerTop .socialIcons a span {
  color: #fff;
}

.darkMode section header .headerTopParent .container .headerTop .socialIcons a:hover {
  background-color: #f8de28;
}

.darkMode section header .headerTopParent .container .headerTop .socialIcons a:hover svg g path {
  fill: #172128 !important;
}

.darkMode section header .headerTopParent .container .headerTop .socialIcons a:hover span {
  color: #172128;
}

.darkMode section header .container .headerBottom {
  background-color: #172128;
}

section header .container .headerBottom .headerBottomTop .logo.darkLogo {
  display: none;
}

.darkMode section header .container .headerBottom .headerBottomTop .logo {
  display: none;
}

.darkMode section header .container .headerBottom .headerBottomTop .logo.darkLogo {
  display: block;
}

.darkMode section header .container .headerBottom .menu ul li a {
  color: #fff;
}

.darkMode section header .container .headerBottom .menu ul li a svg g path {
  fill: #fff;
}

.darkMode section header .container .headerBottom .menu ul li a:hover {
  color: #f8de28;
}

.darkMode section header .container .headerBottom .menu ul li a:hover svg g path {
  fill: #f8de28;
}

.darkMode section header .container .headerBottom .menu ul li ul {
  background-color: #172128;
  border-color: #f8de28;
}

.darkMode section header .container .headerBottom .headerBottomRight .creditPayParent .pay-credit {
  color: #fff;
}

.darkMode section header .container .headerBottom .headerBottomRight .creditPayParent .pay-credit svg g path {
  fill: #fff;
}

.darkMode section header .container .headerBottom .headerBottomRight .creditPayParent .pay-credit:hover {
  color: #172128;
}

.darkMode section header .container .headerBottom .headerBottomRight .creditPayParent .pay-credit:hover svg g path {
  fill: #172128;
}

.darkMode section header .container .headerBottom .headerBottomRight .creditPayParent .creditPayInner {
  background-color: #172128;
  border-color: #f8de28;
}

.darkMode section header .container .headerBottom .headerBottomRight .creditPayParent .creditPayInner a p {
  color: #fff;
}

.darkMode section header .container .headerBottom .headerBottomRight .creditPayParent .creditPayInner a p span {
  color: #fff;
}

.darkMode section header .container .headerBottom .menuMobile a {
  color: #fff;
}

.darkMode section header .container .headerBottom .menuMobile .menu-card {
  background-color: #172128;
}

.darkMode section header .container .headerBottom .menuMobile .menu-card svg g path {
  fill: #fff;
}

.darkMode section header .container .headerBottom .menuMobile .menu-card .menu-card-header {
  background-color: #172128;
}

.darkMode section header .container .headerBottom .menuMobile .menu-card .menu-card-header a {
  color: #fff;
}

.darkMode section header .container .headerBottom .menuMobile .menu-card .menu-card-body {
  background-color: #172128;
}

.darkMode section header .container .headerBottom .menuMobile .socialIcons a {
  background-color: #172128;
}

.darkMode section header .container .headerBottom .menuMobile .socialIcons a svg g path {
  fill: #fff;
}

.darkMode section header .container .headerBottom .menuMobile .socialIcons a span {
  color: #fff;
}

.darkMode section header .container .headerBottom .menuMobile .socialIcons a:hover {
  background-color: #f8de28;
}

.darkMode section header .container .headerBottom .menuMobile .socialIcons a:hover svg g path {
  fill: #172128 !important;
}

.darkMode section header .container .headerBottom .menuMobile .socialIcons a:hover span {
  color: #172128;
}

.darkMode header .headerTopParent .container .headerTop .logo {
  display: none;
}

.darkMode header .headerTopParent .container .headerTop .logo.darkLogo {
  display: block;
}

.darkMode header .headerTopParent .container .headerTop .socialIcons a {
  background-color: #172128;
}

.darkMode header .headerTopParent .container .headerTop .socialIcons a svg g path {
  fill: #fff;
}

.darkMode header .headerTopParent .container .headerTop .socialIcons a span {
  color: #fff;
}

.darkMode header .headerTopParent .container .headerTop .socialIcons a:hover {
  background-color: #f8de28;
}

.darkMode header .headerTopParent .container .headerTop .socialIcons a:hover svg g path {
  fill: #172128 !important;
}

.darkMode header .headerTopParent .container .headerTop .socialIcons a:hover span {
  color: #172128;
}

.darkMode header .container .headerBottom {
  background-color: #172128;
}

header .container .headerBottom .headerBottomTop .logo.darkLogo {
  display: none;
}

.darkMode header .container .headerBottom .headerBottomTop .logo {
  display: none;
}

.darkMode header .container .headerBottom .headerBottomTop .logo.darkLogo {
  display: block;
}

.darkMode header .container .headerBottom .menu ul li a {
  color: #fff;
}

.darkMode header .container .headerBottom .menu ul li a svg g path {
  fill: #fff;
}

.darkMode header .container .headerBottom .menu ul li a:hover {
  color: #f8de28;
}

.darkMode header .container .headerBottom .menu ul li a:hover svg g path {
  fill: #f8de28;
}

.darkMode header .container .headerBottom .menu ul li ul {
  background-color: #172128;
  border-color: #f8de28;
}

.darkMode header .container .headerBottom .headerBottomRight .creditPayParent .pay-credit {
  color: #fff;
}

.darkMode header .container .headerBottom .headerBottomRight .creditPayParent .pay-credit svg g path {
  fill: #fff;
}

.darkMode header .container .headerBottom .headerBottomRight .creditPayParent .pay-credit:hover {
  color: #172128;
}

.darkMode header .container .headerBottom .headerBottomRight .creditPayParent .pay-credit:hover svg g path {
  fill: #172128;
}

.darkMode header .container .headerBottom .headerBottomRight .creditPayParent .creditPayInner {
  background-color: #172128;
  border-color: #f8de28;
}

.darkMode header .container .headerBottom .headerBottomRight .creditPayParent .creditPayInner a p {
  color: #fff;
}

.darkMode header .container .headerBottom .headerBottomRight .creditPayParent .creditPayInner a p span {
  color: #fff;
}

.darkMode header .container .headerBottom .menuMobile a {
  color: #fff;
}

.darkMode header .container .headerBottom .menuMobile .menu-card {
  background-color: #172128;
}

.darkMode header .container .headerBottom .menuMobile .menu-card svg g path {
  fill: #fff;
}

.darkMode header .container .headerBottom .menuMobile .menu-card .menu-card-header {
  background-color: #172128;
}

.darkMode header .container .headerBottom .menuMobile .menu-card .menu-card-header a {
  color: #fff;
}

.darkMode header .container .headerBottom .menuMobile .menu-card .menu-card-body {
  background-color: #172128;
}

.darkMode header .container .headerBottom .menuMobile .socialIcons a {
  background-color: #172128;
}

.darkMode header .container .headerBottom .menuMobile .socialIcons a svg g path {
  fill: #fff;
}

.darkMode header .container .headerBottom .menuMobile .socialIcons a span {
  color: #fff;
}

.darkMode header .container .headerBottom .menuMobile .socialIcons a:hover {
  background-color: #f8de28;
}

.darkMode header .container .headerBottom .menuMobile .socialIcons a:hover svg g path {
  fill: #172128 !important;
}

.darkMode header .container .headerBottom .menuMobile .socialIcons a:hover span {
  color: #172128;
}

.darkMode section .wallpSection .container .row div {
  border-radius: 1.6rem;
}

.darkMode section .wallpSection .container .row div .bannerSwiper .swiper-wrapper .swiper-slide .bannerSwiperItem .bannerSwiperItemLeft .orderNow {
  background-color: #fff;
}

.darkMode section .wallpSection .container .row div .bannerSwiper .swiper-wrapper .swiper-slide .bannerSwiperItem .bannerSwiperItemLeft .orderNow:hover {
  background-color: #182128 !important;
  color: #f8de28 !important;
}

.darkMode section .wallpSection .container .row div .bannerSwiper .swiper-button-next,
.darkMode section .wallpSection .container .row div .bannerSwiper .swiper-button-prev {
  background-color: #00000050;
  transition: 0.3s ease;
}

.darkMode section .wallpSection .container .row div .bannerSwiper .swiper-button-next:hover,
.darkMode section .wallpSection .container .row div .bannerSwiper .swiper-button-prev:hover {
  background-color: #000000;
}

.darkMode section .wallpSection .container .row div .bannerSwiper .swiper-wrapper .swiper-slide .bannerSwiperItem .img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.darkMode section .wallpSection .container .row div .bannerSwiper .swiper-wrapper .swiper-slide .bannerSwiperItem .img::after {
  width: 150%;
  height: 150%;
  right: -20%;
  bottom: -25%;
}

.darkMode section .homeCategory .container .titleHead h3 {
  color: #fff;
}

.darkMode section .homeCategory .container .row div .categoryCard .categoryCardBody p {
  color: #fff;
}

.darkMode section .homeCategory .container .row div .categoryCard .categoryCardBody p:hover {
  color: #f8de28;
}

.darkMode section .calculator .container .calcRow .calcTitle {
  color: #fff;
}

.darkMode section .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc,
.darkMode section .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc {
  background-color: #fff;
  margin-bottom: 20px;
}

.darkMode section .calculator .container .calcRow .calcArea .tabArea .rightSide .terms,
.darkMode section .calculator .container .calcRow .calcArea .tabArea .rightSide .terms2 {
  background-color: #fff;
}

.darkMode section .calculator .container .calcRow .calcArea .addNewTab {
  background-color: #fff;
}

.darkMode section .homeBanner .container .row div .bannerSwiperItem {
  background-color: #1e2930;
}

.darkMode section .homeBanner .container .row div .bannerSwiperItem .bannerSwiperItemLeft div h5 {
  color: #fff;
}

.darkMode section .homeBanner .container .row div .bannerSwiperItem .bannerSwiperItemLeft div p {
  color: rgba(255, 255, 255, 0.2823529412);
}

.darkMode section .homeBanner .container .row div .bannerSwiperItem .bannerSwiperItemLeft .orderNow {
  background-color: #fff;
}

.darkMode section .homeBanner .container .row div .bannerSwiperItem .bannerSwiperItemLeft .orderNow:hover {
  background-color: #f8de28;
  color: #172128;
}

.darkMode section .homeBanner .container .row div .bannerSwiperItem .bannerSwiperItemLeft .orderNow:hover svg g path {
  fill: #172128;
}

.darkMode section .homeBanner .container .row div .bannerRight .bannerRightLeft h6 {
  color: #fff;
}

.darkMode section .homeBanner .container .row div .bannerRight .bannerRightLeft p {
  color: rgba(255, 255, 255, 0.2823529412);
}

.darkMode section .homeBanner .container .row div .bannerRight .bannerRightLeft .yellowButton {
  background-color: #fff;
}

.darkMode section .homeBanner .container .row div .bannerRight .bannerRightLeft .yellowButton:hover {
  background-color: #f8de28;
  color: #172128;
}

.darkMode section .homeBanner .container .row div .bannerRight .bannerRightLeft .yellowButton:hover svg g path {
  fill: #172128;
}

.darkMode section .homeBanner .container .row div .bannerContact {
  /*change*/
  /* background-image: url(../assets/banner-contact-dark.png) !important; */
}

.darkMode section .homeBanner .container .row div .bannerContact .bannerLeft h4 {
  /*change*/
  /* color: #fff; */
  color: #000;
}

.darkMode section .homeBanner .container .row div .bannerContact .bannerLeft p {
  /*change*/
  /* color: rgba(255, 255, 255, 0.2823529412); */
}

.darkMode .page .container .homeBanner .row div .bannerSwiperItem {
  background-color: #1e2930;
}

.darkMode .page .container .homeBanner .row div .bannerSwiperItem .bannerSwiperItemLeft div h5 {
  color: #fff;
}

.darkMode .page .container .homeBanner .row div .bannerSwiperItem .bannerSwiperItemLeft div p {
  color: rgba(255, 255, 255, 0.2823529412);
}

.darkMode .page .container .homeBanner .row div .bannerSwiperItem .bannerSwiperItemLeft .orderNow {
  background-color: #fff;
}

.darkMode .page .container .homeBanner .row div .bannerSwiperItem .bannerSwiperItemLeft .orderNow:hover {
  background-color: #f8de28;
  color: #172128;
}

.darkMode .page .container .homeBanner .row div .bannerSwiperItem .bannerSwiperItemLeft .orderNow:hover svg g path {
  fill: #172128;
}

.darkMode .page .container .homeBanner .row div .bannerRight .bannerRightLeft h6 {
  color: #fff;
}

.darkMode .page .container .homeBanner .row div .bannerRight .bannerRightLeft p {
  color: rgba(255, 255, 255, 0.2823529412);
}

.darkMode .page .container .homeBanner .row div .bannerRight .bannerRightLeft .yellowButton {
  background-color: #fff;
}

.darkMode .page .container .homeBanner .row div .bannerRight .bannerRightLeft .yellowButton:hover {
  background-color: #f8de28;
  color: #172128;
}

.darkMode .page .container .homeBanner .row div .bannerRight .bannerRightLeft .yellowButton:hover svg g path {
  fill: #172128;
}

.darkMode .page .container .homeBanner .row div .bannerContact {
  /*change*/
  /* background-image: url(../assets/banner-contact-dark.png) !important; */
}

.darkMode .page .container .homeBanner .row div .bannerContact .bannerLeft h4 {
  /*change*/
  /* color: #fff; */
  color: #000;
}

.darkMode .page .container .homeBanner .row div .bannerContact .bannerLeft p {
  /*change*/
  /* color: rgba(255, 255, 255, 0.2823529412); */
  color: rgba(0, 0, 0, 0.48);
}

.darkMode section .partners .container .titleHead {
  color: #fff;
}

.darkMode section footer {
  background-color: #172128;
}

section footer .container .footerTop .footerLeft .logo.darkLogo {
  display: none;
}

.darkMode section footer .container .footerTop .footerLeft .logo {
  display: none;
}

.darkMode section footer .container .footerTop .footerLeft .logo.darkLogo {
  display: block;
}

.darkMode section footer .container .footerTop .footerRight .socialIcons a {
  background-color: #172128;
}

.darkMode section footer .container .footerTop .footerRight .socialIcons a svg g path {
  fill: #fff;
}

.darkMode section footer .container .footerTop .footerRight .socialIcons a span {
  color: #fff;
}

.darkMode section footer .container .footerTop .footerRight .socialIcons a:hover {
  background-color: #f8de28;
}

.darkMode section footer .container .footerTop .footerRight .socialIcons a:hover svg g path {
  fill: #172128 !important;
}

.darkMode section footer .container .footerTop .footerRight .socialIcons a:hover span {
  color: #172128;
}

.darkMode section footer .container .footerMiddle ul li a {
  color: #fff;
}

.darkMode section footer .container .footerMiddle ul li a:hover {
  color: #f8de28;
}

.darkMode section footer .container .footerBottom span {
  color: #fff;
}

.darkMode footer {
  background-color: #172128;
}

footer .container .footerTop .footerLeft .logo.darkLogo {
  display: none;
}

.darkMode footer .container .footerTop .footerLeft .logo {
  display: none;
}

.darkMode footer .container .footerTop .footerLeft .logo.darkLogo {
  display: block;
}

.darkMode footer .container .footerTop .footerRight .socialIcons a {
  background-color: #172128;
}

.darkMode footer .container .footerTop .footerRight .socialIcons a svg g path {
  fill: #fff;
}

.darkMode footer .container .footerTop .footerRight .socialIcons a span {
  color: #fff;
}

.darkMode footer .container .footerTop .footerRight .socialIcons a:hover {
  background-color: #f8de28;
}

.darkMode footer .container .footerTop .footerRight .socialIcons a:hover svg g path {
  fill: #172128 !important;
}

.darkMode footer .container .footerTop .footerRight .socialIcons a:hover span {
  color: #172128;
}

.darkMode footer .container .footerMiddle ul li a {
  color: #fff;
}

.darkMode footer .container .footerMiddle ul li a:hover {
  color: #f8de28;
}

.darkMode footer .container .footerBottom span {
  color: #fff;
}

.darkMode .page .container h1,
.darkMode .page .container h3 {
  color: #fff;
}

.darkMode .page .container .aboutSection .row div .aboutSectionLeft p {
  color: #fff;
}

.darkMode .page .container .gallery .titleHead {
  color: #fff;
}

.darkMode .page .container .infoBar .row div .infoBarCard span,
.darkMode .page .container .infoBar .row div .infoBarCard p {
  color: #fff;
}

.darkMode .page .container .bannerContact {
  /*change*/
  /* background-image: url(../assets/banner-contact-dark.png) !important; */
}

.darkMode .page .container .bannerContact h4,
.darkMode .page .container .bannerContact p {
  /* change */
  /* color: #fff; */
  color: #000;
}

.darkMode .blog .container .blogRow .blogTitle {
  color: #fff;
}

.darkMode .blog .container .blogRow .news .newsCard {
  border-color: #f8de28;
}

.darkMode .blog .container .blogRow .news .newsCard .cardInfo .newsTitle {
  color: #fff;
}

.darkMode .blog .container .blogRow .news .newsCard .cardInfo .newsTitle:hover {
  color: #f8de28;
}

.darkMode .blog .container .blogRow .news .newsCard .cardInfo .newsStatistic p {
  color: #fff;
}

.darkMode .blogDetails .container .blogDetailsRow .detailsHead a img {
  filter: invert(100%) !important;
}

.darkMode .blogDetails .container .blogDetailsRow .detailsHead a .goBack {
  color: #fff;
}

.darkMode .blogDetails .container .blogDetailsRow .detailsHead a .goBack:hover {
  color: #f8de28;
}

.darkMode .blogDetails .container .blogDetailsRow .newsContent .newsTitle {
  color: #fff;
}

.darkMode .blogDetails .container .blogDetailsRow .newsContent .contentTitle {
  color: #fff;
}

.darkMode .blogDetails .container .blogDetailsRow .newsContent .content {
  color: #fff;
}

.darkMode .blogDetails .container .blogDetailsRow .otherNews .otherNewsHead .title {
  color: #fff;
}

.darkMode .blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a .goAll {
  color: #fff;
}

.darkMode .blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a .goAll:hover {
  color: #f8de28;
}

.darkMode .blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a img {
  filter: invert(100%);
}

.darkMode .blogDetails .container .blogDetailsRow .news .newsCard {
  border-color: #f8de28;
}

.darkMode .blogDetails .container .blogDetailsRow .news .newsCard .cardInfo .newsTitle {
  color: #fff;
}

.darkMode .blogDetails .container .blogDetailsRow .news .newsCard .cardInfo .newsTitle:hover {
  color: #f8de28;
}

.darkMode .blogDetails .container .blogDetailsRow .news .newsCard .cardInfo .newsStatistic p {
  color: #fff;
}

.darkMode .page .container .row div .branchesSide form .searchBar svg g path {
  fill: #fff;
}

.darkMode .page .container .row div .branchesSide form .searchBar input {
  color: #fff;
}

.darkMode .page .container .row div .branchesSide ul li a .branchesSideCard {
  border: 0.1rem solid #f8de28;
}

.darkMode .page .container .row div .branchesSide #tabs li a .branchesSideCard img {
  filter: invert(100%);
}

.darkMode .page .container .row div .branchesSide #tabs li a .branchesSideCard .branchesSideCardRight p,
.darkMode .page .container .row div .branchesSide #tabs li a .branchesSideCard .branchesSideCardRight span {
  color: #fff;
}

.darkMode .page .container .row div .question-answer-card .question-answer-card-header {
  color: #fff;
}

.darkMode .page .container .row div .question-answer-card .question-answer-card-body p {
  color: #fff;
}

.darkMode .page .container .row div .productsCard .productsCardInner span,
.darkMode .page .container .row div .productsCard .productsCardInner p {
  color: #fff;
}

.darkMode .page .container .row div .productsCard .productsCardInner .buttons .moreButton {
  color: #fff;
  transition: 0.3s ease;
}

.darkMode .page .container .row div .productsCard .productsCardInner .buttons .moreButton:hover {
  background-color: #f8de28;
  color: #000;
  border-color: transparent;
}

.darkMode .page .container .row div .vacancyCard p,
.darkMode .page .container .row div .vacancyCard span,
.darkMode .page .container .row div .vacancyCard strong {
  color: #fff;
}

.darkMode .page .container .row div .vacancyCard:hover {
  border-color: #f8de28;
}

.darkMode .page .container .formsContent .row div .contactForm h3 {
  color: #fff;
}

.darkMode .page .container .formsContent .row div .contactForm form .inputParent .inputGroup .inputChild input,
.darkMode .page .container .formsContent .row div .contactForm form .inputParent .inputGroup .inputChild textarea {
  background-color: #fff;
  color: #6b7280;
}

.darkMode .page .container .pageCalculator .productDetail .productDetailLeft h3,
.darkMode .page .container .pageCalculator .productDetail .productDetailLeft p {
  color: #fff;
}

.darkMode .page .container .pageCalculator .productDetail .productDetailLeft ul li {
  color: #fff;
}

.darkMode .page .container .pageCalculator .productDetail .productDetailLeft span {
  color: rgba(255, 255, 255, 0.2823529412);
}

.darkMode .page .container .pageCalculator .reportsTab #tabs li .inactive {
  color: #fff;
}

.darkMode .page .container .pageCalculator .reportsTab #tabs li .inactive:hover {
  color: #000;
}

.darkMode .page .container .pageCalculator .reportsTab .tabs-container .row div .reportsCard p {
  color: #fff;
}

.darkMode section .orderForm .container .orderFormRow .formTitle {
  color: #fff;
}

.darkMode section .orderForm .container .orderFormRow .apply-credit-form .orderFormInp label {
  color: #fff;
}

.darkMode section .orderForm .container .orderFormRow .apply-credit-form .orderFormInp input {
  background-color: #fff;
  color: #6b7280;
  font-size: 16px;
}

.darkMode section .orderForm .container .orderFormRow .apply-credit-form .apply-credit-form-button {
  transition: 0.3s ease;
}

.darkMode section .orderForm .container .orderFormRow .apply-credit-form .apply-credit-form-button:hover {
  background-color: #000;
  color: #f8de28;
}

.darkMode .thankYou .container .thankYouRow .thankYouInfo .title {
  color: #fff;
}

.darkMode .thankYou .container .thankYouRow .thankYouInfo .info {
  color: #fff;
}

.darkMode .thankYou .container .thankYouRow a {
  color: #fff;
}

.darkMode .thankYou .container .thankYouRow a:hover {
  color: #000;
  border-color: transparent;
}

.darkMode .vacancyDetail .container .backLink {
  color: #fff;
  transition: 0.3s ease;
}

.darkMode .vacancyDetail .container .backLink:hover {
  color: #f8de28;
}

.darkMode .vacancyDetail .container .row div .vacaniesDetailLeft h4 {
  color: #fff;
}

.darkMode .vacancyDetail .container .row div .vacaniesDetailLeft ul li {
  color: #fff;
}

.darkMode .vacancyDetail .container .row div .apply .apply-vacancy-form span {
  color: #fff;
}

.darkMode .vacancyDetail .container .row div .apply .apply-vacancy-form .inputChild input {
  background-color: #fff;
  color: #6b7280;
}

.darkMode .vacancyDetail .container .row div .apply .apply-vacancy-form .selectBox {
  color: #6b7280;
  background-color: #fff;
}

.darkMode .vacancyDetail .container .row div .apply .apply-vacancy-form .selectBox select {
  color: #6b7280;
  background-color: #fff;
}

.darkMode .vacancyDetail .container .row div .apply .apply-vacancy-form .selectBox input {
  background-color: #fff;
  font-size: 16px;
  color: #6b7280 !important;
}

.darkMode .vacancyDetail .container .row div .apply .apply-vacancy-form .selectBox select option {
  color: #000;
}

.darkMode .vacancyDetail .container .row div .apply .apply-vacancy-form .selectBox input {
  color: #fff;
}

.darkMode .vacancyDetail .container .row div .otherCard .titleOtherCard {
  color: #fff;
}

.darkMode .themeToggle {
  display: none;
}

.sun {
  display: none;
}

.darkMode .sun {
  display: block;
}

.socialIcons .themeToggle {
  cursor: pointer;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  transition: 0.4s;
}

.socialIcons .themeToggle img {
  transition: 0.4s;
}

.darkMode .socialIcons .themeToggle:hover {
  background-color: #f8de28;
}

.socialIcons .themeToggle:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(6%) hue-rotate(5deg) brightness(95%) contrast(88%);
}

/* -------------------------------- Dark Mode ------------------------------- */

.calculator {
  width: 100%;
  margin-bottom: 10rem;
}

.calculator .container .calcRow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.calculator .container .calcRow .calcTitle {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #292d32;
  margin-bottom: 40px;
}

.calculator .container .calcRow .calcArea {
  width: 100%;
}

.calculator .container .calcRow .calcArea .changeTabs {
  display: flex;
  justify-content: flex-start;
}

.calculator .container .calcRow .calcArea .changeTabs .tabBtn {
  /* width: 189px;
  max-width: 189px; */
  max-height: 64px;
  background-color: #ffffff;
  padding: 16px 24px;
  color: #252525;
  font-weight: 500;
  line-height: 32px;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  outline: 0;
}

.calculator .container .calcRow .calcArea .changeTabs .tabBtn.activeTab {
  background-color: #f8de28;
}

.calculator .container .calcRow .calcArea .changeTabs .tabBtn:nth-child(1) {
  border-top-left-radius: 16px;
}

.calculator .container .calcRow .calcArea .changeTabs .tabBtn:nth-child(2) {
  border-top-right-radius: 16px;
}

.calculator .container .calcRow .calcArea .tabArea {
  width: 100%;
  display: flex;
  gap: 24px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide {
  width: 66%;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc {
  border: 1px solid #e5e7eb;
  border-radius: 0px 16px 16px 16px;
  padding: 40px;
  display: none;
  flex-direction: column;
  gap: 24px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc.active,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc.active {
  display: flex;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc:nth-child(1) .titles .deleteBtn,
.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc:nth-child(2) .titles .deleteBtn,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc:nth-child(1) .titles .deleteBtn,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc:nth-child(2) .titles .deleteBtn {
  display: none;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .titles,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .titles .tabTitle,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .titles .tabTitle {
  font-size: 16px;
  line-height: 24px;
  color: #252525;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .titles .deleteBtn,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .titles .deleteBtn {
  font-weight: 500;
  line-height: 24px;
  color: rgba(37, 37, 37, 0.25);
  transition: 0.3s ease;
  cursor: pointer;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .titles .deleteBtn:hover,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .titles .deleteBtn:hover {
  color: rgb(37, 37, 37);
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .golds,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .golds {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .golds .goldBtn,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .golds .goldBtn {
  width: 15%;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .golds .goldBtn input,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .golds .goldBtn input {
  display: none;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .golds .goldBtn input:checked~span,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .golds .goldBtn input:checked~span {
  background: #f8de28;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .golds .goldBtn span,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .golds .goldBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #292d32;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #fff;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup {
  width: 100%;
  display: flex;
  gap: 24px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range {
  width: 50%;
  height: 173px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range .rangeTitle,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range .rangeTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #252525;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range .rangeValue,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range .rangeValue {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #292d32;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range .rangeValue input,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range .rangeValue input {
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #292d32;
  width: 1ch;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label {
  position: relative;
  height: 10px;
  min-height: 10px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label span,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label span {
  display: inline-block;
  width: 0%;
  height: 6px;
  background: #f8de28;
  position: relative;
  top: -13.5px;
  border-radius: 8px;
  left: 0;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label input,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label input::-webkit-slider-runnable-track,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label input::-webkit-slider-runnable-track {
  background: #e5e7eb;
  height: 6px;
  border-radius: 8px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label input::-moz-range-track,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label input::-moz-range-track {
  background: #e5e7eb;
  height: 6px;
  border-radius: 8px;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label input::-webkit-slider-thumb,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -7px;
  background: #f7f7f7;
  border: 1px solid #c5c5c5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label input::-moz-range-thumb,
.calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label input::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: -7px;
  background: #f7f7f7;
  box-shadow: 0px 3px 6px rgba(156, 163, 175, 0.35),
    0px 2px 2px rgba(0, 0, 0, 0.06);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide {
  width: 33%;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide .terms,
.calculator .container .calcRow .calcArea .tabArea .rightSide .terms2 {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px;
  position: sticky;
  top: 0;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide .terms.deactive,
.calculator .container .calcRow .calcArea .tabArea .rightSide .terms2.deactive {
  display: none;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide .terms .rightSideTitle,
.calculator .container .calcRow .calcArea .tabArea .rightSide .terms2 .rightSideTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 20px;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide .terms .priceBox,
.calculator .container .calcRow .calcArea .tabArea .rightSide .terms2 .priceBox {
  height: 103px;
  background: #f7f7f7;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px 24px;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide .terms .priceBox .priceBoxTitle,
.calculator .container .calcRow .calcArea .tabArea .rightSide .terms2 .priceBox .priceBoxTitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #adadad;
  margin-bottom: 4px;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide .terms .priceBox .price,
.calculator .container .calcRow .calcArea .tabArea .rightSide .terms2 .priceBox .price {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide .terms a,
.calculator .container .calcRow .calcArea .tabArea .rightSide .terms2 a {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  background: #f8de28;
  border-radius: 8px;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
}

.calculator .container .calcRow .calcArea .tabArea .rightSide .terms .scrollFormBtn,
.calculator .container .calcRow .calcArea .tabArea .rightSide .terms2 .scrollFormBtn {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 16px 24px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 8px;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.calculator .container .calcRow .calcArea .addNewTab {
  width: 63.5%;
  padding: 24px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
}

.calculator .container .calcRow .calcArea .addNewTab.deactive {
  display: none;
}

.calculator .container .calcRow .calcArea .addNewTab .addIcon {
  width: 24px;
  height: 24px;
}

.calculator .container .calcRow .calcArea .addNewTab .addIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.calculator .container .calcRow .calcArea .addNewTab .addTitle {
  font-weight: 500;
  color: #252525;
}

@media (max-width: 992px) {
  .calculator .container .calcRow .calcArea {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .tabArea {
    flex-direction: column;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup {
    flex-direction: column;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label span {
    top: -8.5px;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label input,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label input {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .tabArea .rightSide {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .addNewTab {
    width: 97%;
  }
}

@media (max-width: 768px) {
  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label span {
    top: -14px;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range .rangeValue input,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range .rangeValue input {
    width: 3ch;
  }
}

@media (max-width: 423px) {
  .calculator .container {
    width: 100%;
    padding: 0 15px;
  }

  .calculator .container .calcRow .calcArea {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .changeTabs {
    display: flex;
    flex-direction: column;
  }

  .calculator .container .calcRow .calcArea .changeTabs .tabBtn {
    min-width: 100%;
    width: 100%;
    font-size: 12px;
  }

  .calculator .container .calcRow .calcArea .changeTabs .tabBtn:nth-child(1) {
    border-top-right-radius: 16px;
  }

  .calculator .container .calcRow .calcArea .changeTabs .tabBtn:nth-child(2) {
    border-top-right-radius: 0;
  }

  .calculator .container .calcRow .calcArea .tabArea {
    flex-direction: column;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc {
    border-top-right-radius: 0;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .golds .goldBtn,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .golds .goldBtn {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup {
    flex-direction: column;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc .rangeGroup .range label input,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc .rangeGroup .range label input {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .tabArea .rightSide {
    width: 100%;
  }

  .calculator .container .calcRow .calcArea .addNewTab {
    width: 100%;
  }
}

/* Order Form */

.orderForm {
  width: 100%;
  /* margin-top: -80px; */
  padding-bottom: 50px;
}

.orderForm .container .orderFormRow {
  width: 58%;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px;
}

.orderForm .container .orderFormRow .formTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #252525;
  margin-bottom: 32px;
}

.orderForm .container .orderFormRow form {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.orderForm .container .orderFormRow form .orderFormInp {
  width: 45%;
}

.orderForm .container .orderFormRow form .orderFormInp label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1f2937;
}

.orderForm .container .orderFormRow form .orderFormInp input {
  width: 90%;
  outline: none;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 16px;
  margin-top: 10px;
  cursor: auto;
}

.orderForm .container .orderFormRow form button {
  width: 46%;
  height: 48px;
  border: 0;
  outline: 0;
  border-radius: 8px;
  background: #f8de28;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 768px) {

  /* .orderForm .container .orderFormRow {
    width: 89%;
  } */
  .orderForm .container .orderFormRow form .orderFormInp {
    width: 45%;
  }

  .orderForm .container .orderFormRow form .orderFormInp input {
    width: 90%;
  }
}

@media (max-width: 423px) {
  .orderForm .container .orderFormRow {
    width: 100%;
    padding: 20px;
  }

  .orderForm .container .orderFormRow form {
    gap: 14px;
  }

  .orderForm .container .orderFormRow form .orderFormInp {
    width: 100%;
  }

  .orderForm .container .orderFormRow form .orderFormInp input {
    width: 90%;
  }

  .orderForm .container .orderFormRow form button {
    width: 100%;
    margin-top: 5px;
  }
}

/*# sourceMappingURL=form.css.map */

.blog .container .blogRow .blogTitle {
  font-size: 32px;
  font-weight: 500;
  margin-top: 24px;
}

.blog .container .blogRow .news {
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.blog .container .blogRow .news .newsCard {
  width: 30%;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 8px;
}

.blog .container .blogRow .news .newsCard .cardBanner {
  width: 100%;
  max-height: 165px;
}

.blog .container .blogRow .news .newsCard .cardBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.blog .container .blogRow .news .newsCard .cardInfo {
  padding: 20px 24px;
}

.blog .container .blogRow .news .newsCard .cardInfo .newsTitle {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.blog .container .blogRow .news .newsCard .cardInfo .newsTitle:hover {
  color: #f8de28;
}

.blog .container .blogRow .news .newsCard .cardInfo .newsStatistic {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog .container .blogRow .news .newsCard .cardInfo .newsStatistic .newsDate {
  color: #afafaf;
  font-size: 14px;
  font-weight: 500;
}

.blog .container .blogRow .news .newsCard .cardInfo .newsStatistic .newsView {
  color: #afafaf;
  font-size: 14px;
  font-weight: 500;
}

.blogDetails {
  padding: 24px 0;
}

.blogDetails .container .blogDetailsRow .detailsHead {
  margin-bottom: 18px;
}

.blogDetails .container .blogDetailsRow .detailsHead a .goBack {
  display: inline-block;
  margin-left: 8px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
  transform: translateY(-4px);
}

.blogDetails .container .blogDetailsRow .detailsHead a:hover .goBack {
  color: #f8de28;
}

.blogDetails .container .blogDetailsRow .newsContent .newsTitle {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}

.blogDetails .container .blogDetailsRow .newsContent .newsImg {
  width: 100%;
  height: 438px;
  border-radius: 16px;
  background: #0f181e;
  margin-bottom: 32px;
}

.blogDetails .container .blogDetailsRow .newsContent .newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.blogDetails .container .blogDetailsRow .newsContent .contentTitle {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.blogDetails .container .blogDetailsRow .newsContent .content {
  color: #1c1b1f;
  font-size: 18px;
}

.blogDetails .container .blogDetailsRow .seperator {
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  margin: 72px 0;
}

.blogDetails .container .blogDetailsRow .otherNews .otherNewsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.blogDetails .container .blogDetailsRow .otherNews .otherNewsHead .title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
}

.blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a img {
  transform: rotate(180deg);
}

.blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a,
.blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a .goAll {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
}

.blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a:hover .goAll {
  color: #f8de28;
}

.blogDetails .container .blogDetailsRow .news {
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.blogDetails .container .blogDetailsRow .news .newsCard {
  width: calc(30% - 2px);
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 8px;
}

.blogDetails .container .blogDetailsRow .news .newsCard .cardBanner {
  width: 100%;
  max-height: 165px;
}

.blogDetails .container .blogDetailsRow .news .newsCard .cardBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.blogDetails .container .blogDetailsRow .news .newsCard .cardInfo {
  padding: 20px 24px;
}

.blogDetails .container .blogDetailsRow .news .newsCard .cardInfo .newsTitle {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.blogDetails .container .blogDetailsRow .news .newsCard .cardInfo .newsTitle:hover {
  color: #f8de28;
}

.blogDetails .container .blogDetailsRow .news .newsCard .cardInfo .newsStatistic {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.blogDetails .container .blogDetailsRow .news .newsCard .cardInfo .newsStatistic .newsDate {
  color: #afafaf;
  font-size: 14px;
  font-weight: 500;
}

.blogDetails .container .blogDetailsRow .news .newsCard .cardInfo .newsStatistic .newsView {
  color: #afafaf;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .blog .container .blogRow .blogTitle {
    text-align: center;
  }

  .blog .container {
    padding: 0;
  }

  .blog .container .blogRow .news {
    justify-content: center;
    gap: 8px;
  }

  .blog .container .blogRow .news .newsCard {
    width: calc(50% - 32px);
  }
}

@media (max-width: 478px) {
  .blog .container .blogRow .news {
    justify-content: center;
    gap: 8px;
  }

  .blog .container .blogRow .news .newsCard {
    width: 100%;
    min-width: 216px;
  }
}

@media (max-width: 768px) {
  .blogDetails .container .blogDetailsRow .newsContent .newsImg {
    height: 238px;
  }

  .blogDetails .container .blogDetailsRow .otherNews .otherNewsHead .title {
    font-size: 22px;
  }

  .blogDetails .container .blogDetailsRow .news {
    justify-content: center;
    gap: 8px;
  }

  .blogDetails .container .blogDetailsRow .news .newsCard {
    width: calc(50% - 24px);
    min-width: 216px;
  }
}

@media (max-width: 478px) {
  .blogDetails .container .blogDetailsRow .newsContent .newsImg {
    height: 138px;
  }

  .blogDetails .container .blogDetailsRow .otherNews .otherNewsHead .title {
    font-size: 16px;
  }

  .blogDetails .container .blogDetailsRow .otherNews .otherNewsHead a .goAll {
    font-size: 12px;
  }

  .blogDetails .container .blogDetailsRow .news {
    justify-content: center;
    gap: 8px;
  }

  .blogDetails .container .blogDetailsRow .news .newsCard {
    width: 100%;
  }
}

.thankYou {
  width: 100%;
  padding: 42px 0;
}

.thankYou .container .thankYouRow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thankYou .container .thankYouRow .coinsImg {
  max-width: 362px;
  max-height: 218px;
}

.thankYou .container .thankYouRow .coinsImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thankYou .container .thankYouRow .thankYouInfo {
  max-width: 504px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.thankYou .container .thankYouRow .thankYouInfo .title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.thankYou .container .thankYouRow .thankYouInfo .info {
  color: #1c1b1f;
  text-align: center;
  font-size: 16px;
}

.thankYou .container .thankYouRow a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  color: #292d32;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
}

.thankYou .container .thankYouRow a:hover {
  background-color: #f8de28;
}

/* Apply btn fixed */
.fixedBtn a {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  background: #f8de28;
  border-radius: 8px;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  transition: 0.3s ease;
  z-index: 999;
}

.fixedBtn a:hover {
  transform: scale(1.1);
}

/* Apply btn fixed */