@charset "UTF-8";/*!
 * Custom v1.0.0-alpha.6 (
 *
 */
/* CSS Document */
/* common css */
/*h1, h2, h3 {
	font-family: 'Patua One', cursive;
}*/
body p, body li, body strong {
	letter-spacing: 0.2px;
}
.tcenter {
	text-align: center !important;
}
.clearfix {
	clear: both !important;
}
.tblue {
	/*color: #1276b4 !important;*/
	color: #2b556e !important;
}
h4, h5 {
	font-weight: normal;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}
/* header css*/

.no-link > a {
	pointer-events: none;
}
.sep40 {
	height: 40px !important;
}
.header-right-links {
	display: inline-block;
	margin-left: 0.3rem;
	margin-top: 1.35rem;
	float: right;
}
.header-right-links a.btn {
	border: 0px solid #2b556e;
	border-radius: 0px;
	color: #000;
	font-size: 0.90rem;
	padding: 0.5rem 0.8rem;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 0.2rem;
	margin-top: 0px;
}
.header-right-links .btn.demo-btn {
	background: #97C73E;
	border-color: #97c73E;
	color: #fff;
}
.demoBtn-xs { display:none !important;}
.header-right-links a.btn:hover, .header-right-links a.btn:focus {
	background: #2b556e;
	border-color: #2b556e;
	color: #FFF;
}
.search-btn .search-icon-block {
	display: block;
	background: url(../img/search-icon.png) no-repeat;
	background-size: 1rem 1rem;
	width: 1rem;
	height: 1rem;
}
a.search-btn:hover .search-icon-block {
	background: url(../img/search-icon-white.png) no-repeat;
	background-size: 1rem 1rem;
}
a.btn.search-btn {
	display: none;
}
.header-inner-page .container {
	text-align: center;
	max-width: 875px;
}
/*css for dropdown on hover*/

/*make the menu sub-menu items drop down on mouse hover */

/* ends css for dropdown on hover */

.header-top {
	background: #ccc none repeat scroll 0 0;
}
.header-img-block {
	position: relative;
	z-index: 0;
	min-height: 35em;
	transition: height 0.66s ease-out;/*min-height: 70%;
    transition: height 0.66s ease-out;*/
}
.header-img-block .header-image {
	min-height: 35em;
	transition: height 0.66s ease-out;
	width: 100%;
}
.header-img-block.header-home {
	min-height: 45em;
}
.header-img-block.header-home .header-image {
	min-height: 45em;
}
.header-content-block {
	align-items: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	padding-top: 65px;
}
.header-content-block .btn {
	margin-bottom: 0.7rem;
	margin-top: 0.7rem;
	margin-left:0px;
	margin-right:1rem;
}
.navbar.sticky {
	background: #FFF;
	position: fixed;
	transition: all 0.7s ease 0s;
}
/*.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}*/
.btn-blue-fill {
	background: #2b556e none repeat scroll 0 0;
	color: #fff;
}
.btn-white-fill {
	background: #FFF;
	color: #000;
}
.btn.btn-cta {
	margin: 20px;
	padding: 20px 30px;
}
.btn-black-fill {
	background: #000;
	color: #FFF;
}
.btn-blue-fill {
	background: #2b556e;
	color: #FFF;
}
.btn-grey-fill {
	background: #939598;
	color: #FFF;
}
.btn-black-border {
	border: 1px solid #000;
	color: #000;
}
.btn-grey-border {
	border: 1px solid #939598;
	color: #939598;
}
/*.btn:hover {
	background: #97C73E;
	color: #FFF;
	border-color: #97C73E;
	
}*/
.klevu-icon-block.vc_column_container {
	padding: 1rem 5%;
	text-align: center;
	margin-top: 10px;
}
.klevu-icon-block .klevu-icon {
	margin-bottom: 25px;
	text-align: center;
}
.klevu-icon-block .klevu-icon img {
	width: 64px;
}
.arrow-list {
	margin: 30px 0 30px 20px;
	padding: 0;
}
.arrow-list li {
	list-style: none;
	text-indent: -22px;
}
.arrow-list > li::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	margin: 2px 5px;
	padding: 3px;
	transform: rotate(-45deg);
	margin-right: 10px;
}
.guideImgblock.tcenter {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.arrow-list.text-white > li::before {
	border-color: #FFF;
}
.nopadding {
	padding: 0px !important
}
.bg-blue {
	background: #2b556e !important;
}
.dropdown-menu {
	transition: all 0.3s ease;
}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
	margin-top: 0px;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
li.dropdown:hover {
	background: #eee;
}
/*./Dropdown menu on hover Css*/

/* client logo list*/
.client-logo-list {
	text-align: center;
	margin-bottom: 2.2rem;
}
.client-logo-list li {
	display: inline-block;
	list-style: outside none none;
}
.client-logo-list li img {
	width: 100%;/*max-width: 200px;*/
}
.client-logo-list.grid-4 li {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 10%;
	margin-top: 10px;
	padding: 1% 0.5%;
	width: 16%;
}
.client-logo-list.grid-4 li:last-child {
	margin-right: 0px;
}
.client-logo-list.grid-5 li {
	box-sizing: border-box;
	padding: 0.8rem 0px;
	width: 19.5%;
	max-width: 180px;
	margin-bottom: 15px;
}
.client-logo-list.grid-6 li {
	box-sizing: border-box;
	max-width: 180px;
	padding: 0.5% 1.5%;
	width: 16%;
}
.client-logo-list.grid-7 li {
	box-sizing: border-box;
	padding: 0.6rem;
	width: 13%;
	max-width: 140px;
}
/*Home*/
/*testimonials*/
.testimonial-row {
	/*font-size: 1.7rem;
	line-height: 2.2rem;*/
	color: #2b556e;
}
.blockquote-title.tc-title {
	color: #2b556e;
	font-weight: 400;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.tauthor-img-block {
	display: block;
	max-width: 120px;
}
.tauthor-img-block .testimonial-logo {
	margin-top: 1rem;
}
.tauthor-name {
	color: #2b556e;
	display: block;
	font-weight: 400;
	margin-top: 1rem;
}
.blockquote-title.tc-title::before {
	content: "\f10d";
	font-family: fontawesome;
	color: #97C73E;
	margin-right: 5px;
	position: relative;
	top: -5px;
}
.blockquote-title.tc-title::after {
	content: "\f10e";
	font-family: fontawesome;
	color: #97C73E;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.klevu-testimonialsSlider .cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-image img {
	max-width: 185px;
	width: auto !important;
	height: auto;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 0px;
}
.testimoniaSliderrow {
	/*border-bottom:5px solid #2b556e;
	border-top:1px solid #f0f1f2;*/
	padding: 20px 10px 95px 10px;
	position: relative;
}
.homeTestimonialrow .vc_separator.vc_sep_color_green .vc_sep_line {
	border-color: #dddddd !important;
}
/*.testimoniaSliderrow:after {
	
	content:'';
	position: absolute;
	height:8px;
	right:0;
	bottom: -8px;
	width: 53%;
	background: #2b556e;
}*/

.testimoniaSliderrow * {
/*text-align:left !important;*/
}
.wptww-specTxt1 {
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 2.5rem;
	color: #2b556e;
	margin-top: 20px;
	width: 100%;
	text-align: center !important;
}
.wptww-testimonial-link a {
	color: #97c73E;
	transition: all 0.3s ease;
	margin-top: 20px;
	display: inline-block;
	font-weight: 400;
}
.homeTestimonialrow .wptww-testimonials-text, .testimoniaSliderrow .wptww-avtar-image {
	width: 100%;
	min-height: 160px !important;
}
.homeTestimonialrow .wptww-testimonials-slidelist .slick-slide {
	padding: 0 15px;
	border-bottom: 5px solid #2b556e;
}
.wptwLogoblock img {
	max-height: 95px !important;
	width: auto !important;
}
#wptww-quote-2412 .wptww-square.wp-post-image {
	
	max-width:230px !important;
}
.wptww-exTxt1 {
    margin-bottom: 10px !important;
    margin-top: 5px;
    text-align: center;
}
/*.counter-row { margin: 0 auto !important;}
.counter-content-block .pull-left {	margin-right:10px;}
.counter-content-block .counter-right { margin-top:15px;}
.counter-content-block .pull-left p { margin-bottom:0px; }
.counter-right h3 {  color: #97C73E;  font-size: 1.8rem;  margin-top: 0px !important;}
.counter-inner-desc {
   border-left: 3px solid #97C73E;
    margin-bottom: 30px !important;
    margin-top: 10px;
    padding-left: 15px;
}*/
.counter-content-block .counterDesc {
/*font-size: 1.5rem;
font-weight: 300;*/
	
	
}
.counter-content-block .counterNum {
	font-size: 4.5rem;
	
	margin-top: 35px;
	margin-bottom: 30px;
	/*font-family: 'Caveat Brush', cursive;
	letter-spacing: 8px;
	font-style: italic;*/
	color: #97C73E;
	font-weight:bold;
}
.instaRow {
	margin: 0px !important;
	padding: 0px !important;
}
/* about us page */

.team-row {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-color: #0a4363;
	padding-bottom: 3rem;
	padding-top: 2rem;
	background-size: 70%;
}
.team-box {
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
}
.team-box img {
	width: 100%;
	border: 2px solid transparent;
	transition: all 0.2s ease;
}
.team-box a:hover img {
	border: 2px solid #96c73e;
}
.team-box a {
	display: block;
	position: relative;
}
/*.team-box a .fa.fa-linkedin {
	background: rgba(150,199,62,0.8);
	border-radius: 100%;
	height: 36px;
	left: 36%;
	line-height: 36px;
	position: absolute;
	right: auto;
	top: 40%;
	width: 36px;
	visibility: hidden;
	transition: all 0.3s ease;
	color: #FFF;
}*/
.team-box a .fa.fa-linkedin {
    background: rgba(150,199,62,0.8);
    border-radius: 100%;
    height: 36px;
    left: 50% !important;
    line-height: 36px;
    position: absolute;
    right: auto;
    top: 50% !important;
    width: 36px;
    visibility: hidden;
    transition: all 0.3s ease;
    color: #FFF;
    margin-left: -18px !important;
margin-top: -18px !important;
}
.team-box a:hover .fa.fa-linkedin {
	visibility: visible;
}
/*.team-box a span.socialIcon{
	display:none;
	width:45px;
	height:45px;
	background:rgba(150,199,62,0.8);
	position:absolute;
	border-radius:50px;
	z-index:500;
	top:30%;
	left:40%;
	text-align: center;
	line-height: 45px;
}*/
.team-box a .socialIcon {
	background: rgba(151, 199, 62, 0.8) none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
	height: 35px;
	left: 42%;
	line-height: 35px;
	position: absolute;
	text-align: center;
	top: 36%;
	width: 35px;
	transition: all 0.3s ease;
	display: none;
}
.team-box a:hover span.socialIcon {
	display: block !important;
}
.team-detail {
	color: #fff;
	margin-top: 15px;
	text-align:left;
}
.team-detail h5 {
	margin-bottom: 5px;
}
.team-detail h6 {
	opacity: 0.9;
	font-weight: 300;
}
.team-row2 .vc_col-sm-3:first-child {
}
/* partners page */
.parnterDetail h3 {
	margin-bottom: 5px;
	text-align: center;
	text-transform: none;
	color: #2b556e;
}
.parnterDetail .siteLink {
	text-align: center;
	text-transform: none;
}
.partners-row {
	padding-top: 4rem;
	padding-bottom: 3rem;
}
.parnterDetail {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	padding-top: 30px;
}
.parnterDetail .siteLink a {
	color: #97C73E;
	font-size: 14px;
	font-weight: 400;
}
.parnterDetail .partnerLogowrap {
	text-align: center;
	height: 100px;
}
.parnterDetail .partnerLogowrap > a {
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
}
.parnterDetail .partnerLogowrap img {
	max-width: 100% !important;
	max-height: 70px !important;
	width: auto;
	height: auto;
}
.parnterDetail .partnerDesc {
	text-align: justify;
}
.parnterDetail .partnerItem {
	padding: 30px 8%;
}
/* B2B page*/
.b2b-row {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.inlineImg {
	display: inline-block;
}
.header-b2b-icon {
	display: inline-block;
	width: 25px;
}
/*Integration Page*/

.platformBlock {
	border: 1px solid #eee;
	border-radius: 5px;
	transition: all 0.3s ease;
	padding: 15px 7px;
	text-align: left;
}
.platformBlock .platformDetails, .platformlinkwrap {
	clear: both;
	margin-left: 68px;
}
.platformBlock .sec-title {
	font-size: 1.75rem;
	margin: 0;
}
.platformlinkwrap {
	margin-bottom: 10px !important;
	margin-top: 10px;
	font-weight: 400;
}
.logowrap {
	display: inline-block;
	vertical-align: top;
}
.logowrap.half {
	width: 49%;
}
.platformBlock a:hover, a.tblack:hover {
	color: #1276b4;
}
.platformDetails {
	margin-top: 20px;
	min-height: 180px;
	border-bottom: 1px solid #eee;
	margin-right: 1rem;
}
.platformBlock img {
	width: 60px;
}
.platformBlock .small-img {
	width: 55px;
}
.platformlinkwrap a {
	font-size: 1.1rem;
}
.platformBlock:hover {
	background: #f0f1f1 none repeat scroll 0 0;
	border-color: #e5e5e5;
}
.platformBlock:hover a {
	color: #1276b4;
}
/*enterprise page*/

.page-id-48 .header-content-block {
	align-items: end;
	top: auto;
	bottom: 0;
	height: auto;
}
.entpriseImg {
	text-align: center;
	margin: 0 auto;
	margin-bottom: -5px;
}
.entpriseImg img {
	width: 75%;
	margin: 0 auto;
}
.enterprise-row .wpb_single_image img {
	height: auto;
	max-width: 250px;
}
.enterprise-row {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.enterprisIconwrap {
	text-align: center;
	color: #FFF;
	min-height: 220px;
	margin-bottom: 2rem;
}
.enterprisIconwrap img {
	width: 64px;
	margin-bottom: 1rem !important;
}
.enterprisIconwrap h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	min-height: 65px;
}
/* magento page */

.magentoHeader-icon {
	display: block;
}
.magentoHeader-icon img {
	width: 95px;
}
.caseStudyblock p {
	color: #0b4464;
	font-size: 1.75rem;
	line-height: 2.1rem;
	margin-left: 10px;
}
.caseStudyblock .logoWrap {
	margin-bottom: 2rem;
}
.caseStudyblock {
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #eee;
	min-height: 430px;
	padding: 20px;
	background-size: 65%;
	transition: all 0.3s ease;
	position: relative;
}
.caseStudyblock .logoWrap img {
	max-width: 205px;
}
.magentoIconwrap {
	text-align: center;
	min-height: 220px;
	margin-bottom: 2rem;
}
.magentoIconwrap img {
	width: 64px;
	margin-bottom: 1rem !important;
}
.magentoIconwrap h4 {
	min-height: 35px;
}
.vc_row.greyBg-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.about-klevu-icon img {
	width: 64px;
}
/* casestudy page*/

.caseStudypage-row .caseStudyblock {
	background-size: 46%;
	position: relative;
}
.caseStudyHover {
	background: #97c63b;
	position: absolute;
	height: 0px;
	width: 100%;
	bottom: 0;
	left: 0;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
	text-align: center;
	overflow: hidden;
}
.caseStudyHover a {
	color: #FFF;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
}
.caseStudypage-row .caseStudyblock:hover {
	border: 1px solid #97c63b;
}
.caseStudyblock:hover .caseStudyHover {
	height: 65px;
}
.caseStudyblock .caseStudyname {
	display: block;
}
.smalltxt {
	display: block;
	font-family: Lato;
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: 8px;
}
.smallNotes {
    font-size: 1.0rem;
    line-height: 1.6rem;
    margin-top: 2.5rem;
}

.caseStudyblock h2, .caseStudyblock h3 {
	border-bottom: 2px solid #ddd;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
.caseStudydesc p {
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	margin-left: 0px;
	width: 70%;
}
.caseStudyblock p.review {
	min-height: 85px;
	margin-bottom: 20px;
}
.caseStudyblock p.reviewedBy {
	margin-top: 1rem;
}
.wpb_text_column.caseStudyblock.wholesale-boutiquebg {
/*min-height: 460px;
	background-size: 40%;*/
}
.wpb_text_column.caseStudyblock.xpres img {
	width: 82px;
}
/*shopify page*/

/*.shopifyHeaderlogo {
	display: block;
	margin-bottom: 15px;
}
.shopifyHeaderlogo img {
	max-width: 180px;
}*/
.shopifyHeaderlogo {
	display: block;
	margin-bottom: 15px;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.shopify-gallery1 {
	margin-bottom: 0px !important;
}
.shopify-gallery1 .flex-control-nav {
	display: none !important;
}
.shopifyIconwrap {
	text-align: center;
	min-height: 220px;
	margin-bottom: 2rem;
}
.shopifyIconwrap img {
	width: 64px;
	margin-bottom: 1rem !important;
}
.shopifyPlus-features li {
	margin-bottom: 8px;
}
.Iconwrap.shopifyPlusIconwrap {
	text-align: center;
	min-height: 150px;
}
.Iconwrap.shopifyPlusIconwrap img {
	width: 64px;
	margin-bottom: 1rem !important;
}
.shopifyPlus-features li .small {
	font-weight: 300;
	line-height: 14px;
}
.wpb_single_image.shopify-hand-image {
	margin-bottom: 0 !important;
	margin-top: -60px;
}
.shopify-partners-list li a {
	display: block;
	margin: 5px 12%;
}
.shopifyFeatures {
	padding-top: 2rem;
}

/*shopify plus page testimonials*/

.testimonialDesign2 .testimonial-customImage, .testimonialDesign2 .wptww-testimonial-content {
    margin-bottom: 30px;
}
.shopifyPlusTestimonialBlock > .vc_column-inner {
    padding: 0px 8% !important;
}
.testimonialDesign2 .wptww-testimonials-slidelist .slick-slide {
	
	border-bottom:5px solid #2b556e;
	 min-height: 335px;
}
.testimonialDesign2 .wptww-testimonial-author {
	
	font-weight:normal;
}
/*page media kit */

.media-box .vc_column-inner > .wpb_wrapper {
	border: 1px solid #ddd;
	padding: 20px 20px 0px 20px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.media-box .wpb_content_element {
	margin-bottom: 20px !important;
}
/* 14 day trial Popup*/

#fade {
	background-color: #000000;
	width: 70%;
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 2px solid #ccc;
	display: none;
}
#fade .integrationBox {
	text-align: center;
}
#fade a {
	text-decoration: none;
}
#fade h2 {
	color: #ffffff;
}
#fade .integrationBox .apiWrap {
	padding-top: 12px;
}
#fade .integrationBox h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #525252;
	margin-bottom: 10px;
}
#fade .integrationImgWrap {
	height: 90px;
	border: none;
}
#fade .integrationImgWrap img {
	max-width: 85px;
}
#fade .integrationBox a {
	text-transform: uppercase;
	color: #97c63b;
}
#fade .integrationBox a:hover {
	text-decoration: underline;
}
#fade a.fade_close {
	position: absolute;
	color: #fff;
	top: 0;
	right: 0;
	z-index: 33333;
	margin-right: 10px;
	margin-top: 5px;
	text-align: center;
	font-size: 20px;
}
#fade .button-default {
	padding: 5px;
	width: 80%;
	margin: 0 auto;
	display: block;
}
.popup-title h2 {
	margin-top: 0px;
}
/* media coverage */
.media-coverage-featured-list.grid-3 {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.media-coverage-featured-list li {
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 10px;
	max-width: 32%;
	padding-right: 5px;
}
.media-coverage-news-list .newsItem-imgWrap {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 110px;
	height: 110px;
}
.media-coverage-news-list .newsItem {
	border-bottom: 1px solid #ddd;
	padding: 20px 10px 10px;
	clear: both;
	min-height: 130px;
}
.newsItem-imgWrap {
	width: 100px;
	height: 100px;
}
.newsItem-imgWrap > img {
	max-width: 80%;
}
/* customers page */

.owl-item .logo-container, .owl-item .logo-container > a {
	display: flex;
	width: 88%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	height: 120px;
	align-items: center;
}
div#wpaft-logo-slider-klevu-customers-logo .owl-item .logo-container {
	width: 65%;
}
.owl-prev {
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -18px !important;
}
.owl-next {
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -18px !important;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #000 !important;
	padding: 0px !important;
	font-size: 30px !important;
	border-radius: 0px !important;
	background: none !important;
	opacity: 1 !important;
}
.card {
	position: relative;
	width: 100%;
	text-align: center;
}
.sm-card {
	min-height: 130px;
	margin-bottom: 15px;
}
.lg-card {
	min-height: 275px;
	margin-bottom: 15px;
}
.card:nth-child(1) {
	margin-left: 0px;
	margin-right: 0px;
}
.card:nth-child(2), .card:nth-child(3) {
	margin-right: 0px;
}
/* card fronts and backs */
.card__front, .card__back {
	position: absolute;
	width: 100%;
}
.card__front, .card__back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
}
.card__front {
	background-color: #ffffff;
}
.card__back {
	background-color: #ffffff;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
/* hover effect */
.card.effect__hover:hover .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.card.effect__hover:hover .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
/* click effect */
.card.effect__click.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.card.effect__click.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
/* random effect */
.card.effect__random.flipped .card__front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.card.effect__random.flipped .card__back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
.sm-card .clientBanner {
	height: 130px;
}
.lg-card .clientBanner {
	height: 268px;
}
.clientBanner img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.startTrialBlock .integrationBox .integrationImgWrap {
	border-color: #c3c3c3;
}
.integrationBox {
	position: relative;
}
.integrationBox .integrationImgWrap {
	height: 100px;
	line-height: 100px;
	margin-bottom: 0;
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
	transition : border 500ms ease-out;
}
.integrationImgWrap img {
	width: 55px;
}
.integrationHover {
	background: rgba(151,198,59,0.96);
	position: absolute;
	height: 0px;
	width: 100%;
	bottom: 0;
	left: 0;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
	overflow: hidden;
	border-radius: 5px;
	line-height: 100px;
	text-align: center;
}
.integrationHover a {
	color: #FFF;
}
.integrationBox:hover .integrationHover {
	height: 100%;
}
.integrationBox .integrationImgWrap:hover {
	border: 1px solid #97c63b;
}
.integrationBox .integrationImgWrap a {
	color: #000000;
}
/* starts code customer tabs*/

.row.casestudy-tabs {
	padding-bottom: 50px;
}
.casestudy-tabsListblock {
	display: block;
	width: 100%;
	margin-top: 30px;
	padding: 10px;
}
.nav.nav-tabs.casestudy-tabsList {
	display: inline-block;
	margin: 20px auto;
	text-align: center;
	width: 100%;
}
.casestudy-tabsList .nav-item {
	display: inline-block;
}
.casestudy-tabsList .nav-link, .casestudy-tabsList .nav-link.active {
	border: none;
	background: none;
	font-weight: 400;
	padding: 1rem;
}
.casestudy-tabsList .nav-link:focus, .casestudy-tabsList .nav-link:hover {
	border: none;
}
.casestudy-tabsList .nav-link.active {
	color: #1276b4;
}
.casestudyItem {
	border: 1px solid #e2e2e2;
	margin: 30px 4% 30px 4%;
	position: relative;
	text-align: center;
	min-height: 380px;
	transition: all 0.4s ease;
}
.casestudyItem:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-color: transparent;
}
.casestudyItem:hover .casestudy-tabs .btn {
	color: #fff;
	background-color: #1772b0;
	border-color: #1772b0;
}
.casestudyItem .casestudyItemname {
	color: #636466;
	margin-bottom: 8px;
}
/*.casestudyItemcol:nth-child(3n+3){  
  background-color: #ccc;
}*/
.casestudyItem .casestudyItemdetail, .casestudyItem .casestudyItemdetail1 {
	color: #0c4465;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.casestudyItem-authordetail {
	color: #0c4465;
	font-size: 16px;
	margin-bottom: 1rem;
	margin-top: 3rem;
}
.casestudyItem-authordetail span {
	display: block;
}
.casestudyItem img {
	max-width: 100%;
}
.casestudyItemimgwrap {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.casestudyItemdesc {
	box-sizing: border-box;
	min-height: 260px;
	padding: 30px 10px 40px 10px;
	position: relative;
	text-align: center;
}
.casestudyItemlogo {
	display: inline-block;
	height: 40%;
	left: 30%;
	position: absolute;
	top: 50%;
	width: 40%;
	max-width: 150px;
	margin-top: -35px;
	vertical-align: middle;
}
.casestudyItemlogo img {
	max-height: 70px;
	vertical-align: middle;
}
.casestudyItemLink {
	bottom: 30px;
	left: 0;
	position: absolute;
	width: 100%;
}
.casestudyItemcol-full {
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}
.casestudyItemcol-full .casestudyItem {
	box-sizing: border-box;
	height: auto;
	margin: 30px 1%;
	min-height: 390px;
	padding: 30px 0;
}
.casestudyItemcol-full .casestudyItemlogo {
	position: initial;
	margin-bottom: 20px;
}
.casestudy-tabsContent {
	width: 100%;
}
.custVideobtn {
	border: 0px solid #cecece;
	border-radius: 100%;
	color: #8e8a8a;
	display: block;
	font-size: 42px;
	height: 80px;
	left: 50%;
	line-height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	padding-left: 5px;
	position: absolute;
	text-align: center;
	top: 48%;
	width: 80px;
	background: rgba(255,255,255,0.5);
}
.casestudyItemcol-full .casestudyItemimgwrap {
	box-sizing: border-box;
	float: left;
	padding: 0px 3%;
	width: 50%;
}
.casestudyItemcol-full .casestudyItemdesc {
	float: left;
	padding-bottom: 70px;
	text-align: left;
	width: 50%;
}
.casestudyItemcol-full .casestudyItemLink {
	padding-left: 10px;
}
.casestudy-tabs .btn:focus {
	color: #FFF;
}
.casestudyItemcol-full .klevuwebui-read-more-link, .casestudyItemcol .klevuwebui-read-more-link {
	display: none;
}
.custVideobtn .fa-play {
/* border: 1px solid #fff;
    height: 40px;
    padding: 10px;
    width: 40px;*/
}
.single-customers .casestudyItemlogo {
	position: relative;
	left: 0;
}
/* css for customers page masonary grid*/

/*.card-columns.customerPagedata {
   
}*/

#casestudy_meta {
	display: none;
}
.card.customerItem {
	margin-bottom: 33px;
	border: 0px solid #e2e2e2;
}
.card-columns.customerPagedata {
	margin-top: 90px;
	margin-bottom: 30px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
	width: 100%;
}
.ctaButtonblock {
	width:100%;
	margin-bottom:5rem;
	margin-top:1rem;
}
.card.customerItem.acttiveItem {
	display: inline-block !important;
}
.card.customerItem.disabledItem {
	display: none !important;
}

/* change for temp*/
.customerPagedata.row .casestudy-item {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.customerPagedata.row .customerItemLink {
	
	margin-top:30px;
}
.card-block.customerDescblock {
	margin-top: 0px;
	border: 1px solid #e2e2e2;
	padding-top: 30px;
	padding-bottom: 30px;
}
.customerPagedata.row .customerItem .customerTitle {
	color: #0c4465;
	font-size: 1.2rem;
	margin-bottom: 8px;
	font-weight: 400;
}
.customerPagedata.row  .customerItem .customerDesc {
	color: #0c4465;
	font-size: 1.4rem;
	margin-bottom: 20px;
	min-height: 50px;
}
.customerPagedata.row .customerItem .customerItemLink {
	width: 100%;
	box-sizing: border-box;
	margin-top: 45px;
	margin-bottom: 14px;
}


/* ends change for temp*/
.customerPagedata.row {
	padding-top:60px;
}
.card-block.customerDescblock {
	margin-top: 0px;
	border: 1px solid #e2e2e2;
	padding-top: 30px;
	padding-bottom: 30px;
}
.card.customerItem .customerTitle {
	color: #0c4465;
	font-size: 1.2rem;
	margin-bottom: 8px;
	font-weight: 400;
}
.card.customerItem .customerDesc {
	color: #0c4465;
	font-size: 1.4rem;
	margin-bottom: 20px;
	min-height: 50px;
}
.card.customerItem .customerItemLink {
	width: 100%;
	box-sizing: border-box;
	margin-top: 45px;
	margin-bottom: 14px;
}
.categoryFilter {
	margin-top: 85px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 85%;
}
.categoryFilter ul {
	margin: 0px auto;
	padding: 0px;
}
.categoryFilter ul li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.categoryFilter a {
	display: block;
	position: relative;
	margin-right: 12px;
	margin-bottom: 15px;
	color: #0c4465;
	padding: 5px 6px;
	transition: all 0.3s ease-in-out 0s;
}
.categoryFilter a.active, .categoryFilter a.current {
	font-weight: normal;
}
.categoryFilter a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 0px;
	height: 2px;
	background: #0c4465;
	transition: all 0.3s ease-in-out 0s;
}
.categoryFilter a:hover:after, .categoryFilter a.active:after, .categoryFilter a.current:after {
	width: 100%;
}
.categoryFilter a:focus, .categoryFilter a:hover, .categoryFilter a {
	outline: none !important;
}
/*.categoryFilter a.active:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #0c4465;	
	
}*/

/* ends css for customers page masonary grid*/

/* ---- customer page with isotope csgrid ---- */

.csgrid {	
	margin: 80px auto 40px auto;
	width:100%;
}
/* clear fix */
.csgrid:after {
	content: '';
	display: block;
	clear: both;
}
/* ---- .csgrid-item ---- */

.csgrid-item {
	float: left;
	width: 31%;
	height: 210px;
	margin-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;	
	text-align: center;
	box-sizing: border-box;
	position: relative;
	border:1px solid #ddd;
	
}

.csgrid-item.withDesc {
	height: 440px;
}
.csgrid-item.withoutDesc {
	border-color:transparent;
}
.csgrid-item .customerItemLink {
    margin-top: 30px;
	margin-bottom: 15px;
}
.csgrid-item .customerItem .customerDesc {
    color: #0c4465;
    font-size: 1.4rem;
    margin-bottom: 20px;
    min-height: 50px;
}
.csgrid-item .customerDesc {
    min-height: 50px;
}
.csgrid-item .card-block.customerDescblock {
    margin-top: 0px;
    border: 0px solid #e2e2e2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.csgrid-item .customerDesc {
    color: #0c4465;
    font-size: 1.4rem;
    margin-bottom: 20px;
    min-height: 50px;
}
.csgrid-item .customerTitle {
    color: #0c4465;
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 400;
}
/* ends customer page with isotope csgrid ---- */

/* ********************************* */
/* code for features page with tabs*/
/* ******************************** */
.wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	padding-top: 60px;
}
.wpb-js-composer .features-tabs .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
	background-color: #2b556e;
	color: #FFF;
}
.features-tabs .vc_tta-tabs-list, .wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
	background: #0c4465;
	color: #fff;
	padding: 25px 40px;
	font-size: 1.4rem;
}
.wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:focus, .wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover, .wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
	background-color: #0d4b70;
	color: #fff;
}
.featuresInneritem {
	padding: 2.2rem 6%;
}
.featuresInneritem.valign-m, .feature-box.valign-m {
	height: 100%;
	display: flex;
	align-items: center;
}
.featuresInneritem .imgBloack {
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.b2b-features-row .featuresInneritem {
	padding: 1rem 0px;
}
.b2b-features-row .featuresInneritem .imgBloack, .featuresInneritem.imgBloack {
	margin-top: 1rem;
	text-align: center;
}
.features-tabs h3 {
	color: #2b556e !important;
}
.w55 {
	width: 55% !important;
	margin: 0 auto;
}
.fbannerAds-row .featuresInneritem.text-left {
	padding-bottom: 0px;
}
.fbannerAds-row .wpb_text_column.wpb_content_element {
	margin-bottom: 0px;
}
/* features old html page css*/

.feature-box {
	padding: 5%;
	;
	margin-bottom: 1rem;
}
.featureIcon {
	width: 64px;
	height: 64px;
	margin: 25px auto;
}
/*.featureBox-img img {
    max-height: 550px;
}*/
.wpb-js-composer .features-tabs.vc_tta.vc_general .vc_tta-tab, .wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab {
	transition: all 0.3s ease;
	position: relative;
}
.wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active:after {
	content: '';
	height: 5px;
	width: 5px;
	position: absolute;
	bottom: -14px;
	left: 42%;
	border-top: 15px solid #0d4b70;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	transition: all 0.3s ease;
}
.featureBox-img {
	margin-top: 20px !important;
	
}
.featureBox-img.fcustomizeImg {
	margin-bottom: -35px !important;
	margin-top: 30px !important;
}

.b2b-content > .wpb_wrapper {
	text-align: center !important;
	padding: 40px 12%;
}
.features-tabs .vc_tta-tabs-list.topFixed {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
}
.page-id-46 .navbar.sticky.animated.slideInDown {
	display: none !important;
}
/* ends features old html page css*/



/* forms*/
/* terms of services*/

.termsOfService > h2, .gdprKlevu h2 {
	font-size: 2.3rem;
	margin-bottom: 1rem;
	margin-top: 1.3rem;
}
.termsOfService > h3, .gdprKlevu h3 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	margin-top: 1.3rem;
}
.termsOfService > p, .termsOfService li,  .gdprKlevu p, .gdprKlevu td, .gdprKlevu th, .gdprKlevu li, .pricing-faq.gdprfaq .vc_toggle, .pricing-faq.gdprfaq .vc_toggle p {
	font-size: 1.1rem;
}
/* css changes for updated terms of services 10/10/2018 */
/* css changes 21-09*/
.termsOfService h3, .termsOfService h5 {
    color:#0A4563;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	margin-top: 1.3rem;
}
.termsOfService .link { 
    font-weight:400;
}
.listLevel1 > li {
    margin-left: 15px;
}
.listLevel1-1 li {
    margin-left: 18px;
    margin-bottom: 10px;
}
.prevTerms-linkBlock {
    text-align: center;
    background-color: #ffffcc;
    border: 1px solid #ffeb3b;
    padding:25px;
}
.prevTerms-linkBlock a {
    margin:0px;
    color:#000;
    text-decoration:underline;
	cursor:pointer;
}
.prevTerms-linkBlock .btn, .prevTerms-linkBlock .btn.btn-outline-primary {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    font-size: 1rem;
    padding: 10px;
    color:#2b556e !important;

}
.prevTerms-linkBlock .btn-outline-primary:hover, .prevTerms-linkBlock .btn.btn-outline-primary:hover, .prevTerms-linkBlock .btn.btn-outline-primary:focus, .prevTerms-linkBlock .btn.btn-outline-primary:active {
	 color:#FFF !important;
}
.dialogue-termsofservice .modal-body {    
    padding-left:2rem;
    padding-right:2rem;
    padding-top: 0px;
}
.dialogue-termsofservice .close {
    font-size: 1rem;
    margin-right: 10px;
    margin-top: 10px;
}
.dialogue-termsofservice  .bottomClose-btn .close {	
	margin:10px;
}
.termsOfService h2 .smalltxt{
	font-size: 1.1rem;
	font-weight: normal;
	margin: 0px;
	
}

/* ends css changes for updated terms of services 10/10/2018 */
.gdprKlevu .arrow-list {	
	margin:10px 0 20px 20px;
}
.gdprKlevu .arrow-list, .pricing-faq.gdprfaq ul.arrow-list {
	
	margin:10px 0 20px 20px;
}
.gdpr-tabs-list {
    margin-top: 30px;
}

.gdpr-tab-item {
    list-style: none;
}
.gdpr-tab-item-link.linkActive, .gdpr-tab-item-link:hover, .gdpr-tab-item-link:focus {
    background: #0a4363 !important;
    color: #FFF !important;    
}

.gdpr-tab-item-link {
    padding: 10px 12px;
    background-color: #eee;
    margin-bottom: 10px !important;
    border-radius: 4px !important;
    display: block;
    transition: background .2s ease-in-out,color .2s ease-in-out;
    cursor: pointer;   
}

/* klevu dotmailer page*/

.dm-ku-Logo img {
	max-width: 190px;
}
.dm-er-img {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -90px;
	margin-bottom: 40px;
}
.dm-form .row.form-btn-row {
	text-align: center;
}
/* pricing page CSS*/

.pricing-subTitle {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2rem;
	margin-bottom: 10px;
}
.wpb_text_column.pricingPlan-column {
	margin-bottom: 0;
}
.pricing-faq .vc_toggle {
	border: 1px solid #ddd;
	margin-bottom: -1px !important;
	border-radius: 5px;/*border-top-right-radius: 4px;
border-top-left-radius: 4px;*/
}
.pricing-faq .vc_toggle_active .vc_toggle_title {
	border-bottom: 1px solid #eee;
}
.pricing-faq .vc_toggle_title {
	padding: 11px 5px 11px 32px !important;
}
.vc_toggle_active .vc_toggle_title {
	background: #ddd;
}
.vc_toggle_title h4 {
	font-size: 1.18rem;
}
.pricing-faq .vc_toggle_content {
	padding: 5px 12px !important;
}
.pricing-faq .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
	margin: 5px 5px 8px 5px !important;
	float: none;
	position: absolute;
	left: 0px;
	top:10px;
	transition: all 0.3s ease;
}
/* back to top */
.back-to-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(151, 198, 59, 0.8) url(../img/top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.back-to-top.btt-is-visible, .back-to-top.btt-fade-out, .back-to-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.back-to-top.btt-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.back-to-top.btt-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.back-to-top:hover {
	background-color: #97c63b;
	opacity: 1;
}
/* schedule demo page*/
.scheduleDemomessage-953 textarea {
	height: 172px;
	overflow: hidden;
}
select {
	border-radius: 0;
	color: #333333;
	height: 43px;
	text-indent: 1px;
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url(../img/dropdown-icon.png) no-repeat right center;
	background-size: 40px;
	cursor: pointer;
	padding-left: 4px !important;
	outline: none;
	margin-top: 15px;
}
select::-ms-expand {
    display: none;
}
select:focus {
	outline: none;
}
.modal-dialog {
	max-width: 680px;
	margin: 30px auto
}
.planLink {
	display: block;
	text-align: left;
	font-size: 1rem;
	font-weight: 400;
	color: #97c73E;
	margin-top: 0.2rem;
}
.f-field.captchfield {
    display: inline-block !important;
	max-width: 100%;
	overflow: hidden;
}

.rc-anchor-normal, .rc-anchor-normal .rc-anchor-content, .rc-anchor-normal-footer {
    height: 64px !important;
}
.rc-anchor-logo-portrait {
   margin-top:2px !important;
}
/* career page*/
.wpb-js-composer .vc_tta.vc_general.career-tabs .vc_tta-tabs-list {
	padding-top: 15px !important;
}
.wpb-js-composer .vc_tta.vc_general.career-tabs .vc_tta-tab>a {
	padding: 10px;
	background-color: #eee;
	margin-bottom: 10px !important;
	border-radius:4px !important;
}
.wpb-js-composer .vc_tta.vc_general.career-tabs .vc_tta-tab > a:hover {
	background: #0a4363 !important;
	color: #FFF !important;
}
.wpb-js-composer .vc_tta-tabs.career-tabs .vc_tta-tab.vc_active > a {
	background: #0a4363 !important;
	color: #FFF !important;
	font-weight: normal;
	border-radius: 4px !important;
	margin-top: 10px !important;
}
.wpb-js-composer .vc_tta-tabs.career-tabs h2 {
	margin-top: 0px;
	color: #2b556e;
}
.wpb-js-composer .vc_tta-tabs.career-tabs h3 {
	margin-bottom: 30px;
	margin-top: 30px;
	color: #2b556e;
}
.wpb-js-composer .vc_tta-tabs.career-tabs h4 {
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	color: #2b556e;
}
.wpb-js-composer .vc_tta-tabs.career-tabs .vc_tta-panel-body {
	padding-top: 5px;
}
.wpb-js-composer .vc_tta-tabs.career-tabs .vc_tta-panel-body p {
	margin-bottom: 2rem;
}
.wpb-js-composer .vc_tta-tabs.career-tabs .vc_tta-panel-body ul {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wpb-js-composer .vc_tta-tabs.career-tabs .vc_tta-panel-body ul li {
	line-height: 1.5rem;
	margin-bottom: 10px;
}
/*.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.career-tabs .vc_tta-tab > a {	
	background-color: #FFF !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.career-tabs .vc_tta-tab > a:hover {	
	background-color: transparent !important;
}*/

p.career-contact {
	background-color: #fcfcfd;
	border: 1px solid #eee;
	margin: 15px 0;
	padding: 15px;
}
/*-----Career page update 25-10-2018------*/
.klevuLocation-row {
    text-align: center;
    margin: 0 auto;
}
.klevuLocation-row li {
    display: inline-block;
    width: 18%;
	margin-left:0px;
	margin-bottom:5px;
	margin-top:5px;
    margin-right: 1.5%;
    text-align: center;
    padding: 0px;
}
.klevuLocation-row li:last-child { 
	margin-right: 0px;
}
.klevuCorevalues .klevu-icon {
	text-align: left;
}
.klevulocation-row {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-color: #0a4363;
	padding-bottom: 0px;
	padding-top: 2rem;
	background-size: 65%;
	min-height: 350px;
}
.klevuCorevalues .klevu-icon-block {
	padding: 5px 5%;
}
.klevulocation-imgBlock {
	position: relative;
	width: 250px;
	margin: 10px auto;
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.klevulocation-title {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
	color: #FFF;
	display: none;
}
.klevuLocation-row .locationIndia {
	display: none;
}
.hidiIn-global {
	display: none;
}
.whatweofferRow {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.whatweofferList li {
	list-style: none;
	font-size: 1.65rem;
	line-height: 2.65rem;
	font-weight: normal;
	color: #404042;
}
.careerbenefits li {
	list-style: none;
	font-weight: normal;
	color: #404042;
	margin-bottom: 5px;
}
.careerbenefits h3 {
	color: #404042;
	margin-bottom: 5px;
}
.klevu-gallery .imgCol {
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.4s ease;
	display: inline-block;
}
.klevu-gallery .klevu-gallery-img {
	transition: all 0.4s ease;
	transform: scale(1.0);
}
.klevu-gallery .imgCol:hover img.klevu-gallery-img {
	transform: scale(1.04);
}
.klevu-gallery .imgCol.half {
	width: 48%;
	display: inline-block;
	border: none;
	margin-right: 4%;
}
.klevu-gallery .imgCol.half.last {
	margin-right: 0px;
}
.klevu-jobslocation-tabs {
	box-shadow: 0 5px 20px 1px rgba(50,50,93,0.05);
	background-color: #FFF;
	padding: 10px;
}
.klevu-jobslocation-tabs .vc_tta-panels {
	border: none !important;
	background-color: transparent !important;
	min-height: 180px;
}
.klevu-jobslocation-tabs .vc_tta-tabs-list {
	border-bottom: 2px solid #97c73E;
}
.wpb-js-composer .klevu-jobslocation-tabs .vc_tta-tab > a {
	background-color: transparent !important;
	border: 0px !important;
	font-weight: 400;
}
.wpb-js-composer .klevu-jobslocation-tabs .vc_tta-tab.vc_active > a, .wpb-js-composer .klevu-jobslocation-tabs .vc_tta-tab > a:hover {
	color: #97c73E !important;
}
.no-job-listing {
	text-align: center;
	padding: 20px 5px;
	font-weight: normal;
}
.page-id-2318 .header-inner-page .container, .page-id-2497 .header-inner-page .container {
	max-width: 1170px;
}
/*responsive*/
.wpb-js-composer .klevu-jobslocation-tabs.vc_tta.vc_general .vc_tta-panel-title > a {
	padding: 10px !important;
	background: #0A4563 !important;
	color: #FFF !important;
}
.wpb-js-composer .klevu-jobslocation-tabs .vc_tta-panel .vc_tta-panel-body {
	background-color: #f2f2f2;
	padding: 5px;
}
.sjb-page .list-data {
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	padding: 10px 10px;
	width: 100%;
}
/* to hide manage India job tab & list*/
.klevu-jobslocation-tabs a[href='#klevu-jobs-in-india'], .klevu-jobs-in-india {
	display: none !important;
}
.klevu-jobslocation-tabs a[href='#klevu-jobs-in-india'].visitFromIndia, .klevu-jobs-in-india.visitFromIndia {
	display: inline-block !important;
	width: 100%;
}
.klevu-jobslocation-tabs a[href='#klevu-jobs-in-india'].visitNotFromIndia, .klevu-jobs-in-india.visitNotFromIndia {
	display: none !important;
}

/*ends career page CSS*/
/* form label effect css */
.contact-page-form .f-field {
	margin-bottom: 15px !important;
	position: relative;
}
.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7 .wpcf7-form .contact-page-form .f-field > label {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 5px;
	top: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	-webkit-transition: top .2s;
	transition: top .2s;
	font-size: 0.95rem;
	color: #333333;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form .wpcf7-textarea {
	width: 100%;
	background-color: transparent;
}
.wpcf7 .wpcf7-form label.f-label.has-value {
	top: 4px;
	font-size: 0.88rem;
	color: #CCC;
}
div.wpcf7-mail-sent-ok {
	/* border: 2px solid #398f14; */
	color: #97C73E;
	font-weight: 400;
}
.row.contact-page-row {
	margin: 0px !important;
}



/* ends form label effect css */
/* contact page changes 03-12-2018*/
.klevuMapBlock {
    font-size: 1.3rem;
     margin-top: 2px;
    margin-bottom: 5px !important;
    font-weight: 400;
}
.contact-page-row .addresstxt {
    min-height: 95px;
    margin-bottom:5px;
}
.klevuMapLink .fa {
    font-size: 1.65rem;
    margin-right: 3px;
}
/* ends contact page changes 03-12-2018*/

/*definitive guide*/
.definitiveguideWrap-bg {   
    background-image: url(../../../uploads/thedefinitiveguidewrap-bgImage1.jpg) !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
    background-color: #0A4563;
    background-size: 50% 100%;
    margin-top: -11%;
	margin-bottom: 8% !important;
	
}
.definitiveGuideFormBlock {	
	width:100%;
	padding:0px 10%;
	box-sizing:border-box;
	height:580px;
	display:flex;
	align-items:center;	
}
.definitiveGuideDesc {
	color:#FFF;
	font-size:1.65rem;
	line-height:2.55rem;
	padding-right:20%;
	margin-bottom: 3rem;
}
.wpcf7 input[type="submit"].btn-success {
	color: #fff;
	background-color: #97C73E;
	border-color: #97C73E;
}
.wpcf7 input[type="submit"].btn-success:hover {    
    background-color: #7dbc01;
    border-color: #7dbc01;
}
 .wpcf7-form .fieldWhite input.wpcf7-text,  .wpcf7-form .fieldWhite .wpcf7-textarea {
    width: 100%;
    background-color: #FFF;
	color:#000;
	border-radius: 3px;
    padding: 12px;
}
.page-id-1645 h1 {
    font-size: 2.6rem;
}
.page-id-1645 .header-inner-page .container {
    text-align: center;
    max-width: 950px;
}
.definitiveGuideFormBlockInner {
   width:100%;
   display:block;
}
/*ends definitive guide*/

/*404 error page*/
	.error404 .testimonialSep {
    height: 1px;
    background: #ddd;
    width: 100%;
    margin: 30px auto 45px auto;
		position: relative;
}
	.error404	.testimonialSep::before {
    position: absolute;
    left: 46%;
    top: -12px;
    font-size: 3rem;
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #6DAB3C;
    background: #FFF;
    margin-left: -16px;
    margin-right: 10px;
    display: block;
    padding: 0px 12px;
}
/*ends 404 error page*/

/* hamberger menu Icon for mobile */

 #mobnav-icon {
  width: 30px;
  height: 22px;
  position: relative;
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	 margin-top: 2px;
}

#mobnav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #0A4563;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#mobnav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#mobnav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#mobnav-icon span:nth-child(1), #mobnav-icon span:nth-child(2) {
  top: 0px;
}

#mobnav-icon span:nth-child(3), #mobnav-icon span:nth-child(4) {
  top: 8px;
}

#mobnav-icon span:nth-child(5), #mobnav-icon span:nth-child(6) {
  top: 16px;
}

#mobnav-icon.open span:nth-child(1),#mobnav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobnav-icon.open span:nth-child(2),#mobnav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobnav-icon.open span:nth-child(1) {
  left: 0px;
  top: 6px;
}

#mobnav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 6px;
}

#mobnav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#mobnav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#mobnav-icon.open span:nth-child(5) {
  left: 0px;
  top: 16px;
}

#mobnav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
}
/* pdf guide page*/
.downloadpdfRow {
	
	padding-top: 4rem;
	padding-bottom: 2rem;
	border-top:1px solid #eee;
	margin-top: 4rem;
}
.pdf-Image img {
    max-width: 75% !important;
    border: 1px solid #ddd;
    margin: 0px !important;
    padding: 0px !important;
}

/*code for pps popup*/
.ppsInnerTblContent .col-md-6 {
    max-width: 46%;
    display:flex;
    align-items:center;
	padding-right:0px;
}
.closeIcon {
    position: absolute;
    right: 6px;
    top: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    cursor: pointer;
    background: none;
    border: 0px;
}
.closeIcon:hover {
  opacity: 1;
}
.closeIcon::before, .closeIcon::after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color:  #0A4563;
}
.closeIcon:before {
  transform: rotate(45deg);
}
.closeIcon:after {
  transform: rotate(-45deg);
}
/* ends code for pps popup*/
/* style for schedule demo new form 9-03-2018*/
.schdemoWrap-bg {
	background-image: url(../../../uploads/schedule-demo-side-image.jpg) !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	background-color: #0A4563;
	background-size: 62% 100%;
	margin-top: -18%;
	margin-bottom: 10% !important;	
}
.contact-page-form.schdemoWrap {
	/*width: 75%;
	margin: 30px 10% 10px 15%;*/
	width: 100%;
	padding: 30px 12% 10px 12%;
background: #0A4563;
}
.schdemoInner {
	margin: 0px;
	padding: 0px;
}
.schdemoWrap .wpcf7-form-control.hfield {
	background-color: #FFF;
	padding: 8px 7px;
	border-radius: 4px;
}
.schdemoWrap .f-field .wpcf7-not-valid-tip {
	position: absolute;
	top: -24px;
	right: 0px;
	display: none;
}
.schdemoWrap .hfield.wpcf7-not-valid {
	background-image: url(../img/error-icon.png);
	background-position: right 8px center;
	background-size: 15px;
	background-repeat: no-repeat;/*background-color: #ffece7 !important;
    border: 1px solid #F00 !important;*/
}
.schdemoWrap .f-field .scheduleDemomessage-953 .wpcf7-not-valid-tip {
	top: -55px;
}
.contact-page-form.schdemoWrap .f-field > label {
	left: 10px !important;
	color: #333;
	z-index: 1;
	font-size: 0.90rem;
}
.schdemoWrap.contact-page-form .f-field {
	margin-bottom: 8px !important;
}
.schdemoWrap.contact-page-form .f-field .wpcf7 select.hfield {
	margin-top: 8px !important;
}
.schdemoWrap.contact-page-form textarea {
	height: 55px;
	background-color: #FFF !important;
	border-radius: 4px;
	display: block;
	margin-top: 0px;
}
.schdemoWrap.contact-page-form textarea:focus {
	background-color: #FFF !important;
}
.schdemoWrap.contact-page-form .planLink {
	font-size: 0.85rem;
	margin-left: 7px;
	margin-top: 0.1rem;
}
.schdemoWrap.contact-page-form input[type="submit"] {
	background-color: #97c73E;
	border-color: #97c73E;
	margin-left: 0px;
	margin-bottom: 8px;
}
.downloadDatasheetRow {
	padding-top: 2rem;
}
.vc_row.downloadDatasheetRow .wpb_content_element {
	margin-bottom: 0px;
}
.datasheetContent .ds1 {
	font-size: 0.9rem;
	color: #97c73E;
	margin-bottom: 4rem;
	font-weight: 400;
}
.schdemoWrap.contact-page-form .btn-success:hover, .schdemoWrap.contact-page-form input[type="submit"]:hover, .datasheetContent .btn-success:hover, .datasheetContent .btn-success:focus, .schdemoWrap.contact-page-form input[type="submit"]:focus {
	color: #fff;
	background-color: #7dbc01;
	border-color: #7dbc01;
}
.slidIndatasheetForm {
	background: #FFF;
	padding: 30px;
	padding-top: 20px;
	position: absolute;
	top: 20%;
	width: 90%;
	left: 14px;
	display: none;
	box-sizing: border-box;
 transition:width .3s ease;
	-webkit-transition: width .3s ease;
}
/*style for pps*/
.ppsInnerTblContent .contentWraapper {   
    width: 100% !important;
    box-sizing: border-box !important;
}
/* style for scn*/
.addOn-title {
	font-size:1.2rem;
	display: inline-block;
	font-weight: 300;
	border-bottom: 1px solid #FFF;
}
.vc_row.scnbgSection1, .vc_row.scnbgSection2 {
	padding: 25% 0px;
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.scnBenefitsrow2 h3 { 
	min-height:60px;
}
.scnDownloadrow { 
	margin-bottom:-25px !important;
	}
.tblack{
	color:#000 !important;
}
.scnDownloadrow .datasheetContent .ds1 {
    font-size: 0.9rem;
    color: #97c73E;
    margin-bottom: 2rem;
    font-weight: 400;
}
.header-content-block .btn.btn-outline-secondary:focus {
	
	border-color:#2b556e;
}
/* css for add-On tab*/
.row.klevu-addonRow {
    border: 1px solid #ddd;
	margin-bottom: 40px !important;
}
.row.klevu-addonRow .klevu-addonImgblock {
    padding: 0px !important;
}
.featureBox-img.klevu-addonImg {
    margin: 0px !important;
}
.addOn-sep1 {
    font-size: 2rem;
    line-height: 2rem;
    vertical-align: middle;
	color:#0A4563;
}
/* style for Imagine Event page*/

.imagineformRow {
    margin-top: -15%;
    background: #FFF;
    text-align: center;
    border: 1px solid #ddd;
	padding-top: 4%;
padding-bottom: 0px;
}
.contact-page-form.imagine-eventForm {
    margin: 0 auto;
    padding: 10px 10% 10px 10%;
	box-sizing:border-box;
}

.team-at-Event {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.team-at-Event-list {
    margin: 0px;
        margin-bottom: 0px;
    padding: 0px;
    list-style: none;
}
.team-at-Event-item {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
	    min-width: 120px;
}

.team-at-Event-item img {
    border-radius: 50%;    
    margin-bottom: 10px;
    width: 80px;
    height: auto;
}
.team-at-Event-item .authorName {
    font-size: 1rem;
    color: #0A4563;
    font-weight: 400;
    line-height: 1.5rem;
}

.team-at-Event-item .authorName .authorPos {
    font-weight: 300;
	display: block;
	line-height:1.0rem;
}
.team-at-Event.ppsPopup {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.magentoImagine2018-vegas .team-at-Event-item .authorName {
	font-size: 0.95rem;
}
.team-at-Event-item .authorName .authorPos {
    font-weight: 300;
	display: block;
	font-size:0.8rem;
}
.team-at-Event.ppsPopup .team-at-Event-item img {
	width:60px;
}
.team-at-Event.ppsPopup .team-at-Event-item {	
	 min-width: 80px;
}
/* test hubspot form css*/
.hbspt-form input {
    background: #FFF;
}
.hs-input, .hbspt-form input, .hs-form input {
  background-color: #f5f8fa !important;
}
/* css for IRCE 2018*/
.row.ppcEventrow {
    margin:0px;
    padding:0px;
  }
.ppsInnerTblContent .col-md-6.irceEventgrid {
    max-width: 50%;
    width: 50%;
    padding: 0px;
}

/* css change for hawkfest event*/
.contactPage-hsform.klevu-eventForm {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.page-id-2167 .header-content-block {
	padding-top:10px;
	margin-top: -45px;
}
.hawkfestheaderLogo img {
    width: 485px;
}
.hawkfestheader-klevuLogo img {
    width: 145px;
    display: inline-block;
    margin-top: -5px;
}
.hawkfestheaderDesc {
    font-size: 1.95rem;
    font-weight: normal;    
}
.header-eventDesc {
    font-size: 1.35rem;
    font-weight: normal;
    margin-top: 10px;
}
/* ends css change for hawkfest event*/

/*css for dropdown on hover*/

/* CSS for home icons Sprites*/
.ksfeature-icon-insight, .ksicon-self-learning, .ksklevu-icon-nlp, .ksmerchandising, .ksklevu-icon, 
.ksarrow-left, .ksarrow-right
{ display: inline-block; background: url('../img/homeIconSprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.ksfeature-icon-insight { background-position: -2px -0px; width: 64px; height: 64px; }
.ksicon-self-learning { background-position: -2px -66px; width: 64px; height: 64px; }
.ksklevu-icon-nlp { background-position: -2px -132px; width: 64px; height: 64px; }
.ksmerchandising { background-position: -2px -198px; width: 64px; height: 64px; }
.ksklevu-icon { background-position: -2px -264px; width: 32px; height: 32px; }
.ksarrow-left { background-position: -36px -264px; width: 22px; height: 38px; }
.ksarrow-right { background-position: -2px -298px; width: 22px; height: 38px; }

.tagline-txt {    
   /* display: inline-block;
    vertical-align: middle;
    margin-top: -18px;
    margin-left: 4px;*/
}
/* ends CSS for home icons Sprites*/
/* code change for  eTail west*/
.client-logo-list.grid-4 li {
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 8%;
	margin-top: 10px;
	padding: 1% 0.5%;
	width: 18%;
}
.client-logo-list.grid-4 li:last-child {
	margin-right: 0px;
}

/* CSS code for event counter*/
.eventCoundowBlock {
	max-width: 100%;
	margin-top: 45px;
	margin-bottom: 0px;
}
ul.eventCount {
	list-style: none;
}
ul.eventCount li {
	list-style: none;
	display: inline-block;
	padding: 10px 20px;
	border-right: 1px solid rgba(255,255,255, 0.65);
	font-size: 3.65rem;
	font-weight: bold;
	text-align: center;	
}
ul.eventCount li:last-child {
	border-right: none;
}
ul.eventCount li span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	margin-top:15px;
}
.fw-normal {
    font-weight:normal !important;
}
.fw-300, .fw-thin {
    font-weight:300 !important;
}
.team-at-Event .btn {
    padding: 8px 12px;
}
.eTailwestformRowInner .team-at-Event-item {
    
    margin-right: 6px;
    margin-left: 6px;
	width: auto;   
}
/* ends CSS code for event counter*/

@media (max-width:1366px) {
.h3, h3 {
    font-size: 1.3rem;

	}
	.pricing {
		    font-size: 14px;
			letter-spacing:0.1px;
	}
	/*-----Career page update 25-10-2018------*/
	.whatweofferRow {
		background-size: 100%;
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
	.whatweofferList li {
		font-size: 2.1rem;
		line-height: 3.2rem;
	}
}
@media (max-width:1280px) {
.integrationImgWrap img {
	width: 42px;
}
.integrationBox .integrationImgWrap, .integrationBox:hover .integrationHover {
	font-size: 1.2rem;
}
.navbar-toggleable-md .navbar-nav .nav-link {
	padding: 1.3rem 0.65rem;
}
.header-img-block, .header-img-block .header-image {
	min-height: 28em;
}
html {
	line-height: 1.0;
	font-size: 13px;
}
.shopifyFeatures {
	padding-top: 1rem;
}
/* style for schedule demo new form 9-03-2018*/
.schdemoWrap-bg {
	margin-top: -13%;
}
/*-----Career page update 25-10-2018------*/
.whatweofferRow {
	background-size: 100%;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.whatweofferList li {
	font-size: 1.8rem;
	line-height: 2.8rem;
}
.contact-page-row .addresstxt {
    min-height: 75px;
    font-size: 1.2rem;
    line-height: 1.7rem;
}
}

@media (max-width:1170px) {
.modal-dialog {
	max-width: 550px;
	margin: 30px auto
}
.h1, h1 {
	font-size: 2.4rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}
.magentoHeader-icon img {
	max-width: 75px;
}
/*customers page with isotope*/
.csgrid-item {
	
	height: 185px;	
	margin-bottom: 20px;
}
.csgrid-item.withDesc {
	height: 375px;
}
}

@media (max-width:1024px) {
/* responsive partners page*/
.partners-row {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.parnterDetail {
	padding-bottom: 10px;
	padding-top: 20px;
}
.parnterDetail .partnerLogowrap {
	text-align: center;
	height: 80px;
}
.parnterDetail .partnerLogowrap > a {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 auto;
}
.parnterDetail .partnerLogowrap img {
	max-width: 100% !important;
	max-height: 60px !important;
	width: auto;
	height: auto;
}
.parnterDetail .partnerItem {
	padding: 15px 4%;
}
.klevu-icon-block.vc_column_container {
	padding: 1rem;
}

.contact-page-row .pt-4 {
	padding-top: 10px !important;
}

/*definitive guide*/

.definitiveGuideFormBlock {
	
	height:450px;	
}
.page-id-2038 h1 {
    font-size: 2.0rem;
}

.definitiveGuideDesc {
	
	font-size:1.3rem;
	line-height:1.8rem;
	margin-bottom: 3rem;
}
/*ends definitive guide*/
/* css change for hawkfest event*/

.page-id-2167 .header-content-block {
	padding-top:10px;
	margin-top: -15px;
}
.hawkfestheaderLogo img {
    width: 285px;
	max-width:100%;
}
.hawkfestheader-klevuLogo img {
    width: 110px;    
}
.hawkfestheaderDesc {
    font-size: 1.55rem;
    font-weight: normal;   
}
.header-eventDesc {
    font-size: 1.25rem;
    font-weight: normal;
    margin-top: 10px;
}
/* ends css change for hawkfest event*/

/*-----Career page update 25-10-2018------*/
.whatweofferRow {
	background-size: cover;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.whatweofferList li {
	font-size: 1.6rem;
	line-height: 2.5rem;
}
.slidIndatasheetForm {
	top:5%;
}
}

@media (max-width:991px) {
.navbar-nav {
	width: 100%;
}
.menu-item {
	display: block;
	float: none;
	width: 100%;
}
.header-right-links {
	width: auto;
	display: inline-block;
	margin: 0.5rem;
	margin-right: 1rem;
}
.navbar {
	position: relative;
}
html {
	font-size: 13px;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
	float: none;
}
.client-logo-list.grid-6 li {
	box-sizing: border-box;
	padding: 0.8rem;
	width: 16%;
	max-width: 180px;
}
.client-logo-list.grid-5 li {
	box-sizing: border-box;
	padding: 0.8rem 0px;
	width: 19.5%;
	max-width: 180px;
}
.casestudyItemcol {
	min-height: 350px;
}
.casestudyItemcol-full .casestudyItem {
	min-height: 310px;
}
.features-tabs .vc_tta-panels {
	padding-left: 5%;
	padding-right: 5%;
}
.owl-prev {
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -22px !important;
}
.owl-next {
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -22px !important;
}
.header-img-block.header-home, .header-img-block.header-home .header-image, .header-img-block, .header-img-block .header-image {
	min-height: 22em;
}
.header-img-block.header-home {
	min-height: 26em;
}
.header-img-block.header-home .header-image {
	min-height: 26em;
}
.dm-ku-Logo img {
	max-width: 140px;
}
.scheduleDemomessage-953 textarea {
	height: 160px;
}
.wpb_single_image.shopify-hand-image {
	margin-bottom: 0 !important;
	margin-top: 30px;
	position: absolute;
	bottom: 0px;
}
/*style for pps*/
.ppsPopupShell {
	left:7% !important;
	max-width:86% !important;
}
.ppsInnerTblContent .contentWraapper, .ppsInnerTblContent .imageWraapper {
    padding: 10px !important;
}
.ppsInnerTblContent .popupTitle {
    font-size: 1.50rem !important;
    line-height: 1.85rem !important;
    width: 100% !important;
}
.ppsInnerTblContent .popDesc {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;       
}
.eventDetail {
    font-size: 1.20rem !important;
    line-height: 1.40rem !important;    
}
.ppsInnerTblContent .authorImgBlock {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
/*ends for pps popup*/
/* css for add-On tab*/
.row.klevu-addonRow {   
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px !important;
}

/*customers page with isotope*/
.csgrid-item {
	
	height: 160px;	
	margin-bottom: 20px;
}
.csgrid-item.withDesc {
	height: 310px;
}
.csgrid-item .card-block.customerDescblock {    
    padding-top: 15px;
    padding-bottom: 15px;
}
.csgrid-item .customerDesc {
   
    font-size: 1.2rem;
    margin-bottom: 15px;    
    line-height: 1.5rem;
}
.csgrid-item .customerItemLink {
    margin-top: 15px;
    margin-bottom: 15px;
}
.slidIndatasheetForm {
	top:0%;
}
}
@media (max-width:991px) and (min-width:640px) {
/*style for pps*/
.team-at-Event.ppsPopup .team-at-Event-item {
    max-width: 22%;
	vertical-align: top;
	margin-right: 1%;
	margin-left: 1%;
	min-width:60px;
}
.ppsInnerTblContent .popupTitle {
    font-size: 1.45rem !important;
    line-height: 2.0rem !important;
}
.eventDetail {
    font-size: 1.1rem !important;
    line-height: 1.60rem !important;
}
.team-at-Event.ppsPopup {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.team-at-Event.ppsPopup .team-at-Event-item img {
    width: 50px;

}
.ppsInnerTblContent .col-md-6 {
    max-width: 45% !important;	
}

/* CSS for IRCE 2018*/
.col-md-6.irceEventgrid .team-at-Event.ppsPopup .team-at-Event-item {
    max-width: 46%;	
}
.col-md-6.irceEventgrid .eventDetail {
    font-size: 1rem !important;
    line-height: 1.20rem !important;
	margin-bottom:0px;
}
.ppsInnerTblContent .col-md-6.irceEventgrid .popupTitle br {
	display:none;
}
.col-md-6.irceEventgrid .authorName {
	margin-top:0px;
	margin-bottom:5px;
}
}
@media (min-width: 768px) and (max-width: 980px) { 
  .contact-page-row .addresstxt {
    min-height: 65px;
    margin-bottom:5px;
    font-size: 1rem;
    line-height: 1.45rem;
}  
.contact-img-block img {
    padding-top: 12px;
    padding-left: 12px;
} 
.klevuMapBlock {
    font-size: 1.1rem;
}
.contact-page-row .pt-2 {
    padding-top:10px !important;
}
}

@media (max-width:768px) {
	.meshim_widget_Widget * {
    
    bottom: 0px !important;
}
.h1, h1 {
	font-size: 2.0rem;
	line-height: 2.2rem;
}
.h2, h2 {
	font-size: 1.6rem;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}
.magentoHeader-icon img {
	max-width: 55px;
}
.client-logo-list.grid-6 li, .client-logo-list.grid-7 li, .client-logo-list.grid-5 li {
	box-sizing: border-box;
	max-width: 135px;
	padding: 0.8rem;
	width: 32%;
	margin-bottom: 15px;
}
.client-logo-list.grid-7 li {
	max-width: 140px;
	width: 24%;
}
.header-content-block {
	padding-top: 35px;
}
.dropdown-menu .menu-item a.nav-link {
	padding: .8rem 0.8rem;
}
.footer-social {
	padding-right: 0px;
}
.categoryFilter {
	margin-top: 35px;
	width: 95%;
}
.categoryFilter a {
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 5px 3px;
	font-size: 1.1rem;
}
.card-block.customerDescblock {
	margin-top: 0px;
	border: 1px solid #e2e2e2;
	padding-top: 15px;
	padding: 0.50rem;
}
.card.customerItem .customerItemLink {
	margin-top: 20px;
	margin-bottom: 10px;
}
.card.customerItem .customerDesc {
	font-size: 1.1rem;
	margin-bottom: 15px;
	min-height: 40px;
	line-height: 1.35rem;
}
.wpb_single_image.shopify-hand-image {
	margin-top: 30px;
	position: relative;
}
.shopifyFeatures {
	padding-top: 0rem;
}
.feature-box {
	padding: 8px;
}
.team-row .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 33%;
    display: inline-block;
    float: left;    
}
.team-box {	
	max-width: 180px;	
}
.team-detail {	
	margin-top: 5px;	
}
.team-detail h5 {
	margin-bottom: 5px;
	font-size:1.1rem;
}
/*definitive guide*/
.definitiveGuideFormBlock {	
	height:400px;	
}
.page-id-1645 h1 {
    font-size: 2.0rem;
}
.definitiveGuideDesc {	
	font-size:1.2rem;
	line-height:1.6rem;
	padding-right:10%;
	margin-bottom: 2rem;
}
/*ends definitive guide*/

.slidIndatasheetForm {
	top:-10%;
}
}


@media (max-width:767px) {
	.features-tabs .vc_tta-tabs-container {
		display: block !important;
	}
	.features-tabs .vc_tta-tabs-list, .wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
		
		padding: 12px 15px;
margin-right: 1px;
margin-bottom: 1px;
	}
	.features-tabs .vc_tta-panel .vc_tta-panel-heading {
		display:none !important;
	}
	.wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active::after {
		display:none;
	}
	.wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:focus, .wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover, .wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
		background-color: #053754;
		color: #fff;
	}
/* style for schedule demo new form 9-03-2018*/
	.schdemoWrap-bg {
		background-image: none !important;
	}
	.contact-page-form.schdemoWrap {
		width: 80%;
		margin: 15px 10% 15px 10%;
	}
	.downloadDatasheetRow {
		padding-bottom: 2rem;
	}
	.download-datasheetImg img {
		width: 100%;
	}
	/*style for pps*/
.popupContent-centered .authorImgBlock .authorImgitem {
	width:auto !important;
	text-align:center !important;
}
.ppsInnerTblContent .authorImgBlock img {
    border-radius: 50%;
    width: 64px;
}
.ppsInnerTblContent .col-md-6 {
    max-width: 100% !important;
    display: block;	
}
.ppsInnerTblContent .imageWraapper {
	display:none;
}
.ppsPopupShell {
	left:7% !important;
	max-width:86% !important;
}
.ppsPopupShell .imageWraapper, .ppsInnerTblContent .popupTitle br {
	display:none !important;
}
.ppsPopupShell .imageWraapper, .ppsInnerTblContent .popupTitle {
		padding-right: 6%
}
.ppsInnerTblContent .popupTitle, .popupTitle2 {
    font-size: 1.3rem !important;
    line-height: 1.85rem !important;
}
.ppsInnerTblContent .contentWraapper {
    padding:10px 15px !important;
	margin:0 auto;
	text-align:center;
}
.ppsInnerTblContent .popDesc {
    
    margin-bottom: 10px !important;
}
.popupContent-centered {
	text-align:center;
}
/* style for scn*/
.ds3 br, .scnFormeowInner p.tblue br  {
    display: none;
}

.scnBenefitsrow2 h3 {
    min-height: 20px;
}
/* css for add-On tab*/
.dm-ku-Logo.addon-title-dotmailer img {
    max-width: 90px;
}
/* enable career tabs in mobile device*/
.vc_general.vc_tta.vc_tta-tabs.vc_tta-color-white.vc_tta-style-flat.vc_tta-shape-rounded.vc_tta-spacing-1.career-tabs.vc_tta-tabs-position-left.vc_tta-controls-align-left {
    display: block !important;
}
.career-tabs .vc_tta-tabs-container {
    display: block !important;
}
.wpb-js-composer .vc_tta-tabs.career-tabs h2 {
	width:100%;
}
/* CSS for IRCE 2018*/
.ppsInnerTblContent .col-md-6.irceEventgrid {
    max-width: 100% !important;
    width: 100%;
    padding: 0px;
}
.table.gdpr-tableData {
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/*definitive guide*/
.definitiveGuideFormBlock {
    height: auto;
    background: rgba(10, 69, 99, 0.88);
    padding: 10%;
    display: block;
}
.definitiveguideWrap-bg {
   
    background-position: center;    
    background-size: cover;
	 margin-top: -8%;
    
}
.definitiveGuideDesc {   
    padding-right: 5%;
    margin-bottom: 2rem;
}
.definitiveGuideDesc br {
	display:none;
}
.definitiveguideWrap-bg .col-md-6 {
    min-height: 0px;
}
/*ends definitive guide*/
/*customers page with isotope*/
.csgrid-item {
	float: left;
	width: 45%;
	height: 160px;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.csgrid-item.withDesc {
	height: 335px;
}

/*-----Career page update 25-10-2018------*/
.klevuLocation-row li {
	margin-right: 1%;
}
.whatweofferList li {
	font-size: 1.15rem;
	line-height: 1.65rem;
}
.klevu-jobslocation-tabs .vc_tta-panel-body {
	background: none !important;
	padding: 5px 5px !important;
}

/* code change for  eTail west*/
.client-logo-list.grid-4 li {
    margin-bottom: 2px;
    margin-right: 1%;
    margin-top: 2px;
    width: 23%;
}
.etail-ocoCaseStudyRow .download-datasheetImg {
    max-width: 250px;
    margin: 0 auto;
}
.eventCoundowBlock {	
	margin-top: 20px;	
}
ul.eventCount li {	
	padding: 6px 12px;	
	font-size: 2.5rem;	
}
/* CSS code for event counter*/
.wpb-js-composer .klevu-jobslocation-tabs.vc_tta.vc_general .vc_tta-panel-title > a {
    margin-bottom: 10px;
}
.sjb-page .col-xs-12 {
   
    margin-bottom: 10px !important;
    margin-top: 10px;
}
}

@media (max-width:640px) {
	
html {
	font-size: 13px;
}
.casestudyItem .casestudyItemdetail, .casestudyItem .casestudyItemdetail1 {
	margin-bottom: 10px;
}
.casestudyItem {
	margin: 10px 1% 10px 1%;
}
.wpb-js-composer .features-tabs.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background: #2b556e !important;
}
.wpb-js-composer .features-tabs.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
	color: #FFF !important;
	margin-bottom: 1px;
}
.wpb-js-composer .features-tabs.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #0d4b70;
}
.wpb-js-composer .features-tabs.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a::after {
	content: '+';
	height: auto;
	width: auto;
	border: 0px solid #FFF;
	position: absolute;
	right: 10px;
	font-size: 24px;
	line-height: 24px;
	top: 10px;
}
.wpb-js-composer .features-tabs.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a::after {
	content: '-';
}
.w55 {
	width: 95% !important;
}
.pt-3, .pb-3, .pt-4, .pb-4, .pt-5, .pb-5 {
	padding-top: 0.6rem !important;
	padding-bottom: 0.6rem !important;
}
.sep40 {
	height: 5px !important
}
.wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	padding-top: 15px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 10px !important;
}
.wptww-testimonials-slidelist.design-1, .wptww-testimonials-list.design-1 {
	margin-bottom: 0px;
}
body p, body li, body strong {
	letter-spacing: normal;
}

.contactUkblock > div {
	margin-left: 0px !important;
}
.dm-ku-Logo img {
	max-width: 110px;
}
.footer-top2 ul li a {
	font-size: 1.2rem;
	display: inline-block;
	margin-bottom: 8px;
	line-height: 1.5rem;
}
.footer-top h5 {
	font-size: 1.3rem;
}
.scheduleDemomessage-953 textarea {
	height: 120px;
}
.card-columns.customerPagedata {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 1.5rem;
	width: 90%;
	margin: 30px auto;
}
.card.customerItem {
	margin-bottom: 20px;
}
.shopifyHeaderlogo {
	margin-bottom: 10px;
	max-width: 120px;
}
	.featureBox-img.fcustomizeImg {
		
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -22px !important;
		margin-top: 30px !important;
}
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
		padding-top: 10px !important;
	}
	.customerPagedata.row {
    padding-top: 40px;
    margin: 15px;
}
.navbar-toggleable-md > .container {
	padding-top:10px;
padding-bottom:10px;
}
.counter-content-block .counterNum {
	font-size: 2.5rem;
}

.featureBox-img.fcustomizeImg.ftabImg {
    display: none;
}
.featureBox-img.fmobImg img {
    width: 190px;
}
.aboutDesc p.text-justify, .aboutDesc h3 {
	text-align:center !important;
}
/*style for pps*/
.eventDetail {
    font-size: 1.15rem !important;
    line-height: 1.60rem !important;
}
.ppsInnerTblContent .col-md-6 {
    max-width: 100% !important;
    display: block;	
}
.ppsInnerTblContent .imageWraapper {
	display:none;
}
/* style for download datasheet*/
.datasheetContent {
	padding-top: 20px;
	text-align: center;
}
.eventDetail {
	font-size: 1.15rem !important;
	line-height: 1.25rem !important;
}
/* css for add-On tab*/
.row.klevu-addonRow {
    text-align: center;
}

.row.klevu-addonRow {
    border: 1px solid #ddd;	
	padding-bottom: 20px;
}
/*-----Career page update 25-10-2018------*/
.klevuLocation-row li, .klevuLocation-row li:last-child {
	margin: 1%;
	width: 28%;
}
.klevuCorevalues .klevu-icon {
	text-align: center;
}
.klevuCorevalues .klevu-icon-block {
	text-align: center;
}
.slidIndatasheetForm {
    padding: 10px 15px;
    top: -30%;
    width: 90%;
    left: 5%;
	text-align:left;
}
.header-content-block .btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-content-block .btn, .btn, .wpcf7 input[type="submit"] {
    padding: 7px;
    margin: 5px !important;
}	
}

@media (max-width:479px) {
	.header-right-links {
		display:none !important;
	}
	.demoBtn-xs { display:block !important;}
	.navbar-nav {
		padding-top:10px;
	}
	.navbar-toggleable-md .navbar-nav .nav-link {
	padding: 0.85rem 0.3rem;
}
.vc_row.wpb_row.vc_row-fluid.pt-4.homeTestimonialrow {
    padding-top: 40px !important;
}

.categoryFilter {
	display: none;
}
.h1, h1 {
	font-size: 1.9rem;
	line-height: 2.1rem;
}
.h2, h2 {
	font-size: 1.5rem;
	margin-top: 1.4rem;
	margin-bottom: 1.3rem;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.vc_tta-panel-body h2 {
	
	width:100%;
}

h2 br, h1 br {
	display: none;
}
.h3, h3 {
	font-size: 1.3rem;
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
}
.morphext {
    margin-left: 5px;
}
.pricing-subTitle {
font-size: 1.6rem;
 }
.header-home .header-content-block {
    text-align: center;
}
p.header-desc {
	font-size: 1.2rem;
margin-bottom: 5px;
line-height: 1.8rem;
}
.customer-tab, .casestudy-tab {
	padding: 4%;
}
.header-img-block, .header-img-block .header-image {
	min-height: 24em;
}
.header-img-block.header-home {
	min-height: 24em;
}
.header-img-block.header-home .header-image {
	min-height: 24em;
}
.footer-social {
	margin-top: 20px;
	text-align: left;
}
.wptww-specTxt1 {
	font-size: 1.5rem;
	line-height: 2.0rem;
	margin-top: 10px;
	margin-bottom: 10px !important;
}
.homeTestimonialrow .wptww-testimonials-text, .testimoniaSliderrow .wptww-avtar-image {
	width: 100%;
	min-height: 90px !important;
}
.homeTestimonialrow .wptww-testimonials-text, .testimoniaSliderrow .wptww-avtar-image {
	min-height: 140px !important;
}
.caseStudyblock {
	min-height: 320px;
}
.btn, .wpcf7 input[type="submit"] {
	/*padding: 0.5rem 0.75rem;*/
	font-size: 1rem;
	margin-right: 0.3rem;
}
p.compatibility {
	display: none;
}
.owl-item .logo-container, .owl-item .logo-container > a {
	width: 90%;
}
div#wpaft-logo-slider-klevu-customers-logo .owl-item .logo-container {
	width: 70%;
}
.owl-prev {
	position: absolute;
	left: -15px;
}
.owl-next {
	position: absolute;
	right: -15px;
}
#compare-plans, .cmprBtn {
	display: none !important;
}
	.featureBox-img.fcustomizeImg {	
		
		margin-bottom: -20px !important;		
}
.vc_toggle_title h4 {
    font-size: 1.05rem;
}	
.pricing-faq .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {    
    left: 2px;   
    top: 12px;
}
	.pricing-faq .vc_toggle_title {
    padding: 11px 5px 11px 28px !important;
}
	.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
	height: 14px !important;
	width: 14px !important;
}
.client-logo-list.grid-6 li, .client-logo-list.grid-7 li, .client-logo-list.grid-5 li {
	padding: 0.3rem;
}
.pricing-tiers {
	padding:15px;
}
.magentoHeader-icon img {
    max-width: 40px;
}
.row.contact-page-row {	
	padding-bottom: 20px;
	
}
.feature-box {
    padding: 8px 10px;
}
.header-inner-page .header-entry-title {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.downloadpdfRow {
    padding-top: 5px;
    
}
.downloadpdfRow .pdf-Image {
    margin-top: 30px;
}
/* style for Imagine Event page and schedule demo new form 2018 9-03-2018*/
.schdemoWrap-bg {
	background-image: none;
}
.rc-anchor-normal {
	width: 200px !important;
}
.download-datasheetImg {
	text-align: center;
	max-width: 250px;
	margin: 10px auto;
	margin-bottom: 10px;
}	
.team-at-Event-item {   
    margin-right: 2%;
    margin-left: 2%;
    width: 44%;
	margin-top: 5px;
	vertical-align: top;
}
/*style for pps*/
.ppsInnerTblContent .popDesc br { 
 display:none !important;
}	
.ppsInnerTblContent .col-md-6 {
    max-width: 100% !important;
    display: block;	
}
.ppsInnerTblContent .imageWraapper {
	display:none;
}
/* style for scn*/

p.header-desc br {
    display: none;
}
.testimonialDesign2 .wptww-testimonials-slidelist .slick-slide {	
	min-height:400px;
}
/* CSS for shopify plus page Customer logo*/
.shopifyPlus-page .client-logo-list.grid-5 li {
	width:48% !important;
	max-width:48% !important;
}
.shopifyPlus-page .client-logo-list.grid-5 li img {	
	max-width:135px !important;
}
.shopifyPlus-page .client-logo-list {
	margin-bottom:1rem;
}	
/* ends CSS for shopify plus page Customer logo*/
.row.speakerData-row {
	text-align:center;
}
.headerLogo-list li.logo-item {
	max-width:30% !important;
}

.features-tabs .vc_tta-tabs-list, .wpb-js-composer .features-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
    padding: 5px;
    font-size: 1.2rem;
    margin: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
}

}
@media (max-width:429px) {
.h2, h2 {
	
	width:100%;
	
}
.team-at-Event-item {
    min-width: 102px;
}
.team-row .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
    display: block;
    float: none;    
}
/*customers page with isotope*/
.csgrid-item {
	float: left;
	width: 90%;
	height: 200px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 15px;
}
.csgrid-item.withDesc {
	height: 410px;
}
.csgrid-item .customerDesc {
    min-height: 30px;
}
.grecaptcha-badge {
    width: 185px !important;
    overflow: hidden !important;
}

.slidIndatasheetForm {
    padding: 15px 15px;
    top: -30%;
    width: 90%;
    left: 5%;
}
.etail-ocoCaseStudyRow .slidIndatasheetForm {    
    top: -65%;   
}
/* code change for  eTail west*/
.client-logo-list.grid-4 li {
    width: 44%;
    margin: 10px 2%;
}
ul.client-logo-list.grid-4 {
    margin-bottom: 1rem;
}

}

/* BigCommerce changes: need to add at bottom/ call in seperate files */
/* Free trial popup changes*/
.row.selectPlatform .col-md-3.col-sm-6 {
    flex: 0 0 20%;
    max-width: 20%;
    box-sizing: border-box;
}
#fade .integrationBox h3 {    
    border-bottom: 1px solid #ddd;   
    font-size: 1.30rem;
	color: #333;
}
#fade .integrationBox a {    
    font-size: 0.95rem;
	font-weight:400;
}
#fade {
    background-color: #FFFFFF;
    width: 70%;
    padding: 30px 20px;
    border: 1px solid #FFF;   
}
.headerlogo.bigCommerce {
    width: 300px;
    display: block;
    margin: 0px auto;
        margin-bottom: 0px;
    max-width: 80%;
}
.klevuIconwrap {
    text-align: center;
    min-height: 220px;
    padding-bottom: 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.klevuIconwrap img {
	width: 64px;
	margin-bottom: 1rem !important;
}
ul.client-logo-list.grid-6.bigcommerce .logo-item {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.client-logo-list.grid-6.bigcommerce{
 margin-bottom: 0px;

}

.betatxt {
    display: inline-block;
    position: absolute;
    font-size: 0.80rem;
    font-weight: 400;
    top: 5px;
    background: #eee;
    line-height: 120%;
    padding: 2px 5px;
    text-transform: uppercase;
}
.anchorlink {
	font-weight:400 !important;
}

@media (max-width: 1024px) {
#fade {    
    width: 90%;
    padding: 20px;    
}
}
@media (max-width: 850px) {
.row.selectPlatform .col-md-3.col-sm-6 {
    flex: 0 0 33%;
    max-width: 33%;
}
#fade .integrationBox {
       margin-top: 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 600px) {
.row.selectPlatform .col-md-3.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
#fade .integrationBox a {
    font-size: 1.1rem;
    
}
.pt-2.pb-4.bigCommercefeatures {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
}
.klevuIconwrap {    
    padding-bottom: 10px;
    padding-top: 20px;
    
}
}
@media (max-width: 400px){

.row.selectPlatform .col-md-3.col-sm-6 {
  flex: 0 0 100%;
    max-width: 100%;
    
}
ul.client-logo-list.grid-6.bigcommerce .logo-item {
	width:46%;
}
}
@media (min-width: 1024px) { 
.client-logo-list.grid-4.bigcommerce li {   
    max-width: 210px;
}
.client-logo-list.grid-6.bigcommerce li {   
    max-width: 200px;   
}
}
/* case study card block */
.card.case-study-card {
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 15px !important;
    padding-bottom: 20px;
}
.card.case-study-card .card-body {
    padding: 35px;
    box-sizing: border-box;
}
.card.case-study-card .card-text {
    color: #0c4465;
    font-size: 1.4rem;
    margin-bottom: 20px;
    min-height: 50px;
    margin-top: 20px;
}
@media only screen and (max-width:540px) {
   .card.case-study-card .card-body {
    padding: 15px 10px;
}
.card.case-study-card {
    margin-bottom: 30px !important;
}
}

/* Customers list changes by h */
.customerList2020 {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: center;
}
.customerList2020 .logo-item {

    display: inline-block;
    padding: 10px 2.5%;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    margin-bottom: 15px;
    vertical-align: top;
    margin-top: 15px;
    max-width: 200px;

}

@media only screen and (max-width:540px) {  
.customerList2020 .logo-item {
        margin-bottom: 8px;
        margin-top: 8px;
        max-width: 110px;
    }
}

