@charset "UTF-8";
#breadcrumb-container {
  width: 100%;
  margin: 0px;
  padding: 0;
  background-color: #f8f9fa;
  font-weight: 300;
  text-transform: capitalize;
}
#breadcrumb-container #breadcrumb {
  padding-left: 0px;
  margin: 15px 0;
}
#breadcrumb-container #search {
  padding-right: 0px;
  display: flex;
}
#breadcrumb-container #search .input-group input {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s;
  color: white;
  border: 0;
  font-weight: 300;
}
#breadcrumb-container #search .input-group input:focus {
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.5s;
}
#breadcrumb-container #search .input-group button {
  color: white;
  background-color: rgba(0, 0, 0, 0);
}
#breadcrumb-container .breadcrumb {
  background-color: #f8f9fa;
  margin-bottom: 0;
  padding: 0;
}
#breadcrumb-container .breadcrumb ol {
  padding: 0px;
}
#breadcrumb-container .breadcrumb-item {
  color: #2f2f2f;
  font-size: 0.85em;
  letter-spacing: 0.03em;
}
#breadcrumb-container .breadcrumb-item.active {
  color: #2f2f2f;
}
#breadcrumb-container .breadcrumb-item a {
  color: #2f2f2f;
}
#breadcrumb-container .breadcrumb.container {
  margin-bottom: 0;
}
#breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  color: #2f2f2f;
}
#breadcrumb-container .nav-link {
  display: inline-block;
  padding: 0;
}
#breadcrumb-container a {
  text-decoration: none;
  color: #2f2f2f;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
}
#header .navbar-toggler {
  border: none;
  background: transparent !important;
}
#header .navbar-toggler:hover {
  background: transparent !important;
}
#header .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #00559B;
  display: block;
  transition: all 0.2s;
}
#header .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
#header .navbar-toggler .middle-bar {
  opacity: 0;
}
#header .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
#header .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
#header .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
#header .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
#header .dropdown {
  position: static !important;
}
#header .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  margin-top: 0px !important;
  width: 100% !important;
}
#header .dropdown-menu .dropdown-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header .dropdown:hover .dropdown-menu {
  display: block;
  transition: 0.5s;
}
#header .dropdown-menu li:hover .sub-menu {
  visibility: visible;
  transition: 0.5s;
}
#header .dropdown-menu:hover .dropdown-item:not(:hover) {
  opacity: 0.5;
}
#header .dropdown-item {
  padding: 10px 20px;
  transition: opacity 0.5s;
  font-size: 16px;
}
#header .dropdown-toggle::after {
  content: none;
}
#header .row {
  margin-top: 10px;
}
#header a {
  text-decoration: inherit;
  color: inherit;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  cursor: pointer;
  font-size: 16px;
}
#header a.sign-up {
  color: #56B336;
  border: 1px solid #56B336;
  margin-left: 15px;
  font-size: 16px;
  border-radius: 4px;
}
#header a.sign-up:hover {
  background-color: #56B336;
  color: #fff;
  border-radius: 4px;
  transition: 0.5s;
}
#header .active {
  font-weight: bolder;
}
#header ul:hover li:not(:hover) {
  opacity: 0.5;
}
#header li {
  transition: opacity 0.5s;
}
#header a:hover {
  color: #00559B;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 10px;
}
#header #home-page, #header #features-page, #header #pricing-link, #header #contact-page, #header #blog-page, #header #navbarDropdown {
  margin: 0 10px;
  font-size: 16px;
}
#header .menu {
  text-align: center;
  margin: auto;
}
#header .login {
  margin: auto;
  text-align: center;
  font-weight: 600;
}
#header nav a {
  margin: 0 15px;
}
#header .logo {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  #header .navbar-toggler {
    display: flex;
    flex-direction: column;
    height: 22px;
    justify-content: space-between;
  }
  #header .dropdown-menu {
    text-align: center;
    box-shadow: none;
  }
  #header .navbar-collapse {
    height: calc(100vh - 40px - 0.5rem);
    overflow: auto;
    transition: ease;
    padding-bottom: 20vh;
  }
  #header .menu {
    min-height: 60%;
    transition: ease;
  }
}

/*CONTACT STYLES*/
.flex-center {
  display: flex;
  justify-content: center;
}

#btnContactUs {
  display: flex;
  justify-content: center;
}

#contactUs {
  margin: 0 0 25px;
}
#contactUs #message {
  height: 270px;
}
#contactUs option {
  color: #999;
}
#contactUs button#btnContactUs {
  margin-bottom: 25px;
}
#contactUs .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 102, 153, 0.85);
  padding: 15px 20px;
}
#contactUs .subhead {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #006699;
  font-size: 24px;
  margin: 25px 0 15px;
}

@media only screen and (max-width: 992px) {
  .footer-bs .footer-nav h4 {
    border-bottom: 1px dotted #000 !important;
  }
  .footer-bs .footerLogo {
    width: 150px;
  }
  .footer-border-left {
    border-left: none !important;
  }
  .footer-border-right {
    border-right: none !important;
  }
}
/*FOOTER STYLES*/
img.footerLogo {
  margin: auto;
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
  width: 70%;
}

#footer {
  background-color: #006699;
  padding: 25px;
}
#footer a {
  text-decoration: none;
  color: inherit;
}
#footer ul {
  list-style-type: none;
  padding: 0;
  color: #fff;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}
#footer .listHead {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.footer-bs {
  background-color: #00559B;
  padding: 150px 40px 40px 40px;
  color: #fff;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
}
.footer-bs a {
  color: #fff;
}
.footer-bs a:hover {
  text-decoration: none;
}
.footer-bs .newsletter {
  margin-bottom: 25px;
}
.footer-bs .footer-ns {
  border-left: none;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
  padding: 10px 15px;
}
.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}
.footer-bs .footer-brand p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-bs .footer-nav h4 {
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-bs .footer-nav .nav-border {
  border-bottom: none;
}
.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
  font-size: 14px;
  transition: opacity 0.5s;
}
.footer-bs .footer-nav ul.pages li:hover {
  color: #fff;
}
.footer-bs .footer-nav ul.pages a {
  color: #fff;
}
.footer-bs .footer-nav ul.pages a:hover {
  transition: 0.2s ease-in;
  text-decoration: underline;
}
.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
  font-size: 14px;
}
.footer-bs .footer-nav ul.list a {
  color: #fff;
}
.footer-bs .footer-nav ul.list a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-bs .footer-nav:first-child {
  border-left: none;
}
.footer-bs .footer-social {
  border-left: none;
}
.footer-bs .footer-social h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}
.footer-bs .footer-social li {
  padding: 5px 4px;
  font-size: 1.5em;
  display: inline-block;
}
.footer-bs .footer-social img {
  width: 24px;
  margin-top: -5px;
}
.footer-bs .footer-social a {
  color: #fff;
}
.footer-bs .footer-social a:hover {
  opacity: 0.6;
  transition: 0.25s;
  text-decoration: none;
}

.footer-bs .footer-ns h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-bs .footer-ns p {
  font-size: 14px;
  color: #000;
}

#newsletter .input-group {
  display: flex;
  flex-direction: row;
}
#newsletter .input-group #newsletterName {
  flex-basis: 20%;
}
#newsletter .input-group #newsletterEmail {
  flex-basis: 50%;
}
#newsletter #newsletterSubmit {
  background-color: #56B336;
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  color: #fff;
}
#newsletter #newsletterSubmit:hover {
  background-color: #279d27;
}

.dotted-hr {
  border-top: 3px dotted #eae9e9;
}

.footer-box {
  height: 120px;
  margin: auto;
  width: 100%;
}

.footer-border-left {
  border-left: 1px solid #000;
}

.footer-border-right {
  border-right: 1px solid #000;
}

.footer-bs.bottom-footer {
  background-color: #00559B;
  filter: brightness(85%);
  padding: 5px 40px;
}
.footer-bs.bottom-footer .footer-nav ul.pages a {
  color: #fff;
}

.cookies-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  z-index: 10000;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.cookies-banner .cookies-title {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.cookies-banner .cookies-icon {
  width: 25px;
}
.cookies-banner .cookies-content {
  font-size: 14px;
  margin-bottom: 1rem;
}
.cookies-banner .cookies-btn-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cookies-banner .cookies-btn {
  width: 100%;
}
.cookies-banner .cookies-secondary-btn {
  color: #888;
  font-size: 14px;
  width: 100%;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .nav-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
}
@media (max-width: 450px) {
  .cookies-banner {
    bottom: 0px;
    left: 0px;
    max-width: 100%;
    border-radius: 10px 10px 0px 0px;
  }
}
/*BUTTON STYLES*/
button {
  text-decoration: none;
  outline: none;
  border: none;
  background-color: transparent;
}
button:disabled {
  cursor: unset !important;
  color: #c5c5c5 !important;
}
button a {
  text-decoration: none;
  color: inherit;
}
button i {
  color: #428bca;
}

.button2 {
  background-color: #56B336;
  color: #fff;
  border: none;
  padding: 5px 25px;
  margin-top: 10px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.5s;
}
.button2 a {
  text-decoration: none;
}

.section-1 .underline, .section-2 .underline, .section-3 .underline {
  border-top: 1px dotted rgba(0, 0, 0, 0.4);
}

.button2:hover {
  background-color: #279d27;
}

.btn {
  border-radius: 5px;
}

.btn-info {
  border: none;
}

.btn-jj {
  background-color: #0e6e4c !important;
  border: none !important;
  text-transform: uppercase;
}
.btn-jj:hover {
  background-color: #08412d !important;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-info:hover {
  background-color: #279d27;
  transition: background-color 0.5s;
  border-color: #279d27;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #279d27;
  cursor: pointer;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #279d27;
  border-color: #279d27;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #279d27;
  border-color: #279d27;
}

#facebook-login, #google-login {
  display: flex;
  color: #fff;
  align-items: center;
  padding: 8px 10px;
  transition: 0.5s;
  border-radius: 5px;
}
#facebook-login span, #google-login span {
  flex: 1;
  text-align: center;
}
#facebook-login:hover, #google-login:hover {
  color: #fff !important;
  cursor: pointer;
}

#facebook-login {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

#google-login {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.lp--btn {
  border: none !important;
  border-radius: 4px;
  height: 30px;
  width: 96px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  padding: 0 16px;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  transition: 0.25s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

.lp--btn:hover {
  text-decoration: none !important;
  color: #fff;
}

.lp--btn:focus {
  text-decoration: none !important;
  color: #fff;
}

.lp--btn--preview {
  background-color: #00559B;
}
.lp--btn--preview:hover {
  background-color: #004466;
}

.lp--btn--create {
  background-color: #56B336;
}
.lp--btn--create:hover {
  background-color: #279d27;
}

.arrow-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 36px;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #007bff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-button .arrow-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  right: -25%;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-button .arrow-icon svg {
  height: 20px;
  width: auto;
}
.arrow-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(0px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-button:hover {
  color: #fff !important;
}
.arrow-button:hover .arrow-icon {
  right: 16px;
}
.arrow-button:hover .text {
  transform: translateX(-12px);
}
.arrow-button:active {
  scale: 0.95;
}
.arrow-button:focus-visible {
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.5);
}
.arrow-button.arrow-btn-dark {
  background-color: #404040;
}
.arrow-button.arrow-btn-green {
  background-color: #56B336;
}

.company-section {
  width: 100%;
  overflow: hidden;
  background-color: #f8f9fa;
}

.broker-users {
  border-radius: 10px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  margin: 0px 10px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.broker-users img {
  max-width: 175px;
  width: 90%;
}

/*SHOWCASE STYLES*/
body > #hero-image {
  margin-top: 56px;
}

.img-cutoff {
  width: 100%;
}

#hero-image {
  padding: 20px;
  background-image: radial-gradient(circle at bottom, rgba(0, 85, 155, 0.52), #09408B), url("/SECURE/assets/images/showcase/hero-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#hero-image .hero-header {
  font-size: clamp(2rem, 2.9vw, 3.5rem);
  min-height: 0vw;
}
#hero-image .hero-text {
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  min-height: 0vw;
}
#hero-image .btn.free-trial {
  background-color: #56B336;
  border: none;
  padding: 5px 25px;
  font-size: 24px;
  font-weight: 300;
  border-radius: 5px;
  display: block;
  text-shadow: none;
}

#partners-logo-wrapper {
  filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.25));
  text-shadow: none;
}

#partners-logo-image {
  max-height: 60px;
}

.promo-message {
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  min-height: 0vw;
  color: #212529 !important;
}

@media (min-width: 768px) {
  #partners-logo-image {
    max-height: 100px;
  }
}
@media (min-width: 992px) {
  .img-container {
    overflow: hidden;
  }
  .img-cutoff {
    width: 120%;
    left: 5%;
  }
  #hero-image {
    padding: 60px 0px 60px 60px;
    text-align: left;
    background-image: radial-gradient(circle at right, rgba(0, 85, 155, 0.52), #09408B), url("/SECURE/assets/images/showcase/hero-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #hero-image .btn.free-trial {
    display: inline-block;
  }
}
#showcase {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  height: auto;
}
#showcase #carouselIndicators .carousel-inner {
  max-height: 95vh;
}
@media screen and (max-height: 650px) {
  #showcase #carouselIndicators .carousel-inner {
    max-height: none;
  }
}
#showcase #carouselIndicators .carousel-inner img {
  max-width: 100%;
  width: 100%;
}
#showcase .showcase-content {
  font-size: 48px;
}
#showcase .content-padding {
  position: absolute;
  top: 0%;
  left: 10%;
  right: 10%;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-shadow: 2px 0px 20px rgba(0, 0, 0, 0.9);
  z-index: 3;
}
#showcase h1 {
  text-transform: uppercase;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-weight: 500;
}
#showcase .showcase-body {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
#showcase .free-trial {
  background-color: #56B336;
  border: none;
  padding: 5px 25px;
  margin-top: 15px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  border-radius: 5px;
  display: inline-block;
  text-shadow: none;
}
#showcase .free-trial a {
  color: #fff;
  text-decoration: none;
}
#showcase .free-trial a:hover {
  text-decoration: none;
}
#showcase .free-trial:hover {
  background-color: #279d27;
}
#showcase button a {
  text-decoration: none;
  color: inherit;
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/*FEATURE STYLES*/
#feature p.body {
  font-size: 1em;
  line-height: 2em;
}
#feature .featureContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#feature .featureItem {
  text-align: center;
  height: 300px;
  display: block;
  position: relative;
}
#feature .featureItem:nth-child(4n+0) .featureOverlay {
  background-color: rgba(120, 0, 110, 0.95);
}
#feature .featureItem:nth-child(4n+1) .featureOverlay {
  background-color: rgba(46, 143, 206, 0.95);
}
#feature .featureItem:nth-child(4n+2) .featureOverlay {
  background-color: rgba(78, 62, 158, 0.95);
}
#feature .featureItem:nth-child(4n+3) .featureOverlay {
  background-color: rgba(47, 47, 47, 0.95);
}
#feature .featureName {
  margin-top: 15px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}
#feature .featureOverlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: none;
}
#feature .featureDesc {
  color: #fff;
  font-size: 0.9em;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  min-width: 200px;
}
#feature .featureDesc .button {
  background-color: #56B336;
}
#feature .featureDesc .button:hover {
  background-color: #279d27;
  transition: 0.5s;
  border: none;
}
#feature .featureIntro {
  margin: 45px 0;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.75rem;
  color: #fff;
}
#feature .featureIntro .subhead {
  color: #fff;
}
#feature .feature-title-container {
  background-color: #2f2f2f;
}
#feature a:hover {
  color: #fff;
}

#testimonial {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #f8f9fa;
}
#testimonial a {
  color: #2f2f2f !important;
}
#testimonial a:hover {
  color: #00559B !important;
  text-decoration: none;
}
#testimonial hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#testimonial .carousel {
  height: 100%;
  position: relative;
}
#testimonial .carousel-inner {
  height: 300px;
}
#testimonial .carousel-item {
  margin: auto;
  font-weight: 200;
  font-size: 1em;
  line-height: 29px;
}
#testimonial p {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  margin-bottom: 20px;
}
#testimonial .carousel-indicators li {
  background-color: #fff;
  opacity: 0.2;
  height: 8px;
  width: 8px;
  margin: 5px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.5s;
}
#testimonial .carousel-indicators li.active {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
#testimonial .carousel-indicators {
  position: absolute;
  bottom: 10px;
}
#testimonial .subhead-two {
  color: #fff;
  font-size: 24px;
  padding: 0px;
  margin: 0 0 20px;
}

#ourPartners [class*=col-] {
  margin-bottom: 15px;
}
#ourPartners .partner-container {
  padding: 60px 30px;
}
#ourPartners .partner {
  flex: 1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px;
}
#ourPartners .partner img {
  max-width: 80%;
  max-height: 60px;
}
#ourPartners .subhead {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin: 25px 0 20px;
}

#userLogin,
#loginSecure {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-color: #00559B;
}
#userLogin a,
#loginSecure a {
  cursor: pointer;
}
#userLogin .btn-primary,
#loginSecure .btn-primary {
  border-color: #00559B;
}
#userLogin #login.btn-primary,
#loginSecure #login.btn-primary {
  border-color: #56B336 !important;
  background-color: #56B336 !important;
}
#userLogin .btn-social > :first-child,
#loginSecure .btn-social > :first-child {
  width: auto !important;
  height: 95%;
  left: 2px;
  top: 1px;
}
#userLogin .social-login,
#loginSecure .social-login {
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
#userLogin .social-login img,
#loginSecure .social-login img {
  width: auto !important;
}
#userLogin .social-login i,
#loginSecure .social-login i {
  margin-right: 10px;
  padding: 2px 10px;
}
#userLogin a.social-login:hover,
#loginSecure a.social-login:hover {
  color: #fff;
  cursor: pointer !important;
}
#userLogin .form-control,
#loginSecure .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
}
#userLogin .form-control:focus,
#loginSecure .form-control:focus {
  border: 1px solid #007bff;
  box-shadow: 0 0 0 1px rgb(0, 123, 255);
}
#userLogin button a:hover,
#loginSecure button a:hover {
  text-decoration: none;
}
#userLogin a,
#loginSecure a {
  text-decoration: none;
}
#userLogin a:hover,
#loginSecure a:hover {
  text-decoration: none !important;
}
#userLogin legend,
#loginSecure legend {
  text-transform: uppercase;
}
#userLogin input,
#loginSecure input {
  border: none;
  border-bottom: 1px solid #666;
}
#userLogin .input-group-text,
#loginSecure .input-group-text {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
#userLogin .login,
#loginSecure .login {
  background-color: #56B336;
  text-transform: uppercase;
}
#userLogin .login:hover,
#loginSecure .login:hover {
  background-color: #438c2a !important;
}
#userLogin .register,
#loginSecure .register {
  background-color: #00559B !important;
  text-transform: uppercase;
}
#userLogin .register:hover,
#loginSecure .register:hover {
  background-color: #004466 !important;
}
#userLogin .col-12,
#loginSecure .col-12 {
  position: relative;
}
#userLogin .loginBox,
#loginSecure .loginBox {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
  padding: 20px 50px 50px 50px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}
#userLogin .logoBox,
#loginSecure .logoBox {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
}

#login-modal .modal-content {
  border-radius: 10px;
  border: none;
}
#login-modal .modal-body {
  padding: 2rem;
  padding-bottom: 0;
}
#login-modal .modal-dialog {
  min-width: 550px;
}
#login-modal .modal-footer {
  border: none;
  padding: 2rem;
  padding-top: 0;
}
#login-modal .btn-primary {
  border-color: #00559B;
  background-color: #00559B;
}
#login-modal .btn-primary.register {
  border-color: #00559B !important;
  background-color: #00559B !important;
}
#login-modal .btn-primary.register:hover {
  border-color: #004466 !important;
  background-color: #004466 !important;
  color: white !important;
}
#login-modal #login.btn-primary {
  border-color: #56B336 !important;
  background-color: #56B336 !important;
  color: #fff !important;
}
#login-modal #login.btn-primary:hover {
  border-color: #29a329 !important;
  background-color: #29a329 !important;
  color: #fff !important;
}
#login-modal .btn-social > :first-child {
  width: auto !important;
  height: 95%;
  left: 2px;
  top: 1px;
}
#login-modal .social-login {
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
#login-modal .social-login img {
  width: auto !important;
}
#login-modal .social-login i {
  margin-right: 10px;
  padding: 2px 10px;
}
#login-modal a.social-login:hover {
  color: #fff;
  cursor: pointer !important;
}
#login-modal .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
}
#login-modal .form-control:focus {
  border: 1px solid #007bff;
  box-shadow: 0 0 0 1px rgb(0, 123, 255);
}
#login-modal input:-webkit-autofill,
#login-modal input:-webkit-autofill:hover,
#login-modal input:-webkit-autofill:focus,
#login-modal input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#login-modal .input-group:focus-within .input-icon {
  color: #007bff;
}
#login-modal .register-color {
  color: #007bff;
}
#login-modal .register-color:hover {
  color: #0056b3;
}
#login-modal .border-bottom {
  border-bottom: 1px solid #ced4da;
}
#login-modal button a:hover {
  text-decoration: none;
}
#login-modal a {
  text-decoration: none;
}
#login-modal a:hover {
  text-decoration: none !important;
  cursor: pointer;
}
#login-modal h5 {
  text-transform: uppercase;
}
#login-modal input {
  border: none;
  border-bottom: 1px solid #666;
}
#login-modal .input-group-text {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
#login-modal .login {
  background-color: #56B336;
  text-transform: uppercase;
}
#login-modal .login:hover {
  background-color: #438c2a !important;
}
#login-modal .register {
  background-color: #069 !important;
  text-transform: uppercase;
}
#login-modal .register:hover {
  background-color: #004466 !important;
}
#login-modal .col-12 {
  position: relative;
}

.user-wa {
  min-height: 850px;
  height: 100vh;
  position: relative;
}

.user-zip {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-image: url("/pages/img/blueBKGRD.jpg");
  background-size: cover;
}

.user-he {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-color: #093059;
  background-size: cover;
}

.user-jj {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background-color: #C0D6E4;
  background-size: cover;
}

.user-rb {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background: #3c3c3c;
}

.user-ac {
  min-height: 850px;
  height: 100vh;
  position: relative;
  background: #9a9a9a;
}

#login-modal.zip #login.login-zip {
  border-color: #56B336;
  background-color: #56B336;
}
#login-modal.zip #login.login-zip:hover {
  border-color: #279d27;
  background-color: #279d27;
}
#login-modal.zip .btn:hover, #login-modal.zip .btn:focus {
  background-position: 0 -50px;
}
#login-modal.zip .modal-content {
  border: 0;
  padding: 2rem;
}
#login-modal.zip .modal-body {
  max-height: 500px;
}
#login-modal.zip .forgot-password a {
  color: #007bff;
}
#login-modal.zip .form-control {
  font-size: 0.85em;
}
#login-modal.zip .input-group-text {
  line-height: 1.4;
}

#login-modal.jj input.form-control {
  box-shadow: 0 !important;
}
#login-modal.jj textarea:focus, #login-modal.jj input[type=text]:focus, #login-modal.jj input[type=password]:focus, #login-modal.jj input[type=datetime]:focus, #login-modal.jj input[type=datetime-local]:focus, #login-modal.jj input[type=date]:focus, #login-modal.jj input[type=month]:focus, #login-modal.jj input[type=time]:focus, #login-modal.jj input[type=week]:focus, #login-modal.jj input[type=number]:focus, #login-modal.jj input[type=email]:focus, #login-modal.jj input[type=url]:focus, #login-modal.jj input[type=search]:focus, #login-modal.jj input[type=tel]:focus, #login-modal.jj input[type=color]:focus, #login-modal.jj .uneditable-input:focus {
  box-shadow: 0 !important;
}

.pz-nav .pz-logo {
  max-width: 150px;
}
.pz-nav .navbar-nav .nav-link {
  text-decoration: none;
  color: inherit;
}
.pz-nav .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #4d9e57;
}

.pz-background {
  background-image: url("/assets/images/ico/PZCRM-background.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pz-bar {
  background-color: rgba(95, 75, 139, 0.4);
  padding: 20px 0 10px;
  margin: 0;
  color: #fff;
  font-size: 1.3em;
}
.pz-bar p {
  font-size: 0.7em;
  line-height: 1.85em;
}

#password-reset .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
}
#password-reset .form-control:focus {
  border: 1px solid #007bff;
  box-shadow: 0 0 0 1px rgb(0, 123, 255);
}
#password-reset button a {
  text-decoration: none;
}
#password-reset button a:hover {
  text-decoration: none;
  color: #fff;
}
#password-reset input {
  border: none;
  border-bottom: 1px solid #666;
}
#password-reset .input-group-text {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
#password-reset #password-reset-container {
  position: relative;
}
#password-reset .reset {
  background-color: #56B336;
  border: none;
  transition: 0.5s;
}
#password-reset .reset:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
#password-reset .reset:active {
  background-color: #238e23;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
#password-reset .reset:focus {
  background-color: #56B336;
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
#password-reset .loginBox {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 60%);
  padding: 50px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}
#password-reset .logoBox {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.reset-zip {
  background-image: url("/pages/img/blueBKGRD.jpg");
  background-size: cover;
  height: 100vh;
  min-height: 850px;
}

.reset-jj {
  background-color: #C0D6E4;
  height: 100vh;
  min-height: 850px;
}

.reset-wa {
  background: #00559B;
  height: 100vh;
  min-height: 850px;
}

.reset-rb {
  background: #3c3c3c;
  height: 100vh;
  min-height: 850px;
}

.reset-ac {
  background: #9a9a9a;
  height: 100vh;
  min-height: 850px;
}

#registration {
  max-height: 100vh;
  padding: 20px;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
}
#registration #registrationIcons .icon-circle {
  width: 40px;
  height: 40px;
  border: 2px solid #d5d5d5;
  color: #c4c4c4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#registration #registrationIcons .icon-circle.step-1 {
  border: 2px solid rgba(66, 139, 202, 0.4392156863);
  color: #428BCA;
}
#registration #registrationIcons .icon-circle.step-2 {
  border: 2px solid rgba(98, 190, 193, 0.4392156863);
  color: #62bec1;
}
#registration #registrationIcons .icon-circle.step-3 {
  border: 2px solid rgba(86, 179, 54, 0.4392156863);
  color: #56B336;
  transition: 1s ease;
}
#registration #registrationIcons .icon-circle.step-4 {
  color: #4e3e9e;
  border: 2px solid #958bc5;
}
#registration #registrationIcons .step-line {
  border-bottom: 2px solid #d5d5d5;
  max-width: 80px;
  min-width: 50px;
  width: 100%;
}
#registration #registrationIcons .step-line.complete-1 {
  border-bottom: 2px solid rgba(66, 139, 202, 0.4392156863);
}
#registration #registrationIcons .step-line.complete-2 {
  border-bottom: 2px solid rgba(98, 190, 193, 0.4392156863);
  transition: 1s ease;
}
@media screen and (max-width: 500px) {
  #registration #registrationIcons .step-line {
    min-width: 40px;
    width: 40px;
  }
}
#registration #thank-you {
  min-height: 700px;
  height: calc(100vh - 40px);
}
#registration #thank-you.wiseagent {
  background: #00559B;
  border-radius: 10px;
}
#registration #thank-you.zip {
  background: url("/pages/img/blueBKGRD.jpg") no-repeat fixed center;
  background-size: cover;
  border-radius: 10px;
}
#registration #thank-you.jj {
  background: #C0D6E4;
  border-radius: 10px;
}
#registration #thank-you.hercrm {
  background: #093059;
  border-radius: 10px;
}
#registration #thank-you.pz {
  background: url("/assets/images/ico/PZCRM-background.jpg") no-repeat fixed center;
  background-size: cover;
  border-radius: 10px;
}
#registration #thank-you.rb {
  background: #3c3c3c;
  border-radius: 10px;
}
#registration #thank-you.ac {
  background: #9a9a9a;
  border-radius: 10px;
}
#registration #thank-you > div {
  padding: 100px 100px;
}
@media only screen and (max-width: 768px) {
  #registration #thank-you > div {
    padding: 100px 20px;
  }
}
#registration #thank-you > div p.h1 {
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #registration #thank-you > div p.h1 {
    font-size: 1.5rem;
  }
}
#registration #thank-you > div .fa-check-circle {
  color: rgba(86, 179, 54, 0.4392156863);
  font-size: 100px;
}
@media screen and (max-width: 992px) {
  #registration #thank-you.wiseagent, #registration #thank-you.zip, #registration #thank-you.jj, #registration #thank-you.hercrm, #registration #thank-you.pz, #registration #thank-you.rb, #registration #thank-you.ac {
    border-radius: 0px;
  }
}
#registration .adref-container #adref-column .ql-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#registration button {
  cursor: pointer !important;
}
#registration #reg-content > div:first-child {
  margin-bottom: 20px;
}
#registration #reg-content legend {
  color: #2f2f2f;
  margin-bottom: 0;
  padding: 0;
}
#registration #reg-content h1.reg-title {
  color: #2f2f2f;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
#registration #reg-content small {
  color: #666;
}
#registration #reg-content p {
  color: #3f3f3f;
}
#registration #reg-content label {
  font-size: 0.8em;
}
#registration #pay-button-group #setUp {
  flex: 0;
}
#registration #pay-button-group #skip {
  flex: 0;
}
#registration .reg-button {
  flex: 1;
}
#registration .register-social {
  display: flex;
}
#registration .hide {
  display: none;
}
#registration .btn-social > :first-child {
  width: 32px;
  position: inherit;
  top: inherit;
  left: inherit;
  border: 0px;
}
#registration .btn-social .fa-facebook-f {
  color: #fff;
  width: 37px;
  line-height: 39px;
}
#registration .btn-social img {
  width: auto;
}
#registration .btn-social {
  color: #fff !important;
  padding: 10px;
}
#registration .btn-social:first-child {
  margin-bottom: 15px;
}
#registration .dblock {
  text-align: center;
  display: block;
}
#registration #calendar .fa {
  color: #999;
}
#registration #calendar .time {
  padding: 10px 0 10px;
}
#registration #calendar .card-header {
  padding: 0px;
}
#registration #calendar .card-body {
  padding: 0;
}
#registration #calendar .day:hover {
  background-color: #56B336;
  transition: 0.5s;
  color: #fff;
  cursor: pointer;
}
#registration #calendar .day:hover .fa {
  color: #fff;
}
#registration #calendar .day:hover .btn-text {
  color: #fff;
}
#registration #calendar .btn-day {
  text-decoration: none;
  color: inherit;
  padding: 20px;
}
#registration #calendar .btn-link:hover {
  text-decoration: none;
  color: #fff;
}
#registration #calendar .btn:focus {
  text-decoration: none;
}
#registration #calendar #skipCalendar {
  padding: 0.375rem 2rem;
}
#registration input {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  font-weight: 200;
}
#registration select {
  font-weight: 300;
}
#registration .select2-container-active .select2-choice, #registration .select2-container-active .select2-choices {
  border: none !important;
}
#registration .select2-container .select2-choice {
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
}
#registration .select2-arrow {
  border: none !important;
  background: none !important;
  background-image: none !important;
}
#registration .form-control.select2-container-active.select2-dropdown-open {
  padding-left: 0px !important;
}
#registration .select2-container.form-control {
  padding-left: 0px !important;
}
#registration .select2-drop.select2-display-none.select2-with-searchbox.select2-drop-active {
  padding-top: 10px !important;
}
#registration .select2-container.form-control.select2-container-active.select2-dropdown-open a {
  background: none !important;
}
#registration .select2-drop.select2-display-none.select2-with-searchbox.select2-drop-active {
  border: 0.5px solid rgba(0, 0, 0, 0.2) !important;
  padding-top: 10px !important;
}
#registration .form-control {
  border: none;
  transition: 0.25s;
  font-family: montserrat;
  font-weight: 300;
  box-shadow: none;
  font-size: inherit;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
#registration .form-control:focus {
  box-shadow: none;
  transition: 0.25s;
  border: 1px solid #007bff;
  box-shadow: 0 0 0 1px rgb(0, 123, 255);
}
#registration label {
  color: #666;
  font-weight: 300;
}
#registration legend {
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}
#registration h1.reg-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  font-size: 1.5rem;
}
#registration .register {
  background-color: #56B336;
  letter-spacing: 0.5px;
  padding: 0.375rem 2rem;
  border-color: #56B336;
}
#registration .register:hover {
  border-color: #279d27;
  background-color: #279d27;
}
#registration .register.focus, #registration .register:focus {
  box-shadow: none;
}
#registration .register:not(:disabled):not(.disabled).active, #registration .register:not(:disabled):not(.disabled):active, #registration .show > .register.dropdown-toggle {
  border: 1px solid #279d27;
  box-shadow: inset 1px 1px 5px #666;
  background-color: #279d27;
  color: #fff;
  transition: 0.25s;
}
#registration .register:not(:disabled):not(.disabled).active:focus, #registration .register:not(:disabled):not(.disabled):active:focus, #registration .show > .register.dropdown-toggle:focus {
  box-shadow: none;
}
#registration .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#registration .leftColumn {
  background-color: #00559B;
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2% 2%;
  border-radius: 10px;
}
#registration .leftColumn.column-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
#registration .leftColumn.adref-column {
  height: 100%;
  margin-bottom: 20px;
}
#registration .leftColumn-he {
  background-color: #093059;
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
}
#registration .leftColumn-he.column-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
#registration .leftColumn-zip {
  background-image: url("/pages/img/blueBKGRD.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #006699;
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
}
#registration .leftColumn-zip.column-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
#registration .leftColumn-jj {
  background-color: #C0D6E4;
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
}
#registration .leftColumn-jj.column-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
#registration .leftColumn-rb {
  background-color: #3c3c3c;
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
}
#registration .leftColumn-rb.column-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
#registration .leftColumn-ac {
  background-color: #9a9a9a;
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
}
#registration .leftColumn-ac.column-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
#registration .leftColumn-pz {
  background-image: url("/assets/images/ico/PZCRM-background.jpg");
  height: calc(100vh - 40px);
  min-height: calc(100vh - 40px);
}
#registration .leftColumn-pz.column-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
#registration .leftColumn-pz .pz-logo {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
}
#registration .rightColumn {
  padding: 2% 8%;
  position: relative;
}
#registration .ZIP.leftColumn .row {
  height: 95px;
}
#registration .ZIP.leftColumn .zip-logo {
  height: 70px;
  position: absolute;
}
#registration .ZIP.leftColumn .zip-copy {
  height: 140px;
  margin-left: 180px;
  margin-top: -24px;
}
#registration .formContainer {
  padding: 10% 10%;
  transition: 0.5s;
  overflow: scroll;
  min-height: 100vh;
}
#registration #emailInvalid {
  margin: auto;
  color: #F30509;
}
#registration #promoCode a {
  margin: auto;
  padding-bottom: 5px;
  font-size: 0.8em;
}
#registration .terms, #registration .terms::before, #registration .terms::after {
  font-size: 0.7em;
}
#registration .account-exists {
  font-size: 0.9em;
}
#registration #wa-quote {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 30px;
  font-size: 0.9em;
}
#registration #wa-quote img {
  border-radius: 50%;
  max-width: 105px;
  min-width: 105px;
  max-height: 105px;
  min-height: 105px;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  margin-left: 20px;
  flex: 1;
}
#registration #wa-quote blockquote {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.5px;
  flex: 3;
  background-color: rgba(255, 255, 255, 0.0823529412);
  padding: 50px 20px 20px 20px;
  margin-top: -40px;
  border-radius: 10px;
}
#registration #wa-quote blockquote footer {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
#registration #wa-quote .carousel-item.active {
  display: flex;
}
#registration .setUp {
  background-color: #56B336;
  padding: 0.375rem 2rem;
  letter-spacing: 0.5px;
  border-color: #56B336;
}
#registration .setUp:hover {
  background-color: #279d27;
  border-color: #279d27;
  color: #fff;
}
#registration .setUp:not(:disabled):not(.disabled).active, #registration .setUp:not(:disabled):not(.disabled):active, #registration .show > .setUp.dropdown-toggle {
  border: 1px solid #279d27;
  box-shadow: inset 1px 1px 5px #666;
  background-color: #279d27;
  color: #fff;
  transition: 0.25s;
}
#registration .setUp:not(:disabled):not(.disabled).active:focus, #registration .setUp:not(:disabled):not(.disabled):active:focus, #registration .show > .setUp.dropdown-toggle:focus {
  box-shadow: none;
}
#registration .setUp.focus, #registration .setUp:focus {
  box-shadow: none;
}
#registration .btn-secondary.disabled, #registration .btn-secondary:disabled {
  transition: 0.5s;
}
#registration .btn-secondary.disabled:hover, #registration .btn-secondary:disabled:hover {
  background-color: #2f2f2f;
  transition: 0.5s;
}
#registration .skip {
  font-weight: 200;
}
#registration #annual, #registration #monthly {
  background-color: #fff;
  border: 1px solid #ced4da;
  text-align: left;
  transition: 0.5s;
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
  cursor: pointer;
  flex: 3;
  display: flex;
}
#registration #annual .row01, #registration #annual .row02, #registration #annual .row03, #registration #annual .row04, #registration #monthly .row01, #registration #monthly .row02, #registration #monthly .row03, #registration #monthly .row04 {
  font-weight: 400;
  white-space: normal;
  margin-bottom: 0;
  font-size: 16px;
}
#registration #annual .row01, #registration #monthly .row01 {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#registration #annual .row01 p, #registration #monthly .row01 p {
  margin-bottom: 0px;
}
#registration #annual .row02, #registration #monthly .row02 {
  font-size: 48px;
}
#registration #annual .row03, #registration #monthly .row03 {
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#registration #annual .plan-label, #registration #monthly .plan-label {
  font-weight: 200;
  padding: 5px;
  background-color: #56B336;
  border: 1px solid #56B336;
  border-radius: 100px;
  color: #fff;
  display: flex;
  max-height: 25px;
  align-items: center;
}
#registration #annual .plan-saving, #registration #monthly .plan-saving {
  font-size: 1em;
  font-weight: 500;
  color: #56B336;
}
#registration #annual .plan-saving .full-price, #registration #monthly .plan-saving .full-price {
  color: #999 !important;
  text-decoration: line-through;
  font-weight: 400;
}
#registration #annual .circle-check, #registration #monthly .circle-check {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  font-size: 24px;
  color: #56B336;
  transform: scale(0);
  transition: all 0.25s;
}
#registration #annual p, #registration #monthly p {
  color: #c4c4c4;
}
#registration #annual #annual-fee, #registration #annual #monthly-fee, #registration #monthly #annual-fee, #registration #monthly #monthly-fee {
  font-size: 2.3em;
  font-weight: 600;
  margin-right: 5px;
}
#registration #or {
  justify-content: center;
  align-items: center;
  flex: 1;
}
#registration .plan-alert {
  background-color: rgba(0, 123, 255, 0.1254901961);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#registration .plan-alert .alert-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#registration .plan-alert .alert-text svg {
  color: #007bff;
  margin-bottom: 5px;
}
#registration .selected-plan-info {
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 10px;
  border-left: 10px solid #56B336;
}
#registration .selected-plan-info .selected-price {
  font-weight: 600;
}
#registration #backStepBtn {
  white-space: nowrap;
}
#registration #annual:hover, #registration #monthly:hover {
  cursor: pointer;
  border-color: #fff;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
#registration #annual:hover p, #registration #monthly:hover p {
  color: #4d4d4d;
  transition: 0.5s;
}
#registration #monthly:not(:disabled):not(.disabled).active, #registration #monthly:not(:disabled):not(.disabled):active:focus, #registration .show > #monthly.dropdown-toggle:focus {
  border-color: transparent;
  box-shadow: 0px 0px 0px 3px #56B336;
  color: #2f2f2f;
  background-color: transparent;
  opacity: 1;
  transition: opacity 0.5s, background-color 0.5s;
}
#registration #monthly:not(:disabled):not(.disabled).active .row01 p, #registration #monthly:not(:disabled):not(.disabled).active .row02, #registration #monthly:not(:disabled):not(.disabled).active .row03, #registration #monthly:not(:disabled):not(.disabled):active:focus .row01 p, #registration #monthly:not(:disabled):not(.disabled):active:focus .row02, #registration #monthly:not(:disabled):not(.disabled):active:focus .row03, #registration .show > #monthly.dropdown-toggle:focus .row01 p, #registration .show > #monthly.dropdown-toggle:focus .row02, #registration .show > #monthly.dropdown-toggle:focus .row03 {
  color: #2f2f2f;
}
#registration #monthly:not(:disabled):not(.disabled).active .row01, #registration #monthly:not(:disabled):not(.disabled):active:focus .row01, #registration .show > #monthly.dropdown-toggle:focus .row01 {
  font-weight: 600;
}
#registration #monthly:not(:disabled):not(.disabled).active .row02, #registration #monthly:not(:disabled):not(.disabled):active:focus .row02, #registration .show > #monthly.dropdown-toggle:focus .row02 {
  font-weight: 400;
}
#registration #monthly:not(:disabled):not(.disabled).active .plan-label, #registration #monthly:not(:disabled):not(.disabled):active:focus .plan-label, #registration .show > #monthly.dropdown-toggle:focus .plan-label {
  border: 1px solid #fff;
}
#registration #monthly:not(:disabled):not(.disabled).active .circle-check, #registration #monthly:not(:disabled):not(.disabled):active:focus .circle-check, #registration .show > #monthly.dropdown-toggle:focus .circle-check {
  opacity: 1;
  transform: scale(1);
}
#registration #annual:not(:disabled):not(.disabled).active, #registration #annual:not(:disabled):not(.disabled):active:focus, #registration .show > #annual.dropdown-toggle:focus {
  border-color: transparent;
  box-shadow: 0px 0px 0px 3px #56B336;
  color: #2f2f2f;
  background-color: transparent;
  opacity: 1;
  transition: opacity 0.5s, background-color 0.5s;
}
#registration #annual:not(:disabled):not(.disabled).active .row01 p, #registration #annual:not(:disabled):not(.disabled).active .row02, #registration #annual:not(:disabled):not(.disabled).active .row03, #registration #annual:not(:disabled):not(.disabled):active:focus .row01 p, #registration #annual:not(:disabled):not(.disabled):active:focus .row02, #registration #annual:not(:disabled):not(.disabled):active:focus .row03, #registration .show > #annual.dropdown-toggle:focus .row01 p, #registration .show > #annual.dropdown-toggle:focus .row02, #registration .show > #annual.dropdown-toggle:focus .row03 {
  color: #2f2f2f;
}
#registration #annual:not(:disabled):not(.disabled).active .row01, #registration #annual:not(:disabled):not(.disabled):active:focus .row01, #registration .show > #annual.dropdown-toggle:focus .row01 {
  font-weight: 600;
}
#registration #annual:not(:disabled):not(.disabled).active .row02, #registration #annual:not(:disabled):not(.disabled):active:focus .row02, #registration .show > #annual.dropdown-toggle:focus .row02 {
  font-weight: 400;
}
#registration #annual:not(:disabled):not(.disabled).active .plan-label, #registration #annual:not(:disabled):not(.disabled):active:focus .plan-label, #registration .show > #annual.dropdown-toggle:focus .plan-label {
  border: 1px solid #fff;
}
#registration #annual:not(:disabled):not(.disabled).active .circle-check, #registration #annual:not(:disabled):not(.disabled):active:focus .circle-check, #registration .show > #annual.dropdown-toggle:focus .circle-check {
  opacity: 1;
  transform: scale(1);
}

#adrefCard {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
}
#adrefCard img {
  width: 100%;
}

.adref-container {
  background-image: url("https://test.thewiseagent.com/secure/assets/images/backgroundTexture.jpg");
}
.adref-container img {
  max-width: 100%;
}
.adref-container #adref-column .card {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
.adref-container #adref-column .card .card-header {
  background-color: none;
  border-color: none;
}
.adref-container #adref-column .card .card-img-top {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.adref-container #adref-column .card .card-body {
  font-size: 0.85em;
  line-height: 2em;
}

.login-layout .main-container {
  background: #069 url("/secure/assets/images/backgroundTexture.jpg") no-repeat fixed center;
  background-size: cover;
  background-position: center;
}
.login-layout .main-content {
  height: 100%;
}
.login-layout .main-content .panel {
  background-color: #fff;
  max-width: 800px;
  padding: 40px 20px;
  border-radius: 0.5rem;
}
.login-layout.jj-layout .main-container {
  background: #C0D6E4 url(" ") no-repeat fixed center;
}
.login-layout.pz-layout .main-container {
  background: #C0D6E4 url("/assets/images/ico/PZCRM-background.jpg") no-repeat fixed center;
}

@media (min-width: 576px) {
  .plan-alert {
    justify-content: space-between !important;
    text-align: left !important;
  }
  .plan-alert .alert-text {
    margin-right: 3rem !important;
    flex-direction: row !important;
  }
  .plan-alert .alert-text svg {
    margin-bottom: 3px !important;
  }
}
#features .features-container {
  border: 0;
  margin: 10px 0 0 0;
}
#features p {
  font-size: 14px;
}
#features .image-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border: 9px solid #069;
  border-radius: 90%;
  padding: 10%;
}
#features .card-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#features .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#features .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#features .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#features .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#features .list-group-item {
  border: 0;
  background-color: inherit;
}
#features #blog-cards {
  margin-top: 40px;
}
#features #lead-management {
  -moz-column-count: 2;
  column-count: 2;
}
#features #lead-management h2 {
  -moz-column-span: all;
       column-span: all;
}
#features .list-group-item:hover {
  background-color: #2e8fce !important;
}
#features #featuresOverview {
  margin-top: 40px;
}
#features .card {
  border: none;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
#features .card .card-header {
  letter-spacing: 5px;
  font-size: 1em;
  font-weight: bold;
  padding: 1.25rem 1.25rem 1rem;
  background-color: #2e8fce;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}
#features .card .card-title {
  text-align: center;
  padding: 0 20px 10px;
  line-height: 1.5em;
  font-weight: 400;
}
#features .card .card-text {
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 0;
}
#features .card .card-body {
  padding: 0 0 1.125rem;
}
#features .card .card-group .card {
  margin: 10px 0 25px;
}
#features .card .card-img-top {
  max-height: 250px;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
#features .card .card-img-top img {
  width: 100%;
}
#features .card .list-group a {
  border-radius: 0px 0px 10px 10px;
  background-color: #2e8fce;
  color: #fff;
}
#features .card .list-group a:hover {
  background-color: #56B336;
  color: #fff;
}
#features p {
  line-height: 1.75em;
  color: #666;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-size: 0.9em;
}
#features .deck {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  font-weight: 300;
}
#features .sidenav {
  color: #FFF;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  max-height: 500px;
}
#features .list-group-item {
  font-size: 0.75em;
  border-radius: 10px 10px 0px 0px;
}
#features .list-group-item:hover {
  background-color: #56B336;
  color: white;
  transition: background-color 0.5s;
}
#features .subhead {
  font-size: 2em;
  color: #069;
  position: relative;
  margin: 25px 0 0;
  text-align: left;
  padding: 15px 0 15px;
}
#features .subhead:first-child {
  border-top: none;
  margin-top: 10px;
}
#features .card-title.subhead-two {
  text-transform: none;
  letter-spacing: 0.5px;
}
#features .subhead-two {
  color: #2f2f2f;
  font-size: 1.2em;
  margin: 0 0 10px;
  text-transform: none;
}
#features .subhead-two:not(:first-child) {
  margin: 25px 0 10px;
}
#features hr {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#features .feature-head {
  padding: 10px 0 20px;
  text-transform: uppercase;
  color: #069;
  font-size: 3em;
}
#features .feature-image-top {
  margin-top: 75px;
}
#features .col-12 i {
  font-size: 60px;
  margin-top: 15px;
  color: #069;
}
#features .fa-sort-up {
  font-size: 50px;
}
#features .list-group-item.active {
  background-color: #069;
  transition: 0.5s;
}
#features .list-group-item.active:after {
  content: "›";
  position: absolute;
  right: 14px;
  top: 24%;
  transition: 0.25s;
}
#features .list-group-item {
  font-size: 15px;
}
#features #back-to-top {
  position: fixed;
  bottom: 0;
  z-index: 50;
  margin: auto;
  padding: 10px 30px;
  background-color: #00559B;
  color: #fff;
  cursor: pointer;
}
#features #back-to-top i {
  margin-top: 0;
  color: #fff;
}
#features i.fa-sort-up {
  font-size: 1em;
  cursor: pointer;
}
#features #back-to-top {
  display: none;
}
#features .back-to-top {
  display: block;
  font-weight: 200;
  cursor: pointer;
}
#features.alt-feature #trial-button {
  letter-spacing: 0px;
  max-width: initial;
  font-size: 1em;
}
#features.alt-feature .card {
  border: 0;
}
#features.alt-feature .card .card-header {
  text-transform: none;
}
#features.alt-feature .card .card-title {
  text-transform: none;
}
#features.alt-feature .feature-head {
  margin-top: 75px;
  text-transform: none;
}

#features-overview2 {
  margin-top: -50px;
}
#features-overview2 .features-horizontal-card {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #2f2f2f;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
#features-overview2 .features-horizontal-card object {
  margin-bottom: 20px;
  width: 60px;
  height: auto;
}
#features-overview2 .features-horizontal-card h5 {
  margin-bottom: 20px;
}
#features-overview2 .features-horizontal-card .fa-chevron-right {
  display: none;
}
#features-overview2 .features-horizontal-card.teal-hover:hover {
  box-shadow: 0px 10px 15px rgba(98, 179, 193, 0.5);
  text-decoration: none;
}
#features-overview2 .features-horizontal-card.teal-hover:hover .fa-chevron-right {
  display: block;
}
#features-overview2 .features-horizontal-card.lblue-hover:hover {
  box-shadow: 0px 10px 15px rgba(46, 143, 206, 0.5);
  text-decoration: none;
}
#features-overview2 .features-horizontal-card.lblue-hover:hover .fa-chevron-right {
  display: block;
}
#features-overview2 .features-horizontal-card.purple-hover:hover {
  box-shadow: 0px 10px 15px rgba(78, 62, 158, 0.5);
  text-decoration: none;
}
#features-overview2 .features-horizontal-card.purple-hover:hover .fa-chevron-right {
  display: block;
}
#features-overview2 .features-horizontal-card.green-hover:hover {
  box-shadow: 0px 10px 15px rgba(86, 179, 54, 0.5);
  text-decoration: none;
}
#features-overview2 .features-horizontal-card.green-hover:hover .fa-chevron-right {
  display: block;
}
#features-overview2 .features-horizontal-card.yellow-hover:hover {
  box-shadow: 0px 10px 15px rgba(223, 172, 78, 0.5);
  text-decoration: none;
}
#features-overview2 .features-horizontal-card.yellow-hover:hover .fa-chevron-right {
  display: block;
  font-size: 30px;
}

.go-back-button {
  position: fixed;
  bottom: 50px;
  left: 0px;
  padding: 5px 20px 5px 20px;
  border-radius: 0px 10px 10px 0px;
  background-color: #00559B;
  color: #fff;
  opacity: 0.5;
  z-index: 2;
}
.go-back-button:hover, .go-back-button:focus {
  opacity: 1;
  transition: 0.2s ease-in-out;
  color: #fff;
}

#individual-features .feature-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 60px 30px;
}

#other-features {
  background-color: #f8f9fa;
  color: #000;
  padding-bottom: 150px;
}
#other-features a.features-card {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 20px;
  border-radius: 10px;
  color: #2f2f2f;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  min-height: 250px;
  max-height: 300px;
  height: 100%;
}
#other-features a.features-card object {
  margin-bottom: 20px;
}
#other-features a.features-card h5 {
  margin-bottom: 20px;
}
#other-features a.features-card:hover {
  text-decoration: none;
  transition: 0.2s ease-in;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px;
}
@media (max-width: 991px) {
  #other-features .floating-container {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
  }
}

#pricing-page .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#pricing-page .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#pricing-page .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#pricing-page .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#pricing-page .subhead-two {
  margin-top: 20px;
}
#pricing-page #pricing-features .included-col h2 {
  text-align: center;
}
#pricing-page #pricing-features .included-col .features .features-list {
  justify-content: space-around;
}
#pricing-page #pricing-features .included-col .features li {
  font-weight: 500;
  list-style: none;
  list-style-type: none;
}
#pricing-page .includes p {
  font-size: 0.8em;
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}
#pricing-page button.card-btn {
  margin: 0 !important;
  padding: 10px !important;
  background-color: #56B336;
  color: #fff;
  width: 100%;
  border-radius: 0.25rem;
  transition: 0.3s;
  cursor: pointer;
}
#pricing-page button.card-btn:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#pricing-page .card {
  width: 300px !important;
  padding: 30px;
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#pricing-page .card .card-title {
  margin: 0px !important;
}
#pricing-page .card .price-saving {
  font-size: 0.9em;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
#pricing-page .card .price-saving .saving-percent {
  color: #56B336;
  font-weight: 500;
  margin-right: 7px;
}
#pricing-page .card .price-saving .original-price {
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}
#pricing-page .card .price p {
  color: #666;
  font-weight: 600;
  padding: 10px 0px !important;
}
#pricing-page .card .price p:before {
  color: #666;
}
#pricing-page .card .price p .text-small {
  font-size: 0.4em;
  font-weight: 400;
  color: #999;
}
#pricing-page .card-1 {
  min-height: 340px !important;
  height: 100% !important;
}
#pricing-page .card-1 .card-title {
  color: #62bec1;
}
#pricing-page .card-1 button.card-btn {
  background-color: #62bec1;
}
#pricing-page .card-1 button.card-btn:hover {
  background-color: #2b979b;
}
#pricing-page .card-2 {
  min-height: 375px !important;
  height: 100% !important;
}
#pricing-page .card-2 .includes p:first-child {
  padding: 10px 0px 0px;
}
#pricing-page .card-2 .includes p:nth-child(2) {
  padding: 0px 0px;
}
#pricing-page .card-2 button.card-btn:hover {
  background-color: #279d27;
}
#pricing-page .card-3 {
  min-height: 340px !important;
  height: 100% !important;
  height: 340px !important;
}
#pricing-page .card-3 .card-title {
  color: #4E3E9E;
}
#pricing-page .card-3 button.card-btn {
  background-color: #4E3E9E;
}
#pricing-page .card-3 button.card-btn:hover {
  background-color: rgb(90, 74, 173);
}
#pricing-page #sell {
  margin-top: -50px;
  margin-bottom: 150px;
}
#pricing-page #sell .p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-color: #00559B;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 10px;
  padding: 10px;
}
#pricing-page #sell .p-sticky .subhead {
  color: #fff;
}
#pricing-page #sell .included-features {
  min-width: 270px;
}
#pricing-page #add-team:hover, #pricing-page #add-team.active, #pricing-page #team-tab.active h2 {
  background-color: #4E3E9E;
  color: #fff !important;
}
#pricing-page #add-logins:hover, #pricing-page #add-logins.active, #pricing-page #logins-tab.active h2 {
  background-color: #56B336;
  color: #fff !important;
}
#pricing-page #contact-enhancement:hover, #pricing-page #contact-enhancement.active, #pricing-page #contact-tab.active h2 {
  background-color: #DFAC4E;
  color: #fff !important;
}
#pricing-page #share-content:hover, #pricing-page #share-content.active, #pricing-page #share-tab.active h2 {
  background-color: #62bec1;
  color: #fff !important;
}
#pricing-page #add-pages:hover, #pricing-page #add-pages.active, #pricing-page #landing-page-tab.active h2 {
  background-color: #2e8fce;
  color: #fff !important;
}
#pricing-page #myTabContent {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 10px;
  margin: 20px 5%;
  padding-bottom: 0px !important;
}
#pricing-page #myTabContent .subhead {
  border-radius: 10px 10px 0px 0px;
  padding: 20px 10px !important;
}
#pricing-page #myTabContent p {
  padding: 30px;
}
#pricing-page #additionalAccordion a {
  color: #000;
}
#pricing-page #additionalAccordion a:hover {
  text-decoration: none;
  color: #000;
}
#pricing-page #additionalAccordion .collapsed .fa-chevron-up {
  transform: rotate(180deg);
}
#pricing-page #additionalAccordion .basic-plan {
  padding: 20px;
}
#pricing-page #additionalAccordion .additional-features {
  padding: 20px;
  border-radius: 10px 0px 8px 0px;
}
#pricing-page .enterprise-check {
  border: 1px solid transparent;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1em !important;
}
#pricing-page .enterprise-check:hover {
  border: 1px solid #007bff;
  box-shadow: 0 0 0 1px rgb(0, 123, 255);
}
#pricing-page .enterprise-check .green-text {
  color: #56B336;
}
@media only screen and (min-width: 1400px) {
  #pricing-page #pricing-features .included-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #pricing-page #pricing-features .included-col h2 {
    text-align: left;
  }
  #pricing-page #pricing-features .included-col .features .features-list {
    justify-content: start !important;
  }
  #pricing-page #pricing-features .pricing-col, #pricing-page #pricing-features .addition-col {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

#contact .footer-bs {
  margin-top: 0;
}
#contact .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#contact .parallax-container .page-head {
  text-transform: none;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #212529;
  text-align: center;
  padding: 15px 20px;
}
#contact .subhead {
  margin-top: 35px;
}
#contact .card-title {
  margin-top: 10px;
}
#contact .card-body {
  padding-bottom: 30px;
}
#contact #map h2 {
  text-transform: uppercase;
}
#contact #map .map {
  width: 100%;
  height: 450px;
  margin-left: auto;
}
#contact #contactUs {
  margin-top: 40px;
}
#contact .message {
  height: 150px;
}
#contact .message #message {
  height: 100%;
}
#contact #reason {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='grey'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 15px) calc(100% - 8px);
  background-repeat: no-repeat;
}
#contact #btnContactUs {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  #contact #btnContactUs {
    display: flex;
    width: unset;
  }
}

#contact-faqs {
  background-color: #f8f9fa;
}
#contact-faqs a.more-title {
  color: #2f2f2f !important;
}
#contact-faqs a.more-title:hover {
  color: #00559B !important;
  text-decoration: none;
}
#contact-faqs .accordion .accordion-group {
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
#contact-faqs .accordion .accordion-group .accordion-heading {
  padding: 10px;
}
#contact-faqs .accordion .accordion-group .accordion-heading .accordion-toggle {
  color: #00559B;
  font-weight: bold;
}
#contact-faqs .accordion .accordion-group .accordion-heading .accordion-toggle:hover {
  text-decoration: none;
}
#contact-faqs .accordion .accordion-group .accordion-heading .accordion-toggle .fa-chevron-down {
  font-weight: 400;
  transform: rotate(180deg);
  transition: 0.2s;
}
#contact-faqs .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #212529 !important;
  font-weight: 500 !important;
}
#contact-faqs .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed .fa-chevron-down {
  font-weight: 400;
  transform: rotate(0deg);
}
#contact-faqs .accordion .accordion-group .accordion-inner {
  padding: 10px;
}

#about h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}
#about p {
  line-height: 2em;
}
#about #letter {
  margin: 50px 0;
}
#about #mission-statement {
  display: flex;
  flex-direction: column;
}
#about #mission-statement .mission-image {
  max-width: 500px;
  overflow: hidden;
}
#about .the-team {
  display: flex;
  flex-direction: row;
}
#about .the-team .bio {
  display: flex;
  justify-content: start;
  align-items: start;
}
#about .the-team .bio h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#about .the-team .team-image {
  overflow: hidden;
}
#about .the-team .team-description {
  flex-direction: column;
}
#about .fa-user-circle {
  color: rgba(0, 0, 0, 0.25);
}
#about .fa-3x {
  color: rgba(0, 0, 0, 0.65);
}
#about .core-values {
  flex: 1;
  justify-content: space-around;
}
#about .core-values > * {
  margin: 1em;
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 250px;
  border-radius: 0.25rem;
  font-weight: 500;
}
#about .core-values > * p {
  margin-bottom: 0;
}

#termsofService #terms {
  margin-top: 50px;
}
#termsofService .firstParagraph {
  margin-top: 25px;
}
#termsofService #page-head {
  background-color: #f8f9fa;
  height: 250px;
  position: relative;
}
#termsofService #page-head .page-head {
  color: #000;
}

#privacy #privacyPolicy {
  margin-top: 50px;
}
#privacy #page-head {
  background-color: #f8f9fa;
  height: 250px;
  position: relative;
  color: #000;
}
#privacy #page-head .page-head {
  color: #000;
}

#A2Pcompliance #A2Psection {
  margin-top: 50px;
}
#A2Pcompliance #page-head {
  background-color: #f8f9fa;
  height: 250px;
  position: relative;
  color: #000;
}
#A2Pcompliance #page-head .page-head {
  color: #000;
}

.container.wa--full--width {
  max-width: 90% !important;
}

#termsofService .subhead-two, #privacy .subhead-two, #A2Pcompliance .subhead-two, #user-agreement-modal .subhead-two, #privacy-modal .subhead-two, #tos-modal .subhead-two {
  color: #000 !important;
}

.policy-side-nav {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: auto;
}
.policy-side-nav a {
  padding: 0.5rem;
  border-radius: 10px;
}
.policy-side-nav a:hover {
  background-color: rgba(46, 143, 206, 0.0862745098);
  text-decoration: none;
}
.policy-side-nav .accordion {
  display: flex;
  flex-direction: column;
}
.policy-side-nav .accordion .accordion-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.policy-side-nav .accordion .accordion-toggle svg {
  transform: rotate(-90deg);
  transition: 0.25s;
  font-size: 18px;
}
.policy-side-nav .accordion .accordion-toggle.collapsed svg {
  transform: rotate(0deg);
  transition: 0.25s;
  font-size: 18px;
}
.policy-side-nav .accordion-inner {
  display: flex;
  flex-direction: column;
  background-color: rgba(46, 143, 206, 0.0862745098);
  padding: 10px;
  border-radius: 10px;
}
.policy-side-nav .accordion-inner a {
  padding: 0.5rem 0.5rem;
  color: #0056b3;
}
.policy-side-nav .accordion-inner a:hover {
  background-color: #fff;
  color: #007bff;
}

@media (max-width: 991px) {
  .policy-side-nav {
    max-height: 100%;
  }
}
#class-schedule {
  color: #3c4347;
}
#class-schedule .page-hero {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#class-schedule .page-hero .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#class-schedule .page-hero .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#class-schedule button {
  cursor: pointer;
}
#class-schedule .footer-bs {
  margin-top: 0;
}
#class-schedule #instructors {
  margin-bottom: 2rem;
}
#class-schedule #instructors .inst-name {
  font-weight: 700;
  margin: 0;
}
#class-schedule #instructors .inst-title {
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
  margin: -10px 0 0;
}
#class-schedule .class-time {
  display: flex;
  align-items: flex-end;
}
#class-schedule .class-time a img {
  cursor: pointer;
}
#class-schedule .class-info {
  background: #37578b;
  border: 0;
  transition: 0.5s;
}
#class-schedule .class-info:hover {
  background: #193256;
}
#class-schedule .class .class-buttons {
  position: relative;
  z-index: 1;
}
#class-schedule .class .parallax {
  background: url("/SECURE/assets/images/classSchedule02.jpg") no-repeat fixed center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
}
@media only screen and (max-width: 768px) {
  #class-schedule .class:last-of-type {
    margin-bottom: 0;
  }
}
#class-schedule .class > * {
  font-size: 0.85em;
  line-height: 2;
}
#class-schedule .small {
  display: inline-block;
  width: 100% !important;
  margin-bottom: 20px;
  text-align: center;
}
#class-schedule .page-head {
  text-transform: none;
}
#class-schedule #classschedule {
  margin-top: 20px;
}
#class-schedule #schedule-bg .container {
  background-color: #fff;
}
#class-schedule img.owl {
  padding-top: 25px;
  margin-top: -50px;
}
#class-schedule .box-header {
  text-align: center;
}
#class-schedule .box-header h1 {
  margin-bottom: 20px;
  color: #00559B;
  font-size: 1.5em;
}
#class-schedule .box-header p.smaller {
  text-transform: none;
}
#class-schedule h4 {
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.2em;
}
#class-schedule h4 a {
  color: #56B336;
  transition: 0.5s;
}
#class-schedule h4 a:hover {
  color: #00559B;
  transition: 0.5s;
  cursor: pointer;
}
#class-schedule .box-body.box-message {
  padding: 25px;
}

.class--container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .class--container {
    grid-template-columns: 1fr;
  }
}
.class--container .class {
  padding: 10px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.5);
  justify-content: center;
}

.class-register {
  background: #56b336;
  border: 0;
  transition: 0.5s;
}
.class-register:hover {
  background: #279d27;
}

input::-moz-placeholder {
  color: rgba(60, 67, 71, 0.45) !important;
}

input:-ms-input-placeholder {
  color: rgba(60, 67, 71, 0.45) !important;
}

input::placeholder {
  color: rgba(60, 67, 71, 0.45) !important;
}

.active-class {
  box-shadow: 2px 10px 15px rgba(51, 51, 51, 0.8) !important;
}

.liveClasses-container {
  position: relative;
  transition: 0.35s;
  transform: translateX(0);
  transform-origin: right center;
  width: 100%;
  margin: 0;
  opacity: 1;
}

.liveClasses-container.hideSection {
  transform: translateX(-95vw);
  opacity: 0;
}

.onDemand-container {
  position: relative;
  min-width: 90vw;
  transition: 0.35s;
  transform: translateX(90vw);
  opacity: 0;
  visibility: hidden;
}

.onDemand-container.showSection {
  transform: translateX(-90vw);
  opacity: 1;
  visibility: visible;
}

.main-container {
  overflow: hidden;
}
.main-container .slideContainer {
  display: flex;
}

.toggle-button {
  border-bottom: 5px solid #00559B !important;
  background: transparent !important;
  color: #212529;
  font-weight: bold;
  transition: 0.25s;
  border-radius: 0px !important;
  width: auto;
  font-size: 1.2em;
}

.nonactiveButton {
  border-bottom: 5px solid transparent !important;
  font-weight: normal;
}
.nonactiveButton:hover {
  color: #00559B;
}

#recordedClasses .container h4 {
  color: rgba(60, 67, 71, 0.85);
  font-weight: 500;
}
#recordedClasses ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
#recordedClasses ul > li {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 20px;
}
#recordedClasses ul > li a {
  color: #fff !important;
  font-size: 16px;
  height: 60%;
}
#recordedClasses ul > li a:hover {
  text-decoration: none;
}
#recordedClasses ul > li a:hover img {
  width: 45px;
  opacity: 1;
}
#recordedClasses ul > li a img {
  transition: 0.25s;
  width: 40px;
  margin-top: 5px;
  opacity: 0.75;
}
#recordedClasses .class {
  min-height: 200px;
  width: 80%;
  margin-bottom: 20px;
  background: hsl(0deg, 0%, 18%);
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 1px 2px 10px hsla(0deg, 0%, 28%, 0.9);
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #recordedClasses .class:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #recordedClasses .class {
    width: 300px;
  }
}
#recordedClasses .class-info {
  background: #37578b;
  border: 0;
  transition: 0.5s;
}
#recordedClasses .class-info:hover {
  background: #195630;
}

.onDemand-image {
  background-color: hsla(0deg, 0%, 27%, 0.95);
}

.videoText {
  height: 10em;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.videoThumb {
  width: 220px;
  height: 128px;
}

#blogCarousel {
  overflow: hidden;
}
#blogCarousel .classSlider {
  display: flex;
  align-items: flex-start;
  width: 200%;
  transition: 0.5s;
}
#blogCarousel .classSlider .liveClasses {
  flex: 1;
}
#blogCarousel .classSlider .liveClasses.height-zero {
  height: 0px !important;
}
#blogCarousel .classSlider .onDemandClasses {
  flex: 1;
}
#blogCarousel .classSlider .onDemandClasses.height-zero {
  height: 0px !important;
}

.classSlider.slide {
  transform: translateX(-50%);
}

.class {
  min-height: 200px;
  width: 100%;
  height: 100%;
  background: rgb(0, 40, 110);
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
}
.class img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15 !important;
  position: absolute;
  z-index: 0;
}
.class .class--title {
  font-size: 19px !important;
  text-align: center;
  margin: 0;
  color: #fff;
}
.class .class--type {
  font-size: 16px !important;
  font-weight: 300;
  color: #fff;
}
.class .class-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.class .class-thumbnail h3 {
  padding: 0 20px;
}
.class .class-buttons {
  position: relative;
  z-index: 1;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.class .class-register, .class .class-info {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #e9e9e9;
  padding: 5px 1.5rem;
  margin-right: 0.35rem;
  margin-left: 0.35rem;
  margin-bottom: 0.35rem;
}
.class .class-register:hover, .class .class-info:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.class .class-register {
  background: #56b336;
  border: 0;
  border-radius: 5px;
  transition: 0.5s;
}
.class .class-register:hover {
  background: #279d27;
}
.class .class-info {
  background: #37578b;
  border: 0;
  border-radius: 5px;
  transition: 0.5s;
}
.class .class-info:hover {
  background: #193256;
}

.noClasses {
  margin: 0 auto;
  grid-column: 1/-1;
}
.noClasses .noClasses-section {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0;
}
.noClasses .noClasses-section .noClasses-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0px;
  max-width: 600px;
}
.noClasses .noClasses-section .noClasses-title .noClasses-title-text {
  margin-top: 20px;
  margin-bottom: 5px;
}
.noClasses .noClasses-section .noClasses-title .noClasses-title-text div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.noClasses .noClasses-section .noClasses-title .noClasses-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.noClasses .noClasses-section .noClasses-img {
  display: flex;
  justify-content: center;
}

.class--details {
  position: relative;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
  padding: 7rem 0;
  border-radius: 10px;
  box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.25);
  background: #f0f5f8;
}
@media only screen and (max-width: 768px) {
  .class--details h2 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .class--details hr {
    display: none;
  }
}
.class--details .previous-button, .class--details .next-button {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(60, 67, 71, 0.5);
  cursor: pointer;
  transition: 0.25s;
}
.class--details .previous-button:hover, .class--details .next-button:hover {
  color: #3c4347;
}
.class--details .fa-caret-left, .class--details .fa-caret-right {
  margin-top: 2px;
}
.class--details .preview-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.35);
}
.class--details .preview-image img {
  width: 130px !important;
}
@media only screen and (max-width: 992px) {
  .class--details .preview-image {
    display: none;
  }
}
.class--details hr {
  position: absolute;
  top: -2%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.class--details .details-column {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .class--details .details-column {
    width: 50%;
  }
}
.class--details #class-register {
  background: #56b336;
  border: 0;
  transition: 0.5s;
}
.class--details #class-register:hover {
  background: #279d27;
  transition: 0.5s;
}
.class--details p, .class--details span {
  color: #576b7c;
}
.class--details p {
  line-height: 2;
}
.class--details p.sect-title {
  color: #56b336;
  margin-bottom: 5px;
}
.class--details .class-instructor {
  padding: 10px 0 0;
}
.class--details .class-instructor:not(:last-of-type) {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}

.noClasses-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.noClasses-img img {
  min-width: 100%;
}

.class--open {
  font-size: 18px;
}
.class--open p {
  line-height: 1.5;
  font-size: 17px;
}

.class--details--section p, .class--details--section ul {
  font-size: 17px;
  line-height: 1.5;
}

.user--icon {
  font-size: 24px !important;
  margin-right: 10px;
}

.class-time {
  font-size: 17px !important;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.class-time img {
  margin-right: 10px;
}

#our-company #our-company-banner.parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#our-company #our-company-banner.parallax-container .page-head {
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#our-company #our-company-banner.parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#our-company h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}
#our-company p {
  line-height: 2em;
}
#our-company #mission-statement {
  display: flex;
  flex-direction: column;
}
#our-company #mission-statement .mission-image {
  max-width: 500px;
  overflow: hidden;
}
#our-company .the-team {
  background-color: #00559B;
  padding-top: 150px;
  padding-bottom: 150px;
}
#our-company .the-team .position-title {
  font-weight: 500;
}
#our-company .the-team .bio {
  display: flex;
  justify-content: start;
  align-items: start;
}
#our-company .the-team .bio h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#our-company .the-team .team-image {
  overflow: hidden;
}
#our-company .the-team .team-description {
  flex-direction: column;
}
#our-company .fa-user-circle {
  color: rgba(0, 0, 0, 0.25);
}
#our-company .fa-3x {
  color: rgba(0, 0, 0, 0.65);
}
#our-company .core-values {
  flex: 1;
  justify-content: space-around;
}
#our-company .core-values > * {
  margin: 1em;
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 250px;
  border-radius: 0.25rem;
  font-weight: 500;
}
#our-company .core-values > * p {
  margin-bottom: 0;
}
#our-company #letter .letter-img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-top: -60px;
  margin-bottom: 30px;
}
#our-company #letter .line-clamp-9 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
#our-company #letter .quote-text {
  font-size: 200px;
  color: #2e8fce;
  line-height: 15px;
  margin-bottom: 10px;
  position: absolute;
  top: 45px;
  right: 20px;
  z-index: 2;
}

#FAQ-page .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#FAQ-page .parallax-container .page-head {
  text-transform: none;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #212529;
  text-align: center;
  padding: 15px 20px;
}
#FAQ-page .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 200;
  line-height: 1.5em;
}
#FAQ-page p.subhead {
  margin-top: 1rem;
}
#FAQ-page p {
  line-height: 1.75em;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.light-blue-border .accordion-toggle {
  color: #2e8fce;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.purple-border .accordion-toggle {
  color: #4E3E9E;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.green-border .accordion-toggle {
  color: #56B336;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.teal-border .accordion-toggle {
  color: #62bec1;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group.yellow-border .accordion-toggle {
  color: #DFAC4E;
  font-weight: bold;
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-toggle:hover {
  text-decoration: none;
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-toggle .fa-chevron-down {
  font-weight: 400;
  transform: rotate(180deg);
  transition: 0.2s;
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #212529 !important;
  font-weight: 500 !important;
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed .fa-chevron-down {
  font-weight: 400;
  transform: rotate(0deg);
}
#FAQ-page #FAQ-Section .accordion .accordion-group .accordion-inner {
  padding-top: 10px;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
}

#podcastPage .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

#podcastPage .page-head {
  text-transform: none;
  color: #212529;
  text-align: center;
  padding: 15px 20px;
}

.podcast-card-img {
  width: 100%;
  height: inherit;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.paging-container {
  border-radius: 10px;
  background-color: rgba(46, 143, 206, 0.0862745098);
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.paging-container .pagingBtn {
  color: #007bff;
}
.paging-container .pagingBtn:hover {
  color: #00559B;
}
.paging-container .pagingBtn:focus {
  box-shadow: none;
}

.podcast-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  transition: all 0.3s ease;
}
.podcast-btn img {
  width: 100%;
  height: 100%;
}
.podcast-btn svg {
  width: 40px !important;
  height: 40px !important;
}
.podcast-btn:hover {
  text-decoration: none;
  filter: brightness(75%);
}

.podcast-logo-section {
  position: relative;
  background-color: #00559B;
  border-radius: 10px;
  padding: 30px;
  z-index: 2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.link-section {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px 30px 30px;
  transform: translateY(-20px);
  z-index: 1;
  max-width: 600px;
  width: 100%;
}
.link-section .podcast-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.podcast-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 16px;
}
.podcast-container .card {
  border-radius: 10px;
}
.podcast-container .podcast-box {
  position: relative;
  width: 100%;
  height: auto;
}
.podcast-container .podcast-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-container .podcast-box .podcast-card-img {
  width: 100%;
  height: inherit;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.podcast-container .podcast-box:hover .image-overlay {
  opacity: 0.95;
}
.podcast-container .podcast-icons {
  transition: 0.3s ease;
}
.podcast-container .podcast-icons:hover {
  filter: brightness(75%);
}

.icon-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 4;
}

.podcast-graphic {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translateY(8%) translateX(40%);
}
.podcast-graphic img {
  -webkit-user-drag: none; /* For Chrome/Safari */
  -moz-user-drag: none; /* For Firefox */
  user-drag: none;
}

@media (max-width: 906px) {
  .podcast-description-container {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .podcast-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (min-width: 800px) {
  .podcast-graphic {
    transform: translateY(8%) translateX(30%);
  }
}
@media (min-width: 992px) {
  #podcastPage .parallax-container {
    padding: 120px 0px 50px;
  }
  #podcastPage .page-head {
    text-align: left;
  }
  .podcast-graphic {
    transform: translateY(35%) translateX(25%);
  }
}
#partners .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#partners .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#partners .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#partners .partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}
#partners .logo-card {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  height: 122px;
}
#partners .logo-card img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#partners .logo-card.logo-card-btn {
  width: 100%;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s;
}
#partners .logo-card.logo-card-btn img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 80px;
}
#partners .logo-card.logo-card-btn:hover, #partners .logo-card.logo-card-btn:focus-visible {
  border: 1px solid #007bff;
  box-shadow: 0px 0px 0px 7px rgba(0, 123, 255, 0.2);
  cursor: pointer;
}
#partners .back-partners {
  background-color: transparent;
  padding: 6px 12px;
  border-radius: 5px;
}
#partners .back-partners:hover, #partners .back-partners:focus-visible {
  background: #eee;
}
#partners .back-partners:focus-visible {
  background: #eee;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#partners h3.partner-name {
  font-size: 1.2rem;
  font-weight: 400;
}
#partners .label {
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  background: #eee;
  padding: 6px 12px;
  border-radius: 20px;
  color: #4d4d4d;
}
#partners #techStackSection {
  background-color: #f8f9fa;
}
#partners #techStackSection img {
  width: 100%;
  max-width: 600px;
}
#partners .img-contain-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 20px;
}
#partners .img-contain-grid .contain-section {
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding: 30px;
  background-color: #eee;
  overflow: hidden;
}
#partners .img-contain-grid .contain-section img.horizontal-img {
  width: 100%;
  max-width: 600px;
  min-width: 400px;
  transform: translate(10%, 0);
}
#partners .img-contain-grid .contain-section img.vertical-img {
  width: 100%;
  max-width: 300px;
}
#partners .img-contain-grid .contain-section.blue-backdrop {
  background-color: rgba(46, 143, 206, 0.1254901961);
}
#partners .img-contain-grid .contain-section.red-backdrop {
  background-color: rgba(234, 68, 45, 0.1254901961);
}
#partners .img-contain-grid .contain-section.contain-2 {
  grid-column: span 2;
}
#partners ul.hide-bullets {
  list-style: none;
  padding-left: 0px;
}
#partners input.wa-input {
  border: 1px solid #ced4da;
  width: 100%;
  padding: 0.5em;
  border-radius: 7px;
  transition: all 0.5s;
}
#partners input.wa-input:focus {
  border: 1px solid #007bff;
  box-shadow: 0px 0px 0px 7px rgba(0, 123, 255, 0.2);
  outline: none;
}
#partners input.wa-input::-moz-placeholder {
  color: #aab0b6;
}
#partners input.wa-input:-ms-input-placeholder {
  color: #aab0b6;
}
#partners input.wa-input::placeholder {
  color: #aab0b6;
}
#partners input.wa-input:focus + .wa-input-icon {
  color: #007bff;
}
#partners .input-w-icon input.wa-input {
  padding-right: 28px;
}
#partners .wa-input-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #aab0b6;
  transition: all 0.5s;
}
#partners .cbx-wrap {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
#partners .cbx-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#partners .cbx-wrap .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}
#partners .cbx-wrap .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
#partners .cbx-wrap .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  transition: all 0.2s ease;
}
#partners .cbx-wrap .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
#partners .cbx-wrap .cbx span:first-child::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #007bff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
#partners .cbx-wrap .cbx span:last-child {
  padding-left: 8px;
  white-space: normal;
}
#partners .cbx-wrap .cbx:hover span:first-child {
  border-color: #007bff;
}
#partners .cbx-wrap .inp-cbx:focus-visible + .cbx span:first-child:before {
  background: #000;
  transform: scale(2.25);
  opacity: 0.1;
  -webkit-animation: pulse-out-0 0.2s ease;
          animation: pulse-out-0 0.2s ease;
}
#partners .cbx-wrap .inp-cbx:checked:focus-visible + .cbx span:first-child:before {
  background: #007bff;
  transform: scale(2.25);
  opacity: 0.3;
}
#partners .cbx-wrap .inp-cbx:checked + .cbx span:first-child {
  background: #007bff;
  border-color: #007bff;
  -webkit-animation: pulse-out 0.4s ease;
          animation: pulse-out 0.4s ease;
}
#partners .cbx-wrap .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
#partners .cbx-wrap .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
#partners .mobile-search-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  background-color: #007bff;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-left: 10px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 3;
}
#partners .mobile-search-toggle span {
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  #partners .mobile-search-toggle {
    display: flex;
  }
  #partners .mobile-fade-in {
    position: fixed;
    transform: translate(100%, 100%) scale(0);
    top: 55px;
    visibility: hidden;
    height: calc(100vh - 55px);
    z-index: 2;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    transition: scale 0.5s, transform 0.5s, opacity 0.1s 0.5s, visibility 0.1s 0.5s;
  }
  #partners .mobile-fade-in.in {
    position: fixed;
    transform: translate(0%, 0%) scale(1);
    visibility: visible;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    height: calc(100vh - 55px);
    transition: scale 0.5s 0.1s, transform 0.5s 0.1s, opacity 0.1s, visibility 0.1s;
  }
  #partners .mobile-fade-in .floating-container {
    position: relative;
    height: 100%;
    top: unset;
    border-radius: 12px 12px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  #partners .img-contain-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@-webkit-keyframes pulse-out {
  50% {
    transform: scale(0.9);
  }
}

@keyframes pulse-out {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes pulse-out-0 {
  0% {
    transform: scale(0);
  }
}
@keyframes pulse-out-0 {
  0% {
    transform: scale(0);
  }
}
#websites .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#websites .parallax-container .page-head {
  text-transform: none;
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #212529;
  text-align: center;
  padding: 15px 20px;
}
#websites #websiteFeatures .website-card-header {
  color: white;
  border-radius: 10px 10px 0px 0px;
}
#websites #websiteFeatures .website-card-header.green {
  background-color: #56B336;
}
#websites #websiteFeatures .website-card-header.purple {
  background-color: #4E3E9E;
}
#websites #websiteFeatures li {
  list-style-type: none;
}
#websites #websiteFeatures .additional-detail {
  font-size: 20px !important;
}
#websites #websiteInquiry-form {
  background-color: #f8f9fa;
  padding-bottom: 150px;
  padding-top: 50px;
}
#websites #websiteInquiry-form .form-check-input {
  margin-left: 0px !important;
}
#websites #websiteInquiry-form .form-check-label {
  margin-left: 1.25rem !important;
}
@media only screen and (max-width: 800px) {
  #websites .form-check-input {
    margin-top: 0.6rem !important;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.loader {
  font-size: 10px;
  position: relative;
  border-top: 1em solid rgba(76, 127, 241, 0.2);
  border-right: 1em solid rgba(76, 127, 241, 0.2);
  border-bottom: 1em solid rgba(76, 127, 241, 0.2);
  border-left: 1em solid #4c7ff1;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.loader .load, .loader.load {
  display: block;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1080px) {
  #showcase .showcase-content {
    font-size: 2.5rem;
  }
  #showcase .showcase-body {
    font-size: 1.5rem;
  }
  #showcase button {
    font-size: 1rem;
  }
  #showcase .free-trial {
    font-size: 1em;
  }
  #feature .featureIntro {
    margin: 2rem 0;
  }
  #testimonial .carousel-inner {
    height: 28rem;
  }
  #ourPartners .partner {
    margin: auto;
  }
  .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    margin: auto;
    text-align: center;
    border-color: transparent;
  }
}
@media only screen and (max-width: 992px) {
  #registration {
    max-height: auto;
    padding: 0px;
  }
  #registration .leftColumn {
    min-height: 200px;
    height: auto;
    border-radius: 0px 0px 20px 20px;
    padding: 5%;
    align-items: center;
  }
  #registration .leftColumn.column-stick {
    position: relative;
    top: 0px;
  }
  #registration .leftColumn.adref-column {
    margin-bottom: 0px;
  }
  #registration .rightColumn {
    padding: 5%;
  }
  #registration .leftColumn-zip {
    min-height: 200px;
    height: auto;
  }
  #registration .leftColumn-zip.column-stick {
    position: relative;
    top: 0px;
  }
  #registration .leftColumn-he {
    min-height: 200px;
    height: auto;
  }
  #registration .leftColumn-he.column-stick {
    position: relative;
    top: 0px;
  }
  #registration .leftColumn-jj {
    min-height: 200px;
    height: auto;
  }
  #registration .leftColumn-jj.column-stick {
    position: relative;
    top: 0px;
  }
  #registration .leftColumn-rb {
    min-height: 200px;
    height: auto;
  }
  #registration .leftColumn-rb.column-stick {
    position: relative;
    top: 0px;
  }
  #registration .leftColumn-ac {
    min-height: 200px;
    height: auto;
  }
  #registration .leftColumn-ac.column-stick {
    position: relative;
    top: 0px;
  }
  #registration .leftColumn-pz {
    min-height: 200px;
    height: auto;
  }
  #registration .leftColumn-pz.column-stick {
    position: relative;
    top: 0px;
  }
  #registration .logo {
    top: 25%;
  }
  #registration .formContainer {
    position: relative;
    transform: none;
    left: inherit;
    top: inherit;
  }
  #registration .calendarContainer {
    position: relative;
    top: 50px;
    left: inherit;
    transform: none;
  }
  #registration legend {
    margin-bottom: 30px;
  }
  #registration input {
    margin-bottom: 50px;
  }
  #registration select {
    margin-bottom: 50px;
    height: auto;
  }
  #registration .select2-container {
    margin-bottom: 20px;
    height: auto;
  }
  #registration #blockquote .blockquote-text {
    font-size: 1em !important;
  }
  #registration .leftColumn img:first-child {
    margin-bottom: 20px;
  }
  #registration .leftColumn #wa-quote {
    align-items: center !important;
    margin-top: 0 !important;
  }
  #registration .leftColumn #wa-quote img {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  #re-companies .carousel-inner .active.left {
    left: -25%;
  }
  #re-companies .carousel-inner .next {
    left: 25%;
  }
  #re-companies .carousel-inner .prev {
    left: -25%;
  }
  #home #home-hero {
    padding: 200px 0px 60px 60px !important;
    text-align: left !important;
    height: 650px !important;
  }
  #home #home-hero.promo-hero {
    padding: 150px 0px 60px 60px !important;
    height: 650px !important;
  }
  #home #home-hero .hero-header {
    font-size: 2.5rem !important;
  }
  #home #home-hero .text-contain {
    padding-right: 10% !important;
  }
  #home #home-hero .hero-text {
    font-size: 16px !important;
  }
  #home #home-hero .img-wrap {
    justify-content: end !important;
    border-radius: 0px 0px 0px 10px !important;
    height: 500px !important;
  }
  #home #home-hero .img-wrap:hover img.sliding-img {
    transform: translateY(calc(-100% + 500px)) !important;
  }
  #home #home-hero .dot-container {
    border-radius: 10px 0px 0px 0px !important;
  }
  #home .banner-callout {
    width: calc(50% + 32px) !important;
    position: absolute !important;
    left: 0;
    bottom: 0;
  }
  #features-preview {
    padding-top: 200px !important;
    padding-bottom: 150px !important;
  }
  #testimonial .testimonial-container .testimonial-img {
    border-radius: 10px 0px 80% 10px;
  }
  #testimonial .testimonial-container .testimonial-text {
    flex-direction: column;
  }
  img.side-container {
    width: 100% !important;
    height: 500px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
@media only screen and (max-width: 800px) {
  #login-modal .modal {
    padding-right: 0px !important;
  }
  #login-modal .modal-dialog {
    min-width: 95%;
    max-width: 95%;
    margin: 10px auto;
  }
  #login-modal #facebook-login {
    margin-bottom: 15px;
  }
  #features .featureDesc {
    font-size: 0.85em;
    font-weight: 200;
  }
  #features .parallax-container .page-head {
    padding: 10px !important;
  }
  .page-head h1 {
    font-size: 2em;
  }
  .cta-container h1 {
    font-size: 2em;
  }
  span.reg-button {
    padding: 0;
    margin: 0;
    font-size: 0.95em;
    margin-left: 23px;
    margin-top: 2px;
    display: inline-block;
  }
  .two-column {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  #showcase .img-fluid {
    max-width: 120%;
  }
  #showcase .showcase-content {
    font-size: 1.2rem;
    margin-bottom: -10px;
  }
  #showcase button {
    font-size: 1rem;
    margin-top: -10px;
  }
  #showcase .showcase-body {
    margin-top: 15px;
    font-size: 1em;
  }
  #showcase .button2 {
    display: block;
    margin: 20px 0 50px !important;
  }
  #features .image-center {
    position: relative;
  }
  #features .card-center {
    position: relative;
  }
  #features .sidenav {
    position: relative;
    top: 0px;
    text-align: center;
  }
  #features #lead-management {
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-bs .footerLogo {
    width: 150px;
  }
  .footer-bs .footer-brand {
    margin-bottom: 20px !important;
  }
  .footer-bs .footer-nav ul.pages li, .footer-bs .footer-nav ul.list li {
    font-size: 0.85em;
    font-weight: 200;
  }
  .footer-bs .menu-row {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    width: 100%;
  }
  .footer-bs .footer-social li {
    font-size: 2em;
    font-weight: 200;
  }
  .footer-bs .footer-social img {
    width: 28px;
  }
  .footer-bs .footer-social h4, .footer-bs .footer-nav h4, .footer-bs .footer-ns h4 {
    font-size: 1.2em;
    border-bottom: 1px dotted #fff;
  }
  #home .subhead {
    font-size: 1.5em;
  }
  #home #feature {
    margin-bottom: 0;
  }
  #home #feature .body {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  #home #feature .featureContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #home #feature .featureItem {
    height: 275px;
  }
  #home #testimonial .carousel-item {
    font-weight: 300;
    font-size: 1.2em;
  }
  #home #testimonial .carousel-inner {
    height: 33em;
  }
  #home #testimonial .carousel-indicators li {
    height: 9px;
    width: 9px;
  }
  #home #testimonial .carousel-control-next {
    right: -100px;
  }
  #home #testimonial .carousel-control-prev {
    left: -100px;
  }
  #home .featureIntro .button2 {
    display: block;
    margin: 20px auto 0px;
  }
  #home #contactUs legend {
    text-align: center;
    font-size: 2em;
  }
  #home #contactUs address {
    text-align: center;
    font-size: 1.2em;
  }
  #header a.sign-up {
    width: 100%;
    margin-left: 0;
  }
  #header .logo {
    margin: 0 0 0 -20px;
    width: 150px;
  }
  .navbar {
    top: -10%;
  }
  legend {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  #registration input {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  #registration .ZIP.leftColumn {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-height: 600px;
  }
  #registration select {
    font-size: 1.3em;
    margin-bottom: 20px;
    height: auto;
  }
  label {
    font-size: 1.3em;
  }
  .setUp.btn {
    font-size: 1.3em;
  }
  .skip.btn {
    font-size: 1.3em;
  }
  .formContainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #userLogin {
    height: 100vh;
    min-height: 600px;
  }
  #userLogin a {
    margin-bottom: 20px;
    font-size: 1em;
  }
  #userLogin .forgot-password a {
    font-size: 2em;
    margin-bottom: 0px;
  }
  #userLogin .logoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
  }
  #userLogin input {
    font-size: 1.3em;
  }
  #userLogin .input-group-text {
    font-size: 0.5em;
  }
  #userLogin a {
    font-size: 1em;
  }
  #userLogin .btn {
    font-size: 1.5em;
  }
}
@media screen and (max-height: 650px) {
  #showcase .showcase-body {
    font-size: 1em;
  }
  #showcase .showcase-content {
    font-size: 1.5em;
  }
  #showcase .free-trial {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  #additionalAccordion .additional-features {
    border-radius: 0px 0px 8px 8px !important;
  }
  .wa-full-width {
    width: 90% !important;
  }
  #ourPartners .partner-container {
    padding: 30px !important;
  }
  #individual-features .feature-container {
    padding: 30px !important;
  }
  #why-choose-wise .why-container {
    padding: 30px !important;
  }
  #why-choose-wise .header-wrap {
    flex-direction: column !important;
  }
  #why-choose-wise .header-wrap h3 {
    margin-left: 0px !important;
  }
  #why-choose-wise .details-wrap {
    margin-left: 0px !important;
  }
  #testimonial {
    padding-top: 100px !important;
  }
  .the-team {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  #showcase .carousel-item {
    width: 55rem;
    overflow: hidden;
  }
  #showcase .content-padding {
    top: 15%;
  }
  #how-it-works {
    flex-flow: wrap;
  }
  #how-it-works .item-1 {
    width: 100% !important;
  }
  #how-it-works .item-2 {
    width: 100% !important;
  }
  #how-it-works .item-3 {
    width: 100% !important;
  }
  #feature-cta {
    flex-flow: wrap;
  }
  #feature-cta .item-1 {
    width: 100% !important;
  }
  #feature-cta .item-2 {
    width: 100% !important;
  }
  #feature-cta .item-3 {
    width: 100% !important;
  }
  #smarter-business p {
    margin: 1em !important;
    width: 100%;
  }
  #smarter-business .button2 {
    margin: 10px auto 20px;
  }
  #re-companies .carousel-inner .active.left {
    left: -100%;
  }
  #re-companies .carousel-inner .next {
    left: 100%;
  }
  #re-companies .carousel-inner .prev {
    left: -100%;
  }
  #re-companies .active > div {
    display: none;
  }
  #re-companies .active > div:first-child {
    display: block;
  }
  #re-companies .carousel-control-prev {
    left: -20px;
  }
  #re-companies .carousel-control-next {
    right: -20px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #re-companies .carousel-inner .active.left {
    left: -50%;
  }
  #re-companies .carousel-inner .next {
    left: 50%;
  }
  #re-companies .carousel-inner .prev {
    left: -50%;
  }
  #re-companies .active > div {
    display: none;
  }
  #re-companies .active > div:first-child {
    display: block;
  }
  #re-companies .active > div:first-child + div {
    display: block;
  }
  #pricing-page .includes p {
    padding: 0 15px;
  }
  #features-preview {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
  }
}
@media (min-width: 450px) and (max-width: 991px) {
  #home #home-hero .img-wrap {
    height: 350px !important;
  }
  #home #home-hero .img-wrap:hover img.sliding-img {
    transform: translateY(calc(-100% + 350px)) !important;
  }
}
@media (min-width: 576px) {
  .testimonial-container-small .testimonial-img-small {
    border-radius: 10px 0px 0px 10px !important;
  }
  .testimonial-container-small .testimonial-text-small {
    flex-direction: column !important;
  }
}
@media (min-width: 767px) {
  #home .banner-callout {
    height: 85px !important;
    border-radius: 0px !important;
    padding: 0px !important;
  }
  #home .banner-callout .callout-inner {
    flex-wrap: nowrap !important;
    border-radius: 75px 0px 75px 0px !important;
  }
  #home .banner-callout .callout-inner svg {
    display: inline-block !important;
  }
  #home .banner-callout .callout-text {
    padding-right: 20px;
  }
  #home .banner-callout .callout-text h4 {
    font-size: 1rem !important;
  }
}
body {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  font-size: 16px;
}

body.noscroll {
  overflow: hidden;
}

.wa-full-width {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
}

.m-op {
  margin: 150px auto;
}

.mt-op {
  margin-top: 150px;
}

.mb-op {
  margin-bottom: 150px;
}

.p-op {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  .m-op {
    margin: 100px auto;
  }
  .mt-op {
    margin-top: 100px;
  }
  .mb-op {
    margin-bottom: 100px;
  }
  .p-op {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.subhead {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: 600;
}

.subhead-two {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 18px;
  font-weight: 500;
}

.body {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  color: #666;
  font-size: 16px;
}

.two-column {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

.op-container {
  padding-left: 10%;
  padding-right: 10%;
}

.page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

a.sign-up {
  color: #56B336;
}

.promo-message {
  color: black;
}

.hide {
  display: none;
}

#our-company #company-wrapper {
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  #our-company #company-wrapper {
    flex-direction: column;
  }
}

.form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.form-control:focus {
  border: 1px solid #007bff;
  box-shadow: 0 0 0 1px rgb(0, 123, 255);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.page-container {
  background-color: #fff;
  padding: 5% 0;
}

.skip-to-content-link {
  left: -1000px;
  top: 40px;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 200;
  margin-left: 20px;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  left: 0;
  top: 0;
}

.slider-logo {
  width: 70%;
}

.floating-container {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background-color: #fff;
  padding: 30px;
}

.grey-opacity-bg {
  background-color: rgba(78, 62, 158, 0.0862745098);
  border-radius: 10px;
  padding: 60px 30px;
}

.blue-opacity-bg {
  background-color: rgba(46, 143, 206, 0.0862745098);
  border-radius: 10px;
  padding: 60px 30px;
}

.purple-bg {
  background-color: #4E3E9E;
  color: #fff;
}

.green-bg {
  background-color: #56B336;
  color: #fff;
}

.teal-bg {
  background-color: #62bec1;
  color: #fff;
}

.light-blue-bg {
  background-color: #2e8fce;
  color: #fff;
}

.light-blue-border {
  border-radius: 10px;
  border: 1px solid #2e8fce;
  padding: 30px;
}

.teal-border {
  border-radius: 10px;
  border: 1px solid #62bec1;
  padding: 30px;
}

.yellow-border {
  border-radius: 10px;
  border: 1px solid #DFAC4E;
  padding: 30px;
}

.purple-border {
  border-radius: 10px;
  border: 1px solid #4E3E9E;
  padding: 30px;
}

.green-border {
  border-radius: 10px;
  border: 1px solid #56B336;
  padding: 30px;
}

.light-blue-button {
  background-color: #2e8fce;
  color: #fff;
  border-color: #2e8fce;
}
.light-blue-button:hover {
  background-color: #2e8fce;
  opacity: 0.8;
}

.teal-button {
  background-color: #62bec1;
  color: #fff;
  border-color: #62bec1;
}
.teal-button:hover {
  background-color: #62bec1;
  opacity: 0.8;
  border-color: #62bec1;
}

.purple-button {
  background-color: #4E3E9E;
  color: #fff;
  border-color: #4E3E9E;
}
.purple-button:hover {
  background-color: #4E3E9E;
  opacity: 0.8;
}

.header-blue {
  color: #00559B !important;
}

.blue-fullbg {
  background-color: #00559B;
  color: #fff;
}

.teal-text {
  color: #62bec1;
}

.purple-text {
  color: #4e3e9e;
}

.light-blue-text {
  color: #2e8fce;
}

.green-text {
  color: #56B336;
}

img.side-container {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#ourPartners .partner-view-more {
  border: 1px solid #00559B;
  background-color: #00559B !important;
  color: #fff;
  transition: ease-out 0.4s;
  flex: 1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 10px;
}
#ourPartners .partner-view-more:hover {
  border: 1px solid #56B336;
  box-shadow: inset 400px 0 0 0 #56b336 !important;
}

#cta-section {
  display: flex;
  justify-content: center;
}
#cta-section .cta-container {
  position: relative;
  margin: 0px auto -50px auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background-color: #fff;
  padding: 30px;
  max-width: 1440px;
}

#why-choose-wise #ourPartners {
  margin-left: -15px;
  margin-right: -15px;
}
#why-choose-wise .why-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 60px 30px;
}
#why-choose-wise .icon-container {
  text-align: left;
}
#why-choose-wise .header-wrap {
  display: flex;
}
#why-choose-wise .header-wrap h3 {
  margin-left: 30px;
}
#why-choose-wise .details-wrap {
  margin-left: 55px;
}
#why-choose-wise .details-wrap ul {
  list-style: none;
  padding-left: 0px;
}

#features-preview {
  background: #00559B;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#features-preview .row {
  margin-top: 25px;
  margin-bottom: 50px;
}
#features-preview .features-card {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #2f2f2f;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 250px;
  height: 100%;
}
#features-preview .features-card object {
  margin-bottom: 20px;
  min-height: 100px;
  width: 75px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#features-preview .features-card h5 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #features-preview .floating-container {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
  }
}

#home img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#home #home-hero {
  background-color: #f8f9fa;
  padding: 60px 0px 0px 0px;
  margin-top: 30px;
  text-align: center;
  height: 100%;
  position: relative;
}
#home #home-hero.promo-hero {
  padding: 40px 0px 0px 0px;
  height: 100%;
}
#home #home-hero .hero-header {
  font-size: clamp(2rem, 2.9vw, 3.5rem);
  min-height: 0vw;
}
#home #home-hero .hero-text {
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  min-height: 0vw;
}
#home #home-hero .hero-img-contain {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 30px;
  border-radius: 10px;
}
#home #home-hero .hero-img-contain .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 0px 0px 10px 10px;
  height: 250px;
  overflow: hidden;
  position: relative;
  background-color: #00559B;
}
#home #home-hero .hero-img-contain .img-wrap .navigation-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}
#home #home-hero .hero-img-contain .img-wrap .navigation-wrap img.static-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
#home #home-hero .hero-img-contain .img-wrap img.sliding-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(0%);
  transition: transform 8s ease-out;
}
#home #home-hero .hero-img-contain .img-wrap:hover img.sliding-img {
  transform: translateY(calc(-100% + 250px));
}
#home #home-hero .hero-img-contain .dot-container {
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 5px;
}
#home #home-hero .hero-img-contain .dot-container .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
#home #home-hero .hero-img-contain .dot-container .dot.dot-grey {
  background-color: #d5d5d5;
}
#home #home-hero .hero-img-contain .dot-container .dot.dot-light-grey {
  background-color: #d5d5d5;
  opacity: 0.75;
}
#home #home-hero .hero-img-contain .dot-container .dot.dot-lightest-grey {
  background-color: #d5d5d5;
  opacity: 0.5;
}
#home #home-hero .banner-callout {
  background-color: rgba(78, 62, 158, 0.0862745098);
  height: auto;
  width: 100%;
  position: relative;
  border-radius: 50px 50px 0px 0px;
  margin-top: 50px;
  padding: 10px;
  padding-bottom: 0px;
}
#home #home-hero .banner-callout .callout-inner {
  background-color: rgba(78, 62, 158, 0.0862745098);
  color: #333;
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px;
}
#home #home-hero .banner-callout .callout-inner:hover {
  text-decoration: none;
}
#home #home-hero .banner-callout .callout-inner:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
#home #home-hero .banner-callout .callout-text {
  padding-right: 20px;
  display: flex;
  align-items: center;
}
#home #home-hero .banner-callout .callout-text h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
#home #home-hero .banner-callout .callout-text svg {
  display: none;
}
#home #home-hero .banner-callout .callout-img-section {
  display: flex;
  align-items: center;
  min-width: 285px;
  width: 285px;
}
#home #home-hero .banner-callout .callout-img-section .forbes-img {
  height: auto;
  margin-right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#home #home-hero .banner-callout .callout-img-section .forbes-img.forbes-1 {
  max-height: 150px;
  margin-top: 15px;
}
#home #home-hero .banner-callout .callout-img-section .forbes-img.forbes-2 {
  max-height: 110px;
}
#home #home-hero .banner-callout .callout-img-section .forbes-img.forbes-3 {
  max-height: 70px;
}
#home #pricing-page p:last-child {
  color: #666;
}
#home #pricing-page .popular p {
  color: #fff;
}

#call-cta {
  margin-top: 50px;
  padding: 40px;
  color: #fff;
  background-color: #2e8fce;
}
#call-cta p {
  color: #fff;
}
#call-cta h2 {
  color: #fff;
  font-weight: 500;
}

#logosPage {
  font-family: "Montserrat";
  color: rgba(0, 0, 0, 0.75);
}
#logosPage .logosWrapper {
  padding: 80px 0;
}
#logosPage .header p {
  font-size: 1.25em;
}
#logosPage .logosRow > div {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
}
#logosPage .sectionName:not(:first-child) {
  margin-top: 50px;
}
#logosPage .sectionName {
  margin-bottom: 15px;
  margin-bottom: 0;
}
#logosPage .buttonContainer {
  padding: 10px 0px;
  margin: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#logosPage .container-fluid .btn {
  border: 0;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}
#logosPage .mediaTitle {
  margin-top: 0.75em;
  font-size: 1.25em;
  font-weight: 600;
  font-size: 0.8em;
}
#logosPage .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#logosPage .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#logosPage .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#logosPage .parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
}
#logosPage .footer-bs {
  margin-top: 0;
}

.logo-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.wa-btn-primary {
  background: #00559B;
  border-color: #00559B;
  color: #fff;
}
.wa-btn-primary:hover {
  background: #00559B;
  border-color: #00559B;
  color: #fff;
}

.wa-btn-secondary {
  background: #888888;
  border-color: #888888;
  color: #fff;
}
.wa-btn-secondary:hover {
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}

.wa-b {
  border-radius: 10px;
  border: 1px solid #d5d5d5;
}

.wa-grid-container {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.wa-grid-container-4 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.wa-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.wa-header-container h3 {
  margin-bottom: 0px;
}
.wa-header-container .btn.wa-btn-secondary {
  margin-left: auto;
}

.swatch {
  height: 164px;
  border-radius: 4px;
}

.swatch.blue {
  background: #00559b;
}

.swatch.green {
  background: #56b336;
}

.swatch.dark-grey {
  background: #4d4d4d;
}

.swatch.grey {
  background: #707070;
}

.swatch.light-grey {
  background: #888888;
}

.swatch.lightest-grey {
  background: #d5d5d5;
}

.swatch.light-blue {
  background: #007bff;
}

.swatch.purple {
  background: #62bec1;
}

.swatch.light-purple {
  background: #4e3e9e;
}

.swatch.yellow {
  background: #dfac4e;
}

.wa-col .img-container {
  height: 164px;
  display: flex;
  padding: 16px;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  margin-bottom: 8px;
}
.wa-col .img-container.blue {
  background: #00559B;
  border: none;
}
.wa-col .img-container.dark-grey {
  background: #4d4d4d;
  border: none;
}
.wa-col .swatch {
  margin-bottom: 8px;
}

.modal-content {
  border-radius: 10px;
  border: none;
}

#contact-us-modal #firstName:valid, #contact-us-modal #lastName:valid, #contact-us-modal #emailAddress:valid, #contact-us-modal #cellNumber:valid {
  box-shadow: none;
  border: 1px solid rgba(86, 179, 54, 0.5);
}
#contact-us-modal #firstName:invalid, #contact-us-modal #lastName:invalid, #contact-us-modal #emailAddress:invalid, #contact-us-modal #cellNumber:invalid {
  box-shadow: none;
  border: 1px solid #cf6766;
}
#contact-us-modal .requiredInput {
  color: #cf6766;
}

.testimonial-container {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  min-height: 400px;
}
.testimonial-container .testimonial-img {
  background: linear-gradient(0deg, rgba(0, 85, 155, 0.4), rgba(0, 85, 155, 0.4)), url(/SECURE/assets/images/testimonials/Donna-bw.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  height: 100%;
  width: 100%;
  background-position: top 10% center;
  border-radius: 10px 10px 0px 80%;
}
.testimonial-container .testimonial-text {
  color: #2f2f2f;
  padding: 30px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.testimonial-container .quote-text {
  font-size: 200px;
  color: #2e8fce;
  line-height: 15px;
  margin-bottom: 10px;
  position: absolute;
  top: 95px;
  left: 20px;
  z-index: 2;
}
.testimonial-container .quote-text.bottom-right {
  bottom: -15px;
  top: auto;
  right: 20px;
  left: auto;
}

#testimonial-section {
  display: flex;
  margin-top: 30px;
}
#testimonial-section .quote-text {
  font-size: 200px;
  color: #00559B;
  line-height: 15px;
  margin-bottom: 10px;
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 2;
}
#testimonial-section .testimonial-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 10px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  #testimonial-section .testimonial-slider {
    min-height: 500px;
    height: auto;
    margin-top: 100px;
  }
  #testimonial-section .testimonial-slider .quote-text {
    display: none;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  #testimonial-section .testimonial-slider {
    height: 350px;
  }
}
#testimonial-section .testimonial-slider-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #testimonial-section .testimonial-slider-item {
    flex-direction: column;
  }
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-img img {
  opacity: 1;
  transition-delay: 0.3s;
  border-radius: 10px;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > * {
  opacity: 1;
  transform: none;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(1) {
  transition-delay: 0.3s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(2) {
  transition-delay: 0.4s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(3) {
  transition-delay: 0.5s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(4) {
  transition-delay: 0.6s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(5) {
  transition-delay: 0.7s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(6) {
  transition-delay: 0.8s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(7) {
  transition-delay: 0.9s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(8) {
  transition-delay: 1s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(9) {
  transition-delay: 1.1s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(10) {
  transition-delay: 1.2s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(11) {
  transition-delay: 1.3s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(12) {
  transition-delay: 1.4s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(13) {
  transition-delay: 1.5s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(14) {
  transition-delay: 1.6s;
}
#testimonial-section .testimonial-slider-item.swiper-slide-active .testimonial-slider-content > *:nth-child(15) {
  transition-delay: 1.7s;
}
#testimonial-section .testimonial-slider .item-2 .quote-text {
  color: #62bec1;
}
#testimonial-section .testimonial-slider .item-2 .testimonial-slider-img {
  background-image: linear-gradient(0deg, rgba(98, 179, 193, 0.4), rgba(98, 179, 193, 0.4));
}
#testimonial-section .testimonial-slider .item-2 .testimonial-slider-img:after {
  background-image: linear-gradient(0deg, rgba(98, 179, 193, 0.4), rgba(98, 179, 193, 0.4));
}
#testimonial-section .testimonial-slider .item-3 .quote-text {
  color: #4E3E9E;
}
#testimonial-section .testimonial-slider .item-3 .testimonial-slider-img {
  background-image: linear-gradient(0deg, rgba(78, 62, 158, 0.4), rgba(78, 62, 158, 0.4));
}
#testimonial-section .testimonial-slider .item-3 .testimonial-slider-img:after {
  background-image: linear-gradient(0deg, rgba(78, 62, 158, 0.4), rgba(78, 62, 158, 0.4));
}
#testimonial-section .testimonial-slider-img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(0deg, rgba(0, 85, 155, 0.4), rgba(0, 85, 155, 0.4));
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: translateX(-80px);
  overflow: hidden;
}
#testimonial-section .testimonial-slider-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 85, 155, 0.4), rgba(0, 85, 155, 0.4));
  border-radius: 10px;
  opacity: 0.8;
}
#testimonial-section .testimonial-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  #testimonial-section .testimonial-slider-img {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 576px) {
  #testimonial-section .testimonial-slider-img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  #testimonial-section .testimonial-slider-img {
    height: 270px;
  }
}
#testimonial-section .testimonial-slider-content {
  padding-right: 25px;
}
@media screen and (max-width: 992px) {
  #testimonial-section .testimonial-slider-content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  #testimonial-section .testimonial-slider-content {
    padding: 0;
  }
}
#testimonial-section .testimonial-slider-content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
#testimonial-section .testimonial-slider-code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
#testimonial-section .testimonial-slider-title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
#testimonial-section .testimonial-slider-text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
#testimonial-section .testimonial-slider-button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  #testimonial-section .testimonial-slider-button {
    width: 100%;
  }
}
#testimonial-section .testimonial-slider .swiper-container-horizontal > .swiper-pagination-bullets, #testimonial-section .testimonial-slider .swiper-pagination-custom, #testimonial-section .testimonial-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
#testimonial-section .testimonial-slider-pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  #testimonial-section .testimonial-slider-pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#testimonial-section .testimonial-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 992px) {
  #testimonial-section .testimonial-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
#testimonial-section .testimonial-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active[aria-label="Go to slide 2"][aria-current=true] {
  background: #62bec1 !important;
}
#testimonial-section .testimonial-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active[aria-label="Go to slide 3"][aria-current=true] {
  background: #4E3E9E !important;
}
#testimonial-section .testimonial-slider-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #00559B;
  opacity: 0.2;
  transition: all 0.3s;
}
#testimonial-section .testimonial-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00559B;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  #testimonial-section .testimonial-slider-pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
#testimonial-section .testimonial-slider .swiper-button {
  position: absolute;
  right: 15px;
  top: 61%;
}
#testimonial-section .testimonial-slider .swiper-button .swiper-testimonial-next {
  position: relative;
  bottom: 0px;
}
#testimonial-section .testimonial-slider .swiper-button .swiper-testimonial-next svg {
  color: #00559b;
  font-size: 20px;
  opacity: 0.2;
  cursor: pointer;
}
#testimonial-section .testimonial-slider .swiper-button .swiper-testimonial-next svg:hover {
  opacity: 0.7;
  color: #000;
}
@media screen and (max-width: 992px) {
  #testimonial-section .testimonial-slider .swiper-button {
    display: none;
  }
}

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

#new-features .blue-opacity-bg, #new-features .grey-opacity-bg {
  padding: 30px;
}
#new-features .transparent-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  -o-object-position: top;
     object-position: top;
}

a.arrow-spin:hover svg {
  transform: rotate(360deg);
  transition: 0.4s;
}

iframe[name=__tcfapiLocator] {
  width: 0px;
  height: 0px;
  border: 0px;
  position: absolute;
  top: -9999px;
  display: none;
}

.text-underline {
  text-decoration: underline;
}/*# sourceMappingURL=userStyle.css.map */