body .site-page {
  visibility: visible;
}

a {
  text-decoration: none;
  color: blue;
  transition: all 0.3s;
}

a:hover {
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.4pt;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2pt;
}
body h1 {
  font-size: 35px;
}
body h2 {
  font-size: 30px;
}
body h3 {
  font-size: 25px;
}
body h4 {
  font-size: 20px;
}
body h5 {
  font-size: 18px;
}
body h6 {
  font-size: 16px;
}
body * {
  box-sizing: border-box;
}

body:not(.user-logged-in) {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.maindiv {
  width: 100%;
  overflow: hidden;
}
.maindiv .midcontent {
  width: 100%;
}

.sidebar-first {
  width: 25%;
  float: left;
}

.sidebar-second {
  width: 25%;
  float: right;
}

body.sidebar-left .maindiv .midcontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
body.sidebar-left .maindiv .midcontent .main-content {
  width: 72%;
  float: left;
  margin-left: 3%;
}

body.sidebar-right .maindiv .midcontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
body.sidebar-right .maindiv .midcontent .main-content {
  width: 72%;
  float: left;
  margin-right: 3%;
}

body.two-sidebar .maindiv .midcontent {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
body.two-sidebar .maindiv .midcontent .main-content {
  width: 46%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sidebar-first {
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar-second {
    width: 100%;
    margin-top: 20px;
  }
  body.sidebar-left .maindiv .midcontent .main-content {
    width: 100%;
    margin: 0%;
  }
  body.sidebar-right .maindiv .midcontent .main-content {
    width: 100%;
    margin: 0%;
  }
  body.two-sidebar .maindiv .midcontent .main-content {
    width: 100%;
    margin: 0%;
  }
}
body.down header.header { /* position: fixed;*/
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.07);
  position: relative;
}

body.down .site-page {
  padding-top: 184px;
}

header.header {
  display: inline-flex;
  width: 100%;
  padding: 20px 15px 0;
  justify-content: space-between;
  background: #070631;
  transition: 0.2s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  top: -184px;
  min-height: 90px;
}

div#block-mtouch-branding a img {
  display: inline-block;
  margin: 5px 0 0;
}

.site-right-header > div {
  display: inline-flex;
  align-items: center;
  padding: 16px 0 0;
}

nav#block-mtouch-main-navigation {
  display: flex;
  align-items: center;
  min-width: 40px;
}
nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu {
  cursor: pointer;
  display: none; /* width: 105px; */ /* height: 72px; */
  position: relative !important; /* clip: initial; */
  margin: 0px 0 -40px 0px;
  border-right: 0px solid #6d6ecd;
  align-items: center;
  font-size: 12px;
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  z-index: 10;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu:before {
  content: "";
  text-indent: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  content: "";
  width: 100%;
  content: ""; /* background: url(/themes/custom/mtouch/images/../images/menu/user-menu-white.svg) no-repeat center center; */
  background-size: auto 100%;
  height: 1px;
  width: 100%;
  background: #fff;
}
nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu span.menu-label {
  text-indent: -9999px;
  height: 1px;
  width: 100%;
  background: #fff;
  margin: 7px 0;
}
nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: inline-block;
}
nav#block-mtouch-main-navigation > ul {
  margin: 20px 20px 0 0;
  display: flex;
  list-style: none;
  z-index: 99;
  padding: 0;
  position: relative;
}
nav#block-mtouch-main-navigation > ul li {
  padding: 0 21px;
}
nav#block-mtouch-main-navigation > ul a {
  color: #fff;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  display: inline-block;
  padding: 7px 0px;
  font-size: 1.1rem;
}
nav#block-mtouch-main-navigation > ul li > ul {
  z-index: 9;
  display: none;
  position: absolute;
  top: 36px;
  width: 100%;
  flex-wrap: wrap;
  left: 0;
  padding: 40px 10px 20px;
  margin: 0;
  list-style: none;
}
nav#block-mtouch-main-navigation > ul li > ul li {
  width: 100%;
  padding: 7px 0;
}
nav#block-mtouch-main-navigation > ul li > ul li a {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  padding: 10px 10px;
  color: #03045E;
  padding-right: 35px !important;
  position: relative;
}
nav#block-mtouch-main-navigation > ul li > ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  display: none;
  position: absolute;
  right: 5px;
  top: 14px;
  transform: rotate(-45deg);
}
nav#block-mtouch-main-navigation > ul li > ul li a:after {
  content: "";
  width: 11px;
  height: 1px;
  background: #03045e;
  position: absolute;
  right: 5px;
  top: 18px;
  display: none;
}
nav#block-mtouch-main-navigation > ul:after {
  position: fixed;
  z-index: -3;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in 0s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2705882353);
}
nav#block-mtouch-main-navigation > ul:before {
  content: "";
  width: 445px;
  position: fixed;
  background: #fff;
  height: 100vw;
  top: 0;
  left: 0;
  z-index: -1; /* box-shadow: 20px 0 45px rgb(0 0 0 / 50%); */
  left: -100%;
  transition: all 0.3s ease-in;
}
nav#block-mtouch-main-navigation > ul > li:hover > a {
  color: #00B4D8;
  border-bottom: 1px solid #00B4D8;
}
nav#block-mtouch-main-navigation > ul {
  /*a[href*='/teams'], >li:hover> a[href*='/teams'] {color: #fff !important;padding: 7px 10px !important;border-radius: 6px;border: 0px dotted #fff;background: #006fb1;}*/
  /* li a[href*='/teams'].is-active, >li:hover> a[href*='/teams'].is-active { background: #00B4D8; color: #fff; }*/
}
nav#block-mtouch-main-navigation > ul > li.qrcode5 {
  display: none;
}
nav#block-mtouch-main-navigation.active li.hover > ul {
  display: block;
}
nav#block-mtouch-main-navigation.active > ul > li > a {
  color: #03045E;
  font-size: 0.9rem;
}
nav#block-mtouch-main-navigation.active > ul:before {
  left: 0;
}
nav#block-mtouch-main-navigation.active > ul:after {
  width: 200px;
  height: 100vh;
  opacity: 1;
  box-shadow: 360px 0 79px 100vw rgba(0, 0, 0, 0.2705882353);
}
nav#block-mtouch-main-navigation.active h2#block-mtouch-main-navigation-menu {
  color: #03045E;
}
nav#block-mtouch-main-navigation.active h2#block-mtouch-main-navigation-menu:before {
  background-image: url(../images/menu/user-menu.svg);
}
nav#block-mtouch-main-navigation > ul li > ul li canvas, nav#block-mtouch-main-navigation > ul > li canvas {
  max-width: 160px;
  height: auto !important;
  margin: auto;
  display: block;
}
nav#block-mtouch-main-navigation > ul li > ul li .code-wrapper, nav#block-mtouch-main-navigation > ul > li .code-wrapper {
  border-top: 1px solid #ccc;
  padding: 40px 40px 0 !important;
  text-align: center;
  text-align: center;
  margin: 30px 0 0;
}
nav#block-mtouch-main-navigation > ul li > ul li .code-wrapper span, nav#block-mtouch-main-navigation > ul > li .code-wrapper span {
  color: #00839e;
  font-weight: 500;
  display: inline-block;
  padding: 0 0 13px;
  width: 100%;
  font-family: "DM Mono";
  letter-spacing: normal;
}
nav#block-mtouch-main-navigation > ul li > ul li:nth-child(1) .code-wrapper, nav#block-mtouch-main-navigation > ul > li:nth-child(1) .code-wrapper {
  border-top: 0;
  margin-top: 0;
}

body.user-logged-in nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu {
  display: flex;
  flex-wrap: wrap;
  width: 55px;
  display: none;
}
body.user-logged-in nav#block-mtouch-main-navigation > ul:before {
  width: 550px;
}

header.header nav#block-mtouch-main-navigation > ul > li.button-style a, header.header nav#block-mtouch-main-navigation > ul > li.button-style a.is-active {
  background: #00B4D8;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
}

/*.site-left-header {align-items: center;align-content: center;display: flex;} 
nav#block-mtouch-main-navigation {align-self: center;}*/
div#block-views-block-header-icons-blk-header-icons div[class*=js-view-dom] {
  display: flex;
}
div#block-views-block-header-icons-blk-header-icons .views-row {
  margin: 0 10px;
}

/*
nav#block-hamburgermenu > ul { position: fixed; right: -300px; width: 300px; background: #06055e; margin: 0; padding: 100px 0 40px 3%; top: 0; height: 100%; z-index: 11;transition: right 0.3s ease-in-out 0s;
    li { display: inline-block; width: 100%; padding: 10px 0; 
        a { color: #fff; letter-spacing: 0.9pt; font-family: "DM Sans"; }
    }
}*/
/*nav#block-hamburgermenu { display: inline-block; padding: 0 0 0 15px; min-width: 49px; min-height: 75px;
    h2 { position: relative !important; width: 34px; height: 20px; clip: auto; display: inline-block; text-indent: -9999px; cursor: pointer;
      &:before { width: 100%; height: 100%; border-top: 2px solid #000; border-bottom: 2px solid #000; position: absolute; content: ''; left: 0; top: 0; box-sizing: border-box; } 
      &:after {content: '';position: absolute;height: 2px;width: 100%;background: #000;top: 0;bottom: 0;left: 0;margin: auto;}
    }

    h2+ul>ul{display: none;}
    &.drawer-open {
        ul { right: 0; display: block; } 
        h2 { position: fixed !important; z-index: 999999; top: 0px; right: 20px; 
            &:before { border-color: #fff; height: 0px; border-bottom: 0; top: 0; bottom: 0; margin: auto; transform: rotate(-45deg); } 
            &:after { background: #fff; transform: rotate(45deg); }
        }
        span.menu-label{display: none;}
    }
}*/
div#block-signup p a {
  height: 31px;
  overflow: hidden;
  display: inline-flex;
  background: url(../images/login-register.svg) no-repeat left center;
  background-size: auto 100%;
  padding: 0 0 0 33px;
  align-items: center;
  color: #03045E;
  font-size: 1.2rem;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
}

div#block-signup p {
  margin: 0;
}

#block-userdashboard-2 h2 {
  margin: 0;
  position: static !important;
  clip: auto;
  width: 27px;
  height: 31px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  background: url(../images/login-register.svg) no-repeat center center;
  background-size: auto 100%;
}

#block-userdashboard-2 > ul {
  list-style: none;
  z-index: 9;
  display: none;
  position: absolute;
  top: 100%;
  width: 250px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  left: -110px;
  padding: 10px 13px;
  margin: 0;
  border-radius: 17px;
}
#block-userdashboard-2 > ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px 10px;
  font-size: 14px;
}
#block-userdashboard-2 > ul li:last-child {
  border: 0;
}
#block-userdashboard-2 > ul li ul {
  margin: 0;
  padding: 10px 0 0 0px;
}
#block-userdashboard-2 > ul li a {
  color: #333;
}
#block-userdashboard-2 > ul li ul li {
  font-size: 12px;
  padding: 4px 0;
  border: 0;
}
#block-userdashboard-2 > ul:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 117px;
  top: -9px;
  transform: rotate(45deg);
  z-index: 10;
  box-shadow: -3px -3px 5px -1px #aaa;
}

#block-userdashboard-2:hover > ul {
  display: block;
}

/*div#block-cart { position: relative; padding: 0 0 0 20px; 
    h2{display: none;}
    a.cart-block--link__expand { top: 0;  background: url(../images/cart.svg) no-repeat center center;background-size: auto; border-radius: 25px; width: 38px; height: 38px; display: inline-block; } 
    .cart-block--summary__icon img { display: none; } 
    span.cart-block--summary__count { position: absolute; top: -5px; width: 20px; height: 20px; overflow: hidden; background: #00b4d8; color: #fff; padding: 4px 5px; border-radius: 10px; font-size: 10px; left: 40px; }
    .cart-block--contents.is-outside-horizontal { overflow: auto; box-shadow: 0 5px 20px rgba(0,0,0,0.3); border-radius: 9px; padding: 10px 20px 5px; width: 300px; } 
    .cart-block--contents__items { overflow: auto; padding: 0 0 7px; border-bottom: 1px solid #ddd; margin: 0 0 10px; } 
    td.views-field.views-field-title { width: 240px;padding: 0 20px 12px 0; font-size: 13px; } 
    .cart.cart-block { padding: 4px 0; } 
    .cart-block--contents__links a { background: #000; color: #fff !important; display: inline-block; padding: 7px 20px; border-radius: 5px; font-weight: 300; letter-spacing: 1pt; float: right; margin: 0 0 5px; }
    td.views-field.views-field-total-price__number { vertical-align: top; font-size: 13px; font-weight: 500; }
}*/
#block-cartflyout {
  position: relative;
  padding: 0 0 0 20px;
}
#block-cartflyout .cart-block--link__expand {
  top: 0;
  background: url(../images/cart.svg) no-repeat center center;
  background-size: auto;
  border-radius: 25px;
  width: 38px;
  height: 38px;
  display: inline-block;
}
#block-cartflyout .cart-block--link__expand img {
  display: none;
}
#block-cartflyout .cart-block--summary__count {
  position: absolute;
  top: -14px;
  height: 19px;
  overflow: hidden;
  background: #00b4d8;
  color: #fff;
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 10px;
  left: 12px;
  white-space: nowrap;
}

div#whole-banner-section {
  position: relative;
  height: 37.037037037vw;
  padding: 0 0 10%;
  display: flex;
  align-items: center;
}
div#whole-banner-section .banner-content {
  margin: auto;
  text-align: center;
}
div#whole-banner-section .banner-content h2 {
  font-family: "DM Mono";
  font-size: 3.6rem;
  color: #1D1EB4;
  margin: 0;
}
div#whole-banner-section .banner-content .body {
  color: #03045E;
  max-width: 770px;
  margin: 35px auto;
  letter-spacing: 0.6pt;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.9em;
}
div#whole-banner-section .banner-content .body p {
  margin: 0;
}
div#whole-banner-section .banner-content a.cta-link {
  display: inline-block;
  background: #00B4D8;
  color: #fff;
  padding: 15px 35px;
  border-radius: 12px;
  font-family: "Merriweather";
  font-size: 2rem;
  margin: 10px 0 0;
}

.paragraph--type--logo-and-title-list h2.text-align-center {
  color: #1D1EB4;
  margin: 1.6em 0 1em;
  font-size: 2rem;
  font-weight: 400;
}

.icon-with-title-listing {
  width: 100%;
  padding: 3em 15px 5em;
  text-align: center; /*background: url("../images/curves.svg") no-repeat 0% -19.2vw;*/
  background-size: 100% auto;
}
.icon-with-title-listing .icon-with-title {
  display: inline-flex;
  align-items: baseline;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
}
.icon-with-title-listing .title {
  display: inline-block;
  padding: 20px 0;
  color: #03045E;
  font-family: "DM Mono";
  font-size: 1.6rem;
  white-space: nowrap;
}

div#whole-image-with-content-section {
  display: inline-flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
}
div#whole-image-with-content-section .imagebox {
  width: 50%;
}
div#whole-image-with-content-section .content-box {
  background: transparent linear-gradient(228deg, rgba(29, 30, 180, 0.9) 0%, rgba(3, 4, 94, 0.9) 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 40px 2% 40px 5%;
  border-radius: 20px;
  width: 48%;
}
div#whole-image-with-content-section .heading {
  font-size: 1.8rem;
  font-family: "DM Mono";
}
div#whole-image-with-content-section .magic-listing ul {
  margin: 0;
  padding: 25px 0;
  list-style: none;
}
div#whole-image-with-content-section .magic-listing ul li {
  font-weight: 100;
  display: inline-block;
  padding: 8px 0 8px 45px;
  width: 100%;
  letter-spacing: 0.5pt;
  font-size: 1rem;
  position: relative;
}
div#whole-image-with-content-section .magic-listing ul li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 24px;
  height: 30px;
  background: url(../images/bullet.svg) no-repeat top left;
  background-size: 100% auto;
}
div#whole-image-with-content-section a.cta-link {
  color: #FFB300;
  font-family: "Merriweather";
  font-size: 1.6rem;
  letter-spacing: 0.8pt;
}

.paragraph.paragraph--type--image-with-content-text {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  background: url("../images/bg-pattern.svg") no-repeat center top;
  background-size: cover;
}

.paragraph.paragraph--type--title-content-cta-image {
  background: url(../images/bg-great-connection.svg) no-repeat bottom left #0077b6;
  background-size: contain;
}
.paragraph.paragraph--type--title-content-cta-image div#whole-content-with-image-section {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 0 0 15px;
}
.paragraph.paragraph--type--title-content-cta-image .content-box {
  width: 50%;
  align-self: center;
  color: #fff;
  padding: 0 5% 0 0;
}
.paragraph.paragraph--type--title-content-cta-image .imagebox {
  width: 50%;
}
.paragraph.paragraph--type--title-content-cta-image .imagebox img {
  display: block;
}
.paragraph.paragraph--type--title-content-cta-image .imagebox .youtube-video iframe {
  height: 540px;
  float: left;
  max-width: 100%;
}
.paragraph.paragraph--type--title-content-cta-image .heading {
  font-size: 1.6rem;
  font-family: "DM Mono";
}
.paragraph.paragraph--type--title-content-cta-image .body {
  FONT-SIZE: 1rem;
  font-weight: 100;
  line-height: 2.1em;
  letter-spacing: 0.8pt;
  padding: 25px 0;
}
.paragraph.paragraph--type--title-content-cta-image .body p {
  margin: 0 0 15px;
}
.paragraph.paragraph--type--title-content-cta-image .create-cta-link-button {
  display: inline-block;
  width: 100%;
  padding: 5px 0 0;
}
.paragraph.paragraph--type--title-content-cta-image .create-cta-link-button a {
  color: #fff;
  font-family: "Merriweather";
  font-size: 1.6rem;
}
.paragraph.paragraph--type--title-content-cta-image .cta-link-button {
  display: inline-block;
  padding: 20px 0 0;
}
.paragraph.paragraph--type--title-content-cta-image .cta-link-button a {
  font-family: "Merriweather";
  font-size: 1.6rem;
  color: #FFB300;
}

.paragraph.paragraph--type--carousel-product-slider {
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
  padding: 8em 15px 0;
  background: url("../images/curve-bg-2.svg") no-repeat 0% -27.7vw;
  background-size: 100% auto;
}

div#whole-carousel-slider-section {
  max-width: 1200px;
  margin: auto;
}
div#whole-carousel-slider-section .heading h2 {
  text-align: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 3rem;
  max-width: 740px;
  margin: 0 auto 1em;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
}
div#whole-carousel-slider-section .slick-slider {
  padding: 0 65px;
}
div#whole-carousel-slider-section button.slick-prev.slick-arrow, div#whole-carousel-slider-section button.slick-next.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  border-width: 2px 0 0 2px;
  border-color: #7BA194;
  transform: rotate(-45deg);
  cursor: pointer;
}
div#whole-carousel-slider-section button.slick-next.slick-arrow {
  left: auto;
  right: 0;
  transform: rotate(135deg);
}
div#whole-carousel-slider-section .slick-slide {
  text-align: center;
}
div#whole-carousel-slider-section .slick-slide .title {
  color: #000;
  font-weight: 300;
  letter-spacing: 0.8pt;
  padding: 20px 15px;
}
div#whole-carousel-slider-section .cta-link-button {
  padding: 6em 0 0;
  text-align: center;
}
div#whole-carousel-slider-section .cta-link-button a {
  outline: none;
  color: #fff;
  background: #00b4d8;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 12px;
  font-family: "Merriweather";
  font-size: 2rem;
}

.paragraph.paragraph--type--how-works {
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
  padding: 4.5em 15px 0;
  background: url("../images/how-mtap-works-curve.svg") no-repeat 0 0;
  background-size: 100% auto;
}

div#whole-how-works-section {
  max-width: 1200px;
  margin: auto;
}
div#whole-how-works-section .heading h2 {
  text-align: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 2rem;
  max-width: 740px;
  margin: 0 auto 1em;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
}
div#whole-how-works-section .how-works {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
div#whole-how-works-section .how-works .viewrow {
  transition: all 0.2s ease 0s;
  width: 31%;
  flex-grow: 0;
  margin: 0px 1% 2%;
  padding: 45px 4% 30px;
  border-radius: 22px;
  text-align: center;
  background: transparent linear-gradient(180deg, #00B4D8 0%, #1D1EB4 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
div#whole-how-works-section .how-works .viewrow:hover {
  background: transparent linear-gradient(180deg, #00B4D8 0%, #d9f4f9 100%) 0% 0% no-repeat padding-box;
}
div#whole-how-works-section .how-works .viewrow:hover h3 {
  color: #1D1EB4;
}
div#whole-how-works-section .how-works .viewrow:hover .body {
  color: #000;
}
div#whole-how-works-section .how-works .viewrow:hover img {
  filter: brightness(10);
}
div#whole-how-works-section .viewrow h3 {
  font-family: "DM Mono";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 20px 0;
  transition: all 0.2s ease 0s;
}
div#whole-how-works-section .body {
  font-size: 1rem;
  letter-spacing: 0.4pt;
  line-height: 1.9em;
  font-weight: 300;
  transition: all 0.2s ease 0s;
}
div#whole-how-works-section img {
  transition: all 0.2s ease 0s;
}
div#whole-how-works-section .cta-link-button {
  padding: 3em 0 0;
  text-align: center;
}
div#whole-how-works-section .cta-link-button a {
  color: #fff;
  background: #2b6197;
  display: inline-block;
  padding: 14px 35px;
  border-radius: 12px;
  font-family: "Merriweather";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.4pt;
}

.paragraph.paragraph--type--shop-list {
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
  padding: 3.5em 15px 0;
}

div#whole-shop-listing-section {
  max-width: 1200px;
  margin: auto;
}
div#whole-shop-listing-section .heading h2 {
  text-align: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 2.2rem;
  max-width: 740px;
  margin: 0 auto 0.6em;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
}
div#whole-shop-listing-section .viewcontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
div#whole-shop-listing-section .viewrow {
  display: block;
  border: 0px solid #ccc;
  padding: 20px;
  margin: 1.2%;
  width: 22.6%;
  box-shadow: 1px 4px 11px rgba(0, 0, 0, 0.08);
}
div#whole-shop-listing-section .viewrow img {
  max-width: 200px;
  max-height: 200px;
  height: auto;
  width: auto;
}
div#whole-shop-listing-section .title {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.4pt;
}
div#whole-shop-listing-section .cta-link-button {
  padding: 3em 0 0;
  text-align: center;
}
div#whole-shop-listing-section .cta-link-button a {
  color: #fff;
  background: #2b6197;
  display: inline-block;
  padding: 14px 35px;
  border-radius: 12px;
  font-family: "Merriweather";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.4pt;
}

.paragraph.paragraph--type--clients-say {
  display: inline-block;
  width: 100%;
  float: left;
  clear: both;
  padding: 4em 15px 0;
}

#whole-client-say-section {
  max-width: 1200px;
  margin: auto;
}
#whole-client-say-section .heading h2 {
  text-align: center;
  font-family: "DM Mono";
  color: #1d1eb4;
  font-size: 2.2rem;
  margin: 0 auto 0.5em;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
}
#whole-client-say-section .client-say-listing {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
#whole-client-say-section .viewrow {
  display: inline-block;
  width: 30.5%;
  float: left;
  text-align: center;
  padding: 50px 20px 35px;
  background: #fff;
  border: 1px solid #D4DDE5;
  border-radius: 20px;
  position: relative;
  transition: all 0.2s ease 0s;
}
#whole-client-say-section .viewrow:hover {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.08);
}
#whole-client-say-section .imagebox {
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 0 20px;
}
#whole-client-say-section .imagebox img {
  display: block;
}
#whole-client-say-section .title {
  color: #000;
  font-size: 1.1rem;
}
#whole-client-say-section a.play {
  position: absolute;
  top: 50px;
  z-index: 1;
  right: 45px;
  background: #00B4D8;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  text-indent: -9999px;
  overflow: hidden;
}
#whole-client-say-section a.play:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 12px 0px 12px 20px;
  border-style: solid;
  margin: auto;
  border-color: transparent transparent transparent #fff;
}
#whole-client-say-section .cta-link-button {
  padding: 5em 0 0;
  text-align: center;
}
#whole-client-say-section .cta-link-button a {
  color: #fff;
  background: #2b6197;
  display: inline-block;
  padding: 14px 35px;
  border-radius: 12px;
  font-family: "Merriweather";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.4pt;
}
#whole-client-say-section .youtube-video-listing {
  display: flex;
  justify-content: center;
  width: 100%;
}
#whole-client-say-section .youtube-video-listing .youtube-video {
  width: 100%;
  padding: 7px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  margin: 0 1%;
  max-width: 780px;
}
#whole-client-say-section .youtube-video-listing .youtube-video iframe {
  max-width: 100%;
  height: 420px;
  float: left;
}

footer.footer, footer {
  border-bottom: 0px solid #03647b;
  background: url(../images/footerbg.svg) no-repeat center top #00001f;
  display: inline-block;
  width: 100%;
  margin: 4em 0 0;
  text-align: center;
  padding: 16px 15px 15px;
  background-size: auto 100%;
}

nav#block-footermenu {
  display: inline-block;
  padding: 25px 0 45px;
}
nav#block-footermenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#block-footermenu ul li {
  display: inline-block;
  margin: 0 20px;
}
nav#block-footermenu ul li a {
  color: #fff;
}

div#block-footerlogo {
  width: 33%;
}

div#block-footersociallink {
  display: inline-block;
  padding: 15px 0 0;
  width: 33%;
}
div#block-footersociallink img {
  max-width: 26px;
  max-height: 26px;
  width: auto;
}
div#block-footersociallink td {
  padding: 0 10px;
}
div#block-footersociallink #block-applinks img {
  max-width: 100%;
  max-height: none;
  width: 100%;
}

div#block-copyright {
  color: #03045E;
  font-size: 0.8rem;
  text-align: center;
  padding: 0 10px;
}
div#block-copyright .powered-by {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}
div#block-copyright .logo-footer-brand.powered-by-right img {
  max-height: 48px;
  width: auto;
  margin: 0 0 0 20px;
}

/*------ Inner page Basics ----------*/
.site-pagetitle h1 {
  text-align: center;
  margin: 0px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 2.6rem;
  color: #1D1EB4;
  line-height: 1.5em;
  text-transform: capitalize;
  padding: 50px 0px 30px;
}

nav#block-hamburgermenu.drawer-open h2 + ul > ul {
  display: none;
}

.site-breadcrumbs nav ol {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 35px 35px 0;
}
.site-breadcrumbs nav ol li {
  margin: 0 26px 0 0;
  position: relative;
}
.site-breadcrumbs nav ol li:not(:last-child):before {
  right: -15px;
  top: 0px;
  width: 5px;
  height: 5px;
  position: absolute;
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  color: #666;
  bottom: 0;
  margin: auto;
}
.site-breadcrumbs nav ol li:last-child a {
  color: #333;
}
.site-breadcrumbs nav ol li a {
  color: #666;
}

input[type=submit i] {
  cursor: pointer;
}

body.not-front-page {
  background: rgba(242, 247, 248, 0.75);
}

.form-item {
  padding: 5px 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.form-item label {
  font-family: "Merriweather";
  color: #000;
  width: 110px;
  padding: 0 0px 0 0;
  font-weight: 300;
  letter-spacing: 0.5pt;
  font-size: 14px;
}
.form-item input, .form-item select {
  display: inline-block;
  width: 369px;
  height: 45px;
  border: 1px solid #00b4d8;
  border-radius: 5px;
  padding: 0 15px;
}
.form-item div.description {
  display: inline-block;
  width: 100%;
  padding: 10px 0 0;
  font-size: 12px;
  color: #666;
}

legend {
  color: #00B4D8;
  font-family: "Merriweather";
  display: inline-block;
  line-height: normal;
  float: left;
  width: 100%;
  font-size: 2rem;
  margin: 0 0 1em;
  text-align: center;
}

legend + div {
  clear: both;
}

.form-item input, .form-item select {
  width: 100%;
  border: 1px solid #73A1C2;
}
.form-item label {
  width: 100%;
  padding: 0 0 6px;
}

input.button {
  background: #2b6197;
  padding: 0 25px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 0.6pt;
  height: 42px;
}

.fieldset-wrapper {
  width: 100%;
}

.js-form-item.form-item.js-form-type-radio {
  width: auto;
  display: inline-flex;
  align-items: center;
  margin: 0 15px 0 0;
  padding: 5px 0;
}

.form-item input.form-radio {
  width: 18px;
  clear: none;
  align-items: baseline;
  height: 18px;
  margin: 0 10px 0 0;
  align-self: center;
}

.form-item input.form-radio + label {
  width: auto;
  padding: 0;
  font-size: 14px;
}

.midcontent.loginpage.logincheckout {
  gap: 0;
  width: 100%;
}
.midcontent.loginpage.logincheckout div.checkout-pane {
  display: flex;
  gap: 40px;
  width: 100%;
}
.midcontent.loginpage.logincheckout * {
  width: 100%;
}
.midcontent.loginpage.logincheckout legend {
  min-height: 75px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.8pt;
}
.midcontent.loginpage.logincheckout .form-item {
  padding: 0 0 12px;
}
.midcontent.loginpage.logincheckout .form-item label {
  font-size: 13px;
  color: #333;
  padding: 0 0 5px;
}

div#edit-email-registration-login > fieldset.form-item {
  padding: 30px 8% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
  max-width: 450px;
  margin: 0 auto;
}
div#edit-email-registration-login > fieldset.form-item a#edit-email-registration-login-returning-customer-forgot-password {
  margin: 25px 0 0;
  display: inline-block;
  color: #000;
  width: 100%;
  text-align: center;
}

.slick-initialized .slick-slide img {
  width: auto !important;
  margin: auto;
  height: auto !important;
}

.slick-initialized .slick-slide {
  background: #fff;
  border-radius: 20px;
  padding: 2em 7%;
}

.thumbnails .slick-initialized .slick-slide {
  background: none;
  padding: 0;
}

/*------ Shop page --------*/
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
  max-width: 800px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  padding: 0;
  position: relative;
  overflow-y: auto;
  border: 0;
  border-radius: 12px;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-content {
  padding: 0 15px;
  background: none;
  z-index: 1;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-titlebar {
  padding: 0;
  background: none;
  border: 0;
  z-index: 2;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-title {
  display: none;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-titlebar-close {
  border: 0;
  background: none;
  right: 20px;
  top: 15px;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons #nfc_product_details_page .nfc_product_details .product_left_section .slider img {
  max-width: 100% !important;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .slick-track { /*max-width: 100% !important;*/ }
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .slick-slide.slick-current.slick-active { /*max-width: 100%;*/ }
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons #nfc_product_details_page .nfc_product_details .product_title h2 {
  font-size: 30px;
  line-height: normal;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons #nfc_product_details_page .product_description_wrapper {
  margin: 40px 0 0;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .product_description_wrapper .product_specifications_description .product_description_row {
  font-size: 12px;
  color: #333;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .form-actions button {
  display: none;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .form-actions button.button--add-to-cart.button {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #00B4D8;
  padding: 10px 25px 10px 25px;
  border-radius: 30px;
  color: #fff;
  font-family: "DM Mono";
  letter-spacing: 0.4pt;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .dialog-off-canvas-main-canvas {
  z-index: 1;
  position: relative;
}

/*---Sign up  */
.path-user .main-content {
  width: 100%;
  clear: both;
  padding: 0.5em 15px 5em;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.path-user .main-content:before {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  margin: auto;
  background: url(../images/how-mtap-works-curve.svg) no-repeat 0 0;
  z-index: -1;
  background-size: 100% auto;
  width: 100vw;
  height: 100%;
}

.maindiv .midcontent.loginpage {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 50px 20px;
  flex-wrap: wrap;
  max-width: 1071px;
  margin: auto;
}

#user-login-form .form-item, form#user-register-form .form-item, form#user-pass .form-item, .user-logged-in .user-form .form-item, .commerce-checkout-flow-multistep-default .form-item {
  padding: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  width: 100%;
  border: 0 none;
}
#user-login-form .form-item label, form#user-register-form .form-item label, form#user-pass .form-item label, .user-logged-in .user-form .form-item label, .commerce-checkout-flow-multistep-default .form-item label {
  font-family: "Merriweather";
  color: #333;
  padding: 0 0 5px 0;
  font-weight: 400;
  letter-spacing: 0.5pt;
  font-size: 13px;
}
#user-login-form .form-item input, #user-login-form .form-item select, form#user-register-form .form-item input, form#user-register-form .form-item select, form#user-pass .form-item input, form#user-pass .form-item select, .user-logged-in .user-form .form-item input, .user-logged-in .user-form .form-item select, .commerce-checkout-flow-multistep-default .form-item input, .commerce-checkout-flow-multistep-default .form-item select {
  width: 100%;
  outline: none;
}
#user-login-form .form-item div.description, form#user-register-form .form-item div.description, form#user-pass .form-item div.description, .user-logged-in .user-form .form-item div.description, .commerce-checkout-flow-multistep-default .form-item div.description {
  display: inline-block;
  width: 100%;
  padding: 5px 0 0;
  font-size: 12px;
  color: #666;
}
#user-login-form .form-item .shwpd, form#user-register-form .form-item .shwpd, form#user-pass .form-item .shwpd, .user-logged-in .user-form .form-item .shwpd, .commerce-checkout-flow-multistep-default .form-item .shwpd {
  margin-top: 6px;
}
#user-login-form .form-item, form#user-register-form .form-item, form#user-pass .form-item, .user-logged-in .user-form .form-item, .commerce-checkout-flow-multistep-default .form-item {
  /*input.form-checkbox { width: auto; display: inline-block; margin: 3px  10px 0 0; height: auto; } 
  &.js-form-type-checkbox { display: flex; flex-wrap: nowrap; align-items: flex-start;padding: 20px 0 20px; position: relative; 
      label { display: inline-block; width: auto; clear: none; font-size: 12px; } 
      a { color: #00b4d8; }
      .form-item--error-message{position: absolute; bottom: 14px; 
          a{color: red;}
      }
      .form-item--error-message + label { margin: 0 0 15px}
  } */
}
#user-login-form details#edit-terms-of-use summary, form#user-register-form details#edit-terms-of-use summary, form#user-pass details#edit-terms-of-use summary, .user-logged-in .user-form details#edit-terms-of-use summary, .commerce-checkout-flow-multistep-default details#edit-terms-of-use summary {
  display: none;
}
#user-login-form input.form-submit, form#user-register-form input.form-submit, form#user-pass input.form-submit, .user-logged-in .user-form input.form-submit, .commerce-checkout-flow-multistep-default input.form-submit {
  text-transform: uppercase;
  background: #2b6197;
  border: 0;
  height: 45px;
  padding: 0 45px;
  border-radius: 100px;
  color: #fff;
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.8pt;
  width: 100% !important;
}
#user-login-form .forgot-password, form#user-register-form .forgot-password, form#user-pass .forgot-password, .user-logged-in .user-form .forgot-password, .commerce-checkout-flow-multistep-default .forgot-password {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0.9em 0 1em;
  border-bottom: 0px solid #D3E0EB;
}
#user-login-form .forgot-password a, form#user-register-form .forgot-password a, form#user-pass .forgot-password a, .user-logged-in .user-form .forgot-password a, .commerce-checkout-flow-multistep-default .forgot-password a {
  color: #03045E;
  font-size: 13px;
}
#user-login-form .forgot-password .form-social-link, form#user-register-form .forgot-password .form-social-link, form#user-pass .forgot-password .form-social-link, .user-logged-in .user-form .forgot-password .form-social-link, .commerce-checkout-flow-multistep-default .forgot-password .form-social-link {
  padding: 1em 0 0.5em;
  text-align: center;
  width: 100%;
  display: block;
}
#user-login-form .form-social-link, form#user-register-form .form-social-link, form#user-pass .form-social-link, .user-logged-in .user-form .form-social-link, .commerce-checkout-flow-multistep-default .form-social-link {
  display: inline-block;
  width: 100%;
  padding: 1.2em 0 0;
  text-align: center;
}
#user-login-form .form-social-link .heading, form#user-register-form .form-social-link .heading, form#user-pass .form-social-link .heading, .user-logged-in .user-form .form-social-link .heading, .commerce-checkout-flow-multistep-default .form-social-link .heading {
  FONT-WEIGHT: 500;
  color: #00B4D8;
  margin: 4px 0 8px;
}
#user-login-form .form-social-link ul.social-button, form#user-register-form .form-social-link ul.social-button, form#user-pass .form-social-link ul.social-button, .user-logged-in .user-form .form-social-link ul.social-button, .commerce-checkout-flow-multistep-default .form-social-link ul.social-button {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  gap: 0;
}
#user-login-form .form-social-link ul.social-button li, form#user-register-form .form-social-link ul.social-button li, form#user-pass .form-social-link ul.social-button li, .user-logged-in .user-form .form-social-link ul.social-button li, .commerce-checkout-flow-multistep-default .form-social-link ul.social-button li {
  width: 100%;
  margin: 0 0 8px;
}
#user-login-form .form-social-link ul.social-button li a, form#user-register-form .form-social-link ul.social-button li a, form#user-pass .form-social-link ul.social-button li a, .user-logged-in .user-form .form-social-link ul.social-button li a, .commerce-checkout-flow-multistep-default .form-social-link ul.social-button li a {
  color: #fff;
  background: #4267B2;
  width: 100%;
  display: inline-block;
  max-width: 250px;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 3;
  letter-spacing: 0.6pt;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#user-login-form .form-social-link ul.social-button li a:before, form#user-register-form .form-social-link ul.social-button li a:before, form#user-pass .form-social-link ul.social-button li a:before, .user-logged-in .user-form .form-social-link ul.social-button li a:before, .commerce-checkout-flow-multistep-default .form-social-link ul.social-button li a:before {
  margin: 0 5px 0 0;
  background: url("../images/facebook.svg") no-repeat center center;
  display: inline-block;
  width: 19px;
  height: 16px;
  background-size: 100% auto;
  content: "";
}
#user-login-form .form-social-link ul.social-button li.google a, form#user-register-form .form-social-link ul.social-button li.google a, form#user-pass .form-social-link ul.social-button li.google a, .user-logged-in .user-form .form-social-link ul.social-button li.google a, .commerce-checkout-flow-multistep-default .form-social-link ul.social-button li.google a {
  background: #4285F4;
}
#user-login-form .form-social-link ul.social-button li.google a:before, form#user-register-form .form-social-link ul.social-button li.google a:before, form#user-pass .form-social-link ul.social-button li.google a:before, .user-logged-in .user-form .form-social-link ul.social-button li.google a:before, .commerce-checkout-flow-multistep-default .form-social-link ul.social-button li.google a:before {
  background: url("../images/google.svg") no-repeat center center;
  background-size: 100% auto;
}
#user-login-form .form-social-link ul.social-button li.linkedin a, form#user-register-form .form-social-link ul.social-button li.linkedin a, form#user-pass .form-social-link ul.social-button li.linkedin a, .user-logged-in .user-form .form-social-link ul.social-button li.linkedin a, .commerce-checkout-flow-multistep-default .form-social-link ul.social-button li.linkedin a {
  background: #007fb5;
}
#user-login-form .form-social-link ul.social-button li.linkedin a:before, form#user-register-form .form-social-link ul.social-button li.linkedin a:before, form#user-pass .form-social-link ul.social-button li.linkedin a:before, .user-logged-in .user-form .form-social-link ul.social-button li.linkedin a:before, .commerce-checkout-flow-multistep-default .form-social-link ul.social-button li.linkedin a:before {
  background: url("../images/linkedin_icon.svg") no-repeat center center;
  background-size: 100% auto;
}
#user-login-form .dont-have-account, form#user-register-form .dont-have-account, form#user-pass .dont-have-account, .user-logged-in .user-form .dont-have-account, .commerce-checkout-flow-multistep-default .dont-have-account {
  color: #03045E;
  font-size: 14px;
  text-align: center;
}
#user-login-form .dont-have-account a, form#user-register-form .dont-have-account a, form#user-pass .dont-have-account a, .user-logged-in .user-form .dont-have-account a, .commerce-checkout-flow-multistep-default .dont-have-account a {
  color: #00B4D8;
  margin: 0 0 0 6px;
  font-weight: 500;
}

.commerce-checkout-flow-multistep-default .form-social-link ul.social-button {
  display: none;
}

form#user-register-form .form-social-link {
  display: none;
}

.aleadyaccount {
  padding: 20px 0 0;
}

form#user-pass, .login-form-wrapper, .register-form-wrapper, .user-logged-in .user-form, form.group-name-edit-form, form.groups-form, form.department-name-edit-form {
  padding: 35px 4% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
  max-width: 450px;
  margin: 0 auto;
}

.login-form-wrapper, .register-form-wrapper {
  padding: 30px 8% 40px;
}
.login-form-wrapper h2, .register-form-wrapper h2 {
  color: #00B4D8;
  font-family: "DM Mono";
  display: inline-block;
  line-height: normal;
  float: left;
  width: 100%;
  font-size: 2rem;
  margin: 0 0 1em;
  text-align: center;
  min-height: 75px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.register-form-wrapper .password-strength__meter, .commerce-checkout-flow-multistep-default .password-strength__meter {
  height: 2px;
  width: 100%;
  margin: 10px 0 2px;
}
.register-form-wrapper .password-strength, .commerce-checkout-flow-multistep-default .password-strength {
  width: 100%;
}
.register-form-wrapper .form-item .password-suggestions.description, .commerce-checkout-flow-multistep-default .form-item .password-suggestions.description {
  padding: 0;
}
.register-form-wrapper form#user-register-form .js-form-item.form-item.js-form-type-password, .commerce-checkout-flow-multistep-default form#user-register-form .js-form-item.form-item.js-form-type-password {
  padding-bottom: 10px;
}
.register-form-wrapper .password-strength__title, .register-form-wrapper .password-strength__text, .register-form-wrapper .password-confirm.js-password-confirm.js-password-confirm-message, .commerce-checkout-flow-multistep-default .password-strength__title, .commerce-checkout-flow-multistep-default .password-strength__text, .commerce-checkout-flow-multistep-default .password-confirm.js-password-confirm.js-password-confirm-message {
  font-size: 12px;
  color: #000;
  padding: 5px 0 0;
}

.user-logged-in .user-form {
  max-width: 600px;
  margin: -30px auto 0;
}
.user-logged-in .user-form textarea {
  border: 1px solid #73a1c2;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  outline: none;
}
.user-logged-in .user-form .form-item > div {
  width: 100%;
}

form#user-register-form .username-form-item label.js-form-required.form-required {
  font-weight: 500;
  color: #0e0e0e;
}
form#user-register-form .username-form-item .form-item.form-item-name {
  margin: 0 0 20px;
  padding: 14px 20px;
  display: inline-block; /* border: 1px solid #c9dbef; */
  border-radius: 8px; /* box-shadow: 2px 2px 10px #ccc; */
  background: #d5f1ff;
}
form#user-register-form .username-form-item .form-item-name label { /* color: #fff; */ /* margin: 0 0 10px; */
  display: inline-block;
}

form#user-pass-reset {
  padding: 35px 4% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
  max-width: 450px;
  margin: 0 auto;
}

/*----- Sign up ----------*/
form#user-register-form .js-form-item.form-item.js-form-type-tel label {
  width: 150px;
}
form#user-register-form .js-form-item.form-item.js-form-type-tel input {
  width: 328px;
}
form#user-register-form summary {
  font-size: 18px;
  margin: 20px 0 20px;
}
form#user-register-form .form-item.form-item-field-address-0-address-address-line1 label, form#user-register-form .form-item.form-item-field-address-0-address-address-line2 label {
  width: 100%;
  padding: 0 0 12px;
}
form#user-register-form .form-item.form-item-field-address-0-address-address-line1 input, form#user-register-form .form-item.form-item-field-address-0-address-address-line2 input {
  width: 100%;
}
form#user-register-form .form-item.form-item-field-address-0-address-address-line2 {
  padding-top: 0;
}
form#user-register-form .form-item div.password-suggestions.description {
  padding: 0;
}

/*--- Terms & privacy --------*/
article[data-history-node-id="542"], article[data-history-node-id="543"], article[data-history-node-id="564"] {
  max-width: 980px;
  margin: 0 auto;
}
article[data-history-node-id="542"] p, article[data-history-node-id="543"] p, article[data-history-node-id="564"] p {
  margin: 0 0 1.8em;
}
article[data-history-node-id="542"] a, article[data-history-node-id="543"] a, article[data-history-node-id="564"] a {
  color: #00b4d8;
  border-bottom: 1px solid;
  font-family: "Merriweather";
}

/*----- Checkout  -----*/
.not-front-page .maindiv {
  padding-bottom: 3em;
  min-height: 60vh;
}

.form-item--error-message strong.error {
  font-size: 11px;
  font-weight: 400;
  color: red;
  font-family: "Merriweather";
  letter-spacing: 0.4pt;
  padding: 5px 0 0;
  display: inline-block;
}

.path-checkout .main-content {
  width: 100%;
  clear: both;
  padding: 2.5em 15px 5em;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}
.path-checkout .main-content:before {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  margin: auto;
  background: url(../images/how-mtap-works-curve.svg) no-repeat 0 0;
  z-index: -1;
  background-size: 100% auto;
  width: 100vw;
  height: 100%;
  display: none;
}

div#edit-email-registration-login > fieldset.form-item {
  padding: 30px 8% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
  max-width: 450px;
}
div#edit-email-registration-login > fieldset.form-item a#edit-email-registration-login-returning-customer-forgot-password {
  margin: 25px 0 0;
  display: inline-block;
  color: #000;
  width: 100%;
  text-align: center;
}

.checkout-pane-shipping-information legend {
  text-align: left;
}

.user-logged-in form#commerce-checkout-flow-multistep-default {
  padding: 30px 4% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block; /* box-shadow: 0px 23px 32px rgba(8, 75, 91, 0.16); */
  max-width: 1200px;
  margin: 0 auto;
}

fieldset#edit-payment-information {
  border: 0;
  border-right: 0px solid #d8e2e8;
  padding: 60px 7% 0 0;
}

.commerce-checkout-flow-multistep-default .button {
  width: auto !important;
  margin: 0 0 35px;
}

div#shipping-information-wrapper div[aria-label*="Error message"] {
  margin: 0 0 30px;
  width: 100%;
}

.commerce-checkout-flow-multistep-default fieldset.form-item .js-form-type-radio {
  min-width: 100%;
  display: inline-flex;
  text-align: left;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.commerce-checkout-flow-multistep-default fieldset.form-item .js-form-type-radio input {
  width: auto;
  margin: 0 10px;
}

fieldset#edit-payment-information legend {
  text-align: left;
}
fieldset#edit-payment-information fieldset legend {
  color: #333;
  font-size: 20px;
}

.commerce-checkout-flow-multistep-default .form-item.js-form-type-checkbox {
  flex-wrap: nowrap;
}
.commerce-checkout-flow-multistep-default .form-item.js-form-type-checkbox input {
  width: 20px;
  align-self: flex-start;
}

.commerce-checkout-flow-multistep-default .layout-checkout-form .checkout-pane-coupon-redemption input.form-submit {
  font-size: 16px;
  background: #fff;
  color: #2b6197;
  border: 2px solid #00B4D8;
  font-weight: 500;
  font-family: "Jost";
  text-transform: capitalize;
  letter-spacing: 0.4pt;
  color: #00B4D8;
  margin: 0;
}

.stripe-form #card-number-element, .stripe-form #security-code-element, .stripe-form #expiration-element {
  display: inline-block;
  width: 100%;
  height: 45px;
  border: 1px solid #73A1C2;
  border-radius: 5px;
  padding: 14px 15px;
  max-width: 480px;
}

div#edit-payment-information-add-payment-method-payment-details-expiration, .form-item-payment-information-add-payment-method-payment-details-expiration {
  float: left;
  width: 48.7%;
  max-width: 311px;
  margin: 0 3% 0 0 !important;
}

div#edit-payment-information-add-payment-method-payment-details-security-code, .form-item-payment-information-add-payment-method-payment-details-security-code {
  width: 42%;
  max-width: 150px;
}

div#edit-payment-information-add-payment-method-billing-information-address-0-address-container0 {
  display: flex;
}

div#edit-payment-information-add-payment-method-billing-information-address-0-address-container0 > div {
  width: 48.7%;
  margin: 0 1.5% 0 0;
}

div#edit-payment-information-add-payment-method-billing-information-address-0-address-container0 > div:nth-child(2) {
  margin: 0 0 0 1.5%;
}

.form-item input.form-checkbox {
  width: auto;
  background: #fff;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}

.form-item input.form-checkbox + label {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

input#edit-actions-next {
  padding: 0 25px;
}

.address-container-inline > .form-item {
  vertical-align: top;
}

div#edit-order-summary table {
  width: 100%;
  border-bottom: 1px solid #03045e;
  margin: 0 0 20px;
}
div#edit-order-summary table td {
  padding: 9px 0;
  font-size: 14px;
}

div#edit-order-summary table td.views-field.views-field-total-price__number {
  text-align: right;
}

.order-total-line {
  padding: 0 0 10px;
  font-size: 18px;
}

.layout-region.layout-region-checkout-secondary {
  padding: 0 0 0 1.3%;
}

.form-item--error-message {
  color: red;
  font-size: 12px;
  padding: 5px 0 0;
}

div[aria-label*="Error message"] {
  background: #ffc4c4;
  padding: 20px 15px; /* border: 1px solid #ce0000; */
  max-width: 1200px;
  margin: 10px auto;
  width: 95%;
  border-radius: 6px;
}
div[aria-label*="Error message"] a {
  color: #03045e;
}

div[aria-label*="Warning message"] {
  background: #ffe2c4;
  padding: 20px 15px;
  max-width: 1200px;
  margin: 10px auto;
  width: 95%;
  border-radius: 6px;
}

input.button.address-book-edit-button, .commerce-checkout-flow-multistep-default .layout-checkout-form input.address-book-edit-button.form-submit {
  max-width: 100px;
  margin: 0 0 20px 0 !important;
  font-size: 12px !important;
  padding: 0 8px !important;
  width: auto !important;
  border-radius: 4px;
  background: #73A1C2;
  height: 22px !important;
}

.field.field--name-address.field--type-address {
  font-family: "Poppins";
  font-size: 14px;
  letter-spacing: 0.2pt;
  display: inline-block;
  border: 1px dashed #727272;
  padding: 8px 10px;
  min-width: 50%;
  margin: 0 0 5px;
}

.layout-region.layout-region-checkout-secondary h3 {
  margin-top: 0;
}

.commerce-checkout-flow-multistep-default .form-item.form-item-shipping-information-shipping-profile-select-address {
  max-width: 48%;
}
.commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  border: 1px dashed #ccc;
  padding: 20px;
  margin: 0 0 1.5em;
}
.commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] > div > div > div > div {
  width: 48%;
  align-items: flex-start;
}
.commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] > div > div > div > div > div {
  width: 100%;
}
.commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] > div > div > div > div.address-container-inline {
  width: 100%;
  display: flex;
}
.commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] > div > div > div > div.address-container-inline > div {
  width: 48%;
}
.commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] > div > div > div > div.form-item-shipping-information-shipping-profile-address-0-address-address-line1, .commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] > div > div > div > div.form-item-shipping-information-shipping-profile-address-0-address-address-line2 {
  width: 100%;
}

.address-container-inline {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.address-container-inline > div {
  width: 48% !important;
}

.commerce-checkout-flow-multistep-default .form-item select {
  border-color: #73A1C2;
}
.commerce-checkout-flow-multistep-default .form-item label, .commerce-checkout-flow-multistep-default .form-item input.form-radio + label {
  font-family: "Jost";
  font-size: 16px;
  line-height: normal;
}
.commerce-checkout-flow-multistep-default .layout-checkout-form .layout-region.layout-region-checkout-secondary footer {
  background: none;
  padding: 0;
}
.commerce-checkout-flow-multistep-default .form-item input {
  border-color: #73a1c2;
  max-width: 570px;
}
.commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] div[id*=edit-shipping-information-shipping-profile-address-] {
  border: 0;
  padding: 0;
  margin: 0;
}

.layout-region.layout-region-checkout-secondary div[aria-label*="Error message"] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

.checkout-pane-coupon-redemption .coupon-redemption-form__coupons h3 + table tr td:first-child {
  border: 1px dashed #0a9715;
  padding: 5px 20px;
  border-radius: 10px;
  background: #deffe1;
  color: #0a9715;
}

/*------ Order ------*/
.user-orders {
  background: #fff;
  display: block;
  max-width: 920px;
  margin: -35px auto 0;
  padding: 20px 45px 40px;
  border-radius: 20px;
  width: 95%;
}
.user-orders table.cols-5 {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
}
.user-orders thead {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
.user-orders th.views-field {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px;
  border-right: 1px solid #e5e5e5;
}
.user-orders th#view-purchased-entity-table-column {
  text-align: left;
}
.user-orders .views-field-title {
  text-align: left;
}
.user-orders th a {
  color: #000;
}
.user-orders th:last-child {
  border-right: 0 none;
}
.user-orders tr {
  box-shadow: 0 -1px #ccc inset;
}
.user-orders tbody tr {
  box-shadow: 0 -1px #ddd inset;
  font-size: 14px;
}
.user-orders tr td {
  padding: 10px;
}
.user-orders tr td.views-field.views-field-title {
  font-size: 13px;
}
.user-orders tr td.views-field.views-field-quantity {
  text-align: center;
}
.user-orders tr td.views-field.views-field-unit-price__number {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.user-orders tr td.views-field.views-field-total-price__number {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
}
.user-orders tr td.views-field-order-id {
  border-bottom: 0px solid #fff;
  padding: 10px 0px 10px 30px;
}
.user-orders tr td.views-field-order-id a {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #00B4D8;
  padding: 7px 15px 7px 15px;
  border-radius: 30px;
  color: #fff;
  font-family: "Merriweather";
  letter-spacing: 0.4pt;
  font-size: 14px;
  margin: 0 0 0 5px;
}

/*-------- cart page ------------*/
.view-commerce-cart-form {
  background: #fff;
  display: block;
  max-width: 1100px;
  margin: 3% auto 0;
  padding: 0 10px;
  border-radius: 20px;
  width: 95%;
}
.view-commerce-cart-form table.cols-5 {
  width: 100%;
}
.view-commerce-cart-form th.views-field {
  padding: 10px 0 26px;
  font-size: 13px;
  font-weight: 900;
  font-family: poppins;
}
.view-commerce-cart-form th#view-purchased-entity-table-column {
  text-align: left;
}
.view-commerce-cart-form tr {
  box-shadow: 0 -1px #ccc inset;
}
.view-commerce-cart-form tbody tr {
  box-shadow: 0 -1px #ddd inset;
}
.view-commerce-cart-form tr td {
  padding: 15px 5px;
}
.view-commerce-cart-form tr td.views-field.views-field-purchased-entity {
  font-size: 13px;
}
.view-commerce-cart-form tr td.views-field.views-field-edit-quantity {
  text-align: center;
}
.view-commerce-cart-form tr td.views-field.views-field-edit-quantity .form-item {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
.view-commerce-cart-form tr td.views-field.views-field-edit-quantity .form-item input {
  max-width: none;
  width: auto;
  text-align: center;
  height: 38px;
  border-spacing: 0;
}
.view-commerce-cart-form tr td.views-field.views-field-unit-price__number {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.view-commerce-cart-form tr td.views-field.views-field-edit-quantity .form-item label {
  width: auto;
}
.view-commerce-cart-form tr td.views-field.views-field-remove-button {
  text-align: center;
}
.view-commerce-cart-form tr td.views-field.views-field-remove-button .button {
  background: red;
  font-size: 12px;
  padding: 5px 15px;
  height: 29px;
  margin: 0 auto;
}
.view-commerce-cart-form tr td.views-field.views-field-total-price__number {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
}
.view-commerce-cart-form .field.field--name-total-price.field--type-commerce-price.field--label-hidden.field__item {
  padding: 2.5em 0 1em;
}
.view-commerce-cart-form .order-total-line span.order-total-line-label {
  margin: 0 25px 0 0;
}
.view-commerce-cart-form .order-total-line.order-total-line__subtotal {
  font-size: 15px;
  padding: 0 0 2em;
}
.view-commerce-cart-form div.form-actions {
  display: flex;
  justify-content: flex-end;
}
.view-commerce-cart-form div.form-actions input {
  margin: 0 0 0 10px;
  background: #115CC3;
  font-family: "Jost";
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  text-transform: uppercase;
  height: 50px;
}
.view-commerce-cart-form div.form-actions input:last-child {
  background: #00B4D8;
}

.not-front-page footer {
  margin: 0;
}

#block-userdashboard-2 {
  position: relative;
}

/*--- Review Order -----------*/
div.checkout-pane-review fieldset {
  border: 0;
  border-right: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6em;
  padding: 0 0 3em;
}
div.checkout-pane-review fieldset:last-child {
  margin: 0 0 1em;
  padding: 0;
}
div.checkout-pane-review fieldset legend a {
  font-size: 14px;
  vertical-align: middle;
  color: #03045e;
}

a.link--previous {
  color: #000;
  font-weight: 500;
  margin: 0 0 0 40px;
  display: inline-block;
}

.js-form-item.form-item.js-form-type-textfield.form-item-payment-information-add-payment-method-billing-information-address-0-address-given-name {
  float: left;
  margin: 0;
  width: 49%;
}

.form-item.form-item-payment-information-add-payment-method-billing-information-address-0-address-family-name { /* float: left; */
  margin: 0px 0 0 3%;
  width: 48%;
}

div.checkout-pane-review legend {
  text-align: left;
}
div.checkout-pane-review fieldset {
  padding: 0 0 30px !important;
}

/*------ Create Mtap -----------*/
.path-update .main-content {
  width: 100%;
  clear: both;
  padding: 2.5em 15px 5em;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.path-update .main-content:before {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  margin: auto;
  background: url(../images/how-mtap-works-curve.svg) no-repeat 0 0;
  z-index: -1;
  background-size: 100% auto;
  width: 100vw;
  height: 100%;
}

form.profile-update-form {
  padding: 35px 6% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 73px 72px rgba(8, 75, 91, 0.16);
  max-width: 520px;
  margin: auto;
}
form.profile-update-form .form-item {
  padding: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  width: 100%;
}
form.profile-update-form .form-item label {
  font-family: "Merriweather";
  color: #73A1C2;
  padding: 0 0px 0 0;
  font-weight: 300;
  letter-spacing: 0.5pt;
  font-size: 14px;
}
form.profile-update-form .form-item input, form.profile-update-form .form-item select {
  width: 100%;
}
form.profile-update-form .form-item div.description {
  display: inline-block;
  width: 100%;
  padding: 10px 0 0;
  font-size: 12px;
  color: #666;
}
form.profile-update-form .form-item .shwpd {
  margin-top: 6px;
}
form.profile-update-form input.form-submit {
  margin: 1em 0 2em;
  text-transform: uppercase;
  background: #00B4D8;
  border: 0;
  height: 45px;
  padding: 0 45px;
  border-radius: 100px;
  color: #fff;
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.8pt;
  width: 100%;
}
form.profile-update-form .header-wraper {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0 0 35px;
}
form.profile-update-form .header-wraper h2 {
  margin: 0 0 0.7em;
  font-weight: 600;
  font-size: 28px;
  color: #00B4D8;
}
form.profile-update-form .header-wraper span {
  line-height: 1.8em;
  color: #73A1C2;
  font-weight: 300;
  font-size: 14px;
  max-width: 270px;
  display: block;
  margin: auto;
}
form.profile-update-form textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #73A1C2;
  border-radius: 6px;
  height: 100px;
}

/***------------------*/
.path-blog .main-content {
  width: 100%;
  clear: both;
  padding: 2.5em 15px 5em;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
}
.path-blog .main-content:before {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  margin: auto;
  background: url(../images/how-mtap-works-curve.svg) no-repeat 0 0;
  z-index: -1;
  background-size: 100% auto;
  width: 100vw;
  height: 100%;
}

article[about*="/blog/"] {
  max-width: 100%;
  width: 980px;
  display: block;
  padding: 0 15px 25px;
  margin: 0 auto 3em;
  border-radius: 25px;
  position: relative;
  letter-spacing: 0.2pt;
}
article[about*="/blog/"] h3, article[about*="/blog/"] h2, article[about*="/blog/"] h4 {
  color: #00B4D8;
}
article[about*="/blog/"] a {
  text-decoration: none;
  color: #00B4D8;
}
article[about*="/blog/"] table th, article[about*="/blog/"] table td {
  padding: 5px 15px;
}
article[about*="/blog/"] .field.field--name-field-image.field--type-image img {
  width: 100%;
}
article[about*="/blog/"] .field.field--name-field-blog-date-author {
  display: inline-block;
  padding: 20px 25px 20px;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.4pt;
  color: #464763;
}
article[about*="/blog/"] .field.field--name-body {
  padding: 20px 0px;
}
article[about*="/blog/"] .field.field--name-body p, article[about*="/blog/"] .field.field--name-body ul {
  line-height: 2em;
}
article[about*="/blog/"] span.date {
  position: relative;
  padding: 0 0 0 35px;
  display: inline-block;
}
article[about*="/blog/"] span.date:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  background: url(../images/icon-time.svg) no-repeat center center;
  width: 25px;
  height: 22px;
  background-size: 22px auto;
  filter: brightness(0.5);
}
article[about*="/blog/"] span.user {
  font-weight: 500;
  position: relative;
  padding: 0 0 0 35px;
  display: inline-block;
}
article[about*="/blog/"] span.user:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  background: url(../images/icon-user.svg) no-repeat center 4px;
  width: 25px;
  height: 22px;
  background-size: 14px auto;
}

.view-display-id-pg-blogs .item-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-display-id-pg-blogs ul li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex: 0 29.3%;
  margin: 0 0 0 2%;
  max-width: 29.3%;
  border-right: 1px dotted;
  padding: 0 2% 75px 0;
  align-content: flex-start;
  position: relative;
}
.view-display-id-pg-blogs .views-field-field-image {
  width: 100%;
}
.view-display-id-pg-blogs .views-field-nothing {
  width: 100%;
  padding: 0 0 20px;
}
.view-display-id-pg-blogs h2 a {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #000;
  font-weight: 100;
}
.view-display-id-pg-blogs span.nm {
  display: inline-flex;
  padding: 0 5px 0 0;
}
.view-display-id-pg-blogs span.nm:after {
  content: ":";
  display: inline-block;
  padding: 0 0 0 4px;
}
.view-display-id-pg-blogs .auth-date {
  display: inline-flex;
  padding: 0 0 0 10px;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.4pt;
}
.view-display-id-pg-blogs .auth-name {
  font-weight: 500;
  display: inline-flex;
}
.view-display-id-pg-blogs .item-list ul li li {
  margin: 0;
}
.view-display-id-pg-blogs .blog-desc p {
  margin: 0 0 5px;
}
.view-display-id-pg-blogs span.info h4 {
  margin: 10px 0;
}
.view-display-id-pg-blogs span.date {
  position: relative;
  padding: 0 4px 0 35px;
  display: inline-block;
}
.view-display-id-pg-blogs span.date:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  background: url(../images/icon-time.svg) no-repeat center center;
  width: 25px;
  height: 22px;
  background-size: 22px auto;
  filter: brightness(0.5);
}
.view-display-id-pg-blogs span.user {
  font-weight: 500;
  position: relative;
  padding: 0 0 0 35px;
  display: inline-block;
}
.view-display-id-pg-blogs span.user:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  background: url(../images/icon-user.svg) no-repeat center 4px;
  width: 25px;
  height: 22px;
  background-size: 14px auto;
}
.view-display-id-pg-blogs span.more {
  display: inline-block;
  width: 100%;
}
.view-display-id-pg-blogs span.more a {
  background: #8e2a59;
  padding: 6px 17px 4px;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0px 10px 22px rgba(147, 43, 92, 0.3294117647);
  display: inline-block;
  letter-spacing: 0.4pt;
  font-size: 0.9rem;
  margin: 15px 0 0;
}
.view-display-id-pg-blogs .views-field.views-field-title {
  flex: 0 0 100%;
}
.view-display-id-pg-blogs h2 {
  margin: 0;
  font-family: "DM Mono";
}
.view-display-id-pg-blogs .auth-info {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 25px 0 10px;
}
.view-display-id-pg-blogs .blog-desc {
  line-height: 2em;
}
.view-display-id-pg-blogs .blog-more {
  display: block;
  padding: 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.view-display-id-pg-blogs .blog-more a {
  display: inline-block;
  background: #2b6197;
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
}
.view-display-id-pg-blogs ul li:nth-child(3n) {
  border-right: 0;
}
.view-display-id-pg-blogs ul li:before {
  width: 93%;
  position: absolute;
  content: "";
  height: 1px;
  border-bottom: 1px dotted;
  bottom: 20px;
  left: 0;
}
.view-display-id-pg-blogs ul li:nth-last-child(1):before, .view-display-id-pg-blogs ul li:nth-last-child(2):before, .view-display-id-pg-blogs ul li:nth-last-child(3):before {
  border-bottom: 0;
}

/*-----------*/
.price-feature-listing {
  padding: 45px 10px;
}

.package-container-wrapper .singup-free-box {
  background: #f5f9f9;
}

.price-feature-listing {
  background: #fff;
}

.switcher .switch-button.active .one, .switcher .switch-button.active .two {
  color: #000;
}

.switch-button .one {
  color: #00b4d8;
}

.switch-button .two {
  color: #00b4d8;
}

.switch-button span.save {
  color: #00b4d8;
}

.package-container-wrapper .switcher:after {
  background: #fff;
  border: 0px solid #dfecec;
}

.package-container-wrapper .switcher {
  background: none;
  padding: 21px 10px;
}

.switch-button {
  display: inline-block;
  min-width: 50%;
}

.package-container-wrapper .switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.switcher .switch-button {
  width: 50%;
  cursor: pointer;
  padding: 20px 0;
}

.switcher .monthly-button.switch-button {
  border-right: 0px solid #f5f9f9;
}

.package-container-wrapper .switcher.yearly-active:after {
  background: linear-gradient(90deg, #ffffff, #ffffff 50%, #00b4d8 50%);
}

.switcher .monthly-button.switch-button + div {
  display: none;
}

.switcher .switch-button.active .one, .switcher .switch-button.active .two {
  color: #fff;
}

.switch-button.active span.save {
  color: #fff;
}

.package-container-wrapper .switcher.monthly-active:after {
  background: linear-gradient(-90deg, #ffffff, #ffffff 50%, #00b4d8 50%);
}

.package-container-wrapper .switcher.monthly-active .one span {
  color: #00b4d8;
}

.price-feature-listing .price-feature-card {
  border: 3px solid #e5ecec;
  border-radius: 10px;
  margin: 5em auto 0;
  overflow: visible;
}

.price-feature-listing .price-feature-card .price-feature-card-box1:hover, .price-feature-card .price-feature-card-box.most-popular-active {
  margin: -2em 0 0;
  padding: 1em 0 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  background: #00b4d8;
}

.price-feature-listing .price-feature-card ul li .most-popular {
  margin: 0px -10px 0 0;
  background: #f5f9f9;
  color: #000;
  font-weight: 500;
  font-size: 13px;
}

.price-feature-card .price-feature-card-box.most-popular-active ul li:nth-child(4) {
  margin: 0 0px 0em;
}

.price-feature-listing .price-feature-card .price-feature-card-box:nth-child(1) ul li:nth-child(2n) {
  background: #d4f7ff;
}

.price-feature-listing .price-feature-card ul li:nth-child(6), .price-feature-listing .price-feature-card ul li:nth-child(8), .price-feature-listing .price-feature-card ul li:nth-child(10), .price-feature-listing .price-feature-card ul li:nth-child(12), .price-feature-listing .price-feature-card ul li:nth-child(14) {
  background: #d4f7ff;
}

.price-feature-card .price-feature-card-box.most-popular-active ul li {
  background: none;
  border-width: 1px 0 0;
  border-style: solid;
  border-radius: 0;
  border-color: #0095b3;
  background: #00a1c1 !important;
}

.price-feature-listing .price-feature-card ul li:nth-child(2n) {
  background: #d4f7ff;
}

.price-feature-listing .price-feature-card ul li:nth-child(1):after, .price-feature-listing .price-feature-card ul li:nth-child(2):after, .price-feature-listing .price-feature-card ul li:nth-child(3):after, .price-feature-listing .price-feature-card ul li:nth-child(4):after, .price-feature-listing .price-feature-card ul li:nth-child(1), .price-feature-listing .price-feature-card ul li:nth-child(2), .price-feature-listing .price-feature-card ul li:nth-child(3), .price-feature-listing .price-feature-card ul li:nth-child(4) {
  background: #00b4d8 !important;
  color: #fff;
  border: 0;
}

.price-feature-listing .price-feature-card ul li .price {
  color: #fff;
}

.price-feature-listing .price-feature-card ul li:nth-child(4) {
  margin: 0 0 0px;
  padding: 0 0 25px;
}

.price-feature-listing .price-feature-card ul li:nth-child(1) {
  height: 10px;
}

.price-feature-card .price-feature-card-box.most-popular-active ul li:nth-child(1) {
  height: 24px;
}

.price-feature-listing .price-feature-card .price-feature-card-box:first-child {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}

.price-feature-listing .price-feature-card ul li .checked:before {
  border-color: #4ecc52;
  border-width: 4px;
  height: 17px;
  width: 7px;
}

.price-feature-card-box.most-popular-active ul li .checked:before {
  border-color: white;
}

.price-feature-listing .price-feature-card .price-feature-card-box1:hover .bg-color, .price-feature-card .price-feature-card-box.most-popular-active .bg-color {
  background: none;
}

.price-feature-listing .price-feature-card .price-feature-card-box1:hover ul li:nth-child(2n) .bg-color, .price-feature-card .price-feature-card-box.most-popular-active ul li:nth-child(2n) .bg-color {
  background: none;
}

.price-feature-listing .price-feature-card ul li .form-submit, .price-feature-listing .price-feature-card ul li .form-submit:hover {
  background: #4ecc52;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  margin: 20px 0;
  min-width: 220px;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  color: #fff;
}

.price-feature-listing .price-feature-card .price-feature-card-box1:hover ul li:nth-child(2n), .price-feature-card .price-feature-card-box.most-popular-active ul li:nth-child(2n) {
  background: none !important;
}

.price-feature-listing .price-feature-card ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

/*-------- Compatibility Page -------------*/
body.path-product .main-content {
  width: 100%;
  clear: both;
  padding: 2.5em 15px 5em;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
body.path-product .main-content:before {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  margin: auto; /*background: url(../images/how-mtap-works-curve.svg) no-repeat 0 0;*/
  z-index: -1;
  background-size: 100% auto;
  width: 100vw;
  height: 100%;
}
body.path-product .main-content .compatibility-block {
  max-width: 1180px;
  margin: auto;
}
body.path-product .main-content .compatibility-block .view-content {
  display: block;
  column-count: 4;
  column-gap: 30px;
  padding: 4em 0 0;
}
body.path-product .main-content .compatibility-block .views-row {
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 0 20px;
  margin: 0 0 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
body.path-product .main-content .compatibility-block .title h2 {
  font-size: 18px;
  background: #1d1eb4;
  color: #fff;
  margin: 0px -20px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-family: "DM Mono";
  line-height: normal;
}
body.path-product .main-content .compatibility-block .description ul {
  margin: 0;
  padding: 15px 10px 8px;
  width: 100%;
  list-style: none;
}
body.path-product .main-content .compatibility-block .description ul li {
  margin: 6px 0;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
body.path-product .main-content header {
  max-width: 680px;
  margin: auto;
  padding: 0 0 50px;
  font-weight: 300;
  letter-spacing: 0.7pt;
  font-size: 14px;
}
body.path-product .main-content header br + b {
  margin: 10px 0 0px;
  display: inline-block;
  width: 100%;
}
body.path-product .main-content form#views-exposed-form-compatibility-page-compatibility {
  max-width: 680px;
  margin: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
body.path-product .main-content form#views-exposed-form-compatibility-page-compatibility .form-item {
  margin: 0;
  padding: 0;
}
body.path-product .main-content form#views-exposed-form-compatibility-page-compatibility input.form-submit {
  border-radius: 0 6px 6px 0;
  height: 50px;
}
body.path-product .main-content form#views-exposed-form-compatibility-page-compatibility .form-item input.form-text {
  border-radius: 7px 0 0 7px;
  height: 50px;
}

/*----- Magic link creation ------*/
.magiclinkcreation-wrapper {
  margin: 0 auto;
  max-width: 940px;
}
.magiclinkcreation-wrapper .user-info img {
  border-radius: 100px;
  border: 4px solid white;
}
.magiclinkcreation-wrapper .user-info .username {
  padding: 15px 0 5px;
  font-size: 26px;
  font-weight: 400;
  color: #03045E;
}
.magiclinkcreation-wrapper .user-info .address {
  font-weight: 100;
  color: #84A1B5;
  font-size: 13px;
  padding: 0 0 0 25px;
  display: inline-block;
  background: url(../images/logo-small.svg) no-repeat left center;
  background-size: 13px auto;
}
.magiclinkcreation-wrapper .magic-link {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.magiclinkcreation-wrapper .magic-link .left-links {
  width: 32%;
  margin: 0px 7% 0 0;
  padding: 40px;
  background: #fff;
  height: auto;
  border-radius: 25px;
  border: 1px solid rgba(191, 234, 242, 0.5607843137);
  box-shadow: 0px 43px 42px rgba(8, 75, 91, 0.0588235294);
}
.magiclinkcreation-wrapper .magiclink-content {
  width: 61%;
  box-shadow: 0px 43px 42px rgba(8, 75, 91, 0.0588235294);
  background: #fff;
  border-radius: 25px;
  padding: 20px 40px 40px;
  border: 1px solid rgba(191, 234, 242, 0.5607843137);
}
.magiclinkcreation-wrapper .magic-link .left-links .item {
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px;
}
.magiclinkcreation-wrapper .magic-link .left-links .item a {
  text-decoration: none;
  font-size: 14px;
  color: #73A1C2;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.magiclinkcreation-wrapper .magic-link .left-links .item a img {
  margin: 0 23px 0 0;
}
.magiclinkcreation-wrapper .magic-link .left-links .item.active a, .magiclinkcreation-wrapper .magic-link .left-links .item:hover a {
  color: #292A92;
  font-weight: 500;
}
.magiclinkcreation-wrapper .magic-link .left-links .item.active a img, .magiclinkcreation-wrapper .magic-link .left-links .item:hover a img {
  filter: brightness(0.5) saturate(2.5);
}
.magiclinkcreation-wrapper .user-info .user-pic {
  float: left;
  max-width: 110px;
  padding: 0 20px 0 0;
}
.magiclinkcreation-wrapper .description {
  padding: 25px 0;
  font-size: 13px;
  color: #305D7E;
  line-height: 1.8em;
}
.magiclinkcreation-wrapper .filtered-socials ul.rows {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.magiclinkcreation-wrapper .filtered-socials .row {
  cursor: pointer;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCDDE9;
  padding: 15px 10px 15px 52px;
  justify-content: space-between;
}
.magiclinkcreation-wrapper .filtered-socials .row .icon {
  margin: 0 10% 0 0;
  width: 50px;
}
.magiclinkcreation-wrapper .filtered-socials .account {
  display: flex;
  flex-wrap: wrap;
}
.magiclinkcreation-wrapper .filtered-socials .account span.name {
  color: #2A2A95;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.magiclinkcreation-wrapper .filtered-socials span.social-type {
  color: #84A1B5;
  font-size: 12px;
  font-weight: 300;
}
.magiclinkcreation-wrapper .filtered-socials .row .right-align-items {
  display: flex;
  align-items: center;
}
.magiclinkcreation-wrapper .left-align-items {
  display: inline-flex;
}
.magiclinkcreation-wrapper .filtered-socials .row .right-align-items a {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../images/edit.svg") no-repeat center center;
  margin: 0 7px;
  background-size: 100% auto !important;
}
.magiclinkcreation-wrapper .filtered-socials .row .right-align-items a.stasticks {
  background: url("../images/stast.svg") no-repeat center center;
}
.magiclinkcreation-wrapper .filtered-socials .row .right-align-items a.delete {
  background: url("../images/delete.svg") no-repeat center center;
}
.magiclinkcreation-wrapper .filtered-socials .row:last-child {
  border: 0 none;
}
.magiclinkcreation-wrapper .filtered-socials {
  box-shadow: 0 180px 60px -170px rgba(8, 75, 91, 0.0588235294) inset;
  display: block;
  margin: 1.7em -40px 0;
  clear: both;
  padding: 20px 40px;
  background: #fff;
}
.magiclinkcreation-wrapper select.select-list {
  margin: 0 auto;
  display: block;
  width: 100%;
  border: 0;
  background: none;
  height: 55px;
  font-weight: 500;
  color: #03045E;
  font-size: 19px;
  letter-spacing: 0.4pt;
  max-width: 380px;
}
.magiclinkcreation-wrapper .divider {
  height: 3px;
  display: block;
  background: #ccdde9;
  margin: 10px 20px 10px 50px;
}

.add-more-link-cta {
  display: flex;
  position: static;
  width: 100%;
  align-items: center;
  justify-content: end;
}
.add-more-link-cta .button {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #2b6197;
  padding: 7px 15px 7px 15px;
  border-radius: 30px;
  color: #fff;
  font-family: "DM Sans";
  letter-spacing: 0.4pt;
  font-size: 14px;
  margin: 0 0 0 5px;
  line-height: normal;
  text-align: center;
}

.magiclink-content h2.title {
  margin: -25px 0 1em;
}

.user-info {
  padding: 0;
  position: relative;
}

.link-item + .user-info {
  margin: 30px 0 0;
}

.user-info img {
  border: 0px solid white;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  left: -999px;
  right: -999px;
  width: auto;
  height: auto;
  top: -999px;
  bottom: -999px;
}

.description p:empty {
  display: none;
}

.react-responsive-modal-modal {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

.popup {
  display: none;
  border-radius: 14px;
  position: static;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 920px;
  height: 900px;
  max-height: 90vh;
  overflow: hidden;
  z-index: 99;
}

.popup.active {
  display: block;
}

.popup:before {
  background: #011A3A;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  opacity: 0.57;
}

.popup-wrapper {
  background: #fff;
  width: 100%;
  border-radius: 14px;
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.popup-wrapper h3.title {
  font-size: 24px;
  font-weight: 400;
  color: #03045E;
  box-shadow: 0px 53px 52px rgba(8, 75, 91, 0.0588235294);
  margin: 5px 0 10px;
  display: block;
  text-align: center;
}

.popup-header {
  background: transparent linear-gradient(180deg, rgba(242, 245, 248, 0.7411764706) 0%, rgba(255, 255, 255, 0.7411764706) 100%) 0% 0% no-repeat padding-box;
  display: inline-block;
  width: 100%;
  padding: 20px 40px;
}

.popup form.filters {
  margin: 0;
}

.popup .combined-field {
  border: 1px solid #C5D8E6;
  border-radius: 8px;
  display: flex;
}

.popup .combined-field input[type=text] {
  outline: none;
  height: 45px;
  border: 0;
  background: none;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 300;
  font-family: "Merriweather";
  letter-spacing: 0.5pt;
  width: 100%;
  color: #93ACBE;
}

.popup .combined-field input[type=button] {
  border: 0; /*background: url("../images/search.svg") no-repeat center center;background-size: 25px auto;*/
  text-indent: -999px;
  overflow: hidden;
  width: 50px;
  height: 45px;
}

.popup .popup-content {
  display: flex;
  width: 100%;
  padding: 20px 40px;
}

.popup .popup-content .left-filters {
  width: 30%;
  margin: 0 5% 0 0;
}

.popup .popup-content .left-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popup li.item {
  color: #91ACBF;
  font-size: 12px;
  margin: 0 0 12px;
  padding: 8px 15px;
  border-radius: 20px;
  display: flex;
  cursor: pointer;
}

.popup li.item img {
  max-width: 18px;
  margin: 0 12px 0 0;
}

.popup .filtered-content {
  width: 65%;
  padding: 0 0 65px;
}

.popup .filtered-content .rows {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1em;
  width: 100%;
}

.popup .filtered-content .row {
  width: 33%;
  margin: 20px 0 20px;
  padding: 10px 4%;
  text-align: center;
  display: none !important;
  max-width: 160px;
  border-radius: 10px;
}

.popup .filtered-content .row.active {
  display: inline-block !important;
}

.popup .filtered-content .row:hover {
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.3);
  align-items: center;
}

.popup .filtered-content .row img {
  margin: 0 0 10px;
}

.popup .filtered-content .row span.name {
  font-size: 12px;
  color: #03045E;
  word-break: break-word;
}

.popup li.item.active {
  border: 1px solid #03045E;
  color: #03045E;
}

.popup li.item.active img {
  filter: brightness(0) contrast(3.5) saturate(2.5);
}

.popup .cta {
  position: absolute;
  bottom: 0;
  width: 65%;
  text-align: center;
  padding: 15px 0 25px 0;
  right: 0;
  display: inline-block;
  background: #fff;
}

.popup .cta a {
  display: inline-block;
  text-decoration: none;
  background: #2b6197;
  padding: 10px 30px;
  border-radius: 20px;
  color: #fff;
  font-family: "Merriweather";
  font-weight: 300;
  letter-spacing: 0.7pt;
}

.popup span.close {
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  display: none;
}

.popup span.close:before {
  content: "";
  font-family: arial;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url("../images/close.svg") no-repeat center center;
  background-size: 75% auto;
}

.popup .filtered-content .row .icon {
  min-height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.popup .filtered-content .row .icon img {
  max-width: 55px;
}

.popup .filtered-content .row.active[style*="display: none"] {
  display: none !important;
}

.react-responsive-modal-closeButton {
  top: 7px;
  right: 21px;
  width: 20px;
}

.MuiDialog-paperWidthSm {
  width: 100%;
  height: 75%;
  background: #fff;
  z-index: 99999999999;
  max-height: 500px;
}

.MuiDialogActions-root.MuiDialogActions-spacing {
  justify-content: center;
  padding: 0 0 20px;
}

.MuiDialogActions-root.MuiDialogActions-spacing button.MuiButtonBase-root {
  width: auto;
  max-width: none;
  display: inline-flex;
  border: 0px solid #ccc;
  border-radius: 100px;
  padding: 6px 20px;
  background: #2b6197;
  color: #fff;
}

.MuiDialogActions-root.MuiDialogActions-spacing span.MuiButton-label {
  width: auto;
}

.reactEasyCrop_Container {
  background: #fff;
}

.crop-container {
  background: #fff;
}

.MuiDialog-container.MuiDialog-scrollPaper {
  position: relative;
  z-index: 9999;
}

.MuiDialogContent-root {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  background: #fff;
}

.MuiDialog-paperWidthSm .controls {
  z-index: 2;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7019607843);
  height: 45px;
  width: 100%;
  left: 0;
  padding: 0 5%;
}

.MuiDialog-paperWidthSm span.MuiSlider-thumb {
  background: #0023e5;
}

.MuiDialog-paperWidthSm span.MuiSlider-rail {
  background: black;
}

.reactEasyCrop_Container:before {
  content: "Upload Image";
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1pt;
  color: #ccc;
}

/*-----------------------------------------*/
div.customModal.loaderimagepopup {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
  background: #fff;
  text-align: center;
}

.react-responsive-modal-modal.customModal h3 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.react-responsive-modal-modal.customModal h3 img {
  margin: 0 15px 0 0;
}

.react-responsive-modal-modal.customModal h2 {
  font-size: 32px;
  margin: 0.4em 0;
  letter-spacing: 0;
}

.social-profile .filtered-socials {
  height: auto;
}

div#block-copyright {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 10px 10px 0;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 300;
}

div#block-copyright .powered-by {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}

div#block-copyright .logo-footer-brand.powered-by-right img {
  max-height: 48px;
  width: auto;
  margin: 0 0 0 20px;
}

.hidden {
  display: none;
}

.react-responsive-modal-modal {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

.react-responsive-modal-closeButton {
  top: 7px;
  right: 21px;
  width: 20px;
}

.react-responsive-modal-modal.secModal {
  width: 680px;
  padding: 40px;
  box-shadow: 0px 20px 20px rgba(8, 75, 91, 0.1294117647);
  border: 1px solid rgba(191, 234, 242, 0.5607843137);
}

.react-responsive-modal-modal.secModal p {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: 0.4pt;
}

.react-responsive-modal-modal.secModal .form-group {
  display: inline-block;
  width: 100%;
  padding: 7px 0;
}

.react-responsive-modal-modal.secModal .form-group label {
  font-size: 14px;
  margin: 0 10px 0 0;
  min-width: 40%;
  display: inline-block;
}

.react-responsive-modal-modal.secModal .form-group input.form-control {
  height: 38px;
  border: 1px solid #93ACBE;
  border-radius: 6px;
  padding: 0 10px;
  outline: none;
  font-family: "Merriweather";
  letter-spacing: 0.4pt;
  color: #000;
}

.react-responsive-modal-modal.secModal .preview {
  display: inline-block;
  vertical-align: top;
}

.react-responsive-modal-modal.secModal .preview.filtered-socials {
  padding: 15px;
  margin: 10px 0 0;
  width: 100%;
  box-shadow: none;
  border: 1px solid #ddd;
}

.react-responsive-modal-modal.secModal .preview.filtered-socials ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.react-responsive-modal-modal.secModal .preview.filtered-socials ul li {
  padding: 0;
  margin: 0;
}

.react-responsive-modal-modal.secModal .profilepic {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
  background: url(../images/menu/user-menu.svg) no-repeat center center #f1f1f1;
  background-size: 85% auto;
  position: relative;
}

.react-responsive-modal-modal.secModal .form-main-contaner .form-group.pic label, .react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo label {
  margin: 0 0 10px;
}

.react-responsive-modal-modal.secModal .form-main-contaner .form-group.pic .App, .react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo .App {
  position: absolute;
  left: 90px;
  top: 45px;
  z-index: 2;
}

.react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo .App {
  top: 30px;
}

.react-responsive-modal-modal.secModal .form-main-contaner .form-group.pic, .react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo {
  position: relative;
  flex: 1 1 45%;
  max-width: 50%;
}
.react-responsive-modal-modal.secModal .form-main-contaner .form-group.pic .decri, .react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo .decri {
  font-size: 12px;
  color: #999;
}

.react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo:first-child {
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%;
}

.react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo:first-child img {
  max-width: 220px;
  width: auto;
}

.react-responsive-modal-modal.secModal .logo .profilepic {
  background: #f1f1f1;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.react-responsive-modal-modal.secModal .logo .profilepic p {
  display: none;
}

.react-responsive-modal-modal.secModal .pic .profilepic p {
  display: none;
}

.react-responsive-modal-modal.secModal .logo .profilepic:before {
  content: "Logo";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  font-family: "Merriweather";
  font-weight: 500;
  color: #aaa;
  letter-spacing: 0.8pt;
  font-size: 20px;
}

.react-responsive-modal-modal.secModal .form-main-contaner .form-group.pic hr, .react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo hr {
  display: none;
}

.react-responsive-modal-modal.secModal .form-main-contaner .form-group.pic .App button, .form-main-contaner .form-group.logo .App button {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  padding: 0;
  max-width: 25px;
  display: inline-block;
  position: relative;
  border-radius: 100px;
  background: url("../images/edit-white.svg") no-repeat center center #57599b;
  transform: none;
  min-width: auto;
  background-size: 75% auto;
}

.react-responsive-modal-modal.secModal span.MuiButton-label {
  width: 25px;
  overflow: hidden;
  display: inline-block;
}

.react-responsive-modal-modal.secModal .profilepic img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
  margin: auto;
}

.react-responsive-modal-modal.secModal .react-tel-input .selected-flag {
  width: 44px;
  height: 36px;
  padding: 3px 0px 3px 5px;
}

.react-responsive-modal-modal.secModal .react-tel-input .flag-dropdown {
  top: auto;
}

.react-responsive-modal-modal.secModal .form-group input.form-control {
  padding: 0 0 0 50px;
}

.react-responsive-modal-modal.secModal .react-tel-input {
  margin: 7px 0;
  display: inline-block;
}

body:not(.userprofilepage) .react-responsive-modal-container {
  text-align: center;
}
body:not(.userprofilepage) .popup {
  overflow: hidden !important;
  overflow-y: auto !important;
}

/*-------------------------------------------*/
.link-item span.type-of {
  padding: 0;
}
.link-item .link-left {
  padding: 5px 0 0;
  padding: 5px 0 0;
  top: 0;
  bottom: 0;
  height: auto;
  margin: auto;
  max-height: 30px;
}
.link-item .link-left a {
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  border-radius: 0;
  border: 0;
  text-indent: -999px;
  background: url(../images/edit.svg) no-repeat center center;
  background-size: 95% auto !important;
}
.link-item .link-left a.view-link {
  background: url(../images/view.svg) no-repeat center center;
}
.link-item .link-des {
  display: flex;
  align-items: center;
}

.secModal .form-group.filtered-socials.delete-card {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.secModal .form-group.filtered-socials.delete-card h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "DM Mono";
  font-weight: 400;
  line-height: 1.5em;
}
.secModal .form-group.filtered-socials.delete-card ul {
  margin: 0;
  padding: 20px 0 20px;
}
.secModal .form-group.filtered-socials.delete-card ul li.row {
  padding: 0;
}
.secModal .form-group.filtered-socials.delete-card button.button-red {
  float: right;
}

.form-main-contaner .form-group {
  z-index: 1;
}

.form-main-contaner .form-group.phone.phone1 {
  z-index: 6;
}

.form-main-contaner .form-group.phone.phone3 {
  z-index: 2;
}

.form-main-contaner .form-group.phone.phone2 {
  z-index: 4;
}

.button-blue {
  float: right;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #00B4D8;
  padding: 8px 25px 8px 20px;
  border-radius: 30px;
  color: #fff;
  font-family: "DM Mono";
  letter-spacing: 0.4pt;
  font-size: 14px;
}

button.button-red {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #ff3128;
  padding: 8px 20px 8px 20px;
  border-radius: 30px;
  color: #fff;
  font-family: "DM Mono";
  letter-spacing: 0.4pt;
  font-size: 14px;
}

/**/
.site-messeges div[aria-label="Status message"] {
  margin: 1em auto 0;
  max-width: 95%;
  width: 1180px;
  text-align: center;
  border: 1px solid #99f7a0;
  padding: 20px 20px;
  background: #c6ffca;
  font-size: 14px;
}
.site-messeges div[aria-label="Status message"] a {
  font-weight: 500;
  color: #00b4d8;
  font-size: 18px;
}

.profile-wrapper .user-info {
  padding: 0;
}
.profile-wrapper .user-info .user-pic {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  position: relative;
  border: 4px solid #fff;
  border-radius: 100px;
  overflow: hidden;
  background: #fff;
}
.profile-wrapper .user-info .user-pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
  margin: auto;
  border: 0;
  border-radius: 0;
  border-radius: 100px;
  border: 4px solid white;
  min-width: 90px;
  min-height: 90px;
  background-color: #bbb;
}

.social-profile .filtered-socials {
  height: auto;
}

.profile-wrapper .social-profile {
  align-items: flex-start;
}
.profile-wrapper .left-filters {
  margin-top: 75px;
}

.magiclink-wrapper a.get-started:last-child {
  background: #00B4D8;
  color: #fff;
  border: 1px solid #00B4D8;
}

button, a {
  cursor: pointer;
}

/*--------- User Profile -------------*/
.path-user article[about*="/user-"] .form-item, .path-user article[about*="/user-"] .field {
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 0px 0 0px;
  width: 100%;
  align-items: inherit;
  border-bottom: 1px solid #eef3f4;
}
.path-user article[about*="/user-"] .form-item label, .path-user article[about*="/user-"] .field__label {
  width: auto;
  min-width: 230px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  background: #ffffff;
  min-height: 100%;
  margin: 0;
  padding: 20px 20px;
}
.path-user article[about*="/user-"] span.value, .path-user article[about*="/user-"] .field__item {
  font-size: 14px;
  background: #ffffff;
  width: 80%;
  min-height: 100%;
  display: inline-flex;
  padding: 20px 20px;
  border-left: 1px solid #fff;
}

.react-responsive-modal-modal.customModal {
  padding: 20px;
  background: #fff;
  text-align: center;
}
.react-responsive-modal-modal.customModal div[severity=success] {
  color: #56a75c;
  padding: 20px 0 0;
}
.react-responsive-modal-modal.customModal div[severity=success] + button:not(.react-responsive-modal-closeButton) {
  background: #6db372;
  border: 0;
  height: 35px;
  margin: 20px 0 10px;
  width: 100px;
  color: #fff;
  font-family: "DM Mono";
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.4pt;
  border-radius: 25px;
}
.react-responsive-modal-modal.customModal form label[for=profileURL] {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  margin: 0 0 5px;
}
.react-responsive-modal-modal.customModal form label[for=profileURL] + input.text-input {
  width: 100%;
  margin: 7px 0 15px;
  height: 38px;
  border: 1px solid #93ACBE;
  border-radius: 6px;
  padding: 0 10px;
  outline: none;
  font-family: "Merriweather";
  letter-spacing: 0.4pt;
  color: #000;
  font-size: 0.95rem;
}
.react-responsive-modal-modal.customModal form label[for=profileURL] + input + .error {
  padding: 5px 0 0;
  font-size: 14px;
  color: #ff0000;
  text-align: left;
  width: 100%;
  display: block;
}

.filtered-socials .row .icon {
  min-width: 45px;
  margin: 0 10px 0 0;
}

.path-user.one-sidebar .main-content:before {
  display: none;
}

/*--- cart slider ---*/
.cart--cart-offcanvas__close {
  padding: 16px 10px;
  display: flex;
  justify-content: end;
}

.cart--cart-offcanvas__close button.button.btn {
  border: 0;
  border-radius: 100px;
  background: none;
  color: #000;
  font-size: 22px;
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
  width: 28px;
  position: relative;
  opacity: 1;
}

.cart-block--offcanvas-contents {
  padding: 0px 10px 40px;
}

table.cart-block--offcanvas-cart-table tbody tr {
  background: #fff;
  border-bottom: 4px solid #f4f8f9;
  display: flex;
  width: 100%;
  min-width: 100%;
  flex-wrap: wrap;
  padding: 0 50px 0 0;
  position: relative;
  flex: 1 100%;
  justify-content: space-between;
}

td.cart-block--offcanvas-cart-table__title {
  font-size: 13px;
}

table.cart-block--offcanvas-cart-table tr td {
  padding: 6px 10px 8px;
  vertical-align: top;
  border: 0;
  border-bottom: 0px solid #ccc;
  order: 1;
}

table.cart-block--offcanvas-cart-table tr td:first-child {
  line-height: 17px;
  letter-spacing: 0.2pt;
  width: 100%;
  flex: 0 100%;
  max-width: 100%;
  padding-bottom: 0;
  color: #000;
  font-family: poppins;
  font-size: 11px;
}

table.cart-block--offcanvas-cart-table tr td:last-child {
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 10px;
}

table.cart-block--offcanvas-cart-table tr td.cart-block--offcanvas-cart-table__remove button.button.btn {
  border: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url(../images/delete.svg) no-repeat center center;
  background-size: 24px auto;
}

table.cart-block--offcanvas-cart-table tfoot tr {
  border: 0;
  box-shadow: none;
}

button.cart-block--offcanvas-contents__update.button.btn.btn-primary {
  float: right;
  border: 1px solid #00b4d8;
  color: #00b4d8;
  background: none;
  border-radius: 100px;
  padding: 8px 15px;
  text-transform: capitalize;
  font-family: "DM Mono";
}

.cart-block--offcanvas-contents__links a {
  background: #00B4D8;
  padding: 12px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4pt;
  border: 0px solid #000;
  width: 100%;
  text-align: center;
  margin: 5px auto 0;
  max-width: 230px;
  display: block;
  text-transform: uppercase;
}

td.cart-block--offcanvas-cart-table__quantity input {
  height: 25px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 2px;
  min-width: 50px;
}

table.cart-block--offcanvas-cart-table tr td[colspan="3"] {
  min-width: 162px;
}

.cart--cart-offcanvas__close button.button.btn:before, .cart--cart-offcanvas__close button.button.btn:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 0;
  background: #000;
  margin: auto;
  border-radius: 10px;
  transform: rotate(45deg);
}

.cart--cart-offcanvas__close button.button.btn:before {
  transform: rotate(-45deg);
}

table.cart-block--offcanvas-cart-table tr td.cart-block--offcanvas-cart-table__quantity {
  order: 2;
}

/*--------- My Mtap ---------------*/
.path-mymtaps .main-content #block-mtouch-content table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
}
.path-mymtaps .main-content #block-mtouch-content thead {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
.path-mymtaps .main-content #block-mtouch-content th {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px;
  border-right: 1px solid #e5e5e5;
}
.path-mymtaps .main-content #block-mtouch-content th a {
  color: #000;
}
.path-mymtaps .main-content #block-mtouch-content th:last-child {
  border-right: 0 none;
}
.path-mymtaps .main-content #block-mtouch-content tr {
  box-shadow: 0 -1px #ccc inset;
}
.path-mymtaps .main-content #block-mtouch-content tbody tr {
  box-shadow: 0 -1px #ddd inset;
  font-size: 14px;
}
.path-mymtaps .main-content #block-mtouch-content tr td {
  padding: 10px;
  font-size: 12px;
}
.path-mymtaps .main-content #block-mtouch-content th:last-child {
  font-size: 0;
  visibility: hidden;
  line-height: 0;
  text-indent: -999px;
  overflow: hidden;
}
.path-mymtaps .main-content #block-mtouch-content td:last-child a[href*="/mymtaps/"] {
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  border-radius: 0;
  border: 0;
  text-indent: -999px;
  background: url(../images/edit.svg) no-repeat center center;
  background-size: 95% auto !important;
}
.path-mymtaps .main-content #block-mtouch-content td:last-child {
  display: flex;
  align-items: center;
}
.path-mymtaps .main-content #block-mtouch-content td:last-child a[href*="/release"] {
  background: url("../images/delete.svg") no-repeat center center !important;
}
.path-mymtaps .main-content #block-mtouch-content td:nth-child(3), .path-mymtaps .main-content #block-mtouch-content td:nth-child(5), .path-mymtaps .main-content #block-mtouch-content td:nth-child(6) {
  text-align: center;
  justify-content: center;
}

table.table-style {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
}
table.table-style thead {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
table.table-style th {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px;
  border-right: 1px solid #e5e5e5;
}
table.table-style th a {
  color: #000;
}
table.table-style tr {
  box-shadow: 0 -1px #ccc inset;
}
table.table-style tbody tr {
  box-shadow: 0 -1px #ddd inset;
  font-size: 14px;
}
table.table-style tr td {
  padding: 10px;
}
table.table-style tr td a {
  color: #00B4D8;
}
table.table-style th:last-child {
  border-right: 0 none;
}

/*-------- Drupal user pages sidenbar n content ----------*/
body.user-logged-in.path-mymtaps {
  padding: 0px;
}
body.user-logged-in.path-mymtaps .midcontent {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding: 0;
}
body.user-logged-in.path-mymtaps .midcontent > .main-content {
  width: 100%;
}
body.user-logged-in.path-mymtaps .midcontent {
  /*     
  .main-content { width: 100%; box-shadow: 0px 43px 42px #084B5B0F; background: #fff; border-radius: 18px; padding: 40px 40px; border:  1px solid #e8e8f3;margin:0; 
  */
}

body.support.user-logged-in, body.user-logged-in.path-user, body.user-logged-in.path-mymtaps1 {
  padding: 0px;
}
body.support.user-logged-in .midcontent, body.user-logged-in.path-user .midcontent, body.user-logged-in.path-mymtaps1 .midcontent {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding: 0;
}
body.support.user-logged-in .midcontent .main-content, body.user-logged-in.path-user .midcontent .main-content, body.user-logged-in.path-mymtaps1 .midcontent .main-content {
  width: 100%;
  box-shadow: 0px 43px 42px rgba(8, 75, 91, 0.0588235294);
  background: #fff;
  border-radius: 18px;
  padding: 40px 40px;
  border: 1px solid #e8e8f3;
  margin: 0;
}

body.user-logged-in .dialog-off-canvas-main-canvas {
  display: flex;
}
body.user-logged-in .site-page {
  flex: 1;
  min-width: 0;
  width: auto;
  max-width: none;
}
body.user-logged-in div#block-mtouch-branding {
  display: none;
}

.site-slidemenu {
  margin: 0;
  padding: 0;
  background: transparent;
  height: 100vh;
  min-height: 100vh;
  border: none;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 256px;
  flex-shrink: 0;
  transition: width 0.2s ease;
  overflow: visible;
  border-right: none;
}
body.sidebar-collapsed .site-slidemenu {
  width: 64px;
}
.site-slidemenu span.drawer-icon {
  cursor: pointer;
  position: absolute;
  right: -12px;
  width: 22px;
  height: 22px;
  background: white;
  top: 32px;
  border-radius: 100px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.site-slidemenu span.drawer-icon:before, .site-slidemenu span.drawer-icon:after {
  content: "";
  width: 7px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: right center;
}
.site-slidemenu span.drawer-icon:before {
  transform: rotate(-45deg);
}
.site-slidemenu a.logo {
  display: block;
  width: 100%;
  height: 100px;
  background: url("../images/mtap-logo.svg") no-repeat center center;
  background-size: 60% auto;
  max-width: 110px;
  margin: auto;
}
.site-slidemenu nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  font-family: "Poppins";
}
.site-slidemenu nav ul li {
  display: inline-block;
  width: 100%;
  padding: 2px 0;
  position: relative;
}
.site-slidemenu nav ul li a {
  letter-spacing: 0.2pt;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 25px 0px 10px 0px;
  white-space: normal;
  width: 100%;
  overflow: hidden;
  background: url(../images/menu/user.svg) no-repeat;
  background-size: 19px auto;
  background-position: center 2px;
  width: 88px;
  text-align: center;
  justify-content: center;
}
.site-slidemenu nav ul li a.manage-profile {
  background-image: url(../images/menu/manage-profile.svg);
}
.site-slidemenu nav ul li a.my-mtaps {
  background-image: url(../images/menu/mtaps.svg);
}
.site-slidemenu nav ul li a.my-leads {
  background-image: url(../images/menu/leads.svg);
}
.site-slidemenu nav ul li a.mtap-theme {
  background-image: url(../images/menu/theme.svg);
}
.site-slidemenu nav ul li a.analytics {
  background-image: url(../images/menu/analytic.svg);
}
.site-slidemenu nav ul li a.qr-code {
  background-image: url(../images/menu/qr-code.svg);
  background-size: 19px auto;
}
.site-slidemenu nav ul li a.shop, .site-slidemenu nav ul li a[href="/node/659"] {
  background-image: url(../images/menu/shopping-bag.svg);
}
.site-slidemenu nav ul li a.my-orders {
  background-image: url(../images/menu/cart.svg);
}
.site-slidemenu nav ul li a.reset-password {
  background-image: url(../images/menu/logout-2.svg);
}
.site-slidemenu nav ul li a.subscription {
  background-image: url(../images/menu/subscri.svg);
}
.site-slidemenu nav ul li a.logout, .site-slidemenu nav ul li a[href*="user/logout"] {
  background-image: url(../images/menu/logout.svg);
}
.site-slidemenu nav ul li a.invoices {
  background-image: url(../images/menu/invoice.svg);
  background-size: 19px auto;
}
.site-slidemenu nav ul li a.about {
  background-image: url(../images/menu/about.svg);
  background-size: 15px auto;
}
.site-slidemenu nav ul li a.blog {
  background-image: url(../images/menu/blog.svg);
  background-size: 17px auto;
}
.site-slidemenu nav ul li a.partner {
  background-image: url(../images/menu/partner.svg);
}
.site-slidemenu nav ul li a.terms {
  background-image: url(../images/menu/terms.svg);
  background-size: 18px auto;
}
.site-slidemenu nav ul li a.policy {
  background-image: url(../images/menu/policy.svg);
  background-size: 18px auto;
}
.site-slidemenu nav ul li a.contact {
  background-image: url(../images/menu/contact.svg);
  background-size: 17px auto;
}
.site-slidemenu nav ul li a.pro, .site-slidemenu nav ul li a[href="/pricing"] {
  background-image: url(../images/menu/pro.svg);
}
.site-slidemenu nav ul li a.free {
  background-image: url(../images/menu/free.svg);
}
.site-slidemenu nav ul li a.howitwork, .site-slidemenu nav ul li a[href="/node/562"] {
  background-image: url(../images/menu/howitwork.svg);
}
.site-slidemenu nav ul li a.gallery, .site-slidemenu nav ul li a[href="/node/635"] {
  background-image: url(../images/menu/gallery.svg);
}
.site-slidemenu nav ul li a.affiliate {
  background-image: url(../images/menu/affiliate.svg);
}
.site-slidemenu nav ul li a.card {
  background-image: url(../images/menu/digital-card.svg);
}
.site-slidemenu nav ul li a.teams {
  background-image: url(../images/menu/teams.svg);
}
.site-slidemenu nav ul li a.blog {
  background-image: url(../images/menu/blog.svg);
}
.site-slidemenu nav ul li a.partnership {
  background-image: url(../images/menu/partnership.svg);
}
.site-slidemenu nav ul li a.invite {
  background-image: url(../images/menu/invite.svg);
}
.site-slidemenu nav ul li a.knowledge-base {
  background-image: url(../images/menu/knowledge-base.svg);
}
.site-slidemenu nav ul li a.support {
  background-image: url(../images/menu/support.svg);
}
.site-slidemenu nav ul li a.mtap.teams {
  background-image: url(../images/menu/leads.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li a.my-events {
  background-image: url(../images/menu/my-event.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li a.manage-event {
  background-image: url(../images/menu/manage-e.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li a.email {
  background-image: url(../images/menu/mail.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li a.crm {
  background-image: url(../images/menu/crm.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li.item[title="mTap Profile"] a {
  background-image: url(../images/menu/manage-profile.svg);
}
.site-slidemenu nav ul li.item[title="mTap Devices"] a, .site-slidemenu nav ul li.item[title="mTap Cards"] a {
  background-image: url(../images/menu/mtaps.svg);
}
.site-slidemenu nav ul li.item[title=Leads] a {
  background-image: url(../images/menu/leads.svg);
}
.site-slidemenu nav ul li.item[title=Theme] a {
  background-image: url(../images/menu/theme.svg);
}
.site-slidemenu nav ul li.item[title=Analytics] a {
  background-image: url(../images/menu/analytic.svg);
}
.site-slidemenu nav ul li.item[title="QR Code"] a {
  background-image: url(../images/menu/qr-code.svg);
  background-size: 19px auto;
}
.site-slidemenu nav ul li.item[title="My mTap QRCode"] a {
  background-image: url(../images/menu/qr-code.svg);
  background-size: 19px auto;
}
.site-slidemenu nav ul li.item[title="Shop mTap"] a {
  background-image: url(../images/menu/shopping-bag.svg);
}
.site-slidemenu nav ul li.item[title=Orders] a {
  background-image: url(../images/menu/cart.svg);
}
.site-slidemenu nav ul li.item[title*=Cart] a {
  background-image: url(../images/menu/cart.svg);
}
.site-slidemenu nav ul li.item[title="Reset Password"] a {
  background-image: url(../images/menu/logout-2.svg);
}
.site-slidemenu nav ul li.item[title=Subscription] a {
  background-image: url(../images/menu/subscri.svg);
}
.site-slidemenu nav ul li.item[title=Logout] a {
  background-image: url(../images/menu/logout.svg);
  background-size: 12px auto;
}
.site-slidemenu nav ul li.item[title=Invoices] a {
  background-image: url(../images/menu/invoice.svg);
  background-size: 19px auto;
}
.site-slidemenu nav ul li.item[title="About mTap"] a {
  background-image: url(../images/menu/about.svg);
  background-size: 15px auto;
}
.site-slidemenu nav ul li.item[title=Blogs] a {
  background-image: url(../images/menu/blog.svg);
  background-size: 17px auto;
}
.site-slidemenu nav ul li.item[title="Become a Retail Partner"] a {
  background-image: url(../images/menu/partner.svg);
}
.site-slidemenu nav ul li.item[title="Terms & Conditions"] a {
  background-image: url(../images/menu/terms.svg);
  background-size: 18px auto;
}
.site-slidemenu nav ul li.item[title="Privacy Policy"] a {
  background-image: url(../images/menu/policy.svg);
  background-size: 18px auto;
}
.site-slidemenu nav ul li.item[title=Contacts] a {
  background-image: url(../images/menu/contact.svg);
  background-size: 17px auto;
}
.site-slidemenu nav ul li.item[title="Become a Affiliate"] a {
  background-image: url(../images/menu/affiliate.svg);
}
.site-slidemenu nav ul li.item[title="Digital Card"] a, .site-slidemenu nav ul li.item[title="mTap Profile"] a {
  background-image: url(../images/menu/digital-card.svg);
}
.site-slidemenu nav ul li.item[title="Teams Dashboard"] a {
  background-image: url(../images/menu/teams.svg);
}
.site-slidemenu nav ul li.item[title=Partnerships] a {
  background-image: url(../images/menu/partnership.svg);
}
.site-slidemenu nav ul li.item[title="Invite Friends"] a {
  background-image: url(../images/menu/invite.svg);
}
.site-slidemenu nav ul li.item[title="Knowledge Base"] a {
  background-image: url(../images/menu/knowledge-base.svg);
}
.site-slidemenu nav ul li.item[title=Support] a {
  background-image: url(../images/menu/support.svg);
}
.site-slidemenu nav ul li.item[title="mTap Teams"] a {
  background-image: url(../images/menu/leads.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li.item[title="My Events"] a {
  background-image: url(../images/menu/my-event.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li.item[title="Manage Events"] a {
  background-image: url(../images/menu/manage-e.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li.item[title="Contact Email Integration"] a {
  background-image: url(../images/menu/mail.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li.item[title=CRM] a {
  background-image: url(../images/menu/crm.svg);
  background-size: 25px auto;
}
.site-slidemenu nav ul li.item[title=Products] a {
  background-image: url(../images/menu/shopping-bag.svg);
}
.site-slidemenu nav ul li.item[title="mTap Hub"] a {
  background: url(../images/menu/rocket.svg) no-repeat;
  background-size: 22px auto;
}
.site-slidemenu nav ul li.pro a {
  background-image: url(../images/menu/pro.svg);
}
.site-slidemenu nav ul li.free a {
  background-image: url(../images/menu/free.svg);
}
.site-slidemenu nav ul li.howitwork a {
  background-image: url(../images/menu/howitwork.svg);
}
.site-slidemenu nav ul li.gallery a {
  background-image: url(../images/menu/gallery.svg);
}
.site-slidemenu nav ul li.item[title="Affiliate Program"] a {
  background-image: url(../images/menu/affiliate.svg);
}
.site-slidemenu nav ul li.active a {
  color: #000;
}
.site-slidemenu nav ul li a.is-active {
  background-color: #d1ebff !important;
  border-radius: 9px;
}
.site-slidemenu nav ul li img {
  margin: 0 23px 0 0;
}
.site-slidemenu nav ul li.active > a, .site-slidemenu nav ul li:hover > a {
  font-weight: 400;
}
.site-slidemenu nav ul li.active a img, .site-slidemenu nav ul li:hover a img {
  filter: brightness(0.5) saturate(2.5);
}
.site-slidemenu nav ul li .menu-item.hidden.mobile-only {
  display: none;
}
.site-slidemenu nav ul li > ul li[title=Support] a, .site-slidemenu nav ul li > ul li a.support {
  background-image: url(../images/menu/support1.svg);
  background-size: 15px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a, .site-slidemenu nav ul li.menu-item--expanded > span {
  cursor: pointer;
  font-size: 12px;
  padding: 25px 10px 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  background: url(../images/menu/manage-profile.svg) no-repeat;
  background-size: 20px auto;
  background-position: center 5px !important;
  text-align: center;
  letter-spacing: 0.2pt;
  position: relative;
}
.site-slidemenu nav ul li.menu-item--expanded > a.transactions, .site-slidemenu nav ul li.menu-item--expanded > a.shop.mtap, .site-slidemenu nav ul li.menu-item--expanded > a.shop, .site-slidemenu nav ul li.menu-item--expanded > span.transactions, .site-slidemenu nav ul li.menu-item--expanded > span.shop.mtap, .site-slidemenu nav ul li.menu-item--expanded > span.shop {
  background: url(../images/menu/transaction.svg) no-repeat;
  background-size: 22px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a.grow, .site-slidemenu nav ul li.menu-item--expanded > span.grow {
  background: url(../images/menu/seedling.svg) no-repeat;
  background-size: 22px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a.support, .site-slidemenu nav ul li.menu-item--expanded > span.support {
  background: url(../images/menu/support.svg) no-repeat;
  background-size: 16px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a.accelerate, .site-slidemenu nav ul li.menu-item--expanded > a.leads, .site-slidemenu nav ul li.menu-item--expanded > span.accelerate, .site-slidemenu nav ul li.menu-item--expanded > span.leads {
  background: url(../images/menu/rocket.svg) no-repeat;
  background-size: 22px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a.business.card, .site-slidemenu nav ul li.menu-item--expanded > a.settings, .site-slidemenu nav ul li.menu-item--expanded > span.business.card, .site-slidemenu nav ul li.menu-item--expanded > span.settings {
  background: url(../images/menu/digital-card.svg) no-repeat;
  background-size: 22px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a.events, .site-slidemenu nav ul li.menu-item--expanded > span.events {
  background: url(../images/menu/event.svg) no-repeat;
  background-size: 22px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a.integration, .site-slidemenu nav ul li.menu-item--expanded > span.integration {
  background: url(../images/menu/integration.svg) no-repeat;
  background-size: 22px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a.property.cards, .site-slidemenu nav ul li.menu-item--expanded > span.property.cards {
  background: url(../images/menu/property-card.svg) no-repeat;
  background-size: 22px auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a:before, .site-slidemenu nav ul li.menu-item--expanded > a:after, .site-slidemenu nav ul li.menu-item--expanded > span:before, .site-slidemenu nav ul li.menu-item--expanded > span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background: #000;
  right: 5px;
  transform: rotate(-45deg);
  top: -16px;
  transform-origin: right center;
  bottom: 0;
  margin: auto;
}
.site-slidemenu nav ul li.menu-item--expanded > a:before, .site-slidemenu nav ul li.menu-item--expanded > span:before {
  transform: rotate(45deg);
}
.site-slidemenu nav ul li.menu-item--expanded > a.dropdown-toggle:before, .site-slidemenu nav ul li.menu-item--expanded > a.dropdown-toggle:after, .site-slidemenu nav ul li.menu-item--expanded > span.dropdown-toggle:before, .site-slidemenu nav ul li.menu-item--expanded > span.dropdown-toggle:after {
  display: none;
}
.site-slidemenu nav ul li.menu-item--expanded.active > span {
  background-color: #c6e8fb !important;
  border-radius: 9px;
}
.site-slidemenu nav ul li.menu-item--expanded:hover > span {
  background-color: #c6e8fb !important;
  border-radius: 9px;
}
.site-slidemenu nav ul li.menu-item--expanded .caret {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  right: 17px;
  top: 19px;
  margin: 0;
  bottom: 0;
  border: 0;
  background: none;
  vertical-align: unset;
}
.site-slidemenu nav ul li.menu-item--expanded .caret:before, .site-slidemenu nav ul li.menu-item--expanded .caret:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background: #000;
  right: 5px;
  transform: rotate(-45deg);
  bottom: 0;
  transform-origin: right center;
  top: 0;
  margin: auto;
}
.site-slidemenu nav ul li.menu-item--expanded .caret:before {
  transform: rotate(45deg);
}
.site-slidemenu nav ul li.menu-item--expanded > ul.menu {
  border-radius: 17px;
  padding: 0; /* position: absolute; */ /* left: 96%; */ /* z-index: 9999; */ /* top: -10px; */
  width: 100%;
  display: none;
}
.site-slidemenu nav ul li.menu-item--expanded.active > ul.menu {
  display: none;
}
.site-slidemenu nav ul li.menu-item--expanded > ul.menu li a {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 55px;
  margin: 0 0 0 -6px;
}
.site-slidemenu nav ul li.menu-item--expanded:hover > ul.menu li.menu-item a {
  font-weight: normal;
  justify-content: flex-start;
  padding: 9px 10px 7px 50px;
  background-position: 13px center;
  margin: 1px 0;
  font-size: 15px;
  width: 100%;
  border-radius: 0 20px 20px 0;
  text-align: left;
  background-color: transparent;
}
.site-slidemenu nav ul li.menu-item--expanded > ul.menu li.menu-item a:hover { /* border-radius: 27px; */ /* background-color: #fff; */
  background-color: #d1ebff;
}
.site-slidemenu .menu-icon {
  transform: rotate(-45deg);
  content: ""; /* background: url(../images/menu/menu.svg) no-repeat center center;*/
  background-size: 100% auto;
  width: 18px;
  right: 0;
  left: 0;
  margin: auto;
  top: 10px;
  height: 18px;
  border-width: 0px 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  transition: all 0.1s ease 0s;
  cursor: pointer;
  display: none;
}
.site-slidemenu .menu-icon:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-slidemenu .menu-icon:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 7px;
}
.site-slidemenu:after {
  width: 30px;
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  right: 10px;
  top: 17px;
  transition: all 0.1s ease 0s;
  display: none;
}
.site-slidemenu nav > ul > li {
  margin: 2px 0;
}
.site-slidemenu #block-mtapsidemenu {
  margin-bottom: 12px;
  padding-bottom: 4em;
  width: 98px;
  padding-top: 10px;
  background: none;
}
.site-slidemenu #block-mtapsidemenu h2 {
  display: none;
  min-height: 43px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 10px 35px 10px 73px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  background: url(../images/menu/user-menu.svg) no-repeat;
  background-size: 22px auto;
  background-position: 38px center;
  margin: 0;
  position: relative;
  cursor: pointer;
  white-space: normal;
}
.site-slidemenu #block-mtapsidemenu h2:before {
  display: none;
  position: absolute;
  left: 254px;
  top: 17px;
  border-width: 8px 5px 0px 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.site-slidemenu #block-mtapsidemenu h2 {
  /*span.menu-label { display: none; }*/
}
.site-slidemenu #block-mtapsidemenu h2 span.user {
  display: block;
  color: #000;
}
.site-slidemenu #block-mtapsidemenu h2 span.menu-label span.user-role {
  font-style: italic;
  font-size: 12px;
  color: #000;
}
.site-slidemenu #block-mtapsidemenu ul.menu { /*display: none;*/
  padding: 0 5px;
}
.site-slidemenu nav > ul > li:hover a {
  background-color: #d1ebff;
  border-radius: 9px;
}

body.user-menu-active #block-mtapsidemenu {
  width: 100%;
}
body.user-menu-active #block-mtapsidemenu > ul.menu {
  padding: 0px 20px;
}
body.user-menu-active #block-mtapsidemenu > ul.menu > li {
  padding: 0;
  margin: 3px 0;
}
body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded > span:before, body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded > span:after, body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded > a:before, body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded > a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 2px;
  background: #000;
  right: 24px;
  transform: rotate(45deg);
  top: 27px;
  margin: 0;
  bottom: 0;
}
body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded > span:before, body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded > a:before {
  transform: rotate(-45deg);
  right: 24px;
  left: auto;
}
body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded.dropdown-toggle::before, body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded.dropdown-toggle::after {
  display: none;
}
body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded.active > span:before, body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded.active > a:before {
  transform: rotate(-45deg);
  right: 27px;
  top: 22px;
}
body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded.active > span:after, body.user-menu-active #block-mtapsidemenu > ul.menu > li.menu-item--expanded.active > a:after {
  right: 27px;
  transform: rotate(225deg);
  top: 22px;
}
body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded.active, body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded.menu-item--active-trail {
  position: relative;
  border-radius: 6px;
}
body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded.active > span, body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded.menu-item--active-trail > span {
  background-color: #e7f2ff !important;
  border-radius: 6px;
}
body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded.active > a, body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded.menu-item--active-trail > a {
  background: #d1ebff;
}
body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded.active > ul.menu {
  display: inline-block;
  background: none;
  box-shadow: none;
  left: 110px;
  padding: 0 !important;
  margin: 4px 0;
}
body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded.active > ul.menu:before {
  display: none;
}
body.user-menu-active #block-mtapsidemenu ul li.menu-item--expanded:hover > a {
  background-color: #d1ebff;
}
body.user-menu-active #block-mtapsidemenu {
  /* &.tb-megamenu .dropdown .caret { position: absolute; content: ''; width: 22px; height: 22px; right: 17px; top: 19px; margin: 0; bottom: 0; border: 0; background: none; vertical-align: unset; 
       &:before, &:after { position: absolute; content: ''; width: 7px; height: 2px; background: #000; right: 0px; transform: rotate(45deg); margin: auto; bottom: 0; transform-origin: right center; top: 0; left: 0; } 
       &:before { transform: rotate(-45deg); right: 0px; left: 0; }
   }*/
}

.site-slidemenu #block-mtapsidemenu ul.menu > li > ul > li[title=Dashboard], .site-slidemenu #block-mtapsidemenu ul.menu > li > ul > li[title=Logout] {
  display: none;
}

body:not(.user-menu-active) .site-slidemenu nav ul li.menu-item--expanded:hover > ul.menu {
  position: absolute;
  left: 100%;
  z-index: 99;
  width: 220px;
  background: #fff;
  max-width: 200px;
  margin: 4px 5%;
  background: #ffffff;
  border-radius: 17px;
  padding: 10px 10px 10px 0px !important;
  position: absolute;
  left: 96%;
  z-index: 9999;
  top: -10px;
  width: 190px;
  box-shadow: 2px 0 16px rgba(84, 84, 84, 0.5490196078);
  display: block;
}

body.user-menu-active .site-slidemenu > div.drawer-wrapper {
  overflow: auto;
  height: 100vh;
}

body:not(.user-logged-in) .site-slidemenu {
  display: none;
}

.magiclink-wrapper {
  margin: 0 auto;
  max-width: 1080px;
}

.magic-link {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.magic-link .left-links {
  transition: all 0.1s ease 0s;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 40px 0;
  background: #31327c;
  height: auto;
  border-radius: 0;
  border: 0px solid rgba(191, 234, 242, 0.5607843137);
  box-shadow: 0px 43px 42px rgba(8, 75, 91, 0.0588235294);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 99;
  max-width: 55px;
}

.magic-link .left-links .menu-icon {
  content: "";
  background: url(../images/menu/menu.svg) no-repeat center center;
  background-size: 100% auto;
  width: 18px;
  right: 0;
  left: 0;
  margin: auto;
  top: 10px;
  height: 18px;
  border-width: 0px 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  transition: all 0.1s ease 0s;
}

.magic-link .left-links:after {
  display: none;
  transition: all 0.1s ease 0s;
  width: 30px;
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  right: 10px;
  top: 17px;
}

.magiclink-content {
  width: 100%;
  box-shadow: 0px 43px 42px rgba(8, 75, 91, 0.0588235294);
  background: #fff;
  border-radius: 18px;
  padding: 40px 40px;
  border: 1px solid #e8e8f3;
}

.magic-link .left-links .item {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.magic-link .left-links .item a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 55px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.magic-link .left-links .item a img {
  margin: 0 23px 0 0;
}

.magic-link .left-links .item.active a, .magic-link .left-links .item:hover a {
  background-color: #3b77b6 !important;
}

.magic-link .left-links .item.active a img, .magic-link .left-links .item:hover a img {
  filter: brightness(0.5) saturate(2.5);
}

.magic-link .left-links .item a {
  background: url(../images/menu/user.svg) no-repeat;
  background-size: 22px auto !important;
  background-position: 18px center !important;
}

.magic-link .left-links .item[title*=Home] a {
  background: url(../images/menu/user.svg) no-repeat;
  background-size: 22px auto;
  background-position: 18px center;
}

.magic-link .left-links .item[title*="Manage Profile"] a {
  background: url(../images/menu/manage-profile.svg) no-repeat;
}

.magic-link .left-links .item[title*="My mTaps"] a {
  background: url(../images/menu/mtaps.svg) no-repeat;
}

.magic-link .left-links .item[title*="My Leads"] a {
  background: url(../images/menu/leads.svg) no-repeat;
}

.magic-link .left-links .item[title*="mTap Theme"] a {
  background: url(../images/menu/theme.svg) no-repeat;
}

.magic-link .left-links .item[title*=Analytics] a {
  background: url(../images/menu/analytic.svg) no-repeat;
}

.magic-link .left-links .item[title*="mTap QRCode"] a {
  background: url(../images/menu/qr-code.svg) no-repeat;
}

.magic-link .left-links .item[title*=Shop] a {
  background: url(../images/menu/shopping-bag.svg) no-repeat;
}

.magic-link .left-links .item[title*="My orders"] a {
  background: url(../images/menu/cart.svg) no-repeat;
}

.magic-link .left-links .item[title*="Reset Password"] a {
  background: url(../images/menu/logout-2.svg) no-repeat;
}

.magic-link .left-links .item[title*=Subscription] a {
  background: url(../images/menu/subscri.svg) no-repeat;
}

.magic-link .left-links .item[title*=Logout] a {
  background: url(../images/menu/logout.svg) no-repeat;
}

.magic-link .left-links .item[title*=Invoices] a {
  background: url(../images/menu/invoice.svg) no-repeat;
}

body.edit.path-teams .magiclink-content {
  margin: 30px 0 0;
}

/* body.dashboard.path-mtap,  body.user-logged-in.path-manage,   body.mycontact.path-mtap,   body.path-theme,   body.path-analytics,   body.qrcode.path-mtap,   body.edit.path-mtap    { padding: 0px;
   header.header { padding-left: 0; }
 }*/
body .ReactTable {
  padding: 0px 0 0;
}
body .ReactTable .rt-thead .rt-tr {
  padding: 0;
}
body .ReactTable .rt-resizer {
  height: 100%;
  background: transparent;
  width: 11px;
  right: 0;
  border-right: 1px solid #e5e5e5;
}
body .ReactTable .rt-thead .rt-tr .rt-th {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 4px 15px -8px rgba(0, 0, 0, 0.15);
}
body .ReactTable .rt-tbody {
  overflow: visible !important;
}
body .ReactTable .rt-thead .rt-tr .rt-th, body .ReactTable .rt-tbody .rt-tr .rt-td {
  min-width: 150px;
  max-width: none !important;
  flex: auto !important;
}
body .ReactTable .rt-thead .rt-tr .rt-th:nth-child(2), body .ReactTable .rt-tbody .rt-tr .rt-td:nth-child(2) {
  min-width: 150px;
}
body .ReactTable .rt-thead .rt-tr .rt-th:nth-child(3), body .ReactTable .rt-tbody .rt-tr .rt-td:nth-child(3) {
  min-width: 200px;
}

.path-theme .magiclink-wrapper, .themes.path-teams .magiclink-wrapper, .mtouch-content-theme-page .magiclink-wrapper {
  max-width: 780px;
}

.analytics-views {
  padding: 0px;
}
.analytics-views .view-item {
  max-width: 290px;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #f4f9f9;
}

::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 5px;
}

table + nav.pager {
  display: inline-block;
  width: 100%;
}
table + nav.pager ul.pager__items {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
table + nav.pager ul.pager__items li {
  display: inline-block;
  margin: 0 5px;
}
table + nav.pager li.pager__item.is-active a {
  background: #60bcdd;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-flex;
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
table + nav.pager ul.pager__items li a {
  font-size: 12px;
}

body.not-front-page.path-welcome {
  padding: 0;
}

/*------ User profile ---------*/
body.support.user-logged-in .webform-ajax-form-wrapper textarea {
  border: 1px solid #73A1C2;
  border-radius: 7px;
  width: 100%;
}

.form-item input, .form-item select {
  font-size: 1.1rem;
  font-family: "DM Sans";
}

.form-item .iti.iti--allow-dropdown {
  width: 100%;
}

/*--- How it Works  --*/
body.how-it-works .maindiv {
  overflow: inherit;
  padding: 0 20px 0 !important;
}
body.how-it-works .dialog-off-canvas-main-canvas {
  overflow: hidden;
}
body.how-it-works .banners .site-pagetitle h1 {
  color: #1D1EB4;
  margin: 0;
  padding: 0;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph {
  display: flex;
  gap: 5%;
  align-items: center;
  padding: 3em 0;
}
body.how-it-works .field--name-field-image-content, body.how-it-works .field.field--name-field-image-mtap {
  width: 50%;
}
body.how-it-works .field--name-field-content-image, body.how-it-works .field--name-field-description-mtaps {
  width: 50%;
  padding: 0;
  font-size: 14px;
  line-height: 2.2;
  color: #03045E;
  max-width: none;
}
body.how-it-works .field--name-field-content-image h2, body.how-it-works .field--name-field-description-mtaps h2 {
  font-size: 28px;
  color: #00B4D8;
  font-family: "DM mono";
  font-weight: 400;
  padding: 0;
  text-align: left;
  margin: 0 0 0.7em;
  max-width: none;
  line-height: 1.3;
  letter-spacing: 1px;
}
body.how-it-works .field--name-field-content-image h2 a, body.how-it-works .field--name-field-description-mtaps h2 a {
  color: #00B4D8;
}
body.how-it-works .field--name-field-content-image p:last-child:not(:nth-child(2)) a, body.how-it-works .field--name-field-description-mtaps p:last-child:not(:nth-child(2)) a {
  float: none;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  padding: 3px 25px 3px 20px;
  border-radius: 30px;
  color: #00B4D8;
  font-family: "Merriweather";
  letter-spacing: 0.4pt;
  font-size: 14px;
  border: 2px solid #00B4D8;
  font-weight: 500;
  margin: 10px 0 0;
  min-width: 160px;
  text-align: center;
}
body.how-it-works .field--name-field-cta-img-cont {
  display: none;
}
body.how-it-works .field--name-field-paragraph-list .field__item:nth-child(odd) .paragraph {
  flex-direction: row-reverse;
}
body.how-it-works .field--name-field-paragraph-list .field__item:nth-child(even) .paragraph {
  position: relative;
  z-index: 1;
}
body.how-it-works .field--name-field-paragraph-list .field__item:nth-child(even) .paragraph:before {
  content: "";
  width: 100vw;
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  margin: auto;
}
body.how-it-works .field--name-field-description-mtaps p {
  text-align: left;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.4pt;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 2em 0 0;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  background: #121363 !important;
  z-index: -1;
  display: inline-block;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .paragraph:before {
  display: none;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .paragraph {
  display: inline-block;
  padding: 0;
  color: #00B4D8;
  font-family: "Merriweather";
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .paragraph h2 {
  font-family: "DM Mono";
  font-weight: 100;
  line-height: normal;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-icon-and-title-descri {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  width: 100%;
  align-items: center;
  padding: 40px 0;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-image-mtap {
  width: auto;
  text-align: center;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-description-mtaps {
  width: 100%;
  color: #fff;
  padding: 0;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-description-mtaps h3 {
  font-size: 16px;
  text-align: center;
  font-family: "DM Mono";
  font-weight: 300;
  margin: 30px 0 20px;
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-description-mtaps h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  font-family: "DM Mono";
}
body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .paragraph h2.text-align-center {
  font-family: "DM Mono";
  font-weight: 300;
  line-height: normal;
}

body.blog.path-blog header h1, body.blog.path-blogs header h1 {
  text-align: center;
  margin: 0;
  color: #1D1EB4;
  padding-bottom: 50px;
  text-transform: none;
}

body.user-logged-in #block-userdashboard-2 h2 {
  border-radius: 55px;
  background-color: #2ac0de;
  background-size: 56% auto;
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 1;
  background-image: url(../images/login-register-white.svg);
}

input[id*=edit-payment-information-payment-method-commerce-stripe-payment-request-button--], input#edit-payment-information-payment-method-commerce-stripe-payment-request-button {
  display: none;
}

input[id*=edit-payment-information-payment-method-commerce-stripe-payment-request-button--] + label, input#edit-payment-information-payment-method-commerce-stripe-payment-request-button + label {
  display: none;
}

span.edit-profile {
  padding: 0 0 0 10px;
}

span.edit-profile button.edit-link-pofile {
  background: url("../images/edit-white.svg") no-repeat center center #31327c;
  display: inline-flex;
  align-items: center;
  border: 1px solid #31327c !important;
  width: auto;
  background-size: auto 16px !important;
  background-position: 5px center;
  border-radius: 20px;
  padding: 4px 10px !important;
  height: auto;
  color: #fff !important;
  margin: 0;
  line-height: normal;
}

span.edit-profile button.edit-link-pofile:before {
  content: "Edit Contact Card";
  font-size: 12px;
  padding: 0 0 0 14px;
  letter-spacing: 0.4pt;
}

.node-type-article .auth-info {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px 10px;
  display: flex;
  font-size: 14px;
}

.node-type-article .auth-info .auth-name {
  font-weight: 600;
  margin: 0 5px 0 0;
}

.node-type-article .auth-info span.nm {
  font-weight: normal;
}

.node-type-article .auth-info .auth-date {
  color: #666;
}

/*----------- EditMtap ---------------*/
form#editmtap-form, .edit-mtaps-form {
  width: 100%;
  padding: 35px 6% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 73px 72px rgba(8, 75, 91, 0.16);
  max-width: 720px;
  margin: auto;
}
form#editmtap-form h2, .edit-mtaps-form h2 {
  font-size: 24px;
}
form#editmtap-form legend, .edit-mtaps-form legend {
  font-size: 1.6rem;
}
form#editmtap-form .js-form-item.form-item.js-form-type-radio, .edit-mtaps-form .js-form-item.form-item.js-form-type-radio {
  width: 100%;
}

/*-------- Thank you -------*/
article[about="/thank-you"] {
  width: 95%;
  padding: 22px 4% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 73px 72px rgba(8, 75, 91, 0.16);
  max-width: 720px;
  margin: auto;
}
article[about="/thank-you"] .field--name-field-body p.text-align-center {
  font-size: 17px;
  line-height: 1.6em;
  color: #049116;
  font-weight: 300;
}

/*------ Events --------------*/
.front-event-block, .front-event-block-1 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 4em 0 0px;
  padding: 0 15px;
  background: transparent linear-gradient(180deg, #edfcff 0%, #ffffff 90%) 0% 0% no-repeat padding-box;
}
.front-event-block header, .front-event-block-1 header {
  text-align: center;
}
.front-event-block header .title, .front-event-block-1 header .title {
  display: inline-flex;
  align-items: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 3rem;
  max-width: 780px;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
  padding: 0 0 1em;
  flex-wrap: wrap;
}
.front-event-block header .title h2, .front-event-block-1 header .title h2 {
  text-align: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 2.2rem;
  max-width: 740px;
  margin: 40px auto 0;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
  width: 100%;
}
.front-event-block header .title h3, .front-event-block-1 header .title h3 {
  color: #000;
  font-size: 24px;
  margin: 10px 0 0;
  line-height: 1.5em;
}
.front-event-block span.propelify-logo, .front-event-block-1 span.propelify-logo {
  padding: 0 0 0 180px;
  display: block;
  clear: both;
  background: url("../images/propelify.png") no-repeat left center;
  background-size: 160px auto;
  display: flex;
  margin: auto;
  font-size: 2.2rem;
}
.front-event-block span.expo-logo, .front-event-block-1 span.expo-logo {
  padding: 0 0 0 120px;
  display: block;
  clear: both;
  background: url(../images/expo.png) no-repeat left center;
  background-size: 100px auto;
  display: flex;
  margin: 10px auto 0;
  font-size: 2.2rem;
}
.front-event-block .view-content, .front-event-block-1 .view-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 2em;
}
.front-event-block .view-content .views-row, .front-event-block-1 .view-content .views-row {
  border-radius: 16px;
  overflow: hidden;
}
.front-event-block .slick-initialized .slick-slide, .front-event-block-1 .slick-initialized .slick-slide {
  padding: 0 2%;
}
.front-event-block .more-link a, .front-event-block-1 .more-link a {
  color: #fff;
  background: #2b6197;
  display: inline-block;
  padding: 14px 35px;
  border-radius: 12px;
  font-family: "Merriweather";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.4pt;
}
.front-event-block .more-link, .front-event-block-1 .more-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 3em 0 0;
}
.front-event-block button.slick-arrow, .front-event-block-1 button.slick-arrow {
  width: 15px;
  height: 15px;
  border: 0;
  background: none;
  outline: none;
  text-indent: -9999px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  padding: 0;
  display: flex;
  line-height: 0;
  font-size: 0;
  position: absolute;
  overflow: hidden;
  transform: rotate(-45deg);
  left: 0;
  top: 40%;
}
.front-event-block .slick-initialized .slick-slide, .front-event-block-1 .slick-initialized .slick-slide {
  padding: 0 5px;
}
.front-event-block .view-content, .front-event-block-1 .view-content {
  padding: 0 20px;
}
.front-event-block button.slick-next.slick-arrow, .front-event-block-1 button.slick-next.slick-arrow {
  right: 0;
  left: auto;
  transform: rotate(135deg);
}

.front-event-block-1 .views-row {
  display: inline-block;
  max-width: 320px;
  margin: auto;
}

/*------- Events node page --------------------*/
div.events-page-blocks {
  max-width: 1100px;
  width: 98%;
  margin: auto;
  padding: 2em 0 0;
}
div.events-page-blocks .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.events-page-blocks .views-row {
  width: 31%;
  margin: 0 1.1% 2.8%;
  border-radius: 14px;
  overflow: hidden;
}
div.events-page-blocks .views-row img {
  display: inline-block;
  float: left;
}
div.events-page-blocks h3 {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 0.6em 0 0;
  line-height: 1.5;
}
div.events-page-blocks .title {
  display: flex;
  align-items: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 3rem;
  max-width: 100%;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
  padding: 0 0 1em;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
div.events-page-blocks .title h2 {
  text-align: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 3rem;
  max-width: 740px;
  margin: 40px auto 0;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
  width: 100%;
  display: block;
  min-width: 100%;
}
div.events-page-blocks span.propelify-logo {
  padding: 0 0 0 200px;
  display: block;
  clear: both;
  background: url("../images/propelify.png") no-repeat left center;
  background-size: 180px auto;
  display: block;
  margin: auto;
  font-size: 34px;
}
div.events-page-blocks span.expo-logo {
  padding: 0 0 0 140px;
  display: block;
  clear: both;
  background: url(../images/expo.png) no-repeat left center;
  background-size: 120px auto;
  display: block;
  font-size: 34px;
  margin: 13px auto 0;
}

/*----------- Gallery ----------------------*/
#block-views-block-gallery-blk-image-gallery, #block-views-block-gallery-blk-video-gallery {
  max-width: 1100px;
  width: 98%;
  margin: auto;
  padding: 2em 0 0;
}
#block-views-block-gallery-blk-image-gallery .view-content, #block-views-block-gallery-blk-video-gallery .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#block-views-block-gallery-blk-image-gallery .views-row, #block-views-block-gallery-blk-video-gallery .views-row {
  width: 30.3%;
  margin: 0 1.5% 2.3%;
  border-radius: 14px;
  overflow: hidden;
}
#block-views-block-gallery-blk-image-gallery .views-row img, #block-views-block-gallery-blk-video-gallery .views-row img {
  display: inline-block;
  float: left;
}
#block-views-block-gallery-blk-image-gallery h2, #block-views-block-gallery-blk-video-gallery h2 {
  text-align: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 3rem;
  max-width: 740px;
  margin: 30px auto 30px;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
  width: 100%;
  display: block;
  min-width: 100%;
}

#block-views-block-gallery-blk-video-gallery .views-row {
  width: 30.3%;
  margin: 0 1.5% 2.3%;
  overflow: visible;
}
#block-views-block-gallery-blk-video-gallery .views-row .video-thumbnail-image {
  display: inline-block;
  border-radius: 17px;
  overflow: hidden;
  background: #999;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

#block-views-block-gallery-blk-image-gallery .views-row {
  border-radius: 17px;
  background: #999;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

#block-views-block-gallery-blk-video-gallery .views-row {
  border-radius: 0;
}
#block-views-block-gallery-blk-video-gallery .views-field-field-youtube-video-gallery {
  float: left;
  width: 100%;
}
#block-views-block-gallery-blk-video-gallery figure.youtube-container {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}
#block-views-block-gallery-blk-video-gallery iframe {
  width: 100%;
  height: 200px;
}

.videopopupcontent .youtube-container--responsive {
  margin: 0;
}

/*----  front banner  - --*/
.path-front-page .views-field-field-section-slider .field-content .slick-slide {
  padding: 0;
  position: relative;
  z-index: 1;
}
.path-front-page .views-field-field-section-slider .field-content .slick-slide.slide-active {
  z-index: 2;
}
.path-front-page .views-field-field-section-slider .field-content .paragraph.paragraph--type--slider {
  display: flex !important;
  align-items: center;
  align-content: center;
  height: 100%;
  position: relative;
  height: 39.5833333333vw !important;
}
.path-front-page .views-field-field-section-slider .field-content button.slick-arrow {
  position: absolute;
  left: 15px;
  z-index: 2;
  top: 47%;
  border: 0;
  background: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.path-front-page .views-field-field-section-slider .field-content button.slick-next.slick-arrow {
  left: auto;
  right: 15px;
  transform: rotate(-135deg);
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder > * {
  width: 100%;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder {
  position: absolute;
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  width: 820px;
  max-width: 50vw;
  left: 3vw;
  text-align: center;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2 {
  color: #1D1EB4;
  font-family: "DM Mono";
  font-size: 40px;
  margin: 0;
  width: 100%;
  line-height: normal;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.explosive {
  color: #fff;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2 strong {
  color: #03045E;
  font-weight: 900;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder a[href*="/user"], .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.golden-text + p a[href*="/shop"], .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder p.digital a[href*="/shop"] {
  background: #00B4D8;
  padding: 9px 35px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Merriweather";
  letter-spacing: 1pt;
  display: inline-block;
  margin: 1.4em 0 0.8em;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder .custom-card-slide p a {
  background: #00B4D8;
  padding: 9px 35px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Merriweather";
  letter-spacing: 1pt;
  display: inline-block;
  margin: 1.4em 0 0.8em;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder p.digital a[href*="/user"] {
  background: #1d1eb4;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder a[href*="/shop"] {
  margin: 0 0 15px;
  border: 0px solid #00b4d8;
  color: #06055e;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 100px;
  font-size: 14px;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h3 {
  margin: 0.5em 0 5px;
  line-height: normal;
  color: #24258B;
  font-family: "DM Mono";
  font-size: 22px;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h3.transform {
  color: #fff;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h4 {
  font-size: 20px;
  font-family: "DM Mono";
  color: #00B4D8;
  line-height: normal;
  margin: 0 0 1em;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder p.text-align-center {
  color: #03045E;
  margin: 0;
  line-height: 1.8em;
  margin: 0.5em 0 0;
  font-size: 14px;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.golden-text, .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.golden-text + p {
  margin: -22% 0 22%;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.golden-text {
  background: -webkit-linear-gradient(45deg, #aa6316, #f3c70b 60%, #ca8b16 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder p.app {
  color: #fff;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder p.app a {
  color: #fff;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder a[href="/plans/individual"] {
  background: #1d1eb4;
  padding: 9px 35px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Merriweather";
  letter-spacing: 1pt;
  display: inline-block;
  margin: 1.4em 0 0.8em;
}
.path-front-page .views-field-field-section-slider .field-content .field.field--name-field-video-slider.field--type-youtube { /* float: right; */
  position: absolute;
  right: 5vw;
  width: 40vw;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
}
.path-front-page .views-field-field-section-slider .field-content .field.field--name-field-video-slider.field--type-youtube iframe {
  width: 100%;
  height: 28.0000084vw;
  float: left;
}
.path-front-page .views-field-field-section-slider .field-content .field.field--name-field-video-slider.field--type-youtube figure.youtube-container {
  margin: 0;
  padding: 0;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder > p:first-child {
  margin: 0 0 0.8em;
  font-size: 14px;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder:first-child:last-child {
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  z-index: 1;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-video-script-slider video {
  position: absolute;
  right: 17%;
  height: 100%;
  top: 0;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.2);
}
.path-front-page .views-field-field-section-slider .field-content .slick-slide img {
  width: 100vw !important;
}
.path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder:first-child:last-child:before {
  content: "";
  width: 100vw;
  left: -999px;
  right: -999px;
  top: -999px;
  bottom: -999px;
  background: url("../images/slide-bg.jpg") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  margin: auto;
}

/*-------- My theme page -------*/
ul.sc-dlfnuX.cCtmWZ {
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin-top: 2em;
}

li.sc-gsTEea.OtMSq {
  padding: 0% 0px;
  border: 0;
}

li.sc-gsTEea.OtMSq p {
  margin: 0 5px 0 0;
  font-weight: 400;
  font-size: 14px;
  flex-grow: 1;
}

li.sc-gsTEea.OtMSq span.themethumb {
  display: flex;
  padding: 0 0 8px;
  align-items: center;
}

li.sc-gsTEea.OtMSq span.themethumb button.sc-bdfBQB.csIGBc {
  background: transparent !important;
  color: #2b6197 !important;
  width: auto;
  padding: 0 10px;
  height: 29px;
  margin: 0 1px;
  border-radius: 100px;
  border: 1px solid;
  font-size: 12px;
  letter-spacing: 0.4pt;
}

li.sc-gsTEea.OtMSq img {
  border-radius: 8px;
}

li.sc-gsTEea.OtMSq span.themethumb button.sc-bdfBQB.csIGBc:last-child {
  background: #2b6197 !important;
  color: #fff !important;
  border-color: #2b6197;
}

h2.sc-hKgJUU.dFkmDI {
  margin: 2em 0 0 0;
  font-size: 24px;
  color: #03045E;
  letter-spacing: 0;
}

.sc-crrszt.dzbAmE div.display {
  margin: -40px -35px 0;
  padding: 40px 4% 20px;
  border-radius: 24px;
}

body.theme footer {
  position: static;
}

body.theme.user-logged-in {
  padding-bottom: 0 !important;
}

body.theme .react-responsive-modal-overlay {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

body.theme .react-responsive-modal-modal {
  max-width: 450px;
  width: 95%;
}

/*--- User order ---*/
body.user-logged-in.sidebar-left.path-user .user-orders {
  padding: 0;
  margin: 0;
  width: 100%;
}
body.user-logged-in.sidebar-left.path-user .user-orders table {
  width: 100%;
  margin: 0 0 20px;
}

/*---- Leads page ------*/
.ReactTable {
  border: 1px solid #999;
  padding: 10px 10px 20px;
}

.ReactTable .rt-thead .rt-tr {
  padding: 10px 0 26px;
  font-size: 14px;
  font-weight: 500;
}

.ReactTable .rt-thead .rt-tr .rt-th {
  border: 0;
  padding: 0;
}

.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: 0px solid #ddd !important;
  padding: 4px 5px;
  font-size: 12px;
}

.ReactTable .rt-thead.-header {
  box-shadow: none !important;
}

.mycontact .magiclink-content h2 + button {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #00B4D8;
  padding: 7px 15px 7px 15px;
  border-radius: 30px;
  color: #fff;
  font-family: "DM Mono";
  letter-spacing: 0.4pt;
  font-size: 14px;
  margin: 0 0 0 5px;
  float: right;
  margin: -25px 0 0;
}

.ReactTable .rt-tbody .rt-td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body.contact.path-teams div#block-mtouch-content {
  max-width: 1220px;
  margin: auto;
  width: 90%;
}
body.contact.path-teams div#block-mtouch-content .magiclink-content h2 + a {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #00B4D8;
  padding: 7px 15px 7px 15px;
  border-radius: 30px;
  color: #fff;
  font-family: "Merriweather";
  letter-spacing: 0.4pt;
  font-size: 14px;
  margin: 0 0 0 5px;
  float: right;
  margin: -25px 0 0;
}

/*------- Knowlegde Page ---------*/
.knowledge-base .maindiv {
  max-width: 98%;
  margin: auto;
  width: 800px;
}
.knowledge-base .view-content h3 {
  font-size: 32px;
  color: #00B4D8;
  font-family: "DM Mono";
  font-weight: 600;
  padding: 0;
  text-align: left;
  margin: 0 0 0.7em;
  max-width: none;
  line-height: 1.3;
  letter-spacing: 1px;
}
.knowledge-base .blk {
  display: inline-block;
  width: 100%;
  padding: 4em 50% 4em 0;
  margin: 0;
  background: url(../images/question.svg) no-repeat 89% center;
  background-size: 37% auto;
}
.knowledge-base .blk .views-row {
  display: inline-block;
  width: 100%;
  padding: 0 0 8px 44px;
  position: relative;
}
.knowledge-base .blk .views-row a {
  color: #03045E;
  font-size: 16px;
}
.knowledge-base .blk .views-row a:before {
  content: "";
  width: 6px;
  height: 6px;
  left: 1em;
  position: absolute;
  background: #30317b;
  top: 7px;
  border-radius: 3px;
}
.knowledge-base .blk.blk-profile {
  padding: 4em 0 4em 50%;
  background: url(../images/profile.svg) no-repeat left center;
  background-size: 29% auto;
}
.knowledge-base .blk.blk-additional-links {
  background: url(../images/link-icon.svg) no-repeat 82% center;
  background-size: 18% auto;
  margin: 2em 0;
}

/*--------- Knowlegde node pages --------*/
.node-type-knowledge-base .banners .site-pagetitle h1 {
  margin-top: 40px;
  text-align: left;
  max-width: 920px;
  margin: 40px auto 0;
}
.node-type-knowledge-base article {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
.node-type-knowledge-base article p {
  margin: 0 0 1.8em;
}
.node-type-knowledge-base article a {
  color: #00b4d8;
  border-bottom: 1px solid;
  font-family: "Merriweather";
}
.node-type-knowledge-base article .field.field--name-body {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.96px;
  color: #03045E;
}
.node-type-knowledge-base article .field.field--name-body iframe {
  max-width: 100%;
  max-height: 50vw;
}

/*-- create mtap ---*/
.business.path-profile .main-content {
  width: 95%;
  clear: both;
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: auto auto 6em;
}
.business.path-profile .main-content:before {
  opacity: 0.6;
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  margin: auto;
  background: url(../images/how-mtap-works-curve.svg) no-repeat 0 0;
  z-index: -1;
  background-size: 100% auto;
  width: 100vw;
  height: 100%;
}
.business.path-profile .main-content .site-content {
  width: 100%;
  padding: 30px 4vw 40px;
  background: #fff;
  border-radius: 30px;
}

.mtap-magic-link-business-form-wrapper h2 + span {
  margin: 1em 0;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.9pt;
}
.mtap-magic-link-business-form-wrapper .mtapurllink {
  padding: 0 0 10px;
}
.mtap-magic-link-business-form-wrapper label {
  font-weight: 500;
}
.mtap-magic-link-business-form-wrapper h2 {
  font-size: 28px;
}

/*------ Manage mtap profile -------------*/
.manage-profile form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.manage-profile .form-item {
  width: 49%;
}
.manage-profile .form-item.full-width {
  width: 100%;
}
.manage-profile .form-item input {
  width: 100%;
  max-width: 100%;
}
.manage-profile .form-item .form-group {
  width: 100%;
  font-size: 14px;
}
.manage-profile .form-item input[type=file] {
  padding: 7px 7px;
}
.manage-profile .form-item label {
  font-size: 14px;
}
.manage-profile .form-item input, .manage-profile .form-item select {
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  letter-spacing: 0.3pt;
  outline: none;
}

.magiclink-wrapper h1 {
  font-size: 26px;
  color: #1D1EB4;
  margin: 0 0 1em;
}

.manage-profile > div {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 3%;
  margin: 10px 0 20px;
}

.manage-profile > div a {
  color: #1d1eb4;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
}

.manage-profile > div img {
  margin: 0 0 20px -3%;
}

/*-------- New Laning page for Product ----------------*/
div.main-product-page .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1250px;
}
div.main-product-page .view-content .views-row {
  text-align: center;
  width: 33%;
  flex: 1 33%;
  margin: 1em 0;
  padding: 35px 3%;
  transition: all 0.2s ease 0s;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  flex-grow: 0;
  background-color: transparent;
  max-width: 33%;
  /*         &:before {content: '';width: 1px;height: 90%;top: 0;bottom: 0;margin: auto 0;right: 0;background: #c1c1c1;position: absolute;}
          &:after { position: absolute; content: ''; width: 90%; height: 1px; bottom: 0; left: 0; right: 0; margin: auto; background: #c1c1c1; } */
}
div.main-product-page .view-content .views-row .views-field-name h3 {
  font-size: 24px;
}
div.main-product-page .view-content .views-row .views-field-name h3 a {
  color: #212121;
  font-size: 18px;
}
div.main-product-page .view-content .views-row a {
  color: #212121;
  font-size: 18px;
}
div.main-product-page .view-content .views-row a img {
  margin: 0 0 1em;
}
div.main-product-page .view-content .views-row li {
  list-style: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
}
div.main-product-page .view-content .views-row .field-content.save-discount {
  position: absolute;
  right: 5%;
  background: #ff4123;
  padding: 1px 11px;
  color: #fff;
  border: 1px dashed #b92809;
  box-shadow: 0 0 0 4px #ff4123;
  border-radius: 4px;
  z-index: 3;
}
div.main-product-page .view-content .views-row .field-content.save-discount:empty {
  display: none;
}

div.main-product-page .view-content div.views-row:nth-last-child(1):before, div.main-product-page .view-content div.views-row:nth-last-child(2):after, div.main-product-page .view-content div.views-row:nth-last-child(1):after, div.main-product-page .view-content div.views-row :nth-child(3n):before {
  display: none;
}

body.shop-nfc-listing.sidebar-left .sidebar-first {
  display: none;
}
body.shop-nfc-listing.sidebar-left .maindiv .midcontent .main-content {
  width: 100%;
  margin: 0;
}
body.shop-nfc-listing.sidebar-left .maindiv .midcontent .main-content #block-mtouch-content .field--name-description {
  position: relative;
  z-index: 1;
  padding: 1em 0 3em;
  margin: 20px 0 0;
  color: #fff;
}
body.shop-nfc-listing.sidebar-left .maindiv .midcontent .main-content #block-mtouch-content .field--name-description:before {
  content: "";
  width: 100vw;
  left: -50vw;
  right: -50vw;
  position: absolute;
  height: 100%;
  background: #070631;
  margin: auto;
  top: 0;
  z-index: -1;
  padding: 0;
  display: inline-block;
}
body.shop-nfc-listing.sidebar-left .maindiv .midcontent .main-content #block-mtouch-content .field--name-description h1 {
  color: #fff;
}
body.shop-nfc-listing.sidebar-left .maindiv .midcontent .main-content #block-mtouch-content .field--name-description span {
  color: #fff;
}
body.shop-nfc-listing.sidebar-left .maindiv .midcontent .main-content #block-mtouch-content .field--name-description > p {
  max-width: 1020px;
}
body.shop-nfc-listing.sidebar-left .maindiv .midcontent .main-content #block-mtouch-content .field--name-description > p:first-child {
  margin-top: 1.3em;
}

/*---------- Activate mtap ------------*/
div#block-activatemtap {
  max-width: 761px;
  margin: auto;
  padding: 20px 15px;
}
div#block-activatemtap .field--name-field-descr-activate-mtap {
  margin: 1em auto;
  border: 1px solid #2f657b;
  padding: 15px 10px;
  border-radius: 40px;
  text-align: center;
  max-width: 460px;
}
div#block-activatemtap .field--name-field-descr-activate-mtap a {
  font-weight: 400;
  font-size: 18px;
  color: #2f657b;
  display: inline-block;
  margin: 0 0 0 0px;
}
div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item .field.field--name-field-logo-title {
  float: left;
  padding: 0 50px 0 0; /* max-width: 200px; */
}
div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item {
  display: inline-block;
  width: 100%;
  padding: 0 0 0em;
}
div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item .field--name-field-title-logo {
  display: inline-flex;
  overflow: hidden;
  margin: 0em 40px 0em 0;
  padding: 20px;
  background: #94b7c1;
  border-radius: 12px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  float: left;
  position: relative;
}
div#block-activatemtap .field.field--name-field-description-logo-title {
  display: block;
  overflow: hidden;
  font-size: 22px;
}
div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item .paragraph {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 2em;
}
div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item:nth-child(even) .paragraph {
  flex-direction: row-reverse; /* text-align: right; */
}
div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item:nth-child(even) .paragraph .field.field--name-field-logo-title {
  padding: 0 0 0 50px;
}
div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item:nth-child(even) .paragraph .field.field--name-field-title-logo {
  margin: 0 0 0 40px;
}
div#block-activatemtap .field.field--name-field-image-content {
  text-align: center;
  padding: 1em 0;
  margin: 0 auto;
  max-width: 240px;
}
div#block-activatemtap .field.field--name-field-content-image {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #48b77f;
}
div#block-activatemtap .field.field--name-field-mtap-activated {
  text-align: center;
  padding: 5px 0;
  font-size: 22px;
}
div#block-activatemtap .field.field--name-field-mtap-activated strong {
  color: #1d1eb4;
  font-weight: 400;
}

/*-- home-page-new-connections-block ---*/
.new-connections {
  display: flex;
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
.new-connections .right-content {
  flex: 1 50%;
  padding: 0em 0 0 50px;
  text-align: center;
}
.new-connections .left-content {
  flex: 0 50%;
  background: url(../images/new-connection-bg-01.png) no-repeat center center;
  position: relative;
  padding: 10px 3% 10px;
  display: flex;
  height: 520px;
  justify-content: space-between;
}
.new-connections .video-frame {
  background: url(../images/tab-frame.png) no-repeat center center;
  width: 55%;
  overflow: hidden;
  height: 78%;
  padding: 16px;
  display: flex;
  align-items: center;
  background-size: 100% auto;
  MARGIN: 40px 0 0;
  position: relative;
}
.new-connections .title {
  font-size: 27px;
  color: #000000;
  font-weight: 100;
  text-align: center;
  width: 100%;
  padding: 10px 0 40px;
  letter-spacing: 0;
}
.new-connections .user-data {
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
}
.new-connections .user-pic {
  margin: 0 21px 0 0;
}
.new-connections figure.youtube-container {
  margin: 0;
  padding: 0;
  width: 100%;
}
.new-connections figure.youtube-container iframe {
  width: 100%;
}
.new-connections video {
  max-width: 100%;
  height: auto !important;
  left: 0;
  bottom: 0;
  position: absolute;
  left: 0;
}
.new-connections .field.field--name-field-video-i-made-68-co {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.new-connections .mobile-img {
  align-self: self-end;
  width: 40%;
  margin: 0 0 -10%;
}
.new-connections:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  background: #ecfbff;
  z-index: -2;
  margin: auto;
}
.new-connections:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/new-connection-bg-02.png) no-repeat right 75%;
  z-index: -1;
  margin: auto;
}

section#block-imade68newconnections {
  padding: 60px 0;
  background: #ecfbff;
}

body .new-connections .left-content {
  background-size: contain;
}

body .cta-button a:hover {
  background: #059cbb;
}

div#block-mtapprofilealook {
  padding: 40px 0 50px;
}

div#block-mtapprofilealook img {
  margin: 0 auto;
  display: block;
}

div#block-mtapprofilealook > h2 {
  font-size: 30px;
  margin: 0 0 1.2em;
}

#block-howtousemtap {
  background: url("../images/how-to-use-bg.png") top center no-repeat;
  background-size: contain;
  padding: 50px 135px;
  position: relative;
  display: table;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

#block-howtousemtap > h2 {
  margin: 0 0 30px;
  font-size: 30px;
}

#block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2, #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > p {
  text-align: left;
  color: #000;
  font-size: 24px;
  width: 60%;
  padding-left: 80px;
}

#block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2 {
  margin: 20px 0 15px;
  min-width: auto;
  font-size: 40px;
  background: url("../images/tap.png") left 40px no-repeat;
  padding-left: 95px;
  padding-top: 36px;
  position: relative;
  max-width: fit-content;
}

.field.field--name-field-left-side-image-how-use-mt {
  float: left;
  width: 70%;
  margin-top: 45px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  max-width: 645px;
}

div#block-howtousemtap:before, #block-howtousemtap:after {
  content: "";
  background: url("../images/dots01.png") left center no-repeat;
  width: 210px;
  height: 210px;
  display: block;
  position: absolute;
  left: 0;
  top: 36%;
  background-size: contain;
}

#block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:before, #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:after {
  content: "";
  background: url("../images/Android.png") center center no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 50px;
}

#block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:after {
  background: url("../images/Apple.png") center center no-repeat;
  right: 239px;
}

#block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2 span.tab {
  font-size: 60px;
}

.field.field--name-field-descri2__how-use-mtap, .field--name-field-description3-how-use-mtap {
  float: right;
  width: 28%;
  margin-top: -93px;
}

.field--name-field-description3-how-use-mtap {
  margin-top: 20px;
}

.field.field--name-field-descri2__how-use-mtap .field--type-text-long h2, .field--name-field-description3-how-use-mtap .field--type-text-long h2 {
  color: #4a96c8;
  font-size: 27px;
  margin-top: 0;
}

.field.field--name-field-descri2__how-use-mtap .field--type-text-long h2, .field.field--name-field-descri2__how-use-mtap .field--type-text-long p, .field--name-field-description3-how-use-mtap .field--type-text-long h2, .field--name-field-description3-how-use-mtap .field--type-text-long p {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  min-width: auto;
}

.field.field--name-field-descri2__how-use-mtap .field--type-text-long p, .field--name-field-description3-how-use-mtap .field--type-text-long p {
  color: #000;
  font-size: 15px;
  line-height: 1.2;
  margin: 10px auto 30px;
  padding: 0 13px;
}

.field.field--name-field-image-how-use-mtap.field--type-image, .field.field--name-field-add-image-how-use-mtap.field--type-image {
  float: right;
  width: 28%;
}

.field.field--name-field-image-how-use-mtap.field--type-image img, .field.field--name-field-add-image-how-use-mtap.field--type-image img {
  max-width: 305px;
  margin: 0 auto;
  display: block;
}

.field--name-field-description3-how-use-mtap .field--type-text-long p {
  padding: 0;
  max-width: 295px;
  margin: 5px auto 0;
}

.field.field--name-field-left-side-image-how-use-mt .field__item:first-child {
  width: 70%;
}

.field.field--name-field-left-side-image-how-use-mt .field__item:last-child {
  width: 30%;
}

div#block-howtousemtap:after {
  background: url("../images/Bg_04.png") bottom right;
  top: inherit;
  bottom: 70px;
  background-size: cover;
  width: 119px;
  height: 119px;
  left: inherit;
  right: 15px;
}

div#block-joinaffiliate {
  background: url("../images/Bg_02.png") left center no-repeat, #f9fafd;
  padding: 70px 10% 0;
  position: relative;
  text-align: center;
  background-size: 100% 50%;
  display: flex;
  gap: 0px;
  max-width: 1500px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

div#block-joinaffiliate .form-wrapper legend {
  display: none;
}

div#block-joinaffiliate .form-wrapper {
  margin: 0 5%;
  display: block;
  flex-wrap: unset;
  max-width: 40%;
  border: none; /* background-color: #00b1d7; */ /* background-image: linear-gradient( 180deg, #00b1d7 0%, #1e20b5 100%); */ /* padding: 50px 20px; */ /* border-radius: 30px; */
  text-align: center;
}

div#block-joinaffiliate .field--type-link a { /* color: #fff; */
  margin: 30px 0 0; /* text-transform: none; */
  display: inline-block;
}

.field.field--name-field-secondary-cta.field--type-link.field--label-hidden.field__item {
  width: 100%;
  clear: both;
}

div#block-joinaffiliate .form-wrapper .field--type-image {
  padding: 8px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 17px;
  overflow: hidden;
}

div#block-joinaffiliate .form-wrapper .field--type-image img {
  display: block;
  border-radius: 15px;
}

.field.field--name-field-title-follow-us h2 {
  color: #18205b;
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 20px;
}

.field.field--name-field-social-feed.field--type-image {
  max-width: 1280px;
  margin: 0 auto 40px;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  column-count: 3;
}

.field.field--name-field-social-feed.field--type-image .field__item {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0;
}

div#block-followus {
  padding: 60px 0;
  background: #f6f6f6;
  text-align: center;
}

fieldset.tiktok legend, fieldset.instagram legend {
  display: none;
}

.follow-block .icon-center {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

fieldset.tiktok, fieldset.instagram {
  display: inline-block;
  width: 377px;
  vertical-align: top;
  border: none;
  margin: 0 10px;
}

section#block-followus {
  padding: 20px 0 0;
}

fieldset.tiktok .field--type-link, fieldset.instagram .field--type-link {
  display: block;
  text-align: center;
}

fieldset.tiktok .field--type-link a, fieldset.instagram .field--type-link a {
  color: #000;
  font-weight: 600;
}

fieldset.tiktok img, fieldset.instagram img {
  height: 350px;
  width: auto;
}

div#block-joinaffiliate .secondary-cta .field--type-link a {
  margin: 10px 0;
  font-size: 16px;
}

.cta-button {
  width: 100%;
  clear: both;
  text-align: center;
}

.secondary-cta {
  text-align: center;
  width: 100%;
}

/*------- Reviews block ----------*/
div#block-review, div#block-review-2 {
  max-width: 1200px;
  margin: 0 auto;
}

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
  font-family: "Merriweather" !important;
}

.yotpo-reviews-carousel .carousel-tool-tip .yotpo-tool-tip {
  top: auto !important;
  bottom: 0 !important;
}
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  font-weight: 300;
  font-size: 24px;
}

/*---------- Subscribe popup --------------------*/
.ui-widget.ui-widget-content {
  padding: 0;
  z-index: 9999;
  border-radius: 12px;
  overflow: hidden;
  border: 0 none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.ui-dialog .ui-dialog-titlebar {
  background: #31327c;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 10px 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
  background: #fff;
  border-radius: 20px;
  right: 11px;
}

.ui-widget.ui-widget-content .step {
  display: none;
}

.ui-widget.ui-widget-content .js-form-item.form-item.js-form-type-radio input[type=radio] {
  display: none;
}

.ui-widget.ui-widget-content .js-form-item.form-item.js-form-type-radio .option {
  padding: 10px 0 5px 32px;
  position: relative;
  min-height: 28px;
  font-size: 14px;
  color: #05055f;
}

.ui-widget.ui-widget-content .js-form-item.form-item.js-form-type-radio .option:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 11px;
  border: 2px solid #73a1c2;
}

.ui-widget.ui-widget-content .js-form-item.form-item.js-form-type-radio label {
  cursor: pointer;
}

.ui-widget.ui-widget-content .form-item {
  padding: 5px 0 0;
}

.ui-widget.ui-widget-content .form-item label {
  font-size: 14px;
  color: #31327c;
  width: auto;
}

.ui-widget.ui-widget-content .form-item input {
  height: 40px;
  outline: none;
}

.ui-widget.ui-widget-content label.error {
  font-size: 11px;
  color: red;
}

.ui-widget.ui-widget-content .field-suffix {
  font-size: 12px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content .form-item div.description {
  font-size: 11px;
}

.ui-widget.ui-widget-content .step1-button {
  display: inline-block;
  margin: 20px 20px 0 0;
}

.ui-widget.ui-widget-content input.calbutton {
  background: #666;
}

.ui-widget.ui-widget-content .js-form-item.form-item.js-form-type-radio input[type=radio]:checked + label::after {
  content: "";
  width: 8px;
  height: 15px;
  position: absolute;
  left: 7px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  transform: rotate(45deg);
  top: 11px;
  border-color: #fff;
}

.ui-widget.ui-widget-content .js-form-item.form-item.js-form-type-radio input:checked + .option::before {
  background: #55568a;
}

.ui-widget.ui-widget-content .form-item textarea {
  width: 100%;
}

.ui-widget.ui-widget-content .form-item.form-item-description > div {
  width: 100%;
}

.ui-widget.ui-widget-content .form-item.form-item-description > div textarea {
  border: 1px solid #73a1c2;
  border-radius: 7px;
}

/*----------------------------*/
div#block-footerlogo > .field {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
div#block-footerlogo > .field .power-footer {
  margin: 0 10px 0 0;
  font-weight: 500;
  font-size: 13px;
}
div#block-footerlogo > .field .power-footer:after {
  content: ":";
  padding: 0 0 0 5px;
}
div#block-footerlogo > .field .logo-footer {
  max-width: 150px;
}
div#block-footerlogo > .field .logo-footer img {
  width: 90px;
  max-width: 100%;
}

.verify-email-pending {
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: auto;
  padding: 20px;
  border: 1px solid rgba(255, 186, 186, 0.8);
  margin-bottom: 20px;
  color: rgb(216, 0, 12);
  background-color: rgba(255, 186, 186, 0.5);
  border-radius: 25px;
}

.path-user .intercom-lightweight-app, .path-user .intercom-namespace, .path-user #intercom-container, .path-mtap .intercom-lightweight-app, .path-mtap .intercom-namespace, .path-mtap #intercom-container, .user-logged-in .intercom-namespace, .user-logged-in #intercom-container {
  display: none;
}

.support.user-logged-in #intercom-container {
  display: block;
}

.cart-offcanvas {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #f4f8f9;
  padding-bottom: 40px;
  overflow: auto;
}

table.cart-block--offcanvas-cart-table.table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.paragraph.paragraph--type--block-reference-call h2 {
  text-align: center;
  font-family: "DM Mono";
  color: #1D1EB4;
  font-size: 2rem;
  max-width: 740px;
  margin: 1em 0 0.5em;
  line-height: 1.5em;
  letter-spacing: 0.4pt;
  display: block;
  width: 100%;
  clear: both;
  float: none;
  min-width: 100%;
}

.paragraph.paragraph--type--block-reference-call {
  width: 100%;
  display: inline-block;
  clear: both;
}

form#restaurant-subscription-form {
  position: relative;
  z-index: 1;
}

div.main-product-page .view-content div.views-row .views-field-name h3 a {
  color: #212121;
  font-size: 18px;
}

div.main-product-page .view-content div.views-row .views-field-name h3 a {
  color: #212121;
  font-size: 18px;
}

#whole-client-say-section .cta-link-button + .secondary-cta {
  margin: 20px 0;
}

.follow-block .icon-center + .secondary-cta {
  padding: 20px 0 0;
  margin: 0;
}

.invite-wrapper .copylink .copy {
  background: url(../images/copy.svg) no-repeat center center;
  background-size: 19px auto;
}

.invite-wrapper .copylink input[type=text] + span[onclick] {
  cursor: pointer;
}

form#user-register-form .form-item.js-form-type-radio {
  width: auto;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 10px 10px 0;
  min-width: 48%;
}
form#user-register-form .form-item.js-form-type-radio input {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin: 0 10px 0 0;
  min-width: 17px;
  min-height: 17px;
}
form#user-register-form .form-item.js-form-type-radio label {
  display: inline-block;
  padding: 0;
}

.ui-widget.ui-widget-content h1 {
  font-size: 24px;
  margin: 25px 0 0;
  padding: 0;
}

form.createplan-form {
  padding: 0 0 10px;
}

.ui-widget.ui-widget-content {
  max-width: 95%;
}

.site-slidemenu nav ul.menu > ul {
  display: none;
}

#block-followus .field.field--name-field-title-follow-us h2 {
  color: #18205b;
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 20px;
}

body.userprofilepage, body.userprofilepage.user-menu-active {
  padding-left: 0 !important;
}

.site-slidemenu #block-mtapsidemenu h2 {
  margin: 10px 0 0;
}

body.teams, body.individual {
  padding: 0px !important;
}

.magiclink-content.qrcode div[id*=qrcode-] {
  display: inline-block;
  width: 30%;
  margin: 0 1.6%;
}
.magiclink-content.qrcode div[id*=qrcode-] canvas {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

/*--email send--*/
form.email-setting-form, form.edit-teams-form {
  width: 95%;
  overflow: hidden;
  background: #fff;
  padding: 25px 5% 90px;
  display: flex;
  flex-wrap: wrap;
  max-width: 780px;
  margin: auto;
  border-radius: 12px;
  margin: 20px auto 0;
  justify-content: space-between;
  position: relative;
}
form.email-setting-form .filter-wrapper, form.edit-teams-form .filter-wrapper {
  width: 100%;
  display: inline-block;
  border: 1px solid #eee;
  display: none;
}
form.email-setting-form .filter-wrapper .form-item select, form.edit-teams-form .filter-wrapper .form-item select {
  height: 35px;
  width: auto;
  font-size: 14px;
}
form.email-setting-form div#edit-body--description, form.edit-teams-form div#edit-body--description {
  font-size: 12px;
  padding: 10px 0;
}
form.email-setting-form > .form-item, form.edit-teams-form > .form-item {
  flex: 0 47%;
  padding: 5px 0 10px;
  align-self: flex-start;
}
form.email-setting-form .form-item input, form.email-setting-form .form-item select, form.edit-teams-form .form-item input, form.edit-teams-form .form-item select {
  height: 42px;
}
form.email-setting-form label, form.edit-teams-form label {
  font-size: 14px;
}
form.email-setting-form input#edit-submit, form.edit-teams-form input#edit-submit {
  clear: both;
  display: block;
  position: absolute;
  left: 9%;
  bottom: 20px;
}
form.email-setting-form .form-item, form.edit-teams-form .form-item {
  width: 100%;
}

body.list.path-import div#block-mtouch-content {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 25px 35px;
  display: flex;
  flex-wrap: wrap;
  max-width: 95%;
  margin: auto;
  border-radius: 12px;
}

body.down header.header {
  position: fixed;
}

body.individual.path-plans div#block-mtouch-content {
  padding: 0;
  margin: 0 auto;
}

.maindiv.subscriptions .intro-img img {
  display: block;
}

body.setting form.email-setting-form > .form-item {
  flex: 0 100%;
}

#import-form, .create-teams-form, .department-form, .assign-department-form {
  width: 95%;
  overflow: hidden;
  background: #fff;
  padding: 25px 30px 90px;
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
  margin: auto;
  border-radius: 12px;
  margin: 20px auto 0;
  justify-content: space-between;
  position: relative;
}
#import-form > .form-item, .create-teams-form > .form-item, .department-form > .form-item, .assign-department-form > .form-item {
  flex: 0 100%;
  padding: 5px 0 10px;
}
#import-form .form-item input, #import-form .form-item select, .create-teams-form .form-item input, .create-teams-form .form-item select, .department-form .form-item input, .department-form .form-item select, .assign-department-form .form-item input, .assign-department-form .form-item select {
  height: 42px;
}
#import-form label, .create-teams-form label, .department-form label, .assign-department-form label {
  font-size: 14px;
}
#import-form > b, .create-teams-form > b, .department-form > b, .assign-department-form > b {
  flex: 0 100%;
  display: none;
}
#import-form .form-item input.form-file, .create-teams-form .form-item input.form-file, .department-form .form-item input.form-file, .assign-department-form .form-item input.form-file {
  padding: 8px;
}
#import-form div.form-actions, .create-teams-form div.form-actions, .department-form div.form-actions, .assign-department-form div.form-actions {
  flex: 0 100%;
}

.head-cta a:nth-child(4) {
  min-height: 45px;
  align-items: center;
  display: inline-flex;
  color: #2b6197;
  font-weight: 600;
  letter-spacing: 0.2pt;
}

.member-dashboard-all-form table th.select-all, .member-dashboard-all-form table td:nth-child(1) {
  width: 30px;
  padding: 0;
  text-align: center;
}
.member-dashboard-all-form table th.select-all input, .member-dashboard-all-form table td:nth-child(1) input {
  margin: 0;
  width: 13px;
  padding: 0;
}

.assign-department-form table {
  margin: 0.5em 0 15px;
}
.assign-department-form table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  text-align: left;
}
.assign-department-form tbody, .assign-department-form td, .assign-department-form tfoot, .assign-department-form th, .assign-department-form thead, .assign-department-form tr {
  border-color: #d8d8d9;
  border-style: solid;
  border-width: 0;
}
.assign-department-form table tr > *:first-child input {
  width: 14px;
  margin: 0;
  height: 14px;
  padding: 0;
}
.assign-department-form table {
  font-size: 13px;
  letter-spacing: 0;
}
.assign-department-form table td {
  padding: 5px 10px;
  vertical-align: top;
}
.assign-department-form table td:first-child {
  padding: 5px 0.75em;
}
.assign-department-form table tr > *:first-child .form-item {
  padding: 0;
}

/*---- teams profile -----*/
.path-teams .page-teams-profile .midcontent.profile-view-page .maindiv {
  padding: 0;
}
.path-teams .page-teams-profile .midcontent.profile-view-page footer {
  background: none;
  padding: 0 15px 25px;
  border: 0;
  position: relative;
  z-index: 2;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-footerlogo {
  display: flex;
  justify-content: center;
  padding: 25px 10px;
  margin-bottom: 0;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-footerlogo > .field:nth-child(2) {
  margin: 0 0 0 50px;
  padding: 0 0 0 50px;
  position: relative;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-footerlogo > .field:nth-child(2):before {
  content: "";
  border-left: 1px solid #94bec7;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 64%;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-footerlogo > .field {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-footerlogo > .field .power-footer {
  width: 100%;
  text-align: center;
  padding: 5px 0 0px;
  margin: 0;
  font-size: 12px;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-footerlogo > .field .logo-footer {
  width: 100%;
  text-align: center;
  max-width: none;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-footerlogo > .field .logo-footer img {
  width: auto;
  max-width: 180px;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-copyright {
  text-align: center;
  padding: 0 10px;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-copyright .powered-by {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-copyright .powered-by p {
  margin: 3px 0;
}
.path-teams .page-teams-profile .midcontent.profile-view-page div#block-copyright .logo-footer-brand.powered-by-right img {
  max-height: 48px;
  width: auto;
  margin: 0 0 0 20px;
}

/*-faq--*/
.page-faq div#block-mtouch-content {
  max-width: 1080px;
  margin: auto;
  padding: 0 15px;
}
.page-faq h3.ui-state-active {
  background: #31327c;
  border-color: #31327c;
}
.page-faq .ui-accordion .ui-accordion-content {
  line-height: 1.7em;
  font-size: 13px;
}

/*--- email support ------*/
form#webform-submission-email-support-add-form {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 25px 5% 35px;
  display: flex;
  flex-wrap: wrap;
  max-width: 620px;
  margin: auto;
  border-radius: 12px;
  margin: 20px auto 0;
  justify-content: space-between;
  position: relative;
}
form#webform-submission-email-support-add-form .form-item {
  flex: 0 100%;
  padding: 5px 0 10px;
  align-self: flex-start;
}
form#webform-submission-email-support-add-form .form-item input {
  height: 42px;
}
form#webform-submission-email-support-add-form label {
  font-size: 14px;
}
form#webform-submission-email-support-add-form input#edit-submit {
  margin: 10px 0 0;
}
form#webform-submission-email-support-add-form textarea {
  border: 1px solid #73a1c2;
  border-radius: 5px;
}

body.setting form.email-setting-form > .form-item {
  flex: 0 100%;
}

#import-form, .create-teams-form, .department-form, .assign-department-form {
  width: 95%;
  overflow: hidden;
  background: #fff;
  padding: 25px 30px 90px;
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
  margin: auto;
  border-radius: 12px;
  margin: 20px auto 0;
  justify-content: space-between;
  position: relative;
}
#import-form > .form-item, .create-teams-form > .form-item, .department-form > .form-item, .assign-department-form > .form-item {
  flex: 0 100%;
  padding: 5px 0 10px;
}
#import-form .form-item input, #import-form .form-item select, .create-teams-form .form-item input, .create-teams-form .form-item select, .department-form .form-item input, .department-form .form-item select, .assign-department-form .form-item input, .assign-department-form .form-item select {
  height: 42px;
}
#import-form label, .create-teams-form label, .department-form label, .assign-department-form label {
  font-size: 14px;
}
#import-form > b, .create-teams-form > b, .department-form > b, .assign-department-form > b {
  flex: 0 100%;
  display: none;
}
#import-form .form-item input.form-file, .create-teams-form .form-item input.form-file, .department-form .form-item input.form-file, .assign-department-form .form-item input.form-file {
  padding: 8px;
}
#import-form div.form-actions, .create-teams-form div.form-actions, .department-form div.form-actions, .assign-department-form div.form-actions {
  flex: 0 100%;
}
#import-form .form-item input[value=Remove], .create-teams-form .form-item input[value=Remove], .department-form .form-item input[value=Remove], .assign-department-form .form-item input[value=Remove] {
  height: 25px;
  width: auto;
  padding: 5px 7px;
  border-radius: 4px;
  font-size: 14px;
  background: #f55;
}

.head-cta a:nth-child(4) {
  min-height: 45px;
  align-items: center;
  display: inline-flex;
  color: #2b6197;
  font-weight: 600;
  letter-spacing: 0.2pt;
}

.member-dashboard-all-form table th.select-all, .member-dashboard-all-form table td:nth-child(1) {
  width: 30px;
  padding: 0;
  text-align: center;
}
.member-dashboard-all-form table th.select-all input, .member-dashboard-all-form table td:nth-child(1) input {
  margin: 0;
  width: 13px;
  padding: 0;
}

.assign-department-form table {
  margin: 0.5em 0 15px;
}
.assign-department-form table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  text-align: left;
}
.assign-department-form tbody, .assign-department-form td, .assign-department-form tfoot, .assign-department-form th, .assign-department-form thead, .assign-department-form tr {
  border-color: #d8d8d9;
  border-style: solid;
  border-width: 0;
}
.assign-department-form table tr > *:first-child input {
  width: 14px;
  margin: 0;
  height: 14px;
  padding: 0;
}
.assign-department-form table {
  font-size: 13px;
  letter-spacing: 0;
}
.assign-department-form table td {
  padding: 5px 10px;
  vertical-align: top;
}
.assign-department-form table td:first-child {
  padding: 5px 0.75em;
}
.assign-department-form table tr > *:first-child .form-item {
  padding: 0;
}

table#edit-members .text-muted a[href*="mailto:"] {
  display: flex;
}

/*------- Teams Page ----------*/
/*section.content.teamsdashboard {
    h1.page-title {display: none;}
    .blk-dashboard ul.list {display: flex;max-width: 980px;margin: auto;justify-content: space-between;padding: 40px 0 30px;min-height: 50vh; align-items: center;
        li{display: inline-block;flex: 0 30%;} 
        a {display: inline-block;border: 1px solid #d1e5f0;width: 100%;background: #fff;padding: 30px 10px;display: flex;justify-content: center;border-radius: 12px;align-items: center;flex-wrap: wrap;box-shadow: 0px 10px 10px #efefef;}
        a span.name {display: inline-block;width: 100%;text-align: center;font-size: 20px;font-weight: 400;color: #06055e;} 
        a:hover {box-shadow: 0 10px 10px #d3ebf2;}
        .icon {display: flex;width: 100%;justify-content: center;padding: 0 0 10px;
            img {max-width: 100%;width: auto;max-height: 55px;height: 55px;}
        }
    }
}*/
/*Team laning page theme*/
body.team-landing-page {
  background: #F6F6FA;
}
body.team-landing-page h2 {
  color: #1A1B1C;
  text-align: left;
  font-weight: 900;
  margin: 35px 0 18px;
  display: inline-block;
  min-width: auto;
  font-size: 44px;
}
body.team-landing-page .prospect-lead-blk .paragraph--type--youtube-icons-and-description-ct {
  display: flex;
  width: 100%;
  padding: 0 10px;
  max-width: 1220px;
  margin: auto;
  flex-wrap: wrap;
}
body.team-landing-page .paragraph--type--youtube-icons-and-description-ct > .field {
  flex: 0 49.7%;
  max-width: 48%;
}
body.team-landing-page .field--name-field-icon-and-title {
  flex: 0 0 100% !important;
  display: flex;
  justify-content: flex-end;
  max-width: 96% !important;
}
body.team-landing-page .paragraph.paragraph--type--block-reference-call h2 {
  color: #1A1B1C;
  text-align: left;
  font-weight: 900;
  margin: 35px 0 18px;
  max-width: 480px;
  display: inline-block;
  min-width: auto;
  font-size: 44px;
}
body.team-landing-page p {
  color: #1A1B1C;
  margin: 0 0 7px;
  font-size: 18px;
}
body.team-landing-page .field--name-field-cta-link {
  display: flex;
  padding: 26px 0 0;
}
body.team-landing-page .field--name-field-cta-link a {
  display: inline-block;
  border: 1px solid #00B4D8;
  padding: 8px 25px;
  font-size: 16px;
  margin: 0 10px 0 0;
  border-radius: 40px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
body.team-landing-page .field--name-field-cta-link .field__item:last-child a {
  background: #00B4D8;
  color: #fff;
}
body.team-landing-page .field.field--name-field-logo-and-titles {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: baseline;
}
body.team-landing-page .field--name-field-youtube-video-i-made-68-co figure.youtube-container {
  margin: 0 0 20px;
  width: 100%;
}
body.team-landing-page .field--name-field-youtube-video-i-made-68-co figure.youtube-container iframe {
  width: 100%;
}
body.team-landing-page .field--name-field-logo-and-titles > .field__item:not(:last-child) {
  position: relative;
  padding: 0 65px 0 0;
}
body.team-landing-page .field--name-field-logo-and-titles > .field__item:not(:last-child):before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 33px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #959494;
}
body.team-landing-page .field--name-field-logo-and-titles img {
  width: 24px;
  height: auto;
  margin: auto;
  display: block;
}
body.team-landing-page .field--name-field-logo-and-titles .field.field--name-field-title {
  font-size: 14px;
  display: inline-block;
  padding: 7px 0 0;
  color: #959494;
}
body.team-landing-page .field.field--name-field__description-and-cta {
  position: relative;
  z-index: 1;
}
body.team-landing-page .field.field--name-field__description-and-cta:before {
  content: "";
  width: 330px;
  height: 330px;
  background: #e5ecf8;
  position: absolute;
  border-radius: 290px;
  z-index: -1;
  box-shadow: 0 0 0 35px #eff5f9;
  left: 10px;
  top: 35px;
}
body.team-landing-page .prospect-lead-blk .field.field--name-field-logo-and-titles {
  width: 100%;
}
body.team-landing-page .prospect-lead-blk .field--name-field-icon-and-title > .field__item {
  min-width: 50%;
}
body.team-landing-page .connected-tms-blk h2 {
  text-align: center;
  max-width: 100%;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.4pt;
  margin: 2em 0 0;
  width: 100%;
}
body.team-landing-page .connected-tms-blk .field.field--name-field-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 20px;
  align-items: center;
}
body.team-landing-page .connected-tms-blk .field.field--name-field-logo .field__item {
  margin: 0 15px 15px;
  max-width: 150px;
}
body.team-landing-page .let-your-tm-blk {
  position: relative;
  z-index: 1;
  max-width: 1222px;
  margin: 3em auto;
  padding: 0 10px;
}
body.team-landing-page .let-your-tm-blk:before {
  width: 100vw;
  left: -99vw;
  right: -99vw;
  height: 110%;
  content: "";
  position: absolute;
  background: #fff;
  margin: auto;
  z-index: -1;
  transform: skew(0deg, -14deg);
  top: 10%;
  bottom: 0;
}
body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content {
  display: flex;
  flex-wrap: wrap;
}
body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field {
  flex: 0 57.8%;
  padding: 0 0 0 5%;
}
body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-image-content.field--type-image {
  flex: 0 42%;
  padding: 0;
}
body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-cta-img-cont {
  flex: 0 100%;
  padding: 20px 0 0 46%;
  display: flex;
}
body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-cta-img-cont a {
  display: inline-block;
  border: 1px solid #00B4D8;
  padding: 8px 25px;
  font-size: 16px;
  margin: 0 10px 0 0;
  border-radius: 40px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-cta-img-cont .field__item:last-child a {
  background: #00B4D8;
  color: #fff;
}
body.team-landing-page .let-your-tm-blk p {
  font-size: 16px;
  letter-spacing: 0.4pt;
  line-height: 1.8em;
  margin: 0 0 18px;
}
body.team-landing-page .paragraph.paragraph--type--block-reference-call .let-your-tm-blk h2 {
  font-size: 38px;
  letter-spacing: 0.6pt;
  max-width: 100%;
}
body.team-landing-page .how-we-help-blk {
  position: relative;
  z-index: 2;
  align-items: center;
}
body.team-landing-page .how-we-help-blk .paragraph--type--image-and-content {
  display: flex;
  min-height: 600px;
  position: relative;
  padding: 13% 50% 0 15px;
  flex-wrap: wrap;
  max-width: 1220px;
  margin: auto;
  align-items: flex-start;
  align-content: flex-start;
}
body.team-landing-page .how-we-help-blk .field--name-field-image-content img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
}
body.team-landing-page .how-we-help-blk .field {
  flex: 0 100%;
  align-self: flex-start;
}
body.team-landing-page .how-we-help-blk .field h2 {
  max-width: 540px;
}
body.team-landing-page .field--name-field-cta-img-cont {
  flex: 0 100%;
  display: flex;
  padding: 1.5em 0 0;
}
body.team-landing-page .field--name-field-cta-img-cont a {
  display: inline-block;
  border: 1px solid #00B4D8;
  padding: 8px 25px;
  font-size: 16px;
  margin: 0 10px 0 0;
  border-radius: 40px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
body.team-landing-page .field--name-field-cta-img-cont .field__item:last-child a {
  background: #00B4D8;
  color: #fff;
}
body.team-landing-page .let-your-tm-blk.second {
  padding: 10px 10px 40px;
  margin: 0 auto;
}
body.team-landing-page .let-your-tm-blk.second:before {
  transform: none;
  height: 100%;
  top: 0;
}
body.team-landing-page .easy-step-blk {
  text-align: center;
  max-width: 1220px;
  margin: 4em auto;
}
body.team-landing-page .easy-step-blk h2 {
  max-width: 100%;
  text-align: center;
  margin-top: 0;
}
body.team-landing-page .easy-step-blk .paragraph.paragraph--type--icon-title {
  justify-content: center;
  padding: 20px 0;
}
body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles {
  width: 100%;
}
body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child) {
  position: relative;
  margin: 0 8% 0 0;
  padding: 0;
  text-align: center;
  flex: 0 28%;
  max-width: 210px;
}
body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child):before {
  width: 12px;
  height: 12px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #19C4EA;
  transform: rotate(-45deg);
  background: none;
  right: -16%;
}
body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child):after {
  width: 12px;
  height: 12px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #19EADD;
  transform: rotate(-45deg);
  background: none;
  right: -11%;
  content: "";
  right: -11%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles img {
  width: auto;
  height: auto;
  max-width: 120px;
  margin: auto;
}
body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles .field.field--name-field-title {
  font-size: 17px;
  color: #000;
  padding: 25px 0 0;
  display: block;
  max-width: 190px;
  margin: 0 auto;
}
body.team-landing-page .easy-step-blk .field--name-field-cta-cta-subheading h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.8pt;
  margin: 2em 0 1.5em;
}
body.team-landing-page .easy-step-blk .field--name-field-cta-cta-link {
  justify-content: center;
  padding: 0;
}
body.team-landing-page .easy-step-blk .field--name-field-cta-cta-link a {
  display: inline-block;
  border: 1px solid #00B4D8;
  padding: 8px 25px;
  font-size: 16px;
  margin: 0 10px 0 0;
  border-radius: 40px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  background: #00B4D8;
  color: #fff;
}
body.team-landing-page .let-your-tm-blk.why-created-blk {
  padding: 6vw 10px 3vw;
  margin-bottom: 6em;
}
body.team-landing-page .let-your-tm-blk.why-created-blk > .paragraph--type--description-image-and-descriptio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body.team-landing-page .let-your-tm-blk.why-created-blk > .paragraph--type--description-image-and-descriptio > div.field {
  flex: 0 49.8%;
}
body.team-landing-page .let-your-tm-blk.why-created-blk:before {
  transform: skew(0deg, -9deg);
  height: 100%;
  top: 0;
}
body.team-landing-page .let-your-tm-blk.why-created-blk div.paragraph.paragraph--type--image-and-content > div {
  flex: 0 100% !important;
  justify-content: center;
}
body.team-landing-page .let-your-tm-blk.why-created-blk .paragraph--type--image-and-content > .field.field--name-field-image-content.field--type-image img {
  max-width: 80%;
  display: block;
  margin: auto;
  padding: 0 0 20px;
  width: 400px;
}
body.team-landing-page .let-your-tm-blk.why-created-blk .paragraph--type--image-and-content .field.field--name-field-content-image p {
  text-align: center;
  margin: 0;
  font-weight: 600;
  font-size: 17px;
}
body.team-landing-page .people-saying-blk .field--name-field-heading-title h2 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
body.team-landing-page .people-saying-blk {
  max-width: 1220px;
  margin: 0 auto;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying {
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5em 0 0;
  display: flex;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying > .field__item {
  width: 30%;
  background: #fff;
  margin: 0 1.5% 40px;
  box-shadow: 0px 5px 30px 3px rgba(169, 169, 169, 0.2);
  padding: 20px 20px 10px;
  background: url(../images/team-landing/star-blue.svg) no-repeat #fff;
  background-size: 14% auto;
  background-position: 99% 2%;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying > .field__item:nth-child(2) {
  background: url(../images/team-landing/star-blue1.svg) no-repeat #fff;
  background-size: 14% auto;
  background-position: 99% 2%;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying > .field__item:nth-child(3) {
  background: url(../images/team-landing/star-blue2.svg) no-repeat #fff;
  background-size: 14% auto;
  background-position: 99% 2%;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying .field--name-field-image {
  float: left;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying .field--name-field-image img {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying .field--name-field-heading, body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying .field--name-field-sub-title {
  display: block;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  padding: 0 0 0 20px;
  color: #1A1B1C;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying .field--name-field-description {
  width: 100%;
  display: inline-block;
  text-align: left;
  float: left;
  clear: both;
  max-width: 100%;
  padding: 20px 0 10px;
  border-top: 1px solid #DBDBDB;
  margin: 10px 0 0;
  font-size: 14px;
}
body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying .field--name-field-description p {
  font-size: 14px;
}
body.team-landing-page .people-saying-blk .field--name-field-cta-link {
  text-align: center;
  width: 100%;
  justify-content: center;
}
body.team-landing-page .learn-more-blk .field--name-field-description h2 {
  width: 100%;
  max-width: 650px;
  text-align: center;
  line-height: normal;
  margin: 1.6em auto 1em;
  display: block;
}
body.team-landing-page .learn-more-blk {
  max-width: 1220px;
  margin: auto;
  text-align: center;
}
body.team-landing-page .learn-more-blk .field--name-field-cta-img-cont {
  flex: 0 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}
body.team-landing-page .learn-more-blk .field--name-field-cta-img-cont a {
  display: inline-block;
  border: 1px solid #00B4D8;
  padding: 8px 25px;
  font-size: 16px;
  margin: 0 10px 0 0;
  border-radius: 40px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
body.team-landing-page .register-mtap-blk h2 {
  max-width: 100%;
  text-align: center;
}
body.team-landing-page .register-mtap-blk {
  max-width: 1220px;
  margin: 3em auto 0;
  position: relative;
  z-index: 1;
  padding: 0 15px 4em;
}
body.team-landing-page .register-mtap-blk:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -999px;
  right: -999px;
  background: #fff;
  z-index: -1;
  margin: auto;
  background: url(../images/team-landing/star3.svg) no-repeat #fff;
  background-size: 95% auto;
  padding: 0px px 0 0;
  background-position: center 125px;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description {
  display: flex;
  flex-wrap: wrap;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field {
  flex: 0 100%;
  text-align: center;
  padding: 10px 0 20px;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field {
  flex: 0 100%;
  display: none;
  margin: auto;
  justify-content: center;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item {
  flex: 0 25%;
  background: #fbfbfb;
  box-shadow: 0px 5px 20px 2px rgba(169, 169, 169, 0.2);
  margin: 15px 4%;
  border-radius: 5px;
  padding: 0 0 75px;
  text-align: center;
  background: url(../images/team-landing/users1.svg) no-repeat #fbfbfb;
  background-size: 19% auto;
  background-position: bottom right;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item p:first-child {
  font-size: 18px;
  background: #19EADD;
  padding: 17px 20px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: 900;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(2) {
  background: url(../images/team-landing/users2.svg) no-repeat #fbfbfb;
  background-size: 12% auto;
  background-position: bottom right;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(2) p:first-child {
  background: #19C4EA;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(3) {
  background: url(../images/team-landing/users.svg) no-repeat #fbfbfb;
  background-size: 15% auto;
  background-position: bottom right;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(3) p:first-child {
  background: #1992EA;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item h2 {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item p:nth-child(3) {
  max-width: 135px;
  margin: 0 auto 25px;
  font-size: 14px;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item p a {
  display: inline-block;
  width: 100%;
  border: 2px solid #19EADD;
  color: #000;
  padding: 10px 25px;
  max-width: 210px;
  border-radius: 5px;
  font-weight: 600;
  width: 90%;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item p a:hover {
  box-shadow: 1px 4px 4px rgba(119, 112, 112, 0.3);
  background: #19EADD;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(2) p a {
  border-color: #61c2e7;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(2) p a:hover {
  background: #61c2e7;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(3) p a {
  border-color: #488ee4;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(3) p a:hover {
  background: #488ee4;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item p:nth-child(4) {
  font-weight: 600;
  margin: 0 0 10px;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field:nth-child(1) {
  display: block;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field:nth-child(1) .field__item {
  background: none;
  padding: 0;
  flex: 0 auto;
  margin: 0px 0px 0px;
  box-shadow: none;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field:nth-child(1) .field__item ul {
  display: inline-flex;
  list-style: none;
  padding: 6px 0px;
  background: #00B4D8;
  flex: 0 auto;
  margin: 10px 0px 0px;
  border-radius: 7px;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field:nth-child(1) .field__item ul li {
  display: inline-block;
  color: #fff;
  padding: 5px 27px;
  margin: 0 10px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field:nth-child(1) .field__item ul li.active {
  background: #fff;
  color: #000;
}
body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field.active {
  display: flex;
  padding: 10px 0 5em;
}
body.team-landing-page .prospect-lead-blk {
  background: url(../images/team-landing/star.svg) no-repeat;
  background-size: 55% auto;
  padding: 40px 0 0;
  background-position: 97% -10%;
}
body.team-landing-page article > div > div {
  max-width: 1220px;
  margin: auto;
}
body.team-landing-page .easy-step-blk {
  background: url(../images/team-landing/star1.svg) no-repeat;
  background-size: 870px auto;
  padding: 0px 0 0;
  background-position: center 75px;
}
body.team-landing-page .let-your-tm-blk.why-created-blk > .paragraph--type--description-image-and-descriptio > div.field.field--name-field-image-and-description- {
  background: url(../images/team-landing/star2.svg) no-repeat;
  background-size: 91% auto;
  padding: 50px 0 0px;
  background-position: center 0px;
}
body.team-landing-page .register-mtap-blk {
  background: url(../images/team-landing/star3.svg) no-repeat;
  background-size: 100% auto;
  padding: 0px 0 0;
  background-position: center 75px;
}
body.team-landing-page .learn-more-blk .paragraph--type--image-and-content {
  background: url(../images/team-landing/star4.svg) no-repeat;
  background-size: 630px auto;
  padding: 0px 0 0;
  background-position: center 0px;
}

.page-type-home-page-landing .shop-listing {
  max-width: 980px;
  margin: auto;
}
.page-type-home-page-landing .more-link {
  text-align: center;
}
.page-type-home-page-landing .more-link a {
  background: #00B4D8;
  padding: 9px 35px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Merriweather";
  letter-spacing: 1pt;
  display: inline-block;
  margin: 10px 0px;
}

section#block-whatismtap {
  border-top: 1px solid #e1e1e5;
  margin: 25px 0 0;
}

.magiclink-content h2 + a {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  background: #00B4D8;
  padding: 7px 15px 7px 15px;
  border-radius: 30px;
  color: #fff;
  font-family: "Merriweather";
  letter-spacing: 0.4pt;
  font-size: 14px;
  margin: 0 0 0 5px;
  float: right;
  margin: -25px 0 0;
}

form.mtaps-release-form {
  max-width: 680px;
  margin: auto;
  text-align: center;
}

form.mtaps-release-form h2 {
  font-size: 26px;
}

#nfc_product_details_page .nfc_product_details .product_left_section .slider li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#nfc_product_details_page #image-gallery > li[class=""]:nth-child(1n+2) {
  display: none;
}

div#block-applinks {
  margin: 0 0 20px;
}
div#block-applinks p a {
  margin: 0 5px;
}
div#block-applinks p {
  display: flex;
  width: 100%;
  justify-content: center;
}

/*
.react-responsive-modal-root{transform: translate3d(0,0,0);-webkit-overflow-scrolling: touch; position: absolute;width: 100vw; height: 100vh;
    *{transform: translate3d(0,0,0);-webkit-overflow-scrolling: touch;}
}
body .react-responsive-modal-container { height: 0; text-align: unset; overflow: visible; }
.react-responsive-modal-modal.secModal.connect-popup{max-height: 80vh; height: auto;transform: translate3d(0,0,0);-webkit-overflow-scrolling: touch;position: absolute; left: 0; right: 0; margin: auto; top: 10vh;}

.react-toggle-track{position: relative;}

.connect-popup form label[for="phoneNumber"] + .react-tel-input { display: inline-block; width: 60%;z-index: 1001;
    input.form-control.text-input { width: 100%; } 
    .selected-flag { height: 30px; border: 0; }
}

.react-responsive-modal-root *{ transform: translate3d(0,0,0);}

.react-tel-input .country-list{overflow: scroll !important;height: 175px;top: 26px;-webkit-overflow-scrolling: touch; display: inline-block;max-width: 50vw;    height: 160px;}
//.react-tel-input .country-list::-webkit-scrollbar { width: 20px; }
//.react-responsive-modal-modal.secModal .react-tel-input .flag-dropdown, .react-tel-input .selected-flag, .react-tel-input .flag-dropdown, .react-tel-input .country-list{position: static !important;}



.react-responsive-modal-modal.secModal.connect-popup{overflow-y: auto;}
*/
.react-tel-input .country-list {
  max-width: 54vw;
}

body.user-logged-in.user-menu-active .site-slidemenu {
  max-width: 310px;
  left: 0px;
  flex: 0 310px;
}
body.user-logged-in.user-menu-active .site-slidemenu .menu-icon {
  right: 10px;
  left: auto;
  transform: rotateY(180deg) rotate(-45deg);
}
body.user-logged-in.user-menu-active .site-slidemenu #block-mtapsidemenu h2 span.menu-label {
  display: block;
  color: #03045E;
  font-weight: 500;
}
body.user-logged-in.user-menu-active .site-slidemenu #block-mtapsidemenu ul.menu li a {
  font-size: 15px;
  padding: 15px 5px 15px 55px;
  width: 100%;
  height: auto;
  white-space: normal;
  text-align: center;
  margin: 0;
  justify-content: flex-start;
  background-color: transparent;
  border-radius: 10px;
  background-position: 16px center;
}
body.user-logged-in.user-menu-active .site-slidemenu #block-mtapsidemenu ul.menu li a:hover {
  background-color: #e7f2ff;
}
body.user-logged-in.user-menu-active .site-slidemenu #block-mtapsidemenu ul.menu li.menu-item--expanded ul.menu li a {
  justify-content: flex-start;
  padding: 6px 10px 4px 50px;
  background-position: 13px center;
  margin: 1px 0;
  font-size: 14px;
  border-radius: 0 20px 20px 0;
  background-color: transparent;
  background-size: 18px auto;
  background-image: none;
  position: relative;
  text-align: left;
}
body.user-logged-in.user-menu-active .site-slidemenu #block-mtapsidemenu ul.menu li.menu-item--expanded ul.menu li a:before {
  content: "";
  width: 5px;
  height: 3px;
  position: absolute;
  background: #000;
  left: 23px;
  top: 16px;
}
body.user-logged-in.user-menu-active .site-slidemenu ul.menu li.menu-item--expanded > span, body.user-logged-in.user-menu-active .site-slidemenu ul.menu li.menu-item--expanded > a {
  font-size: 15px;
  padding: 15px 5px 15px 55px;
  margin: 0;
  justify-content: flex-start;
  background-position: 15px center !important;
  text-align: left;
  letter-spacing: 0.2pt;
}
body.user-logged-in.user-menu-active .site-slidemenu span.drawer-icon:before, body.user-logged-in.user-menu-active .site-slidemenu span.drawer-icon:after {
  transform-origin: left center;
}
body.user-logged-in.user-menu-active .site-slidemenu ul.menu li.menu-item--expanded ul.menu li a.is-active, body.user-logged-in.user-menu-active .site-slidemenu ul.menu li.menu-item--expanded ul.menu li a.active {
  background-color: #d1ebff !important;
}
body.user-logged-in.user-menu-active .site-slidemenu ul.menu li.menu-item--expanded ul.menu li.active > a {
  background-color: #d1ebff !important;
}
body.user-logged-in.user-menu-active .site-slidemenu {
  /*.tb-megamenu li {
      > .dropdown-menu{ display: none !important; position: static; background: none; box-shadow: none; border: 0; width: 100%; } 
      &.active > .dropdown-menu { display: inline-block !important;}
  }*/
}
body.user-logged-in.user-menu-active .site-slidemenu #block-teams-menu-block {
  display: inline-block;
}
body.user-logged-in.user-menu-active nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu span.menu-label {
  display: none;
}
body.user-logged-in.user-menu-active nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu:before, body.user-logged-in.user-menu-active nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu:after {
  background: #fff;
  width: 2px;
  height: 20px;
  border-radius: 10px;
  transform: rotate(45deg);
  content: "";
  left: 0px;
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
  bottom: 0;
}
body.user-logged-in.user-menu-active nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu:after {
  transform: rotate(-45deg);
  position: absolute;
  border: 0;
}
body.user-logged-in.user-menu-active nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu {
  width: 40px;
  height: 40px;
  align-self: flex-start; /* background: #fff; */
  margin: 10px 0 0 0px; /* border-bottom: 1px solid #6d6ecd;*/
}
body.user-logged-in.user-menu-active .site-page {
  width: auto;
  width: calc(100vw - 320px);
}

body.user-logged-in:not(.user-menu-active) h2#block-mtapsidemenu-menu {
  padding: 25px 10px 10px;
  color: #000;
  font-size: 10px;
  background-position: top center;
  margin: 0;
  text-align: center;
  justify-content: center;
}

body.invoices table.table-style {
  max-width: 1140px;
  margin: 20px auto 0;
  width: 95%;
}

.code-wrapper #address {
  display: none;
  visibility: hidden;
}

nav#block-mtouch-main-navigation ul li.menu-item--active-trail > a, nav#block-mtouch-main-navigation ul li.active > a, nav#block-mtouch-main-navigation ul li a.active {
  color: #00B4D8;
}

nav#block-mtouch-main-navigation ul li[class*=qrcode] {
  display: none !important;
}

/*---- Email Signture ------*/
.emailsignature {
  margin: auto;
  display: flex;
  max-width: 1160px !important;
  justify-content: space-evenly;
  width: 95% !important;
}

.emailsignature div.cke {
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.emailsignature .subcard {
  max-width: 50%;
}

/*--------- new signup form ---------*/
form.subscription-form.email-setting-form, form.extra-subscription-form {
  width: 100%;
  padding: 0 5% 45px;
}
form.subscription-form.email-setting-form .row, form.extra-subscription-form .row {
  display: flex;
  width: 100%;
}
form.subscription-form.email-setting-form .col-6.col-md-6.mb-4, form.extra-subscription-form .col-6.col-md-6.mb-4 {
  width: 49% !important;
  float: left;
  margin-right: 2% !important;
}
form.subscription-form.email-setting-form .row:nth-child(3) .col-6.col-md-6.mb-4, form.extra-subscription-form .row:nth-child(3) .col-6.col-md-6.mb-4 {
  width: 100% !important;
  margin-right: 0 !important;
}
form.subscription-form.email-setting-form .row:nth-child(3), form.extra-subscription-form .row:nth-child(3) {
  flex-wrap: wrap;
}
form.subscription-form.email-setting-form .form-item.form-item-username, form.extra-subscription-form .form-item.form-item-username {
  margin: 20px 0 10px;
  padding: 14px 20px;
  display: inline-block;
  border-radius: 8px;
  background: #d5f1ff;
}
form.subscription-form.email-setting-form .form-item.form-item-username span.field-prefix, form.extra-subscription-form .form-item.form-item-username span.field-prefix {
  display: block;
  width: 80px;
  position: relative;
  bottom: 0px;
  height: 0;
  background: #0077b6;
  color: #fff;
  padding: 0 10px;
  left: -5px;
  display: flex;
  border-radius: 6px 0 0 6px;
  align-items: flex-start;
}
form.subscription-form.email-setting-form .form-item.form-item-username span.field-prefix > span.field-prefix, form.extra-subscription-form .form-item.form-item-username span.field-prefix > span.field-prefix {
  height: 40px;
  align-items: center;
}
form.subscription-form.email-setting-form .form-item.form-item-username label, form.extra-subscription-form .form-item.form-item-username label {
  margin: 0 0 5px;
  display: inline-block;
  font-size: 13px;
}
form.subscription-form.email-setting-form .form-item.form-item-username input, form.extra-subscription-form .form-item.form-item-username input {
  width: 100%;
  padding: 0 5px 0 85px;
}
form.subscription-form.email-setting-form .form-item input.form-control, form.extra-subscription-form .form-item input.form-control {
  width: 100%;
  outline: none;
}
form.subscription-form.email-setting-form .text-center, form.extra-subscription-form .text-center {
  padding: 25px 0 0;
}
form.subscription-form.email-setting-form .form-item.form-item-pass, form.extra-subscription-form .form-item.form-item-pass {
  flex: 0 100%;
  justify-content: space-between;
}
form.subscription-form.email-setting-form .form-item.form-item-pass .form-item, form.extra-subscription-form .form-item.form-item-pass .form-item {
  flex: 0 47%;
  align-self: flex-start;
}
form.subscription-form.email-setting-form .form-item.form-item-pass .password-confirm .error, form.extra-subscription-form .form-item.form-item-pass .password-confirm .error {
  color: red;
  font-weight: 600;
}
form.subscription-form.email-setting-form .form-item.form-item-pass .password-confirm .ok, form.extra-subscription-form .form-item.form-item-pass .password-confirm .ok {
  color: green;
  font-weight: 600;
}
form.subscription-form.email-setting-form .form-item.form-item-pass .password-strength__meter, form.extra-subscription-form .form-item.form-item-pass .password-strength__meter {
  height: 5px;
}
form.subscription-form.email-setting-form .form-item.form-item-pass .password-strength__meter .password-strength__indicator.is-fair, form.extra-subscription-form .form-item.form-item-pass .password-strength__meter .password-strength__indicator.is-fair {
  background: #84c3a0;
}
form.subscription-form.email-setting-form .form-item.form-item-pass .password-strength__meter .password-strength__indicator.is-good, form.extra-subscription-form .form-item.form-item-pass .password-strength__meter .password-strength__indicator.is-good {
  background: #4fc34f;
}
form.subscription-form.email-setting-form .form-item.form-item-pass .password-strength__meter .password-strength__indicator.is-strong, form.extra-subscription-form .form-item.form-item-pass .password-strength__meter .password-strength__indicator.is-strong {
  background: green;
}

form.extra-subscription-form {
  max-width: 550px;
  padding: 25px 3% 45px;
}
form.extra-subscription-form .form-item.form-item-username span.field-prefix > span.field-prefix {
  height: 41px;
}
form.extra-subscription-form .row:not(:first-child) .col-6.col-md-6.mb-4 {
  width: 100% !important;
  margin: 0 !important;
}

/*- Signupflow----*/
.signip-type {
  max-width: 590px;
  margin: 0 auto 15vh;
  text-align: center;
  padding: 0 10px;
}
.signip-type .items {
  display: flex;
  justify-content: space-between;
}
.signip-type .items a.item {
  display: flex;
  background: #fbfcff;
  border: 1px solid #dde4ef;
  min-height: 80px;
  align-items: center;
  padding: 15px 11px 15px;
  border-radius: 15px;
  color: #000;
  font-weight: 500;
  width: 46%;
  justify-content: center;
  font-size: 16px;
  flex-wrap: wrap;
}
.signip-type .items a.item:before {
  content: "";
  width: 100%;
  height: 35px;
  margin: 0 0 8px;
  background: url(../images/ind.svg) no-repeat center center;
  background-size: auto 100%;
}
.signip-type .items a.item:hover {
  background: #4d4eac;
  color: #fff;
}
.signip-type .items a.item.business:before {
  background: url(../images/busi.svg) no-repeat center center;
  background-size: auto 100%;
}
.signip-type .items a.item:hover:before { /*filter: brightness(14.5);*/
  background: url(../images/ind2.svg) no-repeat center center;
  background-size: auto 100%;
}
.signip-type .items a.item:hover.business:before {
  background: url(../images/busi2.svg) no-repeat center center;
  background-size: auto 100%;
}
.signip-type h3 {
  font-weight: 500;
  margin: 1.6em 0 1em;
}

div#ajax_form_multistep_form {
  max-width: 780px;
  margin: auto;
  text-align: center;
  background: #fff;
  padding: 1em 20px 2em;
  border-radius: 17px;
}
div#ajax_form_multistep_form h1 {
  font-size: 30px;
}
div#ajax_form_multistep_form .step {
  display: inline-block;
  padding: 0 0 2em;
  width: 100%;
}
div#ajax_form_multistep_form .d-flex {
  display: flex;
  justify-content: center;
}
div#ajax_form_multistep_form .d-flex .step1-button {
  margin: 0 5px;
}

.sub_header.first-selection select {
  margin: 0 0 0 10px;
  border-right: 10px solid #ffffff;
  height: 45px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
  padding: 0 15px;
  border-radius: 9px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  box-shadow: 0 0 0 1px #8d8d8d;
  border-width: 0 10px 0 0;
  border-style: none solid none none;
}

.sub_header.first-selection select option {
  background: #ffffff;
  color: #000;
  padding: 20px 10px;
}

.sub_header.first-selection {
  align-items: center;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
}

.magiclink-content.qrcode {
  width: 100%;
  clear: both;
  margin: 10px 0 0;
}

body.qrcode .magic-link {
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
}

body.qrcode .magic-link select[name=cardschange], body.theme .magic-link select[name=cardschange], body.path-theme .magic-link select[name=cardschange] {
  margin: -10px 0 0 10px;
  border-right: 10px solid #ffffff;
  height: 45px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
  padding: 0 15px;
  border-radius: 9px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  box-shadow: 0 0 0 1px #8d8d8d;
  border-width: 0 10px 0 0;
  border-style: none solid none none;
}
body.qrcode option, body.theme option, body.path-theme option {
  background: #ffffff;
  color: #000;
  padding: 20px 10px;
}

.assign-groups-form {
  padding: 20px 10px;
  max-width: 580px;
  margin: auto;
}

.assign-groups-form .responsive-enabled {
  display: inline-block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #fff;
}

.assign-groups-form .responsive-enabled th {
  border: 0;
  background: transparent linear-gradient(180deg, #F1F1FB 0%, #f9f9f9 100%) 0% 0% no-repeat padding-box;
  text-align: left;
  color: #03045E;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
}

.assign-groups-form .responsive-enabled tr {
  box-shadow: none;
}

.assign-groups-form .responsive-enabled thead {
  box-shadow: none;
  border-bottom: 1px solid #E4E4F8;
}

.assign-groups-form .responsive-enabled {
  border-radius: 12px;
  background: #fff;
}

.assign-groups-form .responsive-enabled th:first-child {
  border-radius: 12px 0 0 0;
}

.assign-groups-form .responsive-enabled th:last-child {
  border-radius: 0 12px 0 0;
}

.assign-groups-form .responsive-enabled tbody tr td {
  border-bottom: 1px solid #EBF0F2;
}

.assign-groups-form select#edit-action {
  height: 32px;
  border-radius: 5px;
  border-color: #73A1C2;
  padding: 0px 10px;
  width: 200px;
}
.assign-groups-form .js-form-type-select {
  display: flex;
  flex-wrap: nowrap;
}
.assign-groups-form .js-form-type-select label {
  width: auto;
  margin: 0 10px 0 0;
}
.assign-groups-form tbody tr td input.form-checkbox {
  width: auto;
  margin: 15px 5px 0;
  height: auto;
}

body.cards.path-property div#block-mtouch-content, body.cards.path-card div#block-mtouch-content {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.card-create-form, .property-card-form {
  font-size: 14px;
}
.card-create-form .form-item-mtap-url, .property-card-form .form-item-mtap-url {
  position: relative;
}
.card-create-form .form-item-mtap-url input, .property-card-form .form-item-mtap-url input {
  padding: 0 0 0 94px;
}
.card-create-form .form-item-mtap-url span.field-prefix, .property-card-form .form-item-mtap-url span.field-prefix {
  width: auto !important;
  height: 25px;
  position: absolute;
  top: 14px;
  left: 0px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 32px;
  background: url(../images/logopre.png) no-repeat 10% 50%;
  background-size: 18px;
}
.card-create-form div#mtap_url_r, .property-card-form div#mtap_url_r {
  padding: 13px 0 0;
}
.card-create-form input.button, .property-card-form input.button {
  margin: 20px 0 0;
}

.assign-groups-form {
  padding: 20px 10px;
  max-width: 580px;
  margin: auto;
}

.assign-groups-form .responsive-enabled {
  display: inline-block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #fff;
}

.assign-groups-form .responsive-enabled th {
  border: 0;
  background: transparent linear-gradient(180deg, #F1F1FB 0%, #f9f9f9 100%) 0% 0% no-repeat padding-box;
  text-align: left;
  color: #03045E;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
}

.assign-groups-form .responsive-enabled tr {
  box-shadow: none;
}

.assign-groups-form .responsive-enabled thead {
  box-shadow: none;
  border-bottom: 1px solid #E4E4F8;
}

.assign-groups-form .responsive-enabled {
  border-radius: 12px;
  background: #fff;
}

.assign-groups-form .responsive-enabled th:first-child {
  border-radius: 12px 0 0 0;
}

.assign-groups-form .responsive-enabled th:last-child {
  border-radius: 0 12px 0 0;
}

.assign-groups-form .responsive-enabled tbody tr td {
  border-bottom: 1px solid #EBF0F2;
}

.assign-groups-form select#edit-action {
  height: 32px;
  border-radius: 5px;
  border-color: #73A1C2;
  padding: 0px 10px;
  width: 200px;
}
.assign-groups-form .js-form-type-select {
  display: flex;
  flex-wrap: nowrap;
}
.assign-groups-form .js-form-type-select label {
  width: auto;
  margin: 0 10px 0 0;
}
.assign-groups-form tbody tr td input.form-checkbox {
  width: auto;
  margin: 15px 5px 0;
  height: auto;
}

body.cards.path-property div#block-mtouch-content, body.cards.path-card div#block-mtouch-content {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.card-create-form, .property-card-form {
  font-size: 14px;
}
.card-create-form .form-item-mtap-url, .property-card-form .form-item-mtap-url {
  position: relative;
}
.card-create-form .form-item-mtap-url input, .property-card-form .form-item-mtap-url input {
  padding: 0 0 0 94px;
}
.card-create-form .form-item-mtap-url span.field-prefix, .property-card-form .form-item-mtap-url span.field-prefix {
  width: auto !important;
  height: 25px;
  position: absolute;
  top: 14px;
  left: 0px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 32px;
  background: url(../images/logopre.png) no-repeat 10% 50%;
  background-size: 18px;
}
.card-create-form div#mtap_url_r, .property-card-form div#mtap_url_r {
  padding: 13px 0 0;
}
.card-create-form input.button, .property-card-form input.button {
  margin: 20px 0 0;
}

body.user-menu-active .maindiv .maindiv {
  padding-left: 0 !important;
  padding: 0;
}

.sub_header.first-selection select {
  margin: 0 0 0 10px;
  border-right: 10px solid #ffffff;
  height: 45px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
  padding: 0 15px;
  border-radius: 9px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  box-shadow: 0 0 0 1px #8d8d8d;
  border-width: 0 10px 0 0;
  border-style: none solid none none;
}

.sub_header.first-selection select option {
  background: #ffffff;
  color: #000;
  padding: 20px 10px;
}

.sub_header.first-selection {
  align-items: center;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
}

.magiclink-content.qrcode {
  width: 100%;
  clear: both;
  margin: 10px 0 0;
}

body.qrcode .magic-link {
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
}

body.qrcode .magic-link select[name=cardschange], body.theme .magic-link select[name=cardschange], body.path-theme .magic-link select[name=cardschange] {
  margin: 0 0 0 10px;
  border-right: 10px solid #ffffff;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
  padding: 0 10px;
  border-radius: 5px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  box-shadow: 0 0 0 1px #8d8d8d;
  border-width: 0 10px 0 0;
  border-style: none solid none none;
}
body.qrcode option, body.theme option, body.path-theme option {
  background: #ffffff;
  color: #000;
  padding: 20px 10px;
}

body.path-theme .magic-link select[name=cardschange], body.theme .magic-link select[name=cardschange] {
  margin-bottom: 20px;
}

header.header[style="display: none;"] + .site-slidemenu {
  top: 0;
}

/*----- Subscription -----*/
.pricing--norbu .pricing__item {
  padding: 0 1.5%;
}

section.pricing-section .pricing--norbu h3 {
  color: #fff;
}

.pricing--norbu .pricing__price {
  line-height: normal;
}

.pricing--norbu .pricing__feature-list {
  max-width: 200px;
  margin: auto;
  width: 100%;
}

section.pricing-section .pricing--norbu .pricing__action {
  margin: auto 0em 1em;
  padding: 1.25em 1em;
  color: #353691;
  background: rgb(255, 255, 255);
  font-size: 20px;
}

div#block-upgradetopro {
  position: relative;
  top: -3em;
  margin: 0 0 1em;
  justify-content: center;
  display: flex;
}

div#block-upgradetopro .buttong:hover {
  color: #fff;
  background-color: #4caf8f;
}

.site-breadcrumbs nav ol li:first-letter {
  text-transform: uppercase;
}

/*------------- Offer Page ---------------*/
section.why-go-pro {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 2.5em 0 0;
  background: url(../images/bg-offer.svg) no-repeat center 60%;
  background-size: 100vw auto;
  position: relative;
  z-index: 1;
}
section.why-go-pro:before {
  content: "";
  width: 115%;
  position: absolute;
  height: 30vw;
  background: #fff;
  border-radius: 100% 100% 0 0;
  left: -50vw;
  top: 40%;
  right: -50vw;
  margin: auto;
  z-index: -1;
}
section.why-go-pro > .paragraph {
  justify-content: center;
}
section.why-go-pro > .paragraph h2 {
  display: inline;
  font-size: 50px;
  font-family: "Jost";
  font-weight: 500;
  color: #1E3A8A;
}
section.why-go-pro > .paragraph h2 strong {
  font-weight: 900;
  color: #11A5F3;
}
section.why-go-pro > .paragraph h3 {
  font-weight: 500;
  font-family: Jost;
  font-size: 28px;
  margin: 0.6em 0 1.2em;
  color: #03045E;
}
section.why-go-pro > .paragraph h3 strong {
  color: #11A5F3;
}

.mtap-digital-business-cards > .paragraph {
  justify-content: center;
  text-align: center;
}
.mtap-digital-business-cards h2 {
  font-weight: 500;
  font-family: Jost;
  font-size: 28px;
  margin: 0 0 1.2em;
}
.mtap-digital-business-cards h2 strong {
  color: #2252C8;
}
.mtap-digital-business-cards table {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  box-shadow: 0px 12px 14px rgba(145, 158, 171, 0.2588235294);
  border-radius: 15px;
  padding: 10px;
  border-collapse: collapse;
  margin: 0 auto 5em;
  max-width: 800px;
  background: #fff;
}
.mtap-digital-business-cards table tr:first-child th {
  padding: 17px 20px;
  border-collapse: collapse;
  border-left: 0 none;
  background: #edf9ff;
}
.mtap-digital-business-cards table tr:first-child th:first-child {
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #e7e7e7;
}
.mtap-digital-business-cards table tr:first-child th:last-child {
  border-radius: 10px;
  border: 0;
  background: #19B064;
  color: #fff;
}
.mtap-digital-business-cards table tr {
  display: flex;
  font-size: 18px;
  padding: 0;
  border-bottom: 1px solid #E2EFF8;
}
.mtap-digital-business-cards table tr > * {
  flex: 0 25%;
  max-width: 25%;
  align-items: center;
  vertical-align: middle;
  align-items: center;
  align-self: initial;
  display: flex;
  text-align: center;
  justify-content: center;
}
.mtap-digital-business-cards table tr td:first-child {
  padding: 13px 0 13px 4%;
  text-align: left;
  font-size: 17px;
  justify-content: flex-start;
}
.mtap-digital-business-cards table td:last-child {
  background: #d0e9ff;
  min-height: 100%;
}
.mtap-digital-business-cards table tr:nth-child(n+3) {
  display: none;
}
.mtap-digital-business-cards table tr:nth-child(2) td:last-child {
  border-radius: 5px 5px 0 0;
}
.mtap-digital-business-cards table tr:last-child td:last-child {
  border-radius: 0 0 5px 5px;
}
.mtap-digital-business-cards table tr:last-child, .mtap-digital-business-cards table tr:first-child {
  border: 0;
}
.mtap-digital-business-cards table tr:first-child {
  margin: 0 0 5px;
}
.mtap-digital-business-cards table + p {
  font-size: 24px;
  margin: 0px auto 2em;
  color: #1E3A8A;
  max-width: 820px;
}
.mtap-digital-business-cards table tr td[colspan="3"] {
  flex: 0 100%;
  max-width: 100%;
  padding: 0;
  text-align: center;
  height: 0px;
  position: relative;
}
.mtap-digital-business-cards table tr td[colspan="3"] a.more-details {
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 130px;
  margin: auto;
  color: #000;
}
.mtap-digital-business-cards table tr td[colspan="3"] a.more-details:before {
  content: "+";
  margin: 0 10px 0 0;
  border-radius: 40px;
  border: 2px solid;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 17px;
  font-weight: 600;
  font-size: 14px;
}
.mtap-digital-business-cards table.display-all {
  margin: 0 auto 3em;
}
.mtap-digital-business-cards table.display-all tr td[colspan="3"] {
  display: none;
}
.mtap-digital-business-cards table.display-all tr:nth-child(n+3) {
  display: flex;
  flex-wrap: wrap;
}

section.mtap-pro-benefits {
  position: relative;
}
section.mtap-pro-benefits:before {
  content: "";
  width: 85px;
  height: 72px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -36px;
  background: url("../images/arrow.svg") no-repeat center center;
  background-size: auto 100%;
}
section.mtap-pro-benefits .paragraph {
  flex-wrap: wrap;
}
section.mtap-pro-benefits .paragraph .field--name-field-logos-title {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 2em 0 2em 10%;
}
section.mtap-pro-benefits .paragraph h2 {
  width: 100%;
  text-align: center;
  color: #000000;
  font-family: Jost;
  font-size: 50px;
}
section.mtap-pro-benefits .paragraph .field {
  width: 100%;
}
section.mtap-pro-benefits .paragraph h2 strong {
  color: #2252C8;
  font-weight: 500;
}
section.mtap-pro-benefits .paragraph .field--name-field-logos-title > .field__item {
  width: 100%;
  max-width: 33.33%;
}
section.mtap-pro-benefits .paragraph .field--name-field-logos-title .field__item .paragraph--type--image-and-text {
  flex-wrap: nowrap;
  display: flex;
  padding: 0 10% 2em 0;
  align-items: center;
}
section.mtap-pro-benefits .paragraph .field.field--name-field-images-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  border-radius: 10px;
  width: 92px;
}
section.mtap-pro-benefits .paragraph .field.field--name-field-description-image {
  max-width: 220px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 0 0 20px;
}
section.mtap-pro-benefits .paragraph .field.field--name-field-cta-link {
  text-align: center;
  margin: 0 auto 3em;
}
section.mtap-pro-benefits .paragraph .field.field--name-field-cta-link a {
  display: inline-block;
  padding: 9px 6%;
  background: #115CC3;
  color: #fff;
  font-size: 18px;
  border-radius: 55px;
}

section.offers-block-style {
  border-top: 1px solid #C4D5E5;
  padding: 3em 0;
  background: #E9F3FF;
}
section.offers-block-style > .paragraph {
  flex-direction: row-reverse;
  align-items: center;
}
section.offers-block-style > .paragraph > .field {
  max-width: 52%;
  width: 100%;
}
section.offers-block-style h2 {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 2.3rem;
  font-family: Jost;
  color: #1E3A8A;
  padding: 0 0 0.6em;
  position: relative;
}
section.offers-block-style h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5em;
  width: 25px;
  height: 3px;
  background: #3E76E5;
}
section.offers-block-style > .paragraph > .content-cta {
  width: 48%;
  padding-right: 8%;
}
section.offers-block-style .field ul {
  margin: 0;
  padding: 0 0 1em;
  list-style: none;
}
section.offers-block-style .field ul li {
  display: inline-block;
  width: 100%;
  padding: 0 0 10px 34px;
  position: relative;
}
section.offers-block-style .field ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 1px;
  background: #00ae5d;
  border-radius: 100px;
}
section.offers-block-style .field ul li:after {
  content: "";
  width: 9px;
  height: 4px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  position: absolute;
  left: 5px;
  top: 7px;
  transform: rotate(-45deg);
  border-color: #fff;
}
section.offers-block-style p strong {
  color: #2C4690;
  font-weight: 600;
}
section.offers-block-style.list-style-cta .field ul li {
  background: #fff;
  box-shadow: 0px 6px 12px rgba(145, 158, 171, 0.1882352941);
  display: inline-block;
  position: static;
  padding: 4px 20px;
  margin: 0 0 20px;
  border-radius: 100px;
  width: auto;
  border: 1px solid #EEEEEE;
}
section.offers-block-style h3 {
  font-size: 1.4rem;
  color: #1E3A8A;
  font-weight: 700;
  margin: 0 0 1em;
}
section.offers-block-style h3 strong {
  color: #2252C8;
}
section.offers-block-style > .paragraph > .content-cta .field--name-field-cta-img-cont {
  padding: 20px 0 0;
}
section.offers-block-style > .paragraph > .content-cta .field--name-field-cta-img-cont a {
  display: inline-block;
  padding: 12px 30px;
  background: #115CC3;
  color: #fff;
  font-size: 25px;
  border-radius: 55px;
  font-weight: 600;
}
section.offers-block-style p, section.offers-block-style ul {
  font-size: 18px;
}
section.offers-block-style.no-border {
  border: 0 none !important;
}
section.offers-block-style.no-bg {
  background: none !important;
}
section.offers-block-style.border-top {
  border-top: 1px solid #C4D5E5 !important;
}
section.offers-block-style.border-bottom {
  border-bottom: 1px solid #C4D5E5 !important;
}

section.offers-block-style.reverce-col > .paragraph {
  flex-direction: row;
  align-items: center;
}
section.offers-block-style.reverce-col > .paragraph > .content-cta {
  padding-left: 8%;
  padding-right: 0;
}

section.connect-with-anyone.offers-block-style {
  background: #E9F3FF;
  border: 0;
}
section.connect-with-anyone.offers-block-style .field--name-field-image-content .field__item {
  display: none;
}
section.connect-with-anyone.offers-block-style .field--name-field-image-content .field__item.active {
  display: block;
}
section.connect-with-anyone.offers-block-style .field--name-field-content-image ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.connect-with-anyone.offers-block-style .field--name-field-content-image ol li {
  display: none;
}
section.connect-with-anyone.offers-block-style .field--name-field-content-image ol li.active {
  display: block;
}
section.connect-with-anyone.offers-block-style .field ul li {
  cursor: pointer;
}
section.connect-with-anyone.offers-block-style .field ul li.active {
  background: #3e76e5;
  color: #fff;
}
section.connect-with-anyone.offers-block-style .field ul li:before, section.connect-with-anyone.offers-block-style .field ul li:after {
  display: none;
}

section.leverage-networking-hub.offers-block-style.reverce-col {
  background: #E9F3FF;
}

section.without-a-business-card.offers-block-style {
  border: 0;
}

section.leverage-multiple.offers-block-style.reverce-col {
  border: 0;
  background: #ecfbf6;
}

section.save-time.offers-block-style {
  border: 0 none;
  background: #1FB368;
  color: #fff;
  padding: 3em 0 0;
}
section.save-time.offers-block-style .field ul li {
  background: #fff;
  box-shadow: 0px 6px 12px rgba(145, 158, 171, 0.2588235294);
  display: inline-block;
  position: static;
  padding: 5px 20px;
  margin: 0 0 20px;
  border-radius: 100px;
  width: auto;
  border: 1px solid #EEEEEE;
  color: #383E4E;
}
section.save-time.offers-block-style .field ul li:before, section.save-time.offers-block-style .field ul li:after {
  display: none;
}
section.save-time.offers-block-style h2 {
  color: #fff;
}
section.save-time.offers-block-style h2:before {
  background: #fff;
}
section.save-time.offers-block-style .field p strong {
  color: #fff;
}
section.save-time.offers-block-style > .paragraph > .field img {
  display: block;
}
section.save-time.offers-block-style > .paragraph > .field--name-field-image-content {
  align-self: flex-end;
}

section.always-know.offers-block-style {
  border: 0 none;
  background: #eff7ff;
}

section.mtap-pro-benefits {
  border-top: 1px solid #C4D5E5;
  padding: 3em 0 0;
}

section.mtap-logo-content {
  position: static;
  width: 100%;
  padding: 0 0 2em;
  background: #F7FCFC;
  display: flex;
}
section.mtap-logo-content > .paragraph {
  align-items: center;
}
section.mtap-logo-content > .paragraph .field--name-field-icon {
  max-width: 100px;
  margin: 0 20px 0 0;
  padding: 10px 0;
}
section.mtap-logo-content > .paragraph .field--name-field-title {
  color: #03045E;
  font-weight: 600;
  font-size: 24px;
}

section.your-crm.offers-block-style {
  border: 0;
}

section.offerpage-how-it-works {
  border-top: 1px solid #C4D5E5;
}
section.offerpage-how-it-works > .paragraph {
  flex-wrap: wrap;
}
section.offerpage-how-it-works > .paragraph .field {
  width: 100%;
}
section.offerpage-how-it-works h2 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 50px;
  font-family: Jost;
  color: #1E3A8A;
  padding: 0 0 0.6em;
  position: relative;
  margin: 1em 0;
}
section.offerpage-how-it-works .field.field--name-field-logos-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
section.offerpage-how-it-works .field.field--name-field-logos-title > .field__item {
  width: 290px;
  max-width: 27.33%;
}
section.offerpage-how-it-works .field.field--name-field-logos-title .field.field--name-field-image-img img {
  max-height: 100%;
  width: auto;
  margin: auto;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
}
section.offerpage-how-it-works .field.field--name-field-logos-title .field.field--name-field-image-img .field__item {
  height: 24vw;
  max-height: 400px;
  width: 100%;
  position: relative;
}
section.offerpage-how-it-works h3 {
  color: #1E3A8A;
  font-size: 26px;
  margin: 2em 0 0.8em;
}
section.offerpage-how-it-works p {
  font-size: 18px;
}

section.offerpage-real-reviews {
  background: #fff;
  margin: 0;
  padding: 1em 0 3em;
}
section.offerpage-real-reviews > .paragraph {
  flex-wrap: wrap;
  text-align: center;
}
section.offerpage-real-reviews > .paragraph h2 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 50px;
  color: #1E3A8A;
  padding: 0 0 0.6em;
  position: relative;
  margin: 1em auto 0;
  font-family: "Jost";
  max-width: 600px;
  line-height: 1.3em;
}
section.offerpage-real-reviews > .paragraph > .field {
  width: 100%;
}
section.offerpage-real-reviews > .paragraph h3 {
  font-weight: 700;
  color: #2252C8;
  font-size: 25px;
  margin: 0.8em 0;
}
section.offerpage-real-reviews .field--name-field-logos-title {
  max-width: 680px;
  margin: auto;
}
section.offerpage-real-reviews .slick-slide {
  padding: 40px 25px;
  background: #F4F4FF;
  border-radius: 40px;
  position: relative;
}
section.offerpage-real-reviews .slick-initialized {
  padding: 0 55px;
}
section.offerpage-real-reviews button.slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  background: none;
}
section.offerpage-real-reviews .slick-slide .field.field--name-field-image-img {
  position: absolute;
  top: -40px;
  height: 80px;
  width: 80px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #DCDCF2;
  padding: 8px;
  background: #fff;
}
section.offerpage-real-reviews .slick-list {
  padding-top: 40px;
  max-width: 420px;
  margin: auto;
}
section.offerpage-real-reviews button.slick-next.slick-arrow {
  left: auto;
  right: 0;
}
section.offerpage-real-reviews button.slick-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #C7C7E1;
  transform: rotate(45deg);
}
section.offerpage-real-reviews button.slick-arrow:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #c7c7e1;
  position: absolute;
  left: 10px;
  top: 21px;
}
section.offerpage-real-reviews button.slick-next.slick-arrow:before {
  transform: rotate(-135deg);
}

section.offepage-company-logo {
  border-top: 1px solid #C4D5E5;
  padding: 3em 0;
  text-align: center;
}
section.offepage-company-logo > .paragraph {
  flex-wrap: wrap;
}
section.offepage-company-logo > .paragraph .field {
  width: 100%;
}
section.offepage-company-logo > .paragraph .field h2 {
  color: #1E3A8A;
  font-weight: 500;
  font-size: 2.5rem;
  font-family: Jost;
}
section.offepage-company-logo > .paragraph .field h2 strong {
  color: #3E76E5;
}
section.offepage-company-logo.no-bg {
  background: none;
}

section.offer-page-companies {
  padding: 2em 0 3em;
}
section.offer-page-companies > .paragraph {
  flex-wrap: wrap;
}
section.offer-page-companies > .paragraph > .field {
  width: 100%;
  text-align: center;
}
section.offer-page-companies > .paragraph > .field h3 {
  font-size: 2rem;
  color: #1E3A8A;
  font-family: Jost;
}
section.offer-page-companies button.slick-arrow {
  position: absolute;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  background: none;
}
section.offer-page-companies .slick-initialized .slick-slide {
  background: none;
  padding: 0 22px;
}
section.offer-page-companies .slick-initialized .slick-track {
  display: flex;
  align-items: center;
  align-content: center;
}
section.offer-page-companies .slick-initialized {
  padding: 0 45px;
}
section.offer-page-companies offerpage-real-reviews .slick-slide {
  padding: 0;
}
section.offer-page-companies button.slick-next.slick-arrow {
  left: auto;
  right: 0;
}
section.offer-page-companies button.slick-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #C7C7E1;
  transform: rotate(45deg);
}
section.offer-page-companies button.slick-arrow:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #c7c7e1;
  position: absolute;
  left: 10px;
  top: 21px;
}
section.offer-page-companies button.slick-next.slick-arrow:before {
  transform: rotate(-135deg);
}

.node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq h2 {
  font-family: "Jost";
  font-size: 48px;
  color: #1E3A8A;
  font-weight: 500;
}
.node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq h3.ui-accordion-header {
  border: 1px solid #ABBCC2;
  border-radius: 17px;
  padding: 20px 55px 20px 20px;
  margin: 0 0 1em;
  color: #1E3A8A;
  font-weight: 500;
  font-family: "Jost";
}
.node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq h3.ui-accordion-header span.ui-accordion-header-icon.ui-icon {
  right: 20px;
  left: auto;
  top: 33px;
  border-color: #2252C8;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
}
.node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq h3.ui-accordion-header.ui-state-active {
  border-bottom: 0;
  border-radius: 17px 17px 0 0;
  margin: 0;
  padding-bottom: 12px;
}
.node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq .ui-accordion-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-radius: 0 0 17px 17px;
  border-color: #ABBCC2;
  padding: 0 20px 20px;
  font-family: "Jost";
  font-size: 14px;
  letter-spacing: 0.2pt;
  line-height: normal;
  margin: 0 0 1.5em;
}
.node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq .more-link {
  text-align: center;
  padding: 0 0 5em;
}
.node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq .more-link a {
  background: #115CC3;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 100px;
  color: #fff;
}
.node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq .field.field--name-field-faq {
  padding-bottom: 2em;
}

.offerpage-cards-block {
  background: #E9F3FF;
}
.offerpage-cards-block > .paragraph > .field {
  width: 100%;
  display: flex;
  min-width: 100%;
  flex-wrap: wrap;
}
.offerpage-cards-block > .paragraph > .field.field--name-field-custom-class {
  display: none;
}
.offerpage-cards-block > .paragraph { /* max-width: 100%; */
  padding: 0;
}
.offerpage-cards-block .field--name-field-image-img .field__item {
  width: 100%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(1) {
  max-width: 31.73%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(2) {
  max-width: 17%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(3) {
  max-width: 18.82%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(4) {
  max-width: 32.45%;
}
.offerpage-cards-block .field--name-field-image-img .field__item img {
  display: block;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(5) {
  max-width: 16.93%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(6) {
  max-width: 25.69%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(7) {
  max-width: 25.8%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(8) {
  max-width: 31.52%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(9) {
  max-width: 24.09%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(10) {
  max-width: 33.64%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(11) {
  max-width: 21.74%;
}
.offerpage-cards-block .field--name-field-image-img .field__item:nth-child(12) {
  max-width: 20.53%;
}

section.offerpage-go-mtap-pro {
  padding: 3em 0;
  background: #E9F3FF;
}
section.offerpage-go-mtap-pro > .paragraph {
  flex-wrap: wrap;
}
section.offerpage-go-mtap-pro > .paragraph > .field {
  width: 100%;
  text-align: center;
}
section.offerpage-go-mtap-pro h2 {
  font-size: 3.4rem;
  font-family: Jost;
  font-weight: 400;
  color: #2E4891;
}
section.offerpage-go-mtap-pro h2 strong {
  color: #2252C8;
}
section.offerpage-go-mtap-pro h3 {
  color: #2e4891;
  font-size: 50px;
}
section.offerpage-go-mtap-pro h3 strong {
  color: #2252c8;
}
section.offerpage-go-mtap-pro .field--name-field-cta-image a, section.offerpage-go-mtap-pro .field--type-link a {
  display: inline-block;
  padding: 12px 30px;
  background: #115CC3;
  color: #fff;
  font-size: 25px;
  border-radius: 55px;
  font-weight: 600;
}
section.offerpage-go-mtap-pro.no-bg {
  background: none;
}
section.offerpage-go-mtap-pro.block2 {
  border-top: 1px solid #C4D5E5;
  position: relative;
  z-index: 1;
}
section.offerpage-go-mtap-pro.block2 h2 {
  font-size: 55px;
}
section.offerpage-go-mtap-pro.block2 ul {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 4em auto 2em;
  list-style: none;
}
section.offerpage-go-mtap-pro.block2 ul li {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 20px;
  max-width: 170px;
}
section.offerpage-go-mtap-pro.block2 ul li strong {
  width: 100%;
  font-size: 3rem;
  font-weight: 400;
  color: #1cb166;
}
section.offerpage-go-mtap-pro.block2 ul li:after {
  width: 100%;
  display: inline-block;
  height: 2px;
  content: "";
  background: #3e76e5;
  margin: 10px 0 0;
}

/*-- Get Started --*/
.get-started .site-content {
  width: 100%;
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 920px;
  min-height: 53vh;
}
.get-started #block-mtouch-content .views-row a {
  border: 1px solid #ABBCC2;
  border-radius: 17px;
  padding: 20px 20px 20px 20px;
  margin: 0 0 1em;
  color: #1E3A8A;
  font-weight: 500;
  font-family: "Jost";
  display: inline-block;
  width: 100%;
  position: relative;
}
.get-started div#block-getstartedvideo iframe {
  margin: 0 auto 3em;
  display: block;
  border: 0px solid #fff;
  box-shadow: 0px 10px 20px -11px rgba(0, 0, 0, 0.4784313725);
  border-radius: 12px;
  max-width: 100%;
}

.node-type-knowledge-base .main-content {
  max-width: 920px;
  margin: 2em auto 1em;
  padding: 40px 40px 40px;
  background: #fff;
  border-radius: 17px;
  box-shadow: 0px 3px 42px rgba(8, 75, 91, 0.0588235294);
}

section.make-diff-block.offers-block-style {
  background: #E9F3FF;
}
section.make-diff-block.offers-block-style > .paragraph {
  max-width: 1080px;
}
section.make-diff-block.offers-block-style .field img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
section.make-diff-block.offers-block-style > .paragraph > .content-cta {
  text-align: center;
  padding: 0;
}
section.make-diff-block.offers-block-style > .paragraph > .content-cta h2 {
  color: #2252C8;
  font-weight: 500;
  font-size: 50px;
  padding: 0;
  margin: 0 0 0.3em;
}
section.make-diff-block.offers-block-style > .paragraph > .content-cta h2:before {
  display: none;
}
section.make-diff-block.offers-block-style > .paragraph > .content-cta p strong {
  color: #000;
}
section.make-diff-block.offers-block-style > .paragraph > .content-cta p {
  margin: 0 0 10px;
  font-size: 18px;
}
section.make-diff-block.offers-block-style > .paragraph > .content-cta p em {
  font-size: 16px;
}
section.make-diff-block.offers-block-style > .paragraph > .content-cta h3 {
  font-size: 40px;
  margin: 0.5em 0 0;
  font-weight: 500;
}

form#black-card-order-form {
  max-width: 450px;
  margin: 1em auto;
  width: 90%;
  BOX-SHADOW: 0px 11px 22px rgba(0, 0, 0, 0.11);
  padding: 40px 2%;
  border-radius: 14px;
  background: #fff;
}

body.user-menu-active #block-mtapsidemenu + div#block-upgrade {
  margin: -4em 0 3em;
  padding: 0 15px;
  position: static;
}
body.user-menu-active #block-mtapsidemenu + div#block-upgrade a.buttong {
  width: 100%;
  font-family: "Jost";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

body.blackcard.path-subscription .site-pagetitle h1 {
  padding: 15px 0 5px;
  font-size: 3.2rem;
  font-family: "Jost";
  line-height: 1.2em;
}
body.blackcard.path-subscription .site-pagetitle + .subtitle {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 0 10px;
  font-size: 23px;
}
body.blackcard.path-subscription form#black-card-order-form input.button {
  margin: 0 auto;
  display: flex;
}

/*--- guid popups -----*/
.draggable.resizable.ui-draggable {
  top: 35vh;
  position: fixed !important;
  z-index: 9999;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0px 16px 25px rgba(0, 0, 0, 0.231372549);
  width: 470px;
  max-width: 80%;
  max-height: 50vh;
  right: 10px;
}
.draggable.resizable.ui-draggable iframe {
  display: block;
  max-width: 100%;
  max-width: 100%;
  overflow: scroll;
  height: 400px;
  max-height: calc(50vh - 45px);
}
.draggable.resizable.ui-draggable .handle.ui-draggable-handle {
  border: 0;
  height: 45px;
  background: linear-gradient(to bottom, #3acfcf 0%, #4ab9b9 100%);
  cursor: move;
  border-radius: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
  align-items: center;
  position: relative;
}
.draggable.resizable.ui-draggable .handle.ui-draggable-handle:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 17px;
  top: 10px;
  background: url(../images/drag.svg) no-repeat center center;
  background-size: 100% auto;
}
.draggable.resizable.ui-draggable .handle {
  width: 100%;
  background: #ccc;
  border: 1px solid #000;
  border-radius: 4px;
  height: 23px;
  margin-bottom: -3px;
}
.draggable.resizable.ui-draggable .frameOverlay {
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.draggable.resizable.ui-draggable .step-window {
  display: none;
}
.draggable.resizable.ui-draggable .step-btn {
  color: #fff;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  width: 35px;
  height: 35px;
  top: -3px;
}
.draggable.resizable.ui-draggable .step-btn:before, .draggable.resizable.ui-draggable .step-btn:after {
  width: 20px;
  height: 2px;
  content: "";
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.draggable.resizable.ui-draggable .step-btn:before {
  transform: rotate(-45deg);
}

body.interactive .manage-profile ul {
  border: 0;
  font-family: "Jost";
  margin: 0;
  padding: 0 !important;
}

body.interactive .manage-profile > div > ul > li {
  border: 0 none !important;
  position: relative;
  padding: 5px 0 5px 20px !important;
  color: #000 !important;
}

body.interactive .manage-profile > div > ul > li:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background: #03045e;
  left: 0;
  top: 13px;
  border-radius: 30px;
}

body.interactive .manage-profile > div > ul > li ul li {
  border: 0 !important;
  padding: 5px 0 5px 20px !important;
  position: relative;
  color: #000 !important;
}

body.interactive .manage-profile > div > ul > li ul {
  padding: 5px 0 5px 0px !important;
}

body.interactive .manage-profile > div > ul > li ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 14px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #03045e;
  transform: rotate(45deg);
}

body.interactive .manage-profile > div > ul li div span {
  width: 18px;
  height: 18px;
  background: #ff7171;
  display: inline-flex;
  border-radius: 100px;
  color: #fff !important;
  justify-content: center;
  margin: 0 0 0 10px;
  font-size: 12px;
  text-align: center;
}

body.interactive .manage-profile > div > ul li div span.active {
  background: #8dbb00;
}

body.interactive .manage-profile > div > ul li a {
  color: #000 !important;
  text-decoration: none;
}

.path-events div#professional {
  min-height: 90vh;
}

form#create-event-form {
  padding: 35px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap; /* box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07); */
  max-width: 620px;
  margin: 0 auto;
}
form#create-event-form .form-item.js-form-type-textarea {
  padding: 0;
  width: 100%;
}
form#create-event-form textarea {
  font-size: 1.1rem;
  font-family: "Jost";
  border: 1px solid #cbcbcb;
  background: white;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100% !important;
  margin: 5px 0 0;
}
form#create-event-form .form-item.js-form-type-textarea > div {
  width: 100%;
}
form#create-event-form .form-item textarea[disabled] {
  background: #fbfbfb;
  color: #999;
}
form#create-event-form .filter-wrapper {
  width: 100%;
}

body.create.path-events .css-1eiler0-MuiTypography-root {
  color: #00B4D8;
  font-size: 18px;
  margin: 0 0 0.5em;
}
body.create.path-events .MuiInputBase-fullWidth.MuiInputBase-multiline {
  border: 1px solid #818181 !important;
  padding: 10px 20px;
  background: #fff;
  font-size: 30px !important;
  margin: 0 0 0.5em;
}
body.create.path-events .MuiInputBase-fullWidth.MuiInputBase-multiline textarea {
  height: auto !important;
}
body.create.path-events .MuiGrid-root.MuiGrid-container {
  max-width: 890px;
  margin: 2em auto;
  padding: 15px 15px 1px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 75px #d9d9d9;
  position: relative;
  border-radius: 8px;
}
body.create.path-events .MuiGrid-root.MuiGrid-container > .MuiGrid-root.MuiGrid-item {
  padding: 0;
  margin: 0.8em 0;
}
body.create.path-events .MuiGrid-root.MuiGrid-container .MuiTypography-root.MuiTypography-h5.MuiTypography-gutterBottom {
  font-size: 1.4rem;
}
body.create.path-events .MuiGrid-root.MuiGrid-container .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded {
  border: 1px solid #ccc;
}
body.create.path-events .MuiGrid-root.MuiGrid-container .MuiGrid-root.MuiGrid-container {
  box-shadow: none;
  max-width: 100%;
  margin: 5px 0;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-wrap: nowrap;
}
body.create.path-events .css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #919191;
}
body.create.path-events .css-10o2lyd-MuiStack-root > .MuiTextField-root, body.create.path-events .css-10o2lyd-MuiStack-root > .MuiPickersTextField-root {
  padding: 0 0;
}
body.create.path-events .css-zao0x0-MuiFormControl-root-MuiTextField-root {
  margin: 0 0 10px;
}
body.create.path-events .css-wb57ya-MuiFormControl-root-MuiTextField-root .MuiInputBase-fullWidth.MuiInputBase-multiline {
  font-weight: 400 !important;
  font-size: 18px !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  border: 1px solid #cfcfcf !important;
  outline: none;
}
body.create.path-events .css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
  outline: none !important;
}
body.create.path-events .css-md26zr-MuiInputBase-root-MuiOutlinedInput-root {
  outline: none !important;
}
body.create.path-events button.MuiButtonBase-root.MuiButton-root {
  background: #2b6197;
  padding: 0 25px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 0.6pt;
  height: 42px;
  margin: 1em 0;
}
body.create.path-events .css-1ou1n8l-MuiButtonBase-root-MuiButton-root {
  background: #ddd;
}
body.create.path-events .css-1ou1n8l-MuiButtonBase-root-MuiButton-root:hover {
  background: #ddd;
}

form#event-member-form {
  padding: 35px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: flex;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
  max-width: 820px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: flex-start;
}
form#event-member-form .form-item {
  width: 48%;
}
form#event-member-form .form-item.form-item-address, form#event-member-form .form-item.form-item-address2 {
  width: 100%;
}
form#event-member-form input.form-submit {
  clear: left;
  margin: auto;
}
form#event-member-form .form-item.js-form-item-country {
  clear: right;
}
form#event-member-form .form-item.js-form-item-mobile-number-cc, form#event-member-form .form-item.js-form-item-phone-number-cc {
  width: 55px;
}
form#event-member-form .form-item.js-form-item-mobile-number-cc label, form#event-member-form .form-item.js-form-item-phone-number-cc label {
  width: 100%;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  margin: -7px 0 0;
}
form#event-member-form .form-item.js-form-item-mobile-number-cc label:before, form#event-member-form .form-item.js-form-item-phone-number-cc label:before {
  content: "Country Code";
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  font-size: 12px;
  line-height: 1.2em;
}
form#event-member-form .form-item.js-form-item-mobile-number-cc label input, form#event-member-form .form-item.js-form-item-phone-number-cc label input {
  padding: 0 8px;
}
form#event-member-form .form-item.form-item-mobile-number, form#event-member-form .form-item.form-item-phone-number {
  min-width: calc(48% - 60px);
  margin: 0 0 0 -17px;
  width: calc(48% - 60px);
}

body.path-events .maindiv, body.path-myevents .maindiv {
  overflow: visible;
  margin: 25px 0 0;
}
body.path-events #block-mtouch-content, body.path-myevents #block-mtouch-content {
  max-width: 1160px;
  margin: auto;
  padding: 15px 0px 1px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 75px #d9d9d9;
  position: relative;
  border-radius: 8px;
}
body.path-events #block-mtouch-content table, body.path-myevents #block-mtouch-content table {
  border-collapse: collapse;
  margin: 15px auto 10px;
  font-size: 13px;
  font-family: "Poppins";
  min-width: 400px; /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
  max-width: 100%;
  width: 100%;
  overflow: auto;
  letter-spacing: 0.2pt;
}
body.path-events #block-mtouch-content table thead tr, body.path-myevents #block-mtouch-content table thead tr {
  background-color: #edf3f9;
  color: #020202;
  text-align: left;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
body.path-events #block-mtouch-content table th, body.path-events #block-mtouch-content table td, body.path-myevents #block-mtouch-content table th, body.path-myevents #block-mtouch-content table td {
  padding: 11px 15px;
}
body.path-events #block-mtouch-content table th, body.path-myevents #block-mtouch-content table th {
  font-weight: 600;
  padding: 15px;
}
body.path-events #block-mtouch-content table tbody tr, body.path-myevents #block-mtouch-content table tbody tr {
  border-bottom: 1px solid #dddddd;
}
body.path-events #block-mtouch-content table, body.path-myevents #block-mtouch-content table {
  /* tbody tr:nth-of-type(even) {background-color: #f3f3f3;} */
}
body.path-events #block-mtouch-content table tbody tr:last-of-type, body.path-myevents #block-mtouch-content table tbody tr:last-of-type {
  border-bottom: 0px solid #45469f;
}
body.path-events #block-mtouch-content table tbody tr.active-row, body.path-myevents #block-mtouch-content table tbody tr.active-row {
  font-weight: bold;
  color: #45469f;
}
body.path-events #block-mtouch-content table td:last-child a, body.path-myevents #block-mtouch-content table td:last-child a {
  display: inline-flex;
  background: #006297;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  line-height: 18px;
  padding: 3px 6px;
  font-size: 13px;
  margin: 0 0 5px;
  white-space: nowrap;
}
body.path-events #block-mtouch-content table td:last-child a[href*=delete], body.path-myevents #block-mtouch-content table td:last-child a[href*=delete] {
  background: #dedede;
  color: #000;
}
body.path-events #block-mtouch-content table th a, body.path-myevents #block-mtouch-content table th a {
  color: #000;
  display: flex;
}
body.path-events #block-mtouch-content table td a, body.path-myevents #block-mtouch-content table td a {
  font-weight: 600;
  color: #000;
}
body.path-events #block-mtouch-content table td:last-child, body.path-myevents #block-mtouch-content table td:last-child {
  white-space: nowrap;
}
body.path-events #block-mtouch-content table td:last-child a[href*="/edit"], body.path-events #block-mtouch-content table td:last-child a[href*="/action"], body.path-events #block-mtouch-content table td:last-child a[href*="/delete"], body.path-myevents #block-mtouch-content table td:last-child a[href*="/edit"], body.path-myevents #block-mtouch-content table td:last-child a[href*="/action"], body.path-myevents #block-mtouch-content table td:last-child a[href*="/delete"] {
  width: 18px;
  height: 18px;
  overflow: hidden;
  background-size: 100% auto !important;
  text-indent: -9999px;
  border-radius: 0;
  filter: brightness(0.3);
}
body.path-events #block-mtouch-content table td:last-child a[href*="/edit"], body.path-myevents #block-mtouch-content table td:last-child a[href*="/edit"] {
  background: url(../images/edit.svg) no-repeat center center;
}
body.path-events #block-mtouch-content table td:last-child a[href*="/delete"], body.path-myevents #block-mtouch-content table td:last-child a[href*="/delete"] {
  background: url(../images/delete.svg) no-repeat center center;
}
body.path-events #block-mtouch-content table td:last-child a[href*="/action"], body.path-myevents #block-mtouch-content table td:last-child a[href*="/action"] {
  background: url(../images/menu/menu.svg) no-repeat center center;
  background-size: 14px auto !important;
}
body.path-events #block-mtouch-content span.tablesort, body.path-myevents #block-mtouch-content span.tablesort {
  background: none;
  width: 20px;
  height: 15px;
  position: relative;
}
body.path-events #block-mtouch-content span.tablesort:before, body.path-myevents #block-mtouch-content span.tablesort:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 6px solid #ccc;
  border-color: #00b4d8 transparent transparent;
  border-width: 6px 5px 2px;
}
body.path-events #block-mtouch-content .all-events, body.path-myevents #block-mtouch-content .all-events {
  padding: 0 15px;
}
body.path-events #block-mtouch-content table thead:first-child:last-child:after, body.path-myevents #block-mtouch-content table thead:first-child:last-child:after {
  content: "No any Event!";
  padding: 20px;
  display: flex;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  justify-content: center;
}

body.details.path-events #block-mtouch-content table td:nth-child(7), body.path-myevents #block-mtouch-content table td:nth-child(7) {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 12px;
  min-width: 160px;
}

body.path-events .event-page #block-mtouch-content {
  max-width: 100%;
  padding: 0;
}
body.path-events .event-page div#professional {
  padding-bottom: 0;
  position: relative;
}
body.path-events .event-page div#professional > footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
body.path-events .event-page .maindiv {
  padding-bottom: 0;
}

.event-details-head {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.event-details-head .cta-links {
  display: flex;
  padding: 5px 10px 5px 0;
  z-index: 1;
}
.event-details-head .cta-links > div {
  padding: 0 0 0 6px;
}
.event-details-head .cta-links a {
  background: #008da9;
  color: #fff;
  display: inline-block;
  padding: 4px 9px;
  font-size: 14px;
  border-radius: 26px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 600;
  border: 0px solid #333;
  letter-spacing: 0.2pt;
  min-width: 50px;
  text-align: center;
}
.event-details-head .cta-links {
  /* a[href*='member/add'] { background: #00b4d8; box-shadow: 0 0 0 1px #006297 inset; } */
}
.event-details-head .cta-links > div.tab-name {
  position: relative;
  z-index: 2;
  padding: 0;
}
.event-details-head .cta-links > div.tab-name a {
  padding-right: 40px;
  position: relative;
  z-index: 1;
  min-width: 120px;
  text-align: left;
}
.event-details-head .cta-links > div.tab-name span {
  position: absolute;
  z-index: 2;
  height: 24px;
  width: 30px;
  right: 0px;
  top: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 7px;
  padding-bottom: 8px;
}
.event-details-head .cta-links > div.tab-name span:before {
  width: 9px;
  height: 9px;
  content: "";
  box-shadow: 2px 2px #fff;
  transform: rotate(45deg);
}
.event-details-head .cta-links .dropdown-list {
  position: absolute;
  top: 31px;
  z-index: 1;
  background: #008da9;
  left: 0;
  width: 100%;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  padding: 0 5px 4px;
  opacity: 0;
  transition: opacity 0s ease 0s;
  height: 0;
  width: 0;
}
.event-details-head .cta-links .dropdown-list a {
  width: 100%;
  text-align: left;
  border-top: 1px solid rgba(82, 82, 82, 0.4509803922);
  border-radius: 0;
  padding: 6px 10px;
  font-weight: 400;
  line-height: normal;
}
.event-details-head .cta-links.ui-tabs {
  position: relative;
  padding: 0;
  margin: 5px 10px 5px 0;
}

body.add.path-events #block-mtouch-content {
  max-width: 660px;
}

body.import.path-events #block-mtouch-content, body.edit.path-events #block-mtouch-content, body.add.path-events #block-mtouch-content {
  max-width: 660px;
}
body.import.path-events #block-mtouch-content .signup-form.register-form-wrapper, body.edit.path-events #block-mtouch-content .signup-form.register-form-wrapper, body.add.path-events #block-mtouch-content .signup-form.register-form-wrapper {
  padding: 35px;
  background: #fff;
  border: 0;
  border-radius: 0;
  display: flex;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
  max-width: 820px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
body.import.path-events #block-mtouch-content .signup-form.register-form-wrapper a[download], body.edit.path-events #block-mtouch-content .signup-form.register-form-wrapper a[download], body.add.path-events #block-mtouch-content .signup-form.register-form-wrapper a[download] {
  border: 1px solid #000;
  padding: 5px 12px;
  border-radius: 26px;
  font-family: "Poppins";
  font-size: 13px;
  color: #020202;
  float: right;
}
body.import.path-events #block-mtouch-content .signup-form.register-form-wrapper form, body.edit.path-events #block-mtouch-content .signup-form.register-form-wrapper form, body.add.path-events #block-mtouch-content .signup-form.register-form-wrapper form {
  width: 100%;
}
body.import.path-events #block-mtouch-content .signup-form.register-form-wrapper .form-item, body.edit.path-events #block-mtouch-content .signup-form.register-form-wrapper .form-item, body.add.path-events #block-mtouch-content .signup-form.register-form-wrapper .form-item {
  width: 100%;
}
body.import.path-events #block-mtouch-content .signup-form.register-form-wrapper label, body.edit.path-events #block-mtouch-content .signup-form.register-form-wrapper label, body.add.path-events #block-mtouch-content .signup-form.register-form-wrapper label {
  font-family: "Poppins";
}
body.import.path-events #block-mtouch-content .signup-form.register-form-wrapper select, body.edit.path-events #block-mtouch-content .signup-form.register-form-wrapper select, body.add.path-events #block-mtouch-content .signup-form.register-form-wrapper select {
  max-width: 230px;
}
body.import.path-events #block-mtouch-content .signup-form.register-form-wrapper input.form-file, body.edit.path-events #block-mtouch-content .signup-form.register-form-wrapper input.form-file, body.add.path-events #block-mtouch-content .signup-form.register-form-wrapper input.form-file {
  padding: 11px;
  font-size: 14px;
}

body.edit.path-events #block-mtouch-content form, body.add.path-events #block-mtouch-content form {
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: none;
}
body.edit.path-events #block-mtouch-content form .form-item, body.add.path-events #block-mtouch-content form .form-item {
  max-width: 47%;
  margin: 0 1.5%;
  width: 100%;
}
body.edit.path-events #block-mtouch-content form .form-item-title, body.add.path-events #block-mtouch-content form .form-item-title {
  max-width: 99%;
  margin: 0 0.5%;
}
body.edit.path-events #block-mtouch-content form .js-text-format-wrapper, body.add.path-events #block-mtouch-content form .js-text-format-wrapper {
  max-width: 99%;
  margin: 0 0.5%;
}
body.edit.path-events #block-mtouch-content form .js-text-format-wrapper .form-item, body.add.path-events #block-mtouch-content form .js-text-format-wrapper .form-item {
  max-width: 100%;
  margin: 0;
  width: 100%;
}
body.edit.path-events #block-mtouch-content form .js-text-format-wrapper .form-item > div, body.add.path-events #block-mtouch-content form .js-text-format-wrapper .form-item > div {
  width: 100%;
}
body.edit.path-events #block-mtouch-content form .js-text-format-wrapper .filter-wrapper, body.add.path-events #block-mtouch-content form .js-text-format-wrapper .filter-wrapper {
  margin: -26px 0 0;
  padding: 5px 10px 10px;
  border: 1px solid #ccc;
  width: 100%;
  background: #f7f7f7;
}
body.edit.path-events #block-mtouch-content form .js-text-format-wrapper .filter-wrapper select, body.add.path-events #block-mtouch-content form .js-text-format-wrapper .filter-wrapper select {
  height: 35px;
  font-size: 15px;
  width: auto;
}
body.edit.path-events #block-mtouch-content form .js-text-format-wrapper .filter-wrapper .form-item.js-form-type-select, body.add.path-events #block-mtouch-content form .js-text-format-wrapper .filter-wrapper .form-item.js-form-type-select {
  margin: 0 !important;
  padding: 0;
}
body.edit.path-events #block-mtouch-content form label, body.add.path-events #block-mtouch-content form label {
  font-family: "Poppins";
  font-size: 13px;
  margin: 0 0 7px;
}
body.edit.path-events #block-mtouch-content form h4, body.add.path-events #block-mtouch-content form h4 {
  width: 97%;
  margin: 0 1.5% 10px;
  font-weight: 600;
  font-size: 17px;
}
body.edit.path-events #block-mtouch-content form div#edit-start-date, body.edit.path-events #block-mtouch-content form #edit-end-date, body.add.path-events #block-mtouch-content form div#edit-start-date, body.add.path-events #block-mtouch-content form #edit-end-date {
  width: 100%;
  display: flex;
}
body.edit.path-events #block-mtouch-content form .form-item.form-item-publish, body.add.path-events #block-mtouch-content form .form-item.form-item-publish {
  width: 97%;
  max-width: 97%;
}
body.edit.path-events #block-mtouch-content form input.form-file, body.add.path-events #block-mtouch-content form input.form-file {
  padding: 10px;
  font-size: 14px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
}
body.edit.path-events #block-mtouch-content form .form-item.form-item-address-for-event, body.add.path-events #block-mtouch-content form .form-item.form-item-address-for-event {
  max-width: 100%;
}
body.edit.path-events #block-mtouch-content form .form-item.form-item-file, body.add.path-events #block-mtouch-content form .form-item.form-item-file {
  max-width: 97%;
  width: 97%;
  border: 1px solid #cbcbcb;
  padding: 10px 15px;
  margin: 0 1.5% 20px;
  border-radius: 6px;
}
body.edit.path-events #block-mtouch-content form .form-item.form-item-file input.button[value=Remove], body.add.path-events #block-mtouch-content form .form-item.form-item-file input.button[value=Remove] {
  width: auto;
  height: 27px;
  padding: 0px 11px 3px;
  font-size: 14px;
  letter-spacing: 0.2pt;
  border: 0;
  line-height: normal;
  background: #03045e;
}
body.edit.path-events #block-mtouch-content form .form-item.js-form-item-mobile-number-cc, body.edit.path-events #block-mtouch-content form .form-item.js-form-item-phone-number-cc, body.add.path-events #block-mtouch-content form .form-item.js-form-item-mobile-number-cc, body.add.path-events #block-mtouch-content form .form-item.js-form-item-phone-number-cc {
  width: 90px;
  clear: left;
  display: flex;
  flex-basis: content;
  max-width: 130px;
}
body.edit.path-events #block-mtouch-content form .form-item.form-item-email, body.add.path-events #block-mtouch-content form .form-item.form-item-email {
  max-width: 100%;
}
body.edit.path-events #block-mtouch-content form .form-item.form-item-ticket-title, body.add.path-events #block-mtouch-content form .form-item.form-item-ticket-title {
  max-width: 100%;
}
body.edit.path-events #block-mtouch-content form .form-item.js-form-type-checkbox.form-item-hide-this-ticket, body.add.path-events #block-mtouch-content form .form-item.js-form-type-checkbox.form-item-hide-this-ticket {
  max-width: 100% !important;
}
body.edit.path-events #block-mtouch-content form .form-item.js-form-type-checkbox.form-item-hide-this-ticket label, body.add.path-events #block-mtouch-content form .form-item.js-form-type-checkbox.form-item-hide-this-ticket label {
  margin: 0 !important;
  padding: 0 !important;
}
body.edit.path-events #block-mtouch-content form.invitee-form .js-form-item-mobile-number label, body.edit.path-events #block-mtouch-content form.invitee-form .js-form-item-phone-number label, body.add.path-events #block-mtouch-content form.invitee-form .js-form-item-mobile-number label, body.add.path-events #block-mtouch-content form.invitee-form .js-form-item-phone-number label {
  padding-top: 19px;
}

body.prints.path-events #block-mtouch-content {
  background: none;
  box-shadow: none;
}
body.prints.path-events #block-mtouch-content > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
body.prints.path-events #block-mtouch-content > ul a.download-link {
  border: 0 none !important;
  box-shadow: none !important;
  border-radius: 35px;
  font-family: "Poppins";
  background: #0077b6;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0.6pt;
}
body.prints.path-events #block-mtouch-content > ul a.download-link:hover {
  color: #fff;
}

form.q-r-code-label-form .form-item label {
  width: auto;
  flex: auto;
}
form.q-r-code-label-form .actiontbox {
  align-items: end;
}
form.q-r-code-label-form .serachtbox {
  align-items: end;
}

body.settings.path-events div#block-mtouch-content ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 20px;
  max-width: 780px;
  margin: 1em auto 1em;
  gap: 20px;
}
body.settings.path-events div#block-mtouch-content ul li {
  width: 50%;
  text-align: center;
  margin: 0 0 1em;
}
body.settings.path-events div#block-mtouch-content ul li a {
  background: #007cff;
  padding: 0px 20px;
  display: inline-flex;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0;
  height: 85px;
  align-items: center;
  line-height: normal;
}
body.settings.path-events div#block-mtouch-content ul li:nth-child(2) a {
  background: #7436c3;
}

body.messages.path-events #block-mtouch-content {
  max-width: 720px;
  padding: 30px 3%;
}
body.messages.path-events #block-mtouch-content .event-messages-form .js-form-item {
  width: 100%;
}
body.messages.path-events #block-mtouch-content .event-messages-form .js-form-item > div {
  width: 100%;
}
body.messages.path-events #block-mtouch-content .event-messages-form .js-form-item textarea {
  width: 100%;
  height: 120px;
}

body.stripe-connect-status.path-user .main-content {
  background: #fff !important;
  max-width: 840px;
  margin: 1em auto !important;
}
body.stripe-connect-status.path-user .main-content:before {
  display: none;
}
body.stripe-connect-status.path-user .main-content div#block-mtouch-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.stripe-connect-status.path-user .main-content div#block-mtouch-content ul li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.231372549);
  padding: 15px;
}
body.stripe-connect-status.path-user .main-content div#block-mtouch-content > p a {
  display: inline-block;
  margin: 2em 0 0;
  background: #2b6197;
  padding: 0 25px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 0.6pt;
  height: 42px;
  display: inline-flex;
  align-items: center;
}

form#account-payment-gatway-form {
  max-width: 600px;
  margin: 2em auto;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.168627451);
  width: 95%;
}

body.cart.path-events #block-mtouch-content {
  background: none;
  box-shadow: none;
}

body.create.path-events #block-mtouch-content {
  box-shadow: none;
  background: none;
}

body.not-front-page.path-events .profile-view-page {
  margin: -30px 0 0 !important;
  overflow: hidden;
}

ul.crm-listing {
  max-width: 1024px;
  margin: auto;
  padding: 0;
}
ul.crm-listing li.item {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
  padding: 3px 0;
  align-items: center;
}
ul.crm-listing li.item .left-content {
  width: 50%;
  padding: 20px 5% 20px 0;
}
ul.crm-listing li.item .right-content {
  width: 50%;
}
ul.crm-listing li.item:nth-child(2n):before {
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  width: 100vw;
  height: 100%;
  top: 0;
  background: #f4f4f4;
  z-index: -1;
  margin: auto;
}
ul.crm-listing li.item .cta {
  padding: 24px 0 20px;
}
ul.crm-listing li.item .cta input.button {
  font-family: "Jost";
  font-weight: 500;
  margin: 0 0 10px;
}
ul.crm-listing li.item .cta a.read-more {
  display: inline-block;
  border: 1px solid #2b6197;
  padding: 10px 20px;
  border-radius: 100px;
  color: #2b6197;
  font-weight: 500;
  font-size: 14px;
}
ul.crm-listing li.item p {
  margin: 13px 0;
}
ul.crm-listing li.item ul {
  padding: 0;
  list-style: none;
}
ul.crm-listing li.item ul li {
  position: relative;
  padding: 0 0 0 30px;
}
ul.crm-listing li.item ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #00b4d8;
  position: absolute;
  left: 7px;
  top: 10px;
}
ul.crm-listing li.item h2 {
  color: #1D1EB4;
}
ul.crm-listing li.item:nth-child(2n+1) {
  flex-direction: row-reverse;
}
ul.crm-listing li.item:nth-child(2n+1) .left-content {
  padding: 20px 0 20px 5%;
}
ul.crm-listing li.item.active .cta:before {
  content: "Connected";
  background: #2b9737;
  padding: 0 25px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Mono";
  letter-spacing: 0.4pt;
  height: 42px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 3px 7px 0px #aeaeae;
}
ul.crm-listing li.item.active .cta input.button {
  display: none;
  opacity: 0;
  visibility: hidden;
}
ul.crm-listing.crm-child-listing li.item .cta a.read-more {
  display: none;
}
ul.crm-listing.crm-child-listing li.item .full-content {
  position: relative;
  z-index: 1;
  padding: 2em 0 0;
  width: 100%;
  clear: both;
}
ul.crm-listing.crm-child-listing li.item .full-content:before {
  width: 100vw;
  height: calc(100% + 10px);
  position: absolute;
  content: "";
  background: white;
  left: -50vw;
  right: -50vw;
  margin: auto;
  z-index: -1;
  top: 0;
}

body.crm.user-logged-in.path-member ul.crm-listing li.item .left-content {
  padding: 20px 0 20px 5%;
}
body.crm.user-logged-in.path-member ul.crm-listing li.item:nth-child(2n):before {
  display: none;
}
body.crm.user-logged-in.path-member ul.crm-listing li.item:nth-child(2n+1):before {
  content: "";
  position: absolute;
  left: -50vw;
  right: -50vw;
  width: 100vw;
  height: 100%;
  top: 0;
  background: #f4f4f4;
  z-index: -1;
  margin: auto;
}
body.crm.user-logged-in.path-member ul.crm-listing li.item:nth-child(2n+1) {
  flex-direction: row;
}
body.crm.user-logged-in.path-member ul.crm-listing li.item:nth-child(2n) {
  flex-direction: row-reverse;
}
body.crm.user-logged-in.path-member ul.crm-listing li.item:nth-child(2n+1) .left-content {
  padding: 20px 5% 20px 0;
}
body.crm.user-logged-in.path-member ul.crm-listing li.item:nth-child(2n) .left-content {
  padding: 20px 0 20px 5%;
}

body.crm.user-logged-in.path-member .maindiv, body.crm.user-logged-in.path-teams .maindiv {
  padding-bottom: 0;
}

.MuiPaper-root.MuiPaper-elevation1 {
  border: 0;
  box-shadow: none;
  max-width: 100%;
  margin-top: 0;
  margin: 0;
  padding: 0;
}

.MuiDataGrid-root.MuiDataGrid-withBorderColor {
  border: 0;
}

.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters {
  max-width: 100%;
}

.MuiPaper-root.jss8, .path-tags .MuiPaper-root.jss5 {
  background: none;
}

.MuiPaper-root.MuiCard-root.jss10, .path-tags .MuiPaper-root.MuiCard-root.jss7 {
  background: none;
  padding-right: 0;
}

.jss9, .path-tags .jss6 {
  align-items: center;
  justify-content: center;
}

.jss11 .MuiTypography-h6, .path-tags .jss8 .MuiTypography-h6 {
  padding: 0;
  color: #000;
  padding-bottom: 0;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0pt;
  font-family: Poppins;
  font-weight: 600;
}

.jss11, .path-tags .jss10 {
  padding: 0;
}

.MuiDataGrid-columnHeaders.MuiDataGrid-withBorderColor, .MuiTableRow-head {
  background: #edf3f9;
  color: #000;
  font-family: sans-serif;
  border-color: #ddd !important;
  border-width: 1px 0 !important;
  border-style: solid;
}

.css-68pk0f .MuiInput-underline::before {
  border: 1px solid #aaa;
  height: 100%;
}

.MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-colorPrimary.MuiInputBase-formControl {
  padding: 0px 5px;
}

.MuiDataGrid-main svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-vubbuv {
  fill: #666;
}

.MuiDataGrid-columnHeaders.MuiDataGrid-withBorderColor svg {
  fill: #666;
}

.MuiDataGrid-main.css-opb0c2 {
  border-bottom: 0px solid #41459d;
  margin: 5px 0;
}

.MuiDataGrid-footerContainer.MuiDataGrid-withBorderColor {
  border: 0;
}

.MuiDataGrid-main .MuiDataGrid-virtualScroller svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-vubbuv {
  fill: blue;
}

.path-contacts .MuiButton-outlinedPrimary, .path-contacts .MuiButton-outlinedPrimary:hover {
  border: 0;
  background: #43c2d3;
  color: #fff;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 1.2;
}

.path-contacts .MuiButton-outlinedPrimary span.MuiButton-startIcon {
  margin: 0;
}

.MuiButton-startIcon {
  margin: 0;
}

.css-1yqais2 {
  justify-content: center;
  align-content: center;
  align-items: center;
}

.MuiButton-root .MuiSvgIcon-root {
  margin: 0 7px 0 0;
  fill: #0010a6;
}

.MuiButton-outlinedPrimary svg.MuiSvgIcon-root {
  fill: #fff;
  margin: 0;
}

.MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-colorPrimary.MuiInputBase-formControl:before {
  border: 1px solid #c4c4c4;
}

.css-68pk0f {
  order: 0;
  align-self: flex-start;
}

.css-1tg8k7t .MuiDataGrid-row.Mui-selected {
  background: none;
}

.css-1tg8k7t .MuiDataGrid-row:hover {
  background: #fff !important;
}

.css-1mtsuo7 .MuiFormControl-root {
  margin: 0 5px;
}

.css-1mtsuo7 .MuiFormControl-root .MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-colorPrimary.MuiInputBase-formControl:before {
  border: 1px solid #999;
  top: 0;
  border-radius: 7px;
}

.MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-colorPrimary.MuiInputBase-formControl select, .MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-colorPrimary.MuiInputBase-formControl input {
  font-size: 14px;
  padding: 6px 5px;
}

.MuiDataGrid-filterForm {
  padding: 15px 8px;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text {
  margin: 0;
  order: 2;
}

.css-1rr4qq7 {
  order: 2;
}

.MuiDialogContent-root form textarea {
  width: 100%;
  max-width: 100%;
  border-color: #cbcbcb;
  border-radius: 6px;
  outline: none;
}

.MuiDialogContent-root form .MuiFormControl-root.MuiTextField-root {
  margin: 0 0 10px;
  width: 100%;
}

.MuiDialogContent-root form .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-6 > div:nth-child(2) {
  display: flex;
  margin: 0 0 2em;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text .MuiButton-label {
  color: #fff;
}

.path-contacts .MuiInputLabel-outlined.MuiInputLabel-shrink, .path-tags .MuiInputLabel-outlined.MuiInputLabel-shrink {
  top: -15px;
  left: -15px;
}

.MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters {
  padding: 20px 15px 0;
}

.MuiTableRow-head th.MuiTableCell-root.MuiTableCell-head {
  color: #000;
  font-family: sans-serif;
  font-weight: 500;
}

.MuiTableRow-head th.MuiTableCell-root.MuiTableCell-head span.MuiButtonBase-root.MuiTableSortLabel-root {
  color: #000;
  font-family: sans-serif;
  font-weight: 500;
}

table.MuiTable-root { /*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); border-bottom: 2px solid #41459d; */
  margin: 20px 0 0;
  background: #fff;
}

.path-tags .MuiOutlinedInput-inputAdornedStart {
  padding: 10px 14px;
}
.path-tags .MuiFormControl-root.MuiTextField-root.jss2 {
  margin: 0 0 -6px;
  width: calc(100% - 140px);
  max-width: 420px;
}
.path-tags .MuiOutlinedInput-adornedStart {
  line-height: normal;
  height: 34px;
  border-color: #848484;
}
.path-tags fieldset.jss9.MuiOutlinedInput-notchedOutline {
  border-color: #cbcbcb;
  border-radius: 6px;
  border-width: 1px !important;
}
.path-tags .jss3 {
  right: 15px;
  margin: 0;
  margin: 0;
  background: #43c2d3;
  color: #fff;
  padding: 4px 6px;
  font-size: 14px;
  border: 0;
}
.path-tags .MuiButton-outlinedPrimary:hover {
  border: none;
  background: #43c2d3;
}
.path-tags .MuiPaper-root.jss1.MuiPaper-elevation1.MuiPaper-rounded {
  max-width: 95%;
  margin: auto;
  background: none;
  border: 0px solid #e4e4e4;
  padding: 20px 0 0;
  border-radius: 12px;
  box-shadow: 0 0 75px #d9d9d9;
  background: #fff;
  overflow: hidden;
}
.path-tags .MuiOutlinedInput-input {
  padding: 10px 14px;
}
.path-tags .MuiInputLabel-outlined {
  transform: translate(15px, 10px) scale(1);
}
.path-tags .MuiDialogContent-root form .MuiFormControl-root.MuiTextField-root {
  margin-top: 25px;
}
.path-tags .MuiPaper-rounded {
  border-radius: 18px;
  max-width: 620px;
  padding: 0;
}
.path-tags .MuiDialogTitle-root {
  padding: 10px 0 10px 24px;
  background: #edf3f9;
  color: #fff;
}
.path-tags label[for=file-upload] .MuiButton-root {
  background: none;
  box-shadow: none;
  border: 1px solid #c4c4c4;
  margin: 0 10px 0 0;
  padding: 3px 10px;
}
.path-tags label[for=file-upload] + p.MuiFormHelperText-root {
  margin: 0 10px 0 0;
}
.path-tags .MuiDialogContent-root {
  border-bottom: 0 !important;
  margin: 0;
  padding-bottom: 0;
}
.path-tags .MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(25px, 3px);
  background: #fff;
  padding: 2px 5px;
  color: #333;
  font-size: 14px;
}
.path-tags .MuiDialogTitle-root .MuiSvgIcon-root {
  fill: #000;
}
.path-tags .react-tel-input .form-control {
  padding-left: 50px !important;
}
.path-tags .jss8 .MuiTypography-h6 {
  color: #3c44b1;
}
.path-tags .MuiTypography-h6 {
  font-size: 1.25rem;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.0075em;
}
.path-tags .MuiButton-containedSizeLarge[type=submit] {
  background-color: #2b6197 !important;
}
.path-tags .MuiButton-containedSizeLarge, .path-tags .MuiButton-containedSizeLarge {
  border-radius: 25px;
  box-shadow: none !important;
  font-family: "Poppins";
}

.path-contacts .MuiSelect-select.MuiSelect-select {
  padding-top: 10px;
  padding-bottom: 10px;
}
.path-contacts .MuiInputLabel-outlined {
  transform: translate(15px, 10px) scale(1);
  font-family: "Poppins";
  font-size: 14px;
}
.path-contacts .MuiOutlinedInput-input {
  padding: 10px 14px;
}
.path-contacts .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6 {
  padding: 15px 35px 0 0;
}
.path-contacts .MuiDialogContent-root form .MuiFormControl-root.MuiTextField-root {
  margin: 0 0 20px;
}
.path-contacts .react-tel-input .form-control {
  padding: 12px 14px;
  margin: 0 !important;
}
.path-contacts .react-tel-input {
  margin: 0 0 20px;
}
.path-contacts .MuiGrid-root.MuiGrid-container:nth-child(3) {
  align-items: center;
  padding: 15px 0 0 10px;
}
.path-contacts .MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(25px, 3px);
  background: #fff;
  padding: 2px 5px;
  color: #333;
  font-size: 14px;
}
.path-contacts .MuiPaper-rounded {
  border-radius: 14px;
  padding: 0;
}
.path-contacts .MuiDialogTitle-root {
  padding: 10px 0 10px 24px;
  background: #edf3f9;
  color: #000;
}
.path-contacts .MuiDialogTitle-root .MuiSvgIcon-root {
  fill: #000;
}
.path-contacts .MuiDataGrid-main.css-opb0c2 {
  max-height: 75vh;
}
.path-contacts .MuiOutlinedInput-input[name=ps] + fieldset {
  padding: 0 90px 0 0;
}
.path-contacts .MuiOutlinedInput-input[name=ps] + fieldset:before {
  width: 80px;
  height: 44px;
  position: absolute;
  right: 1px;
  top: 1px;
  background: #00b4d8;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "City";
  letter-spacing: 0.4pt;
  font-weight: 400;
  font-family: Poppins;
  font-size: 15px;
}
.path-contacts .MuiOutlinedInput-input[name=greetingLine] + fieldset {
  padding: 0 90px 0 0;
}
.path-contacts .MuiOutlinedInput-input[name=greetingLine] + fieldset:before {
  width: 80px;
  height: 44px;
  position: absolute;
  right: 1px;
  top: 1px;
  background: #00b4d8;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Name";
  letter-spacing: 0.4pt;
  font-weight: 400;
  font-family: Poppins;
  font-size: 15px;
}
.path-contacts .MuiOutlinedInput-input[name=signature] + fieldset {
  padding: 0 0 0 0;
  overflow: visible;
}
.path-contacts .MuiOutlinedInput-input[name=signature] + fieldset:before {
  width: 160px;
  height: 44px;
  position: relative;
  right: 1px;
  top: 53px;
  background: #00b4d8;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Name & mTap Link";
  letter-spacing: 0.4pt;
  font-weight: 400;
  font-family: Poppins;
  font-size: 15px;
  padding: 0 10px;
}
.path-contacts .react-tel-input .special-label {
  font-family: Poppins;
}
.path-contacts .react-tel-input .form-control {
  padding-left: 50px !important;
}
.path-contacts .MuiDataGrid-main img:not([src]) {
  display: none;
}
.path-contacts .MuiDataGrid-menu[role=tooltip] > div.MuiPaper-root {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2509803922);
}
.path-contacts .MuiButton-containedSizeLarge[type=submit] {
  background-color: #2b6197 !important;
}
.path-contacts .MuiButton-containedSizeLarge, .path-contacts .MuiButton-containedSizeLarge {
  border-radius: 25px;
  box-shadow: none !important;
  font-family: "Poppins";
}
.path-contacts .MuiDataGrid-main.css-opb0c2 img[src=""] {
  display: none;
}

fieldset.MuiOutlinedInput-notchedOutline legend {
  text-align: unset;
}

.contact.path-teams div#contacts_main {
  margin: 35px 0 0;
}
.contact.path-teams div#contacts_main [data-field=firstName] button.MuiButtonBase-root {
  font-size: 14px;
}
.contact.path-teams div#contacts_main .tab-content {
  border: 1px solid #e4e4e4;
  padding: 20px 0 0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 0 75px #d9d9d9;
  background: #fff;
  overflow: hidden;
}

body.integration.path-email div#block-mtouch-content {
  max-width: 1024px;
  margin: auto;
  width: 95%;
  padding: 2em 0;
}
body.integration.path-email div#block-mtouch-content > a[href*="/config"] {
  float: right;
  margin: 0 0 20px;
}
body.integration.path-email div#block-mtouch-content table thead {
  color: #fff;
  font-weight: 500;
}
body.integration.path-email div#block-mtouch-content .tableresponsive-toggle-columns {
  width: 100%;
  clear: both;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #41459d;
  margin: 5px 0;
}
body.integration.path-email div#block-mtouch-content table th {
  font-weight: 400;
  padding: 15px 0;
  background: #42469e;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled > * {
  width: 100%;
  min-width: 100%;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td {
  padding: 10px 5px;
  text-align: center;
  border-bottom: 1px solid rgb(224, 224, 224);
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td a {
  color: blue;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td:last-child a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -99999px;
  background: url(../images/send.svg) no-repeat center center;
  background-size: 100%;
  position: relative;
  opacity: 1;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td:last-child a[href*=draft] {
  background-image: url(../images/draft.svg);
  background-size: 100% auto;
  width: 26px;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td:last-child a[href*=disconnect] {
  background-image: url(../images/disconnect.svg);
  background-size: 100% auto;
  width: 30px;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td:last-child a:before {
  content: "Test Send Email";
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  text-indent: 0;
  opacity: 0;
  display: none;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 6px;
  z-index: 1;
  font-size: 14px;
  width: 109px;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td:last-child a:hover:before {
  display: block;
  opacity: 1;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td:last-child a:hover:after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -7px;
  right: 9px;
  z-index: 2;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 2px #ccc;
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td:last-child a[href*=draft]:before {
  content: "Test Draft Email";
}
body.integration.path-email div#block-mtouch-content table.responsive-enabled td:last-child a[href*=disconnect]:before {
  content: "Disconnect";
}

body.draft.path-email div#block-mtouch-content {
  text-align: center;
  padding: 4em 0;
  color: #04a204;
  font-size: 1.2em;
}

body.test.path-email div#block-mtouch-content {
  text-align: center;
  padding: 4em 0;
  color: #04a204;
  font-size: 1.2em;
}

form#integration-form {
  padding: 35px 4% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
  max-width: 450px;
  margin: 0 auto;
}
form#integration-form fieldset legend {
  display: none;
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio input {
  display: none;
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio label {
  position: relative;
  padding: 10px 30px 10px 45px;
  border: 0px solid #a4aaf9;
  border-radius: 8px;
  font-weight: 600;
  background: #f4f4f4;
  cursor: pointer;
  text-indent: -9999px;
  height: 110px;
  width: 110px;
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio label:before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0px solid #999;
  border-radius: 5px;
  background-position: center center !important;
  bottom: 0;
  right: 0;
  margin: auto;
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio input:checked + label:before {
  border-color: #fff;
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio input:checked + label:after {
  width: 10px;
  height: 3px;
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio input:checked + label {
  background: #f4f4f4;
  color: #fff;
  box-shadow: 0 0 0 3px #323bc0, -2px 5px 20px 0px rgba(0, 0, 0, 0.6);
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio input:checked + label:after {
  content: "";
  width: 10px;
  height: 5px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  transform: rotate(-55deg);
  opacity: 0;
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio label[for=edit-email-service-hotmail]:before {
  content: "";
  background: url(../images/outlook.svg) no-repeat;
  background-size: 100% auto;
}
form#integration-form div#edit-email-service .form-item.js-form-type-radio label[for=edit-email-service-gmail]:before {
  content: "";
  background: url(../images/gmail.png) no-repeat;
  background-size: 100% auto;
}
form#integration-form fieldset#edit-email-service--wrapper #edit-email-service {
  display: flex;
  width: 100%;
  min-width: 100%;
  justify-content: center;
}
form#integration-form input#edit-submit {
  margin: auto;
  display: block;
}

.disconnectemail {
  padding: 35px 4% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.disconnectemail .btn {
  display: inline-flex;
  padding: 0 3px;
}
.disconnectemail .btn a {
  display: inline-block;
  padding: 9px 20px;
  background: #2b6197;
  color: #fff;
  border-radius: 100px;
}
.disconnectemail .can.btn a {
  background: #ddd;
  color: #000;
}

ul.tabs {
  max-width: 95%;
  width: fit-content;
  display: flex;
  margin: 0 auto 5px;
  border: 1px solid #ccc;
  left: auto;
  right: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
}
ul.tabs li {
  margin: 0;
  padding: 7px 25px;
  list-style: none;
}
ul.tabs li.active {
  background: #14b9db;
  color: #fff;
}

.email.path-contacts #block-mtouch-content > form {
  max-width: 980px;
  margin: 3em auto;
  padding: 35px 4% 40px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  display: block;
  box-shadow: 0px 23px 22px rgba(8, 75, 91, 0.07);
}
.email.path-contacts #block-mtouch-content .allsettings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.email.path-contacts .allsettings > .profileids {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 0 100%;
  border: 0;
  padding: 10px 0 2em;
}
.email.path-contacts .allsettings > .profileids fieldset {
  border-radius: 100px;
}
.email.path-contacts .allsettings > div {
  flex: 0 49.5%;
  border: 1px solid #ededed;
  padding: 0 20px 45px;
  border-radius: 9px;
}
.email.path-contacts .allsettings > div > p:first-child {
  font-size: 21px;
  font-weight: 600;
  font-family: Poppins;
  margin: 1em 0 1.4em;
}
.email.path-contacts .allsettings label.MuiFormLabel-root.MuiInputLabel-root {
  transform: translate(14px, -12px) scale(0.75);
  background: #fff;
  padding: 0 6px;
  color: #444;
  font-family: Poppins;
}
.email.path-contacts .allsettings p + label.MuiFormLabel-root.MuiInputLabel-root {
  transform: translate(0px, 0px) scale(0.75);
}
.email.path-contacts .allsettings label.MuiFormLabel-root.MuiInputLabel-root + textarea {
  margin: 0 0 21px;
  width: 100%;
  border: 1px solid #cbcbcb !important;
  border-radius: 10px;
  padding: 10px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 17px;
  min-height: 95px;
  outline: none;
}
.email.path-contacts .allsettings label.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-shrink {
  transform: translate(14px, -12px) scale(0.75);
  background: #fff;
  padding: 0 6px;
  color: #444;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: Poppins;
}
.email.path-contacts .allsettings .special-label {
  top: -22px;
  transform: scale(0.9);
  color: #444;
  left: -7px;
}
.email.path-contacts .allsettings fieldset.MuiOutlinedInput-notchedOutline legend {
  display: none;
}
.email.path-contacts .allsettings > .profileids label.MuiFormLabel-root {
  text-align: center;
  width: 100%;
  transform: translate(12px, -14px) scale(1) !important;
  display: none;
}
.email.path-contacts .css-fvipm8 {
  max-width: 340px;
  border-radius: 25px;
  margin: auto;
  width: 100%;
  text-align: center;
}
.email.path-contacts .css-13sljp9 {
  width: 100%;
}
.email.path-contacts .css-feqhe6 {
  margin: 0 0 25px;
}
.email.path-contacts .css-igs3ac {
  border-color: #cbcbcb !important;
  border-width: 1px !important;
  border-radius: 10px;
}
.email.path-contacts button.MuiButtonBase-root.MuiButton-root {
  margin: 20px auto;
  display: block;
  width: 100px;
  background: #2b6197;
  box-shadow: none;
  padding: 0 25px;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 0.6pt;
  height: 42px;
}
.email.path-contacts .react-tel-input .form-control {
  border-radius: 10px;
  border-color: #cbcbcb !important;
  border-width: 1px !important;
  padding-left: 55px;
}
.email.path-contacts label.MuiFormLabel-root[for=message], .email.path-contacts label.MuiFormLabel-root[for=niceMeeting] {
  margin: 0px 0 -10px 10px;
  float: left;
  width: auto;
  display: inline-block;
  padding: 0 5px !important;
  transform: none !important;
  font-size: 12px;
}
.email.path-contacts .tag-cta {
  height: 40px;
  position: relative;
  background: #00b4d8;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: "Name & mTap Link";
  letter-spacing: 0.4pt;
  font-weight: 400;
  font-family: Poppins;
  font-size: 15px;
  padding: 0 10px;
  margin: 0 0 10px;
}
.email.path-contacts .tag-wrapper {
  width: 100%;
  display: block;
}

body:not(.user-logged-in) div#block-signup p a[href*="user/login"] {
  display: inline-block;
}

body:not(.user-logged-in) div#block-signup p a[href*="user/logout"] {
  display: none;
}

body.user-logged-in div#block-signup p a[href*="user/login"] {
  display: none;
}

body.user-logged-in div#block-signup p a[href*="user/logout"] {
  display: inline-block;
}

.integration-main {
  max-width: 1180px;
  margin: auto;
  padding: 2em 0 0;
}
.integration-main a.integration-child {
  box-shadow: none;
  color: #333;
  position: relative;
  margin: 0 2%;
  flex: 46%;
  box-shadow: -10px 10px 70px -20px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  transition: 0.1s;
}
.integration-main a.integration-child h2 {
  position: absolute;
  left: 0;
  top: 0px;
  background: rgba(48, 58, 67, 0.7411764706);
  color: #fff;
  margin: 0;
  padding: 10px 70px 20px 20px;
  min-width: 50%;
  transition: 0.1s;
}
.integration-main a.integration-child:nth-child(2) h2 {
  background: rgba(255, 88, 88, 0.8784313725);
}
.integration-main a.integration-child:nth-child(2) {
  box-shadow: 10px 20px 70px -20px rgba(0, 0, 0, 0.1607843137);
}
.integration-main a.integration-child h2:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
}
.integration-main a.integration-child h2:after {
  width: 35px;
  height: 2px;
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}
.integration-main a.integration-child .description {
  padding: 20px 7% 2em;
  letter-spacing: 0.2pt;
}
.integration-main a.integration-child:hover {
  box-shadow: 0 20px 20px 20px rgba(0, 0, 0, 0.231372549);
}
.integration-main a.integration-child:hover h2 {
  box-shadow: 10px 20px 10px 0px rgba(0, 0, 0, 0.4);
  top: -10px;
}

.tabs-container {
  max-width: 1024px;
  margin: auto;
  padding: 2em 0 0;
}
.tabs-container ul.tabs-menus {
  margin: 0;
  padding: 0 10px 0 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.tabs-container ul.tabs-menus li.item {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: contents;
}
.tabs-container ul.tabs-menus li.item a {
  display: inline-flex;
  align-items: center;
  padding: 7px 30px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  font-family: "Jost";
  font-size: 17px;
}
.tabs-container ul.tabs-menus li.item a img {
  max-width: 28px;
  margin: 0 10px 0 0;
}
.tabs-container ul.tabs-menus li.item:last-child a {
  border-top-right-radius: 6px;
}
.tabs-container ul.tabs-menus li.item:first-child a {
  border-top-left-radius: 6px;
}
.tabs-container ul.tabs-menus li.item.active a {
  box-shadow: 0 0 2px -2px #fff, 0 -3px 13px -7px rgba(11, 11, 11, 0.2196078431);
  padding: 10px 30px;
  margin: -6px 0 0px;
}
.tabs-container .tab-content {
  border: 1px solid #e4e4e4;
  padding: 20px 0 0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 0 75px #d9d9d9;
  background: #fff;
  overflow: hidden;
}
.tabs-container.full-width {
  max-width: 100%;
}
.tabs-container.full-width.product-active {
  border-bottom: 4px solid #070fa7;
}
.tabs-container.full-width.product-active ul.tabs-menus {
  max-width: 1200px;
  margin: auto;
}
.tabs-container.max-width {
  max-width: 1200px;
}
.tabs-container.max-width.contact-active {
  padding: 20px 0 0;
  max-width: 95%;
}
.tabs-container.max-width.contact-active .tab-content {
  padding-top: 0;
}
.tabs-container.max-width.contact-active .MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters {
  padding: 10px 0 0;
  min-height: 30px;
}
.tabs-container.max-width.contact-active .MuiDataGrid-cell--withRenderer button {
  margin: 0;
  padding: 0;
  font-size: unset;
}

.anylitics-head {
  padding: 20px 0 0;
}

/* .tabs-container { max-width: 890px; margin: auto; padding: 2em 0 0;
    ul.tabs-menus {margin: 0;padding: 0;display: flex;list-style: none;flex-wrap: wrap; justify-content: space-between;
       li.item { margin: 0 0 0.8%; padding: 0; list-style: none; width: 24.4%; border-radius: 5px; overflow: hidden;
           a{display: inline-flex; align-items: center; padding: 8px 30px; color: #fff; width: 100%; min-height: 160px; background: red; flex-wrap: wrap; flex-direction: column; position: relative; align-items: center; justify-content: center; letter-spacing: 0;
               img { max-width: 38px;align-self: center; margin: 0 0 20px; }
               span { width: 100%; position: absolute; bottom: 0; left: 0; padding: 7px 10px; text-align: center; background: #00000036; }
           }
            &:nth-child(1) a { background-image: linear-gradient(120deg, #ff444f 0%, #ff9000 100%); } 
            &:nth-child(2) a { background-image: linear-gradient(120deg, #9267fb 0%, #f758f4 100%); } 
            &:nth-child(3) a { background-image: linear-gradient(120deg, #00d8ff 0%, #0064d3 100%); } 
            &:nth-child(4) a { background-image: linear-gradient(120deg, #ffbbe8 0%, #ff3fae 100%); } 
            &:nth-child(5) a { background-image: linear-gradient(120deg, #00e2a7 0%, #007a69 100%); } 
            &:nth-child(6) a { background-image: linear-gradient(120deg, #ff8d8b 0%, #ffae7e 100%); } 
            &:nth-child(7) a { background-image: linear-gradient(120deg, #fae884 0%, #edc005 100%); } 
            &:nth-child(8) a { background-image: linear-gradient(120deg, #ff4242 0%, #ec2325 100%); } 
            &:nth-child(9) a { background-image: linear-gradient(120deg, #a686c2 0%, #ba6aaf 100%); } 
            &:nth-child(10) a { background-image: linear-gradient(127deg, #3adffd 0%, #087e8f 100%); } 
            &:nth-child(11) a { background-image: linear-gradient(120deg, #5ad84b 0%, #0f7e3c 100%); } 
            &:nth-child(12) a { background-image: linear-gradient(120deg, #2361b3 0%, #073356 100%); } 
       } 
   } 
}
 */
body .site-breadcrumbs nav ol li {
  border: 0px solid #ccc;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  align-items: center;
  align-self: center;
  background: #e2f1f5;
  font-size: 14px;
  margin-bottom: 4px;
  margin-right: 20px;
}

body .site-breadcrumbs nav ol {
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  display: flex;
}

body .site-breadcrumbs nav ol li:last-child {
  border: 0;
  background: none;
}

body .site-breadcrumbs nav ol li:not(:last-child):before {
  right: -12px;
}

body.mtap-review-cards #block-mtouch-page-title h1 {
  padding: 0 !important;
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 38px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Jost";
  TEXT-ALIGN: center;
}

.ClickToCopy_text__VRWZ3 {
  max-width: 100%;
  word-wrap: break-word;
  white-space: break-spaces;
  word-break: break-all;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  padding-right: 10px;
  line-height: 1.4;
  width: calc(100% - 70px);
}

@media all and (min-width: 1025px) {
  .event-details-head .cta-links.ui-tabs:hover .dropdown-list {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
    transition: opacity 0.4s ease 0s;
  }
  .event-details-head .cta-links.ui-tabs:hover .tab-name a {
    border-radius: 13px 13px 0 0;
  }
}
@media all and (min-width: 768px) {
  body.user-menu-active nav#block-mtouch-main-navigation.active > ul:before {
    left: 280px;
    width: 480px;
  }
  body.user-menu-active .user-menu-active header.header div#block-mtouch-branding { /*left: 280px;*/ }
  body.user-menu-active {
    /*header.header div#block-mtouch-branding { left: 280px; }*/
  }
  /*body.user-menu-active { padding-left: 280px !important;} */
  /* body.user-logged-in .maindiv, body.user-logged-in .banners, body.user-logged-in footer.footer { padding-left: 55px; }
   body.user-menu-active .maindiv, body.user-menu-active .banners, body.user-menu-active footer.footer { padding-left: 280px !important;} */
  body.down.user-menu-active header.header { /*padding-left: 295px;*/ }
}
@media all and (min-width: 621px) {
  body.down header.header {
    position: fixed;
  }
  body.down .magic-link .left-links {
    padding-top: 160px;
  }
  body.down .magic-link .left-links .menu-icon {
    top: 130px;
  }
  body.down .magic-link .left-links:after {
    top: 142px;
  }
  body.down .site-slidemenu {
    z-index: 1001;
  }
  body.down .site-slidemenu .menu-icon {
    top: 130px;
  }
  body.down .site-slidemenu:after {
    top: 142px;
  }
  body:not(.user-menu-active) .site-slidemenu #block-mtapsidemenu > ul.menu {
    padding: 0 5px 100px;
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  body:not(.user-menu-active) .site-slidemenu nav > ul > li {
    position: static;
  }
  body:not(.user-menu-active) .site-slidemenu div#block-upgradetopro {
    margin-top: -80px;
  }
  body:not(.user-menu-active) .site-slidemenu #block-mtapsidemenu + div#block-upgrade {
    padding: 0 12px 0 5px;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
  }
  body:not(.user-menu-active) .site-slidemenu #block-mtapsidemenu + div#block-upgrade a.buttong {
    padding: 7px 5px;
    width: 100%;
    font-weight: 500;
    color: #fff;
  }
  body:not(.user-menu-active) .site-slidemenu div#block-upgradetopro a.buttong {
    max-width: 90%;
    display: block;
    padding: 10px 5px;
    font-weight: 400;
    margin: 0 auto;
  }
}
@media all and (min-width: 1140px) {
  body:not(.user-logged-in) header.header div#block-mtouch-branding {
    position: static !important;
    margin: 0 0 -10px !important;
    padding-left: 15px;
    padding-top: 10px;
  }
  .site-left-header {
    order: 2;
  }
  .site-senter {
    order: 1;
    text-align: left;
  }
  .site-right-header {
    order: 3;
    float: right;
    display: inline-block;
  }
  nav#block-mtouch-main-navigation > ul > li {
    position: relative;
    margin: 0 2%;
  }
  nav#block-mtouch-main-navigation > ul > li > a {
    white-space: nowrap;
  }
  nav#block-mtouch-main-navigation > ul > li:hover > ul {
    display: inline-block;
    padding: 52px 20px 15px;
    width: 250px;
    overflow: hidden;
    border-radius: 0 0 17px 17px;
    box-shadow: 0px 40px 20px -10px rgba(0, 0, 0, 0.2196078431);
  }
  nav#block-mtouch-main-navigation > ul > li > ul > li[class*=qrcode] {
    display: none;
  }
  nav#block-mtouch-main-navigation > ul > li:hover > ul:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 42px;
    background: #fff;
    left: 0;
  }
  nav#block-mtouch-main-navigation > ul > li > ul li {
    padding: 2px 0;
  }
  .user-logged-in .site-left-header {
    order: 1;
    flex: 0 75px;
  }
  .user-logged-in .site-senter {
    flex: 0 90%;
  }
  .user-logged-in header.header div#block-mtouch-branding a {
    display: flex;
    position: static !important;
    margin: 0 !important;
  }
  .user-logged-in header.header {
    justify-content: flex-start;
    min-width: 100%;
    padding: 10px 15px;
  }
}
@media all and (max-width: 1400px) {
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder {
    max-width: 45vw;
  }
  body.user-menu-active header.header div#block-mtouch-branding { /* left: 46%;*/ }
}
@media all and (max-width: 1280px) {
  nav#block-mtouch-main-navigation ul a {
    font-size: calc(12px + 6 * (100vw - 320px) / 560);
  }
  nav#block-mtouch-main-navigation ul li {
    margin: 0;
  }
  nav#block-mtouch-main-navigation ul li > ul li a {
    font-size: calc(12px + 6 * (100vw - 320px) / 560);
  }
  div#whole-banner-section .banner-content h2 {
    font-size: calc(42px + 6 * (100vw - 320px) / 720);
  }
  div#whole-banner-section .banner-content .body {
    font-size: calc(12px + 6 * (100vw - 320px) / 720);
    max-width: 610px;
    width: 90%;
  }
  div#whole-banner-section .banner-content a.cta-link {
    font-size: calc(16px + 6 * (100vw - 320px) / 720);
  }
  .icon-with-title-listing .title {
    font-size: calc(16px + 6 * (100vw - 320px) / 720);
  }
  div#whole-image-with-content-section .heading {
    font-size: calc(19px + 6 * (100vw - 320px) / 720);
  }
  div#whole-image-with-content-section .magic-listing ul li {
    font-size: calc(10px + 6 * (100vw - 320px) / 720);
  }
  div#whole-image-with-content-section a.cta-link {
    font-size: calc(16px + 6 * (100vw - 320px) / 720);
  }
  .paragraph.paragraph--type--title-content-cta-image .heading {
    font-size: calc(20px + 6 * (100vw - 320px) / 720);
  }
  .paragraph.paragraph--type--title-content-cta-image .body {
    font-size: calc(10px + 6 * (100vw - 320px) / 720);
  }
  .paragraph.paragraph--type--title-content-cta-image .create-cta-link-button a, .paragraph.paragraph--type--title-content-cta-image .cta-link-button a {
    font-size: calc(16px + 6 * (100vw - 320px) / 720);
  }
  div#whole-carousel-slider-section .heading h2 {
    font-size: calc(30px + 6 * (100vw - 320px) / 720);
  }
  div#whole-carousel-slider-section .slick-slide .title {
    font-size: calc(12px + 6 * (100vw - 320px) / 720);
  }
  div#whole-carousel-slider-section .cta-link-button a {
    font-size: calc(16px + 6 * (100vw - 320px) / 720);
  }
  div#whole-how-works-section .heading h2 {
    font-size: calc(30px + 6 * (100vw - 320px) / 720);
  }
  div#whole-how-works-section .viewrow h3 {
    font-size: calc(20px + 6 * (100vw - 320px) / 720);
  }
  div#whole-how-works-section .body {
    font-size: calc(10px + 6 * (100vw - 320px) / 720);
  }
  div#whole-how-works-section .cta-link-button a {
    font-size: calc(16px + 6 * (100vw - 320px) / 720);
  }
  div#whole-shop-listing-section .heading h2 {
    font-size: calc(30px + 6 * (100vw - 320px) / 720);
  }
  div#whole-shop-listing-section .title {
    font-size: calc(11px + 6 * (100vw - 320px) / 720);
  }
  div#whole-shop-listing-section .cta-link-button a {
    font-size: calc(16px + 6 * (100vw - 320px) / 720);
  }
  #whole-client-say-section .heading h2 {
    font-size: calc(30px + 6 * (100vw - 320px) / 720);
  }
  #whole-client-say-section .title {
    font-size: calc(11px + 6 * (100vw - 320px) / 720);
  }
  #whole-client-say-section .cta-link-button a {
    font-size: calc(16px + 6 * (100vw - 320px) / 720);
  }
  .front-event-block .more-link a, .front-event-block-1 .more-link a {
    font-size: calc(20px + 6 * (100vw - 320px) / 720);
  }
  nav#block-footermenu ul li a {
    font-size: calc(8px + 6 * (100vw - 320px) / 720);
  }
  .site-pagetitle h1 {
    font-size: calc(30px + 6 * (100vw - 320px) / 720);
  }
}
@media all and (max-width: 1220px) {
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder {
    max-width: 43vw;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2 {
    font-size: 36px;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h3 {
    font-size: 20px;
  }
  /*  header.header > div {flex: 0 0 33%;
          &.site-right-header {justify-content: right;display: flex;} 
          &.site-senter {justify-content: center;display: flex;}
      }
  */
  nav#block-mtouch-main-navigation > ul li {
    padding: 0 12px;
  }
  nav#block-mtouch-main-navigation > ul:before {
    width: 355px;
  }
}
@media all and (max-width: 1200px) {
  .field.field--name-field-image-how-use-mtap.field--type-image img, .field.field--name-field-add-image-how-use-mtap.field--type-image img, .field.field--name-field-left-side-image-how-use-mt {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }
  div#block-mtapprofilealook img {
    max-width: 90%;
    height: auto;
  }
  #block-howtousemtap {
    padding: 50px 20px 0;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2 {
    font-size: 30px;
    padding: 20px 0 0 60px;
    background-size: 55px;
    background-position: left 33px;
    margin-bottom: 5px;
  }
  #block-followus .field.field--name-field-title-follow-us h2 {
    font-size: 35px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > p {
    font-size: 20px;
    padding-left: 70px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2 span.tab {
    font-size: 43px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:before, #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:after {
    background-size: 40px;
    width: 30px;
    height: 30px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:after {
    background-size: 25px;
    right: 190px;
  }
  .new-connections .field.field--name-field-video-i-made-68-co {
    height: 94%;
  }
}
@media all and (max-width: 1140px) {
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder {
    max-width: 48vw;
  }
  .path-front-page .views-field-field-section-slider .field-content .field.field--name-field-slider-image {
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  .path-front-page .views-field-field-section-slider .field-content .field.field--name-field-slider-image img {
    width: 110% !important;
    margin: 0 -10% 0 0;
    float: left;
    max-width: none;
  }
  body.user-logged-in.user-menu-active {
    padding-left: 0px !important;
  }
  body.user-logged-in.user-menu-active header.header div#block-mtouch-branding {
    left: 0;
  }
  body.user-logged-in.user-menu-active {
    /* nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu { position: fixed !important; left: 290px; }*/
  }
  body:not(.user-logged-in) nav#block-mtouch-main-navigation span.mobile-menu.hidden {
    display: inline-block;
    min-width: 25px;
    min-height: 18px;
    border-width: 2px 0;
    border-style: solid;
    border-color: #fff;
    margin: 23px 0 0 10px;
    position: relative;
    left: 0;
    top: 0;
  }
  body:not(.user-logged-in) nav#block-mtouch-main-navigation span.mobile-menu.hidden:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 6px;
    height: 2px;
    background: #fff;
  }
  nav#block-mtouch-main-navigation > ul {
    z-index: 99;
    position: fixed;
    left: -280px;
    top: 0px;
    width: 280px;
    background: #fff;
    height: 100vh;
    margin: 0;
    flex-wrap: wrap;
    display: inline-block;
  }
  nav#block-mtouch-main-navigation > ul > li {
    align-self: flex-start;
    display: inline-block;
    width: 100%;
    padding: 6px 20px;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  nav#block-mtouch-main-navigation > ul:before {
    display: none !important;
  }
  header.header nav#block-mtouch-main-navigation ul li a {
    color: #03045E;
    border: 0;
  }
  body.mobilemenu-active nav#block-mtouch-main-navigation > ul {
    left: 0;
    padding: 60px 0 0;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2509803922);
  }
  body.mobilemenu-active nav#block-mtouch-main-navigation > ul > li:nth-child(2) .submenu-arrow, body.mobilemenu-active nav#block-mtouch-main-navigation > ul > li:nth-child(3) .submenu-arrow {
    display: none;
  }
  body.mobilemenu-active nav#block-mtouch-main-navigation span.mobile-menu.hidden {
    cursor: pointer;
    position: fixed;
    left: 280px;
    background: #fff;
    border-color: #fff; /* box-shadow: 0 0 0 8px #fff; */
    top: 0px;
    margin: 0;
    height: 36px;
    width: 36px;
  }
  body.mobilemenu-active nav#block-mtouch-main-navigation span.mobile-menu.hidden:before, body.mobilemenu-active nav#block-mtouch-main-navigation span.mobile-menu.hidden:after {
    transform: rotate(45deg);
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    content: "";
    height: 2px;
  }
  body.mobilemenu-active nav#block-mtouch-main-navigation span.mobile-menu.hidden:after {
    transform: rotate(-45deg);
  }
  body.mobilemenu-active nav#block-mtouch-main-navigation > ul > li.qrcode5 {
    display: inline-block;
  }
  nav#block-mtouch-main-navigation > span.back-menu.hidden {
    cursor: pointer;
    display: none;
    color: #000;
    width: 255px;
    height: 45px;
    position: fixed;
    left: 20px;
    top: 15px;
    z-index: 999;
    padding: 0 0 0 25px;
    font-size: 13px;
    font-weight: 600;
  }
  nav#block-mtouch-main-navigation > ul li > ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    display: inline-block;
    background: #fff;
    transition: transform 0.2s ease 0s;
    overflow: hidden;
    height: 0;
    padding: 0;
    transform-origin: top right;
    transform: rotateY(-90deg);
  }
  .mobilemenu-active.submenu-active nav#block-mtouch-main-navigation > span.back-menu.hidden {
    display: block;
  }
  .mobilemenu-active.submenu-active nav#block-mtouch-main-navigation > ul {
    padding-top: 60px;
    overflow: hidden;
  }
  .mobilemenu-active.submenu-active nav#block-mtouch-main-navigation > ul li > ul li {
    padding: 7px 20px;
    border-bottom: 1px solid #eee;
  }
  .mobilemenu-active.submenu-active nav#block-mtouch-main-navigation > ul li > ul li a {
    font-size: 14px;
  }
  .mobilemenu-active.submenu-active nav#block-mtouch-main-navigation > span.back-menu.hidden:before {
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 5px;
    border-color: #000;
  }
  .mobilemenu-active.submenu-active nav#block-mtouch-main-navigation > span.back-menu.hidden:after {
    width: 15px;
    height: 1px;
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    top: 8px;
  }
  .mobilemenu-active.submenu-active nav#block-mtouch-main-navigation > ul li.active > ul {
    left: 0;
    width: 280px;
    height: 100vh;
    padding: 60px 0 20px;
    transform: rotateY(0deg);
  }
  body:not(.user-logged-in) nav#block-mtouch-main-navigation span.submenu-arrow.hidden {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 32px;
    z-index: 2;
    height: 37px;
    background: #ddd;
  }
  span.submenu-arrow.hidden:before {
    content: "";
    width: 7px;
    height: 7px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #03045e;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: rotate(-45deg);
  }
  span.submenu-arrow.hidden:after {
    content: "";
    width: 11px;
    height: 1px;
    background: #03045e;
    position: absolute;
    right: 11px;
    top: 18px;
  }
  nav#block-mtouch-main-navigation > ul li > ul li a:before, nav#block-mtouch-main-navigation > ul li > ul li a:after {
    display: none;
  }
  /*   body.user-logged-in:not(.user-menu-active) nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu {min-width: 75px;width: 75px; height: 46px; margin: 13px 3px -11px 0; padding: 0 15px 0 0;
         span.menu-label {word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 10px;/* display: none; */ /*} 
    &:after {width: 1px;height: 1px;position: absolute;content: '';border-width: 8px 5px;border-style: solid;right: 9px;border-color: #fff transparent transparent;top: 14px;}
}*/
  .site-left-header {
    position: relative;
    z-index: 9999;
  }
  .react-joyride__overlay {
    z-index: 888 !important;
  }
  .__floater.__floater__open {
    z-index: 990 !important;
  }
}
@media all and (max-width: 1080px) {
  nav#block-mtouch-main-navigation ul a {
    padding: 7px 10px;
  }
  div#whole-banner-section {
    padding: 0;
  }
  .paragraph.paragraph--type--image-with-content-text {
    padding: 0 0 20px;
  }
  div#whole-image-with-content-section .content-box {
    width: 50%;
  }
  div#edit-email-registration-login > fieldset.form-item {
    padding: 40px 4% 40px;
  }
  section#block-imade68newconnections, #block-howtousemtap, div#block-joinaffiliate, div#block-followus {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  div#block-joinaffiliate {
    padding-left: 5%;
    padding-right: 5%;
  }
  #block-howtousemtap {
    padding-bottom: 0;
  }
  div#block-mtapprofilealook {
    padding: 30px 20px;
  }
  .field.field--name-field-descri2__how-use-mtap .field--type-text-long h2, .field--name-field-description3-how-use-mtap .field--type-text-long h2 {
    font-size: 25px;
  }
  fieldset.tiktok, fieldset.instagram {
    width: 300px;
    margin: 0 15px;
  }
  fieldset.tiktok img, fieldset.instagram img {
    max-width: 100%;
    height: 250px;
  }
  .new-connections .field.field--name-field-video-i-made-68-co {
    height: 87%;
  }
}
@media all and (max-width: 1024px) {
  div#block-mtouch-branding a img {
    width: 13vw;
  }
  .paragraph.paragraph--type--title-content-cta-image .content-box {
    padding: 30px 5% 20px 0;
  }
  .event-details-head .cta-links.ui-tabs.menu-toggle {
    z-index: 9;
  }
  .event-details-head .cta-links.ui-tabs.menu-toggle .dropdown-list {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
    transition: opacity 0.4s ease 0s;
  }
  .event-details-head .cta-links.ui-tabs.menu-toggle .tab-name a {
    border-radius: 13px 13px 0 0;
  }
  .event-details-head .cta-links.ui-tabs.menu-toggle > div.tab-name span {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .event-details-head .cta-links.ui-tabs.menu-toggle > div.tab-name span:before {
    transform: rotate(-135deg);
  }
}
@media all and (max-width: 980px) {
  body.user-logged-in.path-mymtaps .midcontent {
    padding: 0 10px;
  }
  body.user-logged-in.path-mymtaps .midcontent .site-slidemenu {
    margin: 0 10px 0px 0;
  }
  body.user-logged-in.path-mymtaps .midcontent .main-content {
    width: 100%;
  }
  .path-front-page .views-field-field-section-slider .field-content .field.field--name-field-slider-image {
    position: relative;
    width: 100vw;
    height: 53.6723133518vw;
  }
  .path-front-page .views-field-field-section-slider .field-content .field.field--name-field-slider-image img {
    position: absolute;
    left: -70vw;
    margin: 0;
    width: 170vw !important;
    top: 0;
  }
  .path-front-page .views-field-field-section-slider .field-content .field.field--name-field-slider-image img[src*=custom-slide] {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 150vw !important;
    left: -50vw;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder {
    position: static; /* background: rgba(255,255,255,0.5); */
    margin: auto;
    max-width: 98vw;
    padding: 2em 0 0;
  }
  .path-front-page .views-field-field-section-slider .field-content .paragraph.paragraph--type--slider {
    flex-wrap: wrap;
    height: auto !important;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder:first-child:last-child {
    height: 53.7634408602vw !important;
    display: flex;
    padding: 13.8vw 0;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder:first-child:last-child:before {
    background-size: cover;
    height: 100%;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-video-script-slider video {
    height: 53.7634408602vw !important;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
  }
  .path-front-page .views-field-field-section-slider .field-content .field.field--name-field-background-image-slder.field--type-image.field--label-hidden.field__item {
    height: 53.7634408602vw !important;
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .path-front-page .views-field-field-section-slider .field-content .field.field--name-field-background-image-slder.field--type-image.field--label-hidden.field__item img {
    width: auto !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: -999px;
    right: -999px;
    margin: auto;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.golden-text, .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.golden-text + p {
    margin: 0;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h3.transform {
    color: #24258B;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.explosive {
    color: #1D1EB4;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder p.app {
    color: #03045E;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder p.app a {
    color: #00B4D8;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder a[href*="/user"], .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2.golden-text + p a[href*="/shop"], .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder p.digital a[href*="/shop"] {
    background: #1d1eb4;
  }
  .popup.add-link.active {
    height: auto !important;
    max-height: none !important;
  }
  .new-connections {
    display: block;
  }
  body .new-connections .left-content {
    padding: 10px 40px;
    max-width: 620px;
    margin: 10px auto;
    height: auto;
    background: none;
    flex: 1 100%;
    justify-content: center;
  }
  .new-connections .right-content {
    padding: 0 0 20px 0;
  }
  .new-connections .video-frame {
    width: 340px;
    display: block;
    clear: both;
    height: 393px;
    margin: 0 5% 0px 0;
  }
  .new-connections .field.field--name-field-video-i-made-68-co {
    height: 101%;
  }
  .new-connections .mobile-img {
    width: 50%;
    margin: -20px auto 0;
    align-self: center;
  }
  .new-connections .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  div#block-mtapprofilealook > h2 {
    font-size: 30px;
  }
  .field.field--name-field-descri2__how-use-mtap .field--type-text-long p, .field--name-field-description3-how-use-mtap .field--type-text-long p {
    font-size: 14px;
  }
  .field.field--name-field-left-side-image-how-use-mt {
    width: 60%;
  }
  .field.field--name-field-descri2__how-use-mtap, .field--name-field-description3-how-use-mtap, .field.field--name-field-image-how-use-mtap.field--type-image, .field.field--name-field-add-image-how-use-mtap.field--type-image {
    width: 35%;
  }
  div#block-joinaffiliate .form-wrapper {
    padding: 40px 10px;
    margin: 0;
    max-width: 50%;
  }
  body.team-landing-page h2 {
    font-size: 32px;
  }
  body.team-landing-page .field--name-field-you-video-i-made-68-conn figure.youtube-container iframe {
    height: 27.3777777778vw;
  }
  body.team-landing-page .paragraph.paragraph--type--block-reference-call h2 {
    font-size: 32px;
  }
  body.team-landing-page p {
    font-size: 16px;
  }
  body.team-landing-page .prospect-lead-blk .field-content {
    align-content: flex-start;
    align-items: flex-start;
  }
  body.team-landing-page .paragraph--type--icon-title {
    align-self: flex-start;
  }
  body.team-landing-page .field--name-field-you-video-i-made-68-conn figure.youtube-container {
    margin: 0;
  }
  body.team-landing-page .let-your-tm-blk.why-created-blk .views-field-field-team-sections .field-content > div {
    align-content: flex-start;
  }
  body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item {
    flex: 0 30%;
    margin: 15px 1%;
  }
  body.team-landing-page .paragraph.paragraph--type--block-reference-call .learn-more-blk h2.field-content {
    font-size: 32px;
  }
  body.team-landing-page .how-we-help-blk .paragraph--type--image-and-content {
    min-height: auto;
    padding-bottom: 3em;
  }
  .emailsignature {
    max-width: 540px !important;
    flex-wrap: wrap;
    padding: 25px 0 0;
  }
  .emailsignature .subcard {
    max-width: 100%;
    width: 100%;
  }
  .emailsignature div.cke {
    width: 100% !important;
  }
  ul.crm-listing {
    max-width: 450px;
  }
  ul.crm-listing li.item .left-content {
    width: 100%;
    padding: 0px 10px !important;
  }
  ul.crm-listing li.item .right-content {
    width: 100%;
    order: -1;
    margin: 0 0 20px;
  }
  ul.crm-listing li.item, ul.crm-listing li.item:nth-child(even) { /* flex-direction: column-reverse; */
    padding: 25px 0 !important;
  }
  ul.crm-listing li.item .cta {
    text-align: center;
  }
  div#block-footerlogo img {
    max-width: 80%;
  }
  nav#block-footermenu {
    min-width: 180px !important;
    width: 19%;
    max-width: 22%;
  }
  div#block-footerlogo {
    width: 30%;
  }
}
@media all and (max-width: 920px) {
  div#whole-banner-section {
    padding: 0;
    height: 50vw;
  }
  .site-right-header > div {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    display: flex;
  }
  /* nav#block-mtouch-main-navigation { min-width: 100%; display: flex; justify-content: flex-end; width: 100%; position: absolute; top: 60px; 
        ul { padding: 0; }
   }*/
  header.header {
    padding: 10px 15px;
  }
  nav#block-hamburgermenu {
    min-height: 35px;
  }
  nav#block-hamburgermenu h2 {
    margin: 0;
  }
  div#whole-image-with-content-section .imagebox {
    width: 37%;
  }
  div#whole-image-with-content-section .content-box {
    width: 64%;
  }
  .icon-with-title-listing {
    padding-bottom: 1em;
  }
  .paragraph.paragraph--type--title-content-cta-image div#whole-content-with-image-section {
    align-items: start;
  }
  .paragraph.paragraph--type--title-content-cta-image .content-box {
    width: 60%;
  }
  .paragraph.paragraph--type--title-content-cta-image .imagebox {
    padding: 4% 15px;
  }
  div#whole-shop-listing-section .viewrow {
    width: 33.33%;
  }
  div#whole-shop-listing-section .cta-link-button {
    padding: 2em 0 0;
  }
  #whole-client-say-section a.play {
    right: 5%;
  }
  nav#block-footermenu ul li { /* margin: 0 15px 10px !important;  */ }
  nav#block-hamburgermenu.drawer-open h2 {
    top: 10px;
    right: 10px;
    width: 18px;
  }
  nav#block-hamburgermenu.drawer-open h2 + ul {
    padding: 100px 0 40px 40px;
  }
  body #nfc_product_details_page .nfc_product_details {
    width: 95%;
    max-width: 560px;
  }
  body #nfc_product_details_page .nfc_product_details .product_left_section {
    width: 100%;
    background: #fff;
    border-radius: 20px;
  }
  body #nfc_product_details_page .nfc_product_details .product_right_section {
    width: 100%;
    margin: 2em auto 0;
    max-width: 360px;
    position: relative;
    z-index: 2;
    background: #fff;
    display: block;
    float: none;
  }
  body #nfc_product_details_page .nfc_product_details .product_specifications_description.comment-wrapper {
    max-width: 600px;
  }
  div#edit-email-registration-login > fieldset.form-item {
    padding: 40px 20px 40px;
  }
  .react-responsive-modal-modal {
    max-width: 95%;
  }
  .popup.add-link.active {
    width: 100%;
  }
  nav#block-hamburgermenu h2 + ul > ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  nav#block-hamburgermenu h2 + ul > ul li.button-style a { /* background: #00B4D8; */ /* border-radius: 6px; */ /*color: #00B4D8; box-shadow: 0px 3px 10px #00000029; display: inline-block; padding: 0px 0px 3px; margin: 0px 0 0 0px; border-bottom: 2px solid#00B4D8; font-weight: 900; */
  }
  nav#block-hamburgermenu.drawer-open h2 + ul > ul {
    display: block;
  }
  .site-slidemenu #block-hamburgermenu ul.menu > ul {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
  }
  /* nav#block-mtouch-main-navigation { display: none; } */
  .site-right-header {
    padding: 26px 0 0;
  }
  div#block-mtouch-branding a img {
    width: 90px;
  }
  .paragraph.paragraph--type--title-content-cta-image .imagebox .youtube-video iframe {
    height: 30vw;
  }
  section.content.teamsdashboard .blk-dashboard ul.list li {
    flex: 0 47%;
  }
  .paragraph.paragraph--type--block-reference-call {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    max-width: 650px;
    margin: auto;
    display: block;
  }
  body.team-landing-page h2 {
    text-align: center;
    max-width: 100%;
    width: auto;
  }
  body.team-landing-page .maindiv article > div > div {
    max-width: 650px;
    margin: auto;
  }
  body.team-landing-page .prospect-lead-blk .paragraph--type--youtube-icons-and-description-ct {
    max-width: 650px;
  }
  body.team-landing-page .paragraph--type--youtube-icons-and-description-ct > .field {
    flex: 100%;
    order: 3;
    text-align: center;
    justify-content: center;
    max-width: 100%;
  }
  body.team-landing-page .paragraph--type--youtube-icons-and-description-ct > .field:nth-child(2) {
    order: 0;
  }
  body.team-landing-page .paragraph--type--youtube-icons-and-description-ct > .field:nth-child(3) {
    order: 1;
  }
  body.team-landing-page .field--name-field-logo-and-titles { /* align-self: flex-start; */
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  body.team-landing-page .paragraph.paragraph--type--block-reference-call h2 {
    max-width: 100%;
    text-align: center;
  }
  body.team-landing-page .field--name-field-cta-link {
    width: 100%;
    justify-content: center;
  }
  body.team-landing-page .connected-tms-blk .field.field--name-field-logo .field__item {
    max-width: 110px;
    margin: 0 5px 10px;
  }
  body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-image-content.field--type-image {
    flex: 0 100%;
    justify-content: center;
  }
  body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-image-content.field--type-image img {
    width: 400px;
    margin: auto;
    display: block;
  }
  body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field {
    flex: 0 100%;
    padding: 0;
  }
  body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-cta-img-cont {
    padding: 0;
    justify-content: center;
  }
  body.team-landing-page .let-your-tm-blk h6 {
    text-align: center;
  }
  body.team-landing-page .maindiv article > div > div.connected-tms-blk {
    position: relative;
    z-index: 1;
  }
  body.team-landing-page .let-your-tm-blk p {
    text-align: center;
  }
  body.team-landing-page .how-we-help-blk .paragraph--type--image-and-content {
    padding: 0;
    text-align: center;
    min-height: auto;
  }
  body.team-landing-page .how-we-help-blk .field--name-field-image-content img {
    position: relative;
  }
  body.team-landing-page .field--name-field-cta-img-cont {
    padding-bottom: 35px;
  }
  body.team-landing-page .how-we-help-blk .field {
    justify-content: center;
  }
  body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child):after {
    right: -5%;
  }
  body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child):before {
    right: -10%;
  }
  body.team-landing-page .let-your-tm-blk.why-created-blk > .paragraph--type--description-image-and-descriptio > div.field {
    flex: 0 100%;
    order: 1;
  }
  body.team-landing-page .let-your-tm-blk.why-created-blk > .paragraph--type--description-image-and-descriptio > div.field.field--name-field-image-and-description- {
    order: 0;
  }
  body.team-landing-page .field--name-field-you-video-i-made-68-conn figure.youtube-container iframe {
    height: 320px;
  }
  body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying {
    flex-wrap: wrap;
  }
  body.team-landing-page .people-saying-blk .field--name-field-what-peoples-are-saying > .field__item {
    width: 100%;
  }
  body.team-landing-page .people-saying-blk .field--name-field-cta-link {
    padding: 0 0 40px;
  }
  body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item:nth-child(2) p a {
    padding: 10px;
  }
  body.team-landing-page .easy-step-blk {
    padding: 0px 0 60px;
  }
  body.team-landing-page .easy-step-blk h2 {
    margin-top: 35px;
  }
  body.team-landing-page .easy-step-blk .field--name-field-cta-cta-subheading h2 {
    margin: 0 0 1em;
  }
  body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item p a {
    padding: 10px 15px;
  }
  .node-type-special-subscription-offer .paragraph.paragraph--type--block-reference-call.paragraph--view-mode--default {
    max-width: 100%;
  }
  section.why-go-pro > .paragraph h2 {
    font-size: 52px;
  }
  section.mtap-logo-content > .paragraph .field--name-field-icon {
    min-width: auto;
    max-width: 90px;
    flex: auto;
  }
  section.mtap-logo-content > .paragraph .field--name-field-title {
    min-width: auto;
    flex: auto;
    font-size: 20px;
  }
  .mtap-digital-business-cards h2 {
    font-size: 26px;
  }
  section.offers-block-style.reverce-col > .paragraph > .content-cta {
    padding: 3em 15px 0;
    max-width: 520px;
    flex: auto;
    margin: 0 auto;
    display: block;
    min-width: auto;
    text-align: center;
  }
  section.offers-block-style > .paragraph > .content-cta {
    text-align: center;
    padding: 3em 15px 0;
    min-width: auto;
    flex: auto;
    max-width: 520px;
    margin: 0 auto;
  }
  section.offers-block-style .field ul {
    max-width: 462px;
    text-align: left;
    margin: 0 auto;
  }
  section.offers-block-style h2:before {
    display: none;
  }
  section.connect-with-anyone.offers-block-style .field ul {
    text-align: center;
  }
  section.personalize-messages.offers-block-style .field ul {
    max-width: 320px;
  }
  section.without-a-business-card.offers-block-style .field ul {
    max-width: 240px;
  }
  section.leverage-networking-hub.offers-block-style.reverce-col .field ul {
    max-width: 240px;
  }
  section.save-time.offers-block-style .field ul {
    max-width: 340px;
  }
  section.always-know.offers-block-style .field ul {
    max-width: 180px;
  }
  section.mtap-pro-benefits .paragraph .field--name-field-logos-title {
    padding: 1em 0;
  }
  section.mtap-pro-benefits .paragraph .field--name-field-logos-title > .field__item {
    max-width: 50%;
  }
  section.mtap-pro-benefits .paragraph .field {
    max-width: 620px;
    min-width: auto;
    margin: 0 auto;
  }
  section.your-crm.offers-block-style .field ul {
    max-width: 370px;
  }
  section.offerpage-how-it-works h2 {
    padding: 0;
  }
  section.offerpage-how-it-works .field.field--name-field-logos-title > .field__item {
    max-width: 100%;
    width: 100%;
    padding: 0 0 3em;
  }
  section.offerpage-how-it-works .field.field--name-field-logos-title {
    flex-wrap: wrap;
    max-width: 400px;
    margin: auto;
    min-width: auto;
    text-align: center;
  }
  section.offerpage-how-it-works .field.field--name-field-logos-title .field.field--name-field-image-img .field__item {
    max-width: 500px;
    height: auto;
    max-height: none;
  }
  section.offerpage-how-it-works .field.field--name-field-logos-title .field.field--name-field-image-img img {
    position: static;
  }
  section.offers-block-style > .paragraph {
    padding: 120px 0 0;
    position: relative;
  }
  section.offers-block-style h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  section.offers-block-style > .paragraph > .field.field--name-field-image-content {
    text-align: center;
  }
  /*  .event-details-head .cta-links { flex-wrap: wrap; width: 165px; padding: 45px 0 0; height: 45px; overflow: hidden; position: relative; z-index: 9; 
      >div { padding: 2px 0 0 !important; width: 100%; display: block; background: #fff; } 
      a { padding: 4px 8px; letter-spacing: 0; font-weight: 500; font-size: 0.9rem; width: 100%; border-radius: 4px; background: #00b4d8; color: #fff; border: 0;align-self: center; } 
      &:before { position: absolute; right: 10px; top: 12px; content: ''; height: 14px; width: 4px; border-top: 4px solid #000; border-bottom: 4px solid #000; display: block; } 
      &:after { content: ''; width: 4px; height: 4px; background: #000; position: absolute; right: 10px; top: 21px; } 
      &:hover { overflow: visible; padding: 0 21px 0 0; }
   } */
}
@media all and (max-width: 850px) {
  #block-howtousemtap > h2 {
    font-size: 35px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2, #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > p, .field.field--name-field-left-side-image-how-use-mt, .field.field--name-field-descri2__how-use-mtap, .field--name-field-description3-how-use-mtap, .field.field--name-field-image-how-use-mtap.field--type-image, .field.field--name-field-add-image-how-use-mtap.field--type-image {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .field.field--name-field-descri2__how-use-mtap, .field--name-field-description3-how-use-mtap {
    margin-top: 10px;
  }
  .field.field--name-field-left-side-image-how-use-mt {
    max-width: 600px;
    height: auto;
    margin: 10px auto;
    float: none;
    width: 90%;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2 {
    font-size: 25px;
    padding-right: 25px;
    background-position: left 25px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    background: none;
    padding: 0;
    margin: 0 0 10px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2 span.tab {
    font-size: 35px;
  }
  .field.field--name-field-description-mtap.field--type-text-long.field--label-hidden.field__item {
    text-align: center;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:before, #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:after {
    display: none;
  }
  .field.field--name-field-image-how-use-mtap.field--type-image img, .field.field--name-field-add-image-how-use-mtap.field--type-image img {
    max-width: 340px;
  }
  .react-responsive-modal-modal.secModal .react-tel-input .country-list {
    position: relative;
    top: 0;
    /* bottom: 0; */
    /* max-height: 90%; */
    margin: 0;
    /* overflow: auto !important; */
    /* height: 100%; */
    /* box-shadow: 0 0 400vw; */
    /* border-radius: 10px; */
    /* padding: 20px 5px; */
    /* width: 300px; */
    /* max-width: 100%; */
    /* left: 0; */
    /* right: 0; */
    /* display: flex; */
    /* flex-wrap: wrap;*/
  }
  .react-responsive-modal-modal.secModal .react-tel-input .country-list .country {
    border-bottom: 1px solid #ccc;
    padding: 10px 9px 10px 44px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .react-responsive-modal-modal.secModal .react-tel-input .country-list .flag {
    top: 9px;
  }
  .react-responsive-modal-modal.secModal .react-tel-input .flag-dropdown {
    top: -38px;
    width: 48px;
    position: relative;
    margin: 0 0 -36px;
  }
}
@media all and (max-width: 780px) {
  form.q-r-code-label-form .form-item {
    margin: 0 0 10px;
  }
  form.q-r-code-label-form .form-item label {
    background: none;
    color: #000;
    border: 0;
  }
  form.q-r-code-label-form .actiontbox {
    margin: 0 0 0px 0;
    display: block;
  }
}
@media all and (max-width: 767px) {
  section#block-imade68newconnections .img-logo img {
    max-width: 150px;
  }
  div#block-joinaffiliate {
    padding: 20px;
    gap: 20px;
  }
  div#block-joinaffiliate .field--type-link a {
    font-size: 20px;
  }
  fieldset.tiktok, fieldset.instagram {
    width: auto;
    margin: 0 15px;
    padding: 30px 0 0;
  }
  fieldset.tiktok img, fieldset.instagram img {
    max-width: 100%;
    height: 150px;
  }
  nav#block-footermenu ul {
    text-align: center;
    margin: 15px 0 15px;
  }
  nav#block-footermenu ul li a {
    font-size: calc(10px + 0.8333333333vw);
  }
  .site-footer-top nav:last-child {
    margin: 20px 0 10px;
  }
  body .magic-link .left-links.active {
    max-width: 280px;
  }
  body .magic-link .left-links.active .menu-icon {
    right: 10px;
    left: auto;
    margin: 0;
  }
  .site-slidemenu.active {
    max-width: 280px;
  }
  .site-slidemenu.active .menu-icon {
    right: 10px;
    left: auto;
    margin: 0;
    transform: rotateY(180deg) rotate(-45deg);
  }
  .site-slidemenu.active #block-mtapsidemenu h2 {
    white-space: normal;
  }
  .site-slidemenu.active #block-mtapsidemenu h2 span.menu-label {
    display: block;
  }
  .site-slidemenu.active #block-mtapsidemenu ul.menu li a {
    background-position: 47px center !important;
    padding-left: 82px;
  }
  body .analytics .analytics-views {
    padding-left: 0;
  }
  .subscri-items .subscription-blk {
    margin: 15px 0;
  }
  div#block-applinks {
    margin: 0.5em 0 20px;
  }
  div#block-footerlogo {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  div#block-footersociallink {
    width: 100%;
    padding: 2em 0;
  }
  nav#block-footermenu {
    max-width: 100%;
    width: 100%;
  }
  div#block-footerlogo img {
    max-width: 130px;
    margin: 20px 0 0;
  }
  .mobile-titles .button.green-bordered:nth-child(3):not(:last-child) {
    display: none;
  }
  .commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] {
    padding: 0;
    border: 0 none;
  }
  body .order-total-line-value {
    width: auto;
    min-width: 80px;
    padding-left: 20px;
  }
  body .site-breadcrumbs nav ol li {
    background: none;
    padding: 0 5px;
    margin: 0 20px 0 0;
  }
}
@media all and (max-width: 920px) and (min-width: 481px) {
  #block-views-block-gallery-blk-video-gallery iframe {
    height: 150px;
  }
}
@media all and (max-width: 780px) {
  div#whole-shop-listing-section .viewrow img {
    max-width: 160px;
    max-height: 160px;
  }
  div#edit-email-registration-login {
    max-width: 410px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  div#edit-email-registration-login > fieldset.form-item {
    margin: 0 0 25px;
  }
  span.responsive-menu {
    background: url("../images/user-menu.svg") no-repeat center 9px #fff !important;
    background-size: 14px 14px !important;
  }
  span.responsive-menu:before {
    content: "Dashboard";
    font-size: 12px;
    transform: rotate(90deg);
    position: absolute;
    left: 27px;
    top: 29px;
    transform-origin: top left;
    letter-spacing: 0.2pt;
  }
  .popup li.item span.item-title {
    display: none;
  }
  .popup li.item {
    width: 30px;
    height: 30px;
    border: 1px solid #f1f1f1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3px;
    background: #ffffff;
  }
  .popup li.item img {
    margin: 0;
  }
  .popup .popup-content .left-filters {
    width: 100%;
    margin: 0;
  }
  .popup .popup-content {
    flex-wrap: wrap;
  }
  .popup .popup-content .left-filters ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .popup li#all span.item-title {
    display: inline-block;
  }
  .popup .filtered-content {
    width: 100%;
  }
  .popup .cta {
    width: 100%;
  }
  .popup .filtered-content .row {
    width: 25%;
  }
  .price-feature-listing .price-feature-card ul li {
    font-size: 12px;
  }
  .price-feature-listing .price-feature-card ul li h2.title {
    font-size: 18px;
    margin: 0;
  }
  .price-feature-listing .price-feature-card {
    border: 0;
    margin: 2em 0 0;
    width: 100%;
    min-width: 600px;
  }
  .price-feature-listing .price-feature-card .price-feature-card-box {
    min-width: 140px;
  }
  .price-feature-listing .price-feature-card ul li .location {
    font-size: 12px;
  }
  .price-feature-listing .price-feature-card ul li .price {
    font-size: 16px;
  }
  .price-feature-listing .price-feature-card .price-feature-card-box.package-item.monthly {
    width: 70px;
    min-width: 70px;
  }
  .price-feature-listing .price-feature-card .price-feature-card-box.package-item.yearly.most-popular-active {
    width: 70px;
    min-width: 70px;
  }
  .price-feature-listing {
    width: 600px;
    overflow: auto;
    display: inline-block;
  }
  span.responsive-menu {
    cursor: pointer;
    position: absolute;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 100px;
    background: #fff;
    top: 16px;
    border-radius: 0 10px 10px 0;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.07);
    z-index: -1;
  }
  .active span.responsive-menu {
    pointer-events: none;
  }
  /*  body.user-logged-in.sidebar-left.path-mymtaps .midcontent .sidebar-first {    top: 114px; position: fixed; z-index: 8; left: -230px; border-radius: 0 14px 14px  0; box-shadow: -40px 0 32px #084b5b38; padding: 15px 20px; width: 230px;transition: all 0.2s ease-in-out 0s; }
    body.user-logged-in.sidebar-left.path-mymtaps .midcontent .sidebar-first.active{left:0; box-shadow: 20px 0 32px #084b5b38;}   */
  body.user-logged-in.path-mymtaps .midcontent .main-content {
    width: 100%;
  }
  .user-orders tbody tr {
    position: relative;
    padding: 0 100px 10px 0;
  }
  .user-orders tr td {
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 10px;
    text-align: left !important;
  }
  .user-orders tr td.views-field-order-id {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 85px;
    padding: 0;
  }
  .user-orders tr td.views-field.views-field-title {
    padding: 10px 0 10px 10px;
  }
  .user-orders tr td.views-field-placed {
    font-size: 10px;
    margin: 0 0 5px;
  }
  .user-orders tr td.views-field.views-field-quantity {
    font-size: 13px;
  }
  .user-orders tr td.views-field.views-field-quantity:before {
    content: "Quantity :";
  }
  .user-orders tr td.views-field.views-field-unit-price__number:before {
    content: "Price :";
  }
  .user-orders tr td.views-field.views-field-unit-price__number {
    font-size: 13px;
  }
  .user-orders tr td.views-field.views-field-total-price__number:before {
    content: "Total Price :";
    font-size: 12px;
  }
  .user-orders tr td.views-field.views-field-total-price__number {
    padding: 0 0 15px 10px;
  }
  .user-orders th.views-field.views-field-placed, .user-orders tr th.views-field.views-field-quantity, .user-orders tr th.views-field.views-field-unit-price__number, .user-orders tr th.views-field.views-field-total-price__number {
    display: none;
  }
  .layout-region.layout-region-checkout-secondary {
    width: 100%;
    display: block;
    padding: 1em 0 0;
  }
  div.events-page-blocks .title {
    padding: 0 0 0.7em;
  }
  div.events-page-blocks .title h2 {
    margin: 0;
  }
  ul.sc-dlfnuX.cCtmWZ {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
  .field.field--name-field-social-feed.field--type-image {
    column-count: 2;
    padding: 0 15px;
  }
  div.main-product-page .view-content .views-row {
    width: 50%;
    flex: 1 50%;
    max-width: 50%;
  }
  div.main-product-page .view-content div.views-row:nth-child(3n):before {
    display: block;
  }
  div.main-product-page .view-content .views-row:nth-child(2n):before {
    display: none;
  }
  .subscri-items .price span.small {
    align-self: auto;
  }
  body.user-menu-active.down header.header {
    position: fixed !important;
    top: 0;
    padding-left: 15px;
  }
  body.user-logged-in.user-menu-active.down {
    padding-top: 90px !important;
  }
  .integration-main a.integration-child {
    flex: 100%;
    margin: 0 15px 2em;
  }
  .anylitics-filters-top .button {
    line-height: 1.1;
    font-weight: 600;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    letter-spacing: 0;
  }
  .countrywrapper {
    border: 1px solid #c4c4c4;
    padding: 10px 8px;
    border-radius: 10px;
    margin: 0 2px 5px;
  }
  .anylitics-filters-top .daterange {
    border: 1px solid #c4c4c4;
    padding: 10px 5px;
    border-radius: 10px;
    margin: 0 2px 5px;
    max-width: 42%;
  }
  .anylitics-filters-top {
    flex-wrap: wrap;
    padding: 7px 0 0 0;
  }
  .MuiDataGrid-toolbarContainer.css-1yqais2 {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .MuiDataGrid-toolbarContainer button.MuiButtonBase-root {
    width: 25px;
    overflow: hidden;
    min-width: auto;
    justify-content: flex-start;
  }
  .MuiDataGrid-toolbarContainer button.MuiButtonBase-root span.MuiButton-startIcon {
    margin: 0;
    position: static;
  }
  .css-68pk0f {
    width: 100%;
  }
  table.MuiTable-root {
    max-width: 100%;
    overflow: auto;
    display: block;
    max-height: 90vh;
  }
  body.mtap-review-cards #block-mtouch-page-title h1 {
    font-weight: 500;
    font-family: "Jost";
    margin: 20px 0 10px;
    font-size: 38px !important;
  }
}
@media all and (max-width: 720px) {
  nav#block-mtouch-main-navigation ul a {
    font-size: calc(12px + 6 * (100vw - 320px) / 560);
  }
  nav#block-mtouch-main-navigation ul li {
    margin: 0;
  }
  nav#block-mtouch-main-navigation ul li > ul li a {
    font-size: calc(12px + 6 * (100vw - 320px) / 560);
  }
  div#whole-banner-section {
    height: 450px;
  }
  div#whole-banner-section .banner-content {
    padding: 0 15px;
  }
  div#whole-banner-section .banner-content h2 {
    font-size: calc(35px + 0.8333333333vw);
  }
  div#whole-banner-section .banner-content .body {
    font-size: calc(10px + 0.8333333333vw);
    max-width: 610px;
    width: 90%;
  }
  div#whole-banner-section .banner-content a.cta-link {
    font-size: calc(20px + 0.8333333333vw);
  }
  .icon-with-title-listing .title {
    font-size: calc(16px + 0.8333333333vw);
  }
  .paragraph--type--logo-and-title-list h2.text-align-center {
    font-size: calc(22px + 0.8333333333vw);
  }
  div#whole-image-with-content-section .heading {
    font-size: calc(19px + 0.8333333333vw);
  }
  div#whole-image-with-content-section .magic-listing ul li {
    font-size: calc(10px + 0.8333333333vw);
  }
  div#whole-image-with-content-section a.cta-link {
    font-size: calc(16px + 0.8333333333vw);
  }
  .paragraph.paragraph--type--title-content-cta-image .heading {
    font-size: calc(20px + 0.8333333333vw);
  }
  .paragraph.paragraph--type--title-content-cta-image .body {
    font-size: calc(10px + 0.8333333333vw);
  }
  .paragraph.paragraph--type--title-content-cta-image .create-cta-link-button a, .paragraph.paragraph--type--title-content-cta-image .cta-link-button a {
    font-size: calc(20px + 0.8333333333vw);
  }
  div#whole-carousel-slider-section .heading h2 {
    font-size: calc(22px + 0.8333333333vw);
  }
  div#whole-carousel-slider-section .slick-slide .title {
    font-size: calc(12px + 0.8333333333vw);
  }
  div#whole-carousel-slider-section .cta-link-button a {
    font-size: calc(20px + 0.8333333333vw);
  }
  div#whole-how-works-section .heading h2 {
    font-size: calc(22px + 0.8333333333vw);
  }
  div#whole-how-works-section .viewrow h3 {
    font-size: calc(20px + 0.8333333333vw);
  }
  div#whole-how-works-section .body {
    font-size: calc(10px + 0.8333333333vw);
  }
  div#whole-how-works-section .cta-link-button a {
    font-size: calc(20px + 0.8333333333vw);
  }
  div#whole-shop-listing-section .heading h2 {
    font-size: calc(22px + 0.8333333333vw);
  }
  div#whole-shop-listing-section .title {
    font-size: calc(11px + 0.8333333333vw);
  }
  div#whole-shop-listing-section .cta-link-button a {
    font-size: calc(20px + 0.8333333333vw);
  }
  #whole-client-say-section .heading h2 {
    font-size: calc(22px + 0.8333333333vw);
  }
  #whole-client-say-section .title {
    font-size: calc(11px + 0.8333333333vw);
  }
  #whole-client-say-section .cta-link-button a {
    font-size: calc(20px + 0.8333333333vw);
  }
  .front-event-block header .title h2, .front-event-block-1 header .title h2 {
    font-size: calc(22px + 0.8333333333vw);
  }
  .front-event-block .more-link a, .front-event-block-1 .more-link a {
    font-size: calc(20px + 0.8333333333vw);
  }
  nav#block-footermenu ul li a {
    font-size: calc(10px + 0.8333333333vw);
  }
  .icon-with-title-listing .icon-with-title {
    flex-wrap: wrap;
    justify-content: center;
  }
  .icon-with-title-listing .view-row {
    width: 33%;
    margin: 0 0 30px;
  }
  .paragraph.paragraph--type--image-with-content-text {
    padding: 0 15px 20px;
  }
  div#whole-image-with-content-section {
    flex-wrap: wrap;
    max-width: 520px;
    margin: 0 auto;
  }
  div#whole-image-with-content-section .imagebox {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 1em;
  }
  div#whole-image-with-content-section .content-box {
    width: 100%;
  }
  .paragraph.paragraph--type--title-content-cta-image {
    padding: 2em 15px 0;
    margin: 2em 0 0;
  }
  .paragraph.paragraph--type--title-content-cta-image div#whole-content-with-image-section {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 0;
    max-width: 540px;
  }
  .paragraph.paragraph--type--title-content-cta-image .content-box {
    width: 100%;
  }
  .paragraph.paragraph--type--title-content-cta-image .imagebox {
    width: 100%;
    padding: 0;
  }
  .paragraph.paragraph--type--title-content-cta-image .content-box {
    padding: 40px 0;
  }
  .paragraph.paragraph--type--carousel-product-slider {
    background: none;
    padding: 3em 15px 0;
  }
  div#whole-carousel-slider-section .cta-link-button {
    padding: 1em 0 0;
  }
  div#whole-how-works-section .how-works {
    max-width: 360px;
    margin: auto;
    flex-wrap: wrap;
  }
  div#whole-how-works-section .how-works .viewrow {
    width: 100%;
    margin: 0 0 30px;
  }
  div#whole-how-works-section .cta-link-button {
    padding: 1em 0 0;
  }
  .paragraph.paragraph--type--shop-list {
    padding: 4em 15px 0;
  }
  div#whole-shop-listing-section .heading h2 {
    margin: 0;
  }
  .paragraph.paragraph--type--clients-say {
    padding: 4em 15px 0;
  }
  #whole-client-say-section .client-say-listing {
    flex-wrap: wrap;
    max-width: 310px;
    margin: 0 auto;
    display: flex;
  }
  #whole-client-say-section .viewrow {
    width: 100%;
    margin: 0 0 30px;
  }
  #whole-client-say-section .cta-link-button {
    padding: 2em 0 0;
  }
  .site-pagetitle h1 {
    font-size: calc(22px + 0.8333333333vw);
  }
  .view-commerce-cart-form {
    padding: 5px 10px;
  }
  .view-commerce-cart-form tr {
    padding: 0 100px 0 0;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .view-commerce-cart-form .views-field-purchased-entity {
    width: 100%;
    display: inline-block;
  }
  .view-commerce-cart-form .views-field {
    display: inline-block;
    text-align: left;
  }
  .view-commerce-cart-form tr td.views-field.views-field-purchased-entity {
    width: 100%;
    display: inline-block;
  }
  .view-commerce-cart-form .views-field.views-field-total-price__number {
    position: absolute;
    right: 0;
    top: 6px;
    width: 100px;
    text-align: right;
    padding-right: 0;
  }
  .view-commerce-cart-form th#view-unit-price-number-table-column, .view-commerce-cart-form th#view-edit-quantity-table-column, .view-commerce-cart-form th#view-remove-button-table-column {
    display: none;
  }
  .view-commerce-cart-form tr td.views-field.views-field-unit-price__number {
    width: 100%;
    text-align: left;
    padding: 0 5px;
  }
  .view-commerce-cart-form tr td.views-field.views-field-unit-price__number:before {
    content: "Price : ";
  }
  .view-commerce-cart-form tr td.views-field.views-field-edit-quantity {
    text-align: left;
  }
  .view-commerce-cart-form tr td.views-field.views-field-edit-quantity:before {
    content: "Qty. : ";
  }
  .view-commerce-cart-form tr td.views-field.views-field-edit-quantity .form-item input {
    padding: 0;
    height: 29px;
  }
  .view-commerce-cart-form input.button {
    padding: 0 20px;
    font-size: 16px;
    height: 40px;
  }
  div#edit-email-registration-login input.button, .user-logged-in form#commerce-checkout-flow-multistep-default input.button {
    padding: 0 20px;
    font-size: 16px;
    height: 44px;
    margin-top: 3em;
  }
  .path-blog .main-content {
    padding: 0 15px 0;
  }
  .view-display-id-pg-blogs .item-list ul {
    max-width: 500px;
    margin: auto;
  }
  .view-display-id-pg-blogs .item-list ul li {
    max-width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    border-right: 0;
  }
  .view-display-id-pg-blogs .views-field-field-image {
    width: 100%;
  }
  .view-display-id-pg-blogs .views-field-nothing {
    width: 100%;
    padding: 2em 0 0;
  }
  .view-display-id-pg-blogs h2 a {
    font-size: 24px;
  }
  .view-display-id-pg-blogs .blog-desc {
    font-size: 13px;
  }
  body.how-it-works .banners .site-pagetitle h1 {
    margin: 0 0 20px;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item:nth-child(odd) .paragraph {
    flex-direction: unset;
    max-width: 540px;
    width: 100%;
    margin: auto;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph {
    flex-wrap: wrap;
    width: 100%;
    max-width: 540px;
    margin: auto;
    padding: 0px 0 2em;
  }
  body.how-it-works .field--name-field-image-content, body.how-it-works .field.field--name-field-image-mtap {
    width: 100%;
    margin: 0 0 0.5em;
  }
  body.how-it-works .field.field--name-field-image-mtap {
    margin: 3em 0 2em;
  }
  body.how-it-works .field--name-field-content-image, body.how-it-works .field--name-field-description-mtaps {
    width: 100%;
    line-height: 1.7em;
  }
  body.how-it-works .field--name-field-content-image h2, body.how-it-works .field--name-field-description-mtaps h2 {
    font-size: 20px;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title {
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .paragraph h2 {
    margin: 0;
    font-size: 24px;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-image-mtap img {
    width: 40px;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-description-mtaps h2 {
    font-size: 24px;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-image-mtap {
    margin: 0;
  }
  ul.sc-dlfnuX.cCtmWZ {
    grid-template-columns: repeat(2, 1fr);
  }
  .verify-email-pending {
    width: 100%;
  }
  .commerce-checkout-flow-multistep-default .layout-checkout-form .checkout-pane-coupon-redemption input.form-submit {
    height: auto !important;
    padding: 5px 15px !important;
    margin: 0 !important;
  }
  .user-logged-in form#commerce-checkout-flow-multistep-default {
    padding: 0 15px 30px !important;
  }
  .user-logged-in form#commerce-checkout-flow-multistep-default table {
    max-width: 100%;
    min-width: auto !important;
    padding: 10px !important;
    margin: 0 auto 20px !important;
  }
  .user-logged-in form#commerce-checkout-flow-multistep-default table td span {
    padding: 0 0 0 20px;
  }
  #whole-client-say-section .youtube-video-listing .youtube-video iframe {
    height: 62.5vw;
  }
  .paragraph.paragraph--type--title-content-cta-image .imagebox .youtube-video iframe {
    height: 55vw;
  }
  .slick-initialized .slick-slide {
    padding: 10px;
    border-radius: 0px;
  }
  .shop-listing .view-content .views-row {
    border-radius: 8px;
    padding-bottom: 70px;
  }
  .shop-listing .view-content .views-row .views-field.views-field-variations-target-id .button {
    height: 40px;
    line-height: normal;
    font-size: 18px;
    padding: 5px 25px 7px;
  }
  .banners .site-pagetitle h1 {
    font-size: 28px;
    letter-spacing: 0.2pt;
    padding-top: 1em;
  }
  .path-mymtaps .main-content #block-mtouch-content {
    overflow-y: auto;
  }
  .path-mymtaps .main-content #block-mtouch-content table {
    width: 720px;
  }
  form#editmtap-form .js-form-item.form-item.js-form-type-radio, .edit-mtaps-form .js-form-item.form-item.js-form-type-radio {
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
  }
  form#editmtap-form .js-form-item.form-item.js-form-type-radio input.form-radio, .edit-mtaps-form .js-form-item.form-item.js-form-type-radio input.form-radio {
    align-self: flex-start;
  }
  .email.path-contacts .allsettings > div {
    flex: 0 100%;
    margin: 0 0 20px;
  }
}
@media all and (max-width: 717px) {
  .shop-nfc-listing .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
    max-width: 95%;
    top: 2.5% !important;
    left: 0 !important;
    right: 0;
    margin: auto;
    height: 95%;
  }
  .shop-nfc-listing .dialog-off-canvas-main-canvas {
    z-index: 1;
    position: relative;
  }
  div#block-activatemtap .field--name-field-descr-activate-mtap {
    margin: 0 auto;
  }
  div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item .paragraph {
    flex-wrap: wrap;
    max-width: 341px;
    margin: 0 auto;
    padding: 20px 0 2em;
  }
  div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item .field.field--name-field-logo-title {
    width: 100%;
    text-align: center;
    padding: 0 0 10px !important;
  }
  div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item .field.field--name-field-logo-title img {
    max-width: 160px;
  }
  div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item .field--name-field-title-logo {
    margin: 0 20px 0 0 !important;
    font-size: 18px;
    height: 40px;
    width: 40px;
  }
  div#block-activatemtap .field.field--name-field-description-logo-title {
    font-size: 20px;
  }
  div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item:nth-child(even) .paragraph {
    flex-direction: row;
  }
  div#block-joinaffiliate .form-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 40px 0 0;
  }
  .site-breadcrumbs nav ol {
    padding: 25px 10px 10px 15px;
    flex-wrap: wrap;
    display: inline-block;
  }
  .site-breadcrumbs nav ol li:last-child {
    margin: 0;
  }
  body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item {
    flex: 0 100%;
    max-width: 320px;
  }
  body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field {
    flex-wrap: wrap;
  }
  body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field:nth-child(1) .field__item {
    max-width: 100%;
  }
  article[data-history-node-id="542"] a[href*=http] {
    word-break: break-all;
  }
  .event-details-head {
    flex-wrap: wrap;
  }
  .event-details-head .cta-links {
    justify-content: flex-end;
  }
  .event-details-head .cta-links a {
    padding: 7px 10px;
  }
  .header #block-signup-2 {
    display: none;
  }
  body:not(.path-product) .header #block-signup-2 {
    display: none;
  }
  body:not(.path-product) .header #block-signup-2.active {
    display: block;
  }
  body:not(.path-product) .header #block-signup-2 p {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9999;
    background: rgba(7, 6, 49, 0.2784313725);
    padding: 6px 0;
    text-align: center;
  }
  body:not(.path-product) .header #block-signup-2 p a {
    display: inline-block;
    border-radius: 25px;
    background: #0a9415;
    color: #fff;
    font-weight: 400;
    font-family: "Jost";
    font-size: 1.2rem; /* letter-spacing: 0; */
    padding: 5px 25px;
  }
  body.cart .header #block-signup-2 p, body.path-checkout .header #block-signup-2 p, body.shop-nfc .header #block-signup-2 p, body.shop-nfc-listing .header #block-signup-2 p {
    display: none !important;
  }
}
@media all and (max-width: 680px) {
  body.settings.path-events div#block-mtouch-content ul {
    flex-wrap: wrap;
    gap: 5px;
  }
  body.settings.path-events div#block-mtouch-content ul li {
    width: 100%;
    max-width: 350px;
  }
}
@media all and (max-width: 620px) {
  div#whole-banner-section .banner-content .body {
    margin: 10px auto;
  }
  div#whole-shop-listing-section .viewrow {
    width: 50%;
    padding: 0 6px 30px;
  }
  div#block-views-block-header-icons-blk-header-icons .views-row img {
    width: 26px;
    max-height: 26px;
    width: auto;
    height: auto;
    max-width: 26px;
  }
  nav#block-hamburgermenu {
    min-height: 26px;
  }
  .path-user .main-content {
    padding-top: 0;
  }
  .user-logged-in form#commerce-checkout-flow-multistep-default input.button {
    margin: 25px 0 20px;
  }
  .path-user article[about*="/user-"] {
    margin: 0px auto 0;
  }
  .react-responsive-modal-modal.secModal {
    margin: 0;
  }
  .path-user article[about*="/user-"] .form-item label, .path-user article[about*="/user-"] .field__label {
    width: 160px;
    min-width: 160px;
    padding: 10px;
  }
  .path-user article[about*="/user-"] span.value, .path-user article[about*="/user-"] .field__item {
    width: auto;
    padding: 10px 0px;
  }
  .path-user article[about*="/user-"] .form-item label:after, .path-user article[about*="/user-"] .field .field__label:after {
    content: ":";
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .path-user article[about*="/user-"] .field.field--name-field-mtap-profile-url-business .field__item {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
  }
  .user-orders {
    margin: 0 auto;
    width: 100%;
    padding: 10px 15px;
  }
  .user-orders th.views-field {
    padding: 10px 5px;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder0 h2 {
    font-size: 26px;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder0 h3 {
    font-size: 16px;
  }
  div.events-page-blocks .view-content .views-row {
    width: 48.5%;
  }
  div#block-views-block-gallery-blk-image-gallery .view-content .views-row {
    width: 46.8%;
  }
  #block-views-block-gallery-blk-video-gallery .views-row {
    width: 46.8%;
  }
  .knowledge-base .blk { /* background: none !important; */
    padding: 120px 0 1em !important;
    max-width: 340px;
    margin: auto !important;
    display: block;
    background-position: center 20px !important;
    background-size: auto 100px !important;
  }
  .knowledge-base .blk h2 {
    text-align: center;
  }
  .knowledge-base .blk .view-content h3 {
    text-align: center;
    margin: 0.5em 0 0.5em;
    font-weight: 400;
    font-size: 22px;
  }
  .knowledge-base .blk .views-row a {
    font-size: 14px;
  }
  .knowledge-base .blk .views-row {
    padding: 0 0 7px;
    text-align: center;
  }
  .knowledge-base .blk .views-row a:before {
    opacity: 0;
  }
  .site-right-header {
    padding: 78px 0 0;
  }
  div#block-signup {
    clear: right;
    display: block;
    float: right;
  }
  .header #block-signup, .header #block-signup-2 {
    position: absolute; /* width: 80px px ; */
    top: 5px;
    right: 5;
  }
  /*.header #block-signup p a, .header #block-signup-2 p a  { position: absolute; top: 0; left: 0; padding: 1px 13px; margin: 0 0 0 0px; width: auto; font-size: 12px;}  */
  .header #block-signup-2 {
    right: 69px;
    border: 0px solid #fff;
  }
  #block-cartflyout .cart-block--summary__count {
    top: auto;
    left: -12px;
    bottom: 26px;
  }
  .user-logged-in .site-right-header {
    padding: 26px 0 0 0;
  }
  .user-logged-in #block-cartflyout .cart-block--summary__count {
    left: 12px;
    top: -16px;
  }
  .paragraph--type--logo-and-title-list .heading h2 {
    margin: 1.2em 0 0.5em;
    font-size: 26px;
    letter-spacing: 0.2pt;
  }
  .slick-slider {
    border-bottom: 2px solid #eee;
    padding: 0 0 15px;
  }
  #block-cartflyout {
    margin-top: 15px;
  }
  div#whole-image-with-content-section .heading {
    font-size: 24px;
  }
  .paragraph.paragraph--type--how-works {
    padding-top: 8.2vw;
  }
  div#whole-how-works-section .heading h2 {
    font-size: 26px;
  }
  div#whole-how-works-section .viewrow h3 {
    font-size: 22px;
  }
  div#whole-how-works-section .cta-link-button a {
    font-size: 20px;
  }
  div#whole-shop-listing-section .heading h2 {
    margin: 0 0 1em;
    font-size: 26px;
  }
  div#whole-shop-listing-section .cta-link-button a {
    font-size: 20px;
  }
  #whole-client-say-section .heading h2 {
    font-size: 26px;
  }
  #whole-client-say-section .cta-link-button a {
    font-size: 20px;
  }
  .front-event-block header .title h2, .front-event-block-1 header .title h2 {
    font-size: 26px;
    margin: 20px auto 0;
  }
  .front-event-block header .title h3, .front-event-block-1 header .title h3 {
    font-size: 18PX;
  }
  .front-event-block span.propelify-logo, .front-event-block-1 span.propelify-logo {
    font-size: 26px;
    background-size: 140px auto;
    padding: 0 0 0 160px;
  }
  .front-event-block header .title, .front-event-block-1 header .title {
    padding: 0 0 0.5em;
  }
  .front-event-block .more-link a, .front-event-block-1 .more-link a {
    font-size: 20px;
  }
  .front-event-block span.expo-logo, .front-event-block-1 span.expo-logo {
    font-size: 26px;
  }
  .banners .site-pagetitle h1 {
    font-size: 26px;
    margin-top: 0;
    padding-top: 10px;
  }
  form#user-pass, .login-form-wrapper, .register-form-wrapper, .user-logged-in .user-form {
    border-radius: 10px;
  }
  .magiclink-wrapper h1 {
    font-size: 26px;
  }
  .magiclink-content {
    border-radius: 8px;
    padding: 30px 8px;
  }
  .magiclink-content > h2 {
    margin-top: 0;
    font-size: 26px;
  }
  body.user-logged-in.path-mymtaps .midcontent .main-content, body.user-logged-in.path-user .midcontent .main-content, body.support.user-logged-in .midcontent .main-content {
    border-radius: 8px;
    padding: 10px;
  }
  div#whole-shop-listing-section .viewrow img {
    max-width: 100%;
    max-height: none;
    border-radius: 5px;
  }
  div#whole-shop-listing-section .title {
    text-align: center;
  }
  div#whole-shop-listing-section .viewrow {
    width: 100%;
    padding: 15px 15px 10px;
    max-width: 320px;
  }
  .paragraph.paragraph--type--clients-say {
    padding: 2em 15px 0;
  }
  .front-event-block .more-link, .front-event-block-1 .more-link {
    padding: 2em 0 0;
  }
  #user-login-form .form-social-link .heading, form#user-register-form .form-social-link .heading, form#user-pass .form-social-link .heading, .user-logged-in .user-form .form-social-link .heading, .commerce-checkout-flow-multistep-default .form-social-link .heading {
    margin: 0;
  }
  #user-login-form .form-social-link, form#user-register-form .form-social-link, form#user-pass .form-social-link, .user-logged-in .user-form .form-social-link, .commerce-checkout-flow-multistep-default .form-social-link {
    padding: 0.3em 0 1em;
  }
  article[about*="/blog/"] h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  body.blog.path-blog header h1, body.blog.path-blogs header h1 {
    padding-bottom: 25px;
  }
  .view-display-id-pg-blogs .views-field-nothing {
    padding: 0em 0 2.5em;
  }
  .view-display-id-pg-blogs .auth-info {
    padding: 10px 0;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder {
    padding: 1em 0 0;
  }
  .paragraph.paragraph--type--block-reference-call h2 {
    font-size: 26px;
  }
  .new-connections .title {
    font-size: 18px;
  }
  body .new-connections .left-content {
    padding: 0;
    margin: 0;
  }
  .new-connections .video-frame {
    width: 100%;
    max-width: 60%;
    margin: 0 5% 0 0;
    height: 66.4vw;
  }
  .new-connections .field.field--name-field-video-i-made-68-co {
    height: 100%;
  }
  .new-connections .mobile-img {
    width: 100%;
    position: relative;
    max-width: 35%;
  }
  section#block-imade68newconnections .img-logo img {
    max-width: 120px;
  }
  #block-howtousemtap > h2, #block-followus .field.field--name-field-title-follow-us h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  div#block-mtapprofilealook > h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:before, #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:after {
    top: inherit;
    bottom: 23px;
    right: 37px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > h2:after {
    right: 144px;
  }
  #block-howtousemtap .field--name-field-description-how-use-mtap:nth-child(2) .field--name-field-description-mtap > p {
    padding: 0;
    font-size: 17px;
    text-align: center;
  }
  div#block-joinaffiliate {
    display: block;
  }
  div#block-joinaffiliate .form-wrapper {
    width: 90%;
    max-width: 300px;
    margin: 0px auto 20px;
    padding: 40px 20px;
  }
  div#block-joinaffiliate .form-wrapper:nth-child(2) {
    margin-bottom: 0;
    padding: 0;
  }
  div#block-joinaffiliate .field--type-link a {
    font-size: 19px;
    margin: 10px 0 0;
  }
  #block-howtousemtap {
    display: inline-block;
  }
  .field.field--name-field-left-side-image-how-use-mt {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .field.field--name-field-image-how-use-mtap.field--type-image img, .field.field--name-field-add-image-how-use-mtap.field--type-image img {
    max-width: 100%;
    width: 320px;
  }
  .field.field--name-field-social-feed.field--type-image {
    column-count: 1;
    padding: 0 15px;
    max-width: 450px;
    margin: 0 auto;
  }
  .who-uses-mtap .who-uses-mtap-row .description .cta-button {
    text-align: center;
  }
  div#block-joinaffiliate .form-wrapper {
    max-width: 410px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  div#block-howtousemtap:after {
    z-index: -1;
  }
  div.main-product-page .view-content .views-row {
    padding: 10px;
  }
  .magic-link .left-links {
    max-width: 40px;
  }
  .magic-link .left-links .item a {
    padding: 10px 0 10px 40px;
    background-position: 7px center !important;
  }
  body.dashboard.path-mtap, body.user-logged-in.path-manage, body.mycontact.path-mtap, body.path-theme, body.path-analytics, body.qrcode.path-mtap, body.edit.path-mtap {
    padding: 0;
  }
  body.dashboard.path-mtap.down .site-page, body.user-logged-in.path-manage.down .site-page, body.mycontact.path-mtap.down .site-page, body.path-theme.down .site-page, body.path-analytics.down .site-page, body.qrcode.path-mtap.down .site-page, body.edit.path-mtap.down .site-page {
    padding-top: 0;
  }
  body.dashboard.path-mtap.down header.header, body.user-logged-in.path-manage.down header.header, body.mycontact.path-mtap.down header.header, body.path-theme.down header.header, body.path-analytics.down header.header, body.qrcode.path-mtap.down header.header, body.edit.path-mtap.down header.header {
    top: 0;
    left: 0;
    padding-left: 0px;
  }
  body.down .site-page {
    padding-top: 0;
  }
  body.down header.header {
    top: 0;
    left: 0;
    padding-left: 0px;
  }
  ::-webkit-scrollbar {
    width: 3px;
  }
  body.user-logged-in.path-mymtaps, body.user-logged-in.path-user, body.support.user-logged-in {
    padding: 0;
  }
  .site-slidemenu {
    z-index: 9999;
    left: -280px;
    max-width: 280px;
  }
  .site-slidemenu nav ul li a {
    padding: 10px 0 10px 40px;
    background-position: 7px center !important;
  }
  .site-slidemenu #block-mtapsidemenu h2 {
    padding: 10px 25px 10px 40px;
    background-position: 7px center !important;
    display: none !important;
  }
  .site-slidemenu.down .site-page {
    padding-top: 0;
  }
  .site-slidemenu.down header.header {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
  }
  body .analytics .filtered-socials .row {
    flex-wrap: wrap;
  }
  body .analytics .filtered-socials .row .left-align-items {
    width: 100%;
  }
  body .analytics .filtered-socials .row .right-align-items {
    width: 100%;
    padding-left: 56px;
    padding-top: 10px;
  }
  body .analytics .filtered-socials .row .right-align-items button.details {
    padding: 0 0 0 25px;
    background-position: left center;
    margin: 0;
  }
  body .analytics .filtered-socials .row .right-align-items .analytics-val span.values {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    vertical-align: middle;
    line-height: normal;
    font-size: 17px;
  }
  body {
    padding: 0;
  }
  body.invoices table.table-style thead tr th:last-child {
    width: 100px;
    text-align: right;
    max-width: 100px;
  }
  body.invoices table.table-style thead tr th {
    display: none;
  }
  body.invoices table.table-style tbody {
    display: block;
    width: 100%;
  }
  body.invoices table.table-style tbody tr {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
  }
  body.invoices table.table-style tbody tr td {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0 10px;
  }
  body.invoices table.table-style tbody tr td:last-child {
    width: 100px;
    text-align: right;
    max-width: 100px;
  }
  body.invoices table.table-style tbody tr td:nth-child(2):before {
    content: "Amount : ";
  }
  body.invoices table.table-style tbody tr td:nth-child(1) {
    font-size: 11px;
  }
  body.invoices table.table-style tbody tr td:nth-child(3):before {
    content: "Invoice : ";
  }
  body.invoices table.table-style tbody tr td:nth-child(4):before {
    content: "Status : ";
  }
  body.invoices table.table-style tbody tr td:nth-child(5) a:after {
    content: "Download";
    display: inline;
    margin: 0 0 0 10px;
  }
  body.invoices table.table-style tbody tr td:nth-child(5) a {
    display: flex;
    padding: 5px 0 0;
  }
  body.invoices table.table-style tbody tr td:nth-child(4), body.invoices table.table-style tbody tr td:nth-child(3), body.invoices table.table-style tbody tr td:nth-child(2) { /* font-size: 13px; */
    font-weight: 500;
    color: #111066;
  }
  body.invoices table.table-style tbody tr td:nth-child(4):before, body.invoices table.table-style tbody tr td:nth-child(3):before, body.invoices table.table-style tbody tr td:nth-child(2):before {
    font-weight: normal;
    color: #000;
  }
  body.invoices table.table-style tbody tr td[colspan="3"] {
    padding: 0 !important;
  }
  body.teams, body.individual {
    padding: 0 0 0 0px !important;
  }
  .magiclink-content.qrcode div[id*=qrcode-] {
    width: 100%;
  }
  body.team-landing-page .field--name-field-you-video-i-made-68-conn figure.youtube-container iframe {
    height: 51.3333333333vw;
    width: 100%;
  }
  body.team-landing-page .field.field--name-field-logo-and-titles {
    width: 100%;
  }
  body.team-landing-page .field.field--name-field-logo-and-titles {
    flex-wrap: wrap;
  }
  body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item, body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child) {
    min-width: 100%;
    margin: 0 !important;
    flex: 0 100% !important;
    padding: 0;
  }
  body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child):before {
    right: 0;
    left: 0;
    top: auto;
    bottom: 38px;
    transform: rotate(45deg);
  }
  body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child):after {
    transform: rotate(45deg);
    right: 0;
    left: 0;
    top: auto;
    bottom: 30px;
  }
  body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles img {
    max-width: 160px;
  }
  body.team-landing-page .easy-step-blk .field--name-field-logo-and-titles > .field__item:not(:last-child) {
    padding: 0 0 70px;
  }
  body.team-landing-page .people-saying-blk .icon-with-title-listing .view-row {
    width: 100%;
    margin: 0 0 12px;
  }
  body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field .field__item {
    flex: 0 100%;
    max-width: 320px;
  }
  body.team-landing-page .register-mtap-blk .paragraph--type--heading-and-description > .field {
    flex-wrap: wrap;
  }
  .magiclink-content.qrcode div[id*=qrcode-] {
    width: 100%;
  }
  body.down header.header {
    position: relative !important;
  }
  body:not(.user-logged-in) div#block-cartflyout {
    margin: -35px 0 0;
  }
  .site-slidemenu nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-slidemenu nav ul li span.accelerate {
    margin: 0;
  }
  .site-slidemenu nav.active ul li.menu-item--expanded.active > ul.menu {
    display: inline-block;
    background: none;
    box-shadow: none;
    left: 70px;
    padding: 25px 0 0;
  }
  .site-slidemenu nav.active ul li.menu-item--expanded.active, .site-slidemenu nav.active > ul > li.menu-item--active-trail, .site-slidemenu nav.active > ul > li.active {
    position: static;
    background: #d1ebff;
    border-radius: 6px;
  }
  .site-slidemenu nav.active ul li.menu-item--expanded.active > ul.menu:before {
    display: none;
  }
  body.user-logged-in nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu {
    display: none;
  }
  body.user-logged-in .site-slidemenu, body.user-logged-in.user-menu-active .site-slidemenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 63px;
    top: auto;
    max-width: 100%;
    padding: 0;
    z-index: 10000;
    left: 0;
  }
  body.user-logged-in .site-slidemenu:before, body.user-logged-in.user-menu-active .site-slidemenu:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ecf8ff;
    z-index: -1;
  }
  .site-slidemenu nav ul li.menu-item--expanded.active > span, .site-slidemenu nav ul li.menu-item--expanded:hover > span {
    background-color: #c6e8fb !important;
    border-radius: 7px 7px 0 0;
  }
  .site-slidemenu nav ul li.menu-item--expanded > span:before, .site-slidemenu nav ul li.menu-item--expanded > span:after {
    display: none;
  }
  .site-slidemenu #block-mtapsidemenu, .site-slidemenu #block-mtapsidemenu.active {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .site-slidemenu #block-mtapsidemenu ul.menu {
    display: flex;
  }
  .site-slidemenu #block-mtapsidemenu ul.menu ul.menu {
    display: none;
  }
  .site-slidemenu #block-mtapsidemenu ul.menu li.menu-item.desktop-only, .site-slidemenu #block-mtapsidemenu > ul.menu > li[title=Dashboard], .site-slidemenu #block-mtapsidemenu > ul.menu > li[title=Logout] {
    display: none;
  }
  .site-slidemenu nav#block-mtapsidemenu.mobile-resp-menu ul.menu li.menu-item--expanded.active ul.menu {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    max-width: 100%;
    z-index: -2;
    margin: 0;
    border-radius: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 5vh 0 75px;
    overflow: auto;
    padding-top: 10vh !important;
  }
  .site-slidemenu nav#block-mtapsidemenu ul.menu li.menu-item--expanded.active ul.menu li.menu-item {
    max-width: 100%;
    margin: 0 auto;
    ALIGN-SELF: center;
    justify-content: center;
    display: flex;
    padding: 1.5vh 20px;
  }
  .site-slidemenu nav#block-mtapsidemenu ul.menu li.menu-item--expanded.active ul.menu li.menu-item a {
    max-width: 220px;
    margin: 20px auto;
    font-weight: normal;
    justify-content: flex-start;
    padding: 9px 10px 7px 50px;
    background-position: 13px center;
    margin: 1px 0;
    font-size: 18px;
    width: 100%;
    border-radius: 0 20px 20px 0;
  }
  .site-slidemenu nav#block-mtapsidemenu ul.menu li.menu-item--expanded.active ul.menu .menu-item.hidden.mobile-only, .site-slidemenu #block-mtapsidemenu ul.menu > li > ul > li[title=Dashboard], .site-slidemenu #block-mtapsidemenu ul.menu > li > ul > li[title=Logout] {
    display: flex;
  }
  .site-slidemenu nav > ul > li > a {
    padding: 23px 0 6px 0px;
    background-position: center 3px !important;
    margin: 0;
    width: auto;
    white-space: normal;
    height: 63px !important;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
  }
  .site-slidemenu nav ul li.menu-item--expanded.active > ul.menu li.menu-item a {
    font-weight: normal;
    justify-content: flex-start;
    padding: 9px 10px 7px 50px;
    background-position: 13px center;
    margin: 1px 0;
    font-size: 20px;
    width: 100%;
    border-radius: 0 20px 20px 0;
  }
  .site-slidemenu nav > ul > li > span {
    font-weight: 500;
  }
  nav#block-mtapsidemenu.mobile-resp-menu span.mobile-menu.hidden {
    position: fixed;
    right: 10px;
    top: 10px;
    display: inline-block;
    z-index: 99;
    width: 22px;
    height: 22px;
  }
  nav#block-mtapsidemenu.mobile-resp-menu span.mobile-menu.hidden:before, nav#block-mtapsidemenu.mobile-resp-menu span.mobile-menu.hidden:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  nav#block-mtapsidemenu.mobile-resp-menu span.mobile-menu.hidden:after {
    transform: rotate(-45deg);
  }
  .sub_header.first-selection {
    text-align: center;
  }
  body.user-logged-in div#block-mtouch-branding {
    display: block;
  }
  .site-slidemenu a.logo {
    display: none;
  }
  .site-slidemenu #block-mtapsidemenu ul.menu {
    overflow: auto;
  }
  .site-slidemenu nav > ul > li {
    flex: 0 25%;
    min-width: 25%;
    margin: 0 1px;
  }
  .site-slidemenu #block-mtapsidemenu, .site-slidemenu #block-mtapsidemenu.active {
    padding-right: 31px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.29);
  }
  .site-slidemenu span.drawer-icon {
    right: 5px;
    top: 25px;
  }
  .site-slidemenu #block-mtapsidemenu.menuright, .site-slidemenu #block-mtapsidemenu.menuright.active {
    padding-right: 0;
    padding-left: 31px;
  }
  .site-slidemenu span.drawer-icon.prev {
    right: auto;
    top: 25px;
    left: 5px;
    transform: rotate(175deg);
  }
  div#block-upgradetopro {
    display: none;
  }
  .special-offer-blk .field--name-field-cta-link {
    margin: 0;
  }
  section.why-go-pro > .paragraph h2 {
    font-size: 38px;
  }
  section.why-go-pro > .paragraph h2 strong {
    padding: 0;
  }
  .mtap-digital-business-cards h2 {
    font-size: 24px;
    max-width: 412px;
    margin: 0 auto 0.5em;
  }
  .mtap-digital-business-cards table tr:first-child th {
    padding: 10px 5px;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 13px;
  }
  .mtap-digital-business-cards table tr:nth-child(2) {
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .mtap-digital-business-cards table tr:nth-child(2) td {
    padding: 10px 5px;
  }
  .mtap-digital-business-cards table tr:nth-child(2) td:first-child {
    padding: 10px 5px 10px 5px;
  }
  .mtap-digital-business-cards table tr td {
    padding: 5px 5px 0;
    font-size: 14px;
  }
  .mtap-digital-business-cards table tr td:first-child {
    padding: 5px;
    font-size: 14px;
  }
  .mtap-digital-business-cards table + p {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto 4em;
  }
  section.offerpage-real-reviews .slick-initialized {
    padding: 0 15px;
  }
  section.offerpage-real-reviews button.slick-arrow {
    left: -15px;
  }
  section.offerpage-real-reviews button.slick-next.slick-arrow {
    right: -15px;
  }
  section.mtap-pro-benefits .paragraph .field--name-field-logos-title .field__item .paragraph--type--image-and-text {
    padding: 0 0 0.8em;
  }
  section.mtap-pro-benefits .paragraph .field.field--name-field-description-image {
    font-size: 16px;
  }
  section.offerpage-go-mtap-pro h2, section.offerpage-go-mtap-pro.block2 h2, section.mtap-pro-benefits .paragraph h2, section.make-diff-block.offers-block-style > .paragraph > .content-cta h2, section.offerpage-how-it-works h2, section.offerpage-real-reviews > .paragraph h2, .node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq h2 {
    font-size: 35px;
  }
  section.offepage-company-logo > .paragraph .field h2 {
    font-size: 35px;
  }
  section.offerpage-go-mtap-pro h3 {
    font-size: 35px;
  }
  section.offerpage-go-mtap-pro .field--name-field-cta-image a, section.offerpage-go-mtap-pro .field--type-link a, section.offers-block-style > .paragraph > .content-cta .field--name-field-cta-img-cont a {
    font-size: 20px;
    max-width: 270px;
    line-height: 24px;
  }
  section.offerpage-go-mtap-pro.block2 ul {
    margin: 1em auto 0;
    flex-wrap: wrap;
    max-width: 320px;
    padding: 0;
    justify-content: center;
  }
  section.offerpage-go-mtap-pro.block2 ul li {
    margin: 1em auto 0.5em;
    text-align: center;
    justify-content: center;
    max-width: initial;
    width: auto;
  }
  section.offerpage-go-mtap-pro.block2 ul li:after {
    display: none;
  }
  section.offerpage-go-mtap-pro.block2 ul li strong {
    font-size: 38px;
  }
  .mtap-digital-business-cards table tbody {
    display: block;
    width: 100%;
  }
  .mtap-digital-business-cards table tr td[colspan="3"] {
    padding: 0;
  }
  .mtap-digital-business-cards table tbody:first-child tr {
    width: 100%;
  }
  section.offer-page-companies > .paragraph > .field h3 br {
    display: none;
  }
  body.user-menu-active #block-mtapsidemenu + div#block-upgrade {
    display: none !important;
  }
  .node-type-knowledge-base .main-content {
    padding: 30px 0px;
    width: 95%;
  }
  body.user-logged-in .site-page {
    max-width: 100%;
  }
  .path-contacts .MuiPaper-rounded {
    border-radius: 14px;
    padding: 0;
    max-height: calc(100% - 120px);
    margin-top: 0;
  }
}
@media all and (max-width: 600px) {
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder:first-child:last-child {
    padding: 2em 0 0;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h2 {
    font-size: 26px;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder h3 {
    font-size: 16px;
  }
  .path-front-page .views-field-field-section-slider .field-content button.slick-arrow {
    top: 24.6305418719vw;
  }
  body header.header {
    padding: 5px 15px 0;
    min-height: 75px;
  }
  body .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder {
    padding: 0.5em 0 0;
  }
  body .paragraph--type--logo-and-title-list .heading h2 {
    margin: 0;
  }
  body .icon-with-title-listing {
    padding: 2em 15px 0;
  }
  body .paragraph.paragraph--type--how-works {
    padding-top: 2em;
  }
  body .paragraph.paragraph--type--shop-list {
    padding: 2.5em 15px 0;
  }
  body .paragraph--type--logo-and-title-list .heading h2 {
    margin: 25px 0 0 !important;
  }
  section.content.teamsdashboard .blk-dashboard ul.list li {
    flex: 0 100%;
    margin: 1.5%;
  }
  .assign-department-form table th:nth-child(4), .assign-department-form table th:nth-child(5) {
    display: none;
  }
  .assign-department-form table tr {
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8d8d9;
    padding: 8px 0;
  }
  .assign-department-form table > * {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .assign-department-form table tr > *:first-child {
    flex: 0 40px;
    justify-content: center;
    align-items: center;
    padding: 0px 0.75em;
  }
  .assign-department-form table tr > *:nth-child(2) {
    flex: 0 70px;
  }
  .assign-department-form table tr > *:nth-child(4), .assign-department-form table tr > *:nth-child(5) {
    flex: 0 100%;
    padding: 0 0 0 120px;
  }
  .assign-department-form tbody, .assign-department-form td, .assign-department-form tfoot, .assign-department-form th, .assign-department-form thead, .assign-department-form tr {
    border-style: none;
    padding: 0;
  }
  .assign-department-form table > :not(caption) > * > * {
    padding: 0;
  }
  .assign-department-form table th:nth-child(3) {
    display: none;
  }
  .assign-department-form table td:nth-child(3) {
    font-weight: 600;
    padding: 0px 10px 0;
  }
  .assign-department-form table td {
    padding: 0 10px;
  }
  .magiclink-content.magiclink-content-themes {
    padding: 0 5px;
  }
  section.content.teamsdashboard .blk-dashboard ul.list li {
    flex: 0 100%;
    margin: 1.5%;
  }
  .assign-department-form table th:nth-child(4), .assign-department-form table th:nth-child(5) {
    display: none;
  }
  .assign-department-form table tr {
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8d8d9;
    padding: 8px 0;
  }
  .assign-department-form table > * {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .assign-department-form table tr > th:nth-child(2) {
    text-indent: -999px;
    position: relative;
  }
  .assign-department-form table tr > th:nth-child(2):before {
    content: "Members";
    position: relative;
    text-indent: 0;
    position: absolute;
    left: 10px;
  }
  .assign-department-form table tr > *:first-child {
    flex: 0 40px;
    justify-content: center;
    align-items: center;
    padding: 0px 0.75em;
  }
  .assign-department-form table tr > *:nth-child(2) {
    flex: 0 70px;
  }
  .assign-department-form table tr > *:nth-child(4), .assign-department-form table tr > *:nth-child(5) {
    flex: 0 100%;
    padding: 0 0 0 120px;
  }
  .assign-department-form tbody, .assign-department-form td, .assign-department-form tfoot, .assign-department-form th, .assign-department-form thead, .assign-department-form tr {
    border-style: none;
    padding: 0;
  }
  .assign-department-form table > :not(caption) > * > * {
    padding: 0;
  }
  .assign-department-form table th:nth-child(3) {
    display: none;
  }
  .assign-department-form table td:nth-child(3) {
    font-weight: 600;
    padding: 0px 10px 0;
  }
  .assign-department-form table td {
    padding: 0 10px;
  }
  div.events-page-blocks h3 {
    font-size: 20px;
  }
  .site-slidemenu {
    top: 75px;
  }
  section.offerpage-go-mtap-pro .field--name-field-cta-image a, section.offerpage-go-mtap-pro .field--type-link a, section.offers-block-style > .paragraph > .content-cta .field--name-field-cta-img-cont a {
    font-size: 20px;
  }
  form#event-member-form .form-item, form#event-member-form .form-item.js-form-item-country input {
    width: 100%;
  }
  form#event-member-form .form-item.form-item-mobile-number, form#event-member-form .form-item.form-item-phone-number {
    min-width: calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .path-contacts .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-sm-6 {
    padding: 15px 0 0;
  }
  .path-contacts form.jss15 div.MuiGrid-root.MuiGrid-grid-md-12:last-child {
    justify-content: center;
    display: flex;
  }
  .tabs-container ul.tabs-menus li.item.active a {
    padding: 10px 3%;
  }
  .tabs-container ul.tabs-menus li.item a {
    padding: 7px 3%;
  }
}
@media all and (max-width: 520px) {
  .popup-header {
    padding: 3px 10px;
  }
  .popup .popup-content {
    padding: 20px 10px;
  }
  .commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] > div > div > div > div.address-container-inline > div {
    width: 100% !important;
  }
  .commerce-checkout-flow-multistep-default .form-item.form-item-shipping-information-shipping-profile-select-address {
    max-width: 100%;
  }
  .commerce-checkout-flow-multistep-default div[id*=edit-shipping-information-shipping-profile-address-] > div > div > div > div {
    width: 100%;
  }
  div#edit-payment-information-add-payment-method-payment-details-security-code, .form-item-payment-information-add-payment-method-payment-details-security-code {
    max-width: 60px;
  }
  div#edit-payment-information-add-payment-method-payment-details-expiration, .form-item-payment-information-add-payment-method-payment-details-expiration {
    max-width: 175px;
  }
  .field.field--name-address.field--type-address {
    width: 100%;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-image-mtap {
    margin: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-description-mtaps h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-description-mtaps h2 {
    font-size: 18px;
  }
  body.how-it-works .field--name-field-paragraph-list .field__item .paragraph.paragraph--type--description-icon-title .field.field--name-field-icon-and-title-descri {
    gap: 25px;
  }
  body.user-logged-in.sidebar-left.path-user .midcontent .main-content {
    padding: 15px;
  }
  ul.sc-dlfnuX.cCtmWZ {
    grid-template-columns: repeat(1, 1fr);
    max-width: 380px;
    margin: 1.1em auto 0;
  }
  .sc-crrszt.dzbAmE div.display {
    margin: -25px -31px;
    border-radius: 0;
    padding: 20px 10px;
  }
  .ui-widget.ui-widget-content input.button {
    padding: 0 15px;
    margin: 0;
  }
  .ui-widget.ui-widget-content .step1-button {
    margin: 20px 5px 0 0;
  }
  form.email-setting-form > .form-item, form.edit-teams-form > .form-item {
    flex: 0 100%;
  }
  form.email-setting-form input#edit-submit, form.edit-teams-form input#edit-submit {
    left: 5%;
  }
  body.team-landing-page h2 {
    font-size: 26px;
  }
  body.team-landing-page .connected-tms-blk h2 {
    font-size: 22px;
  }
  body.team-landing-page .field--name-field-cta-link a, body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-cta-img-cont a, body.team-landing-page .field--name-field-cta-img-cont a, body.team-landing-page .easy-step-blk .field--name-field-cta-cta-link a {
    font-size: 14px;
    font-weight: 400;
    min-width: auto;
    width: 100%;
    padding: 8px 10px;
  }
  body.team-landing-page .field--name-field-cta-link .field__item, body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-cta-img-cont .field__item, body.team-landing-page .field--name-field-cta-img-cont .field__item {
    margin: 5px 3px;
  }
  body.team-landing-page .prospect-lead-blk .field.field--name-field-logo-and-titles {
    padding: 10px 0 0;
  }
  body.team-landing-page .field--name-field-logo-and-titles > .field__item:not(:last-child) {
    padding: 0 45px 0 0;
  }
  body.team-landing-page .field--name-field-logo-and-titles > .field__item:not(:last-child):before {
    right: 23px;
  }
  body.team-landing-page .field--name-field-logo-and-titles img {
    width: 16px;
  }
  body.team-landing-page .easy-step-blk .field--name-field-cta-cta-link a {
    width: auto;
    padding: 8px 25px;
  }
  form.email-setting-form > .form-item, form.edit-teams-form > .form-item {
    flex: 0 100%;
  }
  form.email-setting-form input#edit-submit, form.edit-teams-form input#edit-submit {
    left: 5%;
  }
  body.team-landing-page h2 {
    font-size: 26px;
  }
  body.team-landing-page .connected-tms-blk h2 {
    font-size: 22px;
  }
  body.team-landing-page .field--name-field-cta-link a, body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-cta-img-cont a, body.team-landing-page .field--name-field-cta-img-cont a, body.team-landing-page .easy-step-blk .field--name-field-cta-cta-link a {
    font-size: 14px;
    font-weight: 400;
    min-width: auto;
    width: 100%;
    padding: 8px 10px;
  }
  body.team-landing-page .field--name-field-cta-link .field__item, body.team-landing-page .let-your-tm-blk .paragraph--type--image-and-content > .field.field--name-field-cta-img-cont .field__item, body.team-landing-page .field--name-field-cta-img-cont .field__item {
    margin: 5px 3px;
  }
  body.team-landing-page .prospect-lead-blk .field.field--name-field-logo-and-titles {
    padding: 10px 0 0;
  }
  body.team-landing-page .field--name-field-logo-and-titles > .field__item:not(:last-child) {
    padding: 0 45px 0 0;
  }
  body.team-landing-page .field--name-field-logo-and-titles > .field__item:not(:last-child):before {
    right: 23px;
  }
  body.team-landing-page .field--name-field-logo-and-titles img {
    width: 16px;
  }
  body.team-landing-page .easy-step-blk .field--name-field-cta-cta-link a {
    width: auto;
    padding: 8px 25px;
  }
  .filtered-socials .row .right-align-items {
    justify-content: flex-end !important;
    width: 100% !important;
    align-self: flex-end;
    display: flex;
    flex: 0 100% !important;
  }
  .assign-groups-form .responsive-enabled {
    margin: 0 0 30px;
  }
  .assign-groups-form .responsive-enabled td:nth-child(n+2) {
    display: inline-block;
    width: 100%;
  }
  .assign-groups-form .responsive-enabled tbody tr td {
    border: 0;
    vertical-align: top;
    padding: 6px 10px;
  }
  .assign-groups-form .responsive-enabled tbody tr td input.form-checkbox {
    margin: 0;
  }
  .assign-groups-form .responsive-enabled tbody tr {
    border-bottom: 1px solid #596c74;
  }
  .assign-groups-form .responsive-enabled th:nth-child(n+3) {
    display: none;
  }
  .assign-groups-form .responsive-enabled td:nth-child(3):before {
    content: "Name :";
  }
  .assign-groups-form .responsive-enabled td:nth-child(n+2):before {
    color: #666;
  }
  .assign-groups-form .responsive-enabled td:nth-child(4):before {
    content: "Email : ";
  }
  .assign-groups-form .responsive-enabled td:nth-child(5):before {
    content: "Groups : ";
  }
  .assign-groups-form .responsive-enabled th:nth-child(2) {
    border-radius: 0 12px 0 0;
  }
  section.offerpage-go-mtap-pro h2 {
    font-size: 2.6rem;
    margin: 0.6em 0 0.5em;
  }
  body.edit.path-events #block-mtouch-content form .form-item, body.add.path-events #block-mtouch-content form .form-item {
    max-width: 100%;
  }
  body.create.path-events .css-1wy8q7h-MuiGrid-root {
    flex-direction: row !important;
  }
  body.create.path-events .css-zao0x0-MuiFormControl-root-MuiTextField-root {
    width: 100%;
  }
  body.create.path-events .MuiGrid-root.MuiGrid-container .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded {
    flex-direction: column;
  }
  body.create.path-events .MuiGrid-root.MuiGrid-container .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded hr {
    display: none !important;
  }
  body.create.path-events .MuiGrid-root.MuiGrid-container .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded .MuiGrid-root {
    width: 260px;
    max-width: 100%;
    margin: 0 20px 20px;
  }
  body.create.path-events .MuiGrid-root.MuiGrid-container .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded .MuiGrid-root .MuiGrid-root {
    margin: 0;
  }
  body.create.path-events .MuiGrid-root.MuiGrid-container .MuiGrid-root.MuiGrid-container {
    flex-wrap: wrap;
  }
  body.create.path-events .MuiGrid-root.MuiGrid-container .MuiGrid-root.MuiGrid-container .MuiGrid-root.MuiGrid-container .MuiGrid-root {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .invitee-form .js-form-item-mobile-number, .invitee-form .js-form-item-phone-number {
    width: calc(100% - 131px) !important;
  }
  .invitee-form .js-form-item-mobile-number-cc, .invitee-form .js-form-item-phone-number-cc {
    max-width: 108px !important;
  }
}
@media all and (max-width: 480px) {
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder:first-child:last-child {
    height: auto !important;
    padding: 50px 20px 0 !important;
  }
  .path-front-page .views-field-field-section-slider .field-content .field--name-field-description-slder:first-child:last-child:before {
    display: none;
  }
  div#block-views-block-gallery-blk-image-gallery .view-content .views-row, #block-views-block-gallery-blk-video-gallery .views-row {
    width: 95%;
    margin: 0 auto 20px; /*box-shadow: 0 3px 10px rgb(0 0 0 / 50%);*/
    border-radius: 15px; /*overflow: hidden;*/
  }
  div.main-product-page .view-content .views-row {
    width: 100%;
    flex: 1 100%;
    max-width: 100%;
  }
  div.main-product-page .view-content div.views-row:nth-child(3n):before {
    display: none;
  }
  div.main-product-page .view-content .views-row:nth-child(2n):before {
    display: none;
  }
  div.main-product-page .view-content .views-row {
    padding: 20px 0;
  }
  div.main-product-page .view-content .views-row:before {
    display: none;
  }
  div.main-product-page .view-content div.views-row:nth-last-child(2):after {
    display: block;
  }
  form#user-register-form .form-item.js-form-type-radio { /*width: 100%; display: flex; border: 1px solid #e4e4e4; border-radius: 30px; padding: 5px 10px; margin: 0 0 10px; }*/ }
  form#user-register-form .form-item.js-form-type-radio input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0 5px 0 0;
  }
  form#user-register-form .form-item.js-form-type-radio label {
    margin: 0;
    padding: 0;
  }
  .MuiDialogActions-root.MuiDialogActions-spacing button.MuiButtonBase-root {
    font-size: 12px;
    padding: 6px 10px;
  }
  .react-responsive-modal-modal.secModal .form-main-contaner .form-group {
    flex: 1 1 100%;
  }
  .react-responsive-modal-modal.secModal .form-main-contaner .form-group.pic, .react-responsive-modal-modal.secModal .form-main-contaner .form-group.logo {
    margin: auto;
    max-width: 100%;
    flex: 1 1 100px;
  }
  .emailsignature .copy {
    padding: 12px 10px;
    font-size: 0.8rem;
    margin: 0 2.5% 10px;
  }
  form.subscription-form.email-setting-form .row, form.extra-subscription-form .row {
    flex-wrap: wrap;
  }
  form.subscription-form.email-setting-form .col-6.col-md-6.mb-4, form.extra-subscription-form .col-6.col-md-6.mb-4 {
    width: 100% !important;
    margin-right: 0% !important;
  }
  form.subscription-form.email-setting-form .form-item.form-item-pass .form-item, form.extra-subscription-form .form-item.form-item-pass .form-item {
    flex: 0 100%;
  }
  body.theme .magic-link select[name=cardschange] {
    margin: 10px 0;
  }
  section.mtap-pro-benefits .paragraph .field--name-field-logos-title > .field__item {
    max-width: 100%;
  }
  section.mtap-pro-benefits .paragraph .field {
    max-width: 310px;
  }
  body.blackcard.path-subscription .site-pagetitle h1 {
    font-size: 2.7rem;
  }
  body.blackcard.path-subscription .site-pagetitle + .subtitle {
    font-size: 20px;
  }
  .event-details-head .cta-links {
    flex-wrap: wrap;
    max-width: 270px;
    padding: 1px 10px 1px 0;
  }
  .event-details-head .cta-links a {
    padding: 5px 10px;
  }
  ul.crm-listing li.item .cta {
    max-width: 320px;
    margin: auto;
  }
  ul.crm-listing li.item .cta a.read-more, ul.crm-listing li.item .cta input.button {
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  div#whole-banner-section .banner-content a.cta-link, div#whole-carousel-slider-section .cta-link-button a, div#whole-how-works-section .cta-link-button a, div#whole-shop-listing-section .cta-link-button a, #whole-client-say-section .cta-link-button a {
    padding: 15px;
    font-size: calc(16px + 0.8333333333vw);
  }
  .icon-with-title-listing .view-row {
    width: 50%;
    margin: 0 0 30px;
  }
  nav#block-footermenu ul li {
    min-width: 100%;
    padding: 4px 0;
    text-align: center;
    margin: 0 !important;
  }
  div#block-copyright div {
    max-width: 290px;
    margin: 0 auto;
  }
  nav#block-footermenu {
    padding: 10px 0 25px;
  }
  .paragraph.paragraph--type--title-content-cta-image .body p {
    margin: 0 0 10px;
  }
  .paragraph.paragraph--type--title-content-cta-image .body p br {
    display: none;
  }
  .paragraph.paragraph--type--title-content-cta-image .body {
    padding: 20px 0 10px;
  }
  a.link--previous {
    display: block;
    margin: 20px 0 0;
    width: 80px;
  }
  .popup .filtered-content .row {
    width: 33%;
  }
  .popup .popup-content {
    padding: 10px;
  }
  .popup .filtered-content .row img {
    max-height: 40px;
  }
  .react-responsive-modal-modal.secModal .form-group input.form-control {
    width: 100%;
  }
  div.events-page-blocks .view-content .views-row {
    width: 95%;
    margin: 0 auto 2.8%;
  }
  li.sc-gsTEea.OtMSq {
    padding: 0 20px;
  }
  .manage-profile .form-item {
    width: 100%;
  }
  .react-responsive-modal-modal.secModal {
    padding: 40px 20px;
  }
  div#block-activatemtap .field--name-field-descr-activate-mtap {
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
  div#block-activatemtap .field--name-field-descr-activate-mtap p a {
    font-size: 16px;
    letter-spacing: 0;
  }
  .cta-button a, div#block-joinaffiliate .field--type-link a {
    letter-spacing: 0.5pt;
    padding: 9px 25px;
  }
  .site-breadcrumbs nav ol li { /*max-width: 130px; */ /* overflow: hidden; */ /* white-space: nowrap; */ /* text-overflow: ellipsis; */
    margin: 0;
    padding: 0 26px 0 0;
  }
  .site-breadcrumbs nav ol li a {
    padding: 0;
  }
  .site-breadcrumbs nav ol li:not(:last-child):before {
    right: 12px;
  }
  .site-breadcrumbs nav ol li:last-child {
    padding: 0;
  }
  .magiclink-content div[id*=qrcode-] canvas {
    max-width: 100%;
    height: auto !important;
  }
  form#user-register-form .form-item.js-form-type-radio { /*width: 100%;*/
    padding: 0 5px 18px 0;
  }
  .subscription-form.email-setting-form .option::before {
    border-radius: 50%;
  }
  form#user-register-form .form-item.js-form-type-radio:last-child {
    padding: 0 0 18px 0;
  }
  .new-connections .video-frame {
    height: 63.4vw;
    padding: 16px 10px;
  }
  /*.header #block-signup p a , .header #block-signup-2 p a { font-size: 13px; padding: 1px 8px; } */
  .header #block-signup-2 {
    right: 58px;
  }
  .header #block-signup, .header #block-signup-2 {
    top: 8px;
  }
  body header.header {
    padding: 5px 5px 0;
  }
  header.header div#block-mtouch-branding a img {
    max-width: 75px !important;
  }
  header.header div#block-mtouch-branding {
    max-width: 75px !important;
    top: 12px;
  }
  body.user-logged-in nav#block-mtouch-main-navigation h2#block-mtouch-main-navigation-menu {
    width: 58px;
  }
  section.offers-block-style h2 {
    font-size: 1.8rem;
  }
  section.mtap-logo-content > .paragraph .field--name-field-icon {
    max-width: 20%;
  }
  section.why-go-pro {
    padding-top: 2.5em;
  }
  section.why-go-pro > .paragraph h2 {
    font-size: 34px;
  }
  section.why-go-pro > .paragraph h3 {
    font-size: 22px;
  }
  section.offepage-company-logo > .paragraph .field h2 {
    font-size: 1.6rem;
  }
  section.offer-page-companies > .paragraph > .field h3 {
    font-size: 1.6rem;
  }
  section.offerpage-how-it-works h2 {
    font-size: 2.2rem;
  }
  section.offerpage-real-reviews > .paragraph h2 {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  section.offerpage-real-reviews > .paragraph h3 {
    font-size: 20px;
  }
  .node-type-special-subscription-offer #block-views-block-faq-blk-offer-faq h2 {
    font-size: 1.6rem;
  }
  section.offerpage-go-mtap-pro h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  section.offerpage-go-mtap-pro .field--name-field-cta-image a {
    letter-spacing: 0;
    font-size: 18px;
    max-width: 220px;
  }
  section.mtap-logo-content > .paragraph .field--name-field-title {
    font-size: 15px;
    font-weight: 400;
  }
  .mtap-digital-business-cards h2 {
    font-size: 20px;
  }
  section.offerpage-go-mtap-pro > .paragraph > .field h3 {
    font-size: 36px;
  }
  section.offers-block-style p br, section.offers-block-style ul br {
    display: none;
  }
  body.mtap-review-cards #block-mtouch-page-title h1 {
    font-size: 26px !important;
  }
}
@media all and (max-width: 380px) {
  .ui-widget.ui-widget-content input.button {
    min-width: 260px;
  }
  .ui-widget.ui-widget-content .step1-button {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  form.createplan-form {
    padding: 20px 0 10px;
  }
}
@media all and (max-width: 380px) {
  fieldset.tiktok .field--type-link a, fieldset.instagram .field--type-link a {
    font-size: 13px;
  }
  fieldset.tiktok img, fieldset.instagram img {
    max-width: 100%;
    height: 120px;
  }
}
@media all and (max-width: 370px) {
  .ReactTable .pagination-bottom .-pagination .-btn {
    font-size: 12px;
    padding: 8px 13px !important;
  }
  div#block-activatemtap .field.field--name-field-description-logo-title {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 10px 0 0;
  }
  div#block-activatemtap .field--name-field-logo-title-activate-mtap > .field__item .field--name-field-title-logo {
    float: none;
    margin: 0 auto !important;
  }
  section.why-go-pro > .paragraph h2 {
    font-size: 29px;
  }
}
@media all and (max-width: 350px) {
  div#whole-banner-section .banner-content h2 {
    font-size: calc(30px + 0.8333333333vw);
  }
  .form-item label {
    font-size: 14px;
  }
}
.btn-secondary a {
  margin: 0 0 15px;
  border: 0px solid #00b4d8;
  color: #00b4d8;
  display: inline-block;
  padding: 0px 20px;
  border-radius: 100px;
  font-size: 14px;
}

input[disabled],
input[disabled=disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}

.progess-start {
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 100;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 36px;
  display: none;
  background: url(../images/loading.gif) no-repeat 50% 50%;
  background-size: 100%;
}

body.startprogress .progess-start {
  display: block;
}

.mtapurlsuccess .mtapmessage {
  padding-bottom: 10px;
}

.mtapmessage {
  color: green;
  font-weight: bold;
  font-size: 12px;
}

.mtapurlexit label {
  color: red;
}
.mtapurlexit input {
  border-color: red;
}
.mtapurlexit .mtapmessage {
  color: red;
  padding-bottom: 10px;
}

@media (min-width: 781px) {
  .profile-wrapper .user-info {
    padding: 0;
  }
  .profile-wrapper .user-info .user-pic {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    position: relative;
    border: 4px solid #fff;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
  }
  .profile-wrapper .user-info .user-pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    border: 0;
    border-radius: 0;
  }
  .profile-wrapper {
    max-width: 520px;
  }
  .profile-wrapper .left-filters {
    width: 360px;
  }
  .profile-wrapper .left-filters .item {
    width: 100%;
    justify-content: flex-start;
    height: auto;
    padding: 7px 0 7px 7px;
  }
  .profile-wrapper span.item-title {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 12px;
  }
  .profile-wrapper .left-filters .item.active, .profile-wrapper .left-filters .item:hover {
    background: transparent linear-gradient(319deg, #0B6CEB 0%, #049EE1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(17, 97, 197, 0.3098039216);
  }
  .profile-wrapper .left-filters .item.active img, .profile-wrapper .left-filters .item:hover img {
    filter: brightness(4);
  }
  .profile-wrapper .left-filters .item:hover, .profile-wrapper .left-filters .item.active {
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    font-size: 12px;
    padding: 7px 0 7px 7px;
    margin: 7px 0;
    background: #0786e5;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .profile-wrapper .left-filters .item:hover span.item-title {
    display: inline-block;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 978px) {
  #block-teams-menu-block {
    display: flex;
    max-width: 100% !important;
  }
}
.crmdata p {
  width: 280px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
.crmdata .crmdataimg {
  width: 140px;
}
.crmdata .crmdataimg img {
  max-width: 100%;
  height: 80px;
}

#user-profile-registration-form div.row {
  display: flex;
}
#user-profile-registration-form div.row .col-6.col-md-6.mb-4 {
  margin: 10px;
  width: 100%;
}

.site-messeges #block-teamsmenublock {
  display: none;
}

.site-messeges .tb-megamenu {
  background-color: #353691;
}

.site-messeges .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background-color: #fff;
  color: #e54e4b;
}

.site-messeges .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.site-messeges .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e54e4b;
  color: #fff;
}

article[about*="/blog/"] a.blog-cta {
  background: #115CC3;
  color: #fff !important;
  display: inline-block;
  padding: 7px 20px;
  min-width: 180px;
  text-align: center;
  border-radius: 8px;
  font-size: 1.1rem;
  margin: 0 10px 0 0;
}

.offer-banner {
  background: #001741;
}

.offer-banner .banner-wrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0 15px 2.5em;
  display: flex;
  justify-content: space-between;
}

.offer-banner .col.col-1 {
  order: 2;
  width: 28%;
}

.offer-banner .col.col-3 {
  order: 3;
}

.offer-banner .col {
  width: 30%;
  padding: 2em 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.offer-banner .logo-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.offer-banner .logo-center img {
  width: 170px;
  max-width: 100%;
  margin: 15px 0 0px;
}

.offer-banner .col.col-1:before {
  content: "";
  height: 400px;
  position: absolute;
  z-index: -1;
  border-radius: 100% 100% 0 0;
  top: -3px;
  left: -50%;
  background: url("//mtap-assets-prod.s3.amazonaws.com/s3fs-public/2024-11/bg-glow.png") no-repeat center top;
  right: -50%;
  margin: auto;
}

.offer-banner .center-cta {
  display: flex;
  justify-content: center;
  padding: 1em 0 0;
}

.offer-banner .center-cta a {
  background: #00e4e9;
  display: flex;
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 4px 0 #005ac1;
  margin: 0 0 10px;
  color: #000;
}

.offer-banner .conditon {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.offer-banner .blk:first-child {
  margin: 0 0 3.2em;
  display: inline-block;
}

.offer-banner .blk .logo-wrap {
  display: flex;
  color: #27bee6;
  font-size: 33px;
  font-weight: 700;
  align-items: center;
  justify-content: flex-start;
}

.offer-banner .blk .logo-wrap img {
  max-width: 100px;
  margin: 1px 0px -4px 0;
}

.maindiv .midcontent .offer-banner .blk > h2 {
  color: #27bee6;
  font-style: italic;
  line-height: normal;
  margin: 5px 0 0;
  font-size: 24px;
  font-weight: 700;
}

.offer-banner .offer-price {
  display: flex;
  color: #fff;
  align-items: baseline;
  width: 100%;
  padding: 0;
}

.maindiv .midcontent .offer-banner .offer-price p {
  margin: 0 10px 0 0;
  font-size: 15px;
  color: #fff;
}

.offer-banner .offer-price h3 {
  margin: 0;
  color: #f3cc69;
  font-size: 28px;
  font-weight: 700;
  transform: rotate(-7deg);
  transform-origin: left bottom;
}

.offer-banner .cta {
  display: flex;
  background: #fff;
  border-radius: 11px;
  width: 220px;
  align-items: center;
  color: #000;
  padding: 3px 20px;
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  z-index: 2;
}

.offer-banner .cta h3 {
  margin: 0;
  font-size: 27px;
}

.offer-banner .cta h3 {
  font-style: normal;
  font-weight: 700;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.offer-banner .cta h3 > span {
  position: relative;
  display: inline-flex;
  padding: 0px 10px;
}

.offer-banner .cta h3 > span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 15px);
  height: 2px;
  background: red;
  top: 0;
  bottom: 0;
  transform: rotate(-6deg);
}

.offer-banner .discout-text {
  max-width: 220px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0 0;
  display: flex;
  justify-content: center;
}

.offer-banner .discout-text strong {
  padding: 0 5px 0 0px;
  color: red;
}

.offer-banner .action-cta {
  max-width: 220px;
  padding: 8px 0 0;
  justify-content: center;
  display: flex;
}

.offer-banner .action-cta a {
  background: #089f3d;
  padding: 5px 20px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 19px;
}

.offer-banner .cta span.right-corner {
  position: absolute;
  right: 10px;
  text-align: center;
  line-height: 14px;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.offer-banner .cta h3 > span.joined {
  margin: 0 -10px;
}

.offer-banner .cta span.right-corner strong {
  color: #000;
  font-size: 18px;
}

.offer-banner .col-2 .blk:nth-child(2) .offer-price h3 {
  padding: 0 0 0 25px;
  display: flex;
}

.offer-banner .blk h3.styled {
  margin: 0px 0 0px;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.offer-banner .note {
  max-width: 220px;
  display: flex;
  padding: 10px 0 5px;
  color: #fce93b;
  text-align: center;
  font-size: 11px;
  line-height: normal;
}

.offer-banner .blk > h4 {
  margin: 3px 0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.offer-banner .blk > h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.offer-banner .cta-wrap {
  display: flex;
}

.offer-banner .cta-wrap > span:first-child {
  background: red;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 21px 0 13px;
  font-size: 10px;
  width: 94px;
  line-height: normal;
  position: relative;
  z-index: 1;
  margin: 0 -20px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 2px BLACK;
}

.offer-banner .cta-wrap > span:first-child + .cta {
  padding: 3px 6px;
}

.offer-banner .cta-wrap > span:first-child:before {
  content: "";
  border-width: 31px 11px 31px 0;
  border-style: solid;
  border-color: #001741 transparent #001741 transparent;
  position: absolute;
  left: -1px;
}

.offer-banner .offer-price.left-space {
  padding-left: 88px;
}

.offer-banner .col.col-3 .action-cta {
  max-width: 290px;
}

.offer-banner .col.col-3 .discout-text {
  max-width: 290px;
}

.offer-banner .col.col-3 .discout-text span {
  padding: 0 5px;
  display: inline-block;
  color: yellow;
}

.offer-banner .col.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.offer-banner .col.col-2 .blk {
  max-width: 260px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .offer-banner .banner-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    padding: 0 0 1em;
  }
  .offer-banner .col.col-1 {
    order: 0;
    width: 100%;
  }
  .offer-banner .col {
    width: 100%;
  }
  .offer-banner .col.col-2 {
    justify-content: center;
  }
  .offer-banner .col.col-2 .blk {
    max-width: 260px;
    text-align: center;
  }
  .offer-banner .offer-price {
    justify-content: center;
  }
  .offer-banner .cta {
    margin: auto;
  }
  .offer-banner .discout-text {
    margin: auto;
  }
  .offer-banner .action-cta {
    margin: auto;
  }
  .offer-banner .blk .logo-wrap {
    justify-content: center;
  }
  .offer-banner .col-2 .blk:nth-child(2) .offer-price h3 {
    padding: 0;
  }
  .offer-banner .note {
    margin: auto;
  }
  .offer-banner .blk > h4 {
    text-align: center;
  }
  .offer-banner .blk > h3 {
    text-align: center;
  }
  .offer-banner .offer-price.left-space {
    padding-left: 0;
  }
  .offer-banner .offerimg img {
    max-width: 250px;
  }
  .offer-banner .col .blk {
    border: 1px dashed rgba(255, 255, 255, 0.368627451);
    padding: 10px 20px 20px;
    max-width: 320px !important;
    border-radius: 16px;
    margin: 0 0 20px;
  }
  .offer-banner .col.col-3.same-col {
    padding: 0;
  }
}
.tiptap-editor-content {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

.tiptap-editor-content.is-editor-empty::before {
  content: attr(data-placeholder);
  color: #adb5bd;
  pointer-events: none;
  float: left;
  height: 0;
}

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