@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Quicksand:wght@300..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
}

.wrapper {
  overflow: hidden;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* header */
.top-header {
  padding: 8px 0px 9px;
  background-color: #fff;
}

.navbar {
  background-color: #472980;
  border-bottom: 1px solid #fff;
  padding: 28px 0px 32px;
}

.top-header ul {
  display: flex;
  justify-content: center;
  max-width: 260px;
  margin: 0 auto;
}

.top-header ul li:first-child {
  border-right: 1px solid #e1e1e1;
  padding-right: 16px;
  margin-right: 18px;
}

header .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 28.5px;
  padding: 0px 20px;
}

header .btn-order {
  margin-left: 12px;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
}

.btn-order {
  color: #472980;
  font-size: 19px;
  font-weight: 700;
  border: 1px solid #fff;
  line-height: 28.5px;
  border-radius: 10px;
  background: #fff;
  padding: 9.5px 10px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  min-width: 165px;
}

/* hero-sec */
.hero-img {
  display: flex;
  align-items: end;
  justify-content: center;
}

.hero-sec {
  background: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 0px 23px;
}

.hero-sec .image-1 {
  margin-right: -9px;
}

.hero-sec .image-2 {
  position: relative;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  max-width: 164px;
}

.shipping-sec .image-holder {
  max-width: 202px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.hero-sec .image-3 {
  margin-left: -4px;
}

.hero-sec .text-box h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 87px;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.hero-sec .text-box p {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin: 24px 0px 27px;
  line-height: 36px;
}

.certifications-list {
  display: flex;
  align-items: center;
  grid-gap: 3px;
}

/*  */
.title h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 48.4px;
}

.title h2 span {
  text-decoration: underline;
}

.text-primary {
  color: #482a81 !important;
}

.mb-20 {
  margin-bottom: 83px;
}

.function-sec {
  padding: 0px 0px;
}

.function-sec .image-holder {
  margin-top: 86px;
}

.nifty-liver-inner {
  background: radial-gradient(101.46% 50% at 50% 50%, #7B8DD8 35.5%, #472980 100%);
  padding: 36px 0px;
  position: relative;
}

.nifty-liver-inner .title {
  border-radius: 20px;
  background: #FFF;
  padding: 30px 30px 25px;
}

.title p {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  max-width: 870px;
  margin: 20px auto;
}

.title p span {
  font-weight: 700;
}

.nifty-liver-sec .image-holder {
  margin: 67px 0px 0px;
  text-align: center;
}

.nifty-liver-sec {
  padding: 85px 0px 0px;
}

.liver-support-img {
  position: relative;
  display: block;
}

.search-box {
  background: rgba(255, 234, 5, 0.8);
  width: 85.798px;
  height: 85.798px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 235px;
  margin: 0 auto;
  border-radius: 10px;
}

/* support-sec */
.support-sec {
  padding: 0px 0px 40px;
}

.support-sec .text-box {
  margin-bottom: 50px;
}

.support-sec .text-box h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
}

.support-card {
  background-color: #fff;
  border: 1px solid #c4bae0;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  padding: 30px 10px 40px;
  height: 100%;
  text-align: center;
}

.support-card-header {
  background-color: #462984;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
  border-radius: 12px;
}

.support-card-icon {
  margin: 16px auto;
  width: 80px;
  height: 80px;
}

.support-card ul {
  padding: 0;
  margin: 0;
  text-align: left;
}

.support-card ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  gap: 10px;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 0px 8px 10px;
  border-radius: 6px;
}

.support-card ul li:nth-child(odd) {
  background-color: #dedcec;
}

.support-card ul li:nth-child(even) {
  background-color: #fff;
}

.support-card ul li p {
  flex: 1;
  width: 100%;
}

.support-card ul li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #462984;
  font-family: "Poppins", serif;
  font-size: 12px;
  font-weight: 700;
  gap: 3px;
  margin-right: 10px;
}

.support-card ul li.lastchild {
  background-color: #dedcec;
  margin-top: 10px;
}

.view-results {
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #462984;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  border-radius: 12px;
}

.bonuses-sec .title h2 span {
  color: #482a81;
}

.bonuse-box {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}

.bonuse-box .img-holder img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.bonuses-sec .row {
  --bs-gutter-x: 48px;
}

.bonuses-sec .title {
  margin-bottom: 80px;
}

.bonuse-title {
  background: #272727;
  padding: 20px 16px;
}

.bonuse-title h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  max-width: 494px;
  margin: 0 auto;
  text-align: center;
}

.bonuse-title h2 span {
  color: #faff04;
}

.bonuse-box-body {
  padding: 46px 60px 67px;
  text-align: center;
}

.bonuse-box-body h4 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  max-width: 247px;
  margin: 0 auto 16px;
  line-height: 33.6px;
}

.bonuse-box-body h4 span {
  font-weight: 400;
}

.bonuse-box-body p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 423px;
  margin: 0 auto;
}

.bonuses-sec {
  padding: 50px 0px 62px;
  background: radial-gradient(91.09% 91.09% at 50% 50%, #7974C9 0%, #472980 100%);
}

/* shipping-sec */
.shipping-sec {
  background: #272727;
  padding: 24px 0px;
  position: relative;
  margin-bottom: 87px;
}



.shipping-sec::after,
.discount-banner::after,
.function-inner::after,
.nifty-liver-inner::after {
  content: "";
  background-image: url(../images/polygon-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 99px;
  height: 72px;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.discount-banner::after {
  background-image: url(../images/polygon-2.svg);
}

.nifty-liver-inner::after {
  background-image: url(../images/polygon.svg);
}

.shipping-sec h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 auto 8px;
  max-width: 464px;
}

.shipping-sec h3 span {
  color: #faff04;
  text-decoration-line: underline;
}

.shipping-sec p {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

/* poster-boxes */
.poster-boxes {
  max-width: 958px;
  margin: 15px auto 25px;
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr;
}

.poster-box {
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  padding: 14px 17px 34px;
}

.poster-box:nth-child(1) {
  transform: rotate(-2.784deg);
}

.poster-box:nth-child(2) {
  transform: rotate(1.517deg);
}

.poster-box:nth-child(3) {
  transform: rotate(-1.199deg);
}

.view-results:hover {
  background-color: #dedcec;
  color: #472980;
}

.poster-box:nth-child(4) {
  transform: rotate(-6.676deg);
  padding: 14px 17px 11px;
  max-height: 259px;
}

.poster-box:nth-child(1) img {
  transform: rotate(2.784deg);
}

.poster-box:nth-child(2) img {
  transform: rotate(-1.517deg);
}

.poster-box:nth-child(3) img {
  transform: rotate(1.199deg);
}

.poster-box:nth-child(4) img {
  transform: rotate(6.676deg);
}

/* testimonial-box */
.testimonial-box {
  display: flex;
  align-items: start;
  grid-gap: 12px;
  max-width: 976px;
  margin: 0 auto 52px;
}

.testimonial-right h4 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 7px;
}

.pricing-box .pricing-footer {
  margin-top: 0;
}

.pricing-card1 .image-holder {
  max-width: 183px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.testimonial-right {
  flex: 1;
}

.testimonial-right ul {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.testimonial-right ul li span {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 25.5px;
}

.testimonial-right p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-right p span {
  font-weight: 700;
}

.tiny-space {
  margin: 11px 0px 8px;
}

.testimonial-avatar img {
  border-radius: 110px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
  width: 110px;
  height: 110px;
}

/* discount-banner */
.discount-banner {
  background: #272727;
  padding: 23px 0px;
  position: relative;
}

.discount-banner h4 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  max-width: 522px;
  margin: 0 auto;
}

/****** PRICING SEC *****/
.pricing-box {
  border: 2px solid #c4c3c9;
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 44px 55px;
}

.pricing-box .image-holder {
  margin: 13px 0px 0px;
}

.pricing-head {
  text-align: center;
}

.pricing-head h4 {
  color: #472980;
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
}

.pricing-head span {
  color: #343a40;
  font-weight: 600;
  font-size: 22px;
  display: block;
  line-height: normal;
}

.pricing-box .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-mid {
  text-align: center;
}

.pricing-mid h3 {
  color: #a394bf;
  font-size: 90px;
  font-family: "Nanum Myeongjo", serif;
  line-height: 100%;
  font-weight: 800;
  margin: 11px 0px 95px;
}

.pricing-mid h3 span {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-left: -20px;
}

.pricing-box3 .pricing-mid h3 span {
  color: rgba(71, 41, 128, 1);
}

.pricing-sec {
  padding: 137px 0px 40px;
}

.cards {
  text-align: center;
  display: block;
}

.buy-btn {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  border-radius: 10px;

  max-width: 281px;
  background: url(../images/btn-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  height: 67.383px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-footer h4 {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
  margin: 6px 0px 4px;
}

.pricing-footer span {
  color: #000;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-footer h4 p {
  text-decoration: line-through;
  display: inline-block;
}

.cards {
  max-width: 294px;
  margin: 0 auto;
}

.pricing-box.active-card {
  border: 3px solid #472980;
  background: #f9f8da;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
  padding: 35px 12px 55px 24px;
}

.pricing-box.active-card .image-holder img {
  max-height: 316px;
}

.pricing-box.active-card .image-holder {
  margin: 39px 0px 0px;
}

.pricing-box.active-card .pricing-mid h3 {
  color: #472980;
  margin: 11px 0px 20px;
}

.pricing-box.active-card .pricing-footer h4 {
  margin: 33px 0px 4px;
}

.badge-box {
  border-radius: 10px;
  border: 1px dashed #000;
  max-width: fit-content;
  margin: 0 auto 23px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
  padding: 0px 17px 0px 13px;
  align-items: center;
  grid-gap: 9px;
}

.badge-box span {
  background-color: #3fd61a;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.pricing-box3 .pricing-mid h3 {
  margin: 11px 0px 20px;
}

.pricing-footer {
  text-align: center;
  margin-top: 62px;
}

.pricing-footer span {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

/*  */
.guarantee-sec {
  background: #472980;
  padding: 104px 0px;
}

.guarantee-box {
  border-radius: 10px;
  background: #fff;
  padding: 62px 160px 80px 80px;
  display: flex;
  align-items: center;
  grid-gap: 42px;
}

.guarantee-right {
  flex: 1;
}

.guarantee-box h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 8px;
}

.guarantee-box p {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

/* certificate-sec */
.certificate-sec {
  background-color: #6747a2;
  padding: 30px 0px;
}

.certificate-sec .certificate-logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
  max-width: 900px;
  margin: 0 auto;
}

/* faq-sec */
.faq-sec {
  padding: 90px 0px 94px;
}

.faq-sec .text-box h2 {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 52.8px;
  margin-bottom: 56px;
}

.faq-sec .accordion-item {
  border-radius: 11px !important;
  background: #efefef;
  border: none;
  margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.faq-sec .accordion-button {
  background-color: transparent;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  padding: 25px 28px;
}

.faq-sec .accordion-body {
  padding: 0px 28px 25px;
}

.faq-sec .accordion-body p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/drop-arrow.svg);
  margin-top: 0px;
}

.accordion-button::after {
  background-image: url(../images/drop-arrow.svg);
  margin-top: 13px;
}

/* reference-sec */
.reference-sec {
  background: #f5f5f5;
  padding: 43px 0px 80px;
}

.reference-sec .title h4 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  margin-bottom: 12px;
}

.reference-sec .title span {
  color: #000;
  font-size: 15.7px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.157px;
  display: block;
}

.reference-sec ul {
  margin-top: 27px;
  max-width: 578px;
}

.reference-sec ul li p {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
  grid-gap: 8px;
}

.poster-box img {
  width: 100%;
}

/* footer */
.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 53px;
}

.footer-list li a {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 28.5px;
}

.footer-top {
  background: #272727;
  padding: 30px 0px;
}

.footer-middle {
  text-align: center;
  padding: 40px 0px;
}

.footer-middle p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 13px;
}

.footer-middle p a {
  color: #0288d1;
  text-decoration-line: underline;
}

.footer-bottom {
  background: #d5d5d5;
  padding: 28px 0px;
  text-align: center;
}

.footer-bottom p {
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.6px;
}

.footer-bottom p span {
  font-weight: 700;
}

.reference-sec ul li {
  margin-top: 24px;
}

.copyright {
  color: #272727;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 33.6px;
  padding: 15px 0px;
}

.copyright a {
  color: #0288d1;
}

.hero-img .image-holder {
  position: absolute;
  top: 110px;
  left: 90px;
}

.hero-img {
  position: relative;
}

.email-box {
  border-radius: 11px;
  background: #fff;
  max-width: 444px;
  margin: 30px auto;
  padding: 25px 30px 32px;
}

.contact-sec .title p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 10px auto 5px;
  max-width: 994px;
}

.email-box a {
  color: #007bff;
}

.contact-sec {
  background: #f5f5f7;
  padding: 45px 0px 80px;
}

.liver-faq {
  padding: 63px 0px 71px;
}

.liver-faq .text-box h2 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
}

.liver-faq .text-box p {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.liver-faq .accordion-item {
  background-color: #fff;
  border: none;
  margin-bottom: 46px;
}

.liver-faq .accordion-button {
  padding: 0px 15px;

  display: flex;
  align-items: center;
  grid-gap: 28px;
}

.liver-faq .accordion-button .heading-text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  display: block;
  max-width: 100%;
}

.liver-faq .accordion {
  margin-top: 112px;
}

.liver-faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/plus.svg);
  transform: rotate(225deg);
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.liver-faq .accordion-button::after {
  background-image: url(../images/plus.svg);
}

.customer-sec .title h4 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 102px;
  line-height: 33.6px;
}

.customer-sec span {
  color: #007bff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 14px;
}

.text-dark {
  color: #343a40 !important;
}

.form-title h4 {
  color: #30413e;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 7px;
  line-height: 23.44px;
  border-bottom: 1px solid #999;
  margin-bottom: 18px;
}

.form .form-control {
  color: #acb0b0;
  font-size: 13px;
  font-weight: 200;
  line-height: 15.6px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.1) inset;
  height: 31.88px;
  padding-left: 37px;
}

.form .form-control::placeholder {
  color: #acb0b0;
}

.form .form-group {
  position: relative;
  margin-bottom: 9px;
}

.form .form-group .img-holder {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 13px;
}

.form .form-group .img-holder {
  position: absolute;
  transform: translate(0, 0);
  top: 5px;
}

.form .msg-input .form-control {
  height: 136px !important;
  padding-top: 32px !important;
  padding-left: 16px !important;
}

.form .form-select.form-control {
  padding: 0px 16px;
}

.form-select:disabled {
  background-color: #f4f4f4 !important;
}

.robot-box {
  margin-top: 18px;
}

.form-footer {
  border-top: 1px solid #dcdcdc;
  margin-top: 60px;
  padding-top: 7px;
}

.liver-faq .accordion-button span {
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}

.customer-sec {
  padding-bottom: 60px;
}

.btn-msg {
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  line-height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #6c6a6a 0%, #525151 100%);
  box-shadow: 0px 1px 0px 1px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  width: 125.41px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.buy-btn:hover {
  color: #000;
}

.sci-head {
  margin-top: 91px;
}

.sci-head h1 {
  margin-top: 22px;
  margin-bottom: 42px;

  text-align: center;

  font-size: 48px;

  font-weight: 700;
  line-height: 48.4px;
}

.sci-main {
  max-width: 1200px;
  color: #272727;
  margin-bottom: 76px;
}

.first {
  margin-top: 44px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 57px;
  margin-bottom: 60px;
}

table td {
  color: #212529;

  font-size: 16px;

  font-weight: 400;
  line-height: 24px;
}

table th {
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 15px 12px !important;
}

.ship-wraper {
  margin-top: 90px;
}

.ship-sec table {
  margin-top: 67px;
  margin-bottom: 50px;
}

.privacy-sec {
  padding-bottom: 90px;
}

table th,
table td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}

table tr:last-child td {
  border-bottom: none;
}

.equal-columns th,
.equal-columns td {
  width: 33.33%;
  padding: 20px 12px;
  border-left: none;
  border-right: none;
}

.equal-columns tr:last-child td {
  border-bottom: none;
}

.equal-columns {
  border-collapse: collapse;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #dee2e6;
}

.mt-64 {
  margin-top: 64px;
}

.table-del {
  border-top: 1px solid #dee2e6;
}

.sec-contact {
  background-color: #f5f5f7;
  padding-bottom: 39px;
}

.sec-contact h4 {
  padding-top: 58px;
}

.pro-email {
  max-width: 500px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 37px;
  margin-bottom: 34px;
}

.pro-email-head {
  margin-top: 15px;
  margin-bottom: 15px;
}

.card-sec {
  display: flex;
  gap: 48px;
  margin-top: 50px;
  align-items: start;
}

.card-sec h4 {
  color: #000;
  font-size: 25px;
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 30px;
}

.card-sec p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.ship-sec p a,
.card-main p a {
  color: #007bff;
  font-weight: bold;
}

.card-main p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.ship-wraper p {
  color: #000;
  font-size: 20px;
  margin-bottom: 21px;
  font-weight: 400;
  line-height: 30px;
}

.ship-wrapper {
  color: #000;
  margin-bottom: 62px;
  font-size: 20px;

  font-weight: 400;
  line-height: 30px;
}

.card-main {
  margin-bottom: 86px;
}

.text-wraper p {
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 21px;
}

.step-card .img-holder {
  max-width: 124px;
  min-width: 124px;
  display: flex;
  align-items: start;
  justify-content: center;
}

.text-wraper h4 {
  color: #272727;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.head-wraper {
  margin-bottom: 40px;
}

.text-warp2 {
  margin-bottom: 62px !important;
}

.text-wraper p a {
  color: #007bff;
}

.card-heading {
  color: #000;
  margin-top: 63px;
  text-align: center;
  margin-bottom: 39px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

.card-second {
  display: flex;
  gap: 32px;
}

.card-second h4 {
  color: #212529;

  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.card-second p {
  color: #212529;
  margin-bottom: 51px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.card-two {
  display: flex;
  gap: 32px;
}

.card-two h4 {
  color: #212529;
  margin-bottom: 54px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.card-two p {
  color: #212529;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.day {
  font-weight: 700;
}

.privacy-page .text-wraperTwo {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration-line: underline;
  margin-bottom: 20px;
  margin-top: 53px;
}

.list-items {
  margin: 42px 0px 42px 10px;
}

.terms-page .sci-head h1 {
  margin-bottom: 58px;
}

.disclaimer-page .sci-head h1 {
  margin-bottom: 58px;
}

.terms-page .sci-head h1 {
  margin-bottom: 75px;
}

.privacy-page .sci-head h1 {
  margin-bottom: 85px;
}

.tiny-spacer {
  margin-bottom: 52px !important;
}

.refund-page .ship-wraper {
  margin-top: 125px;
}

.refund-page .card-second p {
  margin-bottom: 0px;
}

.step-card {
  margin-bottom: 38px;
}

.sci-main .text-wraper p {
  display: flex;
  grid-gap: 6px;
}

.privacy-sec .container,
.ship-sec .container {
  max-width: 1180px;
  margin: 0 auto;
}

.btn-wrapper {
  position: relative;
}

.cursor-icon img {
  position: absolute;
  right: 41px;
  bottom: -22px;
  animation-name: floating2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  width: 62px;
}

@keyframes floating2 {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(5px, 5px);
  }

  to {
    transform: translate(0, -0px);
  }
}

header .navbar-nav .nav-item .nav-link:hover,
.footer-list li a:hover {
  color: #3fd61a;
}

.btn-order:hover {
  background: url(../images/btn-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
  border: 1px solid transparent;
}

.btn-msg:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #472980 0%, #472980 100%);
  color: #fff;
}

.modal-header {
  border: none;
}

.modal-content {
  background-color: #fff;
  border: none;
}

.modal-xl {
  max-width: 940px;
}

.btn-close {
  background-color: #fff;
}

.pricing-box {
  transition: all 0.1s ease-in-out;
}

.pricing-box:hover {
  border: 3px solid #472980;
  transform: scale(1.05);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.35);
}


.bonuse-box-border {
  border-radius: 37px;
  border: 4px solid #FFF;
  padding: 22px;
}

.homepage .hero-sec {
  margin-top: -1px;
}

.shipping-box {
  display: flex;
  align-items: center;

}

.support-card ul li span img,
.support-card ul li strong img {
  width: 20px;
}

.function-inner {
  background: rgba(39, 39, 39, 1);
  padding: 36px 0px 40px;
  position: relative;
}

.function-inner .title {
  max-width: 921px;
  margin: 0 auto;
}

.function-inner .title h2 {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
}

.function-inner .title h2 span {
  color: rgba(255, 0, 0, 1);
  display: block;
  text-decoration: none;
}

.liver-support-img {
  max-width: 600px;
  margin: 0 auto;
}

.pricing-mid h3 img {
  max-width: 151px;
}