@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1116px;
  }
}

body {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #2c4143;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.16px;
  margin: 0;
}

h1 {
  color: #efecd6;
  font-size: 58px;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  color: #172223;
  font-size: 40px;
  line-height: 130%; /* 52px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h3 {
    text-align: center;
    font-size: 28px;
  }
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

p {
  color: #677071;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin: 0;
}

.mobile_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_img {
    display: block;
  }
}

.desktop_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .desktop_img {
    display: none;
  }
}



/* buy now btn hide all pages */
a.secondarybtn {
    display: none;
}

a.btnwhite.animatebtn {
    display: none;
}

li.nav-item.buy_now_nav {
    display: none;
}
a.btnwhite {
    display: none;
}

/* buy now btn hide all pages */

.disabledBtn {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.header_wrapper {
  border-bottom: 1px solid rgba(239, 236, 214, 0.3);
  background: #2c4143;
  padding-block: 12px;
  position: fixed;
  width: 100%;
  z-index: 2000;
  top: 0;
}
.header_wrapper .navbar {
  padding: 0;
  position: relative;
  width: 100%;
}
.header_wrapper .navbar .nav_wrap {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_wrap {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .navbar-brand {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header_wrapper .navbar .navbar-brand {
    margin-left: 12px;
  }
}
.header_wrapper .navbar .navbar-toggler {
  border: none;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
.header_wrapper .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header_wrapper .navbar .navbar-toggler::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/header/menu.svg") no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header_wrapper .navbar .navbar-toggler[aria-expanded=true]::after {
  background: url("../../assets/img/header/close.svg") no-repeat;
  background-size: cover;
}
.header_wrapper .navbar .cart_count {
  color: #2c4143;
  display: none;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .cart_count {
    position: absolute;
    top: -6px;
    right: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .header_wrapper .navbar .cart_count {
    right: 56px;
  }
}
.header_wrapper .navbar .cart_count .nav-link {
  padding: 15px 24px;
  border-radius: 32px;
  border: 1px solid #2c4143;
  background: #efecd6;
  color: #2c4143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .cart_count .nav-link {
    padding: 12px 28px;
    border: none;
  }
}
.header_wrapper .navbar .nav_content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .header_wrapper .navbar .nav_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content {
    position: absolute;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: calc(100vh - 48px);
    background: #fdfcf9;
    width: 100%;
    top: 48px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 34px 12px 12px 12px;
  }
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content.show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.header_wrapper .navbar .nav_content .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav .nav-item {
    width: 100%;
  }
}
.header_wrapper .navbar .nav_content .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  padding: 0px;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav .nav-item .nav-link {
    color: #2c4143;
    width: 100%;
  }
}
.header_wrapper .navbar .nav_content .navbar-nav .nav-item .nav-link.borderbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header_wrapper .navbar .nav_content .navbar-nav .nav-item .nav-link.borderbtn span {
  color: #efecd6;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav .nav-item .nav-link.borderbtn span {
    color: #2c4143;
  }
}
.header_wrapper .navbar .nav_content .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav .nav-item .nav-link:hover {
    border: none;
  }
}
.header_wrapper .navbar .nav_content .navbar-nav .nav-item .nav-link:hover.borderbtn span {
  color: #2c4143;
}
.header_wrapper .navbar .nav_content .navbar-nav .nav-item:last-child .nav-link:last-child {
  border: 1px solid #efecd6;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav .nav-item:last-child .nav-link:last-child {
    border-radius: 32px;
    border: 1px solid #2c4143;
    background: #efecd6;
  }
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav .nav-item:last-child .nav-link {
    border: none;
  }
}
.header_wrapper .navbar .nav_content .navbar-nav .cart_count {
  display: block;
}
.header_wrapper .navbar .nav_content .navbar-nav .cart_count .nav-link {
  padding: 15px 24px;
  border-radius: 32px;
  border: 1px solid #2c4143;
  background: #efecd6;
  color: #2c4143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav .cart_count .nav-link {
    padding: 12px 28px;
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .header_wrapper .navbar .nav_content .navbar-nav .cart_count {
    display: none;
  }
}

.footer_wrapper {
  padding-block: 40px;
  background: #2c4143;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_wrapper {
    padding-block: 48px 24px;
  }
}
.footer_wrapper .footer_logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer_wrapper .footer_logo_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer_wrapper .footer_logo_list::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background: url("../../assets/img/footer/footer-vec.svg") no-repeat;
  height: 174px;
  width: 454px;
  z-index: -1;
  left: -5%;
}
@media screen and (max-width: 1024px) {
  .footer_wrapper .footer_logo_list::before {
    height: 160px;
    width: 484px;
    background-size: contain;
    left: -3%;
  }
}
@media screen and (max-width: 991px) {
  .footer_wrapper .footer_logo_list::before {
    left: -4%;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrapper .footer_logo_list::before {
    background: url("../../assets/img/footer/footer-vec-mob.svg") no-repeat;
    top: -46px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrapper .footer_logo_list .footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrapper .footer_logo_list .footer_list li a {
    font-size: 16px;
  }
}
.footer_wrapper .social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 28px 0 40px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer_wrapper .social_list {
    padding-block: 32px 24px;
  }
}
.footer_wrapper .copy_right_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(239, 236, 214, 0.2);
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer_wrapper .copy_right_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
  }
}
.footer_wrapper .copy_right_wrap span {
  color: #efecd6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
@media screen and (max-width: 767px) {
  .footer_wrapper .copy_right_wrap .copy_right_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer_wrapper .copy_right_wrap .copy_right_list li a {
  color: #EFECD6;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.footer_wrapper .footer_list,
.footer_wrapper .copy_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.footer_wrapper .footer_list li a,
.footer_wrapper .copy_right_list li a {
  color: #efecd6;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.footer_wrapper .footer_list li:hover,
.footer_wrapper .copy_right_list li:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #efecd6;
  text-decoration-color: #efecd6;
}

.btnwhite {
  border-radius: 32px;
  border: 1px solid #2c4143;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
}
.btnwhite span {
  padding: 15px 24px;
  color: #2c4143;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 27px */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 6;
}

.animatebtn {
  background-color: #2c4143;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  display: block;
}
.animatebtn span {
  color: #2c4143;
  overflow: hidden;
}
.animatebtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #efecd6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 32px;
}
.animatebtn::after {
  content: "";
  position: absolute;
  background: url("../../assets/img/buttons/btn-vec.svg");
  height: 32px;
  width: 42px;
  bottom: 0;
  right: 0;
}
.animatebtn:hover {
  border: 1px solid #efecd6;
}
.animatebtn:hover span {
  color: #efecd6;
}
.animatebtn:hover::before {
  width: 0%;
  border-top-left-radius: 20%;
  border-top-right-radius: 200%;
  -webkit-transform: translateY(90%);
  transform: translateY(90%);
}

.secondarybtn {
  border-radius: 32px;
  border: 1px solid #2c4143;
  background: #fdfcf9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secondarybtn span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  padding: 16px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.secondarybtn:hover {
  border-radius: 32px;
  border: 1px solid #2c4143;
  background: #dbd8c4;
}
.secondarybtn:hover span {
  color: #2c4143;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.borderbtn {
  border-radius: 32px;
  border: 1px solid #efecd6 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.borderbtn span {
  color: #efecd6;
  padding: 16px 24px;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.borderbtn:hover {
  border: 1px solid #2c4143;
  background: #ecebe2;
}
.borderbtn:hover span {
  color: #2c4143;
}

.ban_section {
  padding-block: 100px 40px;
  background: #2c4143;
  overflow: hidden;
  position: relative;
}
.ban_section::after {
  content: "";
  position: absolute;
  bottom: -2%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/home/ban-vec.svg") no-repeat;
}
@media screen and (min-width: 1300px) {
  .ban_section::after {
    width: 100%;
    height: 100%;
    background-size: contain;
    bottom: -18%;
  }
}
@media screen and (min-width: 1400px) {
  .ban_section::after {
    width: 100%;
    height: 100%;
    background-size: contain;
    bottom: -8%;
  }
}
@media screen and (min-width: 1500px) {
  .ban_section::after {
    width: 112%;
    background-size: cover;
    bottom: -14%;
    background: url("../../assets/img/home/ban-lg-vec.svg") no-repeat;
  }
}
@media screen and (min-width: 1700px) {
  .ban_section::after {
    width: 100%;
    background-size: cover;
    bottom: -14%;
    background: url("../../assets/img/home/ban-lg-vec.svg") no-repeat;
  }
}
@media screen and (max-width: 1300px) {
  .ban_section::after {
    bottom: -18%;
    right: 0%;
    width: 106%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ban_section::after {
    bottom: -30%;
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .ban_section::after {
    height: 400px;
    right: 0;
    width: 54%;
    left: auto;
    background: url("../../assets/img/home/ban-mob-vec.svg") no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .ban_section::after {
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 350px) {
  .ban_section::after {
    height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .ban_section {
    padding-block: 128px 0px;
  }
}
.ban_section .ban_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .ban_section .ban_content_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ban_section .ban_content_wrap h1 {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .ban_section .ban_content_wrap h1 {
    text-align: center;
    max-width: 294px;
  }
}
.ban_section .ban_content_wrap p {
  color: #efecd6;
  padding-block: 24px 32px;
}
@media screen and (max-width: 767px) {
  .ban_section .ban_content_wrap p {
    text-align: center;
  }
}
.ban_section .ban_content_wrap .btnwhite span {
  padding-inline: 46px;
}
.ban_section .ban_img_wrap {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.ban_section .ban_img_wrap img {
  height: 100%;
  width: 100%;
}

.ban_cards_section {
  padding-block: 14px;
  background: #efecd6;
}
.ban_cards_section ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ban_cards_section ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px 16px;
  }
}
.ban_cards_section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-inline: 64px;
  position: relative;
}
.ban_cards_section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2c4143;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ban_cards_section ul li::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ban_cards_section ul li {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 16px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.ban_cards_section ul li h5 {
  color: #2C4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 150%; /* 27px */
}
.ban_cards_section ul li:first-child {
  padding-left: 0px;
}
.ban_cards_section ul li:first-child::before {
  display: none;
}
.ban_cards_section ul li:last-child {
  padding-right: 0px;
}

.increase_section {
  padding-block: 40px;
  background: #efecd6;
}
.increase_section h3 {
  margin-bottom: 60px;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  color: #2c4143;
}
@media screen and (max-width: 767px) {
  .increase_section h3 {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.increase_section ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .increase_section ul {
    gap: 42px 16px;
  }
}
.increase_section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .increase_section ul li {
    width: calc(50% - 16px);
  }
}
.increase_section ul li img {
  height: 78px;
  width: 92px;
}
.increase_section ul li p {
  color: #2c4143;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
}

.simple_section {
  padding-block: 40px 120px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .simple_section {
    padding-block: 48px 40px;
  }
}
.simple_section .simple_wrap {
  border-radius: 8px;
  background: #2c4143;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.simple_section .simple_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 466px;
  width: 700px;
  background: url("../../assets/img/home/vec-simple.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .simple_section .simple_wrap::before {
    bottom: 0;
    height: 342px;
    width: 508px;
  }
}
@media screen and (max-width: 767px) {
  .simple_section .simple_wrap::before {
    top: 10%;
    height: 340px;
    width: 400px;
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .simple_section .simple_wrap::before {
    top: 56%;
    height: 300px;
    width: 350px;
    -webkit-transform: translateY(-92%);
    transform: translateY(-92%);
    background: url("../../assets/img/home/simple-mob-vec.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 350px) {
  .simple_section .simple_wrap::before {
    top: 62%;
  }
}
.simple_section .simple_wrap .simple_content_wrap .simple_content {
  padding: 128px 0px 128px 60px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .simple_section .simple_wrap .simple_content_wrap .simple_content {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .simple_section .simple_wrap .simple_content_wrap .simple_content {
    padding: 32px 16px 0 16px;
  }
}
.simple_section .simple_wrap .simple_content_wrap .simple_content h2 {
  color: #efecd6;
  max-width: 422px;
}
@media screen and (max-width: 991px) {
  .simple_section .simple_wrap .simple_content_wrap .simple_content h2 {
    font-size: 28px;
  }
}
.simple_section .simple_wrap .simple_content_wrap .simple_content p {
  color: #efecd6;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  max-width: 422px;
  padding-block: 24px 32px;
}
.simple_section .simple_wrap .simple_content_wrap .simple_img_main {
  position: relative;
  height: 100%;
  width: 100%;
}
.simple_section .simple_wrap .simple_content_wrap .simple_img_main .simple_img_wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 132%;
}
@media screen and (max-width: 767px) {
  .simple_section .simple_wrap .simple_content_wrap .simple_img_main .simple_img_wrap {
    position: relative;
    width: 100%;
    padding-top: 32px;
  }
}
.simple_section .simple_wrap .simple_content_wrap .simple_img_main .simple_img_wrap img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .simple_section .simple_wrap .simple_content_wrap .simple_img_main .simple_img_wrap img {
    border-radius: 0px;
  }
}

.ready_section {
  background: #efecd6;
  padding-block: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ready_section .ready_content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ready_section .ready_content_wrap h2 {
  color: #2c4143;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .ready_section .ready_content_wrap h2 {
    font-size: 28px;
    max-width: 318px;
    text-align: center;
  }
}
.ready_section .ready_content_wrap p {
  padding-block: 24px 32px;
}
@media screen and (max-width: 767px) {
  .ready_section .ready_content_wrap p {
    max-width: 318px;
    text-align: center;
  }
}
.ready_section .ready_content_wrap .btnwhite {
  padding-block: 16px;
}
@media screen and (max-width: 767px) {
  .ready_section .ready_content_wrap .btnwhite {
    padding: 0;
  }
}
.ready_section .ready_content_wrap .btnwhite:hover {
  background: #ecebe2;
}
.ready_section .ready_img_wrap {
  width: 100%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .ready_section .ready_img_wrap {
    display: none;
  }
}
.ready_section .ready_img_wrap::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 304px;
  width: 454px;
  background: url("../../assets/img/home/ready-vec.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .ready_section .ready_img_wrap::after {
    display: none;
  }
}
.ready_section .ready_img_wrap img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: -40px;
  z-index: 3;
}

.nature_section {
  padding-block: 0px 80px;
  position: relative;
  background-color: #fdfcf9;
}
@media screen and (max-width: 991px) {
  .nature_section {
    padding-block: 80px 0px;
    width: 100%;
    overflow: hidden;
  }
}
.nature_section .nature_wrap {
  position: sticky;
  top: 66px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .nature_section .nature_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.nature_section .nature_wrap .nature_content {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .nature_section .nature_wrap .nature_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.nature_section .nature_wrap .nature_content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -40%;
  height: 900px;
  width: 1434px;
  background: url("../../assets/img/home/nature/vec-nature.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1700px) {
  .nature_section .nature_wrap .nature_content::before {
    left: -65%;
    top: 0%;
    width: 1600px;
  }
}
@media screen and (max-width: 1600px) {
  .nature_section .nature_wrap .nature_content::before {
    left: -54%;
    top: 0%;
    width: 1540px;
  }
}
@media screen and (max-width: 1500px) {
  .nature_section .nature_wrap .nature_content::before {
    width: 1490px;
  }
}
@media screen and (max-width: 1400px) {
  .nature_section .nature_wrap .nature_content::before {
    width: 1280px;
    left: -32%;
    background-size: cover;
  }
}
@media screen and (max-width: 1300px) {
  .nature_section .nature_wrap .nature_content::before {
    width: 1200px;
    left: -14%;
    background-size: cover;
  }
}
@media screen and (max-width: 1200px) {
  .nature_section .nature_wrap .nature_content::before {
    width: 1020px;
    left: -14%;
  }
}
@media screen and (max-width: 991px) {
  .nature_section .nature_wrap .nature_content::before {
    width: 154%;
    left: -4%;
    height: 770px;
  }
}
.nature_section .nature_wrap .nature_content h2 {
  color: #172223;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .nature_section .nature_wrap .nature_content h2 {
    font-size: 28px;
    text-align: center;
  }
}
.nature_section .nature_wrap .nature_content p {
  padding-block: 24px 32px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .nature_section .nature_wrap .nature_content p {
    text-align: center;
  }
}
.nature_section .nature_wrap .nature_content .btnwhite {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .nature_section .nature_wrap .nature_content .btnwhite {
    padding: 0px;
  }
}
.nature_section .nature_wrap .nature_content img {
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.nature_section .nature_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
  padding-block: 300px 0px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .nature_section .nature_cards {
    padding: 160px 0 0 0;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .nature_section .nature_cards {
    padding: 40px 0 40px 0;
    gap: 40px;
  }
}
.nature_section .nature_card {
  position: sticky;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .nature_section .nature_card {
    position: relative;
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    width: 100%;
    padding: 16px;
    margin-inline: auto;
  }
}
.nature_section .nature_card.active {
  -webkit-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  border: 1px solid #fff;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .nature_section .nature_card.active {
    position: relative;
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    width: 100%;
    background-color: transparent;
    margin-inline: auto;
  }
}
.nature_section .nature_card .card_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 16px;
}
.nature_section .nature_card .card_title_wrap img {
  height: 40px;
  width: 40px;
}
.nature_section .nature_card .card_title_wrap .card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.nature_section .nature_card .card_title_wrap .card_title h5 {
  color: #172223;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%; /* 28.6px */
}
@media screen and (max-width: 767px) {
  .nature_section .nature_card .card_title_wrap .card_title h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nature_section .nature_card .card_title_wrap .card_title p {
    font-size: 16px;
  }
}
.nature_section .nature_card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.nutrients_section {
  padding-block: 120px 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 236, 214, 0.14)), to(rgba(239, 236, 214, 0.14))), #fff;
  background: linear-gradient(0deg, rgba(239, 236, 214, 0.14) 0%, rgba(239, 236, 214, 0.14) 100%), #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nutrients_section {
    padding-block: 40px 0px;
  }
}
.nutrients_section::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  height: 270px;
  width: 730px;
  background: url("../../assets/img/home/nutrient/nutrients-vec.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .nutrients_section::after {
    display: none;
  }
}
.nutrients_section .nutrients_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
}
.nutrients_section .nutrients_wrap h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nutrients_section .nutrients_wrap h2 {
    font-size: 28px;
    max-width: 290px;
  }
}
.nutrients_section .nutrients_wrap p {
  text-align: center;
  padding-block: 24px 32px;
  max-width: 742px;
}
.nutrients_section .nutrients_wrap .btnwhite {
  background: transparent;
}
.nutrients_section .nutrients_wrap .btnwhite span {
  padding-block: 16px;
}

.nutrients_table_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 32px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-filter: drop-shadow(0 10px 10px rgba(244, 241, 226, 0.02)) drop-shadow(0 2.289px 2.289px rgba(2, 93, 184, 0.06)) drop-shadow(0 0.5px 42px rgba(244, 241, 226, 0.5));
  filter: drop-shadow(0 10px 10px rgba(244, 241, 226, 0.02)) drop-shadow(0 2.289px 2.289px rgba(2, 93, 184, 0.06)) drop-shadow(0 0.5px 42px rgba(244, 241, 226, 0.5));
}
@media screen and (max-width: 1024px) {
  .nutrients_table_flex {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nutrients_table_flex::-webkit-scrollbar {
    display: block;
  }
  .nutrients_table_flex::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .nutrients_table_flex::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 12px;
  }
}
.nutrients_table_flex .nutrients_table {
  max-width: 286px;
}
@media screen and (max-width: 991px) {
  .nutrients_table_flex .nutrients_table {
    min-width: auto;
  }
}
.nutrients_table_flex .nutrients_table .title_table {
  color: #172223;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #dedee1;
}
.nutrients_table_flex .nutrients_table .table_list {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.nutrients_table_flex .nutrients_table .table_list li {
  padding: 20px 16px;
  border-bottom: 1px solid #dedee1;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nutrients_table_flex .nutrients_table .table_list li {
    padding: 16px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
}
.nutrients_table_flex .nutrients_table .table_list li p {
  color: #2c4143;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  text-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .nutrients_table_flex .nutrients_table .table_list li p {
    font-size: 12px;
  }
}
.nutrients_table_flex .nutrients_table .table_list li img {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .nutrients_table_flex .nutrients_table .table_list li img {
    width: 16px;
    height: 16px;
  }
}
.nutrients_table_flex .nutrients_table .table_list li:last-child {
  border-bottom: none;
}
.nutrients_table_flex .nutrients_table.middle {
  max-width: 198px;
  border-radius: 8px 8px 0px 0px;
}
.nutrients_table_flex .nutrients_table.middle .title_table {
  padding: 20px 16px;
  background: #2c4143;
  border-radius: 16px 16px 0px 0px;
}
.nutrients_table_flex .nutrients_table.middle .table_list {
  background-color: #f9f4e8;
  border-radius: 0;
}
.nutrients_table_flex .nutrients_table.middle .table_list li {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .nutrients_table_flex .nutrients_table.first_table {
    min-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .nutrients_table_flex .nutrients_table.first_table {
    min-width: 180px;
    -webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.1);
    border-top-right-radius: 16px;
  }
}
.nutrients_table_flex .nutrients_table.first_table .title_table {
  border-radius: 16px 16px 0px 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .nutrients_table_flex .nutrients_table.first_table .title_table {
    border-top-left-radius: 0px;
  }
}
@media screen and (max-width: 767px) {
  .nutrients_table_flex .nutrients_table.first_table {
    position: sticky;
    left: -2px;
  }
}
.nutrients_table_flex .nutrients_table.first_table .table_list {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 0px;
}
.nutrients_table_flex .nutrients_table.first_table .table_list li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-wrap: wrap;
}
.nutrients_table_flex .nutrients_table.first_table .table_list li p {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .nutrients_table_flex .nutrients_table.first_table .table_list li p {
    font-size: 14px;
  }
}
.nutrients_table_flex .nutrients_table:last-child .title_table {
  border-radius: 0px 16px 0px 0px;
}
.nutrients_table_flex .nutrients_table:last-child .table_list {
  border-bottom-right-radius: 16px;
}

.testimonials_section {
  padding-block: 80px 210px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .testimonials_section {
    padding-block: 40px 80px;
  }
}
.testimonials_section::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -7%;
  width: 400px;
  height: 460px;
  background: url("../../assets/img/testimonials/test-vec.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .testimonials_section::before {
    bottom: -4%;
    left: -58%;
  }
}
.testimonials_section .testimonials_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 60px;
}
.testimonials_section .testimonials_wrap h2 {
  color: #2c4143;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
  margin: 0;
  max-width: 520px;
}
.testimonials_section .testimonials_wrap p {
  max-width: 520px;
  text-align: center;
}
.testimonials_section .testimonials_wrap .social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-top: 16px;
}
.testimonials_section .swiper {
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .testimonials_section .swiper .swiper-wrapper {
    margin-left: 16px;
  }
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
  height: 100%;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_img {
  position: relative;
  border-radius: 8px;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_img::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: url("../../assets/img/testimonials/play-btn.svg");
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_img img {
  width: 100%;
  border-radius: 8px;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content {
  padding-top: 16px;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_content p {
  color: #2c4143;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_details img {
  height: 40px;
  width: 40px;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_details p {
  color: #677071;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .quote {
  height: 28px;
  width: 28px;
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_text {
  color: #172223;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  padding-block: 0px 58px;
  height: 224px;
}
@media screen and (max-width: 767px) {
  .testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_text {
    padding-block: 0px 32px;
    height: auto;
  }
}
.testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_title {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  padding-block: 58px 18px;
  height: 158px;
}
@media screen and (max-width: 767px) {
  .testimonials_section .swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_title {
    padding-block: 16px 16px;
    height: auto;
  }
}
.testimonials_section .swiper-button-next,
.testimonials_section .swiper-button-prev {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .testimonials_section .swiper-button-next,
  .testimonials_section .swiper-button-prev {
    display: none;
  }
}
.testimonials_section .swiper-button-next::after,
.testimonials_section .swiper-button-prev::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
}
.testimonials_section .swiper-button-next {
  right: -20px;
}
.testimonials_section .swiper-button-next::after {
  background: url("../../assets/img/testimonials/arrow-btns.svg");
  background-size: cover;
}
.testimonials_section .swiper-button-prev {
  left: -20px;
}
.testimonials_section .swiper-button-prev::after {
  background: url("../../assets/img/testimonials/arrow-btns.svg");
  rotate: 180deg;
  background-size: cover;
}

.testimonialModel {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  z-index: 5000;
}
.testimonialModel .modal-dialog {
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  .testimonialModel .modal-dialog {
    max-width: 600px;
  }
}
.testimonialModel .modal-dialog .btn-close {
  position: absolute;
  top: 4%;
  right: -32%;
  z-index: 2005;
  cursor: pointer;
  border: none;
  border-radius: 0;
  height: 44px;
  width: 44px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .testimonialModel .modal-dialog .btn-close {
    top: 12%;
    right: -2%;
  }
}
@media screen and (max-width: 991px) {
  .testimonialModel .modal-dialog .btn-close {
    top: 0%;
    right: -4%;
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .testimonialModel .modal-dialog .btn-close {
    top: 0%;
    right: 4%;
    height: 24px;
    width: 24px;
  }
}
.testimonialModel .modal-dialog .btn-close img {
  height: 44px;
  width: 44px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .testimonialModel .modal-dialog .btn-close img {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .testimonialModel .modal-dialog .btn-close img {
    height: 32px;
    width: 32px;
  }
}
.testimonialModel .modal-dialog .modal-content {
  background-color: transparent;
  position: relative;
  border: none;
}
.testimonialModel .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.testimonialModel .modal-dialog .modal-content iframe {
  width: 100%;
  border-radius: 20px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .testimonialModel .modal-dialog .modal-content iframe {
    height: 250px;
  }
}

.contact_ban_section {
  padding-block: 160px 80px;
  position: relative;
  overflow: hidden;
  background: #2c4143;
}
@media screen and (max-width: 991px) {
  .contact_ban_section {
    padding-block: 128px 16px;
  }
}
.contact_ban_section::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../../assets/img/contact-us/contact-bn-vec.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .contact_ban_section::after {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .contact_ban_section::after {
    background: url("../../assets/img/contact-us/contact-mob-vec.svg");
    background-size: cover;
    height: 468px;
    width: 100%;
    top: 10%;
  }
}
.contact_ban_section .contact_ban_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .contact_ban_section .contact_ban_content {
    gap: 100px;
  }
}
.contact_ban_section .contact_ban_content .contact_ban_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_ban_section .contact_ban_content .contact_ban_text h2 {
  color: #efecd6;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -0.8px;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .contact_ban_section .contact_ban_content .contact_ban_text h2 {
    font-size: 28px;
  }
}
.contact_ban_section .contact_ban_content .contact_ban_text p {
  color: #efecd6;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  padding-top: 24px;
  max-width: 560px;
}
.contact_ban_section .contact_ban_content .banner_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.contact_ban_section .contact_ban_content .banner_card_wrap .banner_card {
  border-radius: 16px;
  background: #efecd6;
  padding: 64px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .contact_ban_section .contact_ban_content .banner_card_wrap .banner_card {
    margin-bottom: 64px;
  }
}
.contact_ban_section .contact_ban_content .banner_card_wrap .banner_card .banner_card_img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
}
.contact_ban_section .contact_ban_content .banner_card_wrap .banner_card h4 {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.3px;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 767px) {
  .contact_ban_section .contact_ban_content .banner_card_wrap .banner_card h4 {
    font-size: 18px;
  }
}
.contact_ban_section .contact_ban_content .banner_card_wrap .banner_card a {
  color: #677071;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.contact_ban_section .contact_ban_content .banner_card_wrap .banner_card .banner_card_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  height: 100%;
}
.contact_ban_section .contact_ban_content .banner_card_wrap .banner_card .banner_card_form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  .contact_ban_section .contact_ban_content .banner_card_wrap .banner_card .banner_card_form input {
    width: 165px;
  }
}
@media screen and (max-width: 991px) {
  .contact_ban_section .contact_ban_content .banner_card_wrap .banner_card .banner_card_form input {
    width: 100%;
  }
}
.contact_ban_section .contact_ban_content .banner_card_wrap .banner_card .banner_card_form button {
  border-radius: 32px;
  border: 1px solid #2c4143;
  background: #efecd6;
  padding: 8px 16px 8px 16px;
}
.contact_ban_section .contact_ban_content .banner_card_wrap .banner_card .banner_card_form button:hover {
  background: #ecebe2;
}

.testmonial_bg {
  background: #fdfcf9;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .testmonial_bg {
    padding-block: 40px;
  }
}
.testmonial_bg::before {
  bottom: 0%;
}
@media screen and (max-width: 767px) {
  .testmonial_bg .testimonials_wrap h2 {
    font-size: 28px;
  }
}

.everything_section {
  padding-block: 40px 80px;
  background: #fdfcf9;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .everything_section {
    padding-block: 40px 64px;
  }
}
.everything_section .everything_title {
  max-width: 420px;
  margin-inline: auto;
  color: #2c4143;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .everything_section .everything_title {
    font-size: 28px;
  }
}
.everything_section .select_mobile_wrap {
  padding-top: 32px;
}
@media screen and (min-width: 767px) {
  .everything_section .select_mobile_wrap {
    display: none;
  }
}
.everything_section .select_mobile_wrap .select_wrap {
  max-width: 360px;
  position: relative;
  cursor: pointer;
}
.everything_section .select_mobile_wrap .select_wrap input {
  width: 100%;
  height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #2c4143;
  background: #efecd6;
  cursor: pointer;
}
.everything_section .select_mobile_wrap .select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../assets/img/contact-us/arrow-icon.svg") no-repeat;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.everything_section .select_mobile_wrap .select_wrap.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.everything_section .select_mobile_wrap .select_wrap .select_list_wrap {
  position: absolute;
  bottom: -180px;
  height: 180px;
  left: 0;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  overflow-y: scroll;
  display: none;
}
.everything_section .select_mobile_wrap .select_wrap .select_list_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.everything_section .select_mobile_wrap .select_wrap .select_list_wrap ul li {
  color: #2c4143;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-block: 8px;
}
.everything_section .nav-tabs {
  margin-top: 40px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .everything_section .nav-tabs {
    display: none;
  }
}
.everything_section .nav-tabs .nav-link {
  background-color: transparent;
  border: none;
  color: #2c4143;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  padding: 10px 16px;
}
.everything_section .nav-tabs .nav-link.active {
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #2c4143;
  background: #efecd6;
  color: #2c4143;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.everything_section .tab-content {
  padding-top: 56px;
  background-color: transparent;
}
.everything_section .accordion .accordion-item {
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.everything_section .accordion .accordion-item .accordion-header .accordion-button {
  color: #172223;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .everything_section .accordion .accordion-item .accordion-header .accordion-button {
    padding: 16px;
  }
}
.everything_section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0px;
}
.everything_section .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #172223;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.about_us_ban_section {
  padding-block: 158px 80px;
  background: #2c4143;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about_us_ban_section {
    padding-block: 128px 80px;
  }
}
.about_us_ban_section::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/about-us/banner/about-ban-vec.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1600px) {
  .about_us_ban_section::before {
    background-size: cover;
    top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .about_us_ban_section::before {
    top: 112px;
  }
}
@media screen and (max-width: 1100px) {
  .about_us_ban_section::before {
    top: 36%;
  }
}
@media screen and (max-width: 991px) {
  .about_us_ban_section::before {
    top: 54%;
  }
}
@media screen and (max-width: 767px) {
  .about_us_ban_section::before {
    top: auto;
    bottom: 0;
    background: url("../../assets/img/about-us/banner/about-ban-mob-vec.svg") no-repeat;
    background-size: cover;
    height: 480px;
    background-position: right bottom;
  }
}
@media screen and (max-width: 350px) {
  .about_us_ban_section::before {
    top: auto;
    bottom: 0;
    left: 0%;
    background: url("../../assets/img/about-us/banner/about-ban-mob-vec.svg") no-repeat;
    background-size: contain;
    height: 480px;
  }
}
.about_us_ban_section .about_us_ban_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_us_ban_section .about_us_ban_content h1 {
  max-width: 552px;
  color: #efecd6;
  text-align: center;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 75.4px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 767px) {
  .about_us_ban_section .about_us_ban_content h1 {
    font-size: 32px;
  }
}
.about_us_ban_section .about_us_ban_content p {
  color: #efecd6;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  max-width: 552px;
  padding-block: 24px 32px;
}

.timeline_section {
  background: #fff;
}
.timeline_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timeline_section .timeline_content_wrap {
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_content_wrap {
    padding-block: 40px;
  }
}
.timeline_section .timeline_content_wrap h2 {
  color: #172223;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_content_wrap h2 {
    font-size: 28px;
    text-align: center;
    max-width: 240px;
    margin-inline: auto;
  }
}
.timeline_section .timeline_content_wrap p {
  color: #677071;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding-top: 24px;
}
.timeline_section .timeline_wrap {
  padding-block: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_wrap {
    padding-block: 0px 40px;
  }
}
.timeline_section .timeline_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  opacity: 0.5;
  background: #d9d9d9;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_wrap::before {
    left: 6px;
  }
}
.timeline_section .timeline_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 2px;
  height: var(--after-height, 0%);
  background: #2c4143;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_wrap::after {
    left: 6px;
  }
}
.timeline_section .timeline_wrap ul {
  padding-left: 80px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_wrap ul {
    padding-left: 30px;
  }
}
.timeline_section .timeline_wrap .timeline_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 24px 16px;
  position: relative;
}
.timeline_section .timeline_wrap .timeline_card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -66px;
  width: 34px;
  height: 34px;
  background: #efecd6;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .timeline_section .timeline_wrap .timeline_card::before {
    width: 24px;
    height: 24px;
    left: -36px;
  }
}
.timeline_section .timeline_wrap .timeline_card.timelineactive {
  background: #efecd6;
}
.timeline_section .timeline_wrap .timeline_card.timelineactive::before {
  background: url("../../assets/img/about-us/active-dot.svg") no-repeat;
  background-size: cover;
  background-position: center;
}
.timeline_section .timeline_wrap .timeline_card h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
.timeline_section .timeline_wrap .timeline_card .timeline_card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.timeline_section .timeline_wrap .timeline_card .timeline_card_content img {
  height: 32px;
  width: 32px;
}
.timeline_section .timeline_wrap .timeline_card .timeline_card_content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #677071;
}

.years_section {
  padding-block: 80px;
  background: #2c4143;
}
@media screen and (max-width: 767px) {
  .years_section {
    padding-block: 40px;
  }
}
.years_section .years_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.years_section .years_card_wrap .years_card {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  margin-bottom: 32px;
  border-bottom: 1px solid #efecd6;
}
.years_section .years_card_wrap .years_card h5 {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
}
.years_section .years_card_wrap .years_card p {
  color: #efecd6;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 767px) {
  .years_section .years_card_wrap .years_card p {
    font-size: 14px;
  }
}

.purity_section {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .purity_section {
    padding-block: 40px;
  }
}
.purity_section .purity_wrap {
  border-radius: 8px;
  background: #2c4143;
  position: relative;
  overflow: hidden;
}
.purity_section .purity_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/about-us/purity-ban-vec.svg") no-repeat;
}
@media screen and (max-width: 1024px) {
  .purity_section .purity_wrap::before {
    top: 20%;
  }
}
@media screen and (max-width: 991px) {
  .purity_section .purity_wrap::before {
    top: 12%;
  }
}
@media screen and (max-width: 767px) {
  .purity_section .purity_wrap::before {
    display: none;
  }
}
.purity_section .purity_wrap h2,
.purity_section .purity_wrap p {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
}
@media screen and (max-width: 991px) {
  .purity_section .purity_wrap h2 {
    font-size: 28px;
  }
}
.purity_section .purity_wrap .purity_content_wrap {
  padding: 66px 0px 66px 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .purity_section .purity_wrap .purity_content_wrap::before {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: url("../../assets/img/about-us/purity-ban-mob-vec.svg") no-repeat;
    background-size: contain;
    background-position: right bottom;
  }
}
@media screen and (max-width: 991px) {
  .purity_section .purity_wrap .purity_content_wrap {
    padding: 40px 16px;
  }
}
.purity_section .purity_wrap .purity_content_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .purity_section .purity_wrap .purity_content_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
.purity_section .purity_wrap .purity_content_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 190px;
}
.purity_section .purity_wrap .purity_content_wrap ul li p {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.purity_section .purity_wrap .purity_img_wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.purity_section .purity_wrap .purity_img_wrap img {
  border-radius: 0px 8px 8px 0px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .purity_section .purity_wrap .purity_img_wrap img {
    border-radius: 0px 0px 8px 8px;
  }
}

.quality_section {
  padding-block: 80px 0px;
}
@media screen and (max-width: 767px) {
  .quality_section {
    padding-block: 40px;
  }
}
.quality_section .quality_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .quality_section .quality_content_wrap {
    padding-bottom: 40px;
  }
}
.quality_section .quality_content_wrap h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quality_section .quality_content_wrap h2 {
    font-size: 28px;
  }
}
.quality_section .quality_content_wrap p {
  color: #677071;
  text-align: center;
  max-width: 742px;
  padding-block: 24px 32px;
}
.quality_section .quality_card_main_wrap {
  margin-bottom: 24px;
}
.quality_section .quality_card_main_wrap .quality_card_wrap {
  padding: 24px 16px;
  border-radius: 8px;
  background: #efecd6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.quality_section .quality_card_main_wrap .quality_card_wrap img {
  height: 64px;
  width: 64px;
}
.quality_section .quality_card_main_wrap .quality_card_wrap h5 {
  color: #172223;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
.quality_section .quality_card_main_wrap .quality_card_wrap p {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.about_increase_section h2 {
  max-width: none;
  color: #172223;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -0.8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about_increase_section h2 {
    font-size: 28px;
  }
}
.about_increase_section ul {
  gap: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_increase_section ul {
    gap: 48px 16px;
  }
}

.nutrients_about_section {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nutrients_about_section {
    padding-block: 40px;
  }
}
.nutrients_about_section .nutrients_wrap h2 {
  padding-bottom: 32px;
}

.product_ban_section {
  padding-block: 140px 56px;
  background: #2c4143;
}
.product_ban_section .product_ban_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .product_ban_section .product_ban_content_wrap {
    padding-bottom: 48px;
  }
}
.product_ban_section .product_ban_content_wrap .rating_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-block: 24px 16px;
}
.product_ban_section .product_ban_content_wrap .rating_wrap .rating {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.product_ban_section .product_ban_content_wrap .tag {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  padding: 4px 12px;
  border-radius: 8px;
  background: #8d968c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product_ban_section .product_ban_content_wrap p {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  padding-block: 24px 32px;
}
.product_ban_section .product_ban_content_wrap .find_product_wrap {
  padding-top: 32px;
}
.product_ban_section .product_ban_content_wrap .find_product_wrap span {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.product_ban_section .product_ban_content_wrap .find_product_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px 0 0 0;
  margin: 0;
}
.product_ban_section .product_ban_content_wrap .find_product_wrap ul li img {
  height: 32px;
  width: 32px;
}
.product_ban_section .product_ban_swiper_wrap {
  height: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .product_ban_section .product_ban_swiper_wrap {
    height: auto;
  }
}
.product_ban_section .product_ban_swiper_wrap .productBanSwiper .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.product_ban_section .product_ban_swiper_wrap .productBanSwiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}
.product_ban_section .product_ban_swiper_wrap .swiper-button-next,
.product_ban_section .product_ban_swiper_wrap .swiper-button-prev {
  height: 38px;
  width: 38px;
}
@media screen and (max-width: 767px) {
  .product_ban_section .product_ban_swiper_wrap .swiper-button-next,
  .product_ban_section .product_ban_swiper_wrap .swiper-button-prev {
    display: none;
  }
}
.product_ban_section .product_ban_swiper_wrap .swiper-button-next::after,
.product_ban_section .product_ban_swiper_wrap .swiper-button-prev::after {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  background: url("../../assets/img/product/arrow-right.svg") no-repeat;
  background-position: center;
}
.product_ban_section .product_ban_swiper_wrap .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -20px;
  right: auto;
}
.product_ban_section .product_ban_swiper_wrap .swiper-button-next {
  right: -20px;
  left: auto;
}
.product_ban_section .product_ban_swiper_wrap .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  height: 8px;
  width: 8px;
}
.product_ban_section .product_ban_swiper_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5fc090;
}

.product_ban_list_section {
  padding-block: 14px;
  background: #efecd6;
  overflow: hidden;
}

.unquestionableSwiper .swiper-wrapper,
.productBanList .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.unquestionableSwiper .swiper-wrapper .swiper-slide .product_ban_list_wrap,
.productBanList .swiper-wrapper .swiper-slide .product_ban_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.unquestionableSwiper .swiper-wrapper .swiper-slide .product_ban_list_wrap h5,
.productBanList .swiper-wrapper .swiper-slide .product_ban_list_wrap h5 {
  color: #2C4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.3px;
}

.adds_health_section {
  background: #fdfcf9;
  padding-block: 40px;
}
.adds_health_section .adds_title_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .adds_health_section .adds_title_content h2 {
    font-size: 28px;
  }
}
.adds_health_section .adds_title_content p {
  max-width: 560px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adds_health_section .adds_title_content p {
    text-align: left;
  }
}
.adds_health_section .adds_health_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .adds_health_section .adds_health_list {
    padding-block: 0px 60px;
  }
}
.adds_health_section .adds_health_list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-block: 4px;
  border-bottom: 1px solid #d9d9d9;
}
.adds_health_section .adds_health_list li span {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.adds_health_section .adds_health_list li:first-child {
  border-bottom: 1px solid #2c4143;
  padding-block: 8px;
  margin-bottom: 16px;
}
.adds_health_section .adds_health_list li:first-child span {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
}
.adds_health_section .adds_health_img {
  width: 100%;
  height: 100%;
}
.adds_health_section .adds_health_img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .adds_health_section .adds_health_img img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .adds_health_section .adds_health_img img {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .adds_health_section .adds_health_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ingredients_section {
  padding-block: 40px;
  background: #fdfcf9;
}
.ingredients_section h3 {
  color: #2c4143;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
  padding-bottom: 60px;
}
.ingredients_section .ingredients_img_wrap {
  width: 100%;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.ingredients_section .ingredients_img_wrap .ingredients_wrap {
  position: absolute;
  top: 0px;
  left: 0;
  height: 264px;
  width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: width 2s linear, height 2s linear;
  transition: width 2s linear, height 2s linear;
  padding-inline: 40px;
}
@media screen and (max-width: 1024px) {
  .ingredients_section .ingredients_img_wrap .ingredients_wrap {
    padding-inline: 26px 70px;
  }
}
@media screen and (max-width: 991px) {
  .ingredients_section .ingredients_img_wrap .ingredients_wrap {
    top: 46px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .ingredients_section .ingredients_img_wrap .ingredients_wrap {
    top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .ingredients_section .ingredients_img_wrap .ingredients_wrap {
    left: 56%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.ingredients_section .ingredients_img_wrap .ingredients_wrap img {
  -webkit-transition: width 0.3s linear, height 0.3s linear;
  transition: width 0.3s linear, height 0.3s linear;
  height: 172px;
  width: 184px;
}
@media screen and (max-width: 991px) {
  .ingredients_section .ingredients_img_wrap .ingredients_wrap img {
    height: 50px;
    width: 50px;
  }
}
.ingredients_section .ingredients_img_wrap .ingredients_description {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-inline: 30px;
}
@media screen and (max-width: 1024px) {
  .ingredients_section .ingredients_img_wrap .ingredients_description {
    bottom: 24px;
    padding-inline: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ingredients_section .ingredients_img_wrap .ingredients_description {
    left: 50%;
    padding-inline: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 210px;
    bottom: 38px;
    height: 46%;
  }
}
.ingredients_section .ingredients_img_wrap .ingredients_description p {
  color: #172223;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  .ingredients_section .ingredients_img_wrap .ingredients_description p {
    opacity: 1;
  }
}
.ingredients_section .ingredients_img_wrap:hover .ingredients_wrap {
  top: 46px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .ingredients_section .ingredients_img_wrap:hover .ingredients_wrap {
    top: 36px;
  }
}
.ingredients_section .ingredients_img_wrap:hover .ingredients_wrap img {
  height: 50px;
  width: 50px;
}
.ingredients_section .ingredients_img_wrap:hover .ingredients_description p {
  opacity: 1;
}
.ingredients_section .ingredients_img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ingredients_section .ingredients_img_wrap img {
    max-width: 264px;
  }
}

.help_best_section {
  padding-block: 40px 8px;
  background: #efecd6;
}
.help_best_section h3 {
  color: #2c4143;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.3px;
  padding-bottom: 48px;
}
.help_best_section .help_best_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.help_best_section .help_best_wrap .help_best_card {
  border-radius: 8px;
  padding: 12px 8px;
  background: #fdfcf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .help_best_section .help_best_wrap .help_best_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 16px;
  }
}
.help_best_section .help_best_wrap .help_best_card img {
  height: 48px;
  width: 48px;
}
.help_best_section .help_best_wrap .help_best_card h4 {
  color: #2c4143;
  font-family: "Raleway", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 150%; /* 27px */
}

.everything_need_section {
  padding-block: 40px 120px;
  background: #fdfcf9;
}
@media screen and (max-width: 767px) {
  .everything_need_section {
    padding-block: 40px 80px;
  }
}
.everything_need_section .everything_title {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .product_nature_section {
    padding-block: 40px;
  }
}
.product_nature_section .nature_container .nature_wrap .nature_content::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_nature_section .nature_container .nature_wrap .nature_content h3 {
    text-align: center;
    font-size: 28px;
  }
}

.gallery_section {
  padding-block: 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery_section {
    padding-block: 40px 80px;
  }
}
.gallery_section .gallerySwiper {
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .gallery_section .gallerySwiper {
    overflow: unset;
  }
}
@media screen and (max-width: 991px) {
  .gallery_section .gallerySwiper {
    height: auto;
  }
}
.gallery_section .gallerySwiper .swiper-wrapper {
  height: auto;
}
.gallery_section .gallerySwiper .swiper-wrapper .swiper-slide {
  height: 326px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .gallery_section .gallerySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .video_img_wrap,
  .gallery_section .gallerySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .normal_img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    max-width: 540px;
  }
}
.gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .normal_img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .normal_img {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .normal_img img {
  height: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .normal_img img {
    width: 100%;
  }
}
.gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .video_img_wrap {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .video_img_wrap {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .video_img_wrap {
    height: 100%;
    max-width: 240px;
  }
}
.gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .video_img_wrap img {
  height: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .video_img_wrap img {
    width: 100%;
  }
}
.gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .video_img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 8px;
}
.gallery_section .gallerySwiper .swiper-wrapper .swiper-slide .video_img_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: url("../../assets/img/testimonials/play-btn.svg");
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 8px;
}
.gallery_section .galleryPagination {
  bottom: 20px;
}
@media screen and (min-width: 767px) {
  .gallery_section .galleryPagination {
    display: none;
  }
}
.gallery_section .galleryPagination .swiper-pagination-bullet {
  background: #c4c4c4;
  opacity: 1;
}
.gallery_section .galleryPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2c4143;
}
.gallery_section .swiper-button-next,
.gallery_section .swiper-button-prev {
  height: 38px;
  width: 38px;
  top: auto;
  bottom: 40px;
}
@media screen and (max-width: 991px) {
  .gallery_section .swiper-button-next,
  .gallery_section .swiper-button-prev {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gallery_section .swiper-button-next,
  .gallery_section .swiper-button-prev {
    display: none;
  }
}
.gallery_section .swiper-button-next::after,
.gallery_section .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/product/g-arrow-right.svg");
  background-size: cover;
  position: absolute;
  height: 38px;
  width: 38px;
}
.gallery_section .swiper-button-next {
  right: 48%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (max-width: 1024px) {
  .gallery_section .swiper-button-next {
    right: 47%;
  }
}
.gallery_section .swiper-button-prev {
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .gallery_section .swiper-button-prev {
    left: 47%;
  }
}
.gallery_section .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.unquestionable_section {
  padding-block: 80px;
  background: #fdfcf9;
}
@media screen and (max-width: 767px) {
  .unquestionable_section {
    padding-block: 40px;
  }
}
.unquestionable_section h3 {
  color: #172223;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
}
.unquestionable_section .unquestionable_wrap {
  padding-top: 60px;
}
.unquestionable_section .unquestionableSwiper {
  position: relative;
  overflow: hidden;
}
.unquestionable_section .unquestionableSwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  background: -webkit-gradient(linear, right top, left top, color-stop(28.61%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff 28.61%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .unquestionable_section .unquestionableSwiper::before {
    width: 40px;
  }
}
.unquestionable_section .unquestionableSwiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, color-stop(28.61%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 28.61%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .unquestionable_section .unquestionableSwiper::after {
    width: 40px;
  }
}
.unquestionable_section .unquestionableSwiper .swiper-wrapper .swiper-slide img {
  border-radius: 8px;
}

.product_testimonials {
  padding-block: 80px;
}
@media screen and (max-width: 991px) {
  .product_testimonials {
    padding-block: 40px;
  }
}

.product_card_section {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .product_card_section {
    padding-block: 40px;
  }
}
.product_card_section .product_card_left_wrap {
  height: 100%;
  width: 100%;
  max-width: 512px;
}
@media screen and (max-width: 767px) {
  .product_card_section .product_card_left_wrap {
    padding-bottom: 32px;
  }
}
.product_card_section .product_card_left_wrap .product_swiper_tabs {
  width: 100%;
  display: none;
}
.product_card_section .product_card_left_wrap .product_swiper_tabs.active {
  display: block;
}
.product_card_section .product_card_left_wrap .product_card_swiper_wrap {
  position: relative;
}
.product_card_section .product_card_left_wrap .product_card_swiper_wrap .productimgSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-height: 512px;
}
.product_card_section .product_card_left_wrap .product_card_swiper_wrap .productimgSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.product_card_section .product_card_left_wrap .product_card_swiper_wrap .swiper-button-next,
.product_card_section .product_card_left_wrap .product_card_swiper_wrap .swiper-button-prev {
  height: 38px;
  width: 38px;
}
@media screen and (max-width: 767px) {
  .product_card_section .product_card_left_wrap .product_card_swiper_wrap .swiper-button-next,
  .product_card_section .product_card_left_wrap .product_card_swiper_wrap .swiper-button-prev {
    display: none;
  }
}
.product_card_section .product_card_left_wrap .product_card_swiper_wrap .swiper-button-next::after,
.product_card_section .product_card_left_wrap .product_card_swiper_wrap .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/product/arrow-prod-right.svg");
  position: absolute;
  height: 100%;
  width: 100%;
}
.product_card_section .product_card_left_wrap .product_card_swiper_wrap .swiper-button-prev {
  left: -18px;
}
.product_card_section .product_card_left_wrap .product_card_swiper_wrap .swiper-button-next {
  right: -18px;
}
.product_card_section .product_card_left_wrap .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product_card_section .product_card_left_wrap .productThumbSwiper {
  padding-top: 16px;
}
.product_card_section .product_card_left_wrap .productThumbSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-height: 80px;
  max-width: 80px;
  border-radius: 8px;
  opacity: 0.4;
  background: lightgray 50%;
  cursor: pointer;
}
.product_card_section .product_card_left_wrap .productThumbSwiper .swiper-wrapper .swiper-slide .thumbs_img_wrap {
  border-radius: 8px;
  border: 1px solid transparent;
}
.product_card_section .product_card_left_wrap .productThumbSwiper .swiper-wrapper .swiper-slide .thumbs_img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.product_card_section .product_card_left_wrap .productThumbSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product_card_section .product_card_left_wrap .productThumbSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumbs_img_wrap {
  border: 1px solid #2c4143;
}
.product_card_section .product_card_right {
  height: 100%;
}
.product_card_section .product_card_right .product_card_right_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}
.product_card_section .product_card_right .product_card_right_title .product_price {
  font-variant-numeric: lining-nums proportional-nums;
}
.product_card_section .product_card_right .product_card_form_wrap {
  border-radius: 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 100%;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .product_card_section .product_card_right .product_card_form_wrap {
    padding: 16px 8px;
  }
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background: #efecd6;
  padding: 4px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 34px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item {
    padding: 8px 20px;
  }
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item input[type=radio] {
  display: none;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item .item_content {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 991px) {
  .product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item .item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item .item_content .item_icon_wrap {
  height: 24px;
  width: 24px;
  position: relative;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item .item_content .item_icon_wrap img {
  height: 24px;
  width: 24px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item .item_content .item_icon_wrap .normal_icon {
  display: block;
  position: absolute;
  top: 0;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item .item_content .item_icon_wrap .active_icon {
  display: none;
  position: absolute;
  top: 0;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item .item_content span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item.active {
  border-radius: 8px;
  background: #2c4143;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item.active .item_icon_wrap .normal_icon {
  display: none;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item.active .item_icon_wrap .active_icon {
  display: block;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_list .tab_item.active .item_content span {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content {
  padding-top: 24px;
  display: none;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .size_wrap {
  height: auto;
  padding-bottom: 24px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .size_wrap span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  padding-bottom: 8px;
  display: block;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .size_wrap .size_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .size_wrap .size_list .size_card_wrap input[type=radio] {
  display: none;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .size_wrap .size_list .size_card_wrap .size_card {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 8px;
  min-width: 158px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .product_card_section .product_card_right .product_card_form_wrap .tab_content .size_wrap .size_list .size_card_wrap .size_card {
    min-width: unset;
  }
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .size_wrap .size_list .size_card_wrap .size_card h6 {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .size_wrap .size_list .size_card_wrap input[type=radio]:checked + .size_card {
  border: 1px solid #2c4143;
  -webkit-box-shadow: 0 0 0 2px rgba(44, 65, 67, 0.1);
  box-shadow: 0 0 0 2px rgba(44, 65, 67, 0.1);
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .flavor_wrap {
  padding-bottom: 24px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .flavor_wrap span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .flavor_wrap .flavor_list {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .flavor_wrap .flavor_list .flavor_card_wrap input[type=radio] {
  display: none;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .flavor_wrap .flavor_list .flavor_card_wrap input[type=radio]:checked + .flavor_card {
  border: 1px solid #2c4143;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .flavor_wrap .flavor_list .flavor_card_wrap .flavor_card {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .flavor_wrap .flavor_list .flavor_card_wrap .flavor_card img {
  width: 38px;
  height: 30px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .included_wrap {
  padding-bottom: 24px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .included_wrap p {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .included_wrap .included_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-block: 8px 0px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .included_wrap .included_list li {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  position: relative;
  padding-left: 32px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .included_wrap .included_list li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../../assets/img/product/green-check.svg");
  width: 24px;
  height: 24px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap {
  padding-bottom: 24px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list .purchase_option_card_wrap {
  width: 100%;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list .purchase_option_card_wrap input[type=checkbox] {
  display: none;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list .purchase_option_card_wrap input[type=checkbox] + .purchase_option_card {
  cursor: pointer;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list .purchase_option_card_wrap input[type=checkbox]:checked + .purchase_option_card .purchase_option_des::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../../assets/img/product/radio-checked.svg");
  width: 24px;
  height: 24px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list .purchase_option_card_wrap .purchase_option_card {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list .purchase_option_card_wrap .purchase_option_card .purchase_option_des {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  padding-left: 36px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list .purchase_option_card_wrap .purchase_option_card .purchase_option_des::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../../assets/img/product/radio-unchecked.svg");
  width: 24px;
  height: 24px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .purchase_option_wrap .purchase_option_list .purchase_option_card_wrap .purchase_option_card p {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap {
  border-radius: 8px;
  border: 1px solid #2c4143;
  background: #fdfcf9;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    padding: 8px;
  }
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap .notify_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap .notify_content .notify_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap .notify_content .notify_title h6 {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin: 0;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap .notify_content .notify_title span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap .notify_content p {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap .secondarybtn {
  cursor: pointer;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .notify_wrap .secondarybtn span img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .button_wrap {
  padding-top: 48px;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .button_wrap .card_btn {
  border-radius: 32px;
  border: 1px solid #2c4143;
  background: #2c4143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 24px;
  width: 100%;
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .button_wrap .card_btn span {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.product_card_section .product_card_right .product_card_form_wrap .tab_content .button_wrap .card_btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.quantity_wrap {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 24px;
}
.quantity_wrap span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  padding-bottom: 8px;
  display: block;
}
.quantity_wrap .quantity_count_wrap {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 10px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.quantity_wrap .quantity_count_wrap .count_minus,
.quantity_wrap .quantity_count_wrap .count_plus {
  cursor: pointer;
}
.quantity_wrap .quantity_count_wrap .count_minus img,
.quantity_wrap .quantity_count_wrap .count_plus img {
  height: 16px;
  width: 16px;
}
.quantity_wrap .quantity_count_wrap .counter {
  padding: 0;
}

.notifyEmailFormModel {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  z-index: 5000;
}
.notifyEmailFormModel .modal-dialog {
  max-width: 650px;
}
.notifyEmailFormModel .modal-dialog .modal-content {
  border-radius: 12px;
  background: #fff;
  padding: 30px;
}
.notifyEmailFormModel .modal-dialog .modal-content .model_button {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100;
}
.notifyEmailFormModel .modal-dialog .modal-content .model_button .btn-close {
  height: 30px;
  width: 30px;
  padding: 0;
  background-image: none;
}
.notifyEmailFormModel .modal-dialog .modal-content .model_button .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.notifyEmailFormModel .modal-dialog .modal-content .model_button .btn-close img {
  height: 100%;
  width: 100%;
}
.notifyEmailFormModel .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.notifyEmailFormModel .modal-dialog .modal-content .modal-body p {
  padding-block: 12px 24px;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  line-height: 130%; /* 20.8px */
}
.notifyEmailFormModel .modal-dialog .modal-content .modal-body .notify_email_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit_btn span {
  color: #efecd6;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.checkout_prod_details {
  padding-block: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.checkout_prod_details img {
  height: 52px;
  width: 52px;
}
.checkout_prod_details .checkout_prod_details_wrap_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checkout_prod_details .checkout_prod_details_wrap_main .checkout_prod_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.checkout_prod_details .checkout_prod_details_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.checkout_prod_details .checkout_prod_details_wrap .checkout_prod_name {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.checkout_prod_details .checkout_prod_details_wrap .checkout_prod_desc {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.checkout_prod_details .checkout_prod_price {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.offcanvas_cart {
  z-index: 4000;
  width: 440px !important;
}
.offcanvas_cart .offcanvas-header {
  padding: 16px 24px;
  border-radius: 8px 0px 0px 0px;
  border-bottom: 1px solid #efecd6;
  background: #fff;
}
.offcanvas_cart .offcanvas-header h5 {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
.offcanvas_cart .offcanvas-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas_cart .offcanvas-body {
  background: #fdfcf9;
}
.offcanvas_cart .offcanvas-body .checkout_prod_details {
  padding-top: 40px;
}
.offcanvas_cart .offcanvas-body .checkout_prod_details .chekout_prod_img {
  height: 92px;
  width: 92px;
}
@media screen and (max-width: 767px) {
  .offcanvas_cart .offcanvas-body .checkout_prod_details .chekout_prod_img {
    height: 52px;
    width: 52px;
  }
}
.offcanvas_cart .offcanvas-body .checkout_prod_details .checkout_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}
.offcanvas_cart .offcanvas-body .checkout_prod_details .checkout_quantity .quantity_wrap {
  padding-bottom: 0;
}
.offcanvas_cart .offcanvas-body .checkout_prod_details .checkout_quantity .quantity_wrap .quantity_count_wrap {
  padding-inline: 6px;
}
.offcanvas_cart .offcanvas-body .checkout_prod_details .checkout_quantity .remove_btn span {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.offcanvas_cart .offcanvas-footer {
  padding: 16px 24px;
  border-top: 1px solid #efecd6;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.offcanvas_cart .offcanvas-footer p {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.offcanvas_cart .offcanvas-footer .submit_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.privacy_terms_banner {
  background: #2c4143;
  padding-block: 160px 80px;
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .privacy_terms_banner {
    padding-block: 128px 80px;
  }
}
.privacy_terms_banner::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/privacy-terms/privacy-ban-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  .privacy_terms_banner::before {
    top: 34px;
  }
}
@media screen and (min-width: 1500px) {
  .privacy_terms_banner::before {
    top: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .privacy_terms_banner::before {
    height: 94%;
  }
}
@media screen and (min-width: 1700px) {
  .privacy_terms_banner::before {
    height: 92%;
  }
}
@media screen and (max-width: 1400px) {
  .privacy_terms_banner::before {
    top: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .privacy_terms_banner::before {
    top: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_terms_banner::before {
    top: 66px;
  }
}
@media screen and (max-width: 991px) {
  .privacy_terms_banner::before {
    top: 86px;
  }
}
@media screen and (max-width: 767px) {
  .privacy_terms_banner::before {
    top: 34px;
    background-image: url("../../assets/img/privacy-terms/privacy-ban-mob.svg");
  }
}
.privacy_terms_banner .privacy_terms_ban_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.privacy_terms_banner .privacy_terms_ban_content h1 {
  color: #efecd6;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -0.8px;
}

.privacy_terms_section {
  padding-block: 80px;
  background: #fdfcf9;
}
@media screen and (max-width: 767px) {
  .privacy_terms_section {
    padding-block: 40px;
  }
}
.privacy_terms_section h5 {
  color: #172223;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: unset;
  margin-bottom: 24px;
}
.privacy_terms_section p {
  color: #172223;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.privacy_terms_section p span {
  color: #677071;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
  display: block;
}
.privacy_terms_section p a {
  color: #2c4143;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.privacy_terms_section h3 {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .privacy_terms_section h3 {
    font-size: 20px;
  }
}
.privacy_terms_section h4 {
  color: #172223;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .privacy_terms_section h4 {
    font-size: 18px;
  }
}
.privacy_terms_section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px;
  padding-left: 28px;
}
.privacy_terms_section ul li {
  list-style: disc;
  color: #172223;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.privacy_terms_section ul li span {
  list-style: disc;
  color: #172223;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.privacy_terms_section ul li a {
  color: #2c4143;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.privacy_terms_section ul li b {
  font-weight: 600;
}

.notFound_section {
  height: 100%;
  width: 100%;
}
.notFound_section .notFound_content {
  padding-block: 160px 80px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .notFound_section .notFound_content {
    padding-block: 110px 40px;
  }
}
.notFound_section .notFound_content img {
  max-width: 466px;
  width: 100%;
  margin-bottom: 20px;
}
.notFound_section .notFound_content h3 {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
.notFound_section .notFound_content p {
  margin-bottom: 28px;
  text-align: center;
}

.form-group {
  padding-bottom: 40px;
  position: relative;
}
.form-group .form-control {
  width: 100%;
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control.invalid {
  border: 1px solid #bd1e31;
}
.form-group .form-control::-webkit-input-placeholder {
  opacity: 0;
}
.form-group .form-control::-moz-placeholder {
  opacity: 0;
}
.form-group .form-control:-ms-input-placeholder {
  opacity: 0;
}
.form-group .form-control::-ms-input-placeholder {
  opacity: 0;
}
.form-group .form-control::placeholder {
  opacity: 0;
}
.form-group .form-control:not(:-moz-placeholder-shown) + label {
  top: -4px;
}
.form-group .form-control:not(:-ms-input-placeholder) + label {
  top: -4px;
}
.form-group .form-control:not(:placeholder-shown) + label, .form-group .form-control:focus + label {
  top: -4px;
}
.form-group .form-control:not(:-moz-placeholder-shown) + label span {
  font-size: 12px;
}
.form-group .form-control:not(:-ms-input-placeholder) + label span {
  font-size: 12px;
}
.form-group .form-control:not(:placeholder-shown) + label span, .form-group .form-control:focus + label span {
  font-size: 12px;
}
.form-group label {
  position: absolute;
  left: 16px;
  top: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  pointer-events: none;
}
.form-group label span {
  color: #677071;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.form-group .error_msg {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  padding: 0;
}
.form-group .show_error {
  color: #bd1e31;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  opacity: 1;
}
.form-group textarea {
  width: 100%;
  background-color: transparent;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.checkout_header {
  padding-block: 26px;
  border-bottom: 1px solid rgba(239, 236, 214, 0.3);
  background: #2c4143;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.checkout_header a {
  display: inline-block;
  max-width: 160px;
}
.checkout_header a img {
  max-width: 160px;
}

.checkout_section {
  height: 100%;
  width: 100%;
  background: #fdfcf9;
  padding-block: 140px 80px;
}
.checkout_section .shipping_address_form {
  padding-top: 16px;
}
.checkout_section .billing_address_form {
  padding-top: 16px;
  display: none;
}
.checkout_section .billing_address_form.show_form {
  display: block;
}
.checkout_section .checkout_forms_wrap {
  padding-top: 40px;
}
.checkout_section .checkout_forms_wrap .checkout_form {
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.checkout_section .checkout_forms_wrap .checkout_form p {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
.checkout_section .billing_check_wrap {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout_section .billing_check_wrap input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  opacity: 0;
  cursor: pointer;
  display: none;
}
.checkout_section .billing_check_wrap input[type=checkbox]:checked {
  background: #2c4143;
}
.checkout_section .billing_check_wrap input[type=checkbox]:checked + label::before {
  background: url("../../assets/img/checkout/bill-checked.svg") no-repeat;
}
.checkout_section .billing_check_wrap label {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.checkout_section .billing_check_wrap label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../../assets/img/checkout/bill-unchecked.svg") no-repeat;
}

.checkout_card_wrap {
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .checkout_card_wrap {
    margin-top: 38px;
  }
}
.checkout_card_wrap h5 {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Playfair Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  text-transform: capitalize;
}
.checkout_card_wrap .checkout_prod_subtotal {
  padding-block: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.checkout_card_wrap .checkout_prod_subtotal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout_card_wrap .checkout_prod_subtotal li span,
.checkout_card_wrap .checkout_prod_subtotal li .cart_subtotal {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.checkout_card_wrap .checkout_prod_subtotal li .cart_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout_card_wrap .checkout_prod_subtotal li .cart_subtotal .shipping_charges {
  color: #909496;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */

}
.checkout_card_wrap .checkout_prod_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
}
.checkout_card_wrap .checkout_prod_total p {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}
.checkout_card_wrap .checkout_prod_total span {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
.checkout_card_wrap .submit_btn {
  margin-top: 24px;
}
.checkout_card_wrap .submit_btn.disabled {
  opacity: 0.5;
}
.checkout_card_wrap .paying_methods {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.checkout_card_wrap .paying_methods p {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.checkout_card_wrap .security_content_wrap {
  margin-top: 30px;
  border-radius: 8px;
  padding: 12px 8px;
  background: #efecd6;
  position: relative;
}
.checkout_card_wrap .security_content_wrap p {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.checkout_card_wrap .security_content_wrap::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  height: 18px;
  width: 18px;
  background: #efecd6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout_card_wrap .privacy_policy_dec {
  padding-top: 24px;
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.checkout_card_wrap .privacy_policy_dec a {
  color: #2c4143;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.checkout_progress_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.checkout_progress_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 64px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .checkout_progress_list li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 370px) {
  .checkout_progress_list li {
    padding-right: 24px;
  }
}
.checkout_progress_list li span {
  color: var(--Primary-colors-Primary-color, #2c4143);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  border-radius: 40px;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #efecd6;
}
.checkout_progress_list li span.active_step {
  background: #2c4143;
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  border: none;
}
.checkout_progress_list li p {
  color: #2c4143;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.checkout_progress_list li::after {
  content: "";
  width: 30px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background: #2c4143;
}
@media screen and (max-width: 400px) {
  .checkout_progress_list li::after {
    width: 20px;
    position: absolute;
    right: 10px;
  }
}
@media screen and (max-width: 370px) {
  .checkout_progress_list li::after {
    width: 12px;
    position: absolute;
    right: 8px;
  }
}
.checkout_progress_list li:last-child {
  padding-right: 0;
}
.checkout_progress_list li:last-child::after {
  display: none;
}

.select_dropdown {
  position: relative;
  border-radius: 8px;
}
.select_dropdown::before {
  content: "";
  position: absolute;
  right: 16px;
  height: 24px;
  width: 24px;
  background: url("../../assets/img/checkout/dropdown-arrow.svg") no-repeat;
  top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.select_dropdown input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
  color: #172223;
  cursor: pointer;
  border: 1px solid red;
}
.select_dropdown .options {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding-left: 0px;
  position: absolute;
  width: 100%;
  z-index: 6;
  left: 0;
  top: 100%;
  display: none;
  margin: 0px;
  height: 280px;
  overflow-y: scroll;
}
.select_dropdown .options .option_item {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  padding: 8px 16px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.select_dropdown .options .option_item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.select_dropdown .options .option_item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select_dropdown .options .option_item:hover {
  background: #2c4143;
  color: #fff;
}
.select_dropdown.dropdown_open .options {
  display: block;
}
.select_dropdown.dropdown_open::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.order_confirm_section {
  padding-block: 140px 80px;
  background: #fdfcf9;
}
.order_confirm_section .order_confirm_wrap {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 24px;
}
.order_confirm_section .order_confirm_wrap .order_confirm_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-bottom: 32px;
}
.order_confirm_section .order_confirm_wrap .order_confirm_title_wrap img {
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .order_confirm_section .order_confirm_wrap .order_confirm_title_wrap img {
    height: 40px;
    width: 40px;
  }
}
.order_confirm_section .order_confirm_wrap .order_confirm_title_wrap .order_confirm_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.order_confirm_section .order_confirm_wrap .order_confirm_title_wrap .order_confirm_title h4 {
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}
@media screen and (max-width: 767px) {
  .order_confirm_section .order_confirm_wrap .order_confirm_title_wrap .order_confirm_title h4 {
    font-size: 20px;
  }
}
.order_confirm_section .order_confirm_wrap .order_confirm_title_wrap .order_confirm_title p {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
@media screen and (max-width: 767px) {
  .order_confirm_section .order_confirm_wrap .order_confirm_title_wrap .order_confirm_title p {
    font-size: 14px;
  }
}
.order_confirm_section .order_confirm_wrap .col-lg-4 .your_info {
  height: auto;
}
@media screen and (max-width: 767px) {
  .order_confirm_section .order_confirm_wrap .col-lg-4 .your_info {
    padding-block: 32px;
    border-bottom: 1px solid #d9d9d9;
  }
}
.order_confirm_section .order_confirm_wrap .col-lg-4 .your_info .order,
.order_confirm_section .order_confirm_wrap .col-lg-4 .your_info .delivery,
.order_confirm_section .order_confirm_wrap .col-lg-4 .your_info address {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  padding-bottom: 6px;
}
.order_confirm_section .order_confirm_wrap .col-lg-4 .your_info address {
  margin: 0;
  padding: 0;
}
.order_confirm_section .order_confirm_wrap .col-lg-4:last-child .your_info {
  border: none;
  padding-bottom: 0;
}
.order_confirm_section .order_confirm_wrap .col-lg-4:first-child .your_info {
  padding-top: 0;
}
.order_confirm_section .order_confirm_wrap .info_title,
.order_confirm_section .order_confirm_wrap .info_name {
  color: #2c4143;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  text-transform: capitalize;
  padding-bottom: 12px;
}
.order_confirm_section .order_confirm_wrap .info_name {
  font-weight: 500;
}
.order_confirm_section .submit_btn {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}


.submit_btn {
  border-radius: 32px;
  border: 1px solid #2c4143;
  background: #2c4143;
  padding: 15px 24px;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover effect only when enabled */
.submit_btn:not(:disabled):hover {
  background: #1f2b2c; /* Slightly darker shade on hover */
  border-color: #1f2b2c;
}

/* Disabled state */
.submit_btn:disabled {
  background: #a0a0a0; /* Light grey */
  border-color: #a0a0a0;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.7; /* Slightly transparent */
}




.shipping_desc{
    color: #2c4143;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    
}
    
}