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;
}

.container {
  padding: 0 1.6rem;
  max-width: 112.8rem;
  margin: 0 auto;
}

@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;
  }
}

.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;
}

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 {
  margin-left: 20px;
  transition: 0.3s ease;
  cursor: pointer;
}

.socialIcons .themeToggle:hover {
  filter: invert(100%);
}

.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: 0;
  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: 34.4rem;
  height: 20rem;
  background: #ffffff;
  border: 0.1rem solid #e5e7eb;
  border-radius: 0.8rem;
  z-index: 2;
  top: 6rem;
  display: none;
}
.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;
  overflow: hidden;
}

.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;
}
.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: 3rem;
  bottom: 3rem;
  left: auto;
  top: auto;
}
.bannerSwiper .swiper-button-prev {
  right: 9rem;
  bottom: 3rem;
  left: auto;
  top: auto;
}
/*
.secondBanner .swiper-button-next {
  right: -6rem;
  left: 0;
  bottom: 3rem;
  top: auto;
}

.secondBanner .swiper-button-prev {
  right: 0;
  left: -6rem;
  bottom: 3rem;
  top: auto;
}

.thirdBanner .swiper-button-next {
  right: -6rem;
  left: 0;
  bottom: 3rem;
  top: auto;
}
.thirdBanner .swiper-button-prev {
  right: 0;
  left: -6rem;
  bottom: 3rem;
  top: auto;
} */

.swiper-slide {
  position: relative;
}

.swiper-slide .bannerSwiperItem {
  width: 100%;
  border-radius: 1.6rem;
  display: flex;
  height: 44rem;
  justify-content: space-between;
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}

.swiper-slide .bannerSwiperItem .bannerImage {
  width: 100%;
  height: 100%;
}

.swiper-slide .bannerSwiperItem .bannerImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerSwiperItem .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  position: absolute;
  bottom: -1rem;
  right: 0;
}
.bannerSwiperItem .img {
  position: relative;
  width: 40%;
}
.bannerSwiperItem .img::after {
  position: absolute;
  content: "";
  right: -10rem;
  bottom: -20rem;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  height: 130%;
  width: 100%;
}
.bannerSwiperItemLeft {
  width: 50%;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bannerSwiper h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #000000;
}
.orderNow {
  width: fit-content;
  height: 4.8rem;
  background: #ffffff;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #292d32;
  padding: 0 2.4rem;
  transition: 0.4s;
  cursor: pointer;
}
.orderNow svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
}
.orderNow:hover {
  background: #000;
  color: #f8de28;
}
.orderNow:hover svg path {
  fill: #f8de28;
}
.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 .img {
  width: 50%;
}
.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);
}

.homeBanner .container .row .contactBanner {
  position: relative;
}

.homeBanner .container .row .contactBanner .contactImage {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}

.homeBanner .container .row .contactBanner .contactImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}

.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: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.8rem;
  overflow: hidden;
}
.bannerContact img {
  width: 100%;
  height: 100%;
}
.bannerLeft {
  height: -webkit-fill-available;
  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);
}
.partners {
  margin: 10rem 0;
}
.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 {
  position: relative;
  height: 30rem;
  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 {
  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: #f8de28;
  /* color: #fff; */
  border: 0.1rem solid #000;
}
.whiteButton svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.6rem;
}

.productsBannerLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4.8rem;
  width: 50%;
}
.productsBannerRight {
  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: 7.2rem;
  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: 24%;
  color: #252525;
  height: 100%;
  border: none;
  width: 6rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.selectBox input {
  border: none;
  border-left: 0.1rem solid #d9d9d9;
  padding-left: 1.2rem;
  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;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.aboutSection {
  padding: 16rem 0 10rem;
}
.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%;
}
.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;
}
@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,
  .open,
  .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;
  }
  .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;
  }
  .productsBannerRight,
  .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;
  }
  .bannerSwiperItem {
    height: 30rem !important;
    flex-direction: column;
  }
  .bannerSwiper h2 {
    font-size: 2rem;
    line-height: 120%;
    width: -webkit-fill-available;
    margin-bottom: 2rem;
  }
  .bannerSwiperItemLeft {
    padding: 2rem;
    width: -webkit-fill-available;
    height: fit-content;
  }
  .bannerSwiper {
    height: 30rem;
  }
  .bannerSwiper .swiper-button-next,
  .bannerSwiper .swiper-button-prev {
    width: 3.6rem;
    height: 3.6rem;
  }
  .orderNow {
    width: -webkit-fill-available;
    padding: 0;
    font-size: 1.4rem;
    height: 3.8rem;
  }
  .orderNow svg {
    width: 2rem;
    height: 2rem;
  }
  .bannerSwiperItem .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5.4rem;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    height: 20rem;
    width: 25rem;
  }
  .bannerSwiperItem .img img {
    left: 4rem;
    width: 17rem;
    height: 13rem;
    object-fit: contain;
    z-index: 1;
    position: absolute;
    bottom: 0;
  }

  .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;
  }
  .bannerSwiperItem {
    margin-bottom: 3.2rem;
  }
  .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: 15rem;
  }
  .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;
    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;
    z-index: 1000;
  }
  .headerBottom.active {
    display: flex;
    transform: translateX(0);
  }
  .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 h4 {
    font-size: 2.4rem;
  }
  .bannerLeft p {
    font-size: 1.6rem;
  }
  .bannerLeft {
    height: auto;
  }
  .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;
  }
}

/** ----------------------------- Gold Clculator ----------------------------- */

.calculator {
  width: 100%;
  padding: 100px 0;
}
.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
  .priceCalc:nth-child(1)
  .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
  .goldTitle {
  display: flex;
  align-items: center;
}
.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;
  width: 40%;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #292d32;
}
.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: 20px;
  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: fit-content;
  }

  .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;
  }
}

@media (max-width: 423px) {
  .calculator .container {
    width: 90%;
  }
  .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 .addNewTab {
    width: 94% !important;
    margin: 10px auto 0 auto;
  }

  .calculator .container .calcRow .calcArea .changeTabs .tabBtn:nth-child(1) {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 5px 0;
  }
  .calculator .container .calcRow .calcArea .changeTabs .tabBtn:nth-child(2) {
    border-top-right-radius: 0;
    padding: 5px 0;
    border-radius: 0 0 8px 8px;
  }
  .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
    .golds
    .goldBtn
    span,
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc
    .golds
    .goldBtn
    span {
    padding: 10px 0 !important;
  }

  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc
    .rangeGroup,
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc
    .rangeGroup {
    flex-direction: column;
    gap: 8px;
  }
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc
    .rangeGroup
    .range,
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc
    .rangeGroup
    .range {
    width: fit-content;
    margin: 0 auto;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc {
    padding: 10px;
    margin: 3% 0;
    border-radius: 8px;
  }

  .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: 88%;
    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 */

.homeCards {
  width: 100%;
  height: 276px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.orderCard {
  width: calc(50% - 20px);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
}

.orderCardInfo {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.orderCardInfo div .cardTitle {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.orderCardInfo div .duration {
  color: rgba(0, 0, 0, 0.48);
  font-size: 16px;
}

.orderCardInfo .orderPhone {
  width: 163px;
  height: 48px;
  border-radius: 8px;
  background: #f8de28;
  border: 0;
  outline: 0;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #292d32;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
  margin-top: 24px;
}

.orderCardInfo .orderPhone:hover {
  background-color: #0f181e;
  color: #f8de28;
}

.orderCardInfo .orderPhone:hover svg g path {
  fill: #f8de28;
}

@media (max-width: 768px) {
  .homeCards {
    flex-wrap: wrap;
    height: 100%;
  }
  .orderCard {
    width: 100%;
  }
  .orderCardInfo {
    width: 100%;
  }
}

/* -------------------------------- 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;
  color: #f8de28;
}

.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 {
  background-image: url(../assets/banner-contact-dark.png) !important;
}
.darkMode
  section
  .homeBanner
  .container
  .row
  div
  .bannerContact
  .bannerLeft
  h4 {
  color: #fff;
}
.darkMode section .homeBanner .container .row div .bannerContact .bannerLeft p {
  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 {
  background-image: url(../assets/banner-contact-dark.png) !important;
}
.darkMode .page .container .homeBanner .row div .bannerContact .bannerLeft h4 {
  color: #fff;
}
.darkMode .page .container .homeBanner .row div .bannerContact .bannerLeft p {
  color: rgba(255, 255, 255, 0.2823529412);
}

.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 {
  background-image: url(../assets/banner-contact-dark.png) !important;
}
.darkMode .page .container .bannerContact h4,
.darkMode .page .container .bannerContact p {
  color: #fff;
}
.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;
}

.darkMode .sun:hover {
  filter: invert(0%);
  transform: scale(1.1);
}

/* -------------------------------- Dark Mode ------------------------------- */

.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .priceCalc
  .rangeGroup
  label
  input[type="range"] {
  outline: 0;
  border: 0;
  border-radius: 500px;
  /* width: 400px; */
  max-width: 100%;
  transition: box-shadow 0.2s ease-in-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc
    .rangeGroup
    label
    input[type="range"],
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc
    .rangeGroup
    label
    input[type="range"] {
    overflow: hidden;
    height: 20px;
    /* -webkit-appearance: none; */
    background-color: #ddd;
  }
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc
    .rangeGroup
    label
    input[type="range"]::-webkit-slider-runnable-track,
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc
    .rangeGroup
    label
    input[type="range"]::-webkit-slider-runnable-track {
    height: 20px;
    -webkit-appearance: none;
    color: #444;
    margin-top: -1px;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  }
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc
    .rangeGroup
    label
    input[type="range"]::-webkit-slider-thumb,
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc
    .rangeGroup
    label
    input[type="range"]::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 20px;
    cursor: ew-resize;
    background: #fff;
    box-shadow: -330px 0 0 320px #fcd828, inset 0 0 0 40px #fcd828;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
    margin-top: 0.5px;
  }
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc
    .rangeGroup
    label
    input[type="range"]:active::-webkit-slider-thumb,
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc
    .rangeGroup
    label
    input[type="range"]:active::-webkit-slider-thumb {
    background: #fff;
    box-shadow: -340px 0 0 320px #fcd828, inset 0 0 0 3px #fcd828;
  }
}
.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .priceCalc
  .rangeGroup
  label
  input[type="range"]::-moz-range-progress,
.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .goldCalc
  .rangeGroup
  label
  input[type="range"]::-moz-range-progress {
  background-color: #43e5f7;
}
.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .priceCalc
  .rangeGroup
  label
  input[type="range"]::-moz-range-track,
.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .goldCalc
  .rangeGroup
  label
  input[type="range"]::-moz-range-track {
  background-color: #9a905d;
}
.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .priceCalc
  .rangeGroup
  label
  input[type="range"]::-ms-fill-lower,
.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .goldCalc
  .rangeGroup
  label
  input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7;
}
.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .priceCalc
  .rangeGroup
  label
  input[type="range"]::-ms-fill-upper,
.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .goldCalc
  .rangeGroup
  label
  input[type="range"]::-ms-fill-upper {
  background-color: #9a905d;
}

.calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc {
  margin-bottom: 20px !important;
  border-radius: 16px;
}

.calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .goldCalc:nth-child(2) {
  border-radius: 0 16px 16px 16px;
}

.darkMode
  .calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .goldCalc:nth-child(2) {
  margin-top: 0;
}

.darkMode
  .calculator
  .container
  .calcRow
  .calcArea
  .tabArea
  .leftSide
  .priceCalc {
  margin-top: 0;
}

@media (max-width: 428px) {
  .darkMode
    .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc:nth-child(2) {
    border-radius: 0 0 16px 16px;
  }

  .darkMode
    .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc {
    border-radius: 0 0 16px 16px;
  }

  .darkMode
    .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .priceCalc
    .titles {
    justify-content: center;
  }

  .darkMode
    .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc:nth-child(2)
    .titles {
    justify-content: center;
  }

  .darkMode
    .calculator
    .container
    .calcRow
    .calcArea
    .changeTabs
    .tabBtn:nth-child(2) {
    border-radius: 0;
  }

  .calculator .container .calcRow .calcArea .changeTabs .tabBtn:nth-child(2) {
    border-radius: 0;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc,
  .calculator
    .container
    .calcRow
    .calcArea
    .tabArea
    .leftSide
    .goldCalc:nth-child(2) {
    border-radius: 0 0 16px 16px !important;
  }

  .calculator .container .calcRow .calcArea .tabArea .leftSide .priceCalc,
  .calculator .container .calcRow .calcArea .tabArea .leftSide .goldCalc {
    margin-top: 0;
  }
}
