@font-face {
  font-family: "poppins-regular";
  src: url(./assets/fonts/Poppins-Regular.ttf) format("truetype");
}

* {
  font-family: poppins-regular, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  /* max-width: 1920px;
  height: 1080px;
  margin: auto !important; */
  /* font-family: "Poppins", "NotoSans" "sans-serif"; */
  /* font-family: "Grand Hotel", cursive;
  font-family: "Poppins", sans-serif; */
  /* font-family: poppins-regular, sans-serif; */
}

.body-max-width-height {
  max-width: 1920px;
  margin: auto;
}

.steps-details {
  font-size: 0.9rem;
}

/* terms & conditions ,cancellation policy,cookies-policy,terms & condition css start here */
.general-section-wrapper {
  max-width: 1920px;
  margin: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.general-section-wrapper h5 {
  font-size: 1.1rem;
}

.brand-logo {
  padding: 0.5rem;
}

.client-brand-logo {
  height: auto;
  width: 5rem;
}

.shopping-card {
  /* opacity: 0.5; */
  padding: 1rem;
  height: 17rem;
}

.brand_img {
  /* margin-top: 1rem; */
  height: 5rem;
  width: 20rem;
}

/* START - PROGRESS BAR */

.circular-progress-section {
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  padding: 5px 30px 30px;
  margin: 20px;
  width: 260px;
}

.github {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.circular-progress-section {
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  padding: 5px 30px 30px;
  margin: 20px;
  width: 260px;
}

.customCount {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.pie-percent-1,
.pie-unit-1 {
  display: none;
}

.github a {
  text-decoration: none;
}

.github a:hover {
  border-bottom: 1px solid salmon;
}

[data-pie-index="2"] {
  position: relative;
  border-radius: 50%;
  box-shadow: inset 0 0 25px 10px #a2caff;
}

[data-pie-index="16"] {
  position: relative;
  border-radius: 50%;
  box-shadow: inset 0 0 25px 10px #f50057;
}

.pie-unit-11 {
  fill: #f50057;
  font-size: 1rem;
}

/* END - PROGRESS BAR */

.offer-strip {
  background: #255ed6;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 0.4rem;
  margin: 0;
  /* position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0; */
}

.nav-link>a {
  color: black;
  font-weight: 500;
  text-decoration: none;
}

.seperator {
  color: black;
}

/* .box_1 {
  line-height: 2.3rem;
  width: 45%;
  height: 35rem;
} */
/* .box_2 { */
/* background-image: url("./assets/homeLogo.png");
  background-repeat: no-repeat; */
/* width: 55%;
  height: 35rem;
} */
.clients {
  background-color: #dedede;
}

.sub-heading {
  font-size: 1.4rem;
  font-weight: 500;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.home-logo-img {
  /* height: 34rem;
  width: 50rem; */
  height: 100%;
  width: 100%;
}

.font-bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.details {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  /* padding-left: 6rem; */
  /* padding-right: 6rem; */
}

/* .client-section {
  background-color: #ececec;
  height: 9rem;
  padding: 3rem 5rem;
} */
.page-heading {
  font-size: 1.2rem;
}

.page-heading-trail {
  font-size: 3rem;
}

.price-sub-heading {
  font-size: 2.5rem;
}

.h-27rem {
  height: 27rem;
}

.ml-6rem {
  margin-left: 6rem;
}

.mx-1rem {
  margin-left: 1rem;
  margin-right: 1rem;
}

.faq-heading {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.heading {
  font-size: 3.5rem;
}

.padding-x-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.text-gray {
  color: gray;
}

.video-container-left-side {
  width: 60%;
  border-radius: 3rem;
}

.video-container-right-side {
  width: 40%;
}

.img-container {
  /* padding: 0.1rem; */
  border-radius: 2rem;
  background-color: #dedede;
}

.youtube-container {
  height: 100%;
  width: 90%;
}

#play_button-div {
  cursor: pointer;
}

.play-button {
  width: 7rem;
  color: #255ed6;
}

/* .video-section {
  
  position: relative;
  border-radius: 2rem;
  background-color: #dedede;
  padding: 3rem 5rem;
}

#youtubeVideo {
  height: 30rem;
} */

.video-control-button {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
}

.img-div {
  gap: 1rem;
  padding: 3rem 5rem;
  background-color: #ececec;
  justify-content: space-between;
}

.key-features {
  padding: 3rem 5rem;
  background-color: #ececec;
}

.key-feature-card {
  border-radius: 1.5rem !important;
  /* transition: background-color 0.5s, color 0.5s, scale 0.5s, box-shadow 0.5s; */
  transition: 0.5s;
}

.key-feature-card:hover {
  transform: scale(1.04);
  background-color: #255ed6;
  color: white;
  box-shadow: 0 0 2rem #4679e7;
}

/* .tryit-now-btn:hover {
  color: #4679e7;
  background-color: white;
}

.price-color:hover {
  color: white;
} */

/* .pp-card {
  position: relative;
} */

.destination-store-pricing-card {
  border-radius: 1.5rem !important;
  transition: 0.5s;
}

/* .destination-store-pricing-card:hover {
  scale: 1.04;
  background-color: #255ed6;
  color: white;
  box-shadow: 0 0 2rem #4679e7;
} */

.video-btn {
  color: white;
  background-color: #255ed6;
  border: none;
  border-radius: 5rem;
  padding: 0.6rem 2rem;
  margin: 0.5rem;
  font-size: 1rem;
}

.video-container-sub-heading {
  font-size: 1.1rem;
}

.video-container-heading {
  font-size: 2.5rem;
}

.features-heading {
  font-size: 2rem;
}

.main-card {
  border-radius: 1.5rem !important;
  padding: 0.9rem;
  width: 20rem;
  /* margin: 2rem; */
  transition: 150ms;
}

.main-card:hover {
  cursor: pointer;
  background-color: #255ed6;
  color: white;
}

/* .key-features-icon-bg-color {
  background-color: #4a6cb8;
} */

.text-center {
  text-align: center;
}

.card-sub-heading {
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* #middle-card {
  background-color: #255ed6;
  color: white;
  border-radius: 1.5rem;
} */
.card-logo {
  /* background-color: #dbdbdb; */
  /* border-radius: 1.5rem; */
  padding: 0.2rem;
  height: 5rem;
}

/* .store-list-img {
  width: 100%;
} */

.img-wrapper {
  height: 9rem;
  width: 9rem;
  background-color: #dbdbdb;
  padding: 1rem;
  border-radius: 50%;
}

/* KEY FEATURES */

/* Left Div */

/* .left-image-col-div {
  background-image: url("./assets/Ellipse98.png");
  z-index: 500;
} */
.align-items-end {
  align-items: end;
}

.img-circle-left {
  /* .image-demo { */
  position: absolute;
  right: 22%;
  top: -16%;
  background-color: #fff;
  border-radius: 50%;
  height: 52rem;
  width: 58rem;
}

.img-circle-right {
  z-index: 0;
  top: 2146px;
  left: 878px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  height: 42rem;
  width: 43rem;
}

.image-demo,
.image-demo-2 {
  padding: 0rem 5rem;
  background-color: #ececec;
  height: 30rem;
}

.img-demo-left-side {
  position: absolute;
  width: 55%;
  left: 16%;
  width: 55%;
}

/* shopline logo */
.shopline-review-social {
  z-index: 1;
  width: 15rem;
}

/* Inventory Group */
.inventory-group,
.inventory-group2 {
  position: relative;
  z-index: 100;
  width: 40vw;
}

.inventory-group {
  right: 118px;
}

/* screen image */
.inventry-card-logo,
.store-list-img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 0.2rem 1.5rem gray;
}

.plan-trial-duration ul {
  list-style: none;
  padding: 0;
  line-height: 1.7;
}

/* sub-screen image */
.inventry-tag-card-logo {
  position: absolute;
  border-radius: 0.5rem;
  height: 8rem;
  width: 19rem;
  right: -5rem;
  bottom: -6rem;
  z-index: -1;
  box-shadow: 0 0.2rem 1.5rem lightslategray;
}

/* ICONS */
.building-logo,
.inventry-cloude-card-logo,
.time-logo,
.bar-graph {
  height: 4rem;
  width: 4rem;
}

/* cloud icon */
.inventory-group .cloud-div {
  position: absolute;
  bottom: -4rem;
  left: -1.3rem;
  background-color: #255ed6;
  border-radius: 50%;
  padding: 1.5rem;
}

.inventory-group .building-div {
  position: absolute;
  top: -4rem;
  right: -4rem;
  background-color: white;
  border-radius: 50%;
  padding: 1.5rem;
  z-index: -1;
}

/* Right Div */
.img-demo-right-side {
  /* width: 45%; */
  width: 100%;
}

.img-demo-heading {
  font-size: 2rem;
  font-weight: bold;
}

.p-2rem {
  padding: 2rem;
}

.inventry-sec {
  z-index: 1;
}

.image-demo-right-lists {
  z-index: 100;
  line-height: 1.7;
  list-style: none;
}

.img-demo-2-left-side {
  width: 55%;
  position: relative;
}

.img-demo-2-left-side ul {
  line-height: 1.7;
}

.img-demo-2-right-side {
  width: 45%;
}

/* .image-demo-2 {
  background-color: #ececec;
} */

.inventory-group2 .time-div {
  position: absolute;
  z-index: 1;
  padding: 1.5rem;
  background-color: #255ed6;
  border-radius: 50%;
  top: -3rem;
  left: -3rem;
}

.store-img {
  position: absolute;
  border-radius: 0.5rem;
  height: 8rem;
  width: 19rem;
  left: -4rem;
  bottom: -3rem;
  box-shadow: 0 0.2rem 1.5rem lightslategray;
}

.bar-div {
  position: absolute;
  z-index: -1;
  padding: 1.5rem;
  background-color: white;
  border-radius: 50%;
  right: -1rem;
  bottom: -5rem;
}

.text-capitalize {
  text-transform: capitalize;
}

.card-icon {
  color: white;
  height: 4rem;
  width: 4rem;
}

.card-arrow-icon {
  color: white;
  height: 3rem;
  width: 3rem;
}

.font-size-2rem {
  font-size: 2rem;
}

.installation-card {
  width: 16rem;
  height: 17rem;
}

.card-sub-heading-download {
  margin: 1rem 2rem;
  font-size: 1.5rem;
}

/* HOW IT WORKS */
.installation-container {
  background-color: #255ed6;
  color: white;
  padding: 3rem 5rem;
}

.faq-container {
  background-color: #ececec;
  padding: 5rem;
}

.install-now-btn {
  font-size: 1.5rem;
  color: white;
  width: 15rem;
  background-color: #255ed6;
  border: none;
  border-radius: 5rem;
  padding: 0.7rem 1.5rem;
}

.tryit-now-btn {
  color: white;
  width: 8rem;
  background-color: #255ed6;
  border: none;
  border-radius: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin: 0.4rem;
}

.tryit-now-btn>a {
  text-decoration: none;
  color: white;
}

.tryit-now-btn>a:hover {
  text-decoration: none;
  color: white;
}

.available-for-you {
  font-size: 3rem;
}

.title-span {
  color: #255ed6;
}

.download-container {
  padding: 3rem 7rem;
  background-color: #ededed;
}

.mms-logo {
  /* height: 6rem; */
  width: 20rem;
  /* width: 100%;
  height: 100%; */
}

.pricing {
  padding: 3rem 5rem;
  background-color: #ededed;
}

.price-color {
  color: #255ed6;
}

.plan-card {
  z-index: 1;
  /* height: 16rem; */
  width: 14rem;
  border-radius: 1rem;
  background-color: #fff;
  border-bottom: 5px solid #255ed6;
  /* padding-top: 2rem; */
  /* padding-bottom: 2rem; */
}

/* .plan-card:hover .price-color { */
/* .plan-card-div :hover .plan-card {
  cursor: pointer;
  background-color: #255ed6;
  color: white;
} */
#plan-3 {
  /* height: 20rem; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.popular-plan {
  /* border-radius: 1.5rem; */
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  /* padding-top: 0.6rem; */
  height: 2.7rem;
  width: 14rem;
  color: white;
  background-color: #255ed6;
  /* margin-top: 1.7rem; */
}

.mt-4rem {
  margin-top: 4rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

#plan-tryit-now {
  /* margin-top: 5rem !important; */
  border-bottom: transparent;
}

.free-plan-sub-heading {
  font-size: 1.5rem;
}

.accordion-container {
  width: 60%;
}

.person-log {
  width: 40%;
}

.question-logo {
  /* height: 23rem;
  width: 32rem; */
  max-width: 37rem;
  height: 26rem;
  width: 100%;
}

.trail-container {
  /* margin-top: 9rem; */
  padding: 3rem 9rem;
}

.claim-detail {
  font-weight: 400;
  /* width: 70%; */
}

.claimed-details {
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  color: #255ed6;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}

.claimed-details img {
  width: 100%;
  height: 100%;
}

.claimed-details .counter {
  top: 50%;
  left: 27%;
  position: absolute;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-sub-div {
  width: 50rem;
}

.contact_us {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.contact_us_text {
  color: white;
}

.contact_us a {
  margin-left: 3px;
  text-decoration: none;
  color: white;
}

/* .counter {
  padding: 2rem;
  border: 5px solid #255ed6;
  border-radius: 50%;
  color: #255ed6;
  font-size: 3rem;
  font-weight: bold;
} */
.carousel-img {
  height: 13rem;
  width: 13rem;
  border: 0.3rem solid #255ed6;
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
  {
  filter: invert(100%);
}

.star {
  color: #255ed6;
}

.testmonial {
  /* margin-top: 3rem;
  margin-left: 21rem; */
  padding: 3rem 5rem;
}

.logo-container {
  width: 50%;
}

.details-sec {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
  width: 50%;
}

.ecommerce-logo {
  width: 100%;
}

.download-btn {
  font-size: 1.2rem;
  height: 3rem;
  width: 15rem;
  border-radius: 1.5rem;
  color: white;
  background-color: #255ed6;
  border: none;
}

.download-btn span {
  margin-right: 0.5rem;
}

.social-logo {
  height: 5rem;
  width: 5rem;
}

.twitter-logo {
  height: 5rem;
  width: 6rem !important;
}

.footer-div {
  justify-content: space-around;
  /* background-color: #00308f; */
  /* margin-top: 2rem; */
  padding: 3rem 5rem;
}

.footer-div div p {
  text-align: center;
}

.footer {
  padding: 2rem 5rem;
  background-color: #040e1f;
  /* margin-top: 2rem; */
}

.copy-rights {
  padding: 1rem 12rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #040e1f;
}

.copyright {
  color: white;
}

/* .brand-footer-logo {
  height: 6rem;
  margin-right: 1rem;
} */

.footer-logo {
  height: 6rem;
  width: 20rem;
}

.trending-plan>p {
  padding-top: 1rem;
  margin-top: -17px;
  height: 3rem;
}

.accordion-button {
  padding: 1.6rem 1.25rem !important;
}

.text-div {
  text-align: end;
}

/* .trending-plan-card {
  padding: 0.8rem;

  color: white;
  height: 15rem;
  width: 15rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
} */
/* .counter {
  padding: 4rem;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: 8px solid #255ed6;
} */
.b {
  border: 2px solid red;
}

/* media query start here */
.navbar {
  padding: 0 5rem;
}

/* .client-logo {
  justify-content: space-around;
  width: 50%;
} */

.empty_div {
  height: 15px;
  background-color: #ececec;
}

.free_plan {
  padding: 1.5rem 5rem;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.free_plan_banner_container {
  display: flex;
}

.free_plan_banner {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.free_plan_btn {
  margin-left: 20px;
  background-color: #255ed6;
  border: none;
  border-radius: 5rem;
  /* padding: 2px 15px; */
  padding: 0.5rem 1.5rem;
  color: white;
  transition: 0.5s;
}

.policy-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.benefit-title {
  font-size: 1.8rem;
}

.benefit-sub-title {
  font-size: 1.2rem;
}

.benifits-mss-image {
  width: 35rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar-toggler {
    padding: 0.20rem !important;
  }

  /* benefits of mss  */
  .benifits-mss-image {
    width: 20rem;
  }

  .policy-pipe {
    display: none;
  }

  .general-section-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .policy-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .policy-pipe {
    display: none;
  }

  .free_plan {
    padding: 1.5rem 2rem;
  }

  .free_plan_banner_container {
    display: flex;
    flex-direction: column;
  }

  .free_plan_btn {
    margin-left: 0px;
  }

  /* NAVBAR */
  .navbar {
    padding: 1rem;
    /* flex-wrap: nowrap !important; */
  }

  .brand_img {
    height: 100%;
    width: 11rem;
    /* width: 100%; */
  }

  .navbar-contents {
    display: contents;
  }

  /* .sub-navbar-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  } */

  /* MULTISTORESYNC SECTION */
  .main-parent {
    padding: 2rem;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .box_1 h1 {
    font-weight: 700;
  }

  /* CLIENT SECTION */
  .common-sections {
    background-color: #ececec;
  }

  .client-section {
    /* padding: 3rem; */
    height: 10rem;
    flex-direction: column;
    justify-content: center;
  }

  .client-logo {
    gap: 1rem;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  /* VIDEO SECTION */
  /* .img-div {
    gap: 20px;
    padding: 3rem 5rem;
    height: 30rem;
    background-color: #ececec;
    justify-content: space-between;
  } */
  .img-div {
    padding: 2rem;
    /* height: 10rem; */
    width: 100%;
    flex-direction: column;
  }

  .video-container-left-side,
  .video-container-right-side {
    justify-content: center;
    width: 100%;
  }

  .video-container-right-side {
    justify-content: center;
  }

  .video-container-right-side div {
    text-align: center;
  }

  .shopping-card {
    display: none;
  }

  .video-container-heading {
    font-size: 2rem;
  }

  .video-section {
    position: relative;
    border-radius: 1rem;
    background-color: #dedede;
    padding: 1rem;
    margin: 2rem;
  }

  #youtubeVideo {
    height: 15rem;
  }

  /* .shopping-card {
    height: 16rem;
    width: 16rem;
  }
  .video-container-heading {
    font-size: 1.5rem;
  }
  .video-container-sub-heading {
    font-size: 0.6rem;
  }
  .video-btn {
    padding: 0.3rem 1rem;
    margin: 0.5rem;
    font-size: 0.7rem;
  } */

  /* KEY FEATURES */
  .key-features {
    padding: 1rem;
  }

  .key-features-card {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .main-card {
    box-shadow: none;
    height: 100%;
    width: 100%;
    max-width: 24rem;
    border: none;
    z-index: 1;
    border-radius: 1rem;
    background-color: #fff;
  }

  .img-wrapper {
    height: 8rem;
    width: 8rem;
  }

  .img-wrapper .card-logo {
    height: 5rem;
  }

  .key-feature-head {
    font-size: 1.3rem;
    margin: 1rem 0;
  }

  /* HOW IT WORKS */
  .installation-container {
    padding: 1rem;
  }

  .installation-heading {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .steps-container {
    flex-direction: column;
    gap: 2rem;
  }

  .forword-icon {
    transform: rotate(90deg);
  }

  .installation-card {
    width: 17rem;
    height: 100%;
  }

  .card-icon {
    height: 5rem;
    width: 5rem;
  }

  .card-sub-heading-download {
    font-size: 2rem;
  }

  .card-arrow-icon {
    height: 2rem;
    width: 2rem;
  }

  /* FAQ */
  .faq-container {
    padding: 2rem;
  }

  .faq-heading {
    margin-bottom: 2rem;
  }

  .faq-qa-section {
    flex-direction: column;
    gap: 2rem;
  }

  .person-log,
  .accordion-container {
    width: 100%;
  }

  .question-logo {
    /* height: 22rem; */
    height: 20rem;
  }

  /* FREE LIFETIME DIV */
  .trail-container {
    padding: 2rem;
    flex-direction: column;
  }

  .claimed-details {
    width: 10rem;
    height: 10rem;
  }

  .claimed-details .counter {
    font-size: 4rem;
  }

  .trail-detail-section {
    order: 1;
    text-align: center;
    align-items: center;
  }

  .claim-detail br {
    display: none;
  }

  .page-heading-trail {
    font-size: 2rem;
  }

  .install-now-btn {
    margin-top: 0.5rem;
    font-size: 1rem;
    width: 15rem;
    padding: 0.5rem 1rem;
  }

  /* PRICING */
  .pricing {
    padding: 0rem;
  }

  .price-heading {
    margin-bottom: 2rem;
  }

  .plan-card-div {
    /* display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1.5rem; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .key-feature-card {
    max-width: 22rem;
    padding: 1.5rem 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .plan-trial-duration {
    font-weight: 600;
    padding: 0.5rem;
  }

  /* .pp-text{
    
  } */
  .popular-plan-div {
    max-width: 22rem;
    width: 100%;
    height: 100%;
  }

  .popular-plan-sub-div {
    /* margin-top: -1rem; */
    position: absolute;
    right: 262px;
    bottom: 10px;
  }

  /* .popular-plan-div .pp-text { */
  .pp-text {
    text-align: center;
    background-color: #255ed6;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-weight: 500;
    font-size: 1rem;
    color: white;
    width: 100%;
    padding-top: 1rem;
    height: 3rem;
  }

  .free-plan-sub-heading {
    font-size: 1.5rem;
  }

  .price-sub-heading {
    font-size: 1.6rem;
  }

  /* TESTIMONIAL */
  .testmonial {
    padding: 2rem 0;
  }

  .slide-sub-div {
    padding: 0 4rem;
    flex-direction: column;
  }

  .carousel-img {
    height: 8rem;
    width: 8rem;
    border: 0.3rem solid #255ed6;
  }

  .slide-sub-div div h3 {
    font-size: 1.7rem;
    font-weight: bold;
  }

  .testmonial-star-icons {
    font-size: 1.4rem;
    margin: 0.6rem 0;
  }

  .slide-sub-div {
    text-align: justify;
  }

  .slider-image-div,
  .slider-content-div {
    position: relative;
  }

  .slider-image-div img:last-child {
    position: absolute;
    top: -2.2rem;
    left: -1.5rem;
    width: 5rem;
  }

  .bottom_side_d-quotes {
    position: absolute;
    right: -3rem;
    bottom: -3rem;
    width: 5rem;
  }

  /* AVAILABLE FOR YOU */
  .download-container {
    padding: 2rem;
    background-color: #ededed;
    flex-direction: column;
  }

  .logo-container {
    width: 100%;
  }

  .details-sec {
    margin-top: 1rem;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .mms-logo {
    width: 15rem;
  }

  .download-btn {
    font-size: 1rem;
    height: 2.3rem;
    width: 11rem;
    border-radius: 1.3rem;
    color: white;
    background-color: #255ed6;
    border: none;
  }

  .download-btn span {
    margin-right: 0.2rem;
  }

  .download-btn img {
    width: 1.5rem;
  }

  .available-for-you {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .details-sec p br {
    display: none;
  }

  /* FOOTER SOCIAL ICONS */
  .footer-div {
    display: flex;
    padding: 2rem;
  }

  .social-logo {
    height: 2rem;
    width: 2rem;
  }

  .footer-div div p {
    margin: 0;
  }

  /* FOOTER BRAND LOGOS */
  .footer {
    padding: 1rem 2rem;
  }

  .sub-footer-div {
    flex-direction: column;
    align-items: center;
  }

  .brand-footer-logo {
    width: 18rem;
  }

  .footer-logo {
    width: 12rem;
  }

  .shopline-details-logo {
    width: 13rem;
  }

  /* COPY RIGHTS */
  .copy-rights {
    justify-content: center;
    padding: 0;
    text-align: center;
  }

  .copyright {
    margin: 1rem;
  }

  #video {
    height: auto;
  }

  .contact_us_text,
  .email-text,
  .copyright {
    font-size: 0.8rem;
  }
}

.common-sections {
  padding-top: 0.5rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  /* NAVBAR */
  .navbar {
    padding: 2rem;
    /* flex-wrap: nowrap !important; */
  }

  .brand_img {
    /* height: 5rem; */
    width: 100%;
  }

  .navbar-contents {
    display: contents;
  }

  /* MULTISTORESYNC SECTION */
  .main-parent {
    padding: 2rem;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .box_1 h1 {
    font-weight: 700;
  }

  /* CLIENT SECTION */
  .common-sections {
    background-color: #ececec;
  }

  .client-section {
    padding: 3rem;
    height: 15rem;
    flex-direction: column;
    justify-content: center;
  }

  .client-logo {
    gap: 1rem;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .img-div {
    padding: 2rem;
    width: 100%;
    flex-direction: column;
  }

  .video-section {
    position: relative;
    border-radius: 2rem;
    background-color: #dedede;
    padding: 2rem;
    margin: 2rem;
  }

  #youtubeVideo {
    height: 20rem;
  }

  .video-container-left-side,
  .video-container-right-side {
    justify-content: center;
    width: 100%;
  }

  .video-container-right-side {
    justify-content: center;
  }

  .video-container-right-side div {
    text-align: center;
  }

  .shopping-card {
    display: none;
  }

  /* KEY FEATURES */
  .key-features {
    padding: 2rem;
  }

  .key-features-card {
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .main-card {
    box-shadow: none;
    height: 100%;
    width: 24rem;
    border: none;
    z-index: 1;
    border-radius: 1rem;
    background-color: #fff;
  }

  .img-wrapper {
    height: 8rem;
    width: 8rem;
  }

  .img-wrapper .card-logo {
    height: 5rem;
  }

  .key-feature-head {
    font-size: 1.3rem;
    margin: 1rem 0;
  }

  /* HOW IT WORKS */
  .installation-container {
    padding: 2rem;
  }

  .installation-heading {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .steps-container {
    flex-direction: column;
    gap: 2rem;
  }

  .forword-icon {
    transform: rotate(90deg);
  }

  .installation-card {
    width: 20rem;
    height: 100%;
  }

  .card-icon {
    height: 5rem;
    width: 5rem;
  }

  .card-sub-heading-download {
    font-size: 2rem;
  }

  .card-arrow-icon {
    height: 2rem;
    width: 2rem;
  }

  /* FAQ */
  .faq-container {
    padding: 3rem;
  }

  .faq-heading {
    margin-bottom: 2rem;
  }

  .faq-qa-section {
    flex-direction: column;
    gap: 2rem;
  }

  .person-log,
  .accordion-container {
    width: 100%;
  }

  .question-logo {
    height: 22rem;
  }

  /* FREE LIFETIME DIV */
  .trail-container {
    padding: 2rem;
    flex-direction: column;
  }

  .claimed-details {
    width: 10rem;
    height: 10rem;
  }

  .claimed-details .counter {
    font-size: 4rem;
  }

  .trail-detail-section {
    order: 1;
    text-align: center;
    align-items: center;
  }

  .claim-detail br {
    display: none;
  }

  .page-heading-trail {
    font-size: 2rem;
  }

  .install-now-btn {
    margin-top: 0.5rem;
    font-size: 1rem;
    width: 15rem;
    padding: 0.5rem 1rem;
  }

  /* PRICING */
  .pricing {
    padding: 2rem;
  }

  .price-heading {
    margin-bottom: 2rem;
  }

  .plan-card-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .plan-card {
    padding: 1rem 0;
    max-width: 19rem;
    width: 100%;
    height: 100%;
    /* height: 19rem; */
    position: relative;
  }

  .plan-trial-duration {
    font-weight: 600;
    padding: 0.5rem;
  }

  .popular-plan-div {
    max-width: 19rem;
    width: 100%;
    height: 100%;
    /* height: 22rem; */
  }

  /* .popular-plan-div .plan-card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  } */
  .pp-card {
    position: relative;
  }

  .popular-plan-sub-div {
    margin-top: -1rem;
    /* position: absolute;
    right: 262px; */
  }

  .popular-plan-sub-div-new {
    /* margin-top: -1rem; */
    position: absolute;
    right: 0px;
    bottom: -63px;
    width: 26rem;
    z-index: 1;
  }

  .popular-plan-sub-div-new .pp-text {
    text-align: center;
    background-color: #255ed6;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-weight: 500;
    font-size: 1rem;
    color: white;
    width: 100%;
    padding-top: 1rem;
    height: 4rem;
  }

  .popular-plan-div .pp-text {
    text-align: center;
    background-color: #255ed6;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-weight: 500;
    font-size: 1rem;
    color: white;
    width: 100%;
    padding-top: 1rem;
    height: 3rem;
  }

  .free-plan-sub-heading {
    font-size: 1.6rem;
  }

  .price-sub-heading {
    font-size: 1.5rem;
  }

  /* TESTIMONIAL */
  .testmonial {
    padding: 2rem 0;
  }

  .slide-sub-div {
    padding: 0 5rem;
    flex-direction: column;
  }

  .carousel-img {
    height: 10rem;
    width: 10rem;
    border: 0.3rem solid #255ed6;
  }

  .slide-sub-div {
    text-align: justify;
  }

  .slide-sub-div div h3 {
    font-size: 2rem;
    font-weight: bold;
  }

  .testmonial-star-icons {
    font-size: 1.6rem;
    margin: 0.8rem 0;
  }

  .slider-image-div,
  .slider-content-div {
    position: relative;
  }

  .slider-image-div img:last-child {
    position: absolute;
    top: -2.2rem;
    left: -1.5rem;
    width: 5rem;
  }

  .bottom_side_d-quotes {
    position: absolute;
    right: -3rem;
    bottom: -3rem;
    width: 5rem;
  }

  /* AVAILABLE FOR YOU */
  .download-container {
    padding: 1rem 2rem;
    background-color: #ededed;
    flex-direction: column;
  }

  .logo-container {
    width: 100%;
  }

  .details-sec {
    margin-top: 1rem;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .details-sec div {
    margin-top: 0.5rem;
  }

  .mms-logo {
    width: 15rem;
  }

  .download-btn {
    font-size: 1rem;
    height: 2.3rem;
    width: 12rem;
    border-radius: 1.3rem;
    color: white;
    background-color: #255ed6;
    border: none;
  }

  .download-btn span {
    margin-right: 0.2rem;
  }

  .download-btn img {
    width: 1.5rem;
  }

  .available-for-you {
    font-size: 1.5rem;
    margin: 0.5rem 0;
  }

  /* FOOTER SOCIAL ICONS */
  .footer-div {
    display: flex;
    padding: 2rem;
  }

  .social-logo {
    height: 3rem;
    width: 3rem;
  }

  .footer-div div p {
    margin: 0;
  }

  /* FOOTER BRAND LOGOS */
  .footer {
    padding: 1rem 2rem;
  }

  .sub-footer-div {
    flex-direction: column;
    align-items: center;
  }

  .brand-footer-logo {
    width: 19rem;
  }

  .footer-logo {
    width: 15rem;
  }

  .shopline-details-logo {
    width: 10rem;
  }

  /* COPY RIGHTS */
  .copy-rights {
    justify-content: center;
    padding: 0;
    text-align: center;
  }

  .copyright {
    margin: 1rem;
  }
}

@media only screen and (min-width: 768px) {

  /* NAVBAR */
  .navbar {
    padding: 2rem;
    /* flex-wrap: nowrap !important; */
  }

  .brand_img {
    /* height: 5rem; */
    width: 100%;
  }

  .navbar-contents {
    display: contents;
  }

  /* MULTISTORESYNC SECTION */
  .main-parent {
    padding: 1rem 3rem;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    /* margin-top: -2rem; */
  }

  .box_1 {
    width: 45%;
  }

  .box_1 h1 {
    font-weight: 700;
    margin: 0;
  }

  .box_1 .sub-heading {
    margin-bottom: 1.5rem;
  }

  .box_2 {
    width: 55%;
  }

  /* CLIENT SECTION */
  .client-section {
    padding: 3rem;
    height: 10rem;
  }

  .client-logo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-brand-logo {
    width: 8rem;
    height: auto;
  }

  .img-div {
    padding: 3rem;
    height: 19rem;
    width: 100%;
    flex-direction: row;
    gap: 1rem;
  }

  .video-section {
    position: relative;
    border-radius: 2rem;
    background-color: #dedede;
    padding: 2rem;
  }

  #youtubeVideo {
    height: 23rem;
  }

  .video-container-left-side {
    width: 55%;
  }

  .video-container-heading {
    font-size: 2rem;
  }

  .video-container-right-side {
    justify-content: center;
    width: 45%;
  }

  .video-container-right-side div {
    text-align: end;
  }

  .video-container-sub-heading {
    text-align: justify;
    margin: 1rem 0;
  }

  .shopping-card {
    display: none;
  }

  .video-btn {
    margin: 0;
  }

  /* KEY FEATURES */
  .key-features {
    padding: 3rem;
  }

  .features-heading {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }

  .key-features-card {
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .main-card {
    box-shadow: none;
    /* width: 20rem; */
    border: none;
    border-radius: 1rem;
    background-color: #fff;
  }

  .img-wrapper {
    height: 8rem;
    width: 8rem;
  }

  .img-wrapper .card-logo {
    height: 5rem;
  }

  .key-feature-head {
    font-size: 1.3rem;
    margin: 1rem 0;
  }

  /* HOW IT WORKS */
  .installation-container {
    padding: 4rem 3rem;
  }

  .installation-heading {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }

  .steps-container {
    flex-direction: row;
    /* justify-content: space-around; */
    gap: 1rem;
  }

  .forword-icon {
    transform: rotate(90deg);
  }

  .installation-card {
    width: 20rem;
    height: 100%;
  }

  .card-icon {
    height: 3rem;
    width: 3rem;
  }

  .card-sub-heading-download {
    font-size: 2rem;
  }

  .card-arrow-icon {
    height: 2rem;
    width: 2rem;
  }

  /* FAQ */
  .faq-container {
    padding: 3rem;
  }

  .faq-heading {
    margin-bottom: 2rem;
  }

  .faq-qa-section {
    flex-direction: row;
    gap: 2rem;
  }

  .person-log,
  .accordion-container {
    width: 100%;
  }

  .question-logo {
    height: 22rem;
  }

  /* FREE LIFETIME DIV */
  .trail-container {
    padding: 3rem;
    flex-direction: row;
    column-gap: 3rem;
  }

  .claimed-details {
    width: 15rem;
    height: 15rem;
  }

  .claimed-details .counter {
    font-size: 5rem;
    left: 30%;
  }

  .trail-detail-section {
    order: 0;
    text-align: left;
    align-items: first baseline;
  }

  .claim-detail br {
    display: block;
  }

  .page-heading-trail {
    font-size: 3rem;
  }

  .install-now-btn {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    width: 17rem;
    padding: 1rem;
  }

  .trail-image-section {
    text-align: center;
  }

  /* PRICING */
  .pricing {
    padding: 4rem 3rem;
  }

  .price-heading {
    margin-bottom: 2rem;
  }

  .plan-card-div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .plan-card {
    /* max-width: 13.5rem; */
    max-width: 20rem;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .plan-trial-duration {
    font-weight: 600;
    margin: 0;
  }

  .popular-plan-div {
    max-width: 20rem;
    /* width: 100%; */
    height: 100%;
    /* height: 21rem; */
  }

  /* TESTIMONIAL */
  .testmonial {
    padding: 3rem 0;
  }

  .slide-sub-div {
    padding: 0 6.5rem;
    flex-direction: row;
    column-gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
  }

  .carousel-img {
    height: 12rem;
    width: 12rem;
    border: 0.3rem solid #255ed6;
  }

  .slide-sub-div {
    text-align: justify;
  }

  .slider-image-div img:last-child {
    top: -2.2rem;
    left: -1rem;
  }

  /* AVAILABLE FOR YOU */
  .download-container {
    padding: 3rem 5rem;
    background-color: #ededed;
    flex-direction: row;
    column-gap: 1.5rem;
  }

  .logo-container {
    width: 100%;
  }

  .details-sec {
    width: 100%;
    align-items: flex-end;
    text-align: end;
  }

  .mms-logo {
    width: 18rem;
  }

  .download-btn {
    font-size: 1rem;
    height: 2.7rem;
    width: 12rem;
    border-radius: 1.3rem;
    color: white;
    background-color: #255ed6;
    border: none;
  }

  .download-btn span {
    margin-right: 0.2rem;
  }

  .download-btn img {
    width: 1.5rem;
  }

  .available-for-you {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }

  .details-sec p br {
    display: none;
  }

  /* FOOTER SOCIAL ICONS */
  .footer-div {
    display: flex;
    padding: 3rem 5rem;
  }

  .social-logo {
    height: 4rem;
    width: 4rem;
  }

  /* FOOTER BRAND LOGOS */
  .footer {
    padding: 2rem 2rem 0.5rem 2rem;
  }

  .sub-footer-div {
    flex-direction: row;
  }

  .footer-multi-store-logo {
    width: 19rem;
  }

  .brand-footer-logo {
    /* width: 4rem; */
    width: 100%;
  }

  .footer-logo {
    width: 14rem;
  }
}

@media only screen and (min-width: 992px) {
  .navbar-light .navbar-toggler {
    border: 1px solid #00308f !important;
    color: #00308f !important;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem !important;
  }

  .padding-x-5 {
    /* padding: 0rem !important;  */
    padding: 0 2rem;
  }

  .forword-icon {
    transform: rotate(0deg);
  }

  /* .brand_img {
    height: 5rem;
    width: 12rem;
  } */
  .heading {
    font-size: 2.5rem;
  }

  .video-container-heading {
    font-size: 2.5rem;
  }

  .video-section {
    position: relative;
    border-radius: 2rem;
    background-color: #dedede;
    padding: 3rem 5rem;
  }

  #youtubeVideo {
    height: 25rem;
  }

  /* FAQ */
  .faq-container {
    padding: 3rem;
  }

  .faq-heading {
    margin-bottom: 2rem;
  }

  .faq-qa-section {
    flex-direction: row;
    gap: 2rem;
  }

  .person-log,
  .accordion-container {
    width: 100%;
  }

  .question-logo {
    height: 27rem;
  }

  /* TESTIMONIAL */
  .testmonial {
    padding: 3rem 0;
  }

  .slide-sub-div {
    padding: 0 8rem;
    flex-direction: row;
    column-gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
  }

  .carousel-img {
    height: 15rem;
    width: 15rem;
    border: 0.3rem solid #255ed6;
  }

  .testmonial-star-icons {
    font-size: 1.8rem;
    margin: 1rem 0;
  }

  .slide-sub-div {
    text-align: justify;
  }

  .slide-sub-div div h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }

  .slider-image-div img:last-child {
    position: absolute;
    top: -2.2rem;
    left: 1rem;
    width: 5rem;
  }

  /* AVAILABLE FOR YOU */
  .download-btn span {
    margin-right: 0.3rem;
  }

  .download-btn img {
    width: 2rem;
  }

  .download-btn {
    font-size: 1.3rem;
    height: 3rem;
    width: 15rem;
    border-radius: 1.5rem;
    color: white;
    background-color: #255ed6;
    border: none;
  }

  .available-for-you {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }

  .mms-logo {
    width: 25rem;
  }

  .details-sec p br {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {

  /* TESTIMONIAL */
  .testmonial {
    padding: 4rem 0;
  }

  .video-section {
    position: relative;
    border-radius: 2rem;
    background-color: #dedede;
    padding: 3rem 5rem;
  }

  #youtubeVideo {
    height: 30rem;
  }

  .slide-sub-div {
    padding: 0 10rem;
    flex-direction: row;
    column-gap: 2rem;
    justify-content: space-between;
    width: 100%;
  }

  .carousel-img {
    height: 15rem;
    width: 15rem;
    border: 0.3rem solid #255ed6;
  }

  .testmonial-star-icons {
    font-size: 1.8rem;
    margin: 1rem 0;
  }

  .slide-sub-div {
    text-align: justify;
  }

  .client-logo {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .common-sections {
    padding: 1rem;
  }
}

.email-icons {
  height: 1rem;
  width: 1rem;
}