@font-face {
  font-family: "Minion Concept Roman";
  src: url("font/minion-variable-concept/minion-variable-concept.otf")
    format("opentype");
}

@font-face {
    font-family: "Averta";
    src: url('font/averta/AvertaDemoPE-Regular.woff2') format('woff2'),
        url('font/averta/AvertaDemoPE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::placeholder {
  color: black !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: black !important;
}

label {
  color: black !important;
}

@media screen and (min-width: 1440px) {
    .container-res {
        max-width: 1380px;
        margin: 0 auto;
    }
    .main-contennt .header .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }
}
@media screen and (min-width: 1600px) {
    .container-res {
        max-width: 1480px;
    }
    .main-contennt .header .navbar-light .navbar-nav .nav-link {
        font-size: 19px;
    }
}
@media screen and (min-width: 1900px) {
  .main-contennt .header .navbar-light .navbar-nav .nav-link {
    font-size: 20px !important;
  }
}

p {
  font-size: 20p !important;
}
body,
html {
  margin: 0;
}

* {
  /*padding: 0px;
    margin: 0px;*/
  box-sizing: border-box;
}
html,
body {
  scroll-behavior: smooth;
}
a:hover {
  text-decoration: none;
}
button {
  outline: 0 !important;
}
.wrapper {
  display: flex;
  /*gap: 20px;*/
}
.wrapper .sidebar {
  min-width: 80px;
  background-color: #27449a;
}
.sidebar-fixed {
  position: fixed;
  min-height: 100vh;
  width: 79px;
  text-align: center;
  padding: 30px 0px;
}
.sidebar-fixed .hamburger {
  margin-bottom: 18vh;
}
.sidebar-fixed .circles a {
  display: inline-block;
  width: 100%;
}
.sidebar-fixed .circle {
  width: 28px;
  height: 28px;
  margin: auto;
  border: 1px solid #ffffff;
  background-color: #32439b;
  border-radius: 50%;
  margin-bottom: 15px;
}
.sidebar-fixed .circle.active {
  background-color: #ffffff;
  position: relative;
}
.sidebar-fixed .circle.active::before,
.sidebar-fixed .circle.active::after {
  content: " ";
  background-color: #ffffff;
  position: absolute;
  height: 3px;
  top: 12px;
  left: -17px;
  width: 12px;
}
.sidebar-fixed .circle.active::after {
  left: auto;
  right: -17px;
}

.main-contennt .header {
  padding: 14px 27px 14px 20px;
  font-family: "Minion Concept Roman";
  color: #32439b;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.main-contennt .header a {
  color: #32439b;
}
.main-contennt .header a:hover {
  color: #22b400;
}
.languages-active {
  color: #22b400 !important;
}
.main-contennt .header .logo-img {
  height: 65px;
}
.main-contennt .header .navbar-light .navbar-nav .nav-link {
  font-family: "Averta";
  font-size: 17px;
  font-weight: 700;
  color: #32439b;
  transition: 1s all;
  cursor: pointer;
}
.main-contennt .header .navbar-light .navbar-nav .nav-link:hover {
  color: #22b400;
}

.main-contennt .hero-section {
  padding: 10px 20px 65px 20px;
  /* background-image: url('../images/hero-bg.png'); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    max-width: 1500px;
    margin: auto;
}
.main-contennt .hero-section .mb-w-rs {
  position: relative;
}

.main-contennt .hero-section .mb-w-rs .vector {
  position: absolute;
  top: -72px;
  left: 44.8%;
}
.main-contennt .hero-section .mb-w-rs .vector2 {
  top: -29px;
  left: 89%;
}
.main-contennt .hero-section .mb-w-rs .vector3 {
  top: auto;
  left: auto;
  right: -38px;
  bottom: -17%;
}
.main-contennt .hero-section .heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.main-contennt .hero-section .img img {
  max-width: 100%;
}
.main-contennt .hero-section .heading strong {
  font-size: 68px;
  font-weight: 700;
}
.main-contennt .hero-section .heading span {
  font-size: 48px;
  font-weight: 400;
}
.main-contennt .hero-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.main-contennt .hero-section .button .btn-hero {
  border-radius: 40px;
  width: 238px;
  text-align: center;
  padding: 9px;
  font-family: "Averta";
  color: #40b02f;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #3daf2c;
  background-color: #ffffff;
  transition: 1s all;
}
.main-contennt .hero-section .button .btn-hero:hover {
  background-color: #40b02f;
  color: #ffffff;
}

.main-contennt .product-info-section {
  padding-left: 20px;
}
.main-contennt .product-info-section .heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.main-contennt .product-info-section .heading strong {
  font-size: 48px;
  font-weight: 700;
}
.main-contennt .product-info-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.main-contennt .product-info-section ul {
  list-style-type: none;
}
.main-contennt .product-info-section ul li {
  color: #32439b;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 700;
  padding-left: 28px;
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
}
.main-contennt .product-info-section ul li::before {
  content: " ";
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0px;
  background-image: url("../images/check.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main-contennt .abss-section {
  padding: 60px 20px;
  text-align: center;
}
.main-contennt .abss-section .img {
  margin-bottom: 25px;
}
.main-contennt .abss-section .heading {
  color: #32439b;
  font-family: "Averta";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 34px;
}
.main-contennt .abss-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.main-contennt .abss-section .text strong {
  color: #32439b;
  font-weight: 700;
}

.main-contennt .kwan-loong-section {
  padding: 24px 20px;
}
.main-contennt .kwan-loong-section .heading {
  color: #32439b;
  font-family: "Averta";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 34px;
}
.main-contennt .kwan-loong-section .heading {
  font-family: "Minion Concept Roman" !important;
}
.main-contennt .kwan-loong-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.main-contennt .kwan-loong-section .text strong {
  font-weight: 700;
}

.main-contennt .key-ingredients-section {
  padding: 35px 20px;
}
.main-contennt .key-ingredients-section .main-heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
}
.main-contennt .key-ingredients-section .key-card {
  padding: 32px 30px;
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.16);
  border: 2px solid #00000033;
  height: 100%;
}
.main-contennt .key-ingredients-section .heading {
  color: #32439b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Minion Concept Roman";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  height: 100px;
}
.main-contennt .key-ingredients-section .heading .left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main-contennt .key-ingredients-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.main-contennt .kwan-loong-section2 {
  padding: 35px 20px;
}
.main-contennt .kwan-loong-section2 .main-heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}
.main-contennt .kwan-loong-section2 .main-text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 58px;
}
.main-contennt .kwan-loong-section2 .img {
  margin-bottom: 12px;
  text-align: center;
}
.main-contennt .kwan-loong-section2 .img img {
  max-width: 100%;
}
.main-contennt .kwan-loong-section2 .heading {
  text-align: center;
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
.main-contennt .kwan-loong-section2 .text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.main-contennt .kwan-loong-section2 .text strong {
  font-weight: 700;
}
.main-contennt .kwan-loong-section2 .btn-caution {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #f63440;
  color: #f63440;
  background-color: #ffffff;
  padding: 17px 20px;
  width: 250px;
  text-align: center;
  border-radius: 40px;
}
.main-contennt .kwan-loong-section2 .btn-caution:hover {
  background-color: #f63440;
  color: #ffffff;
}
.main-contennt .kwan-loong-section2 .danger-info {
  background-color: #f63440;
  border-radius: 20px;
  padding: 20px 52px;
  color: #ffffff;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 48px;
}
.main-contennt .kwan-loong-section2 .ul-contennt {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.main-contennt .kwan-loong-section2 .ul-contennt .strong {
  color: #f63440;
  font-weight: 700;
}
.main-contennt .kwan-loong-section2 ul.true,
.main-contennt .kwan-loong-section2 ul.wrong {
  list-style-type: none;
    position: relative;
}
.main-contennt .kwan-loong-section2 ul.true li,
.main-contennt .kwan-loong-section2 ul.wrong li {
  padding-left: 20px;
  margin: 20px 0px;
}
.main-contennt .kwan-loong-section2 ul.true li::before,
.main-contennt .kwan-loong-section2 ul.wrong li::before {
  content: " ";
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0px;
  background-image: url("../images/check.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.main-contennt .kwan-loong-section2 ul.wrong li::before {
  background-image: url("../images/wrong.png");
}

.main-contennt .testimonial-section {
  padding: 30px 0px 70px 0px;
  text-align: center;
}
.main-contennt .testimonial-section .main-img {
  margin-bottom: 42px;
  margin-left: -27px;
  z-index: -1;
  position: relative;
}
.main-contennt .testimonial-section .main-img img {
  width: 100%;
}
.main-contennt .testimonial-section .main-heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 42px;
}
.main-contennt .testimonial-section .img {
  margin-bottom: 18px;
}
.main-contennt .testimonial-section .heading {
  color: #22b400;
  font-family: "Minion Concept Roman";
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin-bottom: 38px;
}
.main-contennt .testimonial-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 23px;
}
.main-contennt .testimonial-section .star-check i {
  color: #22b400;
}
.main-contennt .testimonial-section #carousel {
  /* max-width: 1300px; */
  margin: auto;
}
.main-contennt .testimonial-section #carousel .item {
  max-width: 400px;
}
.main-contennt .testimonial-section #carousel img {
  width: auto;
  margin: auto;
}

.main-contennt .story-section {
  padding: 80px 40px;
  background-image: url("../images/background1.jpg");
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  margin: 0 !important;
  background-size: cover;
}
#story .row.mx-auto.w-100.align-items-center {
  background-color: #000000b3;
}
#story * {
  color: #fff !important;
}
.story-section > .row {
    max-width: 1400px;
}
.main-contennt .story-section .heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 22px;
}
.main-contennt .story-section .heading strong {
  font-size: 48px;
  font-weight: 700;
}
.main-contennt .story-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 23px;
}

.main-contennt .campaign-section {
  padding: 35px 20px;
  text-align: center;
}
.main-contennt .campaign-section .main-heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.main-contennt .campaign-section .languages {
  color: #000000;
  font-family: "Averta";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 20px;
}
.main-contennt .campaign-section .languages .iframe-lang {
  color: #32439b;
  cursor: pointer;
}

.main-contennt .buy-section {
  padding: 35px 20px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main-contennt .buy-section .main-heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}
.main-contennt .buy-section .main-text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 35px;
}
.main-contennt .buy-section .heading {
  color: #000000;
  font-family: "Averta";
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.main-contennt .buy-section .left-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
}
.main-contennt .buy-section .left-imgs > .row{
    justify-content: center;
}
.main-contennt .buy-section .left-imgs a {
  position: relative;
  width: 250px;
}
.main-contennt .buy-section .left-imgs a .buy-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #22b400;
  border: 2px solid #32439b;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  padding: 17px 0px;
  transition: 1s all;
}
.main-contennt .buy-section .left-imgs a.buy-3 {
  width: 225px;
}
.main-contennt .buy-section .left-imgs a.buy-3 .buy-tag {
  width: 100px;
  height: 100px;
}
.main-contennt .buy-section .left-imgs a:hover .buy-tag {
  /* right: 28%;/* 
    /* top: 40%;/* 
    /* left: 28%; */
  background-color: #32439b;
}
.main-contennt .buy-section .img-relative {
  position: relative;
}
.main-contennt .buy-section .img-relative .see-live-map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #4f466c8f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 27px;
  font-weight: 600;
  z-index: 11;
  opacity: 0;
  animation: fadeIn 1s;
  /*-moz-transition: all 1000ms linear;*/
  /*-webkit-transition: all 1000ms linear;*/
  /*-o-transition: all 1000ms linear;*/
  /*transition: all 1000ms linear;*/
  /*-moz-transform: translate3d(100px, -100px, 0px);*/
  /*-webkit-transform: translate3d(100px, -100px, 0px);*/
  /*-o-transform: translate(100px, -100px);*/
  /*-ms-transform: translate(100px, 100px);*/
  /*transform: translate3d(100px, -100px, 0px);*/
}
.main-contennt .buy-section .img-relative:hover .see-live-map {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.main-contennt .faqs-section {
  padding: 35px 20px;
}
.main-contennt .faqs-section .main-heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 34px;
}
.main-contennt .faqs-section .faq .heading {
  padding: 22px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #32439b;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Minion Concept Roman";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.main-contennt .faqs-section .faq .heading i.fa-chevron-right:before {
  content: "\f078";
}
.main-contennt .faqs-section .faq .heading.collapsed i.fa-chevron-right:before {
  content: "\f054";
}
.main-contennt .faqs-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}

.main-contennt .contact-section {
  padding: 35px 20px;
  margin-bottom: 35px;
}
.main-contennt .contact-section .main-heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
}
.main-contennt .contact-section .heading {
  color: #32439b;
  font-family: "Minion Concept Roman";
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 34px;
}
.main-contennt .contact-section .text {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 45px;
}
.main-contennt .contact-section .text strong {
  font-weight: 700;
}
.main-contennt .contact-section .text span {
  color: #22b400;
}
.main-contennt .contact-section .left-side-input {
  padding-left: 0px;
}
.main-contennt .contact-section .right-side-input {
  padding-right: 0px;
}
.main-contennt .contact-section .full-side-input {
  padding: 0px;
}
.main-contennt .contact-section .form-control {
  box-shadow: inset -3px 6px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #757575;
  background-color: #ffffff;
  border-radius: 20px;
  color: #646464;
  font-family: "Minion Concept Roman";
  font-size: 22px;
  font-weight: 400;
  height: 100%;
  padding: 12px 20px;
}
.main-contennt .contact-section .form-group-text {
  color: #646464;
  font-family: "Minion Concept Roman";
  font-size: 20px;
  font-weight: 400;
}
.main-contennt .contact-section .form-group i {
  color: #32439b;
  margin-right: 5px;
  font-size: 25px;
}
.main-contennt .contact-section .form-group label {
  color: #646464;
  font-family: "Minion Concept Roman";
  font-size: 18px;
  font-weight: 400;
}
.main-contennt .contact-section .text3 {
  color: #000000;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 45px;
}
.main-contennt .contact-section .text3 a {
  color: #32439b;
}
.main-contennt .contact-section .form-group .rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.main-contennt .contact-section .form-group .rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.main-contennt .contact-section .form-group .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.main-contennt .contact-section .form-group .rate:not(:checked) > label:before {
  content: "★ ";
}
.main-contennt .contact-section .form-group .rate > input:checked ~ label {
  color: #ffc700;
}
.main-contennt .contact-section .form-group .rate:not(:checked) > label:hover,
.main-contennt
  .contact-section
  .form-group
  .rate:not(:checked)
  > label:hover
  ~ label {
  color: #deb217;
}
.main-contennt .contact-section .form-group .rate > input:checked + label:hover,
.main-contennt
  .contact-section
  .form-group
  .rate
  > input:checked
  + label:hover
  ~ label,
.main-contennt .contact-section .form-group .rate > input:checked ~ label:hover,
.main-contennt
  .contact-section
  .form-group
  .rate
  > input:checked
  ~ label:hover
  ~ label,
.main-contennt
  .contact-section
  .form-group
  .rate
  > label:hover
  ~ input:checked
  ~ label {
  color: #c59b08;
}
.main-contennt .contact-section .btn-submit {
  color: #40b02f;
  font-family: "Averta";
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #3daf2c;
  background-color: #ffffff;
  padding: 20px;
  width: 250px;
  text-align: center;
  border-radius: 40px;
}
.main-contennt .contact-section .btn-submit:hover {
  background-color: #3daf2c;
  color: #ffffff;
}

.footer-section {
  background-color: #32439b;
  color: #ffffff;
  padding: 30px 20px;
  padding-left: 120px;
}
.footer-section .heading {
  font-family: "Minion Concept Roman";
  font-size: 36px;
  font-weight: 700;
}
.footer-section .text a,
.footer-section .text {
  text-align: right;
  color: #ffffff;
  font-family: "Averta";
  font-size: 18px;
  font-weight: 300;
}

#carousel .owl-nav button {
  position: absolute;
  top: 50%;
  color: #979797 !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  font-size: 30px !important;
  line-height: 1 !important;
}
/* #carousel .owl-nav button.disabled{
    color: #3271F3!important;
} */
#carousel .owl-nav button.owl-prev {
  left: -35px;
}
#carousel .owl-nav button.owl-next {
  right: -25px;
}
#kwanLoong {
    overflow-x: hidden;
}

#navModal .modal-dialog {
  margin: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  background: #32439b;
}
#navModal .modal-content {
  background: transparent;
  text-align: left;
  color: #ffffff;
  padding: 60px 20px 20px 20px;
  border: 0px;
  font-family: "Minion Concept Roman";
    height: 100vh;
    overflow-y: auto;
}
#navModal button.close {
  opacity: 1;
  color: #ffffff;
  font-family: "Minion Concept Roman";
  text-align: left;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  position: absolute;
top: 15px;
}
#navModal .navmenu.mobile-none {
    margin-top: 30px;
}
#navModal .modal-content .navmenu ul {
  list-style-type: none;
  text-align: end;
  color: #ffffff;
  font-family: "Minion Concept Roman";
}
#navModal .modal-content .navmenu ul a.nav-link {
  color: #ffffff;
  font-size: 20px;
  padding: 5px 12px;
  display: inline-block;
  font-weight: 700;
  transition: 1s all;
  text-transform: uppercase;
  cursor: pointer;
}
#navModal .modal-content .navmenu ul a.nav-link:hover {
  color: #22b400;
}
#navModal .modal-content .text {
  font-size: 20px;
  font-weight: 400;
  margin-top: 35px;
  text-align: end;
}
#navModal .modal-content .text a {
  color: #ffffff;
  font-size: 32px;
}

/*** country Nav ***/
#countryModal .modal-dialog {
  margin: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
  position: fixed;
  background: #32439b;
}
#countryModal .modal-content {
  background: transparent;
  text-align: left;
  color: #ffffff;
  padding: 80px 20px 20px 20px;
  border: 0px;
  font-family: "Minion Concept Roman";
    height: 100vh;
    overflow-y: auto;
}
#countryModal button.close {
  opacity: 1;
  color: #ffffff;
  font-family: "Minion Concept Roman";
  text-align: left;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
    position: absolute;
    top: 15px;
    right: 25px;
}
#countryModal .navmenu.mobile-none {
    margin-top: 30px;
}
#countryModal .modal-content .navmenu ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  color: #ffffff;
  font-family: "Minion Concept Roman";
}
#countryModal .modal-content .navmenu ul a.nav-link {
  color: #ffffff;
  font-size: 20px;
  padding: 5px 12px;
  display: inline-block;
  font-weight: 700;
  transition: 1s all;
  text-transform: uppercase;
  cursor: pointer;
}
#countryModal .modal-content .navmenu ul a.nav-link:hover {
  color: #22b400;
}
#countryModal .modal-content .text {
  font-size: 20px;
  font-weight: 400;
  margin-top: 35px;
  text-align: end;
}
#countryModal .modal-content .text a {
  color: #ffffff;
  font-size: 32px;
}

.slide {
  opacity: 0;
  -moz-transition: all 2000ms linear;
  -webkit-transition: all 2000ms linear;
  -o-transition: all 2000ms linear;
  transition: all 2000ms linear;
  -moz-transform: translate3d(0px, 0px, -100px);
  -webkit-transform: translate3d(0px, 0px, -100px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, 0px, -100px);
}

.hasSlid {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

@media screen and (min-width: 677px) {
  .desktop-none {
    display: none;
  }
}
@media screen and (max-width: 676px) {
  .main-contennt .key-ingredients-section .heading {
    color: #32439b;
    display: flex;
    justify-content: left;
    align-items: left;
    font-family: "Minion Concept Roman";
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    height: 100px;
  }

  .wrapper {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  .main-contennt .header {
    background-color: #32439b;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-contennt .header .navbar {
    align-items: center !important;
  }
  .main-contennt .header .navbar.navbar-light .navbar-toggler {
    border: 0px;
  }
  .main-contennt .header .navbar.navbar-light .navbar-toggler-icon {
    background-image: url("../images/hamburger.png");
  }
  .main-contennt .hero-section .mb-w-rs {
    max-width: 94%;
  }
  .main-contennt .hero-section .heading span {
    font-size: 28px;
  }
  .main-contennt .product-info-section ul {
    margin-bottom: 35px;
  }
  .main-contennt .restcol {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 10px;
  }
  .main-contennt .restcol a {
    color: #000000;
    margin-top: 5px;
  }
  .main-contennt .abss-section .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .main-contennt .abss-section .heading a {
    color: #32439b;
    font-size: 20px;
  }
  .main-contennt .abss-section .col-12 {
    margin-bottom: 30px;
    border-bottom: 2px solid #32439b1f;
  }
  .main-contennt .key-ingredients-section {
    padding: 0px;
  }
  .main-contennt .kwan-loong-section,
  .main-contennt .key-ingredients-section .main-heading {
    padding: 0px 20px;
  }
  .main-contennt .key-ingredients-section .key-card-heaad {
    padding: 0px;
  }
  .main-contennt .key-ingredients-section .key-card .heading img {
    width: 86px;
  }
  .main-contennt .key-ingredients-section .key-card .heading a {
    color: #32439b;
  }
  .main-contennt
    .key-ingredients-section
    .key-card
    .heading
    a.collapsed
    i::before {
    content: "\f067";
  }
  .main-contennt .key-ingredients-section .key-card .heading a i::before {
    content: "\f068";
  }
  .kwan-loong-section2 .p-mb-0 {
    padding: 0px !important;
  }
  #carousel .owl-nav button.owl-prev {
    left: -30px;
  }
  .main-contennt .testimonial-section {
    padding: 20px 0px 20px 0px;
  }
  .main-contennt .story-section {
    /* padding: 100px 40px; */
    background-image: url("../images/background1.jpg");
    padding: 50px 20px;
    background-size: cover;
    margin: 0px 20px;
  }
  .main-contennt .buy-section {
    text-align: center;
  }
  .main-contennt .buy-section .left-imgs a .buy-tag {
    position: absolute;
    right: 10px;
    top: -10px;
    background-color: #22b400;
    border: 2px solid #32439b;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    padding: 14px 0px;
    transition: 1s all;
  }
  .main-contennt .buy-section .left-side .img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*flex-wrap: wrap;*/
  }
  .main-contennt .kwan-loong-section2 ul.true li::before,
  .main-contennt .kwan-loong-section2 ul.wrong li::before {
    width: 15px;
    height: 26px;
  }
  .main-contennt .kwan-loong-section2 ul.true li,
  .main-contennt .kwan-loong-section2 ul.wrong li {
    padding-left: 14px;
    margin: 10px 0px;
  }
  .main-contennt .kwan-loong-section2 .btn-caution {
    margin-bottom: 20px;
  }
  .main-contennt .kwan-loong-section2 .danger-info {
    padding: 18px 12px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .main-contennt .hero-section {
    /*background-image: url('../images/hero-mb-bg.png');*/
    background-position-y: -1px;
    background-size: 86% 100%;
  }
  .main-contennt .abss-section .img img {
    width: 150px;
  }
  .main-contennt .buy-section .left-side .img a {
    width: 40%;
    flex: 0 0 40%;
  }
  .main-contennt .buy-section .left-side .img img {
    width: 152px;
    padding: 15px;
  }
  .buttin-submit {
    position: relative;
    right: 23px;
  }
  .main-contennt .faqs-section {
    padding: 0px 10px;
  }
  .main-contennt .faqs-section .main-heading {
    text-align: center;
  }
  .main-contennt .contact-section {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  .main-contennt .contact-section .left-side-input,
  .main-contennt .contact-section .right-side-input {
    padding: 0px;
  }
  .main-contennt .hero-section .button .btn-hero,
  .main-contennt .kwan-loong-section2 .btn-caution,
  .main-contennt .contact-section .btn-submit {
    margin-top: 20px;
    width: 165px;
    padding: 10px;
    font-size: 18px;
  }
  .main-contennt .contact-section .captcha-img {
    max-width: 100%;
  }
  .main-contennt .contact-section .textarea {
    width: 200px;
  }
  .main-contennt .faqs-section .faq .heading {
    padding: 16px 18px;
    font-size: 18px;
  }
  .main-contennt .buy-section .heading {
    margin-top: 10px;
    font-size: 20px;
  }
  .main-contennt .buy-section .heading img {
    width: 120px;
  }
  .main-contennt .contact-section .text3 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .footer-section {
    padding: 20px;
    text-align: center;
  }
  .footer-section .text a,
  .footer-section .text {
    text-align: center;
  }
  .main-contennt .header .logo-img {
    width: 250px;
  }
  .main-contennt .key-ingredients-section .heading {
    height: 55px;
  }
  .main-contennt .hero-section .text {
    margin: 0px;
  }
  .main-contennt .key-ingredients-section .text {
    margin: 10px 0px;
  }
  .main-contennt .key-ingredients-section .key-card {
    padding: 10px;
  }
  .main-contennt .contact-section {
    padding-top: 0px;
  }
  .main-contennt .abss-section,
  .main-contennt .kwan-loong-section2,
  .main-contennt .campaign-section,
  .main-contennt .buy-section {
    padding: 35px 20px;
  }
  .main-contennt .abss-section .heading,
  .main-contennt .kwan-loong-section2 .main-text,
  .main-contennt .testimonial-section .main-heading,
  .main-contennt .story-section .heading,
  .main-contennt .buy-section .main-heading,
  .main-contennt .buy-section .main-text,
  .main-contennt .faqs-section .main-heading,
  .footer-section .heading {
    margin-bottom: 10px;
  }
  .main-contennt .hero-section .heading,
  .main-contennt .product-info-section .heading,
  .main-contennt .abss-section .text,
  .main-contennt .kwan-loong-section,
  .main-contennt .kwan-loong-section .text,
  .main-contennt .kwan-loong-section2 .main-heading,
  .main-contennt .testimonial-section .main-img,
  .main-contennt .testimonial-section .heading,
  .main-contennt .contact-section .main-heading,
  .main-contennt .contact-section .heading,
  .main-contennt .contact-section .text {
    margin-bottom: 20px;
  }
  .main-contennt .hero-section .heading strong,
  .main-contennt .product-info-section .heading strong,
  .main-contennt .key-ingredients-section .main-heading,
  .main-contennt .kwan-loong-section2 .main-heading,
  .main-contennt .testimonial-section .main-heading,
  .main-contennt .story-section .heading strong,
  .main-contennt .campaign-section .main-heading,
  .main-contennt .buy-section .main-heading,
  .main-contennt .faqs-section .main-heading,
  .main-contennt .contact-section .main-heading {
    font-size: 32px;
  }
  .main-contennt .hero-section .heading,
  .main-contennt .product-info-section .heading,
  .main-contennt .abss-section .heading,
  .main-contennt .kwan-loong-section .heading,
  .main-contennt .key-ingredients-section .heading,
  .main-contennt .story-section .heading,
  .main-contennt .contact-section .heading,
  .footer-section .heading {
    font-size: 20px;
  }
  .main-contennt .hero-section .text,
  .main-contennt .product-info-section .text,
  .main-contennt .kwan-loong-section .text,
  .main-contennt .kwan-loong-section2 .main-text,
  .main-contennt .kwan-loong-section2 .heading,
  .main-contennt .kwan-loong-section2 .ul-contennt,
  .main-contennt .testimonial-section .heading,
  .main-contennt .testimonial-section .text,
  .main-contennt .story-section .text,
  .main-contennt .campaign-section .languages,
  .main-contennt .buy-section .main-text,
  .main-contennt .contact-section .text,
  .main-contennt .contact-section .form-control,
  .main-contennt .contact-section .form-group i,
  .main-contennt .contact-section .form-group-text {
    font-size: 18px;
  }
  .main-contennt .faqs-section .text,
  .footer-section .text a,
  .footer-section .text {
    font-size: 14px;
  }
  .main-contennt .testimonial-section .main-img {
    margin-left: 0px;
  }
  .campaign-section #campaign-iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .listmobile {
    position: relative !important;
    right: 40px !important;
  }
}

.text-pop-up-top {
  -webkit-animation: text-pop-up-top 1.5s linear 2s infinite both;
  animation: text-pop-up-top 1.5s linear 2s infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-5-26 22:2:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-pop-up-top
 * ----------------------------------------
 */
@-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc,
      0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc,
      0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}
@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc,
      0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc,
      0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

.vibrate-1 {
  -webkit-animation: vibrate-1 3s linear infinite alternate backwards;
  animation: vibrate-1 3s linear infinite alternate backwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-28 16:55:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.slide-in-right {
  -webkit-animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-2 11:17:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right2 {
  -webkit-animation: slide-in-right2 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right2 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-2 11:17:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right2
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right2 {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right2 {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right3 {
  -webkit-animation: slide-in-right3 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right3 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-2 11:17:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right3
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right3 {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right3 {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right4 {
  -webkit-animation: slide-in-right4 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right4 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-2 11:17:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right4
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right4 {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right4 {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.vibrate-2 {
  -webkit-animation: vibrate-2 15s linear infinite backwards;
  animation: vibrate-2 15s linear infinite backwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-28 16:55:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-2
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
  40% {
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
  60% {
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
  80% {
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
  60% {
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
  80% {
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.vibrate-3 {
  -webkit-animation: vibrate-3 3s linear infinite;
  animation: vibrate-3 3s linear infinite;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-28 16:55:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-3
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  40% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  60% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  80% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  40% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  60% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  80% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.mobile-none {
  text-align: center !important;
}

@media (min-width: 1024px) and (max-width: 1139px) {
  .wrapper {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }

  .main-contennt {
    width: calc(100vw - 80px) !important;
    overflow: hidden;
  }
  .ml-auto {
    margin-left: 0 !important;
  }

  .navbar {
    display: flex;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.main-contennt .buy-section .left-imgs a .buy-tag {
  position: absolute !important;
  right: -70px !important;
  top: 60px !important;
}

sup {
  font-size: 0.6em !important;
  top: -0.6em;
}

@media screen and (max-width: 600px) {
  sup {
    font-size: 0.5em !important;
  }
}

.wpcf7-spinner.loader{
    width: 60px;
    height: 60px;
    background: url(../images/loader.gif) no-repeat center;
    background-size: contain;
    margin: 5px 10px 5px;
}
.CookieDeclaration {
  display: none !important;
}
.main-contennt .contact-section .form-group label.error {
    position: relative;
    background: #e442;
    color: #e34141 !important;
    padding: 2px 12px 2px 12px;
    border-radius: 4px;
    margin: 4px 0 4px 10px;
}
.main-contennt .contact-section .form-group label.error::after {
    position: absolute;
    content: "";
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fde6e6 transparent;
    left: 10px;
    top: -10px;
}

@media screen and (max-width: 1280px) {
    .navbar img {
        width: 40px;
    }
    .navbar h2 {
        font-size: 0.875em;
    }
    .main-contennt .header .navbar-light .navbar-nav .nav-link{
        font-size: 16px;
    }
    
}
@media screen and (max-width: 1200px) {
    .navbar img {
        width: 35px;
    }
    .navbar h2 {
        font-size: 0.875em;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .navbar img {
        width: 55px;
    }
    .navbar h2 {
        font-size: 0em;
    }
    .navbar .navbar-collapse{
        justify-content: flex-end;
    }
    .main-contennt .header .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
}
@media screen and (max-width: 990px) {
    .navbar img {
        width: 50px;
    }
    .navbar h2 {
        font-size: 1.125em;
    }
}
