
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

a {
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,a,li,body{
  /* font-family: Montserrat,sans-serif; */
  font-family:  'Montserrat', sans-serif;
}
h2{
  font-weight: 600;
}
.schedule-a-call img {
  max-width: 100%;
  height: auto;
}
.schedule-a-call {
  position: fixed;
  width: 200px;
}
.schedule-a-call {
  position: fixed;
  width: 130px;
  z-index: 99999;
  top: 50%;
  right: 9px;
}
.schedule-a-call:hover{
  opacity: 0.8;
}
/*
** side sticky
*/
.side-popup-btn {
  position: fixed;
  top: 32%;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: 78% -41%;
}
.side-popup-btn a:hover{
  color:#ccc;
}
.side-btn {
  background-color: #000;
  padding: 8px 28px;
  border-radius: 3px;
  color: #ccc;
  font-weight: 500;
  font-size: 16px;
}
/*
** navbar
*/
svg {
  width: 14%;
}
ul.navbar-item li ul{
  animation: MoveUpDown 500ms ease-in-out forwards;
  transform-origin: center center;
}
 
@keyframes MoveUpDown  {
  0% {
    transform: translateZ(200px) transLateY(40px)
  }
  80% {
    transform: translateZ(-10px) transLateY(0px)
  }
  100% {
    transform: translateZ(0px) transLateY(0px)
  }
}


.menu-toggle {
  display: none;
  width: 47px;
  height: 34px;
  position: fixed;
  right: 30px;
  margin-top: -14px;
  top: 35px;
  padding: 8px 8px;
  z-index: 99999;
}
.menu-toggle .icon-bar {
  background-color: #AD0000;
  height: 3px;
  width: 24px;
  float: left;
  margin-bottom: 5px;
  margin-left: 3px;
  top: 0px;
  opacity: 1;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.menu-toggle .icon-bar.top-animate {
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menu-toggle .icon-bar.mid-animate {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.menu-toggle .icon-bar.bottom-animate {
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: -9px;
} 

/* .main-logo{
  background-image: url(../logo.Svg);
} */

img.home-page-main-logo {
  width: 250px;
  height: 100px;
}

ul.navbar-item li:hover ul {
  display: block;
  width: 180px;
}
ul.navbar-item li a{
  padding: 0px 8px;
  font-size: 15px;
}

ul.navbar-item li ul {
  display: none;
}

.navbar-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  background: black;
  padding: 12px 0px;
  z-index: 9999;
  font-size: 14px;
  box-shadow: 0 0 5px rgb(0 0 0 / 29%);
  display: flex;
  align-items: center;
}

.navbar-menu {
  padding-top: 22px;
}
ul.navbar-item a {
  color: white;
}
ul.navbar-item ul li a {
  color: #333;
}
img.main-logo {
  width: 70%;
}
ul.navbar-item {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  position: relative;
  align-items: center;
}
ul.navbar-item li a i {
  margin-left: 6px;
}

ul.navbar-item li{
  transition: .3s ease-in-out;
}
ul.navbar-item li ul {
  list-style-type: none;
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding-left:0px;
}

ul.navbar-item li ul li a {
  padding: 10px 13px;
  display: block;
}
ul.navbar-item li ul li {
  width: 100%;
  display: block;
  text-align: left;
}
ul.navbar-item li{
  position: relative;
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.navbar-item li:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  display: block;
  transition: all 0.4s ease-in-out;
  bottom: -20%;
}
ul.navbar-item li:hover::after {
  width: 100%;
  height: 2px;
  background-color: #AD0000;
}
.navbar-wrapper-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.navbar-wrapper-items img{
  max-width: 250px;
  position: relative;
  top: 6px;
}

.homepage-header-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header {
  padding-right: 20px;
}
/*
** home-page banner
*/

.accordion-button {
    color: #AD0000 !important;
}

.banner-link {
    margin-left: 20px;
    padding: 0px 0px 4px;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #000;
}
.banner-link:hover{
  color:#AD0000;
  border-bottom:2px solid #AD0000;
}
.banner-bg-1 {
    background: #F2F3F5;
}
.banner-bg-2 {
    background: #F2F3F5;
}
.banner-bg-3{
  background:#F2F3F5;
}
.home-page-banner {
  padding: 26px 0px;
}

.home-page-banner-overlay {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-page-banner-overlay h1 {
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 50px;
}
.home-page-banner-overlay h6 {
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-size: 25px;
}
.home-page-banner-overlay p {
  letter-spacing: 2px;
  line-height: 35px;
  padding-bottom: 20px;
}
.banner-image{
  float: right;
  padding-top: 60px;
  width: 80% !important;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #AD0000;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 5px;
  background: #000;
  height:16px;
  width:16px;
}

/*
** featu#AD0000-bar
*/
.featu#AD0000-bar-item ul {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
}
img.featu#AD0000-bar-img {
  width: 56%;
  height: 100%;
}
.featu#AD0000-bar-wrapper {
  border-bottom: 1px solid #ecebeb;
  padding-top: 26px;
}
.featu#AD0000-bar-wrapper h5 {
  padding-top: 12px;
}
/*
** solutions
*/
.solution-wrapper.text-center {
  padding-top: 90px;
}
.solution-wrapper .nav {
  justify-content: center;
  border-bottom: 1px solid #ecebeb;
}
.sols-image img {
  max-width: 100%;
}
.sols-tab-item {
  padding: 18px 0px 60px 0px;
}
.sols-tab-item p {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 0px 58px;
}
.sols-image {
  padding-top: 25px;
}
.solution-wrapper h2 {
  padding-bottom: 24px;
 
}
/*
** grocery pricing
*/
.grocery-pricing-wrapper h2 {
  padding-top: 80px;
  padding-bottom: 25px;
}
.grocery-pricing-tab-item {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 0px 32px 80px 32px;
}
.grocery-pricing-wrapper {
  background: #000;
  color: #ffff;
}
.nav-link.pricing-item {
  color: #fff;
}
.pacakge-body {
  padding: 42px 38px 20px 38px;
  height: 170px;
}
.pacakge-body h3 {
  font-size: 40px;
  font-weight: 600;
}
.package-features ul {
  list-style-type: none;
  padding-left: 0px;
}
.package-features ul li {
  position: relative;
}
.package-features ul li:after {
  position: absolute;
  Content: '';
  height: 1px;
  background: #ccc;
  width: 100%;
  left: 0px;
  right: 0;
  bottom: 0;
}
a.text-link {
  text-decoration: underline;
  color: #000;
}
a.text-link:hover{
  color: #AD0000;
}
li.no-border:after {
  content: none!important;
}
.package-footer {
  flex-direction: column;
  display: flex;
  padding: 15px;
  width: 75%;
  margin: 0 auto;
  font-size: 13px;
  min-height: 155px;
}
.package-features {
  padding: 0px 10px;
  min-height: 180px;
}
span.package-note {
  padding-top: 20px;
}
.package-features ul li {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}
.grocery-pricing-wrapper .nav {
  justify-content: center;
  padding: 10px 0px 55px 0px;
}
.grocery-pricing-wrapper p {
  font-size: 20px;
}
.package {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 40px rgb(0 0 0 / 12%);
  border-radius: 5px;
  margin: 0 15px;
  padding: 0 50px;
  text-align: center;
}
.package-header {
  position: relative;
  text-align: center;
  min-height: 30px;
}
.package-discount {
  background-color: #87bb3a;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0px 0px 8px 8px;
  padding: 10px 30px;
  font-size: 14px;
}
/* .grocery-pricing-tab-item .owl-stage{
  padding-left: 30px!important;
  padding-right: 30px!important;
} */
/* .grocery-pricing-tab-item .owl-item{
  /* width: 342px!important; 
  margin-right: -120px!important;
} */
/*
** ordering & delivery business
*/
.page-link {
  border: none;
  background: transparent;
}
.pagination-arrow-wrapper {
  display: flex; 
  position: absolute;
  right: 35px;
  bottom: 20px;
}
.page-link i {
  font-size: 28px;
  color: #000;
}
.page-link i:hover {
  color: #AD0000;
}
.page-link:hover {
  background: none;
  border: none;
}
img.delivery-item-img {
  width: 30%;
  padding-bottom: 18px;
}
.ordering-delivery-business-wrapper h2 {
  padding-top: 92px;
  padding-bottom: 50px;
  text-indent: 59px;
}
.delivery-business-expert-talk h4 {
  padding: 60px 0px 26px 0px;
}


.nav-pill-item.nav-link.active {
    background-color: white;
    border-color: #AD0000;
    border: 1px solid #AD0000;
    color: #AD0000 !important;
}
.nav-pill-item {
  flex: 0 0 33%;
  max-width: 100%;
  padding: 50px 30px 124px 30px;
  border: 1px solid #ececec !important;
  height: 88px;
  align-items: center;
}
.nav-pill-item {
  border-radius: unset!important;
}
.nav-pill-content {
  background: #f7f6ff;
  Padding: 54px 74px;
  height: 100%;
  position: relative;
}
.delivery-business-items-details p {
  line-height: 30px;
  letter-spacing: 1px;
}
.delivery-business-items-details h4 {
  padding-bottom: 12px;
}
.nav-item-wrapper {
  margin-right: -6px;
}
.grocery-pricing-tab-item button.owl-prev span,
.grocery-pricing-tab-item button.owl-next span  {
  font-size: 70px;
}
.grocery-pricing-tab-item button.owl-prev {
  position: absolute;
  left: 0;
  bottom: 150px;
  top: 0;
}
.grocery-pricing-tab-item button.owl-next {
  position: absolute;
  right: 0;
  bottom: 150px;
  top: 0;
}
.grocery-pricing-tab-item button.owl-prev:hover,
.grocery-pricing-tab-item button.owl-next:hover{
  background:none !important;
  color:#AD0000 !important;
}
.package-footer a.btn {
  padding: 10px 20px;
}
.page-item.active .delivery-item-wrapper.page-link {
  background-color: white;
}
.delivery-item-wrapper.page-link {
  color: #000;
  padding:0px;
  color:#AD0000 !important;
}
.page-item.active .delivery-business-items-details.page-link{
  background: #f7f6ff;
  color: #000;
}
.delivery-business-items-details.page-link {
  padding:0px;
}
.page-link.ordering-prev:focus, 
.page-link.ordering-next:focus{
  background: transparent; 
  outline: none;
  box-shadow: none; 
}
.page-link.ordering-prev:focus span i,
.page-link.ordering-next:focus span i{
  color: #AD0000!important;
}
.nav-pill-item:nth-child(2),
.nav-pill-item:nth-child(1),
.nav-pill-item:nth-child(3),
.nav-pill-item:nth-child(4),
.nav-pill-item:nth-child(5),
.nav-pill-item:nth-child(6){

  /* border-left: none !important;*/
  border-bottom: none!important; 
}
.nav-pill-item:nth-child(2),
.nav-pill-item:nth-child(1),
.nav-pill-item:nth-child(7),
.nav-pill-item:nth-child(4),
.nav-pill-item:nth-child(5),
.nav-pill-item:nth-child(8){
  border-right: none !important;
}
/*
** online grocery
*/
.grocery-demo-tab>.active {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.grocery-demo-tab-item {
  display: block;
  height: 100%;
  max-width: 248px;
  width: 100%;
  padding: 40px 32px;
}
.grocery-demo-tab-item:hover{
  background:#000;
  color:#fff;
}
.grocery-demo-tab-item:hover h6:after{
  background:#fff;
}
.grocery-demo-tab-item h6{
  position:relative; 
  height: 48px;
}
.grocery-demo-tab-item h6:after{
  position:absolute;
  content:'';
  top: 52px;
  left: 14px;
  height: 2px;
  width: 148px;
  background: #000;
}
.preview i {
  padding-left: 8px;
  font-size: 20px;
}
.preview {
  padding-top: 18px;
  color: #AD0000;
}
.grocery-demo-wrapper .nav{
  justify-content: center;
  border-bottom: 1px solid #ecebeb;
}
.nav-link.active.vendor-btn {
  border: none;
  color: #AD0000;
  background: transparent;
  position: relative;
}
.grocery-demo-wrapper.text-center {
  padding: 90px 0px;
}
.grocery-demo-wrapper h2 {
  padding-bottom: 40px;
}
.grocery-demo-tab {
  padding-bottom: 50px;
}
.demo-prsonalized-wrapper h4 {
  padding-bottom: 20px;
}
.nav-link.active.vendor-btn:after {
  position: absolute;
  content: '';
  height: 4px;
  background: #AD0000;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.vendor-btn {
  color: #000;
  font-size: 22px;
    font-weight: 300;
}
/*
** software features
*/
.accordion-button::after {
  content: "+";
  background: #000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  height: 26px;
  width: 26px;
  right: 20px;
  display: grid;
  place-items: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.accordion-button:focus {
  box-shadow:none;
}
.accordion-button:not(.collapsed)::after {
  content: " - ";
  background-image: none;
  transform: none;
}
.accordion-item {
  padding-bottom: 32px;
}
.delivery-software-features-wrappers {
  background: #f3f3f2;
  padding: 40px 0px 84px 0px;
}
.accordion-header h2{
  background: #fff;
  border: none;
}
.accordion-collapse{
  background: #fff;
  border: none;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}
.accordion-item .accordion-button {
 border:none;
 background: #fff;
}
img.feature-image {
  width: 90%;
}
.delivery-software-features-wrappers h2.text-center {
  padding-bottom: 60px;
}
/*
** marketplace platform
*/
.marketplace-platform-wrapper h2 {
  padding-bottom: 20px;
  font-size: 28px;
}
/* .marketplace-platform-wrapper p {
  padding-bottom: 50px;
} */
.marketplace-platform-wrapper {
  padding-bottom: 80px;
  padding-top: 80px;
}
.query h4, 
.marketplace-platform-wrappe h2{
  padding-bottom: 20px;
}
 
.payment-gateway {
  -ms-flex: 0 0 100%;
  flex: 0 0 25%;
  max-width: 100%;
  padding: 60px 44px 88px 44px;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  height: 88px;
}
.payment-gateway img {
  max-width: 138px;
}


.platform-logos {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 0 auto;
  text-align: center;
  grid-gap: 1px;
  padding-bottom: 68px;
}

/* .row.g-5 {
  grid-template-columns: repeat(4,1fr);
  background: #f3f3f2;
  grid-gap: 1px;
  text-align: center;
  display: grid;
  margin: 0 auto;
} */
/*
** partnership
*/
img.partnership-image {
  width: 100%;
}
.partnership-wrapper {
  padding-bottom: 80px;
}
ul.list {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 28px;
}
.partnership-wrapper-content h2 {
  padding-bottom: 10px;
}
.partnership-wrapper-content p {
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.btn {
  border: solid #AD0000 2px;
  background-color: #AD0000;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
    .btn:hover {
        color: white;
        background-color: #AD0000;
        border-color: black;
    }
.list li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: currentColor;
  width: 8px;
  height: 1px;
}
.payment-gateway:nth-child(1), 
.payment-gateway:nth-child(2),
.payment-gateway:nth-child(3),
.payment-gateway:nth-child(4){
  border-top: none;
}
.payment-gateway:nth-child(4), 
.payment-gateway:nth-child(8),
.payment-gateway:nth-child(12){
  border-right: none;
}
/*
** growcer benefits
*/
.growcer-benefits-content h5 {
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 4px;
}
.growcer-benefits-content p {
  letter-spacing: 2px;
  font-weight: 200;
  padding-bottom: 4px;
}
img.growcer-image {
  width: 18%;
  padding-bottom: 20px;
}
.growcer-benefit-details {
  border: 1px solid #fff;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 36px 30px 14px 30px;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
ul.check-list {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 
}
ul.check-list li {
  margin-left: 25px;
  position: relative;
}
ul.check-list li:before {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #ff7348;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  left: -17px;
  top: 5px;
  background: 0 0;
  z-index: 99;
}
ul.check-list li:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #ff7348;
  display: inline-block;
  position: absolute;
  left: -24px;
  top: 2px;
  border-radius: 50%;
  background: #ffff;
}
.growcer-benefits-content{
  padding-top:60px;
}
.growcer-benefits-wrapper {
  background: #f7f6ff;
  padding: 80px 0px;
}
/*
** excellence
*/
.award-item {
  padding: 50px 0px 70px 0px;
}
.excellence-wrapper {
  padding-top: 60px;
}
.launch-item-wrapper {
  background-color: #AD0000;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 72px 64px 52px 64px;
  align-items: center;
}
.start-launch-btn{
  border: 2px solid #AD0000;
  background-color: #fff;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 3px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  border: solid #fff 2px;
  background-color: #fff;
  color: #000;
}

.launch-item-wrapper a.start-launch-btn {
  margin-left: 50px;
}
.start-launch-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
img.award {
  padding: 22px 30px;
  max-width: 100%;
  position: relative;
  border-right: 1px solid #ebebeb;
}

.award-item img.award {
  width: auto;
}
.award-item .owl-stage-outer {
  position: relative;
}
.award-item button.owl-prev {
  position: absolute;
  top: 0;
  left: -29px;
  bottom: 50px;
  /* color: #AD0000 !important;; */
}
.award-item button.owl-next {
  position: absolute;
  top: 0;
  right: -29px;
  bottom: 50px;
}
.award-item span {
  font-size: 70px;
}
.award-item button.owl-next:hover,
.award-item button.owl-prev:hover {
  color: #AD0000!important;
  background: none!important;
}
/*
** sub-footer
*/
.sub-footer-wrapper {
  padding: 50px 0px;
}
.sub-footer-items h6 {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 600;
}
.sub-footer-items ul {
  list-style-type: none;
  padding-left: 0px;
  line-height: 40px;
}
.sub-footer-items ul li a {
  color:#000;
  text-decoration: none;
}
.sub-footer-items.sub-footer-col p {
  margin-bottom: 0px;
  line-height: 32px;
}
.sub-footer-items {
  padding-top: 40px;
}
small {
  margin-top: -4px;
}
.sub-footer-badges {
  display: flex;
  padding-top: 40px;
  align-items: center;
}
img.footer-badge {
  width: 100%;
  padding-right: 16px;
}
/*
** footer
*/
ul.footer-social-links {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
}
ul.footer-social-links li {
  padding-right: 30px;
}
ul.footer-social-links li a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 24px;
}
.footer-wrapper-copyright p {
  color: #4a4a4a;
  font-size: 16px;
}
.footer-wrapper {
  border-top: 1px solid #dcd9d9;
  padding-top: 30px;
}
.footer-wrapper-copyright p a {
  color: #AD0000;
}
.footer-wrapper-copyright p a:hover {
  color: #0d6efd;
}
ul.footer-social-links li a i:hover{
  color: #AD0000;
}




/**
* new styles
*/
a{
  color: #AD0000;
}
a:hover{
  color: #880202;
}
.contact-wrapper {
  margin-bottom: 30px;
}
.accordion-button:after{
 display: none !important;
}
/* text already in css file starts*/
.about-heading span {
  font-size: 20px;
  z-index: 1;
  position: relative;
  background-color: #ffff;
  padding: 0px 20px;
}
.about-image img {
  width: 100%;
}
.about-heading {
  position: relative;
 margin:40px 0px;
}
.about-heading:before  {
  content: '';
  height: 1px;
  width: 100%;
  left: 0px;
  top: 14px;
  background-color: #c6c6c6;
  position: absolute;
}

.about-item-wrapper p {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #5e5e5e;
  font-size: 16px;
}
.about-item-wrapper h3 {
  color: #1C2D55;
  letter-spacing: 2px;
  font-weight: 800;
}
/* text already in css file ends*/
.about-us-wrapper {
  padding-bottom: 40px;
}

.about-us-wrapper-content {
  margin: 40px 0px;
}

img.member-image {
  width: 100%;
}
.about-us-content-heading span {
  font-size: 28px;
  font-weight: 600;
  z-index: 1;
  position: relative;
  background-color: #ffff;
  padding: 0px 20px;
}
.about-us-content-heading {
  position: relative;
 margin:40px 0px;
}
.about-us-content-heading:before  {
  content: '';
  height: 1px;
  width: 100%;
  left: 0px;
  top: 24px;
  background-color: #c6c6c6;
  position: absolute;
}

.modal-content.members-identity {
  padding: 30px 50px;
  border-radius: 0;
  background: #F2F3F3;
  border-radius: 15px;
  background-color: #B71111;
    color: #fff;
}

button.modal-close {
  top: 18px;
  position: absolute;
  right: 30px;
}
.members-personal-detail{
  margin-bottom: 30px;
  border-bottom: none;
}

.members-personal-detail h5 {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 600;
}
.banner-footer-wrapper h2 {
  font-size: 48px;
  line-height: 50px;
}

.member-modal p{
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
button.read-more-btn {
  padding: 6px 25px;
  border-radius: 20px;
  border-color: #AD0000;
  background: #AD0000;
  color: #fff;
  font-size: 14px;
}
button.read-more-btn:hover{
  background: transparent;
  border-color: #AD0000;
  color: #000;
}

.team-members-detail {
  position: relative;
  /* height: 100%; */
  overflow: hidden;
  /* margin-bottom: 40px; */
  padding: 15px;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.team-members-detail img {
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
}
.team-members-detail:hover img{
  filter: grayscale(0);
  transition: all 0.4s ease-in-out;
}
.team-members-detail p {
  font-size: 17px;
  line-height: 22px;
  min-height: 47px;
}
.team-member-name h5 {
  margin-bottom: 4px;
}
p.short-dec {
  min-height: auto;
  color: #ac0111;
  font-size: 14px;
}
.members-personal-detail .close {
  color: #fff;
  border: 1px solid #fff;
  background: #B71111;
  opacity: 1;
  /* font-size: 17px; */
  padding: 5px 8px 5px 8px;
  border-radius: 15px;
  text-transform: uppercase;
  min-width: 122px;
}
.members-personal-detail .close:hover {
  background: #ffff;
  color: #000
}
.member-modal.show {
  right: 0px;
  transition: all 0.4s ease-in ease-in-out;
}
.testimonial-wrapper {
  background: #ac0111;
  padding: 40px 0;
}
.testimonial-item-head {
  margin-bottom: 44px;
}
.testimonial-item-image img {
  width: 65%;
}
.testimonial-item-content {
  position: relative;
}
.quote-left {
  position: absolute;
  left: 0;
  top: -14px;
  font-size: 20px;
}
.quote-left {
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 44px;
  color: #DADADA;
}
.testimonial-item-content p {
  padding: 2px 74px;
  text-align: left;
}
.quote-right {
  position: absolute;
  bottom: -30px;
  right: 20px;
  font-size: 44px;
  color: #DADADA;
  margin: 0 auto;
}
.testimonial-item-block {
  margin-top: 44px;
  text-align: left;
  margin-left: 74px;
}
.testimonial-item-block h4 {
  font-size: 18px;
  font-weight: 600;
  color: #757575;
  margin-bottom: 0;
}
.testimonial-item-block h5 {
  color: #AD0000;
  font-size: 14px;
}
.testimonial-item-head h2 {
  font-size: 40px;
  font-weight: 600;
}
.testimonial-item {
  text-align: center;
  background: #ffff;
  padding: 70px 100px;
  color: #000;
  /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
  border-radius: 12px;
}
/* .testimonial-item-head h2:before {
  content: '';
  position: absolute;
  top: -8px;
  height: 6px;
  width: 48px;
  margin: 0 auto;
  background: #AD0000;
  left: 0;
  right: 0;
} */
.testimonial-item-head h2 {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.testimonial-item-head h4{
  color: #fff;
}
.modal.show{
  z-index: 9999;
}
.case-study-items {
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
}
.case-study-content {
  position: relative;
  padding: 20px;
}
.case-study-content:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #C4C4C4;
  left: -13px;
}

.case-study-item-right {
  background: #B71111;
  color: #fff;
  padding: 75px;
}
.case-study-item-left {
  background: #AD0000;
  color: #ffff;
  padding: 75px;
}
.case-study-item-left h2:before,
.case-study-item-right h2:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 60px;
  bottom: -10px;
  background: #ffff;
}
.case-study-item-left h2,
.case-study-item-right h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
}
.case-study-image {
  padding: 20px;
}
.case-study-content h3 {
  letter-spacing: 2px;
  color: #8F8F8F;
}
.case-study-content h2 {
  font-size: 40px;
  font-weight: 600;
  color: #AD0000;
}
.case-study-content h5 {
  color: #666666;
  font-weight: 600;
  margin-bottom: 24px;
}
.case-study-content p {
  color: #8F8F8F;
}

.about-item-wrapper p {
  margin-bottom: 20px;
  color: #5e5e5e;
}
.about-item-wrapper ul li {
  color: #5e5e5e;
  font-size: 16px;
}
.about-item-wrapper h3 {
  color: #AD0000;
  letter-spacing: 2px;
}
.about-item-wrapper {
  margin-bottom: 30px;
}
.payment-gateway {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* dec-12th */

.client-page-banner {
  background-image: url(../images/clients.jpg);
  height: 600px;
  width: 100%;
  position: relative;
  background-color: rgba(0,0,0,.3);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.client-page-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
}
span.pre-header-title {
  background-color: #AD0000;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
  padding: 5px 10px 4px;
  align-self: flex-start;
  letter-spacing: .5px;
  color: #fff;
}


.client-page-banner-overlay {
  color: #ffff;
  position: absolute;
  max-width: 900px;
  bottom: 200px;
}
.cemetery-carousel {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.cemetery-item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
  display: block;
  padding: 9px;
  height: 100px;
  position: relative;
  overflow: hidden;
  display: block;
}
.cemetery-item img{
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
}
.cemetery-item img{
  object-fit: contain;
  position: relative;
  width: 60%;
  height: 60%;
  position: relative;
}
.cemetery-item:hover img{
  filter: grayscale(0%);
  transition: all 0.4s ease-in-out;
}
.cemetery-wrapper h2 {
  margin-top: 60px;
  line-height: 30px;
  font-size: 30px;
}
.cemetery-wrapper p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #555;
  width: 100%;
  max-width: 900px;
  margin: 20px auto auto;
  letter-spacing: .1px;
}
.talk-team-btn {
  color: #AD0000;
  border: 2px solid #AD0000;
  background: transparent;
  padding: 8px 20px;
  font-weight: 600;
  text-decoration: none;
}

.talk-team-btn i {
  font-size: 16px;
  color: #AD0000;
  padding-left: 12px;
}
.talk-team-btn:hover {
  background: #AD0000;
  border-color: #AD0000;
  color: #fff;
}


.choose-repeater {
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 5%);
  background-color: #fff;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 40px 40px 56px;
}
.choose-wrapper {
  margin-top: 40px;
  background-color: #f9f9f9;
  padding: 40px 0px;
}
.project-detail-wrapper{
  background-image: url(../images/group.png);
  margin-bottom: 20px;
  position: relative
}
.project-detail-wrapper:before {
  z-index: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 84%);
  content: '';
}
.project-detail-item {
  background: #AD0000;
  color: #fff;
  margin: 80px 120px;
  position: relative;
  z-index: 1;
  padding: 40px 60px;
}
a.touch-button {
  min-width: 170px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: 0 0;
  border: 2px solid #fff;
  text-transform: uppercase;
  width: auto;
  padding: 0 20px;
  font-weight: 600;
  text-decoration: none;
}
a.touch-button:hover {
  background:#ffff;
  color:#AD0000;
}

.cemetery-carousel.owl-carousel .owl-item img {
  width: auto;
}

/**
* add
*/
.award-item .active.last img{
  border-right: none;
 }
 
 
 .home-page-banner-wrapper{
     margin-top:30px;
     padding-top:30px;
 }
 
 /* 30th nov, 2022 */
 .marketplace-platform-wrapper img {
   width: 100%;
   text-align: center;
   align-items: center;
   height: auto;
 }
 .marketplace-platform-wrapper h3 {
   color: #AD0000;
 }
 .sub-footer-items ul li a:hover {
   color: #AD0000;
 }
 .homepage-header-right {
   align-items: center;
 }
 
 .navbar-wrapper {
   padding: 16px 0px;
 }
 .marketplace-platform-item {
   margin-bottom: 80px;
 }
 .marketplace-platform-wrapper h2 {
   padding-bottom: 2px;
 }
 .sub-footer-wrapper {
   background-color: #f3f3f2;
 }
 .footer-wrapper {
   background-color: #f3f3f2;
 }
 .marketplace-platform-wrapper {
   padding-bottom: 0px;
   padding-top: 40px;
 }
 .contact-wrapper h4 {
   color: #AD0000;
   margin: 10px 0px;
   font-size: 22px;
   letter-spacing: 1px;
 }
 .site-direction {
   margin-top: 30px;
 }
 
 .service-item-wrapper img {
   max-width: 100%;
   margin: 20px 0px;
 }
 .service-wrapper {
   margin-bottom: 80px;
   margin-top: 40px;
 }
 .service-item-content {
   border-bottom: 2px solid #f3f3f2;
   margin-bottom: 10px;
 }
 .service-wrapper a {
   color: #AD0000;
 }
 .service-wrapper a:hover {
   color: black;
 }
 .menu-toggle {
   top: 60px;
 }
 .sub-footer-items {
   text-align: center;
 }
 .navbar-wrapper.menu-active .navbar-menu ul li a {
   color: black;
 }
 .about-image img {
   width: 100%;
 }
 .about-heading,
 .service-heading {
   position: relative;
  margin:40px 0px;
 }
 .service-heading:before  {
   content: '';
   height: 1px;
   width: 100%;
   left: 0px;
   top: 14px;
   background-color: #c6c6c6;
   position: absolute;
 }
 .marketplace-left-platform, 
 .marketplace-right-platform {
   background-color: #f6f6f6;
   height: 100%;
   padding: 50px;
 }
 
 .service-content {
   margin-bottom: 50px;
 }
 .service-heading:before  {
   top: 24px;
 }
 .service-heading {
   margin-top: 30px;
 }
 .service-heading span,
 .about-heading span {
   font-size: 20px;
   z-index: 1;
   position: relative;
   background-color: #ffff;
   padding: 0px 20px;
 }
 .service-heading span {
   font-size: 26px;
   font-weight: 500;
 }
 
 .service-item-wrapper {
   height: 100%;
   padding: 40px;
   text-align: center;
 }
 .service-item-wrapper p {
   font-size: 22px;
   color: #5E5E5E;
 }
 
 
 .about-item-wrapper p {
   margin-top: 16px;
   margin-bottom: 0px;
   color: #5e5e5e;
   font-size: 20px;
 }
 h4.about-heading {
   margin-bottom: 20px;
 }
 
 .service-content .col-sm-12.col-md-12.col-lg-4.col-xxl-4:nth-child(3n+1):before {
   display: none;
 }
 .service-content .col-sm-12.col-md-12.col-lg-4.col-xxl-4:before {
   height: 100%;
   content: '';
   position: absolute;
   width: 1px;
   background-color: #c6c6c6;
   right: -12px;
 }
 .service-content .col-sm-12.col-md-12.col-lg-4.col-xxl-4 {
   position: relative;
 }
 h4.service-heading {
   margin-top: 60px;
   margin-bottom: 30px;
 }
 .about-item-wrapper h3 {
   color: #1C2D55;
   letter-spacing: 2px;
   font-weight: 800;
 }
 .service-item-wrapper h4 {
   color: #1C2D55;
   font-size: 30px;
   margin-bottom: 20px;
   font-weight: 600;
   text-shadow: 0px 2px 30px rgb(0 0 0 / 12%);
 }
 ul.navbar-item li ul li a:hover {
   color: #AD0000;
 }

 

 /**
 * ====================
 * Media query
 * ===================
 **/
@media screen and (max-width: 1200px){
  .package {
    /* margin-right: 40px; */
    padding:0px 10px;
  }
  .menu-toggle {
    display: block;
  }
  .header {
    position: fixed;
    top: 0;
    right: -1210px;
    height: 100VH;
    display: flex;
    /* align-items: center; */
    transition: all 0.4s ease-in-out;
    background: #fff;
    width: 100%;
    z-index: 999;
    padding-top: 65px;
  }

  .menu-active .header{
    right: 0px;
    transition: all 0.4s ease-in-out;
  }

  

  /* .menu-toggle {
    top: 46px;
  } */
 
  .home-page-banner {
    padding-bottom: 90px;
  }
  .homepage-wrapper-item {
    position: relative;
  }
  .menu-toggle {
    /* position: absolute; */
    /* right: 15px; */
    /* top: 26px; */
    right: 8%;
  }
  .contact-button {
    position: absolute;
    right: 100px;
  }


  .grocery-demo-tab-item h6:after {
    top: 68px;
  }


  /*
  **menu responsive
  */
  .navbar-menu {
    width: 100%;
    height: 100vh;
    overflow-y: auto
  }
  ul.navbar-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    padding-left:0px;
    line-height: 46px;
    text-align: left;
    width:100%;
    overflow-y: auto;
  }
  ul.navbar-item li {
    position: relative;
    display:flex;
    flex-direction: column;
    width:100%;
    border-bottom:1px solid #ccc;
  }
  .borderless-bottom{
    border-bottom:none !important;
  }

  ul.navbar-item li:after{
    display: none;
  }
  ul.navbar-item li:hover ul {
    display: none;
  } 
  .close ul.navbar-item li ul{
    display:none;
  } 
  ul.navbar-item li ul{
    display: none;
    
  }
  ul.navbar-item li.active  ul{
    display: block;
    position: relative;
    height:auto;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 0;
    /* top:10px; */
    padding-left: 15px;
    width:100%;
    box-shadow: none;
    border:none;
    /* border-bottom:1px solid #cccc; */
    /* line-height: 36px; */
    overflow-y: auto;
  }
  ul.navbar-item li.active i{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-182deg);
  }
  ul.navbar-item li ul li a {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  ul.navbar-item li ul{
    animation: none !important;
  }
  ul.navbar-item li ul li i{
    display:none !important;
  }
  ul.navbar-item li a i {
    position: absolute;
    right:25px;
    top:16px;
    font-size:18px;
  }
  .header {
    padding-right: 0px;
  }
  ul.navbar-item li a {
    padding: 0px 12px;
  }
  /* .navbar-wrapper {
    position: fixed;
  } */
  svg {
    max-width: 150px;
  }
 
}
@media screen and (max-width: 991px){
  .grocery-pricing-tab-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  img.main-logo {
    width: 40%;
  }
  
  .package {
    margin-bottom: 26px;
  }
 
 
  img.footer-badge{
    padding-right: 2px;
  }
  .sub-footer-badges {
    padding-top: 58px;
  }
  .footer-wrapper-copyright {
    float: left;
  }
  .payment-gateway img {
    width: 100px;
  }
  .grocery-demo-tab-item h6:after {
    left: -15px;
  }
  .package-features ul li:after {
    left: 0px;
  }
  img.banner-image {
    display: none!important;
  }
  .owl-dots {
    bottom: -4px;
  }
  .navbar-wrapper .col-md-6 {
    width: 28%;
  }
  .sols-tab-item {
    padding-bottom: 0px;
  }
  .delivery-business-expert-talk h4 {
    padding: 37px 0px 10px 0px;
  }
  .grocery-demo-wrapper h2 {
    padding-bottom: 0px; 
  }
  .payment-gateway {
    padding: 35px 0px 20px 0px;
  }
  .grocery-demo-tab {
    padding-bottom: 30px;
  }
  .demo-prsonalized-wrapper h4 {
    padding-bottom: 8px;
  }
  
  svg {
    width: 18%;
  }
  figure {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0px;
  }
  .margin-right {
    margin-right: -24px!important;
  }
  .remove-border{
    border-bottom:none;
  }
  img.feature-image.float-end{
    float: none !important;;
  }
  img.award{
    padding: 22px 98px;
  }
  .package {
    margin-right: 0px; 
  }
  /* .grocery-pricing-tab-item{
    padding-left:0px;
  } */
  .package{
    margin-right:35px;
    margin-left:35px;
    padding: 0px 50px;
  }
  

}


@media screen and (max-width: 768px){
  .testimonial-item-content p{
    padding: 5px 0;
  }
  .testimonial-item{
    padding: 30px 30px;
  }
  .testimonial-item-block {
    margin-top: 30px;
    text-align: center;
    margin-left: 0;
  }
  .testimonial-item-content p{
    text-align: center;
  }
  .testimonial-item-image {
    max-width: 200px;
    margin: 0 auto;
  }
  .footer-wrapper-copyright {
    float: left;
  }
  .payment-gateway img {
    width: 69px;
  }
  .featu#AD0000-bar-wrapper h5 {
    margin-bottom: 28px;
  }
 
  .payment-gateway {
    padding: 32px 20px 20px 20px;
  }
  
  .payment-gateway.borderles-top{
    border-bottom: 1px solid #ececec;
  }
  .payment-gateway.right-border{
    border-right: none;
  }
  .payment-gateway.bottom-border{
    border-bottom:none;
  }
  .grocery-demo-tab>.active {
    flex-direction: column;
  }
  .grocery-demo-tab-item h6:after{
    display: none;
  }
  /* .grocery-demo-tab-item {
    display: flex;
    justify-content:space-between;
  } */
  .preview {
    padding-top: 0px;
  }
  .grocery-demo-tab-item h6 {
    margin-bottom: 0px;
    height: 26px;
  }
  
  .grocery-demo-tab {
    background: #f7f6ff;
  }
  .contact-button {
    padding-top: 3px;
  }

  .launch-item-wrapper {
    flex-direction: column;
  }
  .launch-item-wrapper h4 {
    padding-bottom: 10px;
  }
  .solution-wrapper.text-center {
    padding-bottom: 38px;
  }
  .demo-prsonalized-wrapper {
    padding-top: 20px;
  }
  .side-popup-btn {
    display: none;
  }
 
  svg {
    width: 26%;
  }
  /* .package {
    margin-right: 0px; 
  } */
  .partnership-wrapper-content {
    padding-top: 20px;
  }
  .platform-logos {
    grid-template-columns: repeat(2,1fr);
  }
  .payment-gateway:nth-child(1), 
  .payment-gateway:nth-child(2) {
    border-bottom: 1px solid #ececec;
  }
  .payment-gateway:nth-child(2),
  .payment-gateway:nth-child(6),
  .payment-gateway:nth-child(10){
    border-right:none;
  }
 

  img.award {
    padding: 22px 64px;
  } 
  .grocery-demo-tab-item{
    max-width: 100% !important;
  }
  .grocery-demo-tab-item h6 br {
    display: none;
  }
  .nav-item-wrapper {
    display: none!important;
  }
  .nav-pill-content.pagination{
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
   .nav-pill-content.tab-content>.nav-pill-tab.tab-pane{
    display: block;
  } 
  .nav-pill-tab.fade:not(.show) {
    opacity: 1;
  }
  .delivery-business-items-details{
    padding-bottom:20px;
  }
  .delivery-business-items-details h4 {
    padding-bottom: 0px; 
    margin-bottom:6px;
  }
  .pagination-arrow-wrapper{
    display:none;
  }
  .delivery-business-items-details.page-link {
    background: #f7f6ff;
    color: #000;
  }
}
@media screen and (max-width: 575px){
  .award-item .owl-stage {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .payment-gateway img {
    width: 90px;
  }
  img.award {
    padding: 22px 193px;
  }
  .award-item button.owl-prev {
    left: 64px;
  } 
  .award-item button.owl-next{
    right: 64px;
  }
}
@media screen and (max-width: 474px){
  
  img.award {
    padding: 22px 141px !important;
  }
}


@media screen and (max-width: 1200px){
  .contact-button {
    top: -22px;
  }
}
@media screen and (max-width: 991px){
  .navbar-wrapper-items img {
    width: 350px;
  }
  .menu-toggle {
    top: 47px;
  }
  img.feature-image {
    width: 100%;
  }
  .service-content .col-sm-12.col-md-12.col-lg-4.col-xxl-4:before {
    display: none;
  }
  .about-item-wrapper {
    margin-top: 30px;
  }
  .marketplace-platform-wrapper img {
    margin: 20px 0px;
  }
  .service-item-wrapper h4 {
    margin-bottom: 12px;
  }
  .service-item-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px){
  .navbar-wrapper-items img {
    width: 210px;
  }
  .menu-toggle {
    top: 35px;
  }
  .contact-button {
    padding-top: 0px;
  }
  .contact-button {
    display: none;
  }
}


/**
* ========================
* MEDIA QUERY 
* =======================
*/

.modal.right.fade .modal-dialog {
  right: -100%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}
img{
  max-width: 100%;
}
.testimonial-item-image {
  max-width: 200px;
}
.testimonial-item-image img {
  border-radius: 50%;
}
/**
* ========================================================================================================
* Media query 
*  =================================================================================================
*/
@media (max-width: 991px) {
  .about-item-last{
    order: 6!important;
  }
}

@media (max-width: 768px) {
  .project-detail-item {
    margin: 80px 30px;
  }
  .team-members-detail img {
    width: 60%;
  }
  .case-study-content:before{
    display: none;
  }
  .case-study-items{
    flex-direction: column;
  }
 
}


.marketplace-left-platform, .marketplace-right-platform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.marketplace-platform-wrapper p {
  margin-bottom: 0px;
}



