@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/* reenable n8n: uncomment next line for n8n chatbot styles */
@import url("https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css");
* {
  margin: 0; }

body,
html {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  color: #373737;
  font-size: 18px; }

body {
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1; }

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 0.8rem !important; }

small {
  font-size: 0.8rem !important;
  font-weight: 500; }

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
  border: none; }

.navbar-header {
  height: 86px;
  background: #1d2758; }

.navbar {
  margin-bottom: 0px;
  background: none;
  border: none; }

.navbar-collapse {
  border: none;
  padding: 0px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fffc00; }

.btn-success {
  background-color: #4caf50;
  border-color: #4caf50; }

.btn {
  padding: 0.5rem 1.3rem; }

.overflow-hidden {
  overflow: hidden; }

.better-browser {
  max-width: 700px;
  margin: 200px auto;
  text-align: center; }

.better-browser div {
  margin-bottom: 10px; }

.NotActive {
  pointer-events: none;
  cursor: default; }

.AlignerCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.TextShadow {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.18); }

.Transition02 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.Transition03 {
  -webkit-transition: all 1s cubic-bezier(0.54, -0.21, 0.89, 0.01);
  -moz-transition: all 1s cubic-bezier(0.54, -0.21, 0.89, 0.01);
  transition: all 1s cubic-bezier(0.54, -0.21, 0.89, 0.01); }

.Transition04 {
  -webkit-transition: all 2.2s cubic-bezier(0.2, 0.02, 0, 0.93);
  -moz-transition: all 2.2s cubic-bezier(0.2, 0.02, 0, 0.93);
  transition: all 2.2s cubic-bezier(0.2, 0.02, 0, 0.93); }

.Transition05 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.Delay_01 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s; }

h1 {
  line-height: 1.2em; }

h2 {
  line-height: 1.3em; }

h3 {
  line-height: 1.5em; }

h4 {
  line-height: 1.5em; }

h5 {
  line-height: 1.5em; }

p {
  font-weight: 500;
  font-size: 1.1rem; }

ol.blueDots {
  counter-reset: my-counter;
  margin-left: 35px; }

ol.blueDots li {
  counter-increment: my-counter;
  position: relative; }

ol.blueDots li:before {
  content: counter(my-counter);
  font-weight: 600;
  font-size: 17px;
  position: absolute;
  left: -32px;
  background-color: #03a9f4;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  z-index: 11;
  color: #ffffff;
  top: 3px;
  text-align: center; }

ol.blueDots li ul {
  list-style: disc; }
  ol.blueDots li ul li:before {
    display: none; }

.form-control {
  height: calc(1.5em + 0.75rem + 0.5rem); }

#wrap {
  min-height: 100%; }

.PageWrap {
  overflow: auto;
  padding-bottom: 80px; }

body > form {
  height: 100%; }

header {
  position: relative;
  z-index: 100; }

body.StickyHeader Header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0px; }

.HeaderLogo {
  display: inline-block;
  width: 180px;
  padding-top: 7px; }

.HeaderLogo a {
  display: block; }

.HeaderLogo a svg {
  display: block;
  width: 100%; }

body.NavOpen {
  overflow: hidden; }

.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1); }

.navbar:hover {
  background: #fff;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1); }

.navbar .MenuWrap .CTA {
  display: inline-block;
  margin-top: 5px; }

.navbar .MenuWrap ul {
  padding-top: 0px;
  align-items: center; }

.navbar .MenuWrap ul li.nav-item a {
  padding: 0.7rem 1.2rem; }

.navbar .MenuWrap ul li.nav-item a:hover {
  color: #000; }

.navbar .MenuWrap ul li a,
.navbar .MenuWrap ul li.nav-item a,
.navbar .MenuWrap .CTA a.btn-link {
  color: #7b7b7b;
  text-decoration: none;
  display: block; }

.navbar .MenuWrap ul li ul.dropdown-menu {
  background-color: #18a4d5;
  text-align: inherit;
  font-size: 0.9rem;
  padding: 20px 0px 30px 0px; }

.navbar .MenuWrap ul li ul.dropdown-menu li a {
  color: #fff;
  padding: 8px 20px; }

.navbar .MenuWrap ul li ul.dropdown-menu > li > a {
  font-weight: 500; }

.navbar .MenuWrap ul li ul.dropdown-menu > li > a h3 {
  margin: 0px; }

.navbar .MenuWrap ul li ul.dropdown-menu > li > a .nav-heading-title {
  font-size: 1.75rem; }

.navbar .MenuWrap ul li ul.dropdown-menu > li > a:hover .nav-heading-title {
  color: #92e0f3; }

.navbar .MenuWrap ul li ul.dropdown-menu > li > a:hover span {
  color: #92e0f3; }

.navbar .MenuWrap ul li ul.dropdown-menu li a:hover {
  color: #fff;
  background-color: transparent; }

.navbar .MenuWrap ul li ul.dropdown-menu p {
  font-size: 0.9rem;
  color: #fff;
  background-color: transparent;
  padding: 8px 23px;
  margin-bottom: 0.5rem; }

.navbar .MenuWrap ul li ul.dropdown-menu a.mm-btn-more {
  margin-left: 20px;
  padding: 5px 10px; }

.navbar .MenuWrap ul li ul.dropdown-menu > li ul.sub-menu {
  padding: 0px;
  margin: 0px;
  padding-left: 2px;
  list-style: none; }

.navbar .MenuWrap ul li ul.dropdown-menu > li ul.sub-menu li > a.mm-btn-more {
  display: table;
  margin-left: 20px;
  padding: 5px 10px; }

.navbar .MenuWrap ul li ul.dropdown-menu > li ul.sub-menu p {
  font-size: 0.9rem;
  color: #fff;
  background-color: transparent;
  padding: 0px 20px; }

.navbar-toggler {
  display: inline-block; }

.navbar .MenuWrap ul li ul.dropdown-menu > li {
  background-repeat: no-repeat;
  background-position: 11px 8px;
  padding-left: 0px;
  background-size: 40px;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  body.StickyHeader Header .navbar .MenuWrap ul li ul.dropdown-menu {
    position: fixed; }
  .navbar .MenuWrap ul li.nav-item a {
    padding: 0.5rem 1.2rem; }
  .navbar .MenuWrap ul li ul.dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    min-height: 270px;
    overflow: hidden;
    padding: 20px 10px 30px 20px;
    z-index: -1;
    padding-top: 90px;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .navbar .MenuWrap ul li ul.dropdown-menu.show {
    opacity: 1;
    pointer-events: auto;
    cursor: auto;
    display: grid; }
  .navbar .MenuWrap ul li ul.dropdown-menu > li {
    display: flex;
    border-bottom: none !important;
    position: relative;
    height: 100%;
    flex-direction: column; }
  .navbar .MenuWrap ul li ul.dropdown-menu > li > a {
    font-weight: 500; }
  .navbar .MenuWrap ul li ul.dropdown-menu > li > a:hover {
    background-color: transparent !important; }
  .navbar .MenuWrap ul li ul.dropdown-menu > li ul.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; }
  .navbar .MenuWrap ul li ul.dropdown-menu > li ul.sub-menu li {
    border-bottom: 0px solid #52bbe0 !important; }
  .navbar .MenuWrap ul li ul.dropdown-menu > li ul.sub-menu p {
    padding: 8px 13px;
    margin-bottom: 0; }
  .navbar .MenuWrap ul li ul.dropdown-menu > li ul.sub-menu li > a {
    opacity: 0.8;
    display: table;
    padding: 8px 13px; }
  .navbar .MenuWrap ul li ul.dropdown-menu > li ul.sub-menu li > a:hover,
  .navbar .MenuWrap ul li ul.dropdown-menu a:hover {
    background-color: transparent !important;
    opacity: 1; }
  .navbar
.MenuWrap
ul
li
ul.dropdown-menu > li
ul.sub-menu
li > a.mm-btn-more {
    margin-left: 13px; }
  .navbar .MenuWrap ul.nav li.dropdown.show a.dropdown-toggle::after {
    transform: rotate(180deg); }
  .navbar .MenuWrap ul li ul.dropdown-menu > li {
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 40px;
    background-size: 50px; }
  .navbar .MenuWrap .container .row > div {
    position: inherit; }
  .navbar .MenuWrap ul li.dropdown {
    position: inherit; } }

Footer {
  margin-top: 0px;
  position: relative;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #93a2ac;
  color: white; }

Footer .FooterWrap {
  position: relative;
  margin-top: -80px;
  clear: both; }

Footer .FooterWrap p.Copy {
  padding: 0px 0px;
  color: #fff;
  font-size: 14px;
  margin-top: 0px; }

Footer .FooterWrap .SocialBox a {
  color: #fff;
  font-size: 32px; }

Footer .FooterWrap .SocialBox a:hover {
  color: #fff; }

Footer .FooterWrap label {
  font-size: 18px;
  font-weight: 700; }

Footer .FooterWrap .Links {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 10px; }

Footer .FooterWrap .Links li {
  display: inline-block;
  color: #fff; }

Footer .FooterWrap .Links li a {
  font-size: 0.9rem;
  color: #fff;
  padding: 10px 0px;
  display: block; }

Footer .FooterWrap .Links li a:hover {
  opacity: 0.8; }

.FooterBGGradient Footer {
  background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%); }

.HomePG Footer {
  bottom: -80px;
  opacity: 0;
  position: fixed;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.HomePG Footer .FooterWrap {
  margin: 0px;
  height: auto; }

.cd-secondary-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 136;
  right: 0px;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  padding: 20px 20px 20px 0px;
  border-radius: 10px 0px 0px 10px;
  transition-property: background-color, box-shadow, opacity;
  transition-duration: 500ms;
  background-color: #fff;
  box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.2); }

.cd-secondary-nav.active {
  background-color: #fff;
  box-shadow: 3px 4px 11px rgba(0, 0, 0, 0.3); }

.cd-secondary-nav.is-fixed {
  display: flex; }

.cd-secondary-nav nav ul {
  list-style: none;
  text-align: right;
  margin: 0px;
  padding: 0px 0px 0px 20px; }

.cd-secondary-nav nav ul li {
  display: block;
  padding: 5px 0px;
  position: relative; }

.cd-secondary-nav nav ul li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #e1e1e1;
  right: 4px;
  bottom: 25px; }

.cd-secondary-nav nav ul li:first-child:before {
  display: none; }

.cd-secondary-nav nav ul li a .title-txt {
  opacity: 1;
  display: none;
  padding-right: 10px;
  font-size: 0.9rem;
  color: #373737; }

.cd-secondary-nav nav ul li a .bull {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #2ea5d0; }

.cd-secondary-nav nav ul li a .bull:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 10px;
  width: 10px;
  background-color: #2ea5d0;
  border-radius: 50%;
  transform: scale(1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.28, 0.04, 0.18, 0.96); }

.cd-secondary-nav nav ul li a.active .bull:after {
  opacity: 1;
  transform: scale(1.5); }

.cd-secondary-nav nav ul li a.active .bull {
  background-color: #2ea5d0; }

.cd-secondary-nav.active nav ul li a .title-txt {
  display: inline-block; }

.cd-secondary-nav nav ul li a.active .title-txt {
  color: #2ea5d0; }

.cd-secondary-nav nav ul li a:hover .title-txt {
  color: #2ea5d0; }

.cd-secondary-nav nav ul li.active a:hover .title-txt {
  color: #2ea5d0; }

@media (max-width: 991px) {
  .cd-secondary-nav {
    display: none !important; } }

.zIndex100 {
  z-index: 100;
  position: relative; }

.SignUpCTA {
  position: relative;
  top: 3px;
  width: 200px;
  height: 40px;
  text-align: center; }

.SignUpCTA span {
  background-color: transparent !important;
  padding-bottom: 5px;
  display: block;
  position: relative;
  width: 100% !important;
  left: 0px;
  text-align: center !important; }

.SignUpCTA .Txt01 {
  font-size: 0.9rem; }

.SignUpCTA .Txt02 {
  margin-top: 9px;
  font-size: 0.7rem;
  text-align: center; }

hr {
  border-color: #e6e6e6; }

hr.double {
  border-width: 2px; }

hr.dotted {
  border-style: dotted none none; }

.small-text {
  font-size: 12px !important;
  line-height: 21px !important;
  letter-spacing: 0.03em; }

.normal-text {
  font-size: 13px !important; }

.large-text {
  font-size: 15px !important; }

.normal {
  font-weight: normal; }

.semi-bold {
  font-weight: 400 !important; }

.bold {
  font-weight: bold !important; }

.light {
  font-weight: 300 !important; }

.all-caps {
  text-transform: uppercase; }

.muted {
  opacity: 0.5; }

.hint-text {
  opacity: 0.7; }

.no-decoration {
  text-decoration: none !important; }

.line-through {
  text-decoration: line-through; }

.WhiteText {
  color: #fff; }

a.WhiteText {
  color: #ffffff; }

.Title-light {
  font-weight: 300; }

.CTA-Paragraph {
  opacity: 0.8; }

.BlueColour {
  color: #2ea5d0; }

.no-chatbot #LeadboosterContainer {
  display: none !important; }

.cursor {
  cursor: pointer; }

.overflow-none {
  overflow: inherit !important; }

input.RemoveSpinners[type="number"]::-webkit-inner-spin-button,
input.RemoveSpinners[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.PushUp {
  top: -70px;
  margin-bottom: -70px;
  position: relative; }

.PushUp50 {
  top: -50px;
  margin-bottom: -40px;
  position: relative; }

.badge-yellow {
  background-color: #ffcd68; }

.cta-more {
  text-decoration: none;
  color: #3c3c3c;
  padding: 8px;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 2px solid #353535;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0px; }
  .cta-more:after {
    content: "";
    display: inline-block;
    background-image: url("/Content/images/features/general/Ico-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
    width: 25px;
    height: 11px;
    position: relative;
    left: 6px;
    transition: all 0.15s ease-in-out; }
  .cta-more:hover {
    color: #000; }
    .cta-more:hover:after {
      left: 10px; }

.btn-outline-info:hover {
  background-color: #278cb1;
  border-color: #2584a6; }

#ctaWrapper h2 {
  font-weight: 300;
  color: #fff; }

#ctaWrapper p {
  font-size: 1.15rem;
  color: #fff;
  opacity: 0.8; }

#ctaWrapper a:not(#integrationBookBtn) {
  color: #fff; }

.FooterSignUp-Invert #ctaWrapper {
  background: #fff; }

.FooterSignUp-Invert #ctaWrapper h2 {
  font-weight: 300;
  color: #373737; }

.FooterSignUp-Invert #ctaWrapper p {
  color: #373737; }

.FooterSignUp-Invert #ctaWrapper a {
  color: #373737; }

.FooterSignUp-Invert #ctaWrapper a.btn-SignUp {
  color: #fff; }

.Particles {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.SecCookieBar {
  background: #fff;
  position: fixed;
  bottom: 0px;
  display: none;
  color: #373737;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.175) !important; }

body.Show-CookieBar .SecCookieBar {
  display: block; }

body.Show-CookieBar .FooterWrap {
  padding-bottom: 80px !important; }

html body.Show-CookieBar #LeadboosterContainer {
  bottom: 58px !important; }

body.Show-CookieBar .addthis-smartlayers-mobile {
  display: none; }

.AccordionSec,
.FaqSec {
  background-color: #fbfbfb; }
  .AccordionSec .accordianItem,
  .FaqSec .accordianItem {
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 10px; }
    .AccordionSec .accordianItem:last-child,
    .FaqSec .accordianItem:last-child {
      border-bottom: none; }
    .AccordionSec .accordianItem .accordianTitle,
    .FaqSec .accordianItem .accordianTitle {
      display: block;
      padding-right: 30px;
      padding-left: 0px;
      padding-bottom: 0px;
      position: relative;
      cursor: pointer; }
      .AccordionSec .accordianItem .accordianTitle:before,
      .FaqSec .accordianItem .accordianTitle:before {
        content: "\f077";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        right: 0;
        top: 15px;
        color: #666667;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out; }
      .AccordionSec .accordianItem .accordianTitle.collapsed:before,
      .FaqSec .accordianItem .accordianTitle.collapsed:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
      .AccordionSec .accordianItem .accordianTitle label,
      .FaqSec .accordianItem .accordianTitle label {
        font-size: 19px;
        margin: 0;
        font-weight: bold;
        padding: 15px 0px; }
      .AccordionSec .accordianItem .accordianTitle:hover,
      .FaqSec .accordianItem .accordianTitle:hover {
        color: #2073b4; }
    .AccordionSec .accordianItem .accordianContent,
    .FaqSec .accordianItem .accordianContent {
      padding-left: 0px; }
  .AccordionSec .btn-submit-ticket,
  .FaqSec .btn-submit-ticket {
    background-color: #efefef;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.5s ease; }
    .AccordionSec .btn-submit-ticket em,
    .FaqSec .btn-submit-ticket em {
      color: #707070;
      display: block; }
    .AccordionSec .btn-submit-ticket .icon-text,
    .FaqSec .btn-submit-ticket .icon-text {
      color: #707070;
      font-size: 60px;
      font-weight: 700;
      display: block;
      float: right;
      line-height: 50px; }
    .AccordionSec .btn-submit-ticket:after,
    .FaqSec .btn-submit-ticket:after {
      clear: both;
      display: block;
      content: ""; }
    .AccordionSec .btn-submit-ticket:hover,
    .FaqSec .btn-submit-ticket:hover {
      box-shadow: 2px 2px 2px rgba(45, 45, 45, 0.05), 4px 4px 4px rgba(49, 49, 49, 0.05), 8px 8px 8px rgba(42, 42, 42, 0.05), 16px 16px 16px rgba(32, 32, 32, 0.05);
      transform: translateY(-3px, -3px); }
  .AccordionSec .btn-kb img,
  .FaqSec .btn-kb img {
    transition: all 0.3s ease;
    opacity: 0.4; }
    .AccordionSec .btn-kb img:hover,
    .FaqSec .btn-kb img:hover {
      opacity: 0.8; }

.testimonial_wrap {
  background: #ffffff;
  box-shadow: 1px 0px 40px -10px rgba(0, 0, 0, 0.3);
  margin-top: -100px; }
  .testimonial_wrap .testimonial_img {
    border-radius: 50%; }
  .testimonial_wrap .client_wrap {
    margin-bottom: -50px; }
  .testimonial_wrap h4.client_name {
    font-size: 1rem;
    margin: 1rem 0 0.2rem 0; }
  .testimonial_wrap label.client_pos {
    font-size: 12px; }
  .testimonial_wrap .testimonial_quote.closing {
    transform: rotate(180deg);
    float: right; }
  @media (max-width: 769px) {
    .testimonial_wrap {
      margin-top: 0px; }
      .testimonial_wrap .testimonial_quote.closing {
        float: none;
        position: relative;
        top: 10px; } }

.timeline-section {
  background-color: #F2F7F9; }
  .timeline-section .timeline-step-number .timeline-number {
    width: 50px;
    height: 50px;
    background-color: #00a7d4;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 1rem auto;
    position: relative;
    z-index: 1; }
  .timeline-section .timeline-step-number .timeline-lines {
    position: absolute;
    top: 25px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #ddd; }

.Logo {
  min-width: 230px; }

.Logo .LogoIcon {
  display: inline-block; }

.Logo .LogoText {
  display: inline-block; }

.HomePG #wrap {
  background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%); }

.SectionCon {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%; }

.Section {
  width: 100%;
  position: relative;
  padding: 80px 0px; }

.Section.H200vh {
  height: 200vh; }

.Section.H150vh {
  height: 150vh; }

.Section.H180vh {
  height: 180vh; }

.Section.Last {
  margin-top: -100vh;
  min-height: 1100px;
  margin-bottom: -120px; }

.Section .ContentBox {
  position: relative;
  z-index: 11;
  height: 100%;
  opacity: 1; }

.Section .ContentBox .Content {
  padding-bottom: 31vh; }

.Section .ContentBox .SectionContent p {
  font-weight: 100; }

.Section .ContentBox .SectionContent ul li {
  font-size: 1.3rem;
  font-weight: 100;
  padding: 4px 0px; }

.Section .ContentBox .SectionContent ul li sup {
  font-size: 10px; }

.Section .ContentBox .SectionContent ul li .Icons {
  display: inline-block;
  width: 28px;
  margin-right: 10px; }

.Section .ContentBox .SectionContent ul li .Icons img {
  width: 100%;
  vertical-align: sub; }

.Section .ContentBox h2 {
  font-weight: 100; }

.ParallaxParticles_01 {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 200%; }

.WhiteBG {
  background: #fff; }

.EM_GradientBG {
  background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%); }

.LightBlueSectionBG {
  background-color: #F2F7F9; }

.CustomerLogos {
  background: #fbfbfb; }

.CustomerLogos ul li {
  display: inline-block;
  margin: 15px 30px; }

/*============================================================================================*/
/* SUB PAGES */
/*============================================================================================*/
/* Anchor Offset */
.SubPG {
  background-color: #fafafa; }

.SubPG .navbar {
  background-color: #fafafa; }

.SubPG .navbar:hover {
  background-color: #fff; }

.SubPG .PageWrap {
  overflow: auto;
  padding-bottom: 80px;
  margin-top: 0px; }

body.StickyHeader.SubPG .PageWrap {
  margin-top: 66px; }

.SubPG .PageWrap.GradientBG {
  background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%); }

.SubPG.WithMastHead .PageWrap {
  margin-top: 0px; }

/* MASTHEAD */
.MastHeadSec {
  background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%);
  padding: 3rem 0px 3.8rem 0px;
  position: relative; }

.MastHeadSec h1,
.MastHeadSec h2,
.MastHeadSec p {
  color: #fff; }

.masthead-description {
  max-width: 340px; }
  @media (max-width: 768px) {
    .masthead-description {
      max-width: 100%; } }

.g2-logo {
  max-width: 27px;
  /* adjust size */
  height: auto;
  /* keeps aspect ratio */ }

/* SECTIONS SETTINGS */
.SectionsWrap {
  position: relative;
  z-index: 10;
  overflow: hidden; }

/* TERMS */
.legal-wrapper h2 {
  font-size: 1.7rem;
  line-height: 42px; }

.legal-wrapper h2,
.legal-wrapper h3 {
  color: #626262;
  margin-top: 0; }

.legal-wrapper h3 {
  font-size: 1.35rem;
  margin-bottom: 10px; }

.legal-wrapper ol > li {
  margin-top: 30px;
  margin-bottom: 30px; }

.legal-wrapper ol li > ol li {
  margin-top: 5px;
  margin-bottom: 30px; }

.legal-wrapper ol {
  counter-reset: item; }

.legal-wrapper ul > li,
.legal-wrapper ol > li {
  padding-left: 3px;
  line-height: 24px;
  margin-bottom: 8px; }

.legal-wrapper ol li {
  display: block;
  position: relative; }

.legal-wrapper ol li:before {
  font-size: 28px; }

.legal-wrapper ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  margin-top: 9px;
  color: #7b7b7b; }

.legal-wrapper ol li > ol li:before {
  font-size: 0.9rem; }

.legal-wrapper ul.bullet-list > li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background: #626262;
  counter-increment: initial; }

.legal-wrapper ul.bullet-list > li {
  margin-bottom: 10px; }

.legal-wrapper p {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  line-height: 25px;
  margin: 0 0 10px 0;
  font-style: normal;
  white-space: normal;
  font-weight: 400; }

.legal-wrapper ol li,
.legal-wrapper ul li {
  font-size: 0.9rem; }

/* ABOUT US */
.AboutUsPG .TopIntroSec p {
  color: #fff; }

.AboutUsPG .TopIntroSec .ImgContentWrap {
  position: relative;
  z-index: -1; }

.AboutUsPG .StarBg {
  position: relative;
  z-index: 0; }

.AboutUsPG .StarBg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/revamp2019/star.png) center center;
  top: 0px;
  left: 0px;
  z-index: -99; }

.AboutUsPG .GroupImgWrap {
  margin-left: -15px;
  margin-right: -15px; }

/*.AboutUsPG .ProfileImgWrap { margin-top: -140px; }*/
.AboutUsPG ul.crew_Row {
  list-style: none;
  max-width: 1360px;
  margin: auto;
  text-align: center; }

.AboutUsPG ul.crew_Row li.crew_Col {
  text-decoration: none;
  margin: 0px 15px;
  min-width: 160px;
  max-width: 160px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.5rem; }

.AboutUsPG ul.crew_Row li.crew_Col .ProfileImgWrap {
  margin: auto;
  max-width: 120px; }

.AboutUsPG ul.crew_Row li.crew_Col .ProfileImgWrap .img-rounded {
  border-radius: 100%; }

.AboutUsPG ul.crew_Row li.crew_Col strong {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0rem;
  display: block; }

.AboutUsPG ul.crew_Row li.crew_Col .label_font {
  font-size: 0.75rem; }

.AboutUsPG .JourneySec {
  position: relative;
  padding: 5rem 0; }

.AboutUsPG .JourneySec h2 {
  font-weight: 300; }

.AboutUsPG .JourneySec p {
  font-size: 1.15rem;
  color: #fff;
  opacity: 0.8; }

.AboutUsPG .JourneySec .Moon {
  position: absolute;
  display: block;
  top: -1px;
  right: 8vw;
  width: 16vw;
  height: auto;
  max-width: 317px;
  min-width: 135px; }

.AboutUsPG .JourneySec .ThisWay {
  position: absolute;
  display: block;
  top: 2vh;
  left: 3vw;
  width: 16vw;
  height: auto;
  max-width: 292px;
  min-width: 110px; }

.AboutUsPG .JourneySec .UFO {
  position: absolute;
  display: block;
  bottom: -3vh;
  left: 2vw;
  width: 20vw;
  height: auto;
  max-width: 411px;
  min-width: 160px; }

.profile-img-fluid {
  max-width: 100%;
  height: 120px; }

/* ENGINEMAILER 101 */
.EM101PG .TopIntroSec p {
  color: #fff; }

.EM101PG .TopIntroSec .TopTextWrap {
  position: absolute;
  width: 100%; }

.EM101PG .TopIntroSec .BottomTextWrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 6%; }

.EM101PG .TopIntroSec .BottomTextWrap a {
  color: #ffffff; }

.EM101PG .TopIntroSec .HeaderBg {
  position: relative;
  z-index: 1; }

.EM101PG .StarBg {
  position: relative;
  z-index: 0; }

.EM101PG .StarBg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/revamp2019/star.png) center center;
  top: 0px;
  left: 0px;
  z-index: -99; }

.EM101PG p.greyTitle {
  font-size: 20px;
  font-weight: bold; }

.EM101PG .ReadySetBg {
  position: relative;
  height: 400px; }

.EM101PG .ReadySetBg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/101/ready_set_go_ground.png) center center;
  top: 0px;
  left: 0px;
  z-index: 1; }

.EM101PG .ReadySetBg .RocketWrap {
  position: absolute;
  display: block;
  bottom: 0;
  right: 30vw;
  z-index: 0; }

.EM101PG .ReadySetBg a {
  color: #ffffff; }

.EM101PG .ImgContentWrap {
  position: relative; }

.EM101PG .ImgContentWrap .FloatingUFOLeft {
  position: absolute;
  top: -30px;
  left: 0; }

.EM101PG .ImgContentWrap .FloatingUFORight {
  position: absolute;
  top: -30px;
  right: -30px; }

.EM101PG .ImgContentWrap .FloatingUFOCenter {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.EM101PG .accordianItem {
  border-bottom: 1px solid #bbbbbb;
  cursor: pointer;
  padding-bottom: 20px; }

.EM101PG .accordianItem h3:hover {
  color: #2073b4; }

.EM101PG .accordianItem:last-child {
  border-bottom: none; }

.EM101PG .accordianItem .accordianTitle {
  display: block;
  padding: 20px;
  padding-left: 40px;
  padding-bottom: 0px;
  position: relative; }

.EM101PG .accordianItem .accordianTitle:before {
  content: "\f077";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 23px;
  color: #666667;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }

.EM101PG .accordianItem .accordianTitle.collapsed:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.EM101PG .accordianItem .accordianTitle h3 {
  font-size: 22px;
  margin: 0;
  font-weight: bold; }

.EM101PG .accordianItem .accordianContent {
  padding-left: 40px; }

.EM101PG .StartedBorder {
  border: 1px solid #ffffff;
  border-radius: 9px;
  padding: 3rem; }

/*FeatureInnerPage*/
.FeatureInnerPage-masthead {
  color: #fff;
  position: relative;
  padding: 80px 0 30px 0;
  background: transparent linear-gradient(180deg, #0597c9 0%, #3d65ac 66%, #4d55a4 100%) 0% 0% no-repeat padding-box; }
  .FeatureInnerPage-masthead .FeatureInnerPage .masthead_content h1 {
    font-size: 2.6rem; }
  .FeatureInnerPage-masthead .FeatureInnerPage .masthead_content p {
    font-size: 1.4rem;
    color: #6d6d6d; }
  .FeatureInnerPage-masthead .Content#masthead_content h1 {
    font-weight: 700; }
  .FeatureInnerPage-masthead .Content#masthead_graphic {
    margin-bottom: -4rem;
    padding: 0px; }
  @media (max-width: 991px) {
    .FeatureInnerPage-masthead {
      padding: 30px 0px 10px 0px; } }
  @media (max-width: 769px) {
    .FeatureInnerPage-masthead {
      padding: 30px 0px 50px 0px; }
      .FeatureInnerPage-masthead .Content#masthead_graphic {
        padding: 10px 30px; } }

.FeatureInnerPage .Content {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto; }

.FeatureInnerPage .container-fluid.container-lg {
  max-width: 1700px; }

.FeatureInnerPage h2.h1 {
  font-weight: 700;
  font-size: 2.4rem; }

.FeatureInnerPage h3 {
  font-size: 2rem; }

.FeatureInnerPage p {
  font-size: 1.1rem; }

.FeatureInnerPage span,
.FeatureInnerPage label {
  font-size: 1.2rem;
  color: #6d6d6d; }

.FeatureInnerPage span.client_pos {
  font-size: 0.8rem;
  font-style: italic;
  color: #6d6d6d; }

.FeatureInnerPage #allOthers_list label {
  font-size: 0.9rem; }

.FeatureInnerPage label.icon_desc {
  font-weight: 600; }

.FeatureInnerPage .tools_row {
  padding: 100px 80px 30px;
  background: #f1fbfd; }

.features_wrap {
  padding: 6rem 0 0;
  background: #ffffff; }

.features_wrap #features_list .row {
  min-height: 500px;
  padding: 0px 100px; }

.features_wrap #features_list .row-ai-insights {
  padding-bottom: 200px; }

.features_wrap #features_list .row.feature_bg_white {
  background: #ffffff; }

.features_wrap #features_list .row.feature_bg_grey {
  background: #f2f7f9;
  /*box-shadow: 0 0 0 100vmax #f2f7f9; clip-path: inset(0 -100vmax);*/ }

#tool_iconWrap .iconWrap {
  max-width: 400px;
  align-content: center;
  display: table;
  padding: 1.2rem;
  margin: auto; }

/*#ctaWrapper { margin-top:100px; }*/
.allOthers_row {
  padding: 100px 30px 30px;
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax); }
  @media (max-width: 769px) {
    .allOthers_row div > img {
      max-width: 150px; } }

#allOthers_list .iconWrap img {
  margin-right: 20px;
  align-self: flex-start; }

#allOthers_list .iconWrap span {
  color: #373737;
  font-size: 1.1rem; }

.ThinkYouNeedToKnowSec {
  background-color: #f4f4f5; }

.ThinkYouNeedToKnowSec .ImgBox {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  max-width: 700px; }

.ThinkYouNeedToKnowSec .Content {
  padding: 30px 30px;
  display: block;
  max-width: 670px; }

/* AFFILIATES */
.AffiliatesPG .StarBg {
  position: relative;
  z-index: 0; }

.AffiliatesPG .StarBg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/revamp2019/star.png) center center;
  top: 0px;
  left: 0px;
  z-index: -99; }

.AffiliatesPG .arrow_h3 {
  position: relative;
  padding-left: 2rem; }

.AffiliatesPG .arrow_h3::before {
  content: "";
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 0;
  color: #666667; }

.AffiliatesPG .StorySec .ImgContentWrap img {
  width: 450px; }

.AffiliatesPG .HowDoesItWork_Sec.StarBg {
  position: relative;
  z-index: 0; }

.AffiliatesPG .HowDoesItWork_Sec.StarBg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/revamp2019/star.png) center center;
  top: 0px;
  left: 0px;
  z-index: -99; }

.AffiliatesPG .HowDoesItWork_Sec.StarBg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/Affliates/how_does_it_work_bg.png) no-repeat bottom right;
  bottom: 0px;
  right: 0px;
  z-index: -98; }

.AffiliatesPG .HowDoesItWork_Sec .step_Row .step_main .step_Box {
  padding: 2rem; }

.AffiliatesPG .HowDoesItWork_Sec .step_Row .step_main:nth-child(1) .step_Box {
  background: #f7f7f7; }

.AffiliatesPG .HowDoesItWork_Sec .step_Row .step_main:nth-child(2) .step_Box {
  background: #edebeb; }

.AffiliatesPG .HowDoesItWork_Sec .step_Row .step_main:nth-child(3) .step_Box {
  background: #dadada; }

.AffiliatesPG .HowDoesItWork_Sec .step_Row .step_Box .PlanTitle {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #373737; }

.AffiliatesPG .HowDoesItWork_Sec .step_Row .step_Box .Txt_Heading2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #373737;
  opacity: 1; }

.AffiliatesPG .HereWhatYouGetSec img {
  width: 350px; }

/* BLOG */
.BlogPG .SectionsWrap .MastheadWrap .Content {
  position: relative;
  z-index: 10;
  padding: 4rem 0rem 1rem 0rem;
  padding-bottom: 220px;
  pointer-events: none;
  cursor: default; }

.BlogListing {
  display: block;
  min-height: 500px; }

.BlogListing .BlogPost {
  position: relative;
  top: -170px;
  margin-bottom: -170px; }

.BlogListing .BlogItem {
  display: block;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  background: #fff;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  height: 400px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.BlogListing .BlogItem:hover {
  display: block;
  box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.3); }

.BlogListing .BlogItem .ImgHolder {
  display: block;
  height: 190px;
  width: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  background-color: #e4e4e4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCAyNSA1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0MS4yICgzNTM5NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+R3JvdXAgMzQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0ibGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJHcm91cC0zNCIgZmlsbD0iI0Q4RDhEOCI+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIyLjUiIGN5PSIyLjUiIHI9IjIuNSI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIxMi41IiBjeT0iMi41IiByPSIyLjUiPjwvY2lyY2xlPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iMjIuNSIgY3k9IjIuNSIgcj0iMi41Ij48L2NpcmNsZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==); }

.BlogListing .BlogItem .ImgHolder img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover; }

.BlogListing .BlogItem .Content {
  color: #373737;
  display: block;
  padding: 1.1rem;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 190px; }

.BlogListing .BlogItem .Content .Date {
  font-size: 0.8rem;
  display: block;
  margin-bottom: 10px; }

.BlogListing .BlogItem .Content .Title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0px;
  margin-bottom: 15px; }

.BlogListing .BlogItem .Content p {
  opacity: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0px;
  margin-bottom: 15px; }

.BlogListing .BlogItem:hover .ImgHolder img {
  transform: translateY(-10px); }

.BlogListing .BlogItem:hover .Content {
  top: 0px;
  height: 100%;
  width: 100%; }

.BlogListing .BlogItem:hover .Content p {
  opacity: 1; }

.BlogListing .BlogItem .ImgHolder img,
.BlogListing .BlogItem .Content,
.BlogListing .BlogItem .Content p {
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99);
  -moz-transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99);
  transition: all 0.5s cubic-bezier(0.37, 0.04, 0, 0.99); }

.BlogListing .BlogPost .PagingBox {
  display: block;
  margin-bottom: 40px; }

.BlogListing .SignUpItem {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 89%;
  padding: 20px;
  margin-bottom: 50px;
  background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1); }

.BlogListing .SignUpItem h4.Title {
  font-weight: 300;
  color: #fff;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.2em;
  text-align: center;
  width: 100%; }

.BlogListing .SignUpItem a {
  color: #fff; }

.BlogListing .SubscribeItem {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 89%;
  padding: 0px 20px;
  margin-bottom: 50px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  background-image: url("/Content/images/subscribe_mast_bg.svg");
  background-repeat: no-repeat;
  background-color: #488ecb;
  background-position: top center; }

.BlogListing .SubscribeItem h4.Title {
  font-weight: 300;
  color: #fff;
  margin: 20px 0px;
  line-height: 1.2em; }

.BlogListing .SignUpItem a {
  color: #fff; }

.BlogListing .SubscribeItem small {
  font-size: 0.8rem; }

/* BlogInnerPG */
.BlogInnerPG .BlogPost .FeaturedImage {
  min-height: 19vw;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  background-color: #e4e4e4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCAyNSA1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0MS4yICgzNTM5NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+R3JvdXAgMzQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0ibGlnaHQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJHcm91cC0zNCIgZmlsbD0iI0Q4RDhEOCI+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIyLjUiIGN5PSIyLjUiIHI9IjIuNSI+PC9jaXJjbGU+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSIxMi41IiBjeT0iMi41IiByPSIyLjUiPjwvY2lyY2xlPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBjeD0iMjIuNSIgY3k9IjIuNSIgcj0iMi41Ij48L2NpcmNsZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==); }

.BlogInnerPG .BlogPost .FeaturedImage img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover; }

.BlogInnerPG .BlogPost .Content {
  display: block;
  margin-bottom: 40px; }

/* Blog RTB */
.BlogInnerPG .BlogPost .Content b,
.BlogInnerPG .BlogPost .Content strong {
  font-weight: 600; }

.BlogInnerPG .BlogPost .Content p {
  margin-bottom: 1.5rem; }

/* Blog All */
.BlogAll .SectionsWrap .MastheadWrap .Content {
  padding-bottom: 180px; }

.BlogAll .BlogPost_All ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.BlogAll .BlogPost_All ul li {
  display: flex;
  clear: both;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e8e8e8; }

.BlogAll .BlogPost_All ul li h3 {
  margin: 0px; }

.BlogAll .BlogPost_All ul li h3 a {
  color: #373737; }

.BlogAll .BlogPost_All ul li h3 a:hover {
  color: #000; }

.BlogAll .BlogPost_All ul li .Dates {
  min-width: 82px;
  position: relative;
  bottom: 0px;
  left: 0px;
  margin-left: 0px;
  margin-right: 20px;
  display: block;
  width: 82px;
  height: 82px;
  padding: 10px;
  z-index: 10;
  border-radius: 100px;
  background: #0f9bdc;
  text-align: center;
  line-height: 20px; }

.BlogAll .BlogPost_All ul li .Dates .month {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: block;
  text-transform: uppercase; }

.BlogAll .BlogPost_All ul li .Dates .day {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: block; }

.BlogAll .BlogPost_All ul li .Dates .year {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: block; }

/***************/
/* AddToAny */
/***************/
.a2a_centered {
  display: flex;
  justify-content: center;
  /* centers horizontally */
  gap: 4px;
  /* optional spacing between buttons */ }

/***************/
/* Blog v2 */
/***************/
.BlogV2PG .SectionsWrap {
  overflow: inherit;
  position: inherit; }

.BlogV2PG .SectionsWrap .MastheadWrap .Content {
  position: relative;
  z-index: 10;
  padding: 4rem 0rem 1rem 0rem;
  padding-bottom: 120px;
  pointer-events: none;
  cursor: default; }

.BlogV2PG .PageWrap {
  overflow: inherit; }

.BlogV2PG .addthis-smartlayers-desktop {
  display: none; }

/* Tags */
a.Item-Tag {
  display: inline-block;
  background: #00aad0;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 15px; }

a.Item-Tag:hover {
  background-color: #00a0cf; }

a.Item-Tag.Selected {
  background: linear-gradient(45deg, #f0af4f 0%, #f17754 100%);
  pointer-events: none; }

ul.Tags {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.Tags li {
  display: inline-block;
  margin: 0px 2px 10px 2px; }

ul.Tags l1 a {
  display: inline-block; }

/* Breadcrumb */
.BlogV2 .BlogPost .breadcrumb {
  background: inherit;
  padding: 0px;
  font-size: 14px;
  margin-bottom: 1.5rem; }

.BlogV2 .BlogPost .breadcrumb li.active {
  white-space: nowrap;
  max-width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis; }

/* Listing */
.BlogV2 {
  display: block;
  min-height: 500px; }

.BlogV2 .BlogPost {
  position: relative; }

.BlogV2 .BlogPost .col-blog-item {
  margin-bottom: 2.5rem; }

.BlogV2 .BlogPost .img-holder {
  background-color: #fff; }

.BlogV2 .BlogPost .addthis-sticky-left {
  position: sticky;
  top: 80px;
  width: 0px;
  overflow: visible;
  float: left;
  margin-bottom: calc(100vh - 100px);
  margin-top: 5%; }

.BlogV2 .BlogPost .addthis-sticky-left > div {
  top: 60px;
  width: 47px; }

.BlogV2 .BlogPost .addthis-sticky-left .at-share-btn-elements {
  display: flex;
  flex-direction: column; }

.BlogV2 .BlogPost #AP_RelatedPost:empty:after {
  content: "Oops! We don't have any related posts at the moment. Check back later!";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px; }

.BlogV2 .BlogPost .blog-item-Featured {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 320px;
  background-color: #fff;
  position: relative; }

.BlogV2 .BlogPost .blog-item-Featured:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: url(/Content/images/blogloader.gif) no-repeat center center #fff;
  background-size: 40px; }

.BlogV2 .BlogPost .blog-item-Featured .col-latest-item {
  position: relative;
  z-index: 1; }

.BlogV2 .BlogPost .blog-item-Featured .img-holder {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover; }

.BlogV2 .BlogPost .blog-item-Featured .img-holder a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff00; }

.BlogV2 .BlogPost .blog-item-Featured .img-holder a:hover {
  background-color: #ffffff20; }

.BlogV2 .BlogPost .blog-item-Featured .img-holder img {
  width: 100%;
  height: 100%; }

.BlogV2 .BlogPost .blog-item-Featured .Content p {
  font-size: 16px; }

.BlogV2 .BlogPost .blog-item-Featured .Content p a {
  color: inherit; }

.BlogV2 .BlogPost .Content {
  background: #fff;
  padding: 20px; }

.BlogV2 .BlogPost .Content .Date {
  font-size: 13px;
  font-style: italic;
  display: block;
  margin-bottom: 10px; }

.BlogV2 .BlogPost .Content .Date em {
  font-size: 23px;
  color: #2ea5d0;
  font-style: normal;
  position: relative;
  top: 4px; }

.BlogV2 .BlogPost .Content ul.Tags {
  list-style: none;
  margin: 0;
  padding: 0; }

.BlogV2 .BlogPost .Content ul.Tags li:first-child {
  margin-left: 0px; }

.BlogV2 .BlogPost .Content ul.Tags li:last-child {
  margin-right: 0px; }

.BlogV2 .BlogPost .Content ul.Tags l1 a {
  display: inline-block; }

.BlogV2 .BlogPost .Content .Title a {
  color: inherit;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.3em; }

.BlogV2 .BlogPost .Content .Title a:hover {
  color: #00aad0; }

.BlogV2 .BlogPost .Content .author {
  display: block; }

.BlogV2 .BlogPost .Content .author a {
  color: inherit; }

.BlogV2 .BlogPost .Content .author .profile-img {
  width: 37px;
  display: inline-block;
  margin-right: 8px; }

.BlogV2 .BlogPost .Content .author .name-txt {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px; }

.BlogV2 .BlogPost .Content .author .name-txt span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  top: -3px; }

.BlogV2 .BlogPost .blog-item {
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.BlogV2 .BlogPost .blog-item .Content p {
  font-size: 16px; }

.BlogV2 .BlogPost .blog-item .Content p a {
  color: inherit;
  font-size: 16px; }

.BlogV2 .BlogPost .blog-item .Content p a:hover {
  color: #000; }

.BlogV2 .BlogPost .blog-item .Content .Title a {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3em; }

.BlogV2 .BlogPost .blog-item .img-holder a img {
  opacity: 1;
  height: 197px;
  object-fit: cover;
  width: 100%; }

.BlogV2 .BlogPost .blog-item .img-holder a:hover img {
  opacity: 0.8; }

.BlogV2 .BlogPost.Allpost .col-blog-item {
  margin-bottom: 1.5rem; }

.BlogV2 .BlogPost.Allpost .col-blog-item .blog-item .Content {
  display: flex;
  padding: 0px;
  align-items: center;
  height: 100%; }

.BlogV2 .BlogPost.Allpost .col-blog-item .blog-item .Content a {
  display: flex;
  height: 100%; }

.BlogV2 .BlogPost.Allpost .col-blog-item .blog-item .Content .box-left {
  background: #00aad0;
  width: 135px;
  min-height: 135px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  color: #fff; }

.BlogV2 .BlogPost.Allpost .col-blog-item .blog-item .Content .box-left:hover {
  background: #00a0cf; }

.BlogV2 .BlogPost.Allpost .col-blog-item .blog-item .Content .box-right {
  padding: 1rem; }

.BlogV2 .BlogPost.Allpost .col-blog-item .blog-item .Content .Date {
  font-size: 21px;
  text-align: center;
  font-style: normal;
  line-height: 19px; }

.BlogV2 .BlogPost.Allpost .col-blog-item .blog-item .Content .Date em {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #fff; }

.BlogV2 .BlogPost.Allpost .col-blog-item .blog-item .Content .Readtime {
  font-size: 12px; }

/* Post */
.masthead-wrap {
  display: flex;
  margin-bottom: 1.5rem; }

.masthead-wrap .masthead-img {
  width: calc(50%);
  background-size: cover;
  background-position: center center;
  background-color: #f4f4f4;
  padding-bottom: 22vw;
  order: 1; }

.masthead-wrap .masthead-content {
  width: calc(50% + 180px);
  display: flex;
  justify-content: flex-end;
  align-items: center; }

/*.masthead-wrap .masthead-content { width:calc(50% + 50px); display: flex;  justify-content: flex-end; align-items: center;	}*/
.masthead-wrap .masthead-content .content {
  max-width: 640px;
  float: right;
  width: calc(100% - 30px);
  color: #fff;
  margin: 3rem 10px; }

.masthead-wrap .masthead-content .content .Title {
  margin-bottom: 1rem; }

.masthead-wrap .masthead-content .content .Date {
  font-size: 13px;
  font-style: italic;
  display: block; }

.masthead-wrap .masthead-content .content .Date em {
  font-size: 23px;
  color: #fff;
  font-style: normal;
  position: relative;
  top: 4px; }

.masthead-wrap .masthead-content .content p {
  font-size: 0.9rem; }

.masthead-wrap .masthead-content .content .author a {
  color: inherit;
  display: inline-block;
  margin-bottom: 0.3rem; }

.masthead-wrap .masthead-content .content .author .profile-img {
  width: 37px;
  display: inline-block;
  margin-right: 8px; }

.masthead-wrap .masthead-content .content .author .name-txt {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px; }

.masthead-wrap .masthead-content .content .author .name-txt span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  top: -3px; }

@media (max-width: 1400px) {
  .masthead-wrap .masthead-content {
    width: calc(50%);
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .masthead-wrap .masthead-content .content {
    margin: 2rem 10px; } }

/* RTB */
.BlogV2 .BlogPost .Content .RTB {
  margin-bottom: 2rem; }

.BlogV2 .BlogPost .Content .RTB .bleedout {
  margin-left: -45px;
  width: calc(100% + 90px); }

.BlogV2 .BlogPost .Content .RTB p,
.BlogV2 .BlogPost .Content .RTB ul {
  margin-bottom: 1.5rem; }

.BlogV2 .BlogPost .Content .RTB p.feat-text {
  line-height: 2.1rem;
  font-size: 1.6rem;
  font-style: italic; }

.BlogV2 .BlogPost .Content .RTB p.feat-text-lines {
  text-align: center; }

.BlogV2 .BlogPost .Content .RTB p.feat-text-lines:before,
.BlogV2 .BlogPost .Content .RTB p.feat-text-lines:after {
  content: "";
  display: block;
  height: 3px;
  max-width: 187px;
  background: #2ea5d0;
  margin: 20px auto; }

.BlogInnerPG .BlogPost .Content .bleedout {
  margin-left: -45px;
  width: calc(100% + 90px); }

.BlogInnerPG .BlogPost .Content p,
.BlogInnerPG .BlogPost .Content ul {
  margin-bottom: 1.5rem; }

.BlogInnerPG .BlogPost .Content p.feat-text {
  line-height: 2.1rem;
  font-size: 1.6rem;
  font-style: italic; }

.BlogInnerPG .BlogPost .Content p.feat-text-lines {
  text-align: center; }

.BlogInnerPG .BlogPost .Content p.feat-text-lines:before,
.BlogInnerPG .BlogPost .Content p.feat-text-lines:after {
  content: "";
  display: block;
  height: 3px;
  max-width: 187px;
  background: #2ea5d0;
  margin: 20px auto; }

/* Authors */
.BlogV2 .Authors .profile-img img {
  width: 190px; }

.BlogV2 .Authors .social-link {
  color: inherit;
  font-weight: 700;
  font-size: 0.8rem; }

.BlogV2 .Authors .social-link:hover {
  opacity: 0.8; }

.BlogV2 .Authors .social-link i.fab {
  font-size: 26px;
  color: #9c9c9c;
  font-weight: 300;
  margin-right: 6px; }

.BlogV2 .Authors a.social-link[href='//'] {
  display: none !important; }

/* Featured Authors Footer */
.featured-authors-footer .author {
  display: block;
  margin-bottom: 1.5rem;
  padding: 0px 0.5rem; }

.featured-authors-footer .author a {
  color: #fff;
  text-align: center;
  display: block; }

.featured-authors-footer .author a:hover {
  opacity: 0.8; }

.featured-authors-footer .author .profile-img {
  width: 5.5rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

.featured-authors-footer .author .name-txt {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px; }

.featured-authors-footer .author .name-txt span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  max-width: 130px;
  margin: 0 auto; }

@media (max-width: 769px) {
  .BlogV2PG .FooterWrap {
    padding-bottom: 60px !important; }
  .masthead-wrap {
    display: block; }
  .masthead-wrap .masthead-img {
    width: 100%;
    padding-bottom: 0vw; }
  .masthead-wrap .masthead-content {
    width: 100%; }
  .masthead-wrap .masthead-content .content {
    max-width: inherit;
    float: none;
    width: 100%;
    margin: 0rem 0px;
    padding: 20px; }
  /* RTB */
  .BlogV2 .BlogPost .Content .bleedout {
    margin-left: -15px;
    width: calc(100% + 30px); } }

/***************/
/* White Paper */
/***************/
.wp-thumbnail-cover {
  width: 11rem;
  transform: rotate(-10deg);
  display: block; }

.wp-thumbnail-cover:hover {
  transform: rotate(-4deg); }

.WhitepaperPG .SectionsWrap .MastheadWrap .Content {
  position: relative;
  z-index: 10;
  padding: 4rem 0rem 1rem 0rem;
  padding-bottom: 90px;
  pointer-events: none;
  cursor: default; }

@media (max-width: 769px) {
  .WhitepaperPG .SectionsWrap .WhitePaperCover {
    width: 190px; }
  .WhitepaperPG .SectionsWrap .WhitePaper-Form {
    box-shadow: none !important;
    padding: 0px !important; } }

/* PricingPG  */
.PricingPG .SectionsWrap .MastheadWrap .Content {
  position: relative;
  z-index: 10;
  padding: 4rem 0rem 1rem 0rem;
  padding-bottom: 220px;
  pointer-events: none;
  cursor: default; }

.PricingPG .PriceSec {
  display: block; }

.PricingPG .PriceSec .BoxShadow {
  background: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1); }

.PricingPG .PriceSec .PriceWrap {
  position: relative;
  top: -170px;
  margin-bottom: -170px; }

.PricingPG .PriceSec .PriceWrap .PriceListing {
  margin-bottom: 40px; }

.PricingPG .PriceSec .PriceWrap .PriceListing .HeadTitle {
  background: #28a745;
  padding: 18px 10px; }

.PricingPG .PriceSec .PriceWrap .PriceListing .HeadTitle h2 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 100;
  text-align: center; }

.PricingPG .PriceSec .PriceWrap .PriceListing .HeadTitle h2 strong {
  font-weight: 600; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #ededed; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li {
  padding: 20px;
  position: relative; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li:first-child:hover {
  background: #fff;
  cursor: inherit; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li:hover {
  background: #ededed;
  cursor: pointer; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li.Selected {
  background: #f0faff;
  cursor: inherit;
  overflow: hidden; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li.Selected:before {
  content: "YOUR PLAN";
  position: absolute;
  display: block;
  padding: 2px;
  background: #28a745;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 10px;
  transform-origin: bottom left;
  bottom: 0px;
  width: 12%;
  text-align: center;
  font-weight: 800; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li.Labels {
  padding-bottom: 10px; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.Labels {
  color: #28a745;
  font-size: 0.9rem;
  display: block;
  margin-bottom: -6px; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.Icons {
  display: block;
  text-align: center; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.Icons img {
  max-width: 30px; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.NoEmail {
  color: #373737;
  font-size: 1.7rem; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.Price {
  color: #373737;
  font-size: 1.7rem;
  font-weight: 700; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.Price:before {
  content: "$";
  font-size: 1rem;
  position: relative;
  top: -7px;
  padding-right: 4px; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.Price:after {
  content: "/mo";
  font-size: 1rem; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.FREE {
  color: #373737;
  font-size: 1.7rem;
  font-weight: 700; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.FREE:before,
.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.FREE:after {
  display: none; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.Overage {
  color: #373737;
  font-size: 1.5rem; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li span.Overage:before {
  content: "$";
  font-size: 0.9rem;
  position: relative;
  top: -7px;
  padding-right: 4px; }

.PricingPG .PriceSec .PriceWrap .PriceListing ul li .TooltipsPopover {
  display: block;
  font-size: 12px;
  font-style: italic; }

.PricingPG .NGOsec.StarBg {
  position: relative;
  z-index: 0;
  padding: 2rem; }

.PricingPG .NGOsec.StarBg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/revamp2019/star.png) center center;
  top: 0px;
  left: 0px;
  z-index: -99; }

.PricingPG .NGOsec.StarBg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/pricing/ngo_mascot_01.png) no-repeat;
  top: 0px;
  left: 5%;
  z-index: -98;
  opacity: 0.5; }

.PricingPG .NGOsec .ImgBox {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(5%, 20%);
  z-index: -97;
  max-width: 750px; }

/* Side Panel _v2*/
.PricingPG .PriceSec .PriceWrap .SidePanel {
  margin-bottom: 40px;
  position: relative; }

.PricingPG .PriceSec .PriceWrap .SidePanel .EstimateEmails_Box {
  padding: 30px; }

.PricingPG .PriceSec .PriceWrap .SidePanel .EstimateEmails_Box h3 {
  color: #28a745;
  text-align: center; }

.PricingPG .PriceSec .PriceWrap .SidePanel .EstimateEmails_Box p {
  text-align: center;
  font-size: 16px; }

.PricingPG .PriceSec .PriceWrap .SidePanel .EstimateEmails_Box .Volume_Box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 30px; }

.PricingPG
.PriceSec
.PriceWrap
.SidePanel
.EstimateEmails_Box
.Volume_Box
.Icon {
  display: inline-flex;
  font-size: 21px;
  color: #c9c9c9; }

.PricingPG
.PriceSec
.PriceWrap
.SidePanel
.EstimateEmails_Box
.Volume_Box
.Field {
  display: inline-flex;
  padding: 0px 20px; }

.PricingPG
.PriceSec
.PriceWrap
.SidePanel
.EstimateEmails_Box
.Volume_Box
.Field
input {
  font-size: 36px;
  padding: 0px;
  margin: 0px;
  border: none !important;
  text-align: center; }

.PricingPG
.PriceSec
.PriceWrap
.SidePanel
.EstimateEmails_Box
.Volume_Box
.Field
input:focus {
  outline: none;
  box-shadow: none; }

.PricingPG
.PriceSec
.PriceWrap
.SidePanel
.EstimateEmails_Box
.Volume_Box
.Label {
  display: inline-flex;
  font-size: 14px; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box {
  background: #28a745;
  padding: 50px 30px 30px 30px; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content {
  color: #fff;
  text-align: center; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content span {
  margin-bottom: 8px; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content .Txt_Heading {
  font-size: 1.1rem;
  display: block;
  font-weight: 100;
  line-height: 1em; }

.PricingPG
.PriceSec
.PriceWrap
.SidePanel
.YourPlan_Box
.Content
.Txt_Heading2 {
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
  line-height: 1em; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content .Txt_Amount {
  font-size: 77px;
  display: block;
  margin-top: -10px;
  margin-bottom: -10px;
  white-space: nowrap; }

.PricingPG
.PriceSec
.PriceWrap
.SidePanel
.YourPlan_Box
.Content
.Txt_Amount
em {
  font-size: 45px;
  font-weight: 600;
  display: inline-block;
  font-style: normal; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content .Txt_Sub {
  font-size: 1.1rem;
  font-weight: 100;
  display: block; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content .SignUp {
  font-size: 1.35rem;
  display: block; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content .SignUp a {
  font-size: 12px;
  display: block; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content .SignUp a em {
  font-size: 18px;
  display: block;
  font-style: normal; }

.PricingPG .PriceSec .PriceWrap .SidePanel .YourPlan_Box .Content p {
  font-size: 16px;
  display: block; }

.PricingPG .PriceSec .PriceWrap .SidePanel:after {
  content: "";
  background-image: url("/Content/images/pricing/ele_commander.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 110px;
  height: 140px;
  left: 95%;
  top: 40px; }

.PricingPG .PriceSec .PriceWrap .nav-pills {
  display: none;
  margin: 0px 10px; }

.PricingPG .PriceSec .PriceWrap .nav-pills .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px; }

.PricingPG .PriceSec .PriceWrap .nav-pills .nav-link:hover,
.PricingPG .PriceSec .PriceWrap .nav-pills .nav-link:active {
  color: #000000;
  background-color: #ffffff; }

.PricingPG .PriceSec .PriceWrap .nav-pills .nav-link.active {
  color: #000000; }

.PricingPG .PriceSec .PriceWrap .nav-pills .nav-item {
  margin: 0px 5px;
  transition: 0.1s all linear; }

.PricingPG .PriceSec .PriceWrap .nav-pills .nav-item.color {
  background-color: #ffffff;
  border-radius: 50px;
  position: relative;
  z-index: -1; }

.PricingPG .PriceSec .PriceWrap .tab-content {
  display: flex; }

v .PricingPG .PriceSec .tag_USD {
  margin-bottom: 1rem;
  color: #ffffff; }

.PricingPG .PriceSec .PriceWrap .tab-content > .tab-pane {
  display: block;
  opacity: 1;
  max-width: 33.3333333%;
  width: 100%;
  background: #ffffff;
  padding: 25px 30px; }

.PricingPG .PriceSec .PriceWrap .tab-content > .tab-pane:nth-child(1) {
  background: #f7f7f7; }

.PricingPG .PriceSec .PriceWrap .tab-content > .tab-pane:nth-child(2) {
  background: #edebeb; }

.PricingPG .PriceSec .PriceWrap .tab-content > .tab-pane:nth-child(3) {
  background: #dadada; }

.PricingPG
.PriceSec
.PriceWrap
.tab-content > .tab-pane:nth-child(3)
.PriceCol
.Txt_Heading2 {
  margin-bottom: 2.7rem; }

.PricingPG .PriceSec .PriceWrap .tab-pane h2.PlanTitle {
  font-weight: 900;
  margin-bottom: 2rem; }

.PricingPG .PriceSec .PriceWrap .tab-pane:nth-child(1) h2.PlanTitle {
  background: #f7f7f7; }

.PricingPG .PriceSec .PriceWrap .tab-pane:nth-child(2) h2.PlanTitle {
  background: #edebeb; }

.PricingPG .PriceSec .PriceWrap .tab-pane:nth-child(3) h2.PlanTitle {
  background: #dadada; }

.PricingPG .PriceSec .PriceWrap .Txt_Sub {
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
  text-align: center; }

.PricingPG .PriceSec .PriceWrap .tab-pane .PriceCol .BoxShadow {
  box-shadow: none;
  background: none; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1.2rem; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow ul li {
  margin-bottom: 0.5rem;
  line-height: 1.7rem;
  margin-left: 1.2rem; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow .Txt_Amount {
  display: inline-table;
  margin: 10px; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow .Txt_Amount .dollarsign {
  font-size: 35px;
  font-weight: 600;
  color: #28a745; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow .Txt_Amount .pricetxt {
  font-size: 65px;
  font-weight: 700;
  color: #28a745; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow .Txt_Amount .month {
  font-size: 25px;
  font-weight: 500; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.droptab
.btn-outline-dark {
  font-size: 1.2rem;
  font-weight: 700; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.droptab
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: none;
  outline: none; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.Content
span.Txt_Heading2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  display: block;
  padding: 0.66rem 0.75rem; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.Content
span.Custom_Heading2 {
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 2.2rem; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow .Content span.Custom_Sub {
  font-size: 18px;
  font-weight: 500;
  display: block; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow button {
  display: block;
  margin: auto;
  border-radius: 50px;
  margin-bottom: 0.5rem;
  width: 100%; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow button.btn {
  padding: 0.66rem 0.75rem; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow .dropdown-menu {
  border: none;
  border-radius: 4px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  padding: 0px; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.dropdown-menu
a.dropdown-item {
  padding: 1rem 2rem;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.dropdown-menu
a.dropdown-item:nth-child(2) {
  position: relative; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.dropdown-menu
a.dropdown-item:nth-child(2):before {
  content: "POPULAR";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22%;
  height: 16px;
  transform: rotate(-90deg) translateY(16px);
  padding: 2px;
  box-sizing: border-box;
  transform-origin: bottom left;
  display: block;
  font-size: 0.65rem;
  background-color: #28a745;
  color: #ffffff;
  text-align: center; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.dropdown-menu
a.dropdown-item:hover {
  background-color: #eaeaea; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.dropdown-menu
a.dropdown-item:active {
  background-color: #eaeaea; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.dropdown-menu
a.dropdown-item.active {
  background-color: #eaeaea; }

.PricingPG
.PriceSec
.PriceWrap
.PriceCol
.BoxShadow
.dropdown-menu
a.dropdown-item
span.emailIcon {
  margin-right: 20px; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow span.SignUp {
  display: block;
  margin: auto;
  border-radius: 50px;
  margin-bottom: 0.5rem;
  width: 100%; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow span.SignUp .btn {
  width: 100%;
  border-radius: 50px;
  padding: 0.75rem 0.75rem; }

.PricingPG .PriceSec .PriceWrap .PriceCol .BoxShadow span.GetQuote .btn {
  padding: 0.75rem 1.25rem; }

.PricingPG .PriceSec .PriceWrap .all_our_features:after {
  content: "";
  background-image: url("/Content/images/pricing/custom_shadow.png");
  background-size: cover;
  width: 100%;
  height: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: -2rem; }

.PriceSec .PriceWrap .all_our_features .panel_plus {
  padding: 2rem 2rem 0rem 2rem; }

.PriceSec .PriceWrap .all_our_features p {
  font-weight: 700;
  opacity: 1; }

.PricingPG .PriceSec .PriceWrap .all_our_features ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1.2rem;
  list-style: none; }

.PricingPG .PriceSec .PriceWrap .all_our_features ul li {
  margin-bottom: 0.5rem;
  line-height: 1.7rem; }

.PricingPG .PriceSec .PriceWrap .plus_features .panel_plus {
  padding: 2rem 2rem 2rem 2rem; }

.PricingPG .PriceSec .PriceWrap .plus_features .panel_plus:nth-child(1) {
  background: #f7f7f7; }

.PricingPG .PriceSec .PriceWrap .plus_features .panel_plus:nth-child(2) {
  background: #edebeb; }

.PricingPG .PriceSec .PriceWrap .plus_features .panel_plus:nth-child(3) {
  background: #dadada; }

.PricingPG .PriceSec .PriceWrap .plus_features ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1.2rem; }

.PricingPG .PriceSec .PriceWrap .plus_features ul li {
  margin-bottom: 0.5rem;
  line-height: 1.7rem;
  margin-left: 1.2rem; }

/* NON PROFITS */
.NonProfitPG .MastheadWrap {
  position: relative;
  z-index: 0;
  height: 24rem; }

.NonProfitPG .MastheadWrap:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/NonProfits/NonProfit_banner.jpg) center center;
  top: 0px;
  left: 0px;
  z-index: -99;
  background-size: cover; }

.NonProfitPG .MastheadWrap .Content {
  position: relative;
  z-index: 10;
  pointer-events: none;
  cursor: default;
  padding-top: 4.5rem;
  max-width: 720px;
  margin: 0 auto; }

.NonProfitPG .MastheadWrap h1 {
  padding: 2rem; }

.NonProfitPG .nonprofits_sec2 {
  position: relative;
  z-index: 0; }

.NonProfitPG .nonprofits_sec2 .StarBg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/Content/images/revamp2019/star.png) center center;
  top: 0px;
  left: 0px;
  z-index: -99; }

.NonProfitPG .nonprofits_sec2 .mascotsec {
  display: flex;
  position: relative;
  z-index: -1;
  margin-top: -3rem;
  margin-left: 4rem;
  margin-right: -4rem; }

/*.NonProfitPG .nonprofits_sec2 .mascotsec:after { content: " "; position: absolute; z-index: -1; width: 75%; left: 0; top: -0.6rem; height: 6rem; border: solid 2px #fff; border-color: transparent transparent #fff transparent; border-radius: 0 0 250px 50%/50px;}*/
.NonProfitPG .nonprofits_sec2 .mascotsec .mascot1 {
  width: 100%;
  max-width: 9rem; }

.NonProfitPG .nonprofits_sec2 .mascotsec .mascot2 {
  width: 100%;
  max-width: 15rem;
  align-self: flex-end;
  display: block;
  margin-left: auto; }

.NonProfitPG .nonprofits_sec2 .mascotsec .mascotline {
  width: 70%;
  height: 110px;
  border: solid 2px #fff;
  border-color: transparent transparent #fff transparent;
  border-radius: 0 0 250px 50%/50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -70%);
  z-index: -1; }

/* SUB FEATURES */
.SubSectionBlocks {
  height: auto;
  overflow: hidden;
  display: block;
  margin-bottom: 0px;
  padding: 50px 0px; }

.SubSectionBlocks h2 sup {
  font-size: 35%;
  top: -1.5em; }

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

.TabWrap {
  position: relative;
  display: block;
  z-index: 10; }

.TabWrap .TabFeaturesSec {
  position: relative;
  background: #fff;
  padding-bottom: 30px;
  padding-top: 40px; }

.TabWrap .TabFeaturesSec .TabList {
  position: relative;
  z-index: 100; }

.TabWrap .TabFeaturesSec .TabList ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.TabWrap .TabFeaturesSec .TabList ul li {
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.1rem; }

.TabWrap .TabFeaturesSec .TabList ul li a {
  color: #97a3a7;
  padding: 0px 15px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.TabWrap .TabFeaturesSec .TabList ul li a:hover {
  color: #000; }

.TabWrap .TabFeaturesSec .TabList ul li.Active a {
  color: #2072b4; }

.TabWrap .TabFeaturesSec .TabList ul li.Active:after {
  content: "";
  position: relative;
  top: 11px;
  z-index: 10;
  display: block;
  border-bottom: 2px solid #2072b4; }

.TabWrap .TabFeaturesSec .TabList:after {
  content: "";
  position: absolute;
  height: 80px;
  width: 67%;
  left: 50%;
  border-top: 1px solid #5bc9e9;
  transform: translateX(-50%); }

/*.TabWrap .TabFeaturesSec:after { content: ""; position: absolute; width: 100%; height: 100px; background: #fff; bottom: 0px; left: 0px;}*/
/* MASTHEAD V2 - 09/04/2019  */
/* MASTHEAD V3 - 21/07/2020  */
/* MASTHEAD V4 - 13/04/2023  */
.SectionsWrap .MastheadWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%);
  z-index: -1; }

.SectionsWrap .MastheadWrap .FeatureMastheadEleHolder {
  margin-bottom: 0px;
  display: block;
  padding: 0px 48px; }

.SectionsWrap .MastheadWrap .FeatureMastheadEleHolder img,
.SectionsWrap .MastheadWrap .FeatureMastheadEleHolder object {
  max-width: 470px;
  display: block;
  margin: 0 auto; }

.SectionsWrap .MastheadWrap {
  text-align: center;
  color: #fff;
  display: flex;
  position: relative;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: cover;
  margin-bottom: -2px; }

.SectionsWrap .MastheadWrap .Content {
  position: relative;
  z-index: 10;
  pointer-events: none;
  cursor: default;
  padding-top: 5rem;
  max-width: 1140px;
  margin: 0 auto; }

.SectionsWrap .MastheadWrap .Content p {
  margin-left: auto;
  margin-right: auto; }

/* NEW FEATURE PAGE - 2023 */
.SectionsWrap {
  /* ================================================
    BASE STRUCTURE (shared across all pages)
    ================================================ */
  /* =================================================
        SHARED RESPONSIVE PADDING (applies to both versions)
    ================================================= */
  /* =================================================
       PAGE-SPECIFIC BADGE POSITIONS (desktop + tablet)
    ================================================= */
  /* === Email Management Page === */
  /* === Create HTML Email Page === */
  /* === Send HTML Email Page === */
  /* === Email Tracking Page === */ }
  .SectionsWrap .MastheadFeaturesWrap {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(180deg, #0597c9 0%, #3d65ac 66%, #4d55a4 100%) 0% 0% no-repeat padding-box;
    padding-top: 80px;
    padding-bottom: 100px; }
    .SectionsWrap .MastheadFeaturesWrap .container {
      position: relative; }
    .SectionsWrap .MastheadFeaturesWrap .floating-badge {
      position: absolute;
      display: flex;
      gap: 10px;
      justify-content: flex-end;
      align-items: center;
      z-index: 20;
      transition: opacity 0.3s ease; }
      .SectionsWrap .MastheadFeaturesWrap .floating-badge img {
        max-width: 110px;
        height: auto;
        display: block; }
      .SectionsWrap .MastheadFeaturesWrap .floating-badge.fade-out {
        opacity: 0; }
    .SectionsWrap .MastheadFeaturesWrap .masthead-img-banner {
      display: block; }
    .SectionsWrap .MastheadFeaturesWrap .Content {
      display: block; }
      .SectionsWrap .MastheadFeaturesWrap .Content h1 {
        font-weight: 700; }
      .SectionsWrap .MastheadFeaturesWrap .Content p {
        margin-left: auto;
        margin-right: auto; }
    .SectionsWrap .MastheadFeaturesWrap .badge-container img {
      max-height: 200px;
      width: auto; }
  @media (min-width: 768px) {
    .SectionsWrap .BottomPaddingAdjustment {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .SectionsWrap .BottomPaddingAdjustment {
      padding-bottom: 30px !important; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .SectionsWrap .MastheadFeaturesWrap {
      padding-top: 30px; }
      .SectionsWrap .MastheadFeaturesWrap .badge-container img {
        max-height: 140px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .SectionsWrap .MastheadFeaturesWrap {
      padding-top: 30px; }
      .SectionsWrap .MastheadFeaturesWrap .badge-container img {
        max-height: 120px; } }
  @media (max-width: 576px) {
    .SectionsWrap .MastheadFeaturesWrap {
      padding-top: 30px;
      padding-bottom: 60px; }
      .SectionsWrap .MastheadFeaturesWrap .badge-container img {
        max-height: 100px; } }
  @media (min-width: 1024px) {
    .SectionsWrap .MastheadFeaturesWrap.BadgePadding {
      padding-top: 140px; } }
  @media (min-width: 993px) and (max-width: 1023px) {
    .SectionsWrap .MastheadFeaturesWrap.BadgePadding {
      padding-top: 140px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .SectionsWrap .MastheadFeaturesWrap.BadgePadding {
      padding-top: 110px; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .SectionsWrap .MastheadFeaturesWrap.BadgePadding {
      padding-top: 100px; } }
  @media (max-width: 576px) {
    .SectionsWrap .MastheadFeaturesWrap.BadgePadding {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .SectionsWrap .MastheadFeaturesWrap,
  .SectionsWrap .MastheadFeaturesWrap.BadgePadding {
    /* 🖥️ 993px–1200px */
    /* 💻 768px–992px */
    /* 📱 577px–767px */
    /* 📱 Mobile ≤ 576px */ }
    @media (min-width: 993px) and (max-width: 1200px) {
      .SectionsWrap .MastheadFeaturesWrap .floating-badge img,
      .SectionsWrap .MastheadFeaturesWrap.BadgePadding .floating-badge img {
        max-width: 100px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .SectionsWrap .MastheadFeaturesWrap .floating-badge img,
      .SectionsWrap .MastheadFeaturesWrap.BadgePadding .floating-badge img {
        max-width: 90px; } }
    @media (min-width: 577px) and (max-width: 767px) {
      .SectionsWrap .MastheadFeaturesWrap .floating-badge img,
      .SectionsWrap .MastheadFeaturesWrap.BadgePadding .floating-badge img {
        max-width: 80px; } }
    @media (max-width: 576px) {
      .SectionsWrap .MastheadFeaturesWrap .container,
      .SectionsWrap .MastheadFeaturesWrap.BadgePadding .container {
        display: flex;
        flex-direction: column; }
      .SectionsWrap .MastheadFeaturesWrap .floating-badge,
      .SectionsWrap .MastheadFeaturesWrap.BadgePadding .floating-badge {
        position: static;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        width: 100%;
        order: 1;
        z-index: 10; }
        .SectionsWrap .MastheadFeaturesWrap .floating-badge img,
        .SectionsWrap .MastheadFeaturesWrap.BadgePadding .floating-badge img {
          max-width: 80px; }
      .SectionsWrap .MastheadFeaturesWrap .row,
      .SectionsWrap .MastheadFeaturesWrap.BadgePadding .row {
        display: flex;
        flex-direction: column; }
        .SectionsWrap .MastheadFeaturesWrap .row .col-md-7,
        .SectionsWrap .MastheadFeaturesWrap.BadgePadding .row .col-md-7 {
          order: 4; }
          .SectionsWrap .MastheadFeaturesWrap .row .col-md-7 small,
          .SectionsWrap .MastheadFeaturesWrap.BadgePadding .row .col-md-7 small {
            order: 2;
            display: block;
            text-align: center;
            margin-top: 0.5rem; }
        .SectionsWrap .MastheadFeaturesWrap .row .col-md-5,
        .SectionsWrap .MastheadFeaturesWrap.BadgePadding .row .col-md-5 {
          order: 3; } }
  .SectionsWrap .floating-badge.email-management-badge-position {
    top: -44%;
    right: -140%; }
    @media (min-width: 993px) and (max-width: 1200px) {
      .SectionsWrap .floating-badge.email-management-badge-position {
        top: -45%;
        right: -140%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .SectionsWrap .floating-badge.email-management-badge-position {
        top: -30%;
        right: -140%; } }
    @media (min-width: 577px) and (max-width: 767px) {
      .SectionsWrap .floating-badge.email-management-badge-position {
        top: -40%;
        right: 0; } }
  .SectionsWrap .floating-badge.create-html-email-badge-position {
    top: -38%;
    right: -140%; }
    @media (min-width: 993px) and (max-width: 1200px) {
      .SectionsWrap .floating-badge.create-html-email-badge-position {
        top: -44%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .SectionsWrap .floating-badge.create-html-email-badge-position {
        top: -31%; } }
    @media (min-width: 577px) and (max-width: 767px) {
      .SectionsWrap .floating-badge.create-html-email-badge-position {
        top: -36%;
        right: 0; } }
  .SectionsWrap .floating-badge.send-html-email-badge-position {
    top: -46%;
    right: -140%; }
    @media (min-width: 993px) and (max-width: 1200px) {
      .SectionsWrap .floating-badge.send-html-email-badge-position {
        top: -50%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .SectionsWrap .floating-badge.send-html-email-badge-position {
        top: -34%; } }
    @media (min-width: 577px) and (max-width: 767px) {
      .SectionsWrap .floating-badge.send-html-email-badge-position {
        top: -44%;
        right: 0; } }
  .SectionsWrap .floating-badge.email-tracking-badge-position {
    top: -59%;
    right: -140%; }
    @media (min-width: 993px) and (max-width: 1200px) {
      .SectionsWrap .floating-badge.email-tracking-badge-position {
        top: -60%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .SectionsWrap .floating-badge.email-tracking-badge-position {
        top: -34%; } }
    @media (min-width: 577px) and (max-width: 767px) {
      .SectionsWrap .floating-badge.email-tracking-badge-position {
        top: -36%;
        right: 0; } }

.swiper-container {
  max-width: 100%;
  /* Prevent overflow */
  max-height: 100%;
  /* Prevent overflow */
  overflow: hidden;
  /* Hide any excess content */
  margin: auto;
  /* Center horizontally */ }

.swiper-logo {
  display: inline-block; }
  .swiper-logo .swiper-wrapper {
    transition-timing-function: linear; }

.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .swiper-slide.swiper-slide-image {
    height: 162px;
    width: 163px; }

.FeaturesPG .PageWrap {
  overflow: clip; }
  .FeaturesPG .PageWrap .SectionsWrap {
    overflow: inherit; }

.FeaturesPG .Trusted-logo-listing {
  display: block;
  max-width: 1220px;
  background: #fbfbfb;
  padding: 2rem 0px;
  box-shadow: 0px 6px 16px 0px rgba(51, 51, 51, 0.2);
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  margin-bottom: 60px; }
  .FeaturesPG .Trusted-logo-listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .FeaturesPG .Trusted-logo-listing ul li {
      display: inline-block;
      padding: 10px 15px; }
      .FeaturesPG .Trusted-logo-listing ul li img {
        height: auto;
        max-width: 100%; }
  @media (max-width: 769px) {
    .FeaturesPG .Trusted-logo-listing {
      margin-bottom: 0rem; } }

.FeaturesPG .Features {
  min-height: 50vh;
  display: block;
  margin-bottom: 3rem; }
  .FeaturesPG .Features .feat-img-ele {
    text-align: right;
    position: sticky;
    top: 100px;
    padding-right: 80px; }
    @media (max-width: 769px) {
      .FeaturesPG .Features .feat-img-ele {
        margin: 0 auto;
        max-width: 300px;
        padding: 20px; } }
  .FeaturesPG .Features .feat-item-box {
    display: block;
    margin-bottom: 4rem;
    padding: 15px; }
    @media (max-width: 991px) {
      .FeaturesPG .Features .feat-item-box {
        margin-bottom: 20px; } }
    .FeaturesPG .Features .feat-item-box .ico {
      display: block;
      margin-bottom: 5px; }
    .FeaturesPG .Features .feat-item-box .ico img {
      object-fit: contain;
      object-position: left bottom; }
    .FeaturesPG .Features .feat-item-box p {
      font-size: 14px; }

/* HomeV3 */
.HomeV3 {
  background-color: #fbfbfb;
  /* ------------------------------
       BadgePadding (modifier class)
       ------------------------------ */
  /* Bullet styles */
  /* Active bullet */
  /* NewTestimonial */
  /* Mobile nav is hidden by default */ }
  .HomeV3 .StarBg {
    position: relative;
    z-index: 0; }
    .HomeV3 .StarBg:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background: url(/Content/images/revamp2019/star.png) center center;
      top: 0px;
      left: 0px;
      z-index: -99; }
    .HomeV3 .StarBg:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background: url(/Content/images/home/home-masthead-bg-ele.png) no-repeat bottom center;
      bottom: 0px;
      left: 0px;
      z-index: -98; }
  .HomeV3 .Masthead {
    position: relative;
    background: linear-gradient(180deg, #0597c9 0%, #3d65ac 38%, #4d55a4 81%, #aaadd4 95%, #fff 100%);
    padding-top: 160px;
    padding-bottom: 240px;
    overflow: hidden; }
    .HomeV3 .Masthead .container {
      position: relative; }
    .HomeV3 .Masthead .floating-badge {
      position: absolute;
      top: -120px;
      right: -72%;
      display: flex;
      gap: 10px;
      justify-content: flex-end;
      align-items: center;
      z-index: 20; }
      .HomeV3 .Masthead .floating-badge img {
        max-width: 110px;
        height: auto;
        display: block; }
  .HomeV3 .Masthead.BadgePadding {
    /* adjust spacing for badge variant */
    padding-top: 200px;
    /* Responsive adjustments only for BadgePadding variant */ }
    @media (min-width: 1200px) {
      .HomeV3 .Masthead.BadgePadding .floating-badge {
        top: -120px; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .HomeV3 .Masthead.BadgePadding .floating-badge img {
        max-width: 100px; }
      .HomeV3 .Masthead.BadgePadding .floating-badge {
        top: -126px; } }
    @media (min-width: 577px) and (max-width: 767px) {
      .HomeV3 .Masthead.BadgePadding .floating-badge {
        top: -49%;
        right: 0; }
      .HomeV3 .Masthead.BadgePadding .floating-badge img {
        max-width: 90px; } }
    @media (max-width: 576px) {
      .HomeV3 .Masthead.BadgePadding {
        padding-top: 90px;
        padding-bottom: 160px; }
        .HomeV3 .Masthead.BadgePadding .container {
          display: flex;
          flex-direction: column; }
        .HomeV3 .Masthead.BadgePadding .floating-badge {
          position: static;
          justify-content: center;
          margin-top: 1rem;
          margin-bottom: 0.5rem;
          width: 100%;
          order: 2;
          z-index: 10; }
        .HomeV3 .Masthead.BadgePadding .row {
          display: flex;
          flex-direction: column; }
          .HomeV3 .Masthead.BadgePadding .row .col-md-7 {
            order: 1; }
            .HomeV3 .Masthead.BadgePadding .row .col-md-7 small {
              order: 3;
              display: block;
              text-align: center;
              margin-top: 0.5rem; }
          .HomeV3 .Masthead.BadgePadding .row .col-md-5 {
            order: 4; }
        .HomeV3 .Masthead.BadgePadding .floating-badge img {
          max-width: 80px; } }
  .HomeV3 .FeaturedSec {
    display: block;
    background-color: inherit;
    margin-top: -150px;
    padding-bottom: 10px; }
    .HomeV3 .FeaturedSec .box-card {
      display: block;
      background-color: #f5ffff;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 5px 18px 1px rgba(0, 0, 0, 0.08);
      margin-bottom: 40px; }
      .HomeV3 .FeaturedSec .box-card h2 {
        font-size: 1.5rem;
        margin-bottom: 0.8rem; }
      .HomeV3 .FeaturedSec .box-card p {
        font-size: 1rem; }
  .HomeV3 .FeaturesSec .ImgFeaWrap {
    margin-bottom: 0rem; }
  .HomeV3 .OurCustomerSec .container {
    max-width: 1300px; }
  .HomeV3 .OurTemplatesSec .container {
    max-width: 1300px; }
  .HomeV3 .ReviewSec .container {
    position: relative;
    padding-bottom: 50px; }
    .HomeV3 .ReviewSec .container .review-card {
      width: 19rem;
      z-index: 10;
      margin-bottom: 10%;
      min-height: 24rem; }
      @media (max-width: 768px) {
        .HomeV3 .ReviewSec .container .review-card {
          min-height: 26rem; } }
      .HomeV3 .ReviewSec .container .review-card .card-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 2px;
        height: 90px;
        padding: 15px 17px;
        align-content: center;
        border-bottom: 1px solid #eef1f1;
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 5px; }
        .HomeV3 .ReviewSec .container .review-card .card-header .card-username {
          display: flex;
          justify-content: flex-start;
          height: 24px;
          color: #0061a5;
          font-weight: bold; }
        .HomeV3 .ReviewSec .container .review-card .card-header .card-star-wrapper {
          height: 20px; }
          .HomeV3 .ReviewSec .container .review-card .card-header .card-star-wrapper .star {
            height: 1.3rem;
            width: 1.3rem; }
      .HomeV3 .ReviewSec .container .review-card .review-content:before, .HomeV3 .ReviewSec .container .review-card .review-content:after {
        content: "";
        width: 21px;
        height: 37px;
        display: block; }
      .HomeV3 .ReviewSec .container .review-card .review-content:before {
        background: url("/Content/images/home/review/1_quotes.png") no-repeat center; }
      .HomeV3 .ReviewSec .container .review-card .review-content:after {
        background: url("/Content/images/home/review/2_quotes.png") no-repeat center;
        margin-left: auto; }
      .HomeV3 .ReviewSec .container .review-card .review-content p {
        text-align: left;
        font-size: 1rem;
        padding: 0;
        margin-bottom: 0; }
      .HomeV3 .ReviewSec .container .review-card a {
        float: left;
        color: #2ea5d0;
        text-decoration: underline;
        font-size: 0.9rem; }
      .HomeV3 .ReviewSec .container .review-card .card-footer {
        display: flex;
        justify-content: space-between;
        height: 60px;
        padding: 17px;
        border-top: 1px solid #dee2e6;
        background-color: rgba(0, 0, 0, 0);
        align-items: center; }
        .HomeV3 .ReviewSec .container .review-card .card-footer .user-logo {
          width: 41px;
          height: 41px;
          margin-left: 0.5rem; }
        .HomeV3 .ReviewSec .container .review-card .card-footer .username {
          font-weight: bold;
          font-size: 20px;
          color: #3c65ad;
          margin-left: 12px;
          align-self: center;
          padding: 0; }
  .HomeV3 .swiper-button-prev,
  .HomeV3 .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, calc(-1.5vw));
    right: auto;
    color: #b7bbcc; }
  @media (max-width: 576px) {
    .HomeV3 .swiper-button-prev,
    .HomeV3 .swiper-rtl .swiper-button-next {
      left: 1%; } }
  .HomeV3 .swiper-button-next,
  .HomeV3 .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, calc(-1.5vw));
    left: auto;
    color: #b7bbcc; }
  @media (max-width: 576px) {
    .HomeV3 .swiper-button-next,
    .HomeV3 .swiper-rtl .swiper-button-prev {
      right: 1%; } }
  .HomeV3 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #b7bbcc; }
  .HomeV3 .swiper-pagination-bullet-active {
    background-color: #b7bbcc;
    /*Active bullet color*/
    transform: scale(1.2);
    /*Enlarge the active bullet*/ }
  .HomeV3 .FeaturedOnSec .logo-holder {
    display: flex;
    justify-content: center;
    gap: 15px; }
    .HomeV3 .FeaturedOnSec .logo-holder img {
      width: auto;
      max-width: 100%;
      max-height: 56px; }
  .HomeV3 .LastSec .sign-up-wrap {
    max-width: 750px; }
  .HomeV3 .NewTestimonial {
    position: relative; }
  .HomeV3 .NewTestimonial * {
    box-sizing: border-box; }
  .HomeV3 .NewTestimonial .section-header {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 40px;
    margin-bottom: 60px; }
  .HomeV3 .NewTestimonial .header-left {
    display: flex;
    flex-direction: column; }
  .HomeV3 .NewTestimonial .header-left h2 {
    margin-bottom: 30px; }
  .HomeV3 .NewTestimonial .badges {
    display: flex;
    gap: 20px;
    margin-bottom: 20%; }
    @media (max-width: 768px) {
      .HomeV3 .NewTestimonial .badges {
        margin-bottom: 5%; } }
  .HomeV3 .NewTestimonial .badge-header {
    background: #e74c3c;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; }
  .HomeV3 .NewTestimonial .badge-title {
    color: #2c3e50;
    margin-bottom: 8px; }
  .HomeV3 .NewTestimonial .badge-stars {
    color: #f39c12; }
  .HomeV3 .NewTestimonial .nav-buttons {
    display: flex;
    gap: 15px; }
  .HomeV3 .NewTestimonial .mobile-nav {
    display: none; }
  .HomeV3 .NewTestimonial .nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-size: 1.2rem;
    color: #666; }
  .HomeV3 .NewTestimonial .nav-btn:hover {
    border-color: #e74c3c;
    color: #e74c3c;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.2); }
  .HomeV3 .NewTestimonial .reviews-carousel {
    position: relative;
    overflow: hidden; }
  .HomeV3 .NewTestimonial .reviews-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease; }
  .HomeV3 .NewTestimonial .review-card {
    min-width: calc(60% - 15px);
    background: white;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column; }
  .HomeV3 .NewTestimonial .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
  .HomeV3 .NewTestimonial .reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0; }
  .HomeV3 .NewTestimonial .reviewer-info {
    display: flex;
    flex-direction: column; }
  .HomeV3 .NewTestimonial .reviewer-info h4 {
    margin-bottom: 8px;
    margin-top: 0; }
  .HomeV3 .NewTestimonial .stars {
    color: #f39c12; }
  .HomeV3 .NewTestimonial .review-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4; }
  .HomeV3 .NewTestimonial .review-text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1; }
  .HomeV3 .NewTestimonial .review-text p {
    margin: 0; }
  .HomeV3 .NewTestimonial .review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee; }
  .HomeV3 .NewTestimonial .review-footer a {
    color: #2ea5d0;
    text-decoration: underline;
    font-size: 0.9rem; }
  .HomeV3 .NewTestimonial .reviewer-name {
    color: #666;
    font-size: 0.95rem; }
  .HomeV3 .NewTestimonial .read-more {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s; }
  .HomeV3 .NewTestimonial .read-more:hover {
    color: #2980b9; }
  .HomeV3 .push-right {
    padding-right: 0;
    padding-left: 10%; }
  .HomeV3 .push-left {
    padding-right: 10%;
    padding-left: 0; }
  @media (max-width: 1200px) {
    .HomeV3 .NewTestimonial .review-card {
      min-width: 100%; } }
  @media (max-width: 968px) {
    .HomeV3 .NewTestimonial .section-header {
      grid-template-columns: 1fr; }
    .HomeV3 .NewTestimonial .review-card {
      min-width: 100%; }
    .HomeV3 .NewTestimonial .header-left {
      text-align: center; }
    .HomeV3 .NewTestimonial .badges {
      justify-content: center; }
    .HomeV3 .NewTestimonial .nav-buttons {
      justify-content: center; } }
  @media (max-width: 768px) {
    .HomeV3 {
      /* Hide desktop nav */
      /* Show mobile nav */ }
      .HomeV3 .NewTestimonial .header-left h2 {
        font-size: 2rem; }
      .HomeV3 .NewTestimonial .review-card {
        min-width: 100%; }
      .HomeV3 .NewTestimonial .badges {
        flex-wrap: wrap; }
      .HomeV3 .NewTestimonial .header-left {
        text-align: center; }
      .HomeV3 .NewTestimonial .nav-buttons {
        justify-content: center; }
      .HomeV3 .NewTestimonial .section-header {
        display: flex;
        flex-direction: column; }
      .HomeV3 .NewTestimonial .header-left .nav-buttons {
        display: none !important; }
      .HomeV3 .mobile-nav {
        display: flex !important;
        justify-content: center;
        margin-top: 20px;
        gap: 15px; } }
  @media (max-width: 991px) {
    .HomeV3 .StarBg:before {
      background-size: calc(100% - -620px); } }
  @media (max-width: 769px) {
    .HomeV3 .FeaturedSec {
      margin-top: -8rem; }
    .HomeV3 .FeaturesSec .ImgFeaWrap {
      margin-bottom: 2rem;
      padding: 0px 10px; }
    .HomeV3 .OurCustomerSec .CustomerLogos ul li {
      margin: 10px 13px; } }

/* PricingPG-v2*/
.PricingPG-v2 .StarBg {
  position: relative;
  z-index: 0; }
  .PricingPG-v2 .StarBg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/Content/images/revamp2019/star.png) center center;
    top: 0px;
    left: 0px;
    z-index: -99; }

.PricingPG-v2 .SectionsWrap {
  /* ---------------------------------
           BadgePadding (modifier variant)
           --------------------------------- */ }
  .PricingPG-v2 .SectionsWrap .MastheadPricingWrap {
    color: #fff;
    position: relative;
    padding: 80px 0 100px 0; }
    .PricingPG-v2 .SectionsWrap .MastheadPricingWrap .Content {
      display: block; }
      .PricingPG-v2 .SectionsWrap .MastheadPricingWrap .Content h1 {
        font-weight: 700; }
      .PricingPG-v2 .SectionsWrap .MastheadPricingWrap .Content p {
        margin-left: auto;
        margin-right: auto; }
    .PricingPG-v2 .SectionsWrap .MastheadPricingWrap .floating-badge {
      position: absolute;
      top: -70%;
      right: 0;
      display: flex;
      gap: 10px;
      justify-content: flex-end;
      align-items: center;
      z-index: 20;
      transition: opacity 0.3s ease; }
      .PricingPG-v2 .SectionsWrap .MastheadPricingWrap .floating-badge img {
        max-width: 110px;
        height: auto;
        display: block; }
      .PricingPG-v2 .SectionsWrap .MastheadPricingWrap .floating-badge.fade-out {
        opacity: 0; }
  .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding {
    padding-top: 160px;
    /* Large desktops and small laptops */
    /* Tablets (768px–992px) */
    /* Small tablets (577px–767px) */
    /* Mobile layout (≤576px) */ }
    @media (min-width: 993px) and (max-width: 1200px) {
      .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding {
        padding-top: 140px; }
        .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .floating-badge img {
          max-width: 100px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding {
        padding-top: 110px; }
        .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .floating-badge img {
          max-width: 90px; }
        .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .floating-badge {
          top: -44%;
          right: 0; } }
    @media (min-width: 577px) and (max-width: 767px) {
      .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding {
        padding-top: 100px; }
        .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .floating-badge img {
          max-width: 80px; }
        .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .floating-badge {
          top: -40%;
          right: 0; } }
    @media (max-width: 576px) {
      .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding {
        padding-top: 30px; }
        .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .container {
          display: flex;
          flex-direction: column; }
        .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .floating-badge {
          position: static;
          justify-content: center;
          margin-top: 1rem;
          margin-bottom: 0.5rem;
          width: 100%;
          order: 2;
          z-index: 10; }
          .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .floating-badge img {
            max-width: 80px; }
        .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .row {
          display: flex;
          flex-direction: column; }
          .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .row .col-md-7 {
            order: 1; }
            .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .row .col-md-7 small {
              order: 3;
              display: block;
              text-align: center;
              margin-top: 0.5rem; }
          .PricingPG-v2 .SectionsWrap .MastheadPricingWrap.BadgePadding .row .col-md-5 {
            order: 4; } }
  .PricingPG-v2 .SectionsWrap .PriceTableSec {
    display: block; }
    @media (min-width: 1200px) {
      .PricingPG-v2 .SectionsWrap .PriceTableSec .container {
        max-width: 1220px; } }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .header-row {
      border-bottom: 0px;
      position: relative;
      z-index: 3;
      background-color: transparent; }
      @media (min-width: 992px) {
        .PricingPG-v2 .SectionsWrap .PriceTableSec .header-row {
          border-top: 2px solid #edf1f2;
          border-bottom: 2px solid #edf1f2;
          background-color: #fff; } }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .header-col {
      border-right: 2px solid #edf1f2;
      background-color: #fff;
      margin-bottom: 30px; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-col:first-child {
        background-color: #f7fafc; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .header-col:first-child .header-content:first-child {
          justify-content: center;
          flex-direction: column; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-col:last-child {
        border-right: none; }
      @media (min-width: 992px) {
        .PricingPG-v2 .SectionsWrap .PriceTableSec .header-col {
          margin-bottom: 0px; }
          .PricingPG-v2 .SectionsWrap .PriceTableSec .header-col.col-lg-3 {
            /*flex: 0 0 23%;
                        max-width: 23%;*/ } }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content {
      text-align: center;
      padding: 30px 20px 20px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content label {
        font-weight: 700;
        color: #00b7d8;
        text-transform: uppercase;
        font-size: 1.7rem; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content p {
        color: #707070; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .plan-buttons {
        color: #00b7d8;
        font-size: 38px;
        width: 48px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0px 10px;
        cursor: pointer; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .plan-buttons.disabled {
          color: #ccc; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .Txt_Amount {
        color: #00b7d8;
        font-size: 44px;
        font-weight: 700;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .Txt_Amount .dollarsign {
          font-size: 30px;
          line-height: 60px; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .Txt_Amount .month {
          font-size: 22px;
          font-weight: 400;
          padding-top: 13px;
          padding-left: 2px; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .extra-info p {
        text-align: center;
        color: #00b7d8;
        margin-bottom: 0px;
        line-height: 1.4rem; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .extra-info a {
        color: #00b7d8;
        text-decoration: underline;
        font-weight: 700;
        font-size: 1.3rem; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .display-overage-price .overage_paid {
        color: #00b7d8;
        display: block;
        font-style: italic;
        margin-bottom: 10px;
        font-size: 0.8rem; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content .display-email-volume-options .volume_options {
        color: #00b7d8;
        display: block;
        margin-bottom: -5px;
        font-size: 0.9rem;
        font-weight: 600;
        letter-spacing: -0.5px; }
      @media (min-width: 992px) {
        .PricingPG-v2 .SectionsWrap .PriceTableSec .header-content {
          height: 100%; } }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .sticky-panel {
      position: sticky;
      top: 71px;
      z-index: 2;
      margin-top: -54px;
      display: block; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .sticky-panel .body-row {
        border-top: 2px solid #edf1f2;
        border-bottom: 2px solid #edf1f2 !important;
        box-shadow: 0px 0px 10px #00000026; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .sticky-panel .body-row .body-col .info-column {
          font-weight: 700;
          color: #00b7d8; }
      @media (max-width: 991px) {
        .PricingPG-v2 .SectionsWrap .PriceTableSec .sticky-panel {
          margin-top: -30px; } }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row {
      border-bottom: 2px solid #edf1f2;
      background-color: #fff; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row:last-child {
        border-bottom: 0px; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col {
        min-height: 20px;
        border-right: 2px solid #edf1f2;
        text-align: center;
        padding: 10px 20px; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col:nth-child(3) {
          background-color: #f7fafc; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col:first-child {
          background-color: inherit;
          text-align: left; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col:last-child {
          border-right: none; }
        @media (min-width: 992px) {
          .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col.col-lg-3 {
            /*flex: 0 0 23%;
                            max-width: 23%;*/ }
          .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col:first-child {
            background-color: #f7fafc; } }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col .label-column label {
          display: block;
          font-weight: 500;
          margin-bottom: 0;
          color: #707070;
          font-size: 0.8rem; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col .label-column.heading-column label {
          display: block;
          font-weight: 700;
          margin-bottom: 0;
          color: #707070;
          font-size: 0.9rem; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col .label-column a {
          color: inherit;
          text-decoration: underline; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .body-row .body-col .info-column label {
          display: block;
          margin-bottom: 0;
          font-weight: 600;
          font-size: 0.8rem;
          letter-spacing: 0px; }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .btn-viewfeat {
      display: table;
      text-align: center;
      font-weight: 700;
      margin: 0 auto;
      padding: 20px;
      margin-top: -20px; }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .body-row .body-col {
      border-right: none; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .body-row .body-col .info-column {
        min-width: 30px; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .body-row .body-col .info-column label {
          font-size: 1rem; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .body-row .body-col .label-column label {
        font-size: 1rem; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .body-row .body-col .label-column.heading-column {
        margin-top: 20px; }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .body-row:first-child .body-col .label-column.heading-column {
      margin-top: 0px; }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .expand-panel {
      transition: all 0.15s ease-in-out;
      max-height: 0px;
      opacity: 0;
      transform: translateY(-10px);
      visibility: hidden; }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .mobile-content .expand-panel.show {
      max-height: 2800px;
      opacity: 1;
      transform: translateY(0px);
      visibility: visible; }
    .PricingPG-v2 .SectionsWrap .PriceTableSec .droptab {
      position: relative;
      margin-left: -5px;
      margin-right: -5px; }
      .PricingPG-v2 .SectionsWrap .PriceTableSec .droptab .dropdown-menu {
        width: auto; }
        .PricingPG-v2 .SectionsWrap .PriceTableSec .droptab .dropdown-menu a.dropdown-item {
          display: flex;
          align-items: center;
          cursor: pointer;
          padding: 0.25rem 0.9rem;
          font-size: 17px;
          font-weight: 700; }
          .PricingPG-v2 .SectionsWrap .PriceTableSec .droptab .dropdown-menu a.dropdown-item:nth-child(2):after {
            content: "Most Popular!";
            padding: 2px;
            padding-bottom: 0px;
            display: block;
            font-size: 0.65rem;
            color: #28a745;
            text-align: center;
            margin-left: 8px;
            font-weight: 400; }
          .PricingPG-v2 .SectionsWrap .PriceTableSec .droptab .dropdown-menu a.dropdown-item.active {
            background-color: #ededed; }
      @media (max-width: 991px) {
        .PricingPG-v2 .SectionsWrap .PriceTableSec .droptab .dropdown-menu {
          width: 100%; } }
  .PricingPG-v2 .SectionsWrap .TestimonialSec {
    padding-bottom: 190px; }
    .PricingPG-v2 .SectionsWrap .TestimonialSec .card {
      box-shadow: 0 5px 18px 1px rgba(0, 0, 0, 0.08);
      border: none;
      border-radius: 8px;
      margin-bottom: 15px; }
      .PricingPG-v2 .SectionsWrap .TestimonialSec .card .card-star-wrapper {
        display: block;
        margin-bottom: 10px; }
        .PricingPG-v2 .SectionsWrap .TestimonialSec .card .card-star-wrapper .star {
          height: 1.3rem;
          width: 1.3rem; }
      .PricingPG-v2 .SectionsWrap .TestimonialSec .card .card-body {
        padding: 20px; }
        .PricingPG-v2 .SectionsWrap .TestimonialSec .card .card-body .card-title {
          font-size: 1.2rem;
          font-weight: 700;
          margin-bottom: 10px;
          line-height: 1.3em; }
        .PricingPG-v2 .SectionsWrap .TestimonialSec .card .card-body .card-text {
          font-size: 0.8rem;
          color: #707070;
          min-height: 80px; }
        .PricingPG-v2 .SectionsWrap .TestimonialSec .card .card-body .card-date {
          font-size: 0.8rem;
          color: #a0a0a0; }
    .PricingPG-v2 .SectionsWrap .TestimonialSec .grid .grid-item {
      padding: 10px;
      box-sizing: border-box;
      display: inline;
      width: 33.3%; }
    @media (max-width: 991px) {
      .PricingPG-v2 .SectionsWrap .TestimonialSec .grid .grid-item {
        width: 50%; } }
    @media (max-width: 769px) {
      .PricingPG-v2 .SectionsWrap .TestimonialSec .grid .grid-item {
        width: 100%; } }
  .PricingPG-v2 .SectionsWrap .NonProfitSec {
    position: relative;
    margin-top: -180px; }
  .PricingPG-v2 .SectionsWrap .header-col.active-col {
    z-index: 11;
    transform: translateY(-10px);
    margin-bottom: -10px; }
    .PricingPG-v2 .SectionsWrap .header-col.active-col .selector-box {
      border: 1px solid #00a7d5;
      box-shadow: 1px 1px 7px 5px #33333321; }
  .PricingPG-v2 .SectionsWrap .header-col .selector-box {
    border: 1px solid transparent;
    position: absolute;
    width: calc(100% - -2px);
    top: 0;
    left: 0;
    box-shadow: 0px 0px 0px 0px #33333321;
    z-index: 1;
    pointer-events: none; }
  @media (max-width: 991px) {
    .PricingPG-v2 .SectionsWrap .header-col.active-col {
      transform: translateY(0px);
      margin-bottom: 30px; }
    .PricingPG-v2 .SectionsWrap .header-col .selector-box {
      display: none; } }
  @media (max-width: 991px) {
    .PricingPG-v2 .SectionsWrap .slider-row {
      overflow: hidden;
      margin-right: 0px;
      margin-left: 0px; } }
  .PricingPG-v2 .SectionsWrap .range-wrap {
    width: calc(100% - 30px);
    margin: 2rem auto;
    position: relative;
    z-index: 1;
    transform: translateY(5px);
    /* Track */
    /* Thumb */
    /* Value bubble */ }
    .PricingPG-v2 .SectionsWrap .range-wrap input[type="range"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: 0;
      width: calc( 100% + 20px);
      /* simplified from calc(100% - -20px) */
      margin-left: -10px;
      height: 20px; }
    .PricingPG-v2 .SectionsWrap .range-wrap input[type="range"]:focus {
      outline: none; }
    .PricingPG-v2 .SectionsWrap .range-wrap input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: 10px;
      cursor: pointer;
      background: #f5f5f5;
      border-radius: 25px; }
    .PricingPG-v2 .SectionsWrap .range-wrap input[type="range"]::-moz-range-track {
      width: 100%;
      height: 10px;
      cursor: pointer;
      background: #f5f5f5;
      border-radius: 25px; }
    .PricingPG-v2 .SectionsWrap .range-wrap input[type="range"]::-webkit-slider-thumb {
      height: 20px;
      width: 40px;
      background: transparent;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -8px;
      transform: scale(2);
      z-index: 11;
      position: relative; }
    .PricingPG-v2 .SectionsWrap .range-wrap input[type="range"]::-moz-range-thumb {
      height: 20px;
      width: 40px;
      background: transparent;
      cursor: pointer;
      -moz-appearance: none;
      transform: scale(2);
      z-index: 11;
      position: relative; }
    .PricingPG-v2 .SectionsWrap .range-wrap .range-value {
      position: absolute;
      top: -70%;
      transform: translateX(0px);
      transition: transform 0.2s ease, top 0.2s ease; }
    .PricingPG-v2 .SectionsWrap .range-wrap .range-value.grow {
      transform: scale(1.3);
      top: -86%; }
    .PricingPG-v2 .SectionsWrap .range-wrap .range-value span {
      user-select: none;
      padding: 0 6px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      background: #03a9f4;
      color: #fff;
      font-size: 12px;
      display: block;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      border-radius: 6px; }
    .PricingPG-v2 .SectionsWrap .range-wrap .range-value span:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid #03a9f4;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      margin-top: -1px; }
    .PricingPG-v2 .SectionsWrap .range-wrap .labels {
      display: flex;
      justify-content: space-between;
      margin-left: -10px;
      margin-right: -10px;
      user-select: none; }
      .PricingPG-v2 .SectionsWrap .range-wrap .labels span {
        font-size: 16px;
        font-weight: 700;
        color: #707070; }
    .PricingPG-v2 .SectionsWrap .range-wrap .slider-thumb {
      background-color: #fff;
      width: 40px;
      height: 24px;
      position: absolute;
      border-radius: 10px;
      transform: translateX(-20px);
      pointer-events: none;
      box-shadow: 1px 1px 9px #00000045;
      border: 2px solid #c7c7c7; }
      .PricingPG-v2 .SectionsWrap .range-wrap .slider-thumb:before {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        right: 8px;
        top: 4px;
        border-left: 6px solid #c7c7c7;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }
      .PricingPG-v2 .SectionsWrap .range-wrap .slider-thumb:after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        left: 8px;
        top: 4px;
        border-right: 6px solid #c7c7c7;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }

.PricingPG-v2 .email-vol {
  display: block;
  margin-bottom: 15px;
  position: relative; }
  .PricingPG-v2 .email-vol .emails-no {
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: -5px;
    cursor: pointer; }
    .PricingPG-v2 .email-vol .emails-no .fa {
      font-size: 1rem;
      position: relative;
      bottom: 2px; }
  .PricingPG-v2 .email-vol .label {
    display: block;
    font-size: 15px;
    font-weight: 600; }
  .PricingPG-v2 .email-vol .edit-email-vol {
    text-align: center;
    margin: 0 auto;
    max-width: 240px;
    position: relative; }
    .PricingPG-v2 .email-vol .edit-email-vol input {
      opacity: 1;
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      height: 48px;
      padding-right: 33px; }
      .PricingPG-v2 .email-vol .edit-email-vol input:focus {
        opacity: 1; }

.PricingPG-v2 .calc-wrap .badge-yellow {
  letter-spacing: -0.2px; }

.PricingPG-v2 .calc-wrap .amount-cost .amount {
  font-size: 1.6rem;
  font-weight: 700; }

.PricingPG-v2 .calc-wrap .amount-cost .label {
  display: block;
  margin-bottom: -5px;
  font-size: 0.8rem;
  font-weight: 500; }

.PricingPG-v2 .review-divider {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1rem 0;
  width: 100%; }

/* Responsive */
@media (max-width: 991px) {
  /* Plans For mobile view */
  .swap-plan-for-mobile #FreeCol {
    order: 2; }
  .swap-plan-for-mobile #PaidCol {
    order: 1; } }

@media (max-width: 769px) {
  .desktop-only-break {
    display: none; } }

@media (max-width: 991px) {
  .PricingPG-v2 .PriceTableSec .header-row,
  .PricingPG-v2 .PriceTableSec .header-col {
    overflow: visible !important;
    height: auto !important; }
  .PricingPG-v2 .PriceTableSec .mobile-content .expand-panel {
    position: relative;
    transform: none !important;
    max-height: none !important;
    opacity: 1;
    visibility: visible;
    display: none; }
  .PricingPG-v2 .PriceTableSec .mobile-content .expand-panel.show {
    display: block;
    margin-bottom: 2rem; } }

.UpgradeDowngradeNoticeSec {
  background: #ffffff; }

.UpgradeDowngradeNoticeSec .Content {
  padding: 30px 30px;
  display: block; }

.FeaturedSec {
  background: #f5f5f5;
  padding: 70px 0px; }

.FeaturedSec .ImgBox {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  height: 70px;
  position: relative; }

.FeaturedSec .ImgBox img {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 4px; }

.FeaturedSec .Content {
  text-align: center;
  color: #373737; }

.FeaturedSec .Content h4 {
  font-size: 1.2rem;
  margin: 0px;
  font-weight: 600;
  padding: 10px 0px; }

.FeaturedSec .Content p {
  font-size: 1rem;
  margin: 0px; }

.FeatBtmSec {
  background: #dbe4ea;
  position: relative;
  z-index: 10; }

.FeatBtmSec .Link {
  display: block;
  color: #2072b4;
  padding: 20px 0px;
  white-space: nowrap; }

.FeatBtmSec .Link a {
  color: #333;
  padding: 10px; }

.FeatBtmSec .Link a:hover {
  color: #2072b4; }

.FeatBtmSec .PipeLine {
  background: #fff;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  display: block; }

/* ERROR PAGE */
.ErrorPG .ErrorPage .FloatingAnim {
  margin-top: 60px; }

.ErrorPG .ErrorPage .FloatingAnim ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: block;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.ErrorPG .ErrorPage .FloatingAnim ul li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: 33.333%;
  margin-left: -3px;
  max-width: 150px;
  padding: 3px; }

.ErrorPG .ErrorPage .FloatingAnim ul li img {
  display: block;
  width: 100%; }

.ErrorPG .ErrorPage .FloatingAnim ul li img {
  -webkit-animation: float 11s 0.3s ease-in-out infinite;
  -moz-animation: float 11s 0.3s ease-in-out infinite;
  animation: float 11s 0.3s ease-in-out infinite; }

.ErrorPG .ErrorPage .FloatingAnim ul li:nth-child(1) img {
  -webkit-animation: float 8s 0.5s ease-in-out infinite;
  -moz-animation: float 8s 0.5s ease-in-out infinite;
  animation: float 8s 0.5s ease-in-out infinite; }

.ErrorPG .ErrorPage .FloatingAnim ul li:nth-child(2) img {
  -webkit-animation: float 5s 0.2s ease-in-out infinite;
  -moz-animation: float 5s 0.2s ease-in-out infinite;
  animation: float 5s 0.2s ease-in-out infinite; }

.ErrorPG .ErrorPage .FloatingAnim ul {
  -webkit-animation: FloatRotate 11s 0.3s ease-in-out infinite;
  -moz-animation: FloatRotate 11s 0.3s ease-in-out infinite;
  animation: FloatRotate 11s 0.3s ease-in-out infinite; }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@-webkit-keyframes FloatRotate {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

@keyframes FloatRotate {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

/* ENGINEMAILER VERSUS PAGE */
.EMversusPG .StarBg {
  position: relative;
  z-index: 0; }
  .EMversusPG .StarBg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/Content/images/revamp2019/star.png) center center;
    top: 0px;
    left: 0px;
    z-index: -99; }

/* INTEGRATION PAGE */
.IntegrationPG {
  /* Mobile spacing for FreedomSec logos */ }
  .IntegrationPG .IntegrationSec .integration-apps-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 18px 1px rgba(0, 0, 0, 0.08); }
  .IntegrationPG .AutomateSec .automation-card {
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden; }
    .IntegrationPG .AutomateSec .automation-card .automation-card-header {
      background-color: #00a7d4;
      color: white;
      padding: 1.5rem;
      text-align: left; }
    .IntegrationPG .AutomateSec .automation-card .automation-card-body {
      padding: 1.5rem;
      background-color: #fff; }
    .IntegrationPG .AutomateSec .automation-card .automation-card-icon {
      max-width: 60px;
      max-height: 60px;
      width: auto;
      height: auto; }
  .IntegrationPG .FreedomSec .pricing-table {
    border: 1px solid #ddd;
    border-radius: 8px; }
    .IntegrationPG .FreedomSec .pricing-table table thead th {
      background-color: #08a4d4;
      color: #fff;
      border-right: 1px solid #ddd;
      padding: 1.5rem; }
      .IntegrationPG .FreedomSec .pricing-table table thead th:last-child {
        border: none; }
    .IntegrationPG .FreedomSec .pricing-table table tbody tr {
      border-bottom: 1px solid #ddd; }
      .IntegrationPG .FreedomSec .pricing-table table tbody tr:last-child {
        border: none; }
    .IntegrationPG .FreedomSec .pricing-table table tbody td {
      border-right: 1px solid #ddd;
      padding: 1.5rem; }
      .IntegrationPG .FreedomSec .pricing-table table tbody td:last-child {
        border: none; }
      .IntegrationPG .FreedomSec .pricing-table table tbody td:nth-child(3n + 2) {
        background-color: #F2F7F9; }
  .IntegrationPG .AppStackGrowingSec {
    background-color: #F2F7F9;
    padding-bottom: 280px; }
  .IntegrationPG .AutomateSec {
    margin-top: -300px; }
  @media (max-width: 576px) {
    .IntegrationPG .FreedomSec .col-md-3 {
      display: flex;
      flex-direction: column;
      margin-bottom: 1.5rem; } }
  @media (min-width: 768px) {
    .IntegrationPG .WhyIntegrateSec h3,
    .IntegrationPG .WhyIntegrateSec p {
      text-align: left !important; } }

.MailchimpLandingPage .AutomateSec .automation-card,
.GetResponseLandingPage .AutomateSec .automation-card,
.MailerLiteLandingPage .AutomateSec .automation-card,
.ActiveCampaignLandingPage .AutomateSec .automation-card {
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden; }
  .MailchimpLandingPage .AutomateSec .automation-card .automation-card-header,
  .GetResponseLandingPage .AutomateSec .automation-card .automation-card-header,
  .MailerLiteLandingPage .AutomateSec .automation-card .automation-card-header,
  .ActiveCampaignLandingPage .AutomateSec .automation-card .automation-card-header {
    background-color: #00a7d4;
    color: white;
    padding: 0.7rem;
    text-align: left; }
  .MailchimpLandingPage .AutomateSec .automation-card .automation-card-body,
  .GetResponseLandingPage .AutomateSec .automation-card .automation-card-body,
  .MailerLiteLandingPage .AutomateSec .automation-card .automation-card-body,
  .ActiveCampaignLandingPage .AutomateSec .automation-card .automation-card-body {
    padding: 0.7rem;
    background-color: #fff; }
  .MailchimpLandingPage .AutomateSec .automation-card .automation-card-icon,
  .GetResponseLandingPage .AutomateSec .automation-card .automation-card-icon,
  .MailerLiteLandingPage .AutomateSec .automation-card .automation-card-icon,
  .ActiveCampaignLandingPage .AutomateSec .automation-card .automation-card-icon {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto; }

.MailchimpLandingPage .pricing-table,
.GetResponseLandingPage .pricing-table,
.MailerLiteLandingPage .pricing-table,
.ActiveCampaignLandingPage .pricing-table {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center; }
  .MailchimpLandingPage .pricing-table table,
  .GetResponseLandingPage .pricing-table table,
  .MailerLiteLandingPage .pricing-table table,
  .ActiveCampaignLandingPage .pricing-table table {
    width: 100%;
    background-color: #ffffff;
    table-layout: auto; }
    .MailchimpLandingPage .pricing-table table thead th,
    .GetResponseLandingPage .pricing-table table thead th,
    .MailerLiteLandingPage .pricing-table table thead th,
    .ActiveCampaignLandingPage .pricing-table table thead th {
      background-color: #08a4d4;
      color: #fff;
      border-right: 1px solid #ddd;
      padding: 0.75rem 1rem; }
      .MailchimpLandingPage .pricing-table table thead th:last-child,
      .GetResponseLandingPage .pricing-table table thead th:last-child,
      .MailerLiteLandingPage .pricing-table table thead th:last-child,
      .ActiveCampaignLandingPage .pricing-table table thead th:last-child {
        border: none; }
    .MailchimpLandingPage .pricing-table table tbody tr,
    .GetResponseLandingPage .pricing-table table tbody tr,
    .MailerLiteLandingPage .pricing-table table tbody tr,
    .ActiveCampaignLandingPage .pricing-table table tbody tr {
      border-bottom: 1px solid #ddd; }
      .MailchimpLandingPage .pricing-table table tbody tr:last-child,
      .GetResponseLandingPage .pricing-table table tbody tr:last-child,
      .MailerLiteLandingPage .pricing-table table tbody tr:last-child,
      .ActiveCampaignLandingPage .pricing-table table tbody tr:last-child {
        border: none; }
      .MailchimpLandingPage .pricing-table table tbody tr td,
      .GetResponseLandingPage .pricing-table table tbody tr td,
      .MailerLiteLandingPage .pricing-table table tbody tr td,
      .ActiveCampaignLandingPage .pricing-table table tbody tr td {
        border-right: 1px solid #ddd;
        padding: 0.6rem 0.9rem;
        vertical-align: middle; }
        .MailchimpLandingPage .pricing-table table tbody tr td:last-child,
        .GetResponseLandingPage .pricing-table table tbody tr td:last-child,
        .MailerLiteLandingPage .pricing-table table tbody tr td:last-child,
        .ActiveCampaignLandingPage .pricing-table table tbody tr td:last-child {
          border: none; }
        .MailchimpLandingPage .pricing-table table tbody tr td:nth-child(3n + 2),
        .GetResponseLandingPage .pricing-table table tbody tr td:nth-child(3n + 2),
        .MailerLiteLandingPage .pricing-table table tbody tr td:nth-child(3n + 2),
        .ActiveCampaignLandingPage .pricing-table table tbody tr td:nth-child(3n + 2) {
          background-color: #F2F7F9; }

.MailchimpLandingPage .text-alignment-custom,
.GetResponseLandingPage .text-alignment-custom,
.MailerLiteLandingPage .text-alignment-custom,
.ActiveCampaignLandingPage .text-alignment-custom {
  text-align: start; }

@media (max-width: 768px) {
  .MailchimpLandingPage .AutomateSec,
  .GetResponseLandingPage .AutomateSec,
  .MailerLiteLandingPage .AutomateSec,
  .ActiveCampaignLandingPage .AutomateSec {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .MailchimpLandingPage .pricing-table table,
  .GetResponseLandingPage .pricing-table table,
  .MailerLiteLandingPage .pricing-table table,
  .ActiveCampaignLandingPage .pricing-table table {
    width: 100%;
    table-layout: auto; }
  .MailchimpLandingPage .pricing-table th,
  .MailchimpLandingPage .pricing-table td,
  .GetResponseLandingPage .pricing-table th,
  .GetResponseLandingPage .pricing-table td,
  .MailerLiteLandingPage .pricing-table th,
  .MailerLiteLandingPage .pricing-table td,
  .ActiveCampaignLandingPage .pricing-table th,
  .ActiveCampaignLandingPage .pricing-table td {
    padding: 0.4rem 0.5rem;
    font-size: 0.85rem;
    border-right: none;
    min-width: auto !important; }
  .MailchimpLandingPage .pricing-table thead th,
  .GetResponseLandingPage .pricing-table thead th,
  .MailerLiteLandingPage .pricing-table thead th,
  .ActiveCampaignLandingPage .pricing-table thead th {
    font-size: 0.9rem; }
  .MailchimpLandingPage .pricing-table tbody td:nth-child(3n + 2),
  .GetResponseLandingPage .pricing-table tbody td:nth-child(3n + 2),
  .MailerLiteLandingPage .pricing-table tbody td:nth-child(3n + 2),
  .ActiveCampaignLandingPage .pricing-table tbody td:nth-child(3n + 2) {
    background-color: #F2F7F9; }
  .MailchimpLandingPage .pricing-table,
  .GetResponseLandingPage .pricing-table,
  .MailerLiteLandingPage .pricing-table,
  .ActiveCampaignLandingPage .pricing-table {
    border-radius: 4px;
    overflow-x: auto; }
  .MailchimpLandingPage .text-alignment-custom,
  .GetResponseLandingPage .text-alignment-custom,
  .MailerLiteLandingPage .text-alignment-custom,
  .ActiveCampaignLandingPage .text-alignment-custom {
    text-align: center; } }

/* UBC MICROSITE PAGE */
.UBCPG .TopIntroSec {
  padding: 6.6rem 1.1rem;
  position: relative;
  width: 100%; }

.UBCPG .TopIntroSec:after {
  content: "";
  background: url(/Content/images/ubc/ubc_banner.jpg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }

/*.UBCPG .TopIntroSec:before { content:""; background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0.9; }*/
.UBCPG .TopIntroSec .BoxHeader {
  background: #0c51a1;
  display: block;
  padding: 20px 30px; }

.UBCPG .TopIntroSec .BoxHeader h1 {
  font-size: 1.9rem;
  line-height: 1.5; }

/* MDEC MICROSITE PAGE */
.MDEC_header .navbar {
  padding: 0.7rem 1rem; }

.MDEC_header .navbar ul.nav-returnHome {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.MDEC_header .navbar ul.nav-returnHome a {
  color: #777777;
  font-size: 0.75rem;
  display: flex; }

.MDEC_header .navbar ul.nav-returnHome a i {
  margin-right: 10px;
  line-height: unset; }

.MDECPG .TopIntroSec {
  padding: 6.6rem 1.1rem;
  position: relative;
  width: 100%; }

.MDECPG .TopIntroSec:after {
  content: "";
  background: url(/Content/images/MDEC/digitalise_banner_full.jpg) no-repeat bottom 20% center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.MDECPG .TopIntroSec .ImgContentWrap {
  position: relative;
  z-index: 1; }

.MDECPG img.icon_size {
  max-width: 150px; }

.MDECPG hr {
  border-color: #ffffff; }

.MDECPG span.fake_h2 {
  font-size: 2rem;
  font-weight: 700; }

.MDECPG .MDEC_contentSec {
  overflow: hidden; }

.MDECPG .MDEC_contentSec h2 {
  margin: 0rem 0rem 0.7rem 0rem; }

.MDECPG .MDEC_contentSec ul {
  margin: 0;
  padding-left: 0.8rem; }

.MDECPG .MDEC_contentSec ul li {
  font-size: 1.1rem;
  margin-bottom: 1.2rem; }

.MDECPG .wehelp_sec .sequence-row {
  width: 100%;
  padding: 0rem 0rem 1rem 0rem;
  position: relative;
  z-index: 1; }

.MDECPG .wehelp_sec .sequence-row .number {
  background: #2072b4;
  border-radius: 50%;
  display: table;
  margin: auto; }

.MDECPG .wehelp_sec .sequence-row .number:after {
  content: "";
  background: #373737;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1; }

.MDECPG .wehelp_sec .sequence-row:last-child .number:after {
  content: "";
  background: #373737;
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1; }

.MDECPG .wehelp_sec .sequence-row .number p {
  margin: 0;
  padding: 12px 20px; }

.MDECPG .wehelp_sec .sequence-row .left-col-fake {
  max-width: 45%;
  margin-right: auto;
  margin-top: -100px;
  text-align: left; }

.MDECPG .wehelp_sec .sequence-row .right-col {
  max-width: 45%;
  margin-left: auto;
  margin-top: -100px;
  text-align: right; }

.MDECPG .wehelp_sec .sequence-row .left-col-fake .icon-wehelp {
  display: block;
  position: relative; }

.MDECPG .wehelp_sec .sequence-row .left-col-fake .icon-wehelp:before {
  content: "";
  background: #373737;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 3.5rem;
  z-index: -1; }

.MDECPG .wehelp_sec .sequence-row .right-col .icon-wehelp {
  display: block;
  position: relative; }

.MDECPG .wehelp_sec .sequence-row .right-col .icon-wehelp:before {
  content: "";
  background: #373737;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  z-index: -1; }

.MDECPG .MDEC_qualifySec {
  background: #f7f7f7; }

.MDECPG .MDEC_qualifySec ul.qualifyRow {
  list-style: none;
  width: 100%; }

.MDECPG .MDEC_qualifySec ul.qualifyRow li.qualifyBox {
  margin-bottom: 1.5rem; }

.MDECPG .MDEC_qualifySec ul.qualifyRow li.qualifyBox .wrap {
  display: table;
  width: 100%;
  height: 100%;
  padding: 1.4rem;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25); }

.MDECPG .MDEC_qualifySec ul.qualifyRow li.qualifyBox .wrap .tick_Box {
  width: 25px;
  height: 25px; }

.MDECPG .MDEC_qualifySec ul.qualifyRow li.qualifyBox .wrap p {
  display: table-cell;
  width: 85%;
  font-size: 1.1rem;
  font-weight: 700; }

/* MDEC MICROSITE FORM PG */
.MDECPG_FormPG .TopIntroSec {
  padding: 6.6rem 1.1rem;
  position: relative;
  width: 100%; }

.MDECPG_FormPG .TopIntroSec:after {
  content: "";
  background: url(/Content/images/MDEC/digitalise_banner_full.jpg) no-repeat bottom 30% center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.MDECPG_FormPG .TopIntroSec p {
  font-size: 1.1rem; }

.MDECPG_FormPG .TopIntroSec .ImgContentWrap {
  position: relative;
  z-index: 1; }

.MDECPG_FormPG .FormSec {
  background: #fafafa; }

.MDECPG_FormPG .FormSec a.back_btn {
  color: #777777;
  font-size: 0.75rem; }

.MDECPG_FormPG .FormSec h2 {
  margin: 0;
  margin-bottom: 2rem; }

.MDECPG_FormPG .FormSec .form-group .form-control {
  border: 1px solid #dbe1e1;
  border-radius: 0; }

.MDECPG_FormPG .FormSec .form-group .form-control:focus {
  border-color: #42aed5;
  outline: 0 !important;
  box-shadow: 0 0 0 2px #e9f6fa; }

.MDECPG_FormPG .FormSec .form-group .btn {
  border-radius: 0; }

.MDECPG_FormPG .FormSec .custom-control label {
  font-size: 0.75rem;
  margin-bottom: 10px;
  padding-top: 3px; }

/* TECHFEST 2020 */
.TechFest2020 .footer-bg {
  background: url(/Content/images/techfest2020/assets-launching.png) right bottom no-repeat; }

.TechFest2020 .TF-Wrap {
  height: 100vh;
  flex-direction: column;
  display: flex; }

.TechFest2020 .TF-Wrap .Box-01 {
  height: 100%; }

@media (max-width: 500px) {
  .footer-bg {
    background: none !important;
    background-size: 340px !important; }
  .TechFest2020 .TF-Wrap {
    display: block; }
  .TechFest2020 .TF-Wrap .Box-01 {
    height: auto; }
  .TechFest2020 .TF-Wrap .h-100 {
    height: auto !important; } }

/* Chat Bot Notification */
html body.SubPG #LeadboosterContainer.proactiveChat,
html body.Mobile #LeadboosterContainer.proactiveChat {
  min-height: 120px !important; }

body.chatbot-noti-opened .PageWrap,
body.chatbot-noti-opened footer {
  filter: brightness(0.5) blur(5px); }

body.chatbot-noti-opened .chatbot-noti-wrap {
  visibility: visible; }

body.chatbot-noti-opened .chatbot-noti-wrap .chatbot-noti .hero {
  bottom: 150px;
  opacity: 1; }

body.chatbot-noti-opened .chatbot-noti-wrap .chatbot-noti .hero-text {
  top: 90px;
  opacity: 1; }

body.chatbot-noti-opened #LeadboosterContainer {
  animation: updown 0.5s alternate infinite; }

@keyframes updown {
  0% {
    top: calc(100vh + -130px); }
  100% {
    top: calc(100vh + -140px); } }

.chatbot-noti-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 330px;
  z-index: 100;
  visibility: hidden; }

.chatbot-noti-wrap .chatbot-noti {
  position: relative;
  width: 100%;
  height: 100%; }

.chatbot-noti-wrap .chatbot-noti .close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 290px;
  top: 56px;
  opacity: 1;
  border-radius: 50%;
  background: #747678; }

.chatbot-noti-wrap .chatbot-noti .close:before {
  transform: rotate(-45deg);
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  transform-origin: center center;
  top: 11px;
  left: 5px;
  background: white; }

.chatbot-noti-wrap .chatbot-noti .close:after {
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  transform-origin: center center;
  top: 11px;
  left: 5px;
  background: white; }

.chatbot-noti-wrap .chatbot-noti .hero {
  position: absolute;
  right: 50px;
  bottom: 140px;
  display: block;
  opacity: 0; }

.chatbot-noti-wrap .chatbot-noti .hero-text {
  position: absolute;
  right: 130px;
  display: block;
  top: 90px;
  opacity: 0;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px -3px, rgba(0, 0, 0, 0.06) 0px 3px 14px 2px, rgba(0, 0, 0, 0.05) 0px 8px 10px 1px, rgba(0, 0, 0, 0.24) 0px 0px 2px 0px; }

.chatbot-noti-wrap .chatbot-noti .hero-text:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: -6px;
  top: 18px;
  transform: rotate(45deg); }

.chatbot-noti-wrap .chatbot-noti .hero-text p {
  margin-bottom: 0px; }

.chatbot-transition {
  transition: all 0.6s cubic-bezier(0.58, 0.03, 0.33, 0.99); }

/* reenable n8n: uncomment the block below for n8n chatbot styling */
/* n8n Chatbot */
.chat-window-wrapper .chat-window {
  overflow: visible;
  border: none; }

.chat-window-wrapper .chat-window .chat-layout {
  border-radius: 8px;
  box-shadow: 20px 20px 60px #0000002e, -20px -20px 60px #ffffff17; }

.chat-window-wrapper .chat-window .chat-layout .chat-header {
  gap: 6px;
  background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%); }

.chat-window-wrapper .chat-window .chat-layout .chat-header p {
  margin-top: 0;
  margin-bottom: 5px; }

.chat-window-wrapper .chat-window .chat-layout .chat-header .chat-heading h1 {
  margin: 0;
  font-weight: 700;
  font-size: 30px; }

.chat-window-wrapper .chat-window .chat-layout .chat-body {
  background-color: #f6f9fc; }

.chat-window-wrapper .chat-window .chat-layout .chat-body .chat-messages-list .chat-message .chat-message-markdown p {
  font-size: 0.9rem; }

.chat-window-wrapper .chat-window .chat-layout .chat-body .chat-messages-list .chat-message.chat-message-from-user {
  background-color: #93a2ac; }

.chat-window-wrapper .chat-window .chat-layout .chat-body .chat-messages-list .chat-message.chat-message-from-bot .chat-message-markdown p {
  color: #373737; }

.chat-window-wrapper .chat-window .chat-layout .chat-footer textarea {
  color: #373737;
  font-size: 15px; }

.chat-window-wrapper .chat-window-toggle:hover,
.chat-window-wrapper .chat-window-toggle:focus {
  background: #36943a; }

.chat-window-wrapper .chat-window-toggle {
  background: #4CAF4E; }

/* fetch data from home.css */
.btn-green {
  color: #fff;
  background-color: #4caf50;
  border-color: transparent; }

.btn-green:hover {
  color: #fff; }

@media (max-width: 991px) {
  /* FeatureInnerPage */
  .FeatureInnerPage div#masthead_content {
    min-height: 300px; }
  .FeatureInnerPage div#masthead_graphic .Content {
    margin-top: -2.5rem;
    padding: 0rem 1rem; }
  .FeatureInnerPage .tools_row {
    padding: 40px 30px 30px; }
  .features_wrap {
    padding: 40px 0px 0px;
    background: #ffffff; }
  .features_wrap #features_list .row {
    min-height: 300px;
    padding: 60px 30px; }
  .features_wrap #features_list .row.feature_bg_white {
    background: #ffffff; }
  .features_wrap #features_list .row.feature_bg_grey {
    background: #f2f7f9; } }

@media (max-width: 769px) {
  /* FeatureInnerPage */
  .FeatureInnerPage #tool_iconWrap .iconWrap {
    max-width: 260px; }
  .features_wrap #features_list .row {
    text-align: center; } }

.DeliverA {
  animation-name: DeliverA;
  animation-duration: 4s;
  /* or: Xms */
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
  animation-delay: 0s;
  /* or: Xms */ }

@keyframes DeliverA {
  from {
    transform: translate(0px, 0px) rotate(0deg);
    transform-origin: center center; }
  to {
    transform: translate(10px, 10px) rotate(80deg);
    transform-origin: center center; } }

/* share enginemailer new CI 2020 --  Please follow this structure 2020*/
/* share enginemailer new CI 2020 --  Please follow this structure 2020*/
/* share enginemailer new CI 2020 --  Please follow this structure 2020*/
/* font */
h1 {
  font-size: 2.5rem;
  font-weight: 300; }

/*line height: 54px;*/
h2 {
  font-size: 2rem;
  font-weight: 700; }

h3 {
  font-size: 1.22rem;
  font-weight: 700; }

p.sub_p {
  font-size: 1.15rem;
  font-weight: 500; }

.Txt_Sub {
  font-size: 0.8rem;
  font-weight: 600; }

/*TopIntroSection*/
.TopIntroSec {
  padding-top: 3rem;
  overflow: hidden; }

/* bg */
.WhiteBG {
  background-color: #ffffff; }

.GradientBG {
  background-image: linear-gradient(45deg, #00a0cf 0%, #524fa1 100%); }

.ClassGreyBG {
  background-color: #efefef; }

.LightGreyBG {
  background-color: #f7f7f7; }

/* padding top and bottom section control */
.container-gap {
  padding: 3.5rem 1rem; }

/*CTA Style heading and subtext - same attributes like ctawrapper*/
.CTA_style h2 {
  font-weight: 300;
  color: #fff; }

.CTA_style p {
  font-size: 1.15rem;
  color: #fff;
  opacity: 0.8; }

.CTA_style p.tier_2 {
  font-size: 1.3rem;
  color: #fff;
  opacity: 1;
  font-weight: 700; }

.CTA_style a {
  color: #fff; }

/* Added: Registration Form */
.form__wrapper {
  max-width: 600px;
  margin: auto; }

.form__wrapper .logo {
  max-width: 250px;
  margin: auto; }

.form__wrapper h1 {
  font-size: 1.7rem;
  font-weight: 300; }

.form__wrapper p {
  font-size: 0.9rem;
  font-weight: 500; }

.form__wrapper .form-group label,
.form__wrapper .form-check-label {
  font-size: 0.85rem; }

.form__wrapper .form-group > label {
  font-weight: 600; }

.form__wrapper .invalid-feedback a {
  color: inherit;
  font-weight: 600; }

.form__wrapper .form-footer {
  font-size: 0.85rem; }

/* -- Password validator */
.jq-password-validator__popover {
  background: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 5px 0 0;
  right: 0;
  text-align: left;
  transition: all 0.5s;
  display: inline-block;
  font-size: 13px;
  z-index: 999; }

.jq-password-validator__popover header {
  margin-bottom: 5px; }

.jq-password-validator__popover em {
  font-style: initial; }

.jq-password-validator {
  position: relative; }

.jq-password-validator.is-hidden .jq-password-validator__popover {
  opacity: 0; }

.jq-password-validator.is-visible .jq-password-validator__popover {
  opacity: 1; }

.jq-password-validator__checkmark {
  height: 1em;
  fill: #111111;
  margin-right: 0.5em;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 1em;
  display: none; }

.jq-password-validator__rule {
  overflow: hidden;
  width: 50%;
  float: left; }

.jq-password-validator__rule.is-valid {
  opacity: 0.2; }

.jq-password-validator__rule:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #278cb1;
  vertical-align: middle;
  margin-right: 8px; }

@media (max-width: 500px) {
  .jq-password-validator__rule {
    width: 100%; } }

/* -- Loading btn */
.btn #circleG {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 45px;
  margin-top: auto; }

.btn.is-loading,
.btn.is-loading:focus,
.btn.is-loading:active,
.btn.is-loading:active:focus,
.btn.is-loading:hover {
  color: transparent;
  position: relative;
  text-shadow: none;
  pointer-events: none;
  opacity: 0.8; }

.btn.is-loading #circleG {
  visibility: visible;
  opacity: 1; }

.circleG {
  background-color: #199bcd;
  float: left;
  height: 10px;
  margin-left: 5px;
  width: 10px;
  animation-name: bounce_circleG;
  animation-duration: 2.24s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 6px; }

#circleG_1 {
  animation-delay: 0.45s; }

#circleG_2 {
  animation-delay: 1.05s; }

#circleG_3 {
  animation-delay: 1.35s; }

.btn-green .circleG {
  background-color: #6dbc70; }

/* -- Placeholder */
.form-control::placeholder {
  color: #dddddd;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #dddddd; }

.form-control::-webkit-input-placeholder {
  /* Safari, Chrome, old iOS */
  color: #dddddd; }

.form-control::-moz-placeholder {
  /* old Firefox 19-51 */
  color: #dddddd; }

.form-control:-ms-input-placeholder {
  /* old IE 10-11 */
  color: #dddddd; }

.form-control::placeholder {
  /* standard */
  color: #dddddd; }

@keyframes bounce_circleG {
  50% {
    background-color: #fff; } }

@-o-keyframes bounce_circleG {
  50% {
    background-color: #fff; } }

@-ms-keyframes bounce_circleG {
  50% {
    background-color: #fff; } }

@-webkit-keyframes bounce_circleG {
  50% {
    background-color: #fff; } }

@-moz-keyframes bounce_circleG {
  50% {
    background-color: #fff; } }

.GlobalTestimonialSec {
  background: linear-gradient(180deg, #0597c9 0%, #3d65ac 66%, #4d55a4 100%);
  color: #fff;
  /* Grid container using CSS columns */
  /* Card styling remains the same */ }
  .GlobalTestimonialSec h3.WhiteText {
    text-align: center;
    margin-bottom: 2rem; }
  .GlobalTestimonialSec .grid {
    column-count: 3;
    column-gap: 20px; }
    @media (max-width: 991px) {
      .GlobalTestimonialSec .grid {
        column-count: 2; } }
    @media (max-width: 769px) {
      .GlobalTestimonialSec .grid {
        column-count: 1; } }
  .GlobalTestimonialSec .grid-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
  .GlobalTestimonialSec .card {
    box-shadow: 0 5px 18px 1px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #111; }
    .GlobalTestimonialSec .card .card-star-wrapper {
      margin-bottom: 10px; }
      .GlobalTestimonialSec .card .card-star-wrapper .star {
        height: 1.3rem;
        width: 1.3rem; }
    .GlobalTestimonialSec .card .card-body {
      padding: 20px; }
      .GlobalTestimonialSec .card .card-body .card-title {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.3em; }
      .GlobalTestimonialSec .card .card-body .card-text {
        font-size: 0.8rem;
        color: #707070; }
      .GlobalTestimonialSec .card .card-body .card-date {
        font-size: 1rem;
        color: #373737;
        margin-bottom: 0.75rem; }
      .GlobalTestimonialSec .card .card-body .review-divider {
        border: 0;
        border-bottom: 1px solid #e0e0e0;
        margin: 0.75rem 0; }
      .GlobalTestimonialSec .card .card-body .d-flex {
        justify-content: space-between;
        align-items: center; }
        .GlobalTestimonialSec .card .card-body .d-flex .review-badge {
          max-width: 80px;
          height: auto; }

/* Hyperlink underline utility */
.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor; }

.comparison-card-mailchimp {
  border-top: 1em solid #FFCD68 !important;
  border-radius: 5px !important; }

.comparison-card-activecampaign {
  border-top: 1em solid #356AE6 !important;
  border-radius: 5px !important; }

.comparison-card-getresponse {
  border-top: 1em solid #00A2FF !important;
  border-radius: 5px !important; }

.comparison-card-mailerlite {
  border-top: 1em solid #09C269 !important;
  border-radius: 5px !important; }

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