@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&display=swap");

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Archivo",sans-serif;
  background-color: #f4f3eb;
}

div {
  margin: 0px;
}
a:hover {
  color: #22493a;
}

/* p {
  margin: 0px;
} */

.centerAlign {
  display: flex;
  align-items: center;
  justify-content: center;
}

.parentWrap {
  width: 100vw;
}

.button {
  min-width: 173px;
  min-height: 65px;
  padding: 0.2rem 1rem;
  width: 11.813rem;
  height: 3.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .button{
  min-height: 56px;
}

.button p{
  margin: 0;
}
.long {
  width: 20.375rem;
  height: 3.688rem;
}
.short {
  width: 8.813rem;
  height: 3rem;
}
.green_bg{
  background-color: #007F51;
}
.bgLightGreen {
  background-color: #c2e9d8;
}

.bgWhite {
  background: #ffffff;
}

.bgBlack {
  background: #1e1e1e;
}

.bgYellow {
  background-color: #fcedba;
}

.clLightGreen {
  color: #c2e9d8;
}

.clCream {
  color: #faf7f4 !important;
}

.clCreamButton {
  color: #faf7f4 !important;
}

.clCreamButton:hover {
  color: #c2e9d8 !important;
}

.bgDarkGreen {
  background-color: #22493a;
}

.bgDarkGreenButton {
  background-color: #102f21;
}

.bgDarkGreenButton:hover {
  background-color: #173c2a;
}

.bgPassiveGreen {
  background-color: #22493a;
}

.bgDarkerGreen {
  background-color: #102f21;
}

.bgExtraDarkGreen {
  background-color: #102f21;
}

.clDarkGreen {
  color: #22493a;
}

.clDarkerGreen {
  background-color: #102f21;
}

.completeCenterAlign {
  display: flex;
  align-items: center;
  justify-content: center;
}

.verticalCenterAlign {
  display: flex;
  align-items: center;
}

.horizontalCenterAlign {
  display: flex;
  justify-content: center;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 90vw;
  background-color: #ffffff;
  padding:10px 15px 10px 2rem;
  border-radius: 100000px;
  position: fixed;
  top: 5%;
  left:-50%;
  right: -50%;
  margin: auto;
  z-index: 10;
  box-shadow:rgba(17, 12, 46, 0.06) 0px 48px 100px 0px;
  min-height:85px;;
}
.tableTextWrap {
  display: flex;
}

.imageWrap {
  width: 100%;
  height: 100%;
  flex: 7;
}

.imageWrap img {
  width: 100%;
  height: 100%;
}

.logoWrap {
  display: flex;
  background-color: white;
  flex: 1;
}

.linksWrap {
  display: flex;
  flex: 4;
}
.mw-none{
  max-width: none!important;
}
.linksWrap ul {
  align-items: center;
  display: flex;
  justify-content: left;
  list-style: none;
  padding-left: 0px;
  font-weight: 500;
  margin: 0;
}

.linksWrap li {
  text-decoration: none;
  color: #1c3945;
  padding-right:10px;
}

.linksWrap ul.mainmenu li a {
  color: #22483A;
  font-size: 18px;
  padding: 8px 15px;
  background: #FFF;
  font-weight: 400;
  border-radius: 100000px;
  transition: 0.3s ease;
}
.linksWrap ul.mainmenu li a:hover, .linksWrap ul.mainmenu li.selected a{
  color: #FFF;
  background: #007f51;
}
.mobile_menu{
  background-color: rgb(36, 72, 57);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}

.mobile_menu_wrap{
  display: none;
}


.mobile_menu_wrap{
  display: none;
}

.centerWrapMenu{
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  height: 100%;
}
#mobileControl{
  height: 3rem !important;
}

/* --- */
.open-menu
{
  background-color: rgb(36, 72, 57);
  display: flex;
  align-items: center;
  position: fixed;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100vw;
  height: 100vh;
}

.mobile_menu_wrap ul
{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 0;
}

.mobile_menu_wrap ul li
{
  list-style: none;
  width: 100%;
  padding: 0rem 4rem;
  margin: .6rem 0px;
  font-size: 3.75rem;  
  line-height: 4rem;
  font-weight: 500;
  color: white;
}

.mobile_menu_wrap ul li a
{
  font-size: 3.75rem;  
  line-height: 4rem;
  font-weight: 500;
  color: rgb(194, 233, 216);
}
.mobile_menu_wrap ul li.selected a,
.mobile_menu_wrap ul li a:hover{
  color: white;
  transition: 0.2s all;
}
/* --- */

.CustomButton {
  display: flex;
  flex: 2;
}

.buttonWrap {
  display: flex;
  grid-gap: 2vw;
  align-items: center;
}

.header .button{
  border: 0px;
}

button#buttonMobileCustom{
  cursor: pointer;
  border: 0;
}

.buttonWrap ul {
  list-style: none;
}
.heroWrap {
  display: flex;
  justify-content: space-between;
  min-height:100vh;
  width: 100vw;
  background:#F4F3EB;
}
.heroWrap h3{
  font-size:30px;
  color: rgba(0, 0, 0, 0.75);
}
.heroWrap h3 strong{
  font-size: 35px;
  color: #22483A;
  position: relative;
  line-height: 160%;
}
.heroWrap h3 strong::after{
  content: '';
  width: 125px;
  height: 8px;
  bottom: -7px;
  left: 6px;
  position: absolute;
  background: url(/images/stroke_shpsvg.svg);
}
.heroWrap h3 span{
  font-size: 45px;
}

.bannr_list{
  list-style: none;
}
.bannr_list li{
  padding-left:45px;
  position: relative;
  color: #7A7975;
  margin: 5px 0px;
}
.bannr_list li::after{
  content: '';
  height: 22px;
  width:22px;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-image: url(/images/tick_icon.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #F8DDB2;
  position: absolute;
}

.textWrap {
  flex: 4;
  padding-top: 10rem;
  padding-left: 6rem;
}

.trustedLogoWrap {
  display: flex;
  align-items: center;
}
.heroWrap .textInnerWrap h1 {
  font-size: 3rem;
  padding: 0vh 0px 0px;
  line-height: 130%;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 0px;
}
.heroWrap .textInnerWrap p {
  font-size: 1.1rem;
  padding: 0rem 0px;
  line-height: 140%;
  color: rgb(93, 106, 131);
  font-weight: 400;
  margin: 5px 0px 20px;
}
.heroWrap .textInnerWrap p a{
  color: #007F51;
}
.btn {
  min-width:200px;
  border-radius: 100px;
  border-width: 2px;
  font-size: 18px;
  padding: 8px 20px;
}
.btn-outline-primary{
  color: #22483A;
  border-color: #007F51;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007F51;
  border-color: #007F51;
}
.trustedSections p{
  font-size: 0.9rem;
  width: 100%;
  padding: 0rem;
  line-height: 1.3rem;
  color: rgb(93, 106, 131);
  font-weight: 500;
  margin: 1.5rem 0px;
}
.trustedLogoWrap img {
  padding-right: 2.125rem;
  opacity: 0.6;
}

.textInnerWrap {
  margin-bottom: 2.5rem;
}

.banner_img{
  position: relative;
  z-index: 1;
}
.banner_img img{
  max-height: none;
  width: 100%;
}
/* Partnered  */
.sec_partnered_with  h6{
  color: #8C8C8C;
}
.card_parner{
  width: 100%;
  max-width: 415px;
  height: 220px;
  border-radius: 28px;
  box-shadow: rgba(49, 49, 49, 0.1) 0px 1px 20px 0px;
}
.banner_imgwrap::after{
  content: '';
  width:100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  pointer-events: none;
  background: url(/images/hero-asset_bg.png);
  background-position:right;
  background-repeat:no-repeat;
  background-repeat: repeat-y;
  background-size: contain;
}
@media only screen and (min-width: 1361px) {
  .textWrap {
    padding-left: 7vw;
  }
}
@media only screen and (min-width: 1661px) {
  .textWrap {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 1440px) {
  .heroWrap .textInnerWrap h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1260px) {
  .textWrap{
    padding-left: 5rem;
  }
}

/* ecosystem section */

.sec_eco_system, .sec_getstartnow, .storeWrap, .sec_liveon, .sec_marqueeWrap, .featurlistsection{
  padding: 5.313rem 5rem 5rem;
  background: #FAF9F6;
}
.eco_title{
  margin-bottom: 80px;
}
.eco_title h1, .storeWrap h1{
  font-size: 48px;
  color: rgba(0, 127, 81, 1);
}
.eco_title p{
  max-width:725px;
  margin: auto;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
}
.eco-card, .storeWrap-card{
  border-radius:28px;
  transition: 0.3s ease;
}
.eco-card:hover{
  box-shadow: rgba(49, 49, 49, 0.1) 0px 1px 20px 0px;
}
.eco-icons{
  width: 88px;
  height: 88px;
  background: #fae8d3;
  color: #a97629;
  font-size: 30px;
}
.eco-card h4{
  position: relative;
  color: #1A1A19;
}
.eco-card h4::after{
  content: '';
  height: 2px;
  width:0;
  background: #007f51;
  position: absolute;
  left: 0;
  bottom:-10px;
  pointer-events: none;
  transition: 0.3s ease;
}
.eco-card:hover h4::after{
  width:100%;
}
.eco-card p{
  line-height: 26px;
  color: #8B8B8B;
}
.eco-card p a, .agreedpolicy a{
  color: #167EDA;
}
.sec_eco_system .getstarted {
  max-width: 415px;
  color: #007F51;
  min-height: 75px;
  transition: 0.3s ease;
  border: 2px solid #007F51;
}
.sec_eco_system .getstarted:hover {
  background: #007F51;
  color: #FFF;
}
.onlygrozeo{
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 155px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(30, 42, 151, 0.75);
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, darkblue, darkorchid) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
  padding: 5px 10px;
}
.centerWrap {
  text-align: left;
}
.centerWrap h4{
  font-size: 1.5rem; width: 100%; padding: 0rem; line-height: 2rem; color: rgb(255, 255, 255); font-weight: 500; margin: 1.5rem 0px;
}

.centerWrap p{
  font-size: 1rem; width: 100%; padding: 0rem; line-height: 1.5rem; color: rgb(255, 255, 255); font-weight: 500; margin: 1.5rem 0px;
}


.sec_getstartnow{
  background: #22483A;
}
.sec_getstartnow h2, .sec_getstartnow h4{
  font-weight: normal;
}
.email-getstartnow{
  overflow: hidden;
  padding: 5px;
  border-radius: 100px;
  background:#F4F3EB;
}
.email-getstartnow .email-input{
  height: 53px;
  padding: 15px 50px;
  outline: none;
  font-size: 20px;
  color: #595959;
  background: transparent;
  width:calc(100% - 300px);
}
.email-input::placeholder {
  font-size: 32px;
}
.sec_getstartnow button{
  min-height: 70px;
  color: rgb(244, 243, 235);
  background: #007F51;
  transition: 0.3s ease;
}
.sec_getstartnow button[disabled]{
  color: rgba(26, 26, 25, 0.5);
  background: #D9D9D9;
}
.agreedpolicy .form-check-input{
  width: 24px;
  height: 24px;
  margin-top: 1px;
}
.agreedpolicy label{
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 1200px) {
  .sec_getstartnow .container{
    max-width: 1099px;
  }
}
/* Home store  */
.storeWrap h1{
  color:#22483A;
}
.storeWrap-card{
  overflow: hidden;
  transition: all 1s;
}
.storeWrap-card:hover{
  box-shadow: rgba(49, 49, 49, 0.1) 0px 1px 20px 0px;
}
.storeWrap-card .card-body{
  min-height: 160px;
}
.storeWrap-card .card-img{
  position: relative;
  overflow: hidden;
}
.number{
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
  margin: auto;
  font-size: 160px;
  line-height: 75%;
  position: absolute;
  width: 100px;
  height: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1.3s;
  pointer-events: none;
}
.storeWrap-card:hover .number{
  opacity: 0;
  transform: scale(0.5);
}
.storeWrap-card .card-img::after{
  content: '';
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.storeWrap-card .card-img img{
  transition: all 1.5s;
}
.storeWrap-card:hover .card-img img{
  transform: scale(1.1);
}
.storeWrap-card h5{
  position: relative;
  bottom:-10px;
  transition: all 1.5s;
}
.storeWrap-card:hover h5{
  bottom:5px;
  color: #007F51;
}
.storeWrap-card .card-text{
  max-width: 85%;
  transition: all 1.5s;
  opacity: 0;
  height: 0;
  transform: scale(0.5);
}
.storeWrap-card:hover .card-text {
  opacity: 1;
  height:50px;
  font-size:16px;
  transform: scale(1);
}

/* sec_liveon */

.sec_liveon{
  min-height: 600px;
  background: url(/images/liveon_bg.svg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  color: #F4F3EB;
}
.sec_liveon h1{
  font-weight:600;
  color: #F4F3EB;
}
.sec_liveon p{
  line-height: 24px;
  font-size: 16px;
  color: #F4F3EB;
}
.btn:focus, .btn:focus-visible, .btn:focus:not(:focus-visible){
  outline: none!important;
  box-shadow:none!important
}
.sec_liveon .btn {
  min-height: 48px;
  min-width: 260px;
  border-radius: 100px;
  border-width: 2px;
  font-size: 18px;
}
.sec_liveon .btn.getstarted{
  color: #22483A;
  background: #F4F3EB;
  border-color:#F4F3EB ;
}
.sec_liveon .btn.getstarted:hover{
  background: #22483A ;
  color: #F4F3EB;
}
.sec_liveon .btn.contac_grozeo {
  border-color:#F4F3EB ;
  color: #F4F3EB;
}
.sec_liveon .btn.contac_grozeo:hover {
  background: #F4F3EB;
  color: #22483A;
}

/* Slider Section */
.sliderWrap {
  padding: 5rem 5rem;
  display: flex;
  justify-content: space-between;
}

.sliderImgWrap img {
  /* width: 80%; */
  height: 60vh;
  width: auto;
}

.sliderTextWrap {
  flex: 1;
}

.sliderImgWrap {
  padding-top: 15vh;
  flex: 1;
  border-radius: 1rem;
  align-items: end;
}
.sliderTextWrap h2{
  font-size: 2.25rem;
  padding: 0rem;
  line-height: 2.75rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 1.5rem 0px;
}

.slidertab li{
  list-style: none;
}

.sliderImgWrap .tabContent{
  display: none;
}

.tabnavline{
  background-color: rgb(224, 224, 224);
  height: inherit;
  width: 0.25vw;
  position: relative;
}
li .tabnavline_anim{
  position: absolute;
  width: 0.25vw;
  top: 0px;
  left: 0px;
  height: 0;
  background-color: rgb(16, 47, 33);
  opacity: 0;
}
li.selected .tabnavline_anim{
  height: 100%;
  opacity: 1;
  transition: height 5s ease 0s;
}
.tabhead_wrap h3{
  font-size: 1.875rem;
  width: 100%;
  padding: 0rem;
  line-height: 2.375rem;
  color: black;
  font-weight: 500;
  margin: 0.5rem 0px;
}

.tabhead{
  padding-left: 2vw;
}
.tabhead p{
  font-size: 1rem;
  width: 21vw;
  padding: 0rem;
  line-height: 1.5rem;
  color: black;
  font-weight: 400;
  margin: 0.5rem 0px;
}
.prodectlistingwrap .tabhead_wrap h3, .prodectlistingwrap  .tabhead p{
  color: white;
}


/* bg wrapper */

.bgWrap {
  background-color: #ffffff;
  width: 100vw;
}

/* Marquee */
.componentDropDownAnswer {
  font-size: 1rem;
  letter-spacing: 0%;
  line-height: 1.5rem;
  /* padding: 1rem 4rem 2rem 0; */
  padding:0rem 4rem 0.5rem 0;
  font-weight: 400;
  overflow: hidden;
}
.componentDropDownAnswer p:last-child{
  margin: 0;
}
.marqueeWrap {
  min-height: 480px;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 50px;
}
.marquee_text{
  padding:4rem 2rem 4rem 4rem ;
  width: 41.66666667%;
}
.marqueeitems_wrap{
  width: 58.33333333%;
}
.marquee_slider{
  width: 210px;
  flex-wrap: wrap;
  display: flex;
  animation: scrolling 5s linear infinite;
}
@keyframes scrolling {
  0% { transform: translateY(0); }
  100% { transform: translateY(-144px); }
}
.marqueeitems{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 5px 5px;
  border: 1px solid red;
}


/*  Platforms */

.desktopPlatform {
  width: 35.688rem;
  height: 39.625rem;
  padding: 2rem 2rem;
  position: relative;
  z-index: 0;
  border-radius: 0.625rem;
}

.mockupWrap {
  position: absolute;
  left: 12.2%;
  top: 60.5%;
}

.platformWrap {
  display: flex;
  justify-content: space-between;
  padding: 10rem 5rem;
  transform: translate(0px, -430px);
}

/* Dropdown */

.componentDropdown {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 30px 15px;
  transition: background-color 0.5s ease;
  background-color: #FFF;
  /* padding: 0.5rem 2rem 1rem 2rem; */
}
.componentDropdown.selected{
  background-color: #22493a;
  color: #faf7f4 !important;
}

.dropdownWrap {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 5rem 5rem 5rem 5rem;
}

.dropdownTextWrap{
  flex: 3 1 0%;
}
.dropdownTextWrap h2{
  font-size: 2.5rem;
  width: 35vw;
  padding: 0rem;
  line-height: 100%;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 1.5rem 0px;
  margin-top: 1rem;
}
.dropdownTextWrap p{
  font-size: 1.125rem;
  width: 35vw;
  padding: 0rem;
  line-height: 1.75rem;
  color: rgb(93, 106, 131);
  font-weight: 500;
  margin: 1.5rem 0px;
}
.dropdownCWrap{
  flex: 4 1 0%;
}
.acordin_list{
  cursor: pointer;
  border-radius: 5px;
  transition: height 0.5s ease 0s;
  /* height: 91px; */
}
.dropdownCWrap h3, .contactHeroWrap h3{
  font-size: 1.5rem;
  width: 90%;
  padding: 0rem;
  line-height: 1.5rem;
  color: black;
  font-weight: 500;
  margin: 1.73611vw 0vw;
  margin-bottom: 0;
  margin-top: 22px;
}
.dropdownCWrap .selected h3{
  margin-bottom: 22px;
  color: #faf7f4 !important;
}
.acordin_triger img{
  transform: rotate(0deg);
  filter: none;
}
.selected .acordin_triger img{
  transform: rotate(180deg);
  filter: invert(79%) sepia(48%) saturate(207%) hue-rotate(103deg) brightness(94%) contrast(86%);
}
.componentDropDownAnswer{
  display: none;
}

.componentDropdownTextWrap {
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  height: fit-content;
  transition: height 1s;
}

/* Products Page */

.productsHeroWrap, .bannerwrap {
  padding: 15rem 5rem 0rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bannerwrap {
  padding: 12rem 5rem 5rem 5rem;
  text-align: left;
}

.productsHeroImgWrap {
  width: 63.40277777777778vw;
  height: 40.763888888888886vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productsHeroImgWrap img {
  width: 100%;
  height: 100%;
}

.cardComponent {
  width: 80vw;
  padding: 2rem 0;
  margin: 2rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodectlistingwrap .cardComponent{
  background: #FFF;
  transition: background 0.5s ease 0s;
}
.prodectlistingwrap .cardComponent:hover{
  background: #102f21;
}
.prodectlistingwrap .cardComponent h3{
  font-size: 3rem;
  width: 30vw;
  padding: 0rem;
  line-height: 3.75rem;
  color: black;
  font-weight: 500;
  margin: 1.5rem 0px;
  transition: 0.5s ease 0s;
}
.prodectlistingwrap .cardComponent:hover h3,
.prodectlistingwrap .cardComponent:hover p{
  color: #FFF;
}
.prodectlistingwrap .cardComponent p{
  font-size: 1.25rem;
  width: 30vw;
  padding: 0rem;
  line-height: 1.875rem;
  color: black;
  font-weight: 400;
  margin: 1.5rem 0px;
  transition: 0.5s ease 0s;
}
.prodectlistingwrap .containsWrap h4{
  font-size: 1rem;
  width: 30vw;
  padding: 0rem;
  line-height: 1.2rem;
  color: rgb(93, 106, 131);
  font-weight: 400;
  margin: 1.5rem 0px;
}
.prodectlistingwrap .containsWrap .btnsec{
  display: flex;
  padding: 1rem 0rem;
}
.containsWrap .btnsec a{
  line-height: 100%;
  font-size: 1rem;
  border-radius: 10000px;
  text-align: center;
  background-color: rgb(93, 106, 131);
  padding: 0.5rem 1rem;
  color: rgb(224, 224, 224);
  margin: 1rem 1rem 1rem 0rem;
  transition: 0.5s ease 0s;
}

.cardComponent:hover .containsWrap .btnsec a{
  color: rgb(34, 73, 58);
  background-color: rgb(194, 233, 216);
}

.cardTextWrap {
  flex: 5;
  padding-left: 2.5rem;
}

.cardImgwrap {
  flex: 4;
}

.cardComponentWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translateY(15%);
}

.digitalStoreWrap {
  padding: 20rem 5rem 0 5rem;
}

.dsTitleTextwrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dsTitleTextwrap h6{
  font-size: 0.875rem;
  width: 100%;
  padding: 0rem;
  line-height: 1.25rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin: 0rem;
}

.dsTitleTextwrap h2{
  font-size: 3.75rem;
  width: 40vw;
  padding: 0rem;
  line-height: 4.5rem;
  color: rgb(250, 247, 244);
  font-weight: 500;
  margin: 0rem;
}
.dsTitleTextwrap p{
  font-size: 1.25rem;
  width: 40vw;
  padding: 0rem;
  line-height: 1.875;
  color: rgb(250, 247, 244);
  font-weight: 400;
  margin: 1.5rem 0px;
}

.productSliderWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featuresWrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5rem 0rem;
}

.featuresImgWrap {
  width: 45.55555555555556vw;
}

.featuresWrap .featuresCard h6{
  font-size: 0.875rem;
  width: 100%;
  padding: 0rem;
  line-height: 1.25rem;
  color: white; font-weight: 600; margin: 1.5rem 0px;
}
.featuresWrap .featuresCard h2{
  font-size: 3rem; width: 28vw; padding: 0rem; line-height: 3.75rem; color: white; font-weight: 500; margin: 1.5rem 0px;
}
.featuresWrap .featuresCard p{
  font-size: 1.25rem; width: 28vw; padding: 0rem; line-height: 1.875; color: white; font-weight: 400; margin: 1.5rem 0px;
}

.fullfilmentWrap.bgWhite .featuresWrap .featuresCard h6, .fullfilmentWrap.bgWhite .featuresWrap .featuresCard h2, .fullfilmentWrap.bgWhite .featuresWrap .featuresCard p{
  color: black;
}

.fullfilmentTitleTextWrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 5rem 0rem 5rem;
}

.fullfilmentFeaturesWrap {
  padding: 5rem 5rem;
}

.productCtaWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 5rem;
  background-color: #f4f3eb;
}

.productCtaTextWrap {
  flex: 4;
}

.productCtaImgWrap {
  flex: 5;
  text-align: right;
}

.prodectlistingwrap .productCtaTextWrap h2{
  font-size: 3rem;
  width: 40vw;
  padding: 0rem;
  line-height: 3.75rem;
  color: rgb(34, 73, 58);
  font-weight: 500;
  margin: 0px;
}
.prodectlistingwrap .productCtaTextWrap p{
  font-size: 1.25rem; width: 40vw; padding: 3rem 0px; line-height: 1.875rem; color: rgb(0, 0, 0); font-weight: 400; margin: 0px;
}



.tableParentWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 27.77777777777778vw;
  padding:2.5rem 0.5rem;
  margin: 0.5rem;
  border-radius: 8px;
}

.tableCenterWrap {
  text-align: left;
}
.tableTagWrap .tags p{
  font-size: 1rem;
  padding: 0.25rem 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin: 0;
}
.tableTextWrap h2{
  font-size: 3rem;
  width: fit-content;
  padding: 0rem;
  line-height: 3.75rem;
  color: rgb(0, 0, 0);
  margin: 1.5rem 0px;
}
.tableTextWrap span{
  font-size: 0.875rem;
  width: fit-content;
  padding: 0rem 0px 0px 0.5rem;
  line-height: 3.75rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 1.5rem 0px;
}

.footerParent ul li a:hover{
  color: #faf7f4 
}

.featuresList {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #102f21;
}

.featuresList img {
  margin-right: 0.5rem;
}
.featuresList p{
  font-size: 0.9rem;
  width: 100%;
  padding: 0rem;
  line-height: 1.25rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 0.5rem 0rem;
}
.footerSitemapWrap{
  border-style: none none solid none;
  border-color: rgba(228, 231, 236, 0.4);
  border-width: 0.4px;
}

/*--*/
.featur_banner h1{
  color: #F4F3EB;
  font-size: 3rem;
  font-weight: 600;
  line-height: 114.583%;
}
.featur_banner p{
  color: #F4F3EB;
  font-size: 18px;
  font-weight: 300;
  line-height: 222.222%; 
}
.featurlistsection .container{
  max-width: 1290px;
}
.newfeaturlist{
  border-radius: 20px;
  background: #FFF;
  transition: 0.5s ease;
  margin-bottom: 6.25rem;
  box-shadow: 0px 7px 23px 0px rgba(0, 0, 0, 0.20);
}
.newfeaturlist:hover{
  background: #22493a;
}
.newfeaturlist h3, .newfeaturlist p{
  transition: 0.5s ease;
}
.newfeaturlist:hover h3, .newfeaturlist:hover p{
  color: #F4F3EB;
}
.badge_wrap{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.badge_wrap .badge{
  color: #22493A;
  font-size: 12px;
  font-weight: 400;
  line-height:100%;
  padding: 8px 10px;
  border-radius: 50px;
  transition: 0.5s ease;
  border: 1px solid #22493A;
}
.newfeaturlist:hover .badge{
  border-color: #FFF;
  color: #FFF;
}
.listimg{
  z-index: 1;
  margin-top:-55px;
  pointer-events: none;
}
.bgshape{
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  border-radius: 0px 20px 20px 0px;
}
.rotate-180 {
  transform: rotateY(180deg);
}
.bgshape::after{
  content: '';
  left:85px;
  top: 0;
  z-index: 0;
  position:absolute;
  width: calc(100% + 100px);
  height: 100%;
  transform: skew(26deg);
  background: rgb(194, 233, 216);
  transition: 0.5s ease;
}
.storecreation .bgshape::after{
  background: #FFDEDE;
}
.storemanagement .bgshape::after{
  background: #DEFFED;
}
.productmanagement .bgshape::after{
  background: #EDEBFC;
}
.storefront .bgshape::after{
  background: #FFEDD9;
}
.customerexperience .bgshape::after{
  background: #FFDEDE;
}
.salesreturn .bgshape::after{
  background: #ECD9F3;
}
.packingpakking .bgshape::after{
  background: #D2E9FF;
}
.managingdelivery .bgshape::after{
  background: #F3F3DA;
}
.administration .bgshape::after{
  background: #EDEBFC;
}
.accounts .bgshape::after{
  background: #DEFFED;
}
.communications .bgshape::after{
  background: #FFDEDE;
}
.analytics .bgshape::after{
  background: #FFE2F1;
}
.newfeaturlist:hover .bgshape::after{
  background:#2a5c49;
}

.sec_liveon.featur_liveon{
  min-height: auto;
  /* background: #22483A; */
  background-color: #081714;
  background:url(/images/site_bg.webp) no-repeat center;
  background-size: cover;
  
}
.featur_liveon p {
  font-size:1.25rem;
}
.featur_liveon .btn.getstarted:hover {
  background:transparent;
  color: #F4F3EB;
}
.featur_storeWrap{
  background: #DDDCD1;
}
.featur_storeWrap h1 {
  font-size: 2.5rem;
}
.featur_store_cont{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 15px;
  z-index: 2;
}
.storeWrap-card .featur_store_cont * {
  color: #FFF;
}
.storeWrap-card:hover .featur_store_cont h5{
  color: #FFF;
}
.storeWrap-card .number {
  color: rgba(255, 255, 255, 0.29);
}

/*  TAGS */

.tags {
  width: 7.125rem;
  height: 1.75rem;
  border-radius: 1rem;
  text-align: center;
}

#realLogo {
  display: block;
  width: 8.5rem;
}

#mobileControl {
  display: none;
}

#mobileLogo {
  display: none;
}

a {
  text-decoration: none;
  color: unset;
}

.tagWrap {
  width: 7.125rem;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
}

.modalWrap {
  display: flex;
  align-items: center;
  width: 80vw;
  height: 100%;
  padding: 3rem;
  transform: translateY(30%);
  border-radius: 4px;
}

.modalTextWrap {
  flex: 3;
}

.modalImgWrap {
  flex: 4;
}

.modalWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

/* Contact */

.contactHeroWrap {
  padding: 14rem 5rem;
  display: flex;
  justify-content: space-between;
}

.footerLinksMobileWrap {
  display: none;
}

.contactDetailsWrap {
  padding-top: 4.444444444444445vw;
  display: flex;
  justify-content: space-between;
}

.locationWrap h5, .phoneNumberWrap h5{
  font-size: 1rem;
  width: 100%;
  padding: 0rem;
  line-height: 1.5rem;
  color: rgb(93, 106, 131);
  font-weight: 700;
  margin: 1.5rem 0px;
}
input::placeholder {
  color: #a1a1a1;
}

.contactTextWrap {
  flex: 1;
  padding: 1rem;
}
.contactTextWrap .titleTextWrap h1,
.contactTextWrap .titleTextWrap h2{
  font-size: 3.75rem;
  width: 35vw;
  padding: 0rem;
  line-height: 4.5rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 0vw;
}
.contactTextWrap .titleTextWrap p{
  font-size: 1.25rem;
  width: 35vw;
  padding: 2.22222vw 0px 0px;
  line-height: 1.875rem;
  color: rgb(93, 106, 131);
  font-weight: 400;
  margin: 0vw;
}

.contactFormWrap {
  flex: 2;
  padding: 0 1.5rem;
  justify-content: flex-end;
}

.contactFormWrap h5{
  font-size: 1.25rem;
  width: 100%;
  padding: 0rem;
  line-height: 1.25;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 1.5rem 0px;
}
.contactFormWrap .formWrap p{
  font-size: 0.75rem;
  width: 100%;
  padding: 1rem 0rem;
  line-height: 1.25;
  color: rgb(93, 106, 131);
  font-weight: 500;
  margin: 1.5rem 0px;
  padding: 0;
}
.form-row{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.input-group .form-control{
  padding:0.65rem 1rem;
  width:100%;
  border: 0.4px solid #BAC6C2;
  border-radius: 5px!important;
  font-size: 1rem;
  background-color: transparent;
}
.input-group select{
  padding:0.65rem 1rem;
  width: 100%;
  /* margin: 0.5rem; */
  border: 0.4px solid lightgrey;
  border-radius: 5px;
  font-size: 1rem;
  height: 46px;
  background: #FFF;
}
.continfotext{
  padding: 0 2px;
}
.continfotext p{
  font-size: 0.75rem;
  width: 100%;
  padding: 1rem 0rem;
  line-height: 1.25;
  color: rgb(93, 106, 131);
  font-weight: 500;
  margin: 1.5rem 0px;
}
.contbtn button{
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}
.cntform{
  background: #FDFDFC;
  border-radius: 8px;
  border: 0.4px solid lightgrey;
}
.cntform input{
  height: 40px;
}
.cntform textarea{
   resize: none;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.formWrap {
  padding: 2rem;
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 85%;
}

.formCenterWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.formNameWrap {
  display: flex;
  width: 100%;
}

.contactSpanText {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

.contactNonSpanText {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.formWrap .button{
  border: 0;
}

/* .contactFormWrap {
  width: 500px;
} */

/* FOOTER */

.footerParent {
  /* padding: 10rem 5rem; */
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: auto;
  padding:5rem;
  padding-bottom: 0;
}

.footerParent img {
  width: 160px;
}

.footerSitemapWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerLinksWrap ul li {
  list-style: none;
}
.footerLinksWrap ul li a:hover {
  color: #faf7f4;
}

.footerLinksWrap ul {
  display: flex;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap:1.40rem;
}

.footerTextWrap1 {
  border-style: solid none solid none;
  border-color: rgba(228, 231, 236, 0.4);
  border-width: 0.4px;
}

.footerTextWrap2 {
  display: flex;
  align-items: center;
}
.copywrit p{
  font-size: 0.70rem;
  padding: 0 0px;
  line-height: 1.125rem;
  color: rgb(250, 247, 244);
  font-weight: 500;
  margin: 0 0px;
}
.prvcy_copy{
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0px;
}
.prvc_link{
  width: 100%;
  color: rgb(250, 247, 244);
  line-height: 1.125rem;
}

.prvc_link a {
  margin: 0 5px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: rgb(250, 247, 244);
  font-weight: 500;
}
.prvc_link a:nth-child(1) {
  margin-left: 0;
}
.socialicons a{
  margin: 0px 5px;
}
.socialicons a:last-child{
  margin-right: 0;
}
.socialicons a path{
  fill: rgb(255, 255, 255);
}

/* FAQQQQQQQQQQQ */

.faqHeroTextWrap, .conteTextWrap{
  padding:10rem 5rem 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
}
.faqHeroTextWrap{
  min-height:66vh;
}
.faqHeroTextWrap h1{
  font-size: 3.75rem;
  width: 40rem;
  padding: 0rem;
  line-height: 4.5rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 1.5rem 0px;
}
.faqHeroTextWrap p{
  font-size: 1.25rem;
  width: 40vw;
  padding: 0rem;
  line-height: 1.875rem;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin: 1.5rem 0px;
}

.faqComponentWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  /* padding: 10rem 5rem; */
}

.faqComponentWrap > div:nth-child(1) {
  width: 100%;
}
.faqComponentWrap .componentDropdown{
  padding:0px;
  margin-bottom:10px;
}
.faqComponentWrap .componentDropdownTextWrap, .faqComponentWrap .componentDropDownAnswer{
  padding: 15px 20px;
}
.faqComponentWrap .componentDropDownAnswer{
  padding-top: 0;
}
.faqComponentWrap .dropdownCWrap h3{
  margin: 0;
}
.morefaq{
  display: none;
}
.loadmorefaq {
  margin:20px;
  transition: 0.3s ease;
  color: #007f51;
}
.loadmorefaq img{
  display: none;
  margin-left:5px;
}

.faqComponentWrap .componentDropDownAnswer{
  cursor: default;
}
/* About */

.aboutHeroWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 5rem;
  text-align: center;
}

.aboutSection2ImgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 5rem;
}

.technologyWrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10rem 5rem;
}

.aboutModalWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Pricing */
.pricingHeroWrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 5rem;
  text-align: center;
  color: #faf7f4;
  padding-bottom: 4rem;
}
.pricingTitleText {
  margin-top: 2rem;
}
.pricingTitleText h1{
  font-size: 3rem;
  width: 100%;
  padding: 0rem;
  line-height: 4.5rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 1.5rem 0px;
}

.pricingTitleText p{
  font-size: 1.25rem;
  width: 100%;
  max-width: 75%;
  padding: 0rem;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  margin: 1.5rem auto 3rem;
}

.pricingTableWrap {
  width: 100%;
  display: flex;
  justify-content:center;
}
.pricingTableWrap .tableParentWrap{
  height: auto;
  align-items: flex-start;
  flex-direction: unset;
  position: relative;
  padding-bottom: 125px;
}
.tableButtonWrap {
  margin-top: 2rem;
  position: absolute;
  bottom: 20px;
  left: -50%;
  right: -50%;
  margin: auto;
  width:90%;
  display: flex;
  justify-content: center;
}
.productsHeroWrap h1,
.productsHeroWrap h2{
  font-size: 3.75rem;
  width: 35vw;
  padding: 0rem;
  line-height: 4.5rem;
  color: rgb(250, 247, 244);
  font-weight: 500;
  margin:0px;
}

.productsHeroWrap p {
  line-height: 1.875rem;
  color: rgb(250, 247, 244);
  font-weight: 400;
  font-size: 1.25rem;
  width: 40vw;
  margin: 0 ;
  padding: 3rem 0 ;
}

/* testimonial */

.testimonialComponentWrap {
  width: 100%;
  /* padding:50px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tsm_sliderwrp h5{
  position: relative;
  color: rgba(35, 73, 58, 0.5);
}
.tsm_sliderwrp h5::after{
  content: '';
  position: absolute;
  width: 30px;
  height: 32px;
  background: url(/images/qat_icon.png) no-repeat center;
  background-size: contain;
  left: 0;
  bottom: -40px;
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  75% {
    left: -100%;
  }

  100% {
    left: -100%;
  }
}

.testimonialsContainer {
  display: -webkit-inline-box;
  top: 0;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  animation: marquee 10s  infinite;
}

.testimonialDetailsWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:145px;
  width: 100%;
  padding-left: 2.2222222222222223vw;
}

@keyframes scrollBar {
  0% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

#tsm_slider .swiper-pagination-bullet {
	width:5px;
	height: 145px;	
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	border-radius: 0;
	overflow: hidden;
}
#tsm_slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#tsm_slider .swiper-pagination-vertical.swiper-pagination-bullets, #tsm_slider .swiper-vertical > .swiper-pagination-bullets{
	right: var(--swiper-pagination-right,auto);
	left: var(--swiper-pagination-left,8);
	top: 0;
}
#tsm_slider .swiper-pagination-bullet-active {
	opacity:1;
	background:#e4e4e4;
}
#tsm_slider .swiper-pagination-bullet-active::before {
	background-color:#bac6c2;
	-webkit-animation: slide-progress 4s cubic-bezier(0.3, 0, 0.3, 1) forwards;
	animation: slide-progress 4s cubic-bezier(0.3, 0, 0.3, 1) forwards;;
}
.swiper-pagination{
  z-index: 2!important
}

@-webkit-keyframes slide-progress {
  0% {
    transform: translatey(-100%);
  }
  100% {
    transform: translatey(0);
  }
}

@keyframes slide-progress {
  0% {
    transform: translatey(-100%);
  }
  100% {
    transform: translatey(0);
  }
}

.swiper-container {
  width: 100%;
  height:145px;
  overflow:hidden;
  position: relative;
}
.tsm_sliderwrp{
	position:relative;
	overflow: hidden;
  width: 100%;
  max-width: 630px;
}
.swiper-pagination {
  z-index: 9;
}

.testimonialProfileWrap {
  display: flex;
  align-items: center;
}

.testimonialProfileImgWrap {
  padding-right: 1.6666666666666667vw;
}

.testimonialTextWrap p{
	font-size:1.125rem;
	margin: 0px 0px 1rem 0;
	line-height: 140%;
	font-weight: 400;
  color: #23493A;
}
.testimoanialProfileTextWrap p{
  font-size: 1.125rem;
  margin: 1rem 0;
  line-height: 140%;
  font-weight: 500;
  margin: 0;
  color: #23493A;
}

.menu-flags-button {
  border: none !important;
}

.buttonWrap ul{
  border: none;
}

.testimonialwrap{
  min-height: 300px;
  background: url(/images/map.png) no-repeat center;
  background-size: contain;
}

/* ------- */

.geoLocationWrap{
  display: none!important;
  width:80px;
  height: 35px;
  position: relative;
}
.cost_select ul{
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
}

.cost_select{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 35px;
}
.cost_select ul li.option {
  z-index: 1;
  padding: 0;
  display: none;
  list-style: none;
}

.cost_select ul li.select{
  display: block;
}

.cost_select ul li.select + li.select{
  background-color: #FFF;
  position: relative;
  top: 33px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.cost_select ul li {
  cursor: default;
}
.cost_select ul li > div{
  display: flex;
  padding: 5px 10px;
  align-items: center;
  position: relative;
}
.cost_select ul li:first-child > div::after{
  content: '';
  border-top: 5px solid #4d4d4d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  position: absolute;
  right: 10px;
}
.cost_select ul li:hover > div{
  background: #eaeaea;
}
.cost_select ul li:first-child:hover > div{
  background: none;
}
.cost_select ul li img{
  max-width: 19px;
  max-height: 19px;
  margin-right: 5px;
}
:focus-visible,
:focus:not(:focus-visible){
  outline: none!important;
  box-shadow:none!important;
}
.getstarted{
  font-size: 18px;
  height: auto;
  padding:0.2rem 3rem;
  border-radius: 100000px;
}

/* new pricing ui */
.pricingParentWrap{
  background: #F4F3EB;
}
.pricingTableWrap {
  opacity: 1;
  transition: all 1s;
  flex-wrap: wrap;
}
.pricingTableWrap.processing{opacity: 0;}

.pricingTitleText h1{
  color: rgb(34, 73, 58);
}
.pricingTitleText p{
  color: rgba(0, 0, 0, 0.6);
}

.dsktopview{
  width: 100%;
  max-width: 1150px;
}
.pricetablewrap{
  width: 100%;
}
.tablehead, .tablefooter{
  width: 100%;
  display: flex;
}
.tablehead > div, .pricetableitemswrap li > div, .tablefooter > div{
  flex: 3;
  color: #102f21;
  padding:15px 20px;
}
.tablehead > div.features_head, .pricetableitemswrap li > div.features_cont, .tablefooter > div.features_btn{
  flex: 9;
  text-align: left;
}
.tablehead .growth_head, .tablehead .scale_head, .tablehead .enterprise_head{
  overflow: hidden;
  box-shadow: inset 10px -10px 25px rgba(0, 0, 0, 0.20);

}
.tablehead .features_head{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  /* background: #dff5ed; */
  border-radius: 15px 0px 0px 0px;
  /* box-shadow: inset 10px -10px 25px rgba(0, 0, 0, 0.06); */
}
.tablehead .growth_head{
  color: #FFF;
  background: #3ebf03;
  border-radius: 15px 0px 0px 0px;
}
.tablehead .scale_head{
  color: #FFF;
  background: #32b585;;
}
.tablehead .enterprise_head{
  color: #FFF;
  background: #70a693;
  border-radius: 0px 15px 0px 0px;
}
.tablehead h4 {
  font-size: 2rem;
  padding: 0rem;
  text-align: center;
  line-height: 2rem;
  color: #FFF;
  margin: 0.5rem 0px 5px;
  display: flex;
  justify-content: center;
}
.tablehead .features_head h4{
  margin: 0;
  color: #7e9d92;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 5px;
}
.tablehead small {
  font-size: 0.875rem;
  padding-left: 5px;
}
.tablebody{
  width: 100%;
  overflow: hidden;
  background: #FFF;
  border-radius: 0px 0px 15px 15px;
  box-shadow:rgba(17, 12, 46, 0.20) 0px 10px 20px 0px;
}
.pricetableitemswrap{
  padding:0;
  width: 100%;
  margin: 0;
}
.pricetableitemswrap li{
  list-style: none;
  width: 100%;
  display: flex;
  /* padding:10px 20px; */
}
.pricetableitemswrap li:nth-child(even) {
  background: #f7f7f7;
}

.pricetableitemswrap  li.expanded_li{
  display: none;
}
.triger_expand{
  cursor: pointer;
  padding: 5px 10px;
  background: #449173;
  border-radius: 50px;
  color: #FFF;
  font-size: 12px;
}
.pricetableitemswrap li > div {
  color: #686868;
  line-height: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricetableitemswrap li > div.features_cont {
  justify-content:flex-start;
}
.pricetableitemswrap li > div.growth_cont {
  background:rgba(25, 197, 80, 0.05);
}
.yesicon{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/tickicon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.crossicon{
  width: 13px;
  height: 13px;
  opacity: 0.6;
  display: inline-block;
  background: url(/images/closeicon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.enterprise_cont{
  background:rgba(128, 168, 154, 0.05);
}

.tablefooter > div {
  padding:0px 20px;
}
.tablefooter .growth_btn, .tablefooter .scale_btn, .tablefooter .enterprise_btn{
  overflow: hidden;
  box-shadow: inset 10px -10px 25px rgba(0, 0, 0, 0.20);
}
.tablefooter .button {
  min-width: auto;
  min-height: auto;
  width: auto;
  height: auto;
  padding:0.8rem 0rem;
  background: none;
  font-weight: 600;
  font-size: 1.1rem;
}
.tablefooter .button:hover {
  color: #FFF!important;
}

.tablefooter > div, .tablefooter a{
  transition: 0.3s ease;
}

.tablefooter .growth_btn {
  background: #3ebf03;
  border-radius: 0px 0px 0px 15px;
}
.tablefooter .growth_btn:hover {
  background: #47e100;
}
.tablefooter .growth_btn:hover a{
  color:#2c8a00 !important;
}
.tablefooter .scale_btn {
  background: #32b585;
}
.tablefooter .scale_btn:hover {
  background: #06e895;
}
.tablefooter .scale_btn:hover a{
  color: #068c5b !important;
}
.tablefooter .enterprise_btn {
  background: #70a693;
  border-radius: 0px 0px 15px 0px;
}
.tablefooter .enterprise_btn:hover {
  background: #68d0ac;
}
.tablefooter .enterprise_btn:hover a{
  color: #327b61 !important;
}

.mbileview{
  width: 95%;
}
.mbileview .tablehead .growth_head, .mbileview .tablehead .scale_head, .mbileview .tablehead .enterprise_head{
  border-radius: 15px 15px 0px 0px;
}
.mbileview .pricetableitemswrap li > div{
  height: auto;
  font-size: 15px;
}
.mbileview .tablehead > div, .mbileview .pricetableitemswrap li > div, .mbileview .tablefooter > div{
  padding:12px 9px;
}
.mbileview .tablehead > div.features_head, .mbileview .pricetableitemswrap li > div.features_cont, .mbileview .tablefooter > div.features_btn{
  flex: 7;
}
.mbileview .tablehead > div, .mbileview .pricetableitemswrap li > div, .mbileview .tablefooter > div{
  flex: 5;
}
.mbileview .tablefooter {
  margin-top:0px;
}
.mbileview .pricetableitemswrap li > div.scale_cont {
  background: rgba(151, 181, 170, 0.08);
}

.disabled, button:disabled{
  opacity: .65;
  pointer-events: none;
}
.loader {
  position: relative;
}

.loader::before {
    content: '';
    position: absolute;
    border: 5px solid #FFF;
    border-top: 5px solid #257A59;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -50%;
    bottom: -50%;
    margin: auto;
    left: -50%;
    right: -50%;
    z-index: 1;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1440px) {
  .formWrap {
    max-width: 100%;
  }
}

.conteTextWrap{
  height: auto;
  min-height: 65vh;
  text-align: left;
  align-items: flex-start;
  justify-content:flex-start;
  padding: 13rem 5rem 3rem;
}
.newsroomWrap .conteTextWrap{
  padding-top:11rem;
}
.conteTextWrap > h5{
  margin-top: 1.20rem;
}

/* 404 page*/
#notfound {
  position: relative;
  min-height: calc(100vh - 350px);
  width: 100%;
}
.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.notfound .notfound-404 {
  position: relative;
}
.notfound .notfound-404 h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0;
}
.notfound .notfound-404 h1 {
  font-size: 220px;
  line-height: 100%;
  font-weight: 900;
  margin: 0;
  color: #777;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
.notfound .notfound-404 h1 > span {
  text-shadow:-8px 0 0 #f4f3eb;
}

.notfound h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
/* 404 page end*/

/* popup evnt */
#Eventposter .btn-close{
  position: absolute;
  right: 10px;
  top: 5px;
  color: #FFF;
  background: none;
  opacity: 1;
  z-index: 9;
}
#Eventposter .modal-content{
  border: 0;
  border-radius: .5rem;
}
#Eventposter .modal-body {
  padding: 0;
}
#Eventposter .event_cont{
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
}
#Eventposter img{
  max-width: 100%;
}

.news_card{
  border: 0;
  flex-direction: unset;
  background: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D9;
}
.news_highlight{
  flex-direction: column;
}
.card_img{
  width: 100%;
  max-width: 248px;
  margin-right: 1rem ;
}
.news_highlight .card_img{
  margin-right: 0 ;
  margin-bottom: 1rem ;
  max-width: 100%;
}
.card_img img{
  width: 100%;
  max-width: 100%;
}
.news_card .card_body{
  width: calc(100% - 248px);
}
.news_card.news_highlight .card_body{
  width: 100%;
}
.news_card h5{
  font-size: 14px;
  font-weight: 600;
}
.news_card p{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
/* .news_card p + p{
  margin-top: 15px;
} */
.badge_date {
  align-items: center;
}
.badge_date .badge {
  border-radius: 0;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  background: #017D51;
}
.badge_date .date {
  font-size: 13px;
  line-height: 24px;
  color: #222328;
}
.readmore{
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.contbtn{
  width: auto;
  height: auto;
  max-width: 110px;
  min-width: auto;
  min-height: 40px;
}

.needhelp{
  font-size: 14px;
  flex: 11 !important;
}
.needhelp a{
  text-decoration: underline;
}

.infowrap{
  position: relative;
}
.question_icons{
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #DFDFDF;
}
.question_icons img{
  max-width: 7px;
}
.infocont{
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 200px;
  background: #f7f7f7;
  font-size: 12px;
  line-height: 100%;
  padding: 8px;
  border-radius: 4px;
  box-shadow: rgba(1, 0, 4, 0.38) 3px 0px 15px 0px;
  bottom: 25px;
  left: 0px;
}
.infowrap:hover .infocont{
  opacity: 1;
  pointer-events: auto;
}
.infocont::after{
  display: none;
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f7f7f7;
  top: -5px;
  left: 7px;
}

select#countryDropdown{
  color: #212529;
  padding: 0.44rem 1rem;
  /* width: calc(100% - 13px); */
  height: 40px;
  background-image: url(/images/dropdown_arrow.svg);
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: right .75rem center;
}
#message{
  height: 96px;
    border-radius: 5px;
}

/* floating label */
.form-floating > .form-control, .form-floating > .form-select{
  height: 40px;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown){
  padding: 0.65rem 1rem;
}
.form-floating > label {
  line-height: 23px;
  padding: 0 10px;
  z-index: 3;
  height: 26px;
  background: rgba(255, 255, 255, 1);
  top: 7px;
  left: 4px;
  color: #585b5e;
  transition: all 0.3s;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label{
  transform: none;
  opacity: 1;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:valid ~ label{
  font-size: 12px;
  top:-8px;
  left: 6px;
  line-height: normal;
  height: auto;
  padding: 0 8px;
  opacity: 1;
  transform: none;
}

option[value=""]{
  display:none;
}

/* floating label end*/

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #92a59d;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px;
    padding-left: 16px;
}
.select2-container {
  width: 100%!important;
}

@media (max-width: 1360px) {
  .newfeaturlist {
    margin-bottom: 4.25rem;
  }
}
@media (max-width: 1280px) {
  .card_img {
    max-width: 195px;
  }
  .news_card .card_body {
    width: calc(100% - 195px);
  }
  .getstarted {
    padding: 0.2rem 2rem;
  }
  .linksWrap ul.mainmenu li a {
    padding: 8px 14px;
  }
}
@media (max-width: 1199px) {
  .linksWrap ul.mainmenu li a {
    font-size: 16px;
    padding: 7px 10px;
  }
  .card_img {
    max-width: 150px;
  }
  .news_card .card_body {
    width: calc(100% - 150px);
  }
  .footerLinksWrap ul li a{
    font-size: 14px;
  }
  .tsm_sliderwrp h5::after {
    width: 22px;
    height: 24px;
    bottom: -33px;
  }
  .getstarted {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  #Eventposter .modal-dialog {
    max-width: 450px;
  }
  
}
@media (max-width: 576px) {
  .footerTextWrap2{
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .prvcy_copy{
    width: 100%;
    padding-bottom: 0;
    justify-content: center
  }
  .prvc_link{
    text-align: center;
  }
  .socialicons{
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 800px) {
    
}