/*Theme Name: subscription_flow
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: subscription_flow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

subscription_flow is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #337ab7;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}



.h1-30{
	font-size:30px!important;
	font-family: proxima_novasemibold,Open Sans,Arial,Helvetica!important;
}
.max-850 .vc_column-inner {
    max-width: 870px;
    float: none;
    margin: 0 auto;
    width: 100%;
	padding: 40px 0px 0px;
}
.w-1150 .vc_column-inner {
    max-width: 1150px;
    margin:0 auto 50px;
}
.max-850 p{
	font-size: 18px!important;
	font-weight: 300;
	line-height: 1.8;
	max-width: 889px;
	margin: auto;
	color: #5d6576 !important;
}
h2.fs-22 {
    text-align: center;
    font-weight: 600;
    font-size: 26px!important;
	font-family: proxima_novasemibold,Open Sans,Arial,Helvetica!important;
}
.p-20{
	padding:20px 0px 20px;
}
.w-1200 {
    max-width: 1200px;
    margin: 0 auto!important;
}
.cfm{
    font-family: proxima_novasemibold,Open Sans,Arial,Helvetica!important;
    font-weight: 600;
    font-size: 20px!important;
}
.circle-se:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    margin: 6px 0 0 6px;
    border-radius: 50%;
    background-color: #91cafd;
    right: -5px;
    border: 1px solid #666;
    border-style: dashed;
    padding: 0px 0px 0px;
    top: 34px;
    z-index: 9999;
}
.circle-se:after {
    position: absolute;
    content: "";
    /* background: #000; */
    width: 22px;
    height: 12px;
    right: 0;
    top: 28px;
    z-index: 9999;
    margin: 6px 0 0 6px;
    border-radius: 50%;
    /* background-color: #91cafd; */
    right: -10px;
    border: 1px solid #666;
    border-style: dashed;
    padding: 10px 10px 12px;
    background: transparent;
}
.w-1200 .circle-se.vc_column_container>.vc_column-inner {
    border-right: 1px solid #f0f0f0;
	  border-left: 0px solid #f0f0f0;
	  padding: 0px 54px 0px;
	  margin: 0px;
}
.w-1200 .vc_column_container>.vc_column-inner {
    border-left: 1px solid #f0f0f0;
	border-right: 0px solid #f0f0f0;
	padding: 16px 54px 0px;
	margin: -1px;
}
.xs-padding-bottom0.vc_custom_1552309973606 {
    padding-bottom: 10px !important;
}
span.msg.error {
    font-size: 17px;
    padding: 14px 0px 0px;
    float: left;
    width: 100%;
	color: #f00;
}
#forgot_domain_form input.email-form {
    width: 100%!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
    float: left;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}


/*Pricing page css*/
.Price-page .pricing-icone .fa{
    background: #258c17;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    font-size: 10px;	
}
.no-padding{
	padding:0px;
}
.cpr-table__title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cpr-table__row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cpr-table__col:first-child {
    max-width: 277px;
    flex: 1 0 100%;
}
.cpr-table__body .cpr-table__col:not(:first-child) {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cpr-table__body .cpr-table__col {
    padding: 8px 12px;
}

.top-main-description .anual-plan.anual-area-1,
.cpr-table__col:last-child,
.cpr-table__col:nth-child(2) {
    background: #f3f8fe;
}
.cpr-table__col {
    position: relative;
    color: #242438;
    font-size: 13px;
    line-height: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cpr-table__title .cpr-table__col {
    border-bottom: 1px solid rgba(0,0,40,.08);
    padding: 30px 0 8px 0!important;
    font-size: 12px;
    line-height: 15px;
}
.cpr-table__title .cpr-table__col {
    color: #00000a;
    white-space: nowrap;
    font-weight: 700;
    }
.cb-icon--tick {
	background-image: url(assets/img/tick-sign.png);
	width: 15px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
}
.cpr-table__action:focus, .cpr-table__action:hover {
    color: #3367d6;
    text-decoration: underline;
}
.cpr-table__action {
    color: #3367d6;
    cursor: pointer;
    display: inline-block;
}
.Price-page .container{
	margin-top: -2px;
    padding: 30px;
    border-radius: 0 0 1px 1px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 14px 0 rgba(0,0,60,.1), 0 20px 40px 0 rgba(0,0,60,.12);
    box-shadow: 0 1px 14px 0 rgba(0,0,60,.1), 0 20px 40px 0 rgba(0,0,60,.12);
}
.cpr-tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column;
}
.cpr-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cpr-tab__item--active {
    z-index: 2;
    background-color: #fff;
    font-weight: 700;
    border-color: transparent!important;
}

.cpr-tab__item {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    min-width: 220px;
}
.cpr-tab__item:not(:first-child) {
    border-left: 1px solid rgba(0,0,0,.07);
}
.cpr-tab__item--active+.cpr-tab__item {
    -webkit-box-shadow: 9px -9px 15px 0 rgba(0,0,0,.04) inset;
    box-shadow: 9px -9px 15px 0 rgba(0,0,0,.04) inset;
    border-color: transparent!important;
}
.cpr-tab__item {
    position: relative;
    color: #202022;
    cursor: pointer;
    padding: 20px 21px;
    background-color: #e9e9f0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
}
.cpr-article__title {
    font-size: 30px;
    line-height: 37px;
}
.cpr-article__desc {
    font-size: 16px;
    line-height: 25px;
}
.cpr-article__desc {
    color: #202022;
}
.cpr-lists__heading {
    color: #7864ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 21px;
    margin-top: 12px;
}
.cpr-list:not(:last-child) {
    margin-bottom: 51px;
}
.cpr-list {
    position: relative;
    padding-left: 15px;
}
.cpr-list__title {
    color: #191919;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 12px;
}
.cpr-list__desc {
    color: rgba(0,0,0,.8);
    font-size: 14px;
    line-height: 21px;
}
.cpr-article__title {
    color: #191919;
    font-weight: 600;
    margin-bottom: 15px;
}
.cpr-list:before {
    content: '';
    border: 5px solid transparent;
    display: inline-block;
    border-left-color: #000;
    position: absolute;
    left: 0;
    top: 6px;
}
.cpr-tab__item.cpr-tab__item--active {
    background: #fff;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: -4px -5px 9px 0 rgba(0,0,60,.08), 0 -12px 20px 0 rgba(0,0,60,.02);
    box-shadow: -4px -5px 9px 0 rgba(0,0,60,.08), 0 -12px 20px 0 rgba(0,0,60,.02);
    font-weight: 700;
    border-color: transparent!important;
}
.cpr-tab__content{
	display:none;
}
.cpr-tab__content.active{
	display:block;
}
.cpr-table__body {
    float: left;
    width: 100%;
    padding: 60px 0px 40px;
}
.col-sm-offset-1 {
		margin-left: 8.33333333%;
}
.cpr-table__label {
    border-radius: 2px;
    background-color: #ff6c36;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    /* height: 19px; */
    position: absolute;
    top: -9px;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: capitalize;
    padding: 6px 20px 8px;
	width: 70%;
}
.cpr-table__head .cpr-table__col:not(:first-child) {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 33px;
    padding-bottom: 33px;
}
.cpr-plan__price:after, .cpr-plan__price:before {
    position: absolute;
    color: rgba(0,0,0,.54);
    font-size: 18px;
    line-height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.cpr-plan__price:after {
    content: '/user/month';
    right: -108px;
}*/
.cpr-plan__user-limit,
.cpr-plan__price--symbol {
    color: rgba(0,0,0,.54);
    font-size: 18px;
    line-height: 24px;
    vertical-align: top;
}
.cpr-table__head .cpr-table__col {
    padding-top: 33px;
    padding-bottom: 33px;
}
.vc_custom_1551959504070{
	z-index: 9999;
	position: relative;
}
   .cpr-plan__name {
        color: #202022;
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        margin-bottom: 12px;
    }
    .cpr-plan__price {
        color: #191919;
        font-weight: 400;
        font-size: 30px;
        line-height: 28px;
        display: inline-block;
        position: relative;
        white-space: nowrap;
        margin-bottom: 15px;
        margin-left: -16px;
    }
    .cpr-plan__desc {
        color: #242438;
        font-size: 13px;
        line-height: 20px;
    }
  
    .cpr-plan__content {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .cb-btn--suffix {
        -webkit-transition-property: padding-left,padding-right;
        -o-transition-property: padding-left,padding-right;
        transition-property: padding-left,padding-right;
        -webkit-transition-duration: .3s,.3s;
        -o-transition-duration: .3s,.3s;
        transition-duration: .3s,.3s;
    }
    .cpr-plan__actions {
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 0;
    }
    .cb-btn--secondary:visited,
    .cb-btn--secondary:hover,
    .cb-btn--secondary:focus,
    .cb-btn--secondary:active,
    .cb-btn--secondary {
        text-decoration: none;
        background-color:#020d26;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        height: 42px;
        display: inline-block;
        /* position: relative; */
        /* overflow: hidden; */
        /* cursor: pointer; */
        /* -webkit-transition: .3s; */
        -o-transition: .3s;
        /* transition: .3s; */
        padding-left: 40px;
        padding-right: 40px;
    }
    .cpr-table__head .cpr-table__col:not(:first-child) {
        padding-left: 42px;
        padding-right: 42px;
    }
    .cpr-table__col:not(:first-child) {
     text-align: center;
    }
    .cpr-plan__heading {
        color: #242438;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 9px;
    }
    .page-add-ons ol li,
    .page-cancellation ol li{
        margin: 0px 0px 10px;
        color: #5d6576;
        
    }
    .page-add-ons ol,
    .page-cancellation ol{
        padding:0px;
        margin-left: 29px;
    }
    ol.header-des {
        padding: 0px!important;
        margin-left: 29px;
        
    }
    .page-add-ons ol.header-des li {
        margin: 0px 0px 10px;
        color: #fff;
    }
    .primary-menu-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
        background:#ff5e14;
    }
   .page-buy-a-package .front-banner-1 {
    	background-image: none!important;
    	background: #eaeaf4!important;
	}


	.package-form label {
	    display: block;
	    max-width: 100%;
	    font-weight: 500;
	    float: left;
	    width: 100%;
	    color: #130d23;
		font-size: 16px;
		margin-bottom: 12px;
	}
	.package-form  input[type="email"],
	.package-form  select,
	.package-form  input[type="tel"],
	.package-form  input[type="text"]{
		position: relative;
		display: inline-block;
		width: 100%;
		min-width: 42px;
		height: 40px;
		font-weight: 600;
		line-height: 36px;
		font-size: 14px;
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.12);
		box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.12);
		border: 1px solid #bebec8;
		background-color: #fff;
		color: #202022;
		border-radius: 4px;
		padding: 0 12px;	
	}
	.page-buy-a-package #main {
		background: #eaeaf4 !important;
	}

	.vc_row.wpb_row.vc_row-fluid.front-banner-1.padL100.padR100.padT5vh.padB5vh.height-auto.package-form {
    	max-width: 61%;
    	margin: 40px auto;
    	background: #fff !important;
	}
	.page-buy-a-package .package-left {
	    color: #44435a;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 22px;
	    padding: 74px 0px 0px;
	}
	.page-buy-a-package .cf7mls_back.action-button {
		font-size: 15px;
		float: left;
	}
	.page-buy-a-package input[type="submit"] {
		background: #27ae60 none repeat scroll 0 0;
		border: 0 none;
		border-radius: 1px;
		color: #fff;
		cursor: pointer;
		font-weight: 700;
		margin: 10px 5px;
		padding: 10px 5px;
		min-width: 100px;
		position: relative;
		font-size: 15px;
	}
	.page-buy-a-package .required-txt {
   		color: #f00;
	}
	.page-buy-a-package .fnopadding{
		padding: 0px;
	}
.industry-main-title .vc-hoverbox h2{
	color:#fff;
}
.industry-main-title .vc-hoverbox:hover h2 {
    color: #000!important;
}
.industry-main-title .vc-hoverbox {
    border: 2px solid #fff;
    border-radius: 11px;
}
.industry-main-title .vc-hoverbox:hover {
    border: 2px solid #ff5e14;
    border-radius: 11px;
}
.industry-main-title .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern,
.industry-main-title button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-green {
    padding: 15px 20px;
    background-color: #ff5e14;
    position: relative;
    right: 0;
    z-index: 999999;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0px;
    border-radius: 1px;
}
.industry-main-title .vc-hoverbox-block.vc-hoverbox-front:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    border-radius: 10px;
}
.industry-main-title .vc-hoverbox-inner {
	min-height: 453px !important;
}
.pl-30 {
    padding-left: 30px;
}
.page-id-1771 ul,
.page-id-1754 ol {
    margin-left: 0px;
    padding: 0px 0px 0px 28px;
}
.page-id-1704 ol,
.page-id-1754 ol {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
	padding-left: 25px;
}
 .page-id-1704 ol > li,
.page-id-1754 ol>li {
  margin:0;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
}
 .page-id-1704 ol > li:before,
.page-id-1754 ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}
.industry-link a {
    text-decoration: underline !important;
}
.postid-1392 .col-lg-9,
.postid-1535 .col-lg-9,
.postid-1470 .col-lg-9{
    width: 100%;
}
.postid-1392 .blog-page-sidebar-wrapper,
.postid-1535 .blog-page-sidebar-wrapper,
.postid-1470 .blog-page-sidebar-wrapper,
.postid-1392 div#comments,
.postid-1392 nav.navigation.post-navigation,
.postid-1535 div#comments,
.postid-1535 nav.navigation.post-navigation,
.postid-1392 div#comments,
.postid-1392 nav.navigation.post-navigation,
.postid-1470 div#comments,
.postid-1470 nav.navigation.post-navigation,
.postid-1535 #main .bread-crumb,
.postid-1392 #main .bread-crumb,
.postid-1470 #main .bread-crumb{
	display:none;
}
.title-25{
	font-size:25px!important;
}
h3.vc_custom_heading.faq-title {
    padding: 0px 0px 55px;
}
.faq-sub-title .vc_toggle_title {
    background: #080808;
    padding: 10px 0px 10px;
    font-size: 25px;
    color: #fff;
}
.faq-sub-title .vc_toggle_title h4 {
    color: #fff!important;
}
.padding-bottom-0.page-section-7 {
    padding-bottom: 0px;
}
.languages-support .ct-language__dropdown li a {
    font-size: 14px;
    padding: 0px 0px 0px;
    color: #fff !important;
}
.languages-support {
    position: relative;
    /* top: 150px; */
    /* right: 0; */
    font-size: 20px !important;
    z-index: 9999;
}
.contact-btn-wrapper {
    padding: 10px 20px!important;
}
.contact-btn-wrapper a {
    font-size: 16px!important;
}
.languages-support .ct-language__dropdown li a:hover{
    background: #d64604 !important;
    opacity:0.8!important;
}
.switcher .selected {
    background: transparent!important;
}

.switcher .option {
    position: absolute!important;
    background:#ff5e14 !important;
    left: -65px;
}
.switcher.notranslate a:hover {

    color: #fff !important;

}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

.languages-support .ct-topbar {
  text-align: right;
  background: #eee;
}
.languages-support .ct-topbar__list {
  margin-bottom: 0px;
}
.languages-support .ct-language__dropdown{
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 110%;
	left: -40px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 145px;
	text-align: center;
	padding-top: 0;
  z-index:200;
}
.languages-support .ct-language__dropdown li{
	background: #222;
	padding: 5px;
}
.languages-support .ct-language__dropdown li a{
	display: flex;
}
.languages-support .ct-language__dropdown li:first-child{
	padding-top: 10px;
	border-radius: 3px 3px 0 0;
}
.languages-support .ct-language__dropdown li:last-child{
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
}
.languages-support .ct-language__dropdown li:hover{
	background: #444;
}
.languages-support .ct-language__dropdown:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}
.languages-support .ct-language{
    position: relative;
    background:#ff5e14;
    color:#fff;
    padding: 5px 16px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.languages-support .ct-language:hover .ct-language__dropdown{
	max-height: 200px;
	padding-top: 8px;
}
.languages-support .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.switcher .option a:hover{
    color: #fff !important;
    background: #ff5e14!important;
}
.sticky .switcher.notranslate a:hover,
.sticky .switcher .selected a{
    color: #020d26 !important;
}

.switcher.notranslate a:hover,
.switcher .selected a{
    color:#fff !important;
    padding: 5px 1px 5px !important;
    background:transparent!important;
    border: 0px !important;
}

.switcher .selected a.open,
.switcher .option a{
    font-size: 15px!important;
    margin: 0px 0px 4px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.d-desktop {
    display: none;
}
.su-list ul li {

    font-size: 16px!important;
}
.postid-1392 #content,
.postid-1470 #content,
.postid-1535 #content {
    padding: 0 0px;
}
.postid-1392 .post-description,
.postid-1392 .entry-header,
.postid-1470 .post-description,
.postid-1470 .entry-header,
.postid-1535 .post-description,
.postid-1535 .entry-header {
    display: none;
}
.postid-1392 .entry-content,
.postid-1470 .entry-content,
.postid-1535 .entry-content{
    margin: 0px 0px; 
 }
 .postid-1392 article.blog-post,
.postid-1470 article.blog-post,
.postid-1535 article.blog-post {
    padding: 0px 0px 0px;
 }
.postid-1392 .padL100,
.postid-1470 .padL100,
.postid-1535 .padL100 {
    padding-left: 20px !important;
}
.listing-box-hover .box-area {
    width: 50%;
    float: left;
}
.listing-box-hover .box-title-area {
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
}
.listing-box-hover .box-header-title {
    font-size: 18px !important;
    font-weight: 400;
    color: rgba(0,0,0,.8);
    line-height: 20px;
    margin-bottom: 0px !important;
	margin-top: 0px;
}
.listing-box-hover.payment-gateway-sections img{
    max-width: 100%; 
}
.listing-box-hover img {
    max-width: 36px;
    margin-right: 10px;
}
.listing-box-hover.payment-gateway-sections .box-area{
    height: 230px;
}
.listing-box-hover .box-area {
    background: #fff;
    border-radius: 6px;
    padding: 18px 36px;
    color: rgba(0,0,0,.54);
    overflow: hidden;
    /*height: 190px;*/
    margin: 10px 1% 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    position: relative;
    width: 48%;
    float: left;
    float: left;
    flex-wrap: wrap;
}
.listing-box-hover .box-area:hover {
    box-shadow: 0 1px 1px 0 rgba(90,122,190,.1),0 10px 20px 0 rgba(90,122,190,.2);
    cursor: pointer;
    transform: translateY(-5px);
}
.listing-box-hover .sub-title {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.listing-box-hover img.mw-100 {
    max-width: 81px;
}
.page-payment-gateways #content{
    background: rgba(90,122,190,.1);
    padding: 0px 0px 0px;

}
/*.wpb_content_element {
    float: left;
}*/
.page-integrations #content {
    background: rgba(90,122,190,.1);
    padding: 80px 0px 0;
}
.integration-page-section .vc_tta-tabs-list {
    padding:100px 0px 0 20px !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a{
	background-color:transparent !important;
	padding: 0px!important;
}
.integration-page-section h2 {
	font-size: 25px !important;
	font-weight: 700;
	max-width: 300px;
	position: relative;
	left: 0px;
	top: 47px;
	margin: 0px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    background-color: transparent !important;
    color: #ff5e14!important;
    font-weight: 600!important;

}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active a span::before{

    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid #ff5e14;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    top: 3px;
    left: -16px;
}
.page-integrations.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{

    padding: 14px 0px 14px 20px;

}
.full-width-coursal {

    float: left;
    width: 100%;


}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700!important;
}
.page-login .vc_row.wpb_row.vc_row-fluid.login-form.vc_row-has-fill{
    background-size: 100% !important;
}
span.required-icon {
    color: #ff5e14 !important;
}
.single-post .entry-content {
    margin-top: 40px;
}
.share-buttons {
    font-size: .7rem;
    line-height: .7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    /* flex-flow: row wrap; */
    /* justify-content: space-between; */
    /* align-content: flex-start; */
    flex-wrap: nowrap;
}

.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(25% - 1px);
    margin-right: 1px;
}

.share-buttons li:last-child {
    width: 25%;
    margin-right: 0;
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
	position: relative;
	left: 4px;
}

.share-googleplus svg {
    width: 20px;
    height: 16px;
	
}

.share-buttons a {
    display: block!important;
    padding: 12px 12px 9px;
    text-align: center;
    height: 40px;
}

.share-buttons li:first-child a {
    border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
    border-radius: 0 3px 3px 0;
}

.share-twitter	{
    background: #1da1f2;
}

.share-facebook	{
    background: #3b5998;
}

.share-googleplus	{
    background: #db4437;
}

.share-pinterest	{
    background: #b5071a;
}
.social-btns-wrapper {
    height: 0;
    visibility: hidden;
    transition: ease all .3s;
    transform: scale(0);
    position: absolute;
}
.social-btns-wrapper.social-media-active{
    height: auto;
    visibility: visible;
    transition: ease all .3s;
    transform: translate(0px, 0px);
    transform: scale(1);
   
}
ul.share-buttons a span {
    font-size: 0px!important;
}
ul.share-buttons li:last-child a {
    background-size: 25px 20px!important;
    font-size: 0px!important;
    background-position: center !important;
}
.p-relative{
    position: relative;
}
.site-header .user-nav li.language-menu-link:hover,
.site-header .user-nav li.language-menu-link {
    background: transparent;
    margin: 0px 0px 0px;
}
.switcher .selected a,
.switcher {
    width: auto!important;
}
.switcher .selected a img {
	background: transparent;
	border-radius: 0px;
	width: 28px;
	opacity: 1;
	
}
.site-header .user-nav li.language-menu-link a.open,
.site-header .user-nav li.language-menu-link .selected a {
    font-size: 0px!important;
}
.share-buttons li:hover {
    opacity: 0.8;
}
.share-linkedin{
	background:#0077b5;;
}
.contact-form-wrapper.contact-form.demo-form {
	border-radius: 10px;
	margin: 0;
	box-shadow: 0 1px 9px 0 #cad3e6;
	background: #fff;
	border: 0px;
	max-width: 500px;
}
.contact-form.demo-form  input {
	border-color: #dde3ec!important;
}
.demo-form-left.wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 150px 25px 0px;
}
.calendly-badge-widget {
	z-index: 99999999999!important;
}
.site-header .user-nav li.login-btn-link {
    background-color: transparent;
    padding: 0px;
    margin-right: 0;
}
.site-header .user-nav li.login-btn-link:hover{
	background-color:transparent;
}
.site-header .user-nav li.login-btn-link a:hover,
.site-header .user-nav li.login-btn-link a {
    font-size: 14px;
    padding: 0px 12px 0px 4px;
}
#myNavbar .navbar-nav > li > a:hover .fa{
    transition: ease all .2s;
    transform: translate(5px,0px);
}
#myNavbar .navbar-nav > li > a .fa{
	 transition: ease all .2s;
    transform: translate(0px,0px);
}
.site-header.sticky  .user-nav li.login-btn-link a:hover,
.site-header.sticky  .user-nav li.login-btn-link a {
	color: #020d26 !important;
}
.cpr-dropdown__container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 80px;
    border: 1px solid #dedede;
    border-radius: 30px;
}
.cpr-dropdown__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    padding: 8px 28px 8px 16px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 600;
    color: #020d26;
}
.cpr-dropdown__container:after {
    content: '';
    cursor: pointer;
    z-index: 0;
    position: absolute;
    border-left: 2px solid #020d26;
    border-top: 2px solid #020d26;
    width: 8px;
    height: 8px;
    border-radius: 2px 0 2px 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -5px;
    right: 16px;
    top: 50%;
}
#wpcomm .wpdiscuz-front-actions,
footer .powered-by {
    display: none!important;
}
#wpcomm .wpd-form-row .wpd-form-col-right {
    width: 100%;
}
#wpcomm .wpdiscuz-textarea-wrap,
#wpcomm select, #wpcomm input[type="text"],
#wpcomm input[type="email"],
#wpcomm input[type="url"],
#wpcomm input[type="date"],
#wpcomm input[type="color"] {
    border: 1px solid #dde3ec !important;
	border-radius: 2px !important;
}
 #wpcomm .wpd_label span {
    position: relative;
    top: -2px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu {
	transition: ease all .3s;
	opacity: 0;
	transform: translate(0px, -10px);
	
	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
	transition: ease all 1s;
	opacity: 1;
	transform: translate(0px, 0px);

}
#top-header-bar {
	float: left;
	width: 100%;
	display: flex;
	background: #020d26;
	justify-content: flex-end;
	align-items: center;
	padding-top: 5px;
	box-sizing: border-box;
}
#top-header-bar #menu-top-header-menu {
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
	padding: 0px;
}
#top-header-bar a {
	color: #fff;
	font-weight: 400;
	padding: 0px 8px 0px;
}
#top-header-bar a:hover {
    text-decoration: none;
}
#top-header-bar a .fa{
	transition:ease all .3s;
	transform:translate(0px,0px);
}
#top-header-bar a:hover .fa{
	transition:ease all .3s;
	transform:translate(5px,0px);
}
#menu-top-header-menu li {
    list-style-type: none;
}
#top-header-bar .selected a {
	font-size: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 4px !important;
}
#gtranslate-2 {
    position: relative;
}
.integration-page-section .listing-box-hover {
    float: left;
    padding: 50px 0px 0px;
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.integration-page-section .vc_column_container > .vc_column-inner {
    padding: 0px 45px 0px;
}
.hosted-page-ifram{
    max-width: 800px;
    float: none;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.clr-white {
    color: #fff;
	line-height:30px;
}
.single-post.postid-1535,
.single-post.postid-1470,
.single-post.postid-1392{
    background: #fff;
}
.single-post.postid-1535 .entry-content,
.single-post.postid-1470 .entry-content,
.single-post.postid-1392 .entry-content {
    margin-top: 0px;
}
.single-post.postid-1470 #primary,
.single-post.postid-1392 #primary,
.single-post.postid-1535 #primary{
	margin-top: -22px;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.show-more {
    color: #ff5e14;
    text-decoration: underline;
}
.page-docs div#content {
    float: left;
    width: 100%;
    padding: 40px 0px 0px;
}
#epkb-main-page-container.epkb-basic-template .eckb-categories-list {
    text-align: left!important;
	display: flex;
    flex-wrap: wrap;
}
.page-docs .container-fluid.copyright-wrapper,
.page-docs footer#colophon {
    float: left;
    width: 100%;
}
.section-head.section_divider p {
    font-size: 16px!important;
    line-height: 22px!important;
    padding: 20px 0px 0px!important;
    text-align: left!important;
}
.page-docs .epkb-category-level-1 {
    justify-content: left!important;
}
#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container{
	    border-bottom: 0px solid #DFDFDF!important;
}
.eckb-navigation-back,
.epkb-article-navigation__previous,
.eckb-ach__article-meta__date-updated,
.eckb-ach__article-meta__author,
.eckb-ach__article-meta__date-created {
    display: none;
}
#eckb-article-content-body p {
    color: rgba(0,0,0, 0.87)!important;
    font-size: 14px!important;
}
#eckb-article-content-body h2 ,
#eckb-article-content-body h1 {
    font-size: 20px!important;
}
#eckb-article-content-body ul {
    padding: 0px;
    font-weight: 500;
}
#eckb-article-content-body ol li,
#eckb-article-content-body ul li{

    font-family: 'Basis Grotesque Pro Regular', Open Sans, Arial !important;
	position:relative;
}
#eckb-article-body .eckb-article-toc__inner a {
    color: rgba(0,0,0, 0.87)!important;
    font-size: 14px;
    font-family: 'Basis Grotesque Pro Regular', Open Sans, Arial !important;
}
#eckb-article-body .eckb-article-toc ul a.active {
    background-color: #e1ecf7!important;
}
#eckb-article-page-container-v2 .eckb-article-toc--position-right.eckb-article-toc--bmode-between .eckb-article-toc__inner {
    border-left-width: 2px;
}
#eckb-article-left-sidebar .kb-cus-main-heading > ul.sub-menu {
    display: block!important;
	background-color: transparent;
	position:relative!important;
	
}
#eckb-article-widget-sidebar-container ul.sub-menu,
#eckb-article-left-sidebar .kb-cus-main-heading > ul.sub-menu > a:hover + .sub-menu,
#eckb-article-left-sidebar ul.sub-menu ul.sub-menu .sub-menu{
    display: none!important;
}
#eckb-article-left-sidebar .ep_font_icon_arrow_carrot_right:hover::before{
    transform: rotate(86deg);
    transition: ease all .5s;
}
#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles li.current-menu-ancestor ul.sub-menu,
#eckb-article-left-sidebar ul.sub-menu ul.sub-menu .sub-menu.active,
#eckb-article-widget-sidebar-container ul.sub-menu.active{
    display: block !important;
    position: relative;
    background: transparent;
}
#eckb-article-left-sidebar ul li,
#eckb-article-left-sidebar ul li:hover,
#eckb-article-left-sidebar ul.sub-menu li:hover,
#eckb-article-left-sidebar ul.sub-menu a{
	color: #242438 !important;
    font-size: 14px;
    font-family: 'Basis Grotesque Pro Regular', Open Sans, Arial !important;
    background-color: transparent!important;
    top: 0!important;
    transition: ease all 0s!important;
    transform: translate(0px, 0px)!important;
	position:relative!important;
	margin-top:0px!important;
}
div#eckb-article-left-sidebar{
    background-color: #f1f3f5!important;
    border-top: 40px solid #ffff;
    border-right: 10px solid #fff;
    padding-top: 20px!important;
}
#eckb-article-left-sidebar h4 {
    font-size: 14px!important;
    color: rgba(00, 00, 0a, 0.45);
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;

}
#eckb-article-left-sidebar a:visited,
#eckb-article-left-sidebar .menu li.current-menu-item > a {
	color:rgba(0,0,0, 0.87)!important;
 }
.kb-img-box {
	border-radius: 3px;
    border: 1px solid rgba(90,122,190,.08);
    transition: all .2s ease-out;
    display: grid;
    align-items: center;
    height: 180px;
}
.imagecard-box span a{
    margin-top: 12px;
    padding: 4px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    transition: none;
    color: #1e88e5;
}

.kb-img-box:hover{
	box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 10px 20px 0 rgba(90,122,190,.2);
}
.imagecard-section {
    display: flex;
    flex-wrap: wrap;
    width: 27%;
    justify-content: center;
}
.imagecard-box {
    width: 100%;
 
 text-align: center;
}
.epkb-article-navigation__previous,
.epkb-article-navigation__next {
    display: none!important;
}
/*.page-knowledge-base section.no_shadow.epkb-top-category-box {
    position: relative;

}
.page-knowledge-base span.epkb-cat-icon {
    position: absolute;
    left: -41px;
}
.page-knowledge-base .epkb-section-body {
    background: #ffff;
}*/
#eckb-article-content-body  ol,#eckb-article-content-body ul{
	padding: 0px;
	margin:0px;
}
#eckb-article-content-body ul li:before {
  
    color: #ff5e14;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: -5px;
    background: #020d26;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
    left: -38px;
}
#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container ul.menu > li.kb-cus-main-heading.menu-item-has-children a {
    font-size: 13px!important;
    color: rgba(00, 00, 0a, 0.45);
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    left: -16px;
    line-height: 20px !important;
    position: relative !important;
    display: block;
    padding-bottom: 10px;
}
#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget ul li.kb-cus-main-heading {
    margin-bottom: 20px!important;
}
#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget ul li.kb-cus-main-heading > a {
    padding-bottom: 15px;
}
#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles li {
    margin-bottom: 0px!important;
}
#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget ul li a{
	text-transform: capitalize!important;
}
#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget ul li.current-menu-item >  a{
	color: #ff5e14!important;
    text-transform: capitalize;
}
#eckb-article-widget-sidebar-container ul.sub-menu{
    min-width: 100%;
}
#eckb-article-left-sidebar .ep_font_icon_arrow_carrot_right::before {
    font-size: 12px;
    position: absolute;
    right: -15px;
    top: 5px;
    transform: rotate(0deg);
    transition: ease all .5s;
}
#eckb-article-content-body ol.kb-list-style-roman {
    list-style-type: upper-roman;
    padding-left: 29px;
}
#eckb-article-content-body ul.number-1 li:before{
	  content: "1";
}
#eckb-article-content-body ul.number-2 li:before{
	  content: "2";
}
#eckb-article-content-body ul.number-3 li:before{
	  content: "3";
}
#eckb-article-content-body ul.number-4 li:before{
	  content: "4";
}
#eckb-article-content-body ul.number-5 li:before{
	  content: "5";
}
#eckb-article-content-body ul.number-6 li:before{
	  content: "6";
}
#eckb-article-content-body ul.number-7 li:before{
	  content: "7";
}
#eckb-article-content-body ul.number-8 li:before{
	  content: "8";
}
#eckb-article-content-body ul.number-9 li:before{
	  content: "9";
}
#eckb-article-content-body ul.number-10 li:before{
	  content: "10";
}
#eckb-article-content-body ul.number-11 li:before{
	  content: "11";
}
#eckb-article-content-body ul.number-12 li:before{
	  content: "12";
}
#eckb-article-content-body ul.number-13 li:before{
	  content: "13";
}
#eckb-article-content-body ul.number-14 li:before{
	  content: "14";
}
#eckb-article-content-body ul.number-15 li:before{
	  content: "15";
}
#eckb-article-content-body ul.number-16 li:before{
	  content: "16";
}
#eckb-article-content-body ul.number-17 li:before{
	  content: "17";
}
#eckb-article-content-body ul.number-18 li:before{
	  content: "18";
}
#eckb-article-content-body ul.number-19 li:before{
	  content: "19";
}
#eckb-article-content-body ul.number-20 li:before{
	  content: "20";
}
#eckb-article-content-body ul.number-22 li:before{
	  content: "22";
}
#eckb-article-content-body ul.number-23 li:before{
	  content: "23";
}
#eckb-article-content-body ul.number-24 li:before{
	  content: "24";
}
#eckb-article-content-body ul.number-25 li:before{
	  content: "25";
}
#eckb-article-content-body ul.number-26 li:before{
	  content: "26";
}
.listing-box-hover a.read-more-link {
    font-weight: 500;
    font-family: 'Basis Grotesque Pro Regular'!important;
}
div.wpcf7-response-output {
    float: left;
    width: 100%;
}


.domain-field {
	display: flex;
	float: left;
	width: 100%;
	position: relative;
	align-items: center;
}
.domain-field i.fa.fa-globe {
	position: absolute;
    left: 10px;
    color: #b3b3b3;
    font-size: 23px;
    top: 8px;
    z-index: 999;
}
.domain-field input {
    padding: 0px 4px 0px 36px;
}
.form-group.domain-field-main {
    float: left;
    width: 100%;
}
span.domain-text {
    padding: 10px 10px 10px 6px;
    /* background: #020d26; */
    /* color: #fff; */
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #777777a1;
    position: relative;
    /* left: -37px; */
}
.error-field.domain-error {
    position: absolute;
    bottom: -22px;
}
.header-navbar.widget_gtranslate {
    position: relative;
}
.Pakistan-content.countries-pyament-gateway {
    display: none;
}

.su-quote-inner.su-u-clearfix.su-u-trim {
    font-size: 20px;
    font-weight: 500;
}

/*Custom Template Css*/
.custom-landing-page .contact-form-wrapper.contact-form.demo-form {
    position: absolute;
    top: 30px;
    z-index: 9;
}

.landing-page-text-box .wpb_wrapper {
    max-width: 400px;
}
.landing-page-text-box.landing-first-text-box {
    padding: 37px 0px 0px;
}
.vc_custom_heading.landing-page-heading::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    /* background-image: linear-gradient(-5deg,transparent 40%,#fee5ab 40%,#fee5ab 59%,transparent 59%); */
    background-repeat: repeat;
    background-repeat: no-repeat;
    max-width: 130px;
    height: 32px;
    z-index: -1;
    bottom: 0;
    right: 0px;
    background: -webkit-linear-gradient(95deg,transparent 40%,#fee5ab 40%,#fee5ab 59%,transparent 59%);
    background: -o-linear-gradient(95deg,transparent 40%,#fee5ab 40%,#fee5ab 59%,transparent 59%);
    background: linear-gradient(-5deg,transparent 40%,#fee5ab 40%,#fee5ab 59%,transparent 59%);
   
}
.landing-page-text-box .vc_custom_heading{
    position: relative;
}
.landing-page-main-box {
    max-width: 1100px;
    float: none;
    margin: 0 auto !important;
    display: flex;
}
.vc_custom_heading.landing-page-heading {
    position: relative;
}
.section-padding-top {
    padding: 80px 0px 0px;
}
.section-padding-top strong {
    color: #000;
}
.recurring-billing-section .fa.fa-check {
    color: #ff5e14;
    font-size: 18px;
}
.recurring-billing-section .wpb_text_column.wpb_content_element {
    max-width: 499px;
}
.vc_custom_heading.landing-page-heading.recuring-sub-heading {
    font-size: 20px !important;
    padding: 0px 0px 24px;
}
.billing-recurring-section-2 {
    padding: 40px 0px 0px;
}
.integration-img .attachment-full {
    max-width: 700px;
    width: 100%;
}
.integration-box-txt .wpb_wrapper {
    max-width: 700px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 20px;
}
.custom-landing-page .contact-form-wrapper.contact-form.demo-form.scrolling-active {
    position: fixed;
    top: 100px;
   
}
.schedule-demo-btn {
    color: #fff !important;
    background-color: #ff5e14 !important;
    border-color: #ff5e14 !important;
    padding: 13px 25px;
    font-size: 16px;
    border-color: #ff5e14 !important;
    outline: none;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,4,48,.08), 0 12px 21px 0 rgba(0,4,48,.24) !important;
    box-shadow: 0 2px 10px 0 rgba(0,4,48,.08), 0 12px 21px 0 rgba(0,4,48,.24) !important;
    border-radius: 5px;
    transition: ease all .3s;
    margin-right: 10px;
}
.price-demo-btn:focus,
.schedule-demo-btn:focus,
.price-demo-btn:active,
.schedule-demo-btn:active ,
.price-demo-btn:hover,
.schedule-demo-btn:hover {
    text-decoration: none;
}
.price-demo-btn {
    border: 1px solid #ff5e14;
    padding: 13px 25px;
    border-radius: 5px;
    transition: ease all .3s;
    color: #ff5e14!important;
}
.custom-bottom-button.text-center {
    padding-bottom: 100px;
}
.price-demo-btn .fa,
.schedule-demo-btn .fa {
    transition: ease all .3s;
    position: relative;
    right: 0px;
}
.price-demo-btn:hover .fa,
.schedule-demo-btn:hover .fa {
    position: relative;
    right: -4px;
    transition: ease all .3s;
}

.contact-form.demo-form .form-group {
    margin-bottom: 8px;
}
.contact-form.demo-form label{
    font-size: 15px;
}
.landing-heading-bg{
    margin-bottom: 0px!important;
}
.landing-heading-bg .vc_box_border_grey:before {
    content: "";
    position: absolute;
    border:20px solid #fee5ab;
    z-index: -1;
    left: 17px;
    top: 9px;
}
.flag-container .country-list span.country-name {
    color: #000;
}
.contact-form.demo-form .wpcf7-form-control-wrap {
    position: relative;
    margin: 5px 0px 0px;
}
.single-post .entry-header h1.entry-title {
    padding: 30px 0px 0px;
}
.customer-ol-numbering {
    padding: 0;
    margin: 0;
}
.customer-ol-numbering li {
    padding: 4px 0px 6px;
    font-size: 16px;
    font-family: 'Basis Grotesque Pro Regular', Open Sans, Arial !important;
    color: #5d6576 !important;
    line-height: 26px;
}
.customer-ol-numbering ol {
    padding: 10px 0px 10px;
}
.customer-ol-numbering ol ul {
    padding:14px 0px 0px;
}
.custom-table td {
    border: 1px solid #ccc;
    padding: 10px 10px 10px!important;
}
section.error-404.not-found {
    float: left;
    width: 100%;
    justify-content: center;
}
.single-post ol {
    padding: 0px;
    margin: 0px;
}
/*.single-post ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.single-post ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.single-post ol li::before {
  content: counter(my-awesome-counter);
  color: #fcd000;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(-10deg);
  background: black;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}*/


.single-post ol li::marker {
    color: #d64604;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background-color: black;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
}
.h-box-readmore {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}

.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .section_light_shadow{
    box-shadow: 0px 0px 0px -10px rgba(0,0,0,0.75);
    position: relative;
}

.custom-epkb-knowledge-base  #epkb-main-page-container.epkb-basic-template .section-head .epkb-cat-icon{
    font-size: 25px !important;
    position: absolute;
    left: -3px;
    top: 16px;

}
.custom-epkb-knowledge-base .epkb-cat-name {
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Basis Grotesque Pro Bold',Open Sans;
    text-transform: uppercase;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .epkb-main-category li{
    width: auto;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .eckb-article-title i{
    display: none;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .eckb-article-title span {

    font-size: 13px;
    color: #000;
    font-weight: 500;
    font-family: 'Basis Grotesque Pro Regular',Open Sans;
    margin-left: 4px;
}
#epkb-main-page-container.epkb-basic-template .eckb-article-title span::after {
    content: ",";
}
#epkb-main-page-container.epkb-basic-template .epkb-main-category li:last-child .eckb-article-title span::after {
    content: " & more.";
}
.custom-epkb-knowledge-base .epkb-section-body {
    position: relative;
    bottom: 0px;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .section_divider{
    border-bottom: 0px solid!important;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .section-head p {
    color: #b3b3b3 !important;
    font-size: 14px !important;
    padding: 10px 18px 0px 0px!important;
}
.section_light_shadow.epkb-top-category-box:nth-child(1), .section_light_shadow.epkb-top-category-box:nth-child(2) {

    background: #f8f8f8 !important;
    margin:1em 0% 1em!important;
    padding: 0px 20px 20px!important;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .section_light_shadow.epkb-top-category-box:nth-child(1) .section_divider,
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .section_light_shadow.epkb-top-category-box:nth-child(2) .section_divider{
    background: #f8f8f8 !important;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .section_light_shadow.epkb-top-category-box:nth-child(1) .section-head .epkb-cat-icon{
    left: 11px;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .section_light_shadow.epkb-top-category-box:nth-child(2) .section-head .epkb-cat-icon{
    left: 18px;
}
.section_light_shadow.epkb-top-category-box:nth-child(1) > .epkb-section-body,
 .section_light_shadow.epkb-top-category-box:nth-child(2) > .epkb-section-body{
    display: none;
}
.custom-epkb-knowledge-base .epkb-section-body-top .epkb-main-category.epkb-articles.eckb-articles-ordering::before{
    left: 5px!important;
}

#eckb-article-left-sidebar ul.sub-menu li a{
    white-space: unset;
}
.eckb-article-content-body h2,
.eckb-article-content-body strong,
.eckb-article-content-body h1{
    color: #000;
}
.single.single-epkb_post_type_1 #eckb-article-content-body ul ,
.single.single-epkb_post_type_1 #eckb-article-content-body p {
    float: left;
    width: 100%;
}

.custom-epkb-knowledge-base .epkb-main-category.epkb-articles.eckb-articles-ordering::before {
    content: "";
    position: absolute;
    width: 66px;
    height: 1px;
    background: #e6e6e6;
    left: 34px;
}
.custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search .epkb-search-box input[type="text"]::placeholder {
    color: rgba(0,0,0,0.54);
}

#epkb_search_results {
    position: absolute;
    z-index: 2;
}
.padL100.padR100.docs-page {
    max-width: 1280px;
    margin: 0 auto;
}
.page-docs .vc_row {
    margin-left: 0px;
    margin-right: 0px;
}
.page-docs .docs-page.docs-page-psude::before {
    content: "";
    background: #f1f3f5;
    left: -999px;
    right: -999px;
    bottom: 0px;
    top: -11px;
    position: absolute;
    display: block;
}
.page-docs .docs-page.docs-page-psude{
    position: relative;
}
.page-docs .eckb-kb-template {
    position: relative;
    overflow: hidden;
    margin: 0px !important;
    padding: 0px !important;

}

.docs-page p {
    color: #7F7F7F !important;
    font-size: 12px !important;
}
.docs-page h4 a,
.docs-page h4,
.docs-page h3 {
    font-size: 16px !important;
    color: #000;
    
}
.docs-page h4 a:hover {
    color: #ff5e14 !important;
}
.docs-page .fa {
    margin-right: 5px;
}


.payment-gate-new .pg-component__feature {
    display: flex;
    flex-wrap: wrap;
}
.payment-gate-new .pg-component__feature__block {
    flex: 0 0 50%;
    width: 50%;
}
.payment-gate-new .pg-component__feature__block a {
    color: #000ff0;
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
    text-decoration: none;
}
.payment-gate-new  .pg-component__feature__block a {
    color: #000ff0;
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
    text-decoration: none;
    font-family: Basis Grotesque Pro Regular !important;
    padding-bottom: 10px;
}
.payment-gate-new .pg-component__select {
    border: 1px solid #787882;
    border-radius: 3px;
    height: 42px;
    color: #212128;
    background: #fff;
        background-size: auto;
    margin-bottom: 16px;
    padding-left: 10px;
    background-size: 21px;
    width: 100%;
    box-shadow: inset 0 0 5px #e8e8e9;
}
.payment-gate-new .pg-component__content {
    padding: 0px 40px 0px;
}
.payment-gate-new .pg-component__title {
    padding-bottom: 20px;
}


.payment-gate-new .flag-icon,
.payment-gate-new .flag-icon-background {
 background-size:contain;
 background-position:50%;
 background-repeat:no-repeat
}
.payment-gate-new .flag-icon {
 position:relative;
 display:inline-block;
 width:1.33333333em;
 line-height:1em
}
.payment-gate-new .flag-icon:before {
 content:"\00a0"
}
.payment-gate-new  .flag-icon.flag-icon-squared {
 width:1em
}



.single-epkb_post_type_1 img{
	cursor: zoom-out;
}
#popup-data .modal-dialog {
	max-width: 1200px;
	margin: 6% auto;
	width: 100%;
  }



  #popup-data .modal-body {
	position: relative;
	padding: 0px;
	min-height: 400px;
	background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
}


#popup-data .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 20px;
    font-weight: normal;
    opacity: 1;
    color: #ff5e14;
    font-size: 50px;
    background: transparent;
    border: 0px;
    text-shadow: 0 0px 0 #fff;
}

#popup-data #image {
  /*min-height:200px;*/
  align-self: center;
}


.testimonial-section .fa.fa-quote-right{
    right: 6%;
}
.testimonial-section .fa.fa-quote-left{
    left: 6%;
}

.testimonial-section .fa.fa-quote-right,
.testimonial-section .fa.fa-quote-left {
    color: rgba(57,115,230,.5);
    font-size: 40px;
    position: absolute;
}
.testimonial-brand {
    /*display: flex;*/
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0px 0px 30px;
    display:none;
}
.testimonial-brand img{
    max-width: 184px;
    margin: 0px;
}
.testimonial-section {
    max-width: 800px;
    position: relative;
    margin: 40px auto 80px;
    background-color: #fff;
    box-shadow: 0px 0 20px 0 rgba(0,0,0,.1);
    padding: 50px;
    border-radius: 10px;
}

.testimonial-description {
    line-height: 26px;
    font-style: italic;
    color: #4d4d4d;
    font-size: 18px;
    font-family: 'Basis Grotesque Pro Regular';
    font-weight: 500;
    text-align: center;
    position: relative;

}
.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #ff5e14!important;
}
.testimonial-section .testimonial-description .fa.fa-quote-right,
 .testimonial-section .testimonial-description .fa.fa-quote-left {
    color: #ff5e14;
    font-size: 24px;
    position: absolute;
}
.testimonial-section .testimonial-description .fa.fa-quote-left {
    left: -24px;
    top: -8px;
}
.testimonial-section .testimonial-description .fa.fa-quote-right {
    right: -16px;
    bottom: -18px;
}
.testimonial-bio-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0px 0px;
    align-items: center;
}
.testimonial-bio-details h6 {
    font-size: 18px;
    margin: 0px;
    margin: 0px 10px;
}
.author-img img{
    max-width: 80px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active{
    transition: all .75s ease;
 transform: translate(0px,0px);
    opacity: 1;
    position: relative;
    z-index: 999;
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}


.wpb-js-composer .vc_tta.vc_general .vc_tta-panel{
    transition: all .75s ease;
    transform: translate(0px,0px);
    opacity: 0;

}
#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search-form-3 #epkb_search_results {

    position: absolute;
    z-index: 9999;
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger{
    background-color: #ff5e14 !important;
}
.pg-component__feature__block--label {
    border: 1px solid #d2c8fa;
    font-size: 10px;
    color: #6450f0;
    display: inline-block;
    font-weight: 400;
    border-radius: 2px;
    padding: 0 8px;
    line-height: 18px;
    vertical-align: middle;
    margin: 0 2px;
}


.single-blog .aligncenter{
    float: none;
}
.explore-link a{
    padding: 20px 0px 0px;
    color: #fff !important;
    float: left;
    width: 100%;
    font-size: 16px;
}
.explore-link a:hover {
    color: #d64604 !important;
    
}


.mega-menu-title{
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Basis Grotesque Pro Bold',Open Sans,Arial !important;
    font-size: 17px !important;
    position: relative;
    left: 0px !important;
    color: #fff;
}
/*Video Pay home css*/
.video-play {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}
.video-play a{
    display: none;
    /*box-shadow: 2px 1px 11px 5px rgb(0 0 0 / 70%);*/
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    animation: pulse 1s infinite;
}
.video-play a img{
    max-width: 100px;
}

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    70% {
        -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    70% {
        -moz-box-shadow: 0 0 9px 4px  rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 9px 4px  rgba(0, 0, 0, 0.4);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
/*Video Pay home css end*/
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
    }
    
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.single-post .aligncenter{
	float: none;
}
/* .aligncenter {
	display: inline;
	float: left;
	margin-right: 1.5em;
} */

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.error-field{
	color: #50485b;
	font-size: 13px;
	padding: 10px 2px 0px;
}
.subscription-form-wrapper .loader {
    display: none;
}
.btn.btn-primary.submit-form {

    position: relative;

}
.subscription-form-wrapper .loader.active {
	display: block;
	position: absolute;
	right: 4px;
	top: 15px;

}
.subscription-form-wrapper .response {
    font-size: 15px;
    padding: 10px 10px 10px;
    width: 100%;
    text-align: center;
}
.subscription-form-wrapper .response .msg{
	float:left;
	width:100%;
	border-bottom:1px solid;
}
#mega-menu-wrap-menu-1 {
    background: none;
}
.custom-height {
    min-height: 376px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	background: #ff5e14;
	border-radius:5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link ,
.site-header ul > li a:hover {
    background-color: #ff5e14 !important;
    cursor: pointer;
    border-radius: 5px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    color: #fff !important;
    position: relative;
    left: 0px;
    transition:all 0.3s ease-out;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	
	color: #d64604 !important;
    left: 8px;
    font-weight:500!important;
	
}
.sticky #mega-menu-wrap-menu-1 li.mega-menu-item > a.mega-menu-link{
	color: #020d26 !important;
}
form.subscription-form label{
	float: left;
    width: 100%;
}
.form-section .loader{
	display: none;
	clear: left;

}
.form-section .loader.active{
	display: block;
	clear: left;
}
.cb-btn--secondary.buy-now-btn{
	text-decoration: none;
	background-color: #3a008c;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 36px;
	height: 56px;
	display: inline-block;
	-o-transition: .3s;
	padding-left: 40px;
	padding-right: 40px;
}
img.goog-te-gadget-icon {
    display: none!important;
}
.goog-te-gadget-simple {
    background-color: #d64604!important;
}
.goog-te-gadget-simple{
    padding: 6px 0px 9px!important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff!important;
}
.navbar.navbar-inverse.site-header.vc_row.non-sticky{
	background-color: #020d26 !important;
	float: left;
	width: 100%;
}
#main {
    float: none;
    margin: 0 auto;
    max-width: 1300px;
}
.padB5vh{
    position: relative;
}
.bg-navy-blue.padB5vh::before{
    background: #EEF1F8;
    position: absolute;
    content: "";
    left: -9999px;
    right: -99999px;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 1000%;
    height: 100%;
    z-index: 0;
}
.front-banner-1.padB5vh::before {

    position: absolute;
    content: "";
    left: -9999px;
    right: -99999px;
    top: 0;
    bottom: 0;
    background: linear-gradient(#020d26,#194c80);
    z-index: 999;
    z-index: 0;
    display: block!important;
}
.contact-section::before {
    position: absolute;
    content: "";
    left: -9999px;
    right: -99999px;
    top: 0;
    bottom: 0;
    background: #020d26;
    z-index: 999;
    z-index: 0;
    display: block!important;
}
.page #primary {
    margin-top: -22px;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.front-banner-1 p,
.front-banner-1 ul li {
    color: #fff!important;
}
/*New color changes*/
/*#main .background-c3 {
    background-color: #ca5a27 !important;
    border-radius: 20px;
}
#main .background-c2{
    background-image: linear-gradient(#020d26,#194c80);background-image: linear-gradient(#020d26,#194c80);
    border-radius: 20px;
}*/
.supports-links-area .support-title {

    font-weight: 500;
    padding-right: 10px;
}
.supports-links-area a {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}
.supports-links-area {
    color: #fff;
    font-weight: 500;
    padding: 0px 0px 10px;
}
.supports-links-area a {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}
.supports-links-area a:hover{
    color: #ff5e14;
}
#myNavbar .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 p.desc {
    color: #fff !important;
}
.menu-link-description a:hover,
.menu-link-description a {
    float: left;
    width: 100%;
    padding: 12px 0px 0px;
    color: #ff5e14;
    font-weight: 500;
}
.menu-link-description {
    padding: 0px 40px 0px 0px;
}
.box-description-section .box-main-title {
    color: #fff;
    font-family: var(--ff_primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
    text-decoration: none;
}
.box-description-section {
    box-shadow: 0px 1px 4px 8px rgba(0,0,0,.06),0 4px 14px -1px rgba(0,0,0,.18);
    padding: 16px 15px 17px;
    position: relative;
    top: -57px;

}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right.mega-toggle-on > a.mega-menu-link::before {
    float: right;
    margin: 0 0 0 6px;
    transform: rotate(180deg);
}
.page-login #main {
    float: none;
    margin: 0 auto;
    max-width: 100%;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1558421116251.vc_row-has-fill {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    
    font-family: 'Basis Grotesque Pro Regukar',Open Sans,Arial !important;
    
}
.site-footer.vc_row {
    margin-left: 0px;
    margin-right: 0;
}
.container-StyledContainer__cls1___36Zc1 > a,
.calendly-badge-widget .calendly-badge-content span {
    display: none!important;
}
.user-limit {
    float: left;
    width: 100%;
    position: relative;
    right: 0px;
    font-size: 12px;
    z-index: 999;
    top: 0px;
	margin-bottom: -18px;
    font-weight: 700;
}
.cpr-plan__footer  .tooltip-inner {
    max-width: 220px;
    padding: 15px;
    background-color: #2c2a4f;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.8), 0 8px 16px 0 rgba(0,0,0,.8);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), 0 8px 16px 0 rgba(0,0,0,.2);
    color: rgba(255,255,255,1);
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .2px;
}
.p-info-btn .fa.fa-info-circle {
    font-size: 16px;
	color: #3a008c;
}
.cpr-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.cpr-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    border: 1px solid #dedede;
    border-radius: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
    overflow: hidden;
}
.cpr-toggle--year .plan-btn.active-btn {
    background-color: #020d26;
    color: #fff;
}

.cpr-toggle__month, .cpr-toggle__year {
    padding: 5px 16px;
    cursor: pointer;
}
.cpr-dropdown.hidden-xs.hidden-sm {
    max-width: 200px;
    margin-left: auto;
}
.switcher .option a:hover{
	padding: 5px 10px 5px !important;
	cursor: pointer;
	transition: ease all .5s;
	transform: translate(10px, 0px);
}
.switcher .option a {
	padding: 5px 10px 5px !important;
	cursor: pointer;
	transition: ease all .5s;
	transform: translate(0px, 0px);
}
footer .powered-by {
    display: none!important;
}

/*Description Mega Menu*/
.description-mega-menu .mega-indicator{
	display:none!important;
}
.description-mega-menu .textwidget.custom-html-widget {
    color: #fff;
    padding: 0px 25px 0px 0px;
}
.description-mega-menu span.ch-panel__action.ch-nav__arrow.ch-nav__arrow--link a{
	color:#fff;
}
.description-mega-menu span.ch-panel__action.ch-nav__arrow.ch-nav__arrow--link {
    float: left;
    width: 100%;
    padding: 20px 0px 0px;
    font-weight: 700;
    font-size: 15px;

}
.description-mega-menu  .description-box-area {
    background-color: #f0f0f0;
    padding: 20px 20px 20px;
    border-radius: 10px;
    -webkit-box-shadow: -4px -4px 21px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px -4px 21px -12px rgba(0,0,0,0.75);
    box-shadow: -4px -4px 21px -12px rgba(0,0,0,0.75);
    text-decoration: none;
    color: #020d26;
	position: absolute;
    top: 50px;
}
/*Header custom css*/

@media screen and (min-width: 1000px){
    .custom-epkb-knowledge-base .epkb-doc-search-container .epkb-search-form-3 input[type="text"] {
        width: 100% !important;
        max-width: 100%;
        position: relative;

        border-radius: 0px !important;
    }
    .custom-epkb-knowledge-base .epkb-doc-search-container {
        max-width: 780px !important;
        margin: 0 auto !important;
        position: relative;
        left: -42px;
    }
    .custom-epkb-knowledge-base #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container #epkb_search_form{
        width: 100%!important;
    }
}
@media screen and (min-width: 768px){
    .section_light_shadow.epkb-top-category-box:nth-child(1), .section_light_shadow.epkb-top-category-box:nth-child(2) {
        width: 48% !important;
    }

    
    .section-img-left-paddings.industrie-img-padding {
    	margin-top: 200px;
	}
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:first-child {
        transition: ease all 0s;
        transform: translate(0px,-150px);
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:nth-child(2) {
        transition: ease all 0s;
        transform: translate(0px,-540px);
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:nth-child(3) {
        transition: ease all 0s;
        transform: translate(0px,-730px);
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        transition: ease all 0s;
        transform: translate(0px,-925px);
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        transition: ease all .5s;
        transform: translate(0px,0px);
    }

	.site-header .navbar-collapse.collapse {
		display: flex!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
		flex-wrap: wrap;
		width: 81%;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {

		z-index: 999;
		border-radius: 0;
		background: #2c2a4f;
	}
	.navbar-nav.user-nav {
		margin-left: auto;
	}
	#mega-menu-wrap-menu-1,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1{
		position: static !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		z-index: 999;
		border-radius: 0;
		background: #2c2a4f;
		border: 0;
		padding: 0px 0px 0px 0px;
		position: absolute;
		width: 100%;
		max-width: none;
		left: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-main-link > a.mega-menu-link{
		font-weight: 600;
        text-transform: capitalize;
        font-family: 'Basis Grotesque Pro Bold', Open Sans, Arial !important;
        font-size: 17px!important;
        position: relative;
        left: 0px!important;

	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		color: #fff;
		font-family: inherit;
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 500;
		text-transform: capitalize;
		font-family: 'Basis Grotesque Pro Regukar',Open Sans,Arial !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 0px 8px 8px 7px;
		width: 100%;

	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
		padding: 30px 10px 30px 10px;
		top: 67px;
	}


}
@media screen and (max-width: 1300px){
   .payment-gateway-sections p {
        font-size: 13px !important;
    }
    


}
@media screen and (max-width: 1200px){
    .sticky-sidebar {
        position: relative!important;
    }
    .payment-gateway-sections p {
        font-size: 12px !important;
    }
    .integration-page-section .vc_tta-tabs-list {
        padding: 70px 0 0 !important;
    }
    .page-integrations  .vc_row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .integration-page-section h2{
        font-size: 20px !important;
        left: -18px;
		position: relative;
    }
    .page-integrations  p, .page-integrations  a {
        font-size: 13px !important;
    }
    .listing-box-hover .box-area{
        /*height: 235px;*/
    }

}
@media screen and (max-width: 1200px) and (min-width: 768px){
    
	.user-limit{
		position: relative;
		float: left;
		right: 0;
	}
    /*Pricing page css*/
    .cpr-table__title .cpr-table__col{
        white-space: normal;
    }
    .Price-page .container {
        padding: 24px;
    }
    .cpr-plan__price--symbol {
        font-size: 12px;
    }
    .cpr-plan__price::after {
        right: -79px;
    }
    .cpr-plan__price::after{
        font-size: 14px;
    }
    .cpr-plan__price {
        font-size: 26px;
    }
    .cpr-table__head .cpr-table__col:not(:first-child) {
        padding-left: 12px;
        padding-right: 12px;
    }
    .Price-page.front-section-3{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media screen and (max-width: 767px){
    .section_light_shadow.epkb-top-category-box:nth-child(1),
     .section_light_shadow.epkb-top-category-box:nth-child(2) {
        width: 100% !important;
    }
    .page-docs #epkb-main-page-container.epkb-basic-template .epkb-doc-search-container .epkb-search .epkb-search-box input[type="text"] {
        width: 100% !important;
        font-size: 13px;
    }
    .vc_custom_heading.landing-page-heading {
        margin-top: 0px;
    }
    .entry-content .wpb_row.landing-page-text-box, 
    .landing-page-text-box {
        padding: 0px 0px 0px !important;
    }
    .contact-form-wrapper.contact-form.demo-form,
    .contact-form-wrapper.contact-form.demo-form.scrolling-active {
        position: relative !important;
        top: 0px !important;
    }
    .vc_row.wpb_row.vc_row-fluid.padL100.padR100.landing-page-text-box.landing-first-text-box {
        padding: 20px 0px 0px !important;
    }
  span.domain-text {
		float: left;
		width: 100%;
	}
	.domain-field {
		flex-wrap: wrap;
	}
	.description-mega-menu .description-box-area{
		top: 0;
		display: block;
		position: relative;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12 {
		width: 100%!important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu {
		transform: translate(0px, 0px);
	
	
	}
	.user-limit{
		position: relative;
		float: left;
		right: 0;
	}
	.cpr-table__body{
		padding: 0px 0 40px;
	}
	.demo-form-left.wpb_column.vc_column_container.vc_col-sm-6 {
    	padding: 0px 20px 0px;
	}
	.contact-form-wrapper.contact-form.demo-form {
		max-width: 500px;
		float: none;
		margin: 0 auto !important;
		padding: 22px 9px 12px !important;
		border-radius: 10px !important;
	}
	.site-header #myNavbar {
		overflow-y: scroll;
		height: 77vh;
		margin: 0;
		float: left;
		width: 100%;
		background: #020d26 !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:first-child {
    padding: 15px 7px !important;
}
	.archive #content,
	.search-results #content {
    	padding: 0 6px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 15px!important;
}
	.site-footer.vc_row {
    	margin-left: 0px;
    	margin-right: 0px;
	}
	.page .site-main article {
    	padding: 0px 20px 0px;
	}
	form.subscription-form,
	.contact-form,
	form.login-form{
		padding: 0px!important;
		margin-left: 0px!important;
	}
	.subscription-form-wrapper,
	.contact-form-wrapper, 
	.login-form-wrapper{
		padding: 20px 0px 20px 0!important;
		border: 0px solid #020d26!important;
		border-top-left-radius: 0px!important;
		border-bottom-right-radius: 0px!important;
	}
	form.subscription-form, .contact-form, form.login-form {
		background-color: #f9f9f9;
		padding: 0px!important;
		overflow: auto;
		border-top-left-radius: 0px!important;
		border-bottom-right-radius: 0px!important;
		margin-left: 0px!important;
	}
	/*.g-recaptcha > div {
		width: 100% !important;
	}

	.g-recaptcha iframe {
		width: 100% !important;
	}*/
	.g-recaptcha {transform: scale(0.77); transform-origin: left top;}
    /*#mega-menu-menu-1 {
        height: 200px !important;
        float: left !important;
        width: 100% !important;
        overflow-y: scroll !important;
    }
    #mega-menu-menu-1::-webkit-scrollbar {
        width: 12px;
    }
     
    #mega-menu-menu-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #ff5e14; 
        border-radius: 10px;
    }
     
    #mega-menu-menu-1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #ff5e14; 
    }*/
    .listing-box-hover.payment-gateway-sections .box-area {
        height: auto;
        width: 98%;
    }
    .vc_column_container > .vc_column-inner {
        box-sizing: border-box;
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    .page-integrations #content {
        background: rgba(90,122,190,.1);
        padding: 20px 0px 0;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.d-desktop {
        display: block;
    }
    .contact-btn-wrapper.orange-btn {
        display: none;
    }
    .languages-support {
        position: fixed;
        top: 22px;
        right: 28px;
        z-index: 999999;

        
    }
    .m-diplay-none{
        display:none!important;
    }
    .integration-page-section h2 {

        position: relative;
        width: 100%;
    }
    .integration-page-section h2 {
        font-size: 20px !important;
        left: -18px;
        text-align: left;
        padding: 0px 16px 15px;
		top: 0;
    }
	.integration-page-section .listing-box-hover {
		padding: 16px 0 0;
	}
    .page-integrations.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
        padding: 14px 10px 14px 10px;
    }
    .site-header .primary-menu-wrapper > ul {

        padding: 0 25px;
     margin-right: 0px !important;
     margin-left: 0px !important;

    }
    .switcher {
        width: 31px !important;
    }
    .mega-menu-menu-1 .site-header .navbar-toggle{
        right: 54px;
    }
    .switcher {
        width: 31px;
    }
    .switcher.notranslate a:hover,
    .switcher .selected a,
    .switcher .selected a,
    .switcher .selected a.open,
    .switcher .option a {
        font-size: 0px !important;
        padding: 0px 7px 0px !important;
    }
    /*Pricing page css*/
    /*#growbusiness .cpr-table__col:last-child{
		display:none;
	}*/
	.cpr-table__group .cpr-table__col:nth-child(3) {
		display: none !important;
	}
	.cpr-table__col:last-child,
	.top-main-description .anual-plan.anual-area-1, .cpr-table__col:nth-child(2) {
		background: #fff;
	}
    .cpr-table__head .cpr-table__col {

        padding-top: 33px;
        padding-bottom: 33px;
        width: 100%;
        flex: 100%;

    }
    .cpr-table__head .cpr-table__row{
        flex-wrap: wrap;
    }
    .cpr-table__title .cpr-table__col{
        white-space: normal;
    }
    .cpr-table__title .cpr-table__col {

        white-space: normal;
        width: 50%;
        flex: 50%;

    }
    .cpr-table__group .cpr-table__row .cpr-table__col:last-child,
    .cpr-table__group .cpr-table__title .cpr-table__col:last-child {

        display: none;

    }
    .Price-page .container {
        padding: 30px;
    }
    .cpr-tab__item {
        min-width: 132px;
    }
    .cpr-tab__item {
        padding: 9px 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .cpr-plan__content {

        margin-top: 0px;
        margin-bottom: 0px;

    }
    .cpr-table__head .cpr-table__col {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .cpr-table__group .cpr-table__row .cpr-table__col.active{
        display: block;
    }
    .cpr-plan__price {
        font-size: 20px;
    }
    .cpr-article__title {
         font-size: 18px;
        line-height: 12px;
    }
    .cpr-article__desc {
        font-size: 14px;
    
    }
    .cpr-list:not(:last-child) {
        margin-bottom: 16px;
    }
   
    /*End pricing page css*/
    .site-header .primary-menu-wrapper > ul {
        padding: 0px 30px;
        float: left;
        width: 100%;

    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {

        margin: 0 0px 0 0;
        display: block;
        height: auto;
        vertical-align: middle;
        float: left;
        width: 100%;

    }
    .site-header .user-nav li:nth-child(2){
        /*margin-right: 0px !important;
        margin-bottom: 10px;*/
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        display: none;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
        display:block;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: none;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu.show-me {
        display: block !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
        display: none!important;
        visibility: visible;
        opacity: 1;
        position: relative !important;
        background: transparent !important;
        visibility: visible;
        opacity: 1 !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        background: transparent;
        color: #fff;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        padding: 0px 10px 0px 23px;
        font-family: 'Basis Grotesque Pro Regukar',Open Sans,Arial !important;
    }
    .navbar-collapse {
        overflow-y: auto;
        background: #000;
    }
    .mega-menu-menu-1 .site-header .navbar-toggle{
        border-color: #fff !important;
        background-color: #ff5e14 !important;
        top: 12px;

    }
    .site-header .navbar-collapse {

        border: none !important;
        padding: 13px 16px !important;
        top: 31px;
        position: relative;

    }
    .sticky #mega-menu-wrap-menu-1 li.mega-menu-item > a.mega-menu-link{
        color:#fff!important;
    }
    .navbar.navbar-inverse.site-header.vc_row.sticky{
        background: #fff !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        color: #fff !important;
        font-weight: 500;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {

        width: 100%;
        color: #fff;

    }
    .page-section-8.padL100.padR100 .vc_row {
		padding-bottom: 0px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media screen and (max-width: 600px)
{
    .listing-box-hover .box-area {
        height: auto;
        width: 100%;
    }
    .social-btns-wrapper {
        left: 0;
    }
	.cpr-table__group .cpr-table__col:first-child {
		max-width: 225px;
		flex: 1 0 100%;
    }
    .custom-bottom-button.text-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-bottom-button.text-center a {
        margin: 0px 5px 0px;
    }
}

@media screen and (max-width: 480px)
{
    .custom-bottom-button.text-center a {
        max-width: 240px;
        width: 99%;
        margin-bottom: 10px;
    }
}