/*!
Theme Name: iDenfy
Author: MV
Author URI: https://www.mvalauskas.lt/
Version: 1.1.14
License: GNU General Public License
Text Domain: idenfy
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@font-face {
  src: url("fonts/HKGrotesk-Regular.otf") format("opentype");
  font-family: "HKGrotesk";
  font-display: swap;
  font-weight: 500;
}
@font-face {
  src: url("fonts/HKGrotesk-Bold.otf") format("opentype");
  font-family: "HKGrotesk";
  font-display: swap;
  font-weight: 800;
}
@font-face {
  src: url("fonts/HKGrotesk-Light.otf") format("opentype");
  font-family: "HKGrotesk";
  font-display: swap;
  font-weight: 400;
}
@font-face {
  src: url("fonts/HKGrotesk-Medium.otf") format("opentype");
  font-family: "HKGrotesk";
  font-display: swap;
  font-weight: 600;
}
@font-face {
  src: url("fonts/HKGrotesk-SemiBold.otf") format("opentype");
  font-family: "HKGrotesk";
  font-display: swap;
  font-weight: 700;
}
:root {
  --main-color: #131316;
  --main-color2: #5ea3d7;
  --text-color: #131316;
  --p-color: #5ea3d7;
  --grey-color: #f7f8fa;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--text-color);
}
main {
  display: block;
}

/* Browser fixes */
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
button,
input:not([type="checkbox"]),
select,
optgroup,
textarea {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography*/
body:not(.page-template-homepage) {
  /* font-family: 'Manrope', sans-serif; */
  font-family: "Inter", sans-serif;
}
body.page-template-homepage {
  font-family: "HKGrotesk", sans-serif;
}
.text-80 {
  font-size: 80px;
  line-height: 1.2;
}
h1,
.text-60 {
  font-size: 60px;
}
h2,
.single-post h1,
.text-56 {
  font-size: 56px;
}
.text-48 {
  font-size: 48px;
}
.text-40,
.single-post h2 {
  font-size: 40px;
}
h3,
.text-32 {
  font-size: 32px;
}
.text-28 {
  font-size: 28px;
}
h4,
.text-24 {
  font-size: 24px;
}
.text-22 {
  font-size: 22px;
}
.text-20 {
  font-size: 20px;
}

body,
h5,
.text-18,
.footer-menu-title {
  font-size: 18px;
}

.text-16,
.post-wrapper .author-link {
  font-size: 16px;
}
.text-14 {
  font-size: 14px;
}
.text-12 {
  font-size: 12px;
}
.font-weight-extra-bold {
  font-weight: 800;
}
.font-weight-bold,
h1,
strong,
h4,
.post-wrapper .author-link {
  font-weight: 700;
}
.font-weight-semi-bold,
h2,
h3,
h5 {
  font-weight: 600;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-light {
  font-weight: 300;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.site-content li {
  margin: 0 0 20px;
}
p {
  line-height: 1.5;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: #5ea3d7;
}
a:hover,
a:focus,
a:active,
.site-footer a {
  color: #353b4e;
}
a,
a:hover,
a:active,
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
}
.color-white,
.product-landing-page .color-white *:not(.btn span),
.color-white strong {
  color: #fff;
}
.page-header .btn:hover {
    color: #fff !important;
    /* background-color: inherit;
    border-color: inherit; */
    background-color: #8ed1fc;
    border-color: #fff;
}
a.color-white:hover {
  color: #cfcfcf;
}
.color-light-grey {
  color: #b4b1be;
}
.color-grey,
.copyright-menu a {
  color: #353b4e;
}
.color-green,
.list-check-mark.color-green svg path {
  color: #53a282;
}
.color-black,
strong,
.related-post a {
  color: var(--text-color);
}
/* .related-post a {
	color: #121113;
} */

/* Spacing */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.m-0 {
  margin: 0;
}
.m-5 {
  margin: 5px;
}

.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}

.p-0 {
  padding: 0;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}

.pl-20,
.site-content ul,
.site-content ol {
  padding-left: 20px;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-30,
.pt-30.slick-slide {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptb-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.ptb-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* Backgrounds */
html,
.bg-grey {
  background-color: var(--grey-color);
}
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-white {
  background-color: #fff;
}
.bg-black,
.page-header {
  background-color: #121113;
}
.bg-lpurple {
  background-color: var(--main-color);
}
.bg-dpurple {
  background-color: var(--main-color2);
}
.bg-grey {
  background-color: var(--grey-color);
}

/*Global*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.position-relative {
  position: relative;
}
#hide,
.hide {
  display: none;
}
.has-link-background-color {
  background-color: #a9a9a9;
}
.max-720 {
  max-width: 720px;
}
.max-820 {
  max-width: 820px;
}
.max-950 {
  max-width: 950px;
}
.w-80 {
  width: 80%;
}
.w-100,
.max-820,
.max-950 {
  width: 100%;
}
.h-100 {
  height: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.br-8 {
  border-radius: 8px;
}
.br-15 {
  border-radius: 15px;
}
.br-32 {
  border-radius: 32px;
}
.br-50,
.br-50.btn {
  border-radius: 50px;
}
.br-100 {
  border-radius: 100px;
}
table {
  width: 100%;
  border-collapse: collapse;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Forms */
.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.wpcf7-form-control:not(.wpcf7-acceptance),
.input-form input {
  border: 1px solid;
  border-color: #e7ecef;
  border-radius: 3px;
  padding: 14px 15px;
  height: auto;
  color: #000;
  font-size: 14px;
  outline: none;
}
.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}
.wpcf7-form-control:focus {
  box-shadow: none;
  background: none;
  border-color: #2a813b;
  transition: none;
}
.wpcf7-list-item:not(.wpcf7-acceptance .wpcf7-list-item) {
  width: 50%;
  margin: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item input {
  margin-right: 5px;
}

/* Btn */
button,
.btn,
.wpcf7-submit,
.btn-grey-inverted {
  /*border-radius: 4px;*/
  border-radius: 100px;

  border: 1px solid transparent;

  padding: 16px 32px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
button,
.btn,
.wpcf7-submit {
    color: #fff !important;
    border-color: #fff;
    background-color: #5ea3d7;
/*    border-color: var(--main-color);
    background-color: var(--main-color);*/
}
button:hover,
.btn:hover,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  background-color: #fff;
  color: #5ea3d7 !important;
}
.btn-white-inverted {
  border-color: #fff;
  background-color: transparent;
}
.btn-grey-inverted {
  color: #131316;
  border-color: #d8dee9;
}
.btn-grey-inverted:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.wpcf7-submit {
  padding: 10px 40px 6px;
  display: block;
}
.btn-cta {
  margin-bottom: 15px;
  margin-right: 15px;
}
.wp-block-button__link:hover {
  background-color: #fff;
}
.btn-mobile-cta {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
}

/*Elements*/
.list-check-mark,
.list-circle-check-mark,
.list-chevron-right {
  list-style-type: none;
  padding-left: 0 !important;
}
.list-check-mark li,
.list-circle-check-mark li,
.list-chevron-right li {
  position: relative;
  /*padding: 0.3rem 0px 0.5rem 2rem;*/
  display: flex;
  flex-direction: row;
}
.list-check-mark.green li * {
  color: #53a282 !important;
}
.list-check-mark.black li * {
  color: #19181d !important;
}
.list-numbered {
  list-style: none;
  padding-left: 0 !important;
}
.list-numbered li {
  margin-bottom: 25px;
  counter-increment: inst;
  display: flex;
}
.list-numbered li::before {
  content: counter(inst);
  color: var(--main-color);
  font-size: 14px;
  background: #efebff;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 100%;
  max-width: 24px;
}
.svg-check-mark,
.list-svg-mark {
  color: var(--main-color);
  margin-right: 10px;
  flex-shrink: 0;
}
.site-content u {
  text-decoration-color: var(--main-color);
  color: var(--main-color);
  position: relative;
  display: inline-block;
}
/*.site-content u {
    text-decoration-color: #734BFB;
    position: relative;
}
.site-content u::after {
    content: '';
    background: url("img/underline.svg") no-repeat center;
    background-size: auto;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: 0;
    height: 15px;
    width: 15%;
}*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body:not(.no-top-padding) .site-content {
  padding-top: 70px;
}
body:not(.no-bottom-padding) .site-content {
  padding-bottom: 70px;
}
/*Navigation*/
header#masthead {
  width: 100%;
  z-index: 9;
  padding: 14px 0;
  /* padding: 18px 0;
    min-height: 95px; */
  display: flex;
  align-items: center;
  top: 0;
  border: 1px solid transparent;
}

.sticky,
.home:not(.page-template-homepage-v2) header#masthead {
  position: fixed;
}

.sticky + #content {
  padding-top: 142px;
}
.no-top-padding .sticky + #content {
  padding-top: 72px;
}
.home .sticky + #content {
  padding-top: 0;
}
.site-branding {
  z-index: 99999;
}

/* Navigation */
/* .main-navigation {
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .menu-item-has-children > ul {
	display: none;
}
.main-navigation .menu li > a {
    display: block;
    padding-top: 10px;
	padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
	color: #fff;
}
.main-navigation ul.menu > li a:hover, .main-navigation .current-menu-item a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.main-navigation .menu .user-button a {
    border-radius: 4px;
    padding: 18px 32px;
    border: 2px solid transparent;
}
.main-navigation .user-button.inverted a {
	border-color: #fff;
}
.user-button.green a {
	background-color: #08c427;
}
.main-navigation .menu .user-button a:hover {
	color: #353B4E;
}
.user-button:hover a {
	background-color: #fff
} */

/*Mega menu*/
/* .mega-menu-btn .sub-menu .sub-menu a {
    display: flex;
    flex-direction: row;
    align-items: center;
	padding: 0;
	border: none !important;
}
.mega-menu-btn .sub-menu .sub-menu .menu-icon {
	margin-right: 3%;
    flex: 1 0 27%;
    max-width: 27%;
}
.mega-menu-btn .sub-menu .sub-menu .menu-titles {
	flex: 1 0 70%;
	max-width: 70%;
}
.mega-menu-btn .sub-menu .sub-menu .menu-item-description {
	display: block;
    font-size: 12px;
    line-height: 16px;
}
.mega-menu-btn li.column-title > a {
	cursor: pointer;
}
.mega-menu-btn .sub-menu .sub-menu li:hover .menu-titles * {
    color: #5F57CA !important;
} */

/*Mega menu plugin*/
.mega-w-100 {
  position: unset !important;
}
/* ul#mega-menu-menu-1 li.w-100 > ul.mega-sub-menu {
    max-width: 1100px !important;
    width: 100% !important;
    left: 0 !important;
} */

.mega-menu-wrap
  .products
  ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  /* border-radius: 16px !important; */
}
.mega-menu-wrap .products ul > li > ul > li > a.mega-menu-link {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
.mega-menu-wrap .products li .menu-icon {
  margin-right: 3%;
  flex: 1 0 27%;
  max-width: 48px !important;
}
.mega-menu-wrap .products li .menu-titles {
  display: flex;
  flex-direction: column;
  /* flex: 1 0 70%;
	max-width: 70%; */
}
.mega-menu-wrap .products li .menu-item-title {
  color: #19181d;
}
.mega-menu-wrap .products li .menu-item-description {
  line-height: 1.4;
}
.mega-menu-wrap .user-button:first-child {
  margin-left: auto !important;
  margin-right: 10x !important;
}
.mega-menu-wrap .user-button {
  margin-right: 0 !important;
}
.mega-menu-wrap .user-button a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
}
.mega-menu-wrap .user-button.purple a {
  background-color: var(--main-color) !important;
  color: #fff !important;
}
.mega-menu-wrap .user-button.grey a {
  background-color: transparent !important;
  border: 1px solid #d8dee9 !important;
}
.mega-menu-wrap .user-button.grey:hover a {
  /* border-color: #312E38 !important; */
  background-color: #e6e9ef !important;
  border-color: var(--text-color) !important;
  color: var(--text-color) !important;
  /* text-decoration: none !important; */
}
.mega-menu-wrap .user-button.purple:hover a {
  background-color: var(--main-color2) !important;
  /*  text-decoration: none !important; */
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul.menu {
  display: block;
  z-index: 10002;
}
.menu-toggle {
  padding: 0;
  background: none !important;
  border: none !important;
}

/*Footer*/
.footer-menu,
.footer-menu.products ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  margin: 0;
}
.footer-menu li {
  margin-bottom: 20px;
}
.footer-menu li:hover a {
  color: #19181d;
}
#footer_top > .container::before,
#footer_bottom .socials-container::before {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid #e5e6e8;
}
.footer-menu.products {
  gap: 1.5rem;
  display: flex;
}
ul.footer-menu.products > li > a {
  pointer-events: none;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  background: #e6e9ef;
  border-radius: 8px;
  padding: 4px 8px;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.08em;
}
.site-footer a:hover {
  text-decoration: underline;
}
.copyright-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.copyright-menu a {
  margin: 10px;
}
.soc-item {
  display: inline-flex;
  width: 48px;
  height: 48px;
  /* border: 1px solid #D8DEE9; */
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}
.soc-item:hover {
  background-color: #e6e9ef;
  border-color: #19181d;
}

/* Header block*/
.blog.page-header,
.search .page-header {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
  margin-bottom: 80px;
}
.blog.page-header .btn-archive-cat {
  font-weight: 600;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
  margin: 5px;
  border-radius: 8px;
}
.blog.page-header .btn-archive-cat:hover,
.blog.page-header .btn-archive-cat.active {
  background: #303133;
}

/*Search*/
.search-form {
  max-width: 600px;
  margin: auto;
  position: relative;
}
.search-form .search-field {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: none;
  padding: 16px 35px 16px 16px;
  color: #fff;
  font-size: 18px;
}
.search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 14px;
}
.search-form .search-submit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Posts and pages */
.updated:not(.published) {
  display: none;
}

/*Single post*/
.single-post article .entry-header {
  margin-top: -30px;
  margin-bottom: 30px;
}
.post-meta .post-categories {
  margin-right: 15px;
}
.post-meta .post-cat-link {
  color: #6f7486;
  font-size: 10px;
  line-height: 12px;
  background-color: #e6e9ef;
  padding: 2px 4px;
  border-radius: 2px;
  display: inline-block;
  margin: 4px 4px 4px 0;
  border: 1px solid transparent;
}
.post-meta .post-cat-link:hover {
  border-color: #6f7486;
}
.post-meta .post-date {
  color: #6f7486;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.post-author-box .box-wrapper {
  padding-top: 40px;
  border-top: 1px solid #bec8da;
}
.post-author-box img {
  border-radius: 100%;
  margin-right: 15px;
}
.author-bio .biography {
  color: #5f5c70;
  margin-bottom: 0;
}
.related-post:not(.first) img {
  border-radius: 15px 15px 0 0;
}

/*Blog*/
.post-wrapper .author-link {
  margin-top: auto;
}
.related-post a:hover {
  color: #08c427;
}

/*Pagination*/
.numbered-pagination .page-numbers {
  color: #5f5c70;
  display: inline-block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}
.numbered-pagination .page-numbers.current,
.numbered-pagination .page-numbers:not(.dots):hover {
  background: #efebff;
}
.numbered-pagination .page-numbers.prev,
.numbered-pagination .page-numbers.next {
  background: none !important;
  color: #5f5c70;
}
.numbered-pagination .page-numbers.prev:hover,
.numbered-pagination .page-numbers.next:hover {
  color: #734bfb;
}

/*Tablepress*/
/* .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #D8DEE9;
    padding: 16px;
    border-radius: 100px;
    outline: none;
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0 0 !important;
} */

/*Table*/
.table-free-prem {
  font-weight: 600;
}
.table-free-prem th,
.table-free-prem td {
  border-bottom: 1px solid #d8dee9;
  padding: 15px;
}
.table-free-prem th:first-child,
.table-free-prem td:first-child {
  border-right: 1px solid #d8dee9;
}
.table-free-prem tr th:last-child,
.table-free-prem tr td:last-child {
  background: #fff;
}
.table-free-prem td {
  font-size: 14px;
  line-height: 24px;
}
.table-free-prem tr:last-child td {
  border-bottom: 0;
}

/*Accordian*/
.faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.faq-item {
  border: 2px solid #d8dee9;
  border-radius: 24px;
  padding: 32px;
}
.faq-item.active {
  background: #fff;
  border-color: #fff;
}
.faq-item .number-box {
  background: #734bfb;
  color: #fff;
  display: flex;
  border-radius: 100px;
  font-size: 10px;
  line-height: 12px;
  min-width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-top: 7px;
}
.accordion-heading,
.accordion-heading .icon-wrapper {
  cursor: pointer;
  position: relative;
}
.accordion-heading .accordion-btn span {
  position: relative;
}
.accordion-heading .icon-wrapper {
  border: 2px solid #d8dee9;
  border-radius: 1000%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-item.active .accordion-heading .icon-wrapper img {
  transform: rotate(180deg);
}
.accordion-content {
  margin-top: 30px;
}

/*** Product landings ***/
/* .product-landing-page h2:not(.text-80), .cta-title {
    font-size: 64px;
    line-height: 72px;
	font-weight: 700;
	letter-spacing: -0.02em;
} */
.product-btn svg {
  transform: rotate(-45deg);
}
.product-landing-page .pre-heading {
  color: #734bfb;
  letter-spacing: 0.16em;
  font-weight: 600 !important;
  font-size: 10px;
  line-height: 16px;
}
.cta-block-container > .container-fluid {
  /* background: linear-gradient(269.84deg, #8D6CFB 0%, #536DFE 100%); */
  /* box-shadow: 0px 35px 40px -25px rgb(53 59 78 / 35%);
    border-radius: 10px; */
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.product-cta-btn {
  border-color: #fff;
  color: #fff;
  display: inline-block;
  border: 2px solid;
  /*border-radius: 4px;*/
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  background: none;
}
.page-header .gallery,
.product-landing-page .gallery,
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-header .gallery-between .gallery,
.product-landing-page .gallery-between .gallery,
.gallery-between .gallery {
  justify-content: space-between;
}
.info-box .gallery {
  flex-wrap: nowrap;
}
.page-header .gallery .gallery-item,
.product-landing-page .gallery-item,
.gallery-item {
  margin: 0;
}
.gallery-left .gallery {
  justify-content: unset;
}

.flexible-text-columns .container-has-color,
.global-templates .guarantee .container-wrapper {
  padding: 60px 60px 30px;
}
.cta-block-container .btn-link a {
  line-height: 36px;
}
.cta-block-container .btn-link a.btn-white {
  border: none;
}

/*Stepped row*/
.step-column .column-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.step-column p.title {
  border-left: 2px solid transparent;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600 !important;
  margin-top: 0;
  margin-bottom: 10px;
}
.step-column p {
  padding-left: 15px;
}
/*White cards*/
.white-card {
  padding: 25px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 24px 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  border: 1px solid transparent;
  height: 100%;
}
a.white-card:hover {
  border-color: #744bfa;
}
.white-card.vertical {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.white-card.vertical .content-wrapper {
  text-align: center;
}
.white-card.horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.white-card.horizontal img {
  max-width: 72px;
  margin-right: 15px;
}
.white-card p {
  margin: 0;
}
.white-card .title {
  margin-bottom: 10px;
}

/*Idenfy HUB*/
.idenfy-hub-container .menu-titles span {
  display: block;
  color: #19181d;
}
.idenfy-hub-container .menu-item-title {
  font-weight: 600;
  margin-bottom: 10px;
}

/*Custom pages*/
#columns-inverted.center-stepped-row:first-child .container {
  display: flex;
  flex-direction: column-reverse;
}
#columns-inverted.center-stepped-row:first-child .width-950 {
  max-width: unset;
  width: 100%;
  margin-bottom: 0;
}
#columns-inverted.center-stepped-row:first-child table td {
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
  align-items: center;
  width: 25%;
}
.image-column-wrapper,
.image-column-wrapper img {
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin: auto;
}
#kyb-reports .image-column-wrapper.text-center::before,
#kyb-reports .image-column-wrapper.text-center::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: 0;
}
#kyb-reports .image-column-wrapper.text-center::before {
  background: #da4167;
  opacity: 0.4;
  filter: blur(160px);
}
#kyb-reports .image-column-wrapper.text-center::after {
  background: #32a071;
  opacity: 0.4;
  filter: blur(200px);
  right: 0;
  top: 50%;
}
#columns-inverted.center-stepped-row:first-child table td {
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
  align-items: center;
  width: 25%;
}

/* Page FORM*/
.form-section .col-description .col-wrapper {
  border-radius: 55px;
  padding: 60px;
}

/*home v2*/
/* .page-template-homepage-v2 .custom-logo-link img,
.page-template-homepage-v2 .mega-menu-logo img {
  filter: invert(1);
} */
.page-template-homepage-v2 header#masthead {
  background-color: #fff;
  border-color: #fff;
}
.page-template-homepage-v2:not(.mega-menu-menu-1-mobile-open)
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
  color: var(--text-color);
}
.page-template-homepage-v2:not(.mega-menu-menu-1-mobile-open)
  #mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner,
.page-template-homepage-v2:not(.mega-menu-menu-1-mobile-open)
  #mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner::before,
.page-template-homepage-v2:not(.mega-menu-menu-1-mobile-open)
  #mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-1
  .mega-toggle-animated-inner::after {
  background-color: var(--text-color);
}

.home-v2 #header-logos-section {
  padding-top: 0 !important;
  padding-bottom: 60px;
}
.home-v2 #header-logos-section .container-has-color {
  padding: 0;
}
.home-v2 #header-logos-section .col-12:nth-child(n + 2) .content {
  border-top: 1px solid #3a3743;
  padding-top: 30px;
}
.home-v2 .pre-heading {
  color: #5ea3d7;
  background: #e4f1e4;
  border-radius: 8px;
  padding: 4px 8px;
  display: inline-block;
}
.home-v2 #purple-accent .pre-heading {
  color: #734bfb;
  background-color: #efebff;
}
/*.home-header .btn, 
.home-v2 .ptb-120:not(#custom-color-section) .product-btn {
    border-radius: 100px;
}*/
.home-v2 .ptb-120:not(#custom-color-section, .section-cta-purple) .product-btn,
.btn-white {
  background-color: #f7f8fa;
  color: #19181d !important;
  border: 1px solid #d8dee9;
  padding: 12px 24px;
}
.home-v2
  .ptb-120:not(#custom-color-section, .section-cta-purple)
  .product-btn:hover {
  background-color: #e6e9ef;
  border-color: #19181d;
  /*border-radius: 100px;*/
}
.home-v2 .savings-calculator .product-btn {
  border: none !important;
}
.home-v2 .savings-calculator .product-btn:hover {
  background-color: rgb(247 248 250 / 76%);
}
.home-v2 #custom-color-section .product-btn:not(.btn-white) {
  background-color: #5ea3d7;
  border: none;
  /*border-radius: 100px;*/
  border: 2px solid transparent;
  color: #fff !important;
}
.home-v2 #custom-color-section .product-btn:hover:not(.btn-white) {
  /* background: transparent;
	border-color: #5ea3d7; */
  background-color: #427543;
}
.row-align-center .row,
.flexible-text-columns .container-has-color .row {
  align-items: center;
}
.home-identity-verification .wp-video {
  max-width: 280px;
  margin: auto;
}

/*home v2 phone mockup*/
:root {
  --size-divisor: 1.5;
}
.mob_holder {
  text-align: center;
  padding-top: 40px;
}
.marvel-device {
  display: inline-block;
  position: relative;
  box-sizing: content-box !important;
}
.marvel-device .screen {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 3;
  background: white;
  overflow: hidden;
  display: block;
  border-radius: calc(1px / var(--size-divisor));
  box-shadow: 0 0 0 calc(3px / var(--size-divisor)) #111;
}
.marvel-device .top-bar,
.marvel-device .bottom-bar {
  height: calc(3px / var(--size-divisor));
  background: black;
  width: 100%;
  display: block;
}
.marvel-device .middle-bar {
  width: calc(3px / var(--size-divisor));
  height: calc(4px / var(--size-divisor));
  top: calc(0px / var(--size-divisor));
  left: calc(90px / var(--size-divisor));
  background: black;
  position: absolute;
}

.marvel-device.iphone-x {
  width: calc(375px / var(--size-divisor));
  height: calc(812px / var(--size-divisor));
  padding: calc(26px / var(--size-divisor));
  background: #fdfdfd;
  box-shadow: inset 0 0 calc(11px / var(--size-divisor)) 0 black;
  border-radius: calc(66px / var(--size-divisor));
}
.marvel-device.iphone-x .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: calc(66px / var(--size-divisor));
  overflow: hidden;
}
.marvel-device.iphone-x .shadow {
  border-radius: 100%;
  width: calc(90px / var(--size-divisor));
  height: calc(90px / var(--size-divisor));
  position: absolute;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(255, 255, 255, 0) 60%
  );
}
.marvel-device.iphone-x .shadow--tl {
  top: calc(-20px / var(--size-divisor));
  left: calc(-20px / var(--size-divisor));
}
.marvel-device.iphone-x .shadow--tr {
  top: calc(-20px / var(--size-divisor));
  right: calc(-20px / var(--size-divisor));
}
.marvel-device.iphone-x .shadow--bl {
  bottom: calc(-20px / var(--size-divisor));
  left: calc(-20px / var(--size-divisor));
}
.marvel-device.iphone-x .shadow--br {
  bottom: calc(-20px / var(--size-divisor));
  right: calc(-20px / var(--size-divisor));
}
.marvel-device.iphone-x:before {
  width: calc(100% - calc(10px) / var(--size-divisor));
  height: calc(100% - calc(10px) / var(--size-divisor));
  position: absolute;
  top: calc(5px / var(--size-divisor));
  content: "";
  left: calc(5px / var(--size-divisor));
  border-radius: calc(61px / var(--size-divisor));
  background: black;
  z-index: 1;
}
.marvel-device.iphone-x .inner-shadow {
  width: calc(100% - calc(20px) / var(--size-divisor));
  height: calc(100% - calc(20px) / var(--size-divisor));
  position: absolute;
  top: calc(10px / var(--size-divisor));
  overflow: hidden;
  left: calc(10px / var(--size-divisor));
  border-radius: calc(56px / var(--size-divisor));
  box-shadow: inset 0 0 calc(15px / var(--size-divisor)) 0
    rgba(255, 255, 255, 0.66);
  z-index: 1;
}
.marvel-device.iphone-x .inner-shadow:before {
  box-shadow: inset 0 0 calc(20px / var(--size-divisor)) 0 #ffffff;
  width: 100%;
  height: 116%;
  position: absolute;
  top: -8%;
  content: "";
  left: 0;
  border-radius: calc(200px / var(--size-divisor)) /
    calc(112px / var(--size-divisor));
  z-index: 2;
}
.marvel-device.iphone-x .screen {
  border-radius: calc(40px / var(--size-divisor));
  box-shadow: none;
}
.marvel-device.iphone-x .top-bar,
.marvel-device.iphone-x .bottom-bar {
  width: 100%;
  position: absolute;
  height: calc(8px / var(--size-divisor));
  background: rgba(0, 0, 0, 0.1);
  left: 0;
}
.marvel-device.iphone-x .top-bar {
  top: calc(80px / var(--size-divisor));
}
.marvel-device.iphone-x .bottom-bar {
  bottom: calc(80px / var(--size-divisor));
}
.marvel-device.iphone-x .volume,
.marvel-device.iphone-x .volume:before,
.marvel-device.iphone-x .volume:after,
.marvel-device.iphone-x .sleep {
  width: calc(3px / var(--size-divisor));
  background: #b5b5b5;
  position: absolute;
}
.marvel-device.iphone-x .volume {
  left: calc(-3px / var(--size-divisor));
  top: calc(116px / var(--size-divisor));
  height: calc(32px / var(--size-divisor));
}
.marvel-device.iphone-x .volume:before {
  height: calc(62px / var(--size-divisor));
  top: calc(62px / var(--size-divisor));
  content: "";
  left: 0;
}
.marvel-device.iphone-x .volume:after {
  height: calc(62px / var(--size-divisor));
  top: calc(140px / var(--size-divisor));
  content: "";
  left: 0;
}
.marvel-device.iphone-x .sleep {
  height: calc(96px / var(--size-divisor));
  top: calc(200px / var(--size-divisor));
  right: calc(-3px / var(--size-divisor));
}
.marvel-device.iphone-x .camera {
  width: calc(6px / var(--size-divisor));
  height: calc(6px / var(--size-divisor));
  top: calc(9px / var(--size-divisor));
  border-radius: 100%;
  position: absolute;
  left: calc(154px / var(--size-divisor));
  background: #0d4d71;
}
.marvel-device.iphone-x .speaker {
  height: calc(6px / var(--size-divisor));
  width: calc(60px / var(--size-divisor));
  left: 50%;
  position: absolute;
  top: calc(9px / var(--size-divisor));
  margin-left: calc(-30px / var(--size-divisor));
  background: #171818;
  border-radius: calc(6px / var(--size-divisor));
}
.marvel-device.iphone-x .notch {
  position: absolute;
  width: calc(210px / var(--size-divisor));
  height: calc(30px / var(--size-divisor));
  top: calc(26px / var(--size-divisor));
  left: calc(108px / var(--size-divisor));
  z-index: 4;
  background: black;
  border-bottom-left-radius: calc(24px / var(--size-divisor));
  border-bottom-right-radius: calc(24px / var(--size-divisor));
}
.marvel-device.iphone-x .notch:before,
.marvel-device.iphone-x .notch:after {
  content: "";
  height: calc(8px / var(--size-divisor));
  position: absolute;
  top: 0;
  width: calc(8px / var(--size-divisor));
}
.marvel-device.iphone-x .notch:after {
  background: radial-gradient(
    circle at bottom left,
    transparent 0,
    transparent 70%,
    black 70%,
    black 100%
  );
  left: calc(-8px / var(--size-divisor));
}
.marvel-device.iphone-x .notch:before {
  background: radial-gradient(
    circle at bottom right,
    transparent 0,
    transparent 70%,
    black 70%,
    black 100%
  );
  right: calc(-8px / var(--size-divisor));
}
.marvel-device.iphone-x.landscape {
  height: calc(375px / var(--size-divisor));
  width: calc(812px / var(--size-divisor));
}
.marvel-device.iphone-x.landscape .top-bar,
.marvel-device.iphone-x.landscape .bottom-bar {
  width: calc(8px / var(--size-divisor));
  height: 100%;
  top: 0;
}
.marvel-device.iphone-x.landscape .top-bar {
  left: calc(80px / var(--size-divisor));
}
.marvel-device.iphone-x.landscape .bottom-bar {
  right: calc(80px / var(--size-divisor));
  bottom: auto;
  left: auto;
}
.marvel-device.iphone-x.landscape .volume,
.marvel-device.iphone-x.landscape .volume:before,
.marvel-device.iphone-x.landscape .volume:after,
.marvel-device.iphone-x.landscape .sleep {
  height: calc(3px / var(--size-divisor));
}
.marvel-device.iphone-x.landscape .inner-shadow:before {
  height: 100%;
  width: 116%;
  left: -8%;
  top: 0;
  border-radius: calc(112px / var(--size-divisor)) /
    calc(200px / var(--size-divisor));
}
.marvel-device.iphone-x.landscape .volume {
  bottom: calc(-3px / var(--size-divisor));
  top: auto;
  left: calc(116px / var(--size-divisor));
  width: calc(32px / var(--size-divisor));
}
.marvel-device.iphone-x.landscape .volume:before {
  width: calc(62px / var(--size-divisor));
  left: calc(62px / var(--size-divisor));
  top: 0;
}
.marvel-device.iphone-x.landscape .volume:after {
  width: calc(62px / var(--size-divisor));
  left: calc(140px / var(--size-divisor));
  top: 0;
}
.marvel-device.iphone-x.landscape .sleep {
  width: calc(96px / var(--size-divisor));
  left: calc(200px / var(--size-divisor));
  top: calc(-3px / var(--size-divisor));
  right: auto;
}
.marvel-device.iphone-x.landscape .camera {
  left: calc(9px / var(--size-divisor));
  bottom: calc(154px / var(--size-divisor));
  top: auto;
}
.marvel-device.iphone-x.landscape .speaker {
  width: calc(6px / var(--size-divisor));
  height: calc(60px / var(--size-divisor));
  left: calc(9px / var(--size-divisor));
  top: 50%;
  margin-top: calc(-30px / var(--size-divisor));
  margin-left: 0;
}
.marvel-device.iphone-x.landscape .notch {
  height: calc(210px / var(--size-divisor));
  width: calc(30px / var(--size-divisor));
  left: calc(26px / var(--size-divisor));
  bottom: calc(108px / var(--size-divisor));
  top: auto;
  border-top-right-radius: calc(24px / var(--size-divisor));
  border-bottom-right-radius: calc(24px / var(--size-divisor));
  border-bottom-left-radius: 0;
}
.marvel-device.iphone-x.landscape .notch:before,
.marvel-device.iphone-x.landscape .notch:after {
  left: 0;
}
.marvel-device.iphone-x.landscape .notch:after {
  background: radial-gradient(
    circle at bottom right,
    transparent 0,
    transparent 70%,
    black 70%,
    black 100%
  );
  bottom: calc(-8px / var(--size-divisor));
  top: auto;
}
.marvel-device.iphone-x.landscape .notch:before {
  background: radial-gradient(
    circle at top right,
    transparent 0,
    transparent 70%,
    black 70%,
    black 100%
  );
  top: calc(-8px / var(--size-divisor));
}

/*Case studies & Info box*/
.case-study-testimonial .post-wrapper,
.info-box .post-wrapper {
  border: 1px solid #d8dee9;
}
.icon-quotes {
  background-color: #19181d;
  padding: 13px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: -24px;
}
.case-study-testimonial .post-wrapper .content,
.info-box .post-wrapper .content {
  font-size: 18px;
}
.case-study-testimonial .post-wrapper:hover,
.info-box .post-wrapper:hover {
  border-color: #734bfb;
}
.case-study-testimonial .post-wrapper:hover .icon-quotes {
  background-color: #734bfb;
}
.case-study-testimonial .post-wrapper .btn-grey-inverted,
.info-box .post-wrapper .btn-grey-inverted {
  width: 100%;
  text-align: center;
}

/* Savings calculator */
#savings-slider {
  background-color: rgb(0 0 0 / 40%);
  height: 8px;
}
#savings-slider .ui-slider-range,
#savings-slider .ui-slider-handle {
  background-color: #fff;
}
#savings-slider .ui-slider-range {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
#savings-slider .ui-slider-handle {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  top: -13px;
  margin-left: -16px;
  outline: none;
}
.savings-calculator .categories {
  text-align: right;
}
.savings-calculator .categories span {
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.savings-calculator .categories span.active {
  background-color: #fff;
  color: #5ea3d7;
}
.savings-calculator .categories span:hover {
  background-color: #5ea3d7;
}

/*Ratings container*/
.rating-items .title {
  max-width: 20%;
}
.rating-items .bar {
  max-width: 80%;
  margin-left: auto;
}
.rating-items .bar,
.rating-items .bar-wrapper {
  border-radius: 100px;
}
.rating-items .bar-wrapper {
  width: 8%;
  overflow: hidden;
}

/* Custom CSS classes*/
.max-width-unset .max-950 {
  max-width: unset;
}

/* 
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 19px;
	border-radius: 50px;  
	background: rgb(0 0 0 / 40%);
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 32px;
	height: 32px;
	border-radius: 50%; 
	background: #fff;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.slider::-moz-range-thumb {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
datalist {
    padding: 0 3.5px;
}
datalist option {
    font-size: 12px;
    color: #000 !important;
    margin-top: 6px;
} */
/* datalist option::before {
    content: '|';
    display: block;
    margin: auto;
    text-align: center;
} */

/*Slick slider*/
.global-templates {
  overflow: hidden;
}

.slick-slider,
.slick-arrows {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s;
}
.slick-slider.slick-initialized,
.slick-arrows {
  visibility: visible;
  opacity: 1;
}

.slick-btn {
  border: 2px solid #d8dee9;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  padding: 18px;
  cursor: pointer;
}
.slick-btn:hover {
  background-color: #e6e9ef;
  border-color: #19181d;
}
.slick-btn.slick-disabled {
  opacity: 0.25;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation .nav-menu {
    display: flex;
  }
  .main-navigation .menu > li {
    margin-left: 55px;
  }
  .user-button.green {
    margin-left: 15px !important;
  }

  /*Mega menu*/
  .mega-menu-btn:hover > .sub-menu {
    flex-direction: row;
    width: 100%;
    max-width: 700px;
    padding-bottom: 0;
    display: flex !important;
    position: absolute;
    border-radius: 4px;
    flex-wrap: wrap;
    z-index: 1;
    background-color: #fff;
  }
  .sub-menu .menu-link,
  .sub-menu span,
  .sub-menu .column-title a {
    color: #0f3557 !important;
  }
  .mega-menu-btn:hover > .sub-menu > li {
    margin: 4%;
    width: 42%;
  }
  /* .mega-menu-btn li.column-title > a {
		pointer-events: none;
	} */
  .mega-menu-btn:hover > .sub-menu .sub-menu {
    display: flex;
    position: relative;
    background: none;
    width: auto;
    margin-top: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  #primary-menu-container {
    flex: 1 0 100%;
  }
  .mobile-menu-opened {
    overflow: hidden;
  }
  .toggled #primary-menu-container {
    height: 100vh;
    width: 100vw;
    overflow: scroll;
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #121113;
  }
  .main-navigation.toggled ul.menu {
    margin-top: 40%;
    padding: 0 30px 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-navigation .menu li {
    position: relative;
  }
  .main-navigation ul.menu > li > a {
    text-align: center;
  }
  .menu-item-has-children .submenu-icon {
    position: absolute;
    right: 0;
    margin-top: 5px;
  }
  .menu-item-has-children > .submenu-icon::before {
    content: "+";
    color: #fff;
  }
  .menu-item-has-children.opened > .submenu-icon::before {
    content: "—";
  }
  .main-navigation li.opened > ul.sub-menu {
    position: relative;
    padding: 10px 0px;
    float: unset;
    display: block;
    background: #2c2a2e;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-navigation li.opened > .submenu-icon {
    transform: rotate(180deg);
  }
  .user-button {
    margin-top: 10px;
  }
  .guarantee .alignright {
    float: unset;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  ul#mega-menu-menu-1 li.w-100 > ul.mega-sub-menu {
    max-width: 1170px !important;
    width: 100% !important;
    display: flex !important;
    left: 0 !important;
  }
  ul.col-count-2 {
    column-count: 2;
  }
  .copyright-menu li:last-child a {
    margin-right: 0px;
  }
  .section-calculator .row {
    justify-content: space-between !important;
  }
  /* .columned-row .text-column {
		max-width: 40%;
	} */
  .section-calculator .col-lg-6 {
    max-width: 47%;
  }
  div.product-landing-page > div.columned-row:nth-child(even) .row {
    flex-direction: row-reverse;
  }
  .page-id-32130 .product-landing-page .columned-row:nth-child(even) .row {
    flex-direction: unset !important;
  }
  .page-id-32130 .product-landing-page .columned-row:nth-child(odd) .row {
    flex-direction: row-reverse !important;
  }
  #columns-inverted.center-stepped-row:first-child table {
    max-width: 80%;
    margin-left: auto;
  }
  .form-section .col-lg-6 {
    max-width: 48%;
  }
  .global-templates .slick-list {
    overflow: unset;
  }
}
@media screen and (max-width: 991px) {
  .mob-no-img .image-column {
    display: none;
  }
  .mega-menu-wrap .products li .menu-item-title {
    /*color: #fff !important;*/
    /* font-size: 14px; */
    font-weight: 600;
    margin-bottom: 5px;
  }
  .product-landing-page > div,
  .cta-block-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-calculator .container .col-12:nth-child(n + 2) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-id-32130 .product-landing-page .columned-row .row {
    flex-direction: column-reverse;
  }
  .product-landing-page .ptb-120:not(#columns-inverted, #custom-color-section) {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .product-landing-page .ptb-120#before-custom-color-section,
  .product-landing-page .ptb-120.before-custom-color-section,
  .product-landing-page .ptb-120:last-child {
    padding-bottom: 60px !important;
  }
  .page-header .right-side {
    display: none;
  }
  .columned-row:not(.mob-no-img) .text-column {
    margin-bottom: 50px;
  }
  .cta-block-container .cta-title {
    font-size: 44px;
    line-height: 48px;
  }
  .table-no-border td {
    display: block;
  }
  #tablepress-2 td {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
  .home-v2 #header-logos-section .content .flex-row {
    flex-direction: column !important;
  }
  .home-v2 #header-logos-section .content .title {
    margin-bottom: 15px;
  }
  .case-study-testimonial .post-wrapper,
  .info-box .post-wrapper {
    padding: 16px;
  }

  /* .footer-sub .col-12, .footer-bottom .col-12 {
		text-align: center;
	} */
  .footer-sub .text-right,
  .site-footer .text-center,
  .site-footer .text-right {
    text-align: left;
  }
  .copyright-menu {
    justify-content: unset;
  }
  .copyright-menu li:first-child a {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .slick-track {
    display: flex !important;
  }
  .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
    height: inherit !important;
  }
  .related-post:not(.first) .post-meta > div {
    max-width: 50%;
    flex: 1 0 50%;
    margin-right: 0;
  }
  .related-post:not(.first) .date-wrapper {
    text-align: right;
  }
  .home-v2 .loyal-customers .gallery-item:last-child {
    margin-left: 80px;
  }
  .gallery-columns-3 .gallery-item {
    width: 33%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-columns-3 .gallery-item {
    width: 44%;
    margin: 3% !important;
  }
  .info-box .gallery {
    justify-content: center;
  }
  .savings-calculator .notice {
    display: none;
  }
  h1 {
    font-size: 45px;
  }
  .text-48,
  h2 {
    font-size: 40px;
  }
  .page-header .ptb-100,
  .page-header .pt-100 {
    padding-top: 50px;
  }
  /*.product-header.ptb-100 {
		padding-bottom: 0;
	}*/
  .page-header h1,
  .text-80 {
    font-size: 35px;
    line-height: 40px;
  }
  .product-landing-page h2,
  .cta-title {
    font-size: 30px;
    line-height: 39px;
  }
  .has-text-align-right {
    text-align: left;
  }
  .flexible-text-columns .container-has-color {
    padding: 60px 30px 0;
  }
  #columns-inverted.center-stepped-row:first-child table td {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-homepage-v2 .page-header .ptb-100 {
    padding-bottom: 50px;
  }
  .home-v2 .loyal-customers .gallery-item {
    max-width: 40%;
  }
  .home-v2 .icon-table td:first-child {
    max-width: 35px;
    vertical-align: top;
  }
  .section-calculator .container-has-color {
    border-radius: 0;
  }
  .savings-calculator .header {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }
  .home-v2 .flexible-text-columns .container-has-color .p-40 {
    padding: 30px 20px;
  }
  .cost-section .d-flex {
    flex-direction: column !important;
  }
  .cost-section .savings {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-calculator .container,
  .slick-slider .case-study-testimonial {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flexible-text-columns:not(.section-calculator) .container-has-color,
  .global-templates .guarantee .container-wrapper {
    padding: 16px 24px;
  }
  .cta-block-container .btn-link a {
    margin: 0 auto 20px;
  }
  .footer-menu.products {
    flex-direction: column;
  }
  .footer-menu li {
    margin-bottom: 20px;
  }
}
