@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body,
ul,
li {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.outer_wrapper {
  width: 90%;
  margin: 0px auto;
}
.menu_item {
  display: flex;
  width: 100%;
  margin: 0px auto;
}
.menu_list ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.menu_list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.menu_list ul li {
  text-transform: uppercase;
}
.menu_list ul li a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding: 16px 19px;
  /* border-radius: 10px; */
  margin-left: 1rem;
}
/* .menu_list ul li a:hover{
  background-color: rgb(238, 238, 238);
  border-bottom: 1px solid black;
} */
.menu_list ul .lopai a:hover {
  background-color: #5e21a1;
}

/* .menu_list ul li a:hover {
  background-color: rgb(244, 242, 242);
  border-bottom: 1px solid black ;
} */

.logo {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
}
.logo a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.logo sup {
  font-weight: normal;
  font-size: 2rem;
}

.menu_list ul li span {
  border-radius: 10px;
  padding: 0.8rem 2rem;
  text-transform: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #fff;
  background: #5e21a1;
}
.menu_list ul li span:hover {
  background-color: #9168be;
  color: #fff;
}
.hero_image_slide {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 1em;
  /* margin: 1rem 0rem 0rem 0rem; */
}
.welcome_content {
  width: calc(100% - 320px);
  position: relative;
  padding: 0rem 30rem 0rem 0rem;
  box-sizing: border-box;
}
.welcome_image {
  background: url(../img/Home_screen.png) no-repeat center center;
  width: 260px;
  background-size: contain;
  height: 560px;
}

@-webkit-keyframes Product-card-effect {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes Product-card-effect {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.Product-card-effect {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.Product-card-effect:hover,
.Product-card-effect:focus,
.Product-card-effect:active {
  -webkit-animation-name: Product-card-effect;
  animation-name: Product-card-effect;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes Product-card-effect2 {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes Product-card-effect2 {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.Product-card-effect2 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.Product-card-effect2:hover,
.Product-card-effect2:focus,
.Product-card-effect2:active {
  -webkit-animation-name: Product-card-effect2;
  animation-name: Product-card-effect2;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes Product-card-effect3 {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes Product-card-effect3 {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.Product-card-effect3 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.Product-card-effect3:hover,
.Product-card-effect3:focus,
.Product-card-effect3:active {
  -webkit-animation-name: Product-card-effect3;
  animation-name: Product-card-effect3;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.btn {
  background: #000;
  padding: 4px 5px;
  border-radius: 15px;
  margin-right: 1rem;
}
.btn:hover {
  opacity: 0.8;
}
.app_store {
  position: absolute;
  bottom: 1rem;
  left: 0px;
  /* top: 490px; */
}
h1 {
  color: #000;
  font-size: 3rem;
  /* line-height: 5rem; */
  margin-bottom: 2rem;
  margin-top: 2rem;
}
h3 {
  font-weight: normal;
  font-size: 1rem;
  /* padding-right: 11rem; */
  color: #000;
}
.container_heading {
  font-size: 2rem;
  text-align: center;
  padding: 1em 0em 0em 0em;
  font-weight: 500;
}
.product_catagoery {
  margin-top: 30px !important;
  display: flex;
  margin: 0px auto;
  justify-content: space-around;
  align-items: flex-start;
}
.product_list {
  margin: 0px auto;
  text-align: center;
  width: 33.33%;
  height: 420px;
  margin-right: 15px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.product_list_item {
}
.product_list h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 0px 1rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.product_list p {
  font-size: 14px;
  line-height: normal;
  /* padding-bottom: 40px; */
  padding-left: 0.3em;
  padding-right: 0.3em;
}
#wowslider-container1 {
  padding-top: 2rem;
}
.format_links {
  display: flex;
  padding: 4rem 0rem;
  align-items: center;
  position: relative;
  z-index: 999999;
}
.format_links_01 {
  width: 60%;
}
.format_links_01 h1 {
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
}
.format_links_01 p {
  font-size: 1rem;
}
.format_links_02 {
  width: 40%;
  text-align: right;
}
.format_links_02 a {
  background: #5e21a1;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  margin-left: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.75);
  border: 1px solid #5e21a1;
}
.format_links_02 a:hover {
  color: #5e21a1;
  background: #fff;
  border: 1px solid #5e21a1;
}
.product_list_item {
  text-align: center;
  width: 45%;
  border-radius: 20px;
  margin-left: 30px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
}

.product_list_item p {
  /* width: 66%; */
  /* padding-left: 10px;
  padding-right: 10px; */
  margin: 0px auto;
  text-align: center;
  padding-bottom: 25px;
}
.welcome_content_2 {
  /* width: calc(100% - 600px);
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-left: 15px; */
  width: 70%;
}
.businessEntityContent {
  width: 70%;
  display: flex;
  justify-content: center;
}

.businessEntityContent > .productList {
  text-align: center;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  margin-left: 30px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
}
.welcome_image_02 {
  background: url(../img/Home.png) no-repeat center right;
  width: 30%;
  background-size: contain;
  height: 650px;
}
.contentParent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .productListContent {
    width: 100%;
  }
  .pricing-points {
    display: none;
  }
  .productBanner {
    background: url(../img/Home.png) no-repeat center;
    width: 100%;
    background-size: contain;
    height: 650px;
  }
  .productItemText {
    padding-top: 1px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .pricing-points {
    display: none;
  }
  .productListContent {
    width: 100%;
  }
  .productBanner {
    background: url(../img/Home.png) no-repeat center;
    width: 100%;
    background-size: contain;
    height: 650px;
  }
  .productItemText {
    padding-top: 1px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .productListContent {
    width: 70%;
  }
  .productBanner {
    background: url(../img/Home.png) no-repeat center;
    width: 30%;
    background-size: contain;
    height: 650px;
  }
  .productItemText {
    padding-top: 2px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .productListContent {
    width: 70%;
  }
  .productBanner {
    background: url(../img/Home.png) no-repeat center;
    width: 30%;
    background-size: contain;
    height: 650px;
  }
  .productItemText {
    padding-top: 22px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .pricing-points-mobile {
    display: none;
  }

  .pricing-points {
    display: initial;
  }

  .productListContent {
    width: 70%;
  }
  .productBanner {
    background: url(../img/Home.png) no-repeat center;
    width: 30%;
    background-size: contain;
    height: 650px;
  }
  .productItemText {
    padding-top: 22px;
  }
}

.flex-container {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 40px;
  padding-right: 10%;
}

.flex-container > div {
  width: 300px;
  height: 200px;
  border-radius: 20px;
  margin-left: 30px;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f175;
  margin: 10px;
  text-align: center;
  font-size: 16px;
  padding: 0px 5px 0px 5px;
}
.footer_carsoul {
  background: url(../img/1.jpg) no-repeat bottom center;
  width: 100%;
  height: 500px;
  background-size: cover;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
.mi_po {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50%;
}
.footer_carsoul p {
  background: #ffffffd1;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #000;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.outer_wrapper_02 {
  width: 90%;
  margin: 0px auto;
  padding: 0rem 0rem 2rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.f_01 {
  width: 60%;
}
.f_02 {
  width: 25%;
}
.f_02 a {
  text-decoration: none;
  color: #000;
}
.f_02 a:hover {
  text-decoration: underline;
  color: #9423b1;
}
.f_03 {
  width: 15%;
  text-align: left;
}
.f_logo {
  font-size: 3rem;
  font-weight: bold;
}
.f_note {
  padding-top: 1rem;
}
.an_po {
}
.an_po a {
  margin: 0px 1rem 0px 0px;
}
.btn_group a {
  background: #5e21a1;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  margin-left: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 10px 5px -11px rgba(0, 0, 0, 0.75);
  border: 1px solid #5e21a1;
}
.btn_group a:hover {
  color: #5e21a1;
  background: #fff;
  border: 1px solid #5e21a1;
}
.btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2%;
  bottom: 3%;
}
.btn_group img {
  width: 70%;
  background: #000;
  padding: 0.5rem;
  border-radius: 13px;
  cursor: pointer;
}
.head_po {
  position: absolute;
  height: 767px;
  top: 0px;
  left: 0px;
  /* z-index: -2; */
  /* background: #FFF; */
  width: 100%;
  background-size: cover;
}
.popup_02 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 50%;
  left: 50%;
  background: #000000b8;
  transform: translate(-50%, -50%);
}
.popup_03 {
  width: 40%;
  background: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  padding: 2rem 3rem 3rem 3rem;
  border-radius: 1rem;
}
.popup_03 h1 {
  font-size: 2rem;
  color: #000;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.popup_03 input,
select {
  width: 274px;
  margin: 0px auto;
  padding: 0.9rem;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.lo_op {
  width: 90% !important;
}
.sbut {
  background: #fff;
  color: #5e21a1;
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #5e21a1 !important;
  cursor: pointer;
}
.sbut:hover {
  background: #5e21a1;
  color: #fff;

  border: 1px solid #5e21a1 !important;
}
.out_01 {
  width: 90%;
  background: #fff;
  margin: 0px auto;
  padding-top: 1rem;
}
.l_0 {
  background: #5e21a1;
  color: #fff !important;
  font-weight: bold;
  /* margin-bottom: 1rem; */
  /* border: 1px solid #000; */
  font-size: 1rem;
}

.headings {
  background: url(../img/12.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 150px;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3rem 0rem 2rem 0rem;
  box-sizing: border-box;
}
.iner_cont {
  margin-top: 5% !important;
  margin-bottom: 10% !important;
  width: 90%;
  margin: 0px auto;
  padding: 2rem;
  font-size: 1rem;
}
.lop_01 {
  position: absolute;
  z-index: 999;
  font-size: 2rem;
  color: #fff;
  padding: 1rem 2rem;
  background: #ffffffd6;
  color: #000;
  margin-top: 4rem;
  border-radius: 0px 5px 5px 0px;
  top: 0rem;
  left: 0rem;
}
.have_yu {
  display: flex;
}
.ab_01 {
  background: #eeebeb;
  color: #000;
  padding: 1rem;
  cursor: pointer;
  border-radius: 5px 5px 0px 0px;
  margin-right: 1rem;
}
.ab_01:hover {
  background: #5e21a1;
  color: #fff;
  padding: 1rem;
}
.ab_01.active {
  background: #5e21a1;
  color: #fff;
  padding: 1rem;
  cursor: default;
  border: 1px solid #e4e4e4;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 0px solid red;
  margin-right: 1rem;
}
.cust,
.merchants {
  border: 1px solid #eeebeb;
  padding: 1rem;
  border-radius: 0px 0px 5px 5px;
}

#toTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 98;
  padding: 15px;
  background: #fff;
  text-align: center;
  border-radius: 80px;
  border: 1px solid #5e21a1;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#toTopBtn img {
  width: 100%;
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}
.col_p {
  color: #5e21a1;
}
.ga_p,
.ga_p2 {
  width: 50%;
}
.ga_p {
  padding-right: 2%;
}
.ga_p2 {
  padding-left: 2%;
}
.menu_sp,
.menu_sp2 {
  display: none;
}
@media only screen and (max-width: 1493px) {
  .welcome_content {
    padding: 0rem 5rem 0rem 0rem;
  }
  h3 {
    padding-right: 5rem;
  }
  .app_store img {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .flex-container > div {
    width: 270px;
    height: 200px;
    border-radius: 20px;
    /* margin-left: 30px; */
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f175;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
  }
  h1 {
    color: #000;
    font-size: 2rem;
    /* line-height: 5rem; */
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .menu_sp {
    display: block;
    position: absolute;
    right: 5%;
    top: 23px;
    background: url(../img/menu.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 100%;
    cursor: pointer;
  }
  .menu_sp2 {
    display: none;
    position: absolute;
    right: 5%;
    top: 23px;
    background: url(../img/menu2.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 100%;
    cursor: pointer;
  }
  .welcome_content {
    padding: 0rem 5rem 0rem 0rem;
  }
  h1 {
    margin-top: 2rem;
  }
  h3 {
    padding-right: 2rem;
  }
  .app_store img {
    width: 40%;
  }

  .menu_list {
    display: none;
    position: absolute;
    right: 0px;
    background: #fff;
    top: 96px;
    padding: 1rem;
    width: 100%;
    text-align: left;
    height: 100vh;
    z-index: 9;
    padding: 2rem;
    box-sizing: border-box;
  }
  .menu_list ul {
    display: block;
    float: right;
    text-align: right;
  }
  .menu_list ul li {
    margin-bottom: 10px;
    padding: 5px 0px;
    text-align: left;
  }
  .menu_list ul li a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 19px;
    border-radius: 22px;
    margin-left: 0rem;
    position: relative;
    top: -3px;
    transition: all 2s;
  }

  .menu_list ul li a:after {
    text-align: left;
    content: ".";
    margin: 0;
    opacity: 0;
  }
  /* .menu_list ul li a:hover {
    color: #fff;
    z-index: 1;
  } */
  /* .menu_list ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
  } */
  .l_0 {
    border-bottom: 0px !important;
    padding-right: 6px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    /* margin-bottom: 1rem; */
  }

  .welcome_content_2 {
    width: calc(100% - 0%);
  }
  .lop_po {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.wid_lop {
  width: 90%;
  margin: 0px auto;
}
@media only screen and (max-width: 768px) {
  /* .app_store {
    position: static;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  } */
  .flex-container > div {
    width: 270px;
    height: 200px;
    border-radius: 20px;
    /* margin-left: 30px; */
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f175;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
  }
  h1 {
    color: #000;
    font-size: 2rem;
    /* line-height: 5rem; */
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 820px) {
  /* 768 */
  .format_links {
    padding: 1rem 0rem;
    flex-direction: column;
  }
  .flex-container {
    justify-content: center;
    padding-right: 0%;
  }
  .flex-container > div {
    width: 270px;
    height: 200px;
    border-radius: 20px;
    /* margin-left: 30px; */
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f175;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
  }
  h1 {
    color: #000;
    font-size: 2rem;
    /* line-height: 5rem; */
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .product_list_item {
    width: 50%;
    margin-left: 0px;
  }
  .format_links_01 p {
    font-size: 14px;
    padding: 0rem 0rem 1rem 0rem;
  }
  .format_links_02 {
    width: 100%;
    text-align: center;
  }
  .format_links_01 {
    width: 100%;
  }
  .format_links_01 h1 {
    font-size: 1rem;
  }
  .for_mobi_only {
    display: block !important;
  }
  .for_desk_only {
    display: none !important;
  }
  .product_list {
    margin-top: 20px;
    width: 100%;
  }
  .outer_wrapper_02 {
    display: block;
    width: 90%;
    margin: 0px auto;
  }
  .f_01,
  .f_02,
  .f_03 {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .fl {
    display: block !important;
  }
  .ga_p,
  .ga_p2 {
    width: 100%;
    margin-bottom: 1rem;
    /* border: 1px solid #5e21a1;
    padding: 1rem 2rem 2rem 2rem;
    box-sizing: border-box; */
  }
  .ga_p {
    padding-right: 0%;
  }
  .ga_p2 {
    padding-left: 0%;
  }
  .iner_cont {
    box-sizing: border-box;
    width: 100%;
  }
  .product_list_item {
    padding-top: 10px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
    margin-left: -20px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
  }
  .product_list_item p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero_image_slide {
    display: block;
  }
  .welcome_content {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 1rem 0px;
  }
  .app_store {
    position: static;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  h3 {
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  .welcome_image {
  }

  .for_desktop {
    display: none;
  }

  .for_mobile {
    display: block !important;
    margin: 0px auto;
    height: 300px;
  }
  .product_catagoery {
    display: block;
  }
  .welcome_image_02 {
    display: none;
  }
  .btn_group {
    display: none;
  }
  h1 {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .lop_01 {
    font-size: 1rem;
    margin-top: 3rem;
  }
  #wowslider-container1 .ws-title div {
    margin-top: 0.5em !important;
    font-size: 19px !important;
  }
  .format_links_02 a {
    padding: 1rem 5px;
  }
  .img_credit {
    display: none;
  }
  .img_credit1 {
    display: block !important;
    text-align: center;
    background: #000;
    padding: 1rem;
    color: #fff;
    font-size: 12px;
  }
  .mi_po {
    position: absolute;
    transform: none;
    top: auto;
    left: 0%;
    width: 100%;
    bottom: 0px;
    border-radius: 0px;
  }
  .footer_carsoul p {
    background: #000;
    padding: 9px 0rem;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 0px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 300px) {
  .productBanner {
    background: url(../img/Home.png) no-repeat center;
    width: 100%;
    background-size: contain;
    height: 550px;
  }
  .flex-container {
    justify-content: center;
    padding-right: 0%;
  }
  .flex-container > div {
    width: 240px;
    height: 200px;
    border-radius: 20px;
    /* margin-left: 30px; */
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f175;
    margin: 10px;
    text-align: center;
    font-size: 16px;
    padding: 0px 5px 0px 0px;
  }
  .for_mobile {
    display: block !important;
    margin: 0px 0px 0px -4px;
    height: 300px;
  }
  .contentParent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 0px -6px;
  }
}

.for_mobile {
  display: none;
}

.img_sty {
  height: 250px;
  margin-bottom: 2rem;
}
.bullet_list {
}

.bullet_list ul {
}
.bullet_list ul li {
  list-style: disc;
  margin: 4px 0rem 0px 20px;
}
.bullet_lists ul li {
  list-style: square;
  margin: 4px 0rem 0px 20px;
}
.for_mobi_only {
  display: none;
}
.for_desk_only {
}
.img_credit {
}
.img_credit1 {
  display: none;
}
