@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #424245;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

select {
  text-transform: none;
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 1340px;
  max-width: 100%;
  margin: 0px auto;
}

/* new */
.p2 {
  padding-top: 130px !important;
  padding-bottom: 70px;
}

.p3, .p6 {
  padding: 70px 0px !important;
}

.text-center {
  text-align: center !important;
}

.logo-top {
  font-family: "Courier New", Courier, monospace;
  font-size: 48px;
  margin: 35px 0px 0px 75px;
}
.logo-top a {
  color: inherit;
  text-decoration: none;
}

.p1 video {
  width: 100%;
  height: 740px;
  background-color: #d5d5d5;
}
.p1 .heading {
  margin-top: 40px;
}
.p1 .note {
  font-size: 35px;
  text-align: center;
  line-height: normal;
  margin-top: 40px;
  font-weight: 300;
}

.note {
  font-size: 35px;
  text-align: center;
  line-height: normal;
  margin-top: 40px;
}

.heading {
  font-size: 70px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -4px;
  font-weight: 300;
  line-height: normal;
}

.flex {
  display: flex;
}

.p2 {
  padding: 200px 0px 160px 0px;
}
.p2 .video-cart-wrapper {
  position: relative;
}
.p2 .video-cart-wrapper .col-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.p2 .heading {
  text-align: left;
  font-size: 80px;
}
.p2 .description {
  font-size: 40px;
  color: #86868B;
  text-align: left;
  width: 499px;
}
.p2 .description span {
  color: #1D1D1F;
}

.p3 {
  padding: 160px 0px 160px 0px;
}
.p3 .img-wall img {
  width: 75%;
}
.p3 .container {
  align-items: center;
  justify-content: center;
}
.p3 .heading {
  text-align: left;
  font-size: 80px;
  margin-bottom: 0px !important;
}
.p3 .description {
  font-size: 40px;
  color: #86868B;
  text-align: left;
}
.p3 .description span {
  color: #1D1D1F;
}
.p3 .note {
  text-align: left;
  width: 1120px;
  margin: 30px auto 45px auto;
}
.p3 .options-wrapper {
  display: flex;
  justify-content: space-between;
}
.p3 .options {
  width: 450px;
  height: 380px;
  background-color: #F5F5F7;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-content: center;
  justify-content: center;
  padding: 30px 49px 60px;
  border-radius: 15px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.13);
}
.p3 .options .number {
  font-size: 125px;
  font-weight: bold;
}
.p3 .options .number span {
  font-weight: 300;
  font-size: 90px;
}
.p3 .options .heading-number {
  font-size: 45px;
  font-weight: 500;
}
.p3 .options .description-number {
  font-size: 23px;
  margin-top: 14px;
}
.p3 .col-02 {
  display: flex;
  justify-content: space-evenly;
}
.p3 .video {
  margin-top: 135px;
  text-align: center;
  position: relative;
}
.p3 .video .video-container {
  width: 1440px;
  height: 879px;
  margin: 0px auto 50px auto;
  overflow: hidden;
  border-radius: 20px;
  border: 35px solid #E7E7E7;
  box-shadow: 0px 24px 35px rgba(119, 119, 119, 0.52);
  z-index: 1;
}
.p3 .video video {
  width: 100%;
}
.p3 .grey-bg {
  background-color: #F5F5F7;
  padding-top: 355px;
  margin-top: -355px;
}
.p3 .grey-bg .sub-heading {
  font-size: 40px;
  text-align: center;
  padding-bottom: 110px;
  width: 1080px;
  margin: 0px auto;
}
.p3 .grey-bg .heading {
  text-align: center;
  margin-bottom: 35px !important;
}

.p4 .shopper-experience {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 25px;
}
.p4 .shopper-experience > li {
  background: linear-gradient(white, white) padding-box, linear-gradient(132deg, #8500F8, #fff) border-box;
  border: 1px solid transparent;
  border-radius: 32px;
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 235px;
}
.p4 .shopper-experience > li .sub-heading {
  font-size: 25px;
  margin-bottom: 10px;
}
.p4 .shopper-experience > li .desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p4 .shopper-experience > li .desc .title {
  font-size: 40px;
  margin-left: 25px;
  line-height: 47px;
}
.p4 .shopper-experience > li:first-child {
  transform: scale(0.9);
}
.p4 .shopper-experience > li:last-child {
  transform: scale(0.9);
}
.p4 .video {
  text-align: center;
}
.p4 .col-02 {
  display: flex;
  justify-content: space-evenly;
}
.p4 .col-02 .options {
  width: 450px;
  height: 380px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-content: center;
  justify-content: center;
  padding: 49px 60px;
  border-radius: 15px;
}
.p4 .col-02 .options .number {
  font-size: 125px;
  font-weight: bold;
}
.p4 .col-02 .options .number span {
  font-weight: 300;
  font-size: 90px;
}
.p4 .col-02 .options .heading-number {
  font-size: 45px;
  font-weight: 500;
}
.p4 .col-02 .options .description-number {
  font-size: 23px;
  margin-top: 14px;
}
.p4 .cart-properties {
  margin-top: 40px;
  margin-bottom: 110px;
}
.p4 .cart-properties ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.p4 .cart-properties ul li {
  background-color: #F5F5F7;
  width: 415px;
  list-style: none;
  border-radius: 15px;
  padding: 30px;
}
.p4 .cart-properties ul li .title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
.p4 .cart-properties ul li p {
  font-size: 22px;
}

.p5 {
  padding: 70px 0px 60px 0px;
}
.p5 .heading {
  font-size: 60px;
  margin-bottom: 15px;
}
.p5 .sub-heading {
  font-size: 30px;
  text-align: center;
  margin-bottom: 105px;
}
.p5 .item {
  background-color: white;
  box-shadow: 7px 11px 13px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  min-height: 385px;
  padding: 25px 35px;
}
.p5 .item .content .author {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p5 .item .content .testimonial {
  font-size: 19px;
}
.p5 .item img {
  width: auto !important;
}
.p5 .store-logos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px;
}
.p5 .store-logos li {
  width: 350px;
  height: 115px;
  list-style: none;
  background: #FFFFFF;
  box-shadow: 0px 18px 19px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-gradient {
  background: linear-gradient(1.4deg, #F5F5F7 14.12%, rgba(245, 245, 247, 0) 98.87%);
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 25px;
}

.p6 {
  padding-top: 210px;
  padding-bottom: 200px;
}
.p6 .heading {
  font-size: 80px;
  margin-bottom: 90px;
}
.p6 .experience {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.p6 .experience li {
  background-color: #F5F5F7;
  border-radius: 15px;
  list-style: none;
  padding: 28px 28px 28px 25px;
  width: 590px;
  margin-bottom: 40px;
  gap: 35px;
  display: flex;
  align-items: flex-start;
}
.p6 .experience li i {
  display: flex;
  margin-bottom: 25px;
  width: 90px;
  margin-top: 10px;
}
.p6 .experience li .title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}
.p6 .experience li p {
  font-size: 24px;
}

.p7 {
  padding-bottom: 120px;
}
.p7 .content {
  margin-bottom: 50px;
}
.p7 .content .heading {
  text-align: left;
  margin-bottom: 20px;
}
.p7 .content .sub-title {
  font-size: 30px;
}
.p7 .flip-card {
  background-color: transparent;
  width: 313px;
  height: 420px;
  perspective: 1000px;
}
.p7 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.p7 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.p7 .flip-card-front, .p7 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p7 .flip-card-front {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  min-height: 420px;
  width: 313px;
  padding: 15px;
}
.p7 .flip-card-front img {
  max-width: 100%;
}
.p7 .flip-card-front .heading {
  font-size: 45px;
  text-align: left;
  letter-spacing: normal;
}
.p7 .flip-card-back {
  background: #EDEDED;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  min-height: 420px;
  width: 313px;
  padding: 15px;
  transform: rotateY(180deg);
  text-align: left;
}
.p7 .flip-card-back .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
}
.p7 .flip-card-back ul {
  padding: 0px;
  margin: 0px 0px 0px 23px;
}
.p7 .flip-card-back ul li {
  font-size: 20px;
  font-weight: 200;
  padding: 8px 0px;
}
.p7 .footer-content {
  display: flex;
  justify-content: flex-end;
  margin-top: 45px;
}
.p7 .footer-content p {
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
  text-align: right;
}
.p7 .content-card {
  margin-bottom: 25px;
}
.p7 .flip-cards {
  display: flex;
  justify-content: space-between;
}

.p8 {
  padding-bottom: 80px;
}
.p8 img {
  width: 100%;
}

.p9 {
  padding-bottom: 80px;
}
.p9 .comp-vision {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
}
.p9 .comp-vision .col-right ul {
  margin-top: 50px;
  padding: 0px;
  padding-left: 50px;
}
.p9 .comp-vision .col-right ul li {
  list-style: none;
  margin-bottom: 90px;
}
.p9 .comp-vision .col-right ul li .title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
}
.p9 .comp-vision .col-right ul li .sub-title {
  font-size: 22px;
}
.p9 .comp-vision .col-right ul li:first-child {
  margin-left: -70px;
}
.p9 .comp-vision .col-right ul li:last-child {
  margin-bottom: 0px;
  margin-left: -55px;
}

.p10 {
  padding-top: 190px;
  background: url("/images-updated/img-drops.png"), url("/images-updated/img-drop-right.png");
  background-position: top center, top right;
  background-repeat: no-repeat, no-repeat;
}
.p10 .sub-title {
  font-size: 30px;
  text-align: center;
}
.p10 .heading {
  font-weight: 500;
  margin-bottom: 0px;
}
.p10 .img-water-cart {
  margin-top: 20px;
  text-align: center;
}
.p10 .img-water-cart img {
  width: 100%;
}

.p11 .content-cart {
  font-size: 35px;
  padding-right: 45px;
}
.p11 ul {
  padding: 0px;
  margin: 100px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
.p11 ul li {
  list-style: none;
  width: calc(100% / 2);
  padding: 0px 30px 0px 0px;
  margin-bottom: 80px;
}
.p11 ul li .heading {
  text-align: left;
}

.p12 {
  margin-top: 80px;
}
.p12 .heading {
  margin-bottom: 90px;
}
.p12 .flip-card {
  background-color: transparent;
  width: 410px;
  height: 430px;
  perspective: 1000px;
}
.p12 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.p12 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.p12 .flip-card-front, .p12 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p12 .flip-card-front {
  min-height: 430px;
  width: 410px;
  background: linear-gradient(white, white) padding-box, linear-gradient(132deg, #8500F8, #fff) border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.08);
  padding: 0px 25px 35px;
}
.p12 .flip-card-front img {
  max-width: 100%;
}
.p12 .flip-card-front .heading {
  font-size: 45px;
  text-align: left;
  letter-spacing: normal;
}
.p12 .flip-card-back {
  background: #EDEDED;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  min-height: 430px;
  width: 410px;
  padding: 35px;
  transform: rotateY(180deg);
  text-align: left;
}
.p12 .flip-card-back .title {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
}
.p12 .flip-card-back ul {
  padding: 0px;
  margin: 0px 0px 0px 23px;
}
.p12 .flip-card-back ul li {
  font-size: 22px;
  font-weight: 200;
  padding: 8px 0px;
}
.p12 .flip-card-back ul li span {
  font-weight: 300;
  font-size: 16px;
}
.p12 .footer-content {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
.p12 .footer-content p {
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}
.p12 .shopper-experience {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0px;
}
.p12 .shopper-experience > li {
  list-style: none;
  width: calc(90% / 3);
}
.p12 .shopper-experience > li .desc {
  display: flex;
  justify-content: center;
  margin-top: -10px;
}
.p12 .shopper-experience > li .desc .title {
  font-size: 55px;
  font-weight: 300;
  text-align: center;
}
.p12 .shopper-experience > li .link {
  margin-top: 30px;
  text-align: center;
}
.p12 .shopper-experience > li .heading {
  font-size: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
.p12 .shopper-experience > li .heading span {
  font-size: 55px;
}
.p12 .footer-heading {
  font-size: 55px;
  font-weight: 300;
  text-align: center;
  margin-top: 60px;
}
.p12 .footer-heading .heading {
  font-size: 128px;
}
.p12 .footer-heading strong {
  font-weight: 700;
}
.p12 .footer-heading .btn-chat {
  width: 622px;
  height: 127px;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-shadow: 0px 37px 43px rgba(0, 0, 0, 0.12);
  border-radius: 95px;
  margin: 50px auto;
}
.p12 .footer-heading .btn-chat:hover {
  text-decoration: none;
}

.gradient-text {
  background: linear-gradient(154.26deg, #5D169A 29.5%, #FDAAF8 64.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p13 .right-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 30vh;
}
.p13 .right-contact a {
  color: #2B2424;
}
.p13 .right-contact .contact {
  display: flex;
  font-size: 32px;
  font-weight: 500;
}
.p13 .right-contact .contact i img {
  width: 40px;
  margin-right: 10px;
}
.p13 .right-contact .contact > div {
  margin: 0px 25px;
}
.p13 .right-contact .social-links {
  display: flex;
}
.p13 .right-contact .social-links ul {
  display: flex;
}
.p13 .right-contact .social-links ul li {
  margin-right: 20px;
  list-style: none;
}
.p13 .right-contact .copyrights {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  line-height: 23px;
}
.p13 .right-contact .copyrights span {
  font-size: 14px;
  text-align: center;
}
.p13 .nextGen-footer.home-footer {
  margin-top: 35px;
  font-size: 12px;
}
.p13 .nextGen-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  gap: 30px;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }

  .heading {
    font-size: 35px;
    letter-spacing: -1px;
  }

  .logo-top {
    font-size: 36px;
    width: 100%;
    text-align: center;
    margin: 15px 0px 0px 0px;
  }

  .p1 .heading {
    margin-top: 20px;
  }
  .p1 video {
    height: auto !important;
  }

  .p2 .video-cart-wrapper .col-left {
    position: relative;
  }

  .p1 .note {
    font-size: 18px;
    margin-top: 20px;
  }

  .p2 {
    padding-top: 60px !important;
    padding-bottom: 0px;
  }

  .p2 .heading {
    text-align: left;
    font-size: 45px;
    margin-bottom: 11px;
  }

  .p2 .description {
    width: 100%;
    font-size: 25px;
  }

  .p3 .video-desc .heading {
    font-size: 30px;
    margin-bottom: 13px !important;
  }
  .p3 .video-desc .heading br {
    display: none;
  }
  .p3 .video-desc .sub-heading {
    font-size: 20px !important;
    padding-bottom: 35px !important;
  }
  .p3 .heading {
    font-size: 45px;
  }
  .p3 .note {
    width: auto;
    font-size: 22px;
    padding: 0px 20px;
  }
  .p3 .img-wall img {
    width: 95%;
  }
  .p3 .col-02 {
    flex-wrap: wrap;
  }
  .p3 .options .number {
    font-size: 95px;
    font-weight: bold;
  }
  .p3 .options {
    margin-top: 40px;
  }
  .p3 .options .description-number {
    font-size: 19px;
    margin-top: 14px;
  }
  .p3 .options .number span {
    font-size: 70px;
  }
  .p3 .options .heading-number {
    font-size: 34px;
  }
  .p3 .video .video-container {
    width: 100%;
    height: auto;
    border: 11px solid #E7E7E7;
  }
  .p3 .grey-bg .sub-heading {
    font-size: 26px;
    padding-bottom: 85px;
    width: 100%;
  }

  .p4 .shopper-experience {
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-bottom: 30px;
    justify-content: flex-start;
    padding-right: 20px;
  }
  .p4 .shopper-experience > li {
    white-space: nowrap;
    transform: scale(1) !important;
    height: 150px;
    padding: 0px 22px;
  }
  .p4 .shopper-experience > li .desc i img {
    width: 40px;
  }
  .p4 .shopper-experience > li .desc .title {
    font-size: 28px;
    margin-left: 18px;
    line-height: 29px;
  }
  .p4 .shopper-experience > li .sub-heading {
    font-size: 16px;
  }
  .p4 .col-02 {
    flex-wrap: wrap;
  }
  .p4 .col-02 .options {
    width: 100%;
    margin-top: 20px;
    height: auto;
    padding: 28px 28px;
  }
  .p4 .col-02 .options .number {
    font-size: 95px;
  }
  .p4 .col-02 .options .number span {
    font-size: 70px;
  }
  .p4 .col-02 .options .heading-number {
    font-size: 34px;
  }
  .p4 .col-02 .options .description-number {
    font-size: 19px;
    margin-top: 14px;
  }
  .p4 .cart-properties {
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .p4 .cart-properties ul {
    margin: 0px;
    padding: 0px;
  }
  .p4 .cart-properties ul li {
    width: 100%;
    margin-top: 25px;
  }
  .p4 .cart-properties ul li .title {
    font-size: 30px;
  }
  .p4 .cart-properties ul li p {
    font-size: 17px;
  }

  .p5 .heading {
    font-size: 45px;
  }
  .p5 .sub-heading {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
  }
  .p5 .item img {
    width: 100% !important;
  }
  .p5 .item .content .testimonial {
    font-size: 16px;
  }
  .p5 .item .content .author {
    font-size: 20px;
  }
  .p5 .store-logos {
    margin-top: 0;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-bottom: 30px;
    justify-content: flex-start;
    padding-right: 20px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    gap: 25px;
  }
  .p5 .store-logos li {
    white-space: nowrap;
    padding: 0px 25px;
  }

  .p6 {
    padding: 35px 0px !important;
  }
  .p6 .heading {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .p6 .experience {
    padding: 0px 20px !important;
  }
  .p6 .experience li {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 12px 28px 9px 25px;
    gap: 0px;
  }
  .p6 .experience li i {
    margin-bottom: 10px;
    width: 65px;
  }
  .p6 .experience li i img {
    width: 100%;
  }
  .p6 .experience li .title {
    font-size: 22px;
  }
  .p6 .experience li p {
    font-size: 18px;
  }

  .p7 .heaidng {
    font-size: 45px;
  }
  .p7 .content .sub-title {
    font-size: 20px;
  }
  .p7 .flip-cards {
    flex-direction: column;
  }
  .p7 .flip-cards .flip-card {
    margin-bottom: 20px;
    width: 100%;
  }
  .p7 .flip-card-front, .p7 .flip-card-back {
    width: 100%;
  }

  .p8 .heading {
    margin-top: 25px;
  }

  .p9 .heading {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .p9 .col-left {
    width: 100%;
  }
  .p9 .col-left img {
    width: 100%;
  }
  .p9 .comp-vision {
    flex-direction: column;
  }
  .p9 .comp-vision .col-right ul {
    padding: 0px;
  }
  .p9 .comp-vision .col-right ul li {
    margin-left: 0px !important;
    margin-bottom: 30px;
  }
  .p9 .comp-vision .col-right ul li .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .p9 .comp-vision .col-right ul li .sub-title {
    font-size: 18px;
  }
  .p9 .comp-vision .col-right ul li .sub-title br {
    display: none;
  }

  .p10 {
    background: url("/images-updated/img-drops.png");
    background-size: 79%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 87px;
    margin-top: 20px;
  }
  .p10 .sub-title {
    font-size: 21px;
    padding: 0px 20px;
  }

  .p11 ul {
    flex-direction: column;
    margin-top: 40px;
  }
  .p11 ul li {
    width: 100%;
    margin-bottom: 38px;
  }
  .p11 ul li img {
    width: 100%;
  }
  .p11 ul li .heading {
    margin-bottom: 20px;
  }
  .p11 .content-cart {
    font-size: 22px;
    padding-right: 0px;
  }

  .p12 {
    margin-top: 35px;
  }
  .p12 .flip-card {
    height: 320px;
  }
  .p12 .heading {
    margin-bottom: 45px;
  }
  .p12 .shopper-experience {
    flex-direction: column;
    gap: 20px;
  }
  .p12 .shopper-experience .flip-card-front {
    width: 100%;
    min-height: auto;
    height: 320px;
  }
  .p12 .shopper-experience .flip-card-back {
    width: 100%;
    min-height: auto;
    height: 320px;
  }
  .p12 .shopper-experience .flip-card-back .title {
    font-size: 35px;
    margin-top: 0px;
  }
  .p12 .shopper-experience .flip-card-back ul li {
    font-size: 18px;
  }
  .p12 .shopper-experience > li {
    list-style: none;
    width: 100%;
  }
  .p12 .shopper-experience > li .heading {
    font-size: 85px;
  }
  .p12 .shopper-experience > li .heading span {
    font-size: 35px;
  }
  .p12 .shopper-experience > li .desc .title {
    font-size: 38px;
  }
  .p12 .footer-heading {
    font-size: 30px;
  }
  .p12 .footer-heading .heading {
    font-size: 80px;
  }
  .p12 .footer-heading .btn-chat {
    width: 100%;
    height: auto;
    padding: 6px 10px;
    font-size: 35px;
    margin: 10px 0px 30px 0px;
  }

  .p13 .right-contact {
    padding: 40px 0px;
    height: auto;
  }
  .p13 .right-contact .copyrights {
    margin-top: 20px;
  }
  .p13 .right-contact .contact {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
  }
  .p13 .right-contact .contact > div {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .p13 .right-contact .contact i img {
    width: 22px;
    margin-right: 10px;
  }
  .p13 .right-contact .social-links ul {
    padding: 0px;
  }
  .p13 .right-contact .social-links ul li:last-child {
    margin-right: 0px;
  }
}

/*# sourceMappingURL=style-new.css.map */
