/*!
	Theme Name: Hello Elementor Child
	Theme URI: https://github.com/pojome/elementor-hello-theme
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com
	Version: 1.2.0
	Stable tag: 1.2.0
	Requires at least: 4.7
	Tested up to: 5.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Style - include Theme style
   ========================================================================== */
/* Pre Define variables for your theme.
any values defined here will take precedence over variables definitions.
========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay-Regular.ttf/'); /* IE9 Compat Modes */
}
@font-face {
  font-family: BasisGrotesque;
  src: url('fonts/basis-grotesque-regular-pro.ttf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: BasisGrotesqueBold;
  src: url('fonts/basis-grotesque-bold-pro.ttf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: BasisGrotesqueoffwhite;
  src: url('fonts/Basis Grotesque Pro Off White.ttf'); /* IE9 Compat Modes */
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/* 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; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9em; }

#comments .comment,
#comments .pingback {
  position: relative; }
  #comments .comment .comment-body,
  #comments .pingback .comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #cccccc; }
    body.rtl #comments .comment .comment-body, body.rtl
    #comments .pingback .comment-body {
      padding: 30px 60px 30px 0; }
  #comments .comment .avatar,
  #comments .pingback .avatar {
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 10px; }
    body.rtl #comments .comment .avatar, body.rtl
    #comments .pingback .avatar {
      left: auto;
      right: 0;
      margin-right: 0;
      margin-left: 10px; }

#comments .comment-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .9rem; }

#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1; }

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px; }
  body.rtl #comments .children {
    padding-left: 0;
    padding-right: 30px; }
  #comments .children li:last-child {
    padding-bottom: 0; }

#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: '\21AA';
  position: absolute;
  top: 45px;
  left: 0;
  width: auto; }
  body.rtl #comments ol.comment-list .children:before {
    content: '\21A9';
    left: auto;
    right: 0; }

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1; } }

@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0; }
  #comments .children {
    padding-left: 20px; }
  #comments .comment .avatar {
    position: inherit;
    float: left; }
    body.rtl #comments .comment .avatar {
      float: right; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem; }

/**
 * 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: 1rem;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * 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"] {
  width: auto;
  -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; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */ }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* WordPress
   ========================================================================== */
.alignright {
  float: right;
  margin-right: 1rem; }

.alignleft {
  float: left;
  margin-left: 1rem; }

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

.sticky {
  position: relative;
  display: block; }

.bypostauthor {
  font-size: inherit; }

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem; }

.wp-caption {
  margin-bottom: 1.25rem; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  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: #eeeeee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #333333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Custom style for your theme.
========================================================================== */
/**
To change or override any style, add a new scss file under ./custom/ directory
and include it here.
 */
body.page-template-template-blog {
  background: #F2F2F2;
}
/** Resorces Pages **/
.cus_container  {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.resources_banner_blocks {
  padding: 0 50px;
}
.resources_banner_block {
  width: 50%;
  float: left;
}
.resources_banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.resources_banner_image img {
  max-width: 100%;
}
.resources_banner_image {
  padding-left:  150px;
}
.resources_title {
  padding-top: 50px;
  padding-right: 80px;
}
.resources_content {
  padding-right: 80px;
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 26px;/* or 144% */

  color: #515B6E;
}
.resources_title h1 {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: normal;
  font-size: 52px;
  line-height: 69px;
  letter-spacing: -0.5px;
  color: #2A303A;
}
.resources_grid_block {
  width: 33.33%;
  float: left;
  padding: 15px;
  cursor: pointer;
}
.resources_grid_block > div {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.resources_grid_block > div:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.resources_grid_blocks {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.resources_grid_block_image {
  padding: 56px 47px;
}
.resources_grid_block>div {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  -webkit-animation: movedown 0.3s forwards;
  animation: movedown 0.3s forwards;
}
.resources_grid_block>div:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-animation: moveup 0.3s forwards;
  animation: moveup 0.3s forwards;
}
.resources_grid_block_image img {
  max-width: 100%;
  max-height: 350px;
}
.resources_grid_block_info {
  padding: 40px 20px 20px;
}
.resources_grid_block_info h3 {
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 26px;/* or 144% */
  font-weight: bold;
  color: #515B6E;
  min-height: 52px;
}
.resources_grid_block_info div {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 20px;/* or 143% */
  color: #515B6E;
  min-height: 60px;
}
.resources_grid_block_info a {
  font-family: BasisGrotesque;
  font-size: 12px;
  line-height: 15px;/* identical to box height, or 125% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #515B6E;
  position: relative;
}
.resources_grid_block_info a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  width: 8px;
  height: 15px;
  background-image: url(img/more.svg);
  background-size: cover;
}

/****** BLOG PAGE ******/
.blog_container {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.clearfix {
  display: table;
  width: 100%;
}
.blog_page_fav_section {
  margin-bottom: 50px;
}
.blog_page_section_title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 43px;/* identical to box height, or 134% */
  letter-spacing: -0.307692px;

  color: #515B6E;
}
.blog_row {
  margin-left: -15px;
  margin-right: -15px;
}
.blog_stories_section > .blog_container > .blog_row {
  margin-left: 0;
  margin-right: 0;
}
.blog_stories_section > .blog_container > .blog_row > .blog_posts_content {
  margin-left: -15px;
  margin-right: -15px;
	display: flex;
    flex-wrap: wrap;
}
.blog_fav_section_half {
  width: 50%;
  float: left;
}
.blog_fav_section_main_fav_block {
  min-height: 345px;
  background-size: cover;
  background-position: 0px -100px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #00dfffba;
  background-blend-mode: luminosity;
}
.blog_fav_section_main_fav_block:after {
  content: " ";
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2019/05/line-blue.svg);
  background-size: 100% 100%;
}
.blog_fav_section_fav_blocks {
  padding-top: 180px;
  padding-left: 30px;
  width: 60%;
  position: relative;
  z-index: 9;
}
.blog_fav_section_fav_blocks h3 {
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.blog_fav_section_fav_block_footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  padding: 29px 30px;
  border-top: 1px solid rgba(223, 226, 229, 0.2);
}
.blog_fav_section_fav_block_footer_category {
  font-family: BasisGrotesque;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  float: left;
}
.blog_fav_section_small_posts_block .blog_fav_section_fav_block_footer_category{
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog_fav_section_small_posts_block .blog_fav_section_fav_block_footer_reads_min {
  font-size: 10px;
  line-height: 10px;
  margin-right: 10px;
}
.blog_fav_section_small_posts_block .card_footer_icons_views span, .blog_fav_section_small_posts_block .card_footer_icons_likes span {
  font-size: 10px;
  line-height: 10px;
}
.blog_fav_section_small_posts_block .card_footer_icons_likes img, .blog_fav_section_small_posts_block .card_footer_icons_views img {
  height: 8px;
  margin-right: 2px;
}
.blog_fav_section_small_posts_block .blog_fav_section_fav_block_footer {
  padding: 30px 15px;
}
.card_footer_icons {
  float: right;
}
.card_footer_icons_views,
.card_footer_icons_likes {
  float: left;
}
.card_footer_icons_views {
  margin-right: 15px;
}
.card_footer_icons_views span,
.card_footer_icons_likes span {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.card_footer_icons_views span,
.card_footer_icons_views img,
.card_footer_icons_likes span,
.card_footer_icons_likes img{
  float: left;
  display: block;
}
.card_footer_icons_likes img,
.card_footer_icons_views img {
  margin-right: 5px;
}
.blog_fav_section_fav_block_footer_reads_min {
  float: right;
  display: block;
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 15px;
}
.blog_fav_section_fav_block_footer_category:hover {
  color: rgba(255, 255, 255, 1);
}
.blog_fav_section_small_posts_block {
  width: 50%;
  float: left;
  padding-left: 15px;
}
.blog_fav_section_small_posts_block .blog_fav_section_main_fav_block:after {
  background-image: url(/wp-content/uploads/2019/05/green-part.svg);
}
.blog_fav_section_small_posts_block.blog_fav_section_small_posts_block_orange .blog_fav_section_main_fav_block:after {
  background-image: url(/wp-content/uploads/2019/05/orange-part.svg);
}
.blog_fav_section_small_posts_block .blog_fav_section_fav_blocks {
  padding-left: 15px;
  width: 80%;
}
.blog_fav_section_small_posts_block .blog_fav_section_fav_blocks h3 {
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 26px;
}
.blog_fav_section_small_posts_block .blog_fav_section_main_fav_block {
  background-color: #96b8b2;
}
.blog_fav_section_small_posts_block.blog_fav_section_small_posts_block_orange .blog_fav_section_main_fav_block {
  background-color: #e3482f;
}
.blog_post_card {
  width: 33.3333%;
  /*float: left;*/
  padding: 0 15px;
  margin-bottom: 30px;
}
.blog_post_card_container {
  background-color: #fff;
  position: relative;
  width: 100%;
  display: table;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  transition-duration: .25s;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  top: 0;
  -webkit-animation: movedown 0.3s forwards;
  animation: movedown 0.3s forwards;
  cursor: pointer;
}
@-webkit-keyframes moveup {
  from {top:0;}
  to {top:-10px;}
}

@keyframes moveup {
  from {top:0;}
  to {top:-10px;}
}

@-webkit-keyframes movedown {
  from {top:-10px;}
  to {top:0;}
}

@keyframes movedown {
  from {top:-10px;}
  to {top:0;}
}
.blog_post_card_container:hover {
  position: relative;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  -webkit-animation: moveup 0.3s forwards;
  animation: moveup 0.3s forwards;

}
.blog_post_card_img div {
  height: 215px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover;
  background-position: center;
}
.product-box {
  background-color: #12274C;
}
.blog_post_card_cat_image {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  border-radius: 50%;
  margin-top: -40px;
  margin-bottom: 10px;
}
.blog_post_card_body {
  position: relative;
  margin-bottom: 90px;
}
.blog_post_card_body:after {
  content: "";
  top: 0;
  display: block;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 75px;
  border: 5px solid #fff;
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 50%;
}
.blog_post_card_body span {
  font-family: BasisGrotesque;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #C2CCD8;
  text-align: center;
  display: block;
  margin-bottom: 35px;
}
.blog_post_card_body h3 {
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #515B6E;
  font-weight: bold;
  padding: 0 30px;
  min-height: 78px;
}
.blog_post_card_footer {
  padding: 10px 30px;
  border-top: 1px solid #DFE2E5;
}
.blog_post_card_footer_author {
}
.blog_post_card_footer_author img {
  display: block;
  float: left;
  width: 40px;
  border-radius: 50%;
}
.blog_post_card_footer_author span {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 40px;
  color: #C2CCD8;
  display: block;
  float: left;
  margin-left: 10px;
}
.blog_post_card_footer .card_footer_icons_views span, .blog_post_card_footer .card_footer_icons_likes span {
  color: #C2CCD8;
  line-height: 40px;
}
.blog_post_card_footer .card_footer_icons_likes img, .blog_post_card_footer .card_footer_icons_views img {
  margin-top: 12px;
}
.blog_page_resources_card {
  width: 33.3333%;
  /*float: left;*/
  padding: 0 15px;
  margin-bottom: 30px;
}
.blog_page_resources_card_title{
  min-height: 124px;
}
.blog_page_resources_card_content {
  padding: 45px 0 45.03px;
  text-align: center;
  position: relative;
  transition-duration: .25s;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  top: 0;
  -webkit-animation: movedown 0.3s forwards;
  animation: movedown 0.3s forwards;
  cursor: pointer;
}
.blog_page_resources_card_content:hover {
  position: relative;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  -webkit-animation: moveup 0.3s forwards;
  animation: moveup 0.3s forwards;
}
.blog_page_resources_card_content .blog_page_resources_bg_img{
  width: 55%;
  margin: 12px auto;
  height: 256px;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_page_resources_card_content img {

  margin: 12px auto;
  width: 55%;
  display: block;
  -webkit-transform: rotate(8deg);;
  -moz-transform: rotate(8deg);;
  -ms-transform: rotate(8deg);;
  -o-transform: rotate(8deg);;
  transform: rotate(8deg);;
}
.blog_page_resources_card_content h4 {
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 20px 30px 0;
  font-weight: bold;
}
.blog_page_resources_card_content p {
  margin-bottom: 27px;
}
.more_button_with_arrow {
  font-family: BasisGrotesque;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.more_button_with_arrow:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  width: 8px;
  height: 15px;
  background-image: url(img/more.svg);
  background-size: cover;
}
.blog_single_post_header {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.blog_single_post_header h1 {
  margin: 0;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #515B6E;
  margin-bottom: 30px;
}
.blog_single_post_info {
  text-align: center;
}
.blog_single_post_info span {
  font-family: BasisGrotesque;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #515B6E;
  font-weight: bold;
}
.blog_single_post_info span.single_post_info_dot {
  color: #0BB5E2;
}
.blog_single_post_info {
  margin-bottom: 45px;
}
.blog_single_post_banner {
  position: relative;
}
.blog_single_post_banner .category_if_hasnot_image.blog_grid_cat_image {
  margin-top: 0;
}
.blog_single_post_banner img:not(.blog_post_card_cat_image) {
  width: 100%;
}
.blog_single_post_banner > img {
  height: 450px;
  object-fit: cover;
}
.single_cat_image {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single_cat_image .blog_post_card_cat_image {
  margin-top: 0;
}
.single_cat_image:after {
  content: "";
  top: -2px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
  border: 5px solid #fff;
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 50%;
}
.single_social {
  position: absolute;
  bottom: 50px;
  right: 30px;
}
.single_social ul {
  margin: 0;
  padding: 0;
}
@-webkit-keyframes moveupslow {
  from {top:0;}
  to {top:-5px;}
}

@keyframes moveupslow {
  from {top:0;}
  to {top:-5px;}
}

@-webkit-keyframes movedownslow {
  from {top:-5px;}
  to {top:0;}
}

@keyframes movedownslow {
  from {top:-5px;}
  to {top:0;}
}
.single_social li {
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
  transition-duration: .25s;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  top: 0;
  -webkit-animation: movedownslow 0.3s forwards;
  animation: movedownslow 0.3s forwards;
  border-radius: 50%;
}
.single_social li:first-child {
  background-color: #fff;
  height: 35px;
  width: 35px;
  background-image: url(/wp-content/uploads/2019/05/Fill-1-1.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.single_social li:first-child .white_hearth {
  opacity: 0;
  visibility: hidden;
}
.single_social li:first-child img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.single_social li:first-child:not(.already_liked):hover {
  background-color: #E3482F;
  background-image: url(/wp-content/uploads/2019/05/Fill-1-2.svg);
}
.single_social li.already_liked {
  background-color: #E3482F;
  background-image: url(/wp-content/uploads/2019/05/Fill-1-2.svg);
  cursor: default;
}
.single_social li:first-child:hover .white_hearth {
  opacity: 1;
  visibility: visible;
}
.single_social li:first-child:hover .red_hearth {
  opacity: 0;
  visibility: hidden;
}
.single_social li img {
  display: block;
}
.single_social li:not(:first-child):hover {
  position: relative;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  -webkit-animation: moveupslow 0.3s forwards;
  animation: moveupslow 0.3s forwards;
}

.blog_single_post_content {
  /*max-width: 730px;*/
  max-width: 1200px;
  margin-left: auto;
  /*margin-right: auto;*/
  margin-top: 50px;
  font-size: 21px;
  line-height: 32px;
  color: #515B6E!important;
  font-family: BasisGrotesque;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.blog_single_post_content .blog-single-post-left {
  max-width: 740px;
}

.blog_single_post_content .blog-single-post-right {
  width: 333px;
  height: 187px;
  min-width: 333px;
  margin-left: 45px;
  background: transparent;
}

.blog_single_post_content .blog-single-post-right .videopop {
  width: 333px;
  height: auto;
  min-width: 333px;
}

.blog_single_post_content .blog-single-post-right .videopop a {
  width: 100%;
  height: 187px;
  border-radius: 8px;
  background-image: url("/wp-content/themes/Hello Elementor Child/img/pattern-video2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

#sidebar-popup #resform23 {
  /*background: #F8F8F8;*/
}
#sidebar-popup #resform23 ._form-title {
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -.16875px;
  color: #4A4A4A;
}
#sidebar-popup #resform23 ._html-code {
  font-family: BasisGrotesque;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.16875px;
  color: #4A4A4A;
}
#sidebar-popup #resform23 input {
  background: #F9F9F9 !important;
  border: 1px solid #DFE2E5 !important;
  border-radius: 3px 3px 3px 3px !important;
  font-family: Lato, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #515B6E;
}
#sidebar-popup #resform23 #_form_23_submit {
  background-color: #0BB5E2 !important;
}


.sticky-sidebar {
  position: fixed;
  top: 80px;
  right: 50%;
  z-index: 2;
  margin-right: -672px;
}

@media (max-width: 1500px) {
  .sticky-sidebar {
    margin-right: -657px;
  }
}

@media (max-width: 1360px) {
  .sticky-sidebar {
    right: 0;
    margin-right: 16px;
  }
}

@media (max-width: 1024px) {
  .blog_single_post_content {
    flex-direction: column-reverse;
  }
  .blog_single_post_content .blog-single-post-right {
    margin-left: 10px;
    width: 100%;
    height: auto;
  }
  .sticky-sidebar {
    position: relative;
    top: 0;
    right: initial;
    z-index: 2;
    margin-right: 0;
  }
  .blog_single_post_content .blog-single-post-right .videopop {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .blog_single_post_content .blog-single-post-right .videopop a {
    width: 333px;
    margin-right: 30px;
  }
  #sidebar-popup #resform23 {
    width: 333px;
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .blog_single_post_content .blog-single-post-right {
    margin-left: 0;
    margin-right: 0;
  }
  .blog_single_post_content .blog-single-post-right .videopop {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .blog_single_post_content .blog-single-post-right .videopop a {
    width: 100%;
    max-width: 333px;
    margin-right: 0;
  }
  #sidebar-popup #resform23 {
    width: 100%;
    max-width: 333px;
    margin-top: 0;
  }
}

.blog_single_post_content h2{
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.5px;
  color: #4A4A4A;
}

.blog_single_post_content h3{
  font-family: BasisGrotesque;
  font-size: 21px;
  line-height: 32px;
  color: #2A303A;
  font-style: normal;
  font-weight: 500;
}

.blog_single_post_content img ,
.blog_single_post_content iframe {
  max-width: 100%;
  width: 100%;
}
.blog_single_post_content a {
  color: #0BB5E2;
}
.blog_single_post_author_block {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.blog_single_post_tags_block {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.blog_single_post_author_block img {
  width: 70px;
  float: left;
  border-radius: 50%;
}
.blog_single_post_author_block h5 {
  margin: 0;
  margin-left: 85px;
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  padding-top: 5px;
  color: #515B6E;
}
.blog_single_post_author_block h5.has_no_desc_author {
  line-height: 60px;
}
.blog_single_post_author_block p {
  margin-left: 85px;
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 18px;
  color: #8794AD;
}
.blog_single_post_bottom_section {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #DFE2E5;
  border-bottom: 1px solid #DFE2E5;
}
.blog_single_post_bottom_section_like {
  background-color: #fff;
  height: 40px;
  width: 40px;
  background-image: url(/wp-content/uploads/2019/05/Fill-1-1.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: .25s;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  border-radius: 50%;
  border: 1px solid #DFE2E5;
  float: left;
  cursor: pointer;
}
.blog_single_post_bottom_section_like + p {
  margin-bottom: 0;
  line-height: 39px;
  float: left;
  margin-left: 10px;
}
.blog_single_post_bottom_section_like:hover {
background-color: #E3482F;
background-image: url(/wp-content/uploads/2019/05/Fill-1-2.svg);
}
.blog_single_post_bottom_section_like.already_liked {
  background-color: #E3482F;
  background-image: url(/wp-content/uploads/2019/05/Fill-1-2.svg);
  cursor: default;
}
.blog_single_post_bottom_section_socials {
  float: right;
}
.blog_single_post_bottom_section_socials ul {
  padding: 0;
  margin: 0;
}
.blog_single_post_bottom_section_socials li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  transition-duration: .25s;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  top: 0;
  -webkit-animation: movedownslow 0.3s forwards;
  animation: movedownslow 0.3s forwards;
  border-radius: 50%;
}
.blog_single_post_bottom_section_socials li:hover {
  position: relative;
  -webkit-animation: moveupslow 0.3s forwards;
  animation: moveupslow 0.3s forwards;
}
.blog_single_post_related_section {
  background-color: #fff;
}
.blog_single_post_related_section .blog_page_resources_card,
.blog_single_post_related_section .blog_post_card {
  float: left;
}

body.single-post {
  background-color: #F8F8F8;
}
.blog_single_post_related_section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 50px;
}

.blog_single_post_related_section h2 {
  font-family: BasisGrotesqueBold;
  /*font-weight: bold;*/
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  color: #2A303A;
  margin-top: 0px;
  margin-bottom: 30px;
}
.blog_fav_section_half h3 a {
  color: #fff;
}
.blog_post_card_body h3 a {
  color: #515B6E;
}
.slide-right {
  right: 0 !important;
  transition: 0.3s !important;
}
.post-col1 .elementor-widget-wrap {
  /*height: 300px;*/
}
.customers_grid_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-wrap: wrap;
  margin: -20px -12.5px;

}
.customers_grid_container > article.elementor-post {
  display: block;
  width: calc(33.3% - 25px);
  margin: 20px 12.5px;
  padding: 0!important;
}
.cus_min-height{
  min-height: 195px;
}

.elementor-252 .elementor-element.elementor-element-b786c7b > .elementor-container > .elementor-row{
  min-height: 490px;
}

.elementor-252 .elementor-element.elementor-element-b786c7b > .elementor-container > .elementor-row > .elementor-element > .elementor-column-wrap,
.elementor-252 .elementor-element.elementor-element-b786c7b > .elementor-container > .elementor-row > .elementor-element{
  min-height: 490px;
}
.customer-post article {
  position: relative;
  top: 0;
  -webkit-animation: movedown 0.3s forwards;
  animation: movedown 0.3s forwards;
}
.customer-post article:hover {
  position: relative;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  -webkit-animation: moveup 0.3s forwards;
  animation: moveup 0.3s forwards;
}

@-webkit-keyframes moveup {
  from {top:0;}
  to {top:-10px;}
}

@keyframes moveup {
  from {top:0;}
  to {top:-10px;}
}

@-webkit-keyframes movedown {
  from {top:-10px;}
  to {top:0;}
}

@keyframes movedown {
  from {top:-10px;}
  to {top:0;}
}



.submenu ul.sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: BasisGrotesque;
  color: #C2CCD8;
  padding: 8px;
}
.elementor-location-header{
  position: fixed!important;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-transition: top .3s ease-in-out!important;;
  -moz-transition: top .3s ease-in-out!important;
  -ms-transition: top .3s ease-in-out!important;
  -o-transition: top .3s ease-in-out!important;
  transition: top .3s ease-in-out!important;
}
.elementor-location-header.nav-up {
  top: -77px;

}
.page-id-2683 .elementor-location-header.not_req_demo .demo1,
.page-id-2682 .elementor-location-header.not_req_demo .demo1,
.page-id-2681 .elementor-location-header.not_req_demo .demo1,
.page-id-2588 .elementor-location-header.not_req_demo .demo1,
.page-id-738 .elementor-location-header.not_req_demo .demo1,
.page-id-526 .elementor-location-header.not_req_demo .demo1,
.page-id-7 .elementor-location-header.not_req_demo .demo1 {
  display: none!important;
}



@media (max-width: 1024px) {
  .customers_grid_container > article.elementor-post {
    width: calc(50% - 25px) !important;

  }
}
@media (max-width: 1023px) {
  .page-id-2683 .elementor-location-header.not_req_demo .demo1,
  .page-id-2682 .elementor-location-header.not_req_demo .demo1,
  .page-id-2681 .elementor-location-header.not_req_demo .demo1,
  .page-id-2588 .elementor-location-header.not_req_demo .demo1,
  .page-id-738 .elementor-location-header.not_req_demo .demo1,
  .page-id-526 .elementor-location-header.not_req_demo .demo1,
  .page-id-7 .elementor-location-header.not_req_demo .demo1 {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .elementor-252 .elementor-element.elementor-element-b786c7b > .elementor-container > .elementor-row{
    min-height: 295px;
  }

  .elementor-252 .elementor-element.elementor-element-b786c7b > .elementor-container > .elementor-row > .elementor-element > .elementor-column-wrap,
  .elementor-252 .elementor-element.elementor-element-b786c7b > .elementor-container > .elementor-row > .elementor-element{
    min-height: 295px;
  }
}
@media (max-width: 480px) {
  .customers_grid_container > article.elementor-post {
    width: 100%  !important;
    margin: 40px 0;
  }
  .customers_grid_container {

    display: block;
    margin: -40px 0;

  }
}
.page-menu-down.page-menu.elementor-sticky--active{
  top: 48px!important;
  -webkit-transition: top .3s  ease-in-out!important;;
  -moz-transition: top .3s ease-in-out!important;
  -ms-transition: top .3s  ease-in-out!important;
  -o-transition: top .3s  ease-in-out!important;
  transition: top .3s  ease-in-out!important;
}
section.page-menu-down.page-menu.elementor-sticky--active{
  top: 48px!important;
  -webkit-transition: top .3s  ease-in-out!important;
  -moz-transition: top .3s  ease-in-out!important;
  -ms-transition: top .3s  ease-in-out!important;
  -o-transition: top .3s ease-in-out!important;
  transition: top .3s  ease-in-out!important;
}

@media screen and (max-width: 1024px) {
  .page-menu-down.page-menu.elementor-sticky--active {
    top: 61px !important;
  }
  section.page-menu-down.page-menu.elementor-sticky--active {
    top: 61px !important;
  }
}

/************ BLOG *************/
#blog_header {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #DFE2E5;
  position: fixed;
  width: calc(100% - 90px);
  top: 0;
  z-index: 9;
  -webkit-transition: top .3s ease-in-out;;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}
#blog_header.nav-up {
   top: -77px;
 }

.blog_post_single_global_content .blog_back_button {
  display: none;
}
.blog_post_single_global_content .blog_back_button .singular_back_blog_button{
  margin-top: 20px;
  margin-left: 15px;
}
.blog_post_single_global_content .blog_back_button a,
#blog_header .blog_header_back_button a {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 20px;
  color: #515B6E;
  position: relative;
  padding-left: 18px;

}
.blog_post_single_global_content .blog_back_button a:before ,
#blog_header .blog_header_back_button a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 10px;
  height: 14px;
  background-image: url(/wp-content/uploads/2019/06/back.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.blog_header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.blog_header_content .blog_header_title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.blog_logo_shape_custom {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 30px;
}
.blog_sidebar_subscribe_box h4 {
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.16875px;
  color: #2A303A;
}
.blog_sidebar_subscribe_box {
  padding-right: 30px;
  padding-top: 30px;
  margin-top: 50px;
  position: relative;
}
.blog_sidebar_subscribe_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(100% + 30px);
  left: -30px;
  height: 1px;
  background-color: #DFE2E5;
}
.blog_logo_shape_custom img {
  width: 35px;
  display: block;
}
.blog_header_title h3 {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.4px;
  color: #2A303A;
  font-weight: bold;
  margin: 0;
}
.blog_popup_overlay_custom {
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.blog_popup_overlay_custom.popup_overlay_oppened_custom {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
#blog_header.popup_oppened_custom {
  z-index: 999999;
}
.blog_header_right_area .blog_header_subscribe {
  float: left;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.blog_header_right_area .blog_header_subscribe.fade_out_sbc_custom {
  opacity: 0;
  visibility: hidden;
}
.blog_header_right_area .blog_header_search {
  line-height: 30px;
  float: left;
  margin-left: 15px;
}
.blog_header_subscribe button.blog_header_subscribe_button {
  padding: 10px 20px;
  border: 1px solid #0BB5E2;
  font-family: BasisGrotesque;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #0BB5E2;
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.blog_header_subscribe button.blog_header_subscribe_button:hover {
  background-color: #0BB5E2;
  color: #fff;
}
.blog_header_subscribe button.blog_header_subscribe_button:focus {
  background: #fff;
}
.blog_header_subscribe button.blog_header_subscribe_button:focus {
  background-color: #0BB5E2;
  color: #fff;
}
.blog_header_search_icon {
  background-color: transparent!important;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2019/06/Search-Icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none!important;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
.blog_header_search_icon:hover {
  background-color: transparent!important;
}
.blog_header_right_area .blog_header_search {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
.blog_header_right_area .blog_header_search .search-form {
  float: left;
  margin-right: 15px;
  position: relative;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 0px;
  overflow: hidden;
}
.blog_header_right_area .blog_header_search .search-form.showed_form {
  width: 250px;
}
.blog_header_right_area .blog_header_search .search-form .search-submit {
  display: none;
}
.blog_header_right_area .blog_header_search .search-form #s {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #8794AD;
  border-radius: 0;
  padding: 0 10px 0 0;
  height: 36px;
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 16px;
  color: #8794AD;
  width: 250px;
}
.blog_header_right_area .blog_header_search .search-form .remove_search_input_val {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/uploads/2019/06/Exit-Icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent!important;
  border:none;
  padding: 0;
  outline: none!important;
}

#blog_sidebar {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 95px;
  overflow: hidden;
  padding-top: 76px;
  /* border-right: 1px solid #DFE2E5; */
  cursor: pointer;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 99;
}
#blog_sidebar:before {
  content: "";
  display: block;
  top: 76px;
  border-bottom: 1px solid #DFE2E5;
  width: 100%;
  height: 1px;
}
.admin-bar #blog_sidebar:before {
  top: 108px;
}
.admin-bar #blog_sidebar {
  top: 32px;
}
#blog_sidebar:hover {
  width: 300px;
  cursor: pointer;
}
#blog_sidebar.oppened_sidebar {
  width: 300px;
  cursor: pointer;
}
.blog_sidebar_content {
  padding-top: 30px;
  padding-left: 30px;
  width: 300px;
  height: 100%;
  overflow-y: auto;
}
.blog_sidebar_content .blog_sidebar_cats_list {
  margin: 0;
  padding: 0;

}
.blog_sidebar_content .blog_sidebar_cats_list .blog_sidebar_list_cat {
  display: block;
  margin-bottom: 20px;
  height: 35px;
}
.blog_sidebar_content .blog_sidebar_cats_list .blog_sidebar_list_cat h4 {
  margin: 0;
  margin-left: 30px;
  margin-top: 6px;
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 25px;
  color: #515B6E;
  display: inline-block;
}
.blog_sidebar_content .blog_sidebar_cats_list .blog_sidebar_list_cat h4 a {
  color: #515B6E;
}
.blog_sidebar_content .blog_sidebar_cats_list .blog_sidebar_list_cat img {
  display: inline-block;
  float: left;
}
.blog_fav_section_half .counter {
 display: none;
}
.search_page_query.flex {
 display: flex;
  align-items: center;
}
.search_page_query.flex h2 {
padding-right: 15px;
}
.search_page_query {
  margin-top: 40px;
  margin-bottom: 40px;
}
.search_page_query div {
  display: inline-block;
  padding: 10px 45px 10px 15px;
  background: #FFFFFF;
  border: 1px solid #DFE2E5;
  border-radius: 18.5px;
  position: relative;
  line-height: 1;
}
.search_page_query span {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 15px;
  color: #515B6E;
}
.search_page_query a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2019/06/Exit.svg);
  background-size: contain;
}
body.search.search-results {
  background-color: #F2F2F2
}
.singular_back_blog_button {
  display: inline-block;
  margin-left: 10px;
}
.back_home_single_button_custom {
  opacity: 0.5;
}
.back_home_single_button_custom:before {
  opacity: 0.5;
}
.blog_header_logo_mobile {
  display: none;
}
.file_upload_field a,
.file_upload_field span {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 20px;
  color: #0BB5E2;
}
.file_upload_field span {
  display: inline-block;
  margin-right: 5px;
}
.file_upload_field input {
  /*display: none;*/
}
.file_upload_field label {
  width: 100%;
  disaply: block;
}
body.page-template-template-blog {
  padding-left: 95px;
}
@media(max-width: 1500px) {
  .blog_sidebar_content {
    padding-left: 15px;
  }
  #blog_sidebar {
    width: 65px;
  }
  body.page-template-template-blog {
    padding-left: 65px;
  }
  #blog_header {
    width: calc(100% - 65px);
  }
  .blog_logo_shape_custom {
    left: 15px;
  }

}

.blog_header_logo_desktop {
  z-index: 999;
}

@media(max-width: 1400px) and (min-width: 993px) {
  .page-template-template-blog .blog_container {
  }

  #blog_container {
    padding-left: 34px !important;
  }
}
@media(max-width: 1350px) {
  .blog_page_fav_section > .blog_container {
    width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: none;
  }
  .blog_page_fav_section {
    overflow-x: scroll;
    /*-webkit-overflow-scrolling: touch;*/
  }
  body,html {
    overflow-x: hidden
  }
  .blog_post_card_body h3 {
    height: 70px;
  }
}
@media (max-width: 1295px) {
  .blog_page_resources_card_content .blog_page_resources_bg_img {
    height: 230px;
  }
  .blog_page_resources_card_title {
    min-height: 150px;
  }
}
@media (max-width: 1180px) {
  .blog_page_resources_card_content .blog_page_resources_bg_img {
    height: 200px;
  }
  .blog_page_resources_card_title {
    min-height: 180px;
  }
  .blog_post_card_footer {
    padding: 10px 20px;
  }
}
@media(max-width: 1085px) {
  .blog_single_post_related_section .blog_page_resources_bg_img{
    height: 230px;
  }
  .blog_page_resources_card_content .blog_page_resources_bg_img {
    height: 250px;
  }
  .blog_page_resources_card_title {
    min-height: 130px;
  }
  .blog_stories_section .blog_row.clearfix {
  }
  .blog_post_card {
    width: 50%;
  }
  .blog_page_resources_card {
    width: 50%;
  }
  .blog_page_resources_card {
    margin-bottom: 30px;
  }
  .single_social {
    bottom: 15px;
  }

}
@media (max-width: 830px) {
  .blog_page_resources_card_content .blog_page_resources_bg_img {
    height: 230px;
  }
  .blog_page_resources_card_title {
    min-height: 150px;
  }
}
body.page-template-template-video_library_fashion  .elementor-location-header
body.page-template-templte-video_library .elementor-location-header{
  background-color: rgb(15, 38, 67)!important;
}

@media(max-width: 992px) {

  body .bg_color{
    background-color: transparent!important;
  }
  section.page-menu.elementor-sticky--active {
    top: 0px!important;
  }
  section.page-menu-down.page-menu.elementor-sticky--active {
    top: 61px!important;
    z-index: 9999999;
  }
  body.page-template-template-blog {
    padding-left: 0;
  }
  #blog_header {
    width: 100%;
  }
  .blog_header_back_button a {
    display: none;
  }
  .blog_header_logo_mobile {
    display: block;
  }
  #blog_sidebar {
    width: auto;
    position: static;
    padding-top: 0;
    overflow-x: auto;
    /*-webkit-overflow-scrolling: touch;*/
  }
  #blog_sidebar:hover {
    width: 100%;
  }
  .blog_sidebar_content {
    width: 100%;
    padding-top: 10px;
  }
  .blog_sidebar_content .blog_sidebar_cats_list {
    display: flex;
  }
  .blog_sidebar_content .blog_sidebar_cats_list .blog_sidebar_list_cat {
    display: inline-block;
    text-align: center;
    height: auto;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .blog_sidebar_content .blog_sidebar_cats_list .blog_sidebar_list_cat img {
    float: none;
    display: inline-block;
    width: 60px;
  }
  .blog_sidebar_content .blog_sidebar_cats_list .blog_sidebar_list_cat h4 {
    display: block;
    margin-left: 0;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .blog_post_single_global_content .blog_back_button {
    display: block;
  }
  .blog_page_fav_section {
    margin-bottom: 20px;
  }
  .blog_page_fav_section > .blog_container {
    width: 960px;
  }
  .blog_fav_section_half.blog_fav_section_big_post{
    width: 32.259%;

  }
  .blog_fav_section_half{
    width: 67.74100%;

  }

  .blog_fav_section_big_post .blog_fav_section_main_fav_block:after{
    background-image: url(/wp-content/uploads/2019/07/blue-part.svg);
  }
  .blog_fav_section_big_post .blog_fav_section_fav_block_footer_category {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .blog_fav_section_big_post .blog_fav_section_fav_block_footer_reads_min {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
  }
  .blog_fav_section_big_post .card_footer_icons_likes img,
  .blog_fav_section_big_post .card_footer_icons_views img{
    height: 8px;
    margin-right: 2px;
  }
  .blog_fav_section_big_post .card_footer_icons_views span,
  .blog_fav_section_big_post .card_footer_icons_likes span{
    font-size: 10px;
    line-height: 10px;
  }
  .blog_fav_section_main_fav_block:after {
    top: 40px;
  }
  .blog_fav_section_fav_blocks {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .blog_fav_section_small_posts_block .blog_fav_section_fav_blocks {
    padding-left: 15px;
    width: 100%;
  }

}

@media(max-width: 767px) {
  .resources_banner_blocks {
    padding-top: 30px !important;
  }
  /*.blog_header_title {*/
    /*display: none;*/
  /*}*/
  /*.blog_header_right_area {*/
    /*display: none;*/
  /*}*/
  .single_social li {
    margin-right: 15px;
    margin-top: 5px;
    float: left;
  }
  .single_social {
    bottom: auto;
    top: 100%;
    left: 0px;
    right: auto;
  }
  .blog_single_post_header {
    margin-top: 30px;
  }
  .blog_page_resources_card,
  .blog_post_card {
    width: 100%;
  }
  .blog_page_resources_card {
    margin-bottom: 20px;
  }
  .blog_post_card {
    margin-bottom: 20px;
  }
  .blog_header_title h3 {
    display: none;
  }
  .blog_header_right_area .blog_header_search {
    margin-left: 10px;
  }
  .blog_header_right_area .blog_header_search .search-form.showed_form {
    width: 130px;
  }
  .blog_header_right_area .blog_header_search .search-form #s {
    width: 130px;
  }
  .blog_single_post_info span:last-child,
  .blog_single_post_info  .single_post_info_dot:nth-child(4){
    display: none;
  }
}
.applye_page_anchors ul li:not(.js_add_anchors_custom) a{
   /*display: none;*/
  margin-right: 0!important;
  font-size: 0!important;
}
.applye_page_anchors ul li.job_single_current_anchor a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 4px!important;
  width: 100%!important;
  left: 0!important;
  opacity: 1!important;
  z-index: 2;
  content: "";
  bottom: 0;
  border-radius: 2px !important;
  background-color: #0bb5e2;
}
.applye_page_anchors ul li a {
  cursor: pointer;
}
#disqus_thread {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.pardot_form_container_custom {
  /*margin-right: -55px;*/
}
.pardot_form_custom_blog {
  padding-left: 100px;
  padding-top: 20px;
}
.pardot_form_custom_blog form {
  max-width: 300px;
}

.elementor-formd button[type="submit"] {
  background-color: #0bb5e2;
  color: #ffffff;
  font-family: "Basis Grotesque", Sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1.2px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0bb5e2;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 47px;
  width: 100%;
}
.elementor-formd #cover_letter_paste,
.elementor-formd #resume_paste{
  padding-top: 10px;
  min-height: 80px;
}
.elementor-formd #resume,
.elementor-formd #cover_letter_paste,
.elementor-formd #resume_paste,
.elementor-formd #cover_letter {
  display: none;
}
.elementor-formd #cover_letter_paste.showed_text_area_custom,
.elementor-formd #resume_paste.showed_text_area_custom {
  display: block;
}
@media(max-width: 535px) {
  .pardot_form_container_custom > .elementor-widget-container {
    margin-left: -145px!important;
  }

  .blog_fav_section_half{
    position: relative;
  }
  .blog_fav_section_half .blog_fav_section_small_posts_block{
    position: relative;
  }
  .blog_fav_section_half .counter {
    position: absolute;
    z-index: 9;
    right: 0;
    top: -44px;
    font-family: BasisGrotesque;
    font-size: 14px;
    line-height: 16px;
    color: #515B6E;
    display: block;
  }
}
/*.custom_peoples article {*/
  /*overflow: auto!important;*/
/*}*/
/*.info-box>.elementor-container,*/
/*.elementor-88 .elementor-element.elementor-element-9f06053 {*/
  /*z-index: 99999!important;*/
  /*-webkit-transform: translateZ(99999px);*/
  /*-moz-transform: translateZ(99999px);*/
  /*-ms-transform: translateZ(99999px);*/
  /*-o-transform: translateZ(99999px);*/
  /*transform: translateZ(99999px);*/
/*}*/
.pardot_form_container_custom > .elementor-widget-container iframe {
  /*position: relative;*/
  /*z-index: 9999999;*/

}
@media(max-width: 769px) {
  .blog_header_subscribe_container {
    display: block!important;
  }
  .blog_header_subscribe_item {
    width: 100%!important;
  }
  .pardot_form_custom_blog {
    padding-top: 30px!important;
    padding-left: 0!important;
  }
  #blog_header_subscribe_form {
    padding: 65px 0!important;
  }
  .blog_header_subscribe button.blog_header_subscribe_button {
    position: absolute;
    right: 100%;
  }
  .blog_header_right_area {
    position: relative;
  }
}
.field_need_to_fill input {
  border-color: red!important;
}
body.single-post,
body.category,
body.search,
body.page-template-template-blog-php {
  padding-top: 77px;
  padding-left: 95px;
}
@media(max-width: 1500px) {
  body.single-post,
  body.category,
  body.search,
  body.page-template-template-blog-php {
    padding-left: 65px;
  }
}

.job_single_content {
  font-size: 21px;
  line-height: 32px;
  color: #515B6E;
}
.category_if_hasnot_image {
  width: 35px;
  height: 35px;
  background-color: #677f8c;
  position: relative;
  border-radius: 50%;
  float: left;
}
.category_if_hasnot_image.retail-analytics{
  background-color: #DEE7EF;
}
.category_if_hasnot_image.retail-execution{
  background-color: #677F8C;
}
.category_if_hasnot_image.retail-marketing{
  background-color: #FED400;
}
.category_if_hasnot_image.retail-strategy{
  background-color: #D7E5E3;
}
.category_if_hasnot_image.retail-technology{
  background-color: #95B8B2;
}
.category_if_hasnot_image.store-operations{
  background-color: #E3472F;
}
.category_if_hasnot_image.store-planning{
  background-color: #E4BDBF;
}
.category_if_hasnot_image p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 12px;
}
.category_if_hasnot_image.blog_grid_cat_image {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 10px;
  float: none;
}
.category_if_hasnot_image.blog_grid_cat_image p {
  font-size: 24px;
}
.page-menu {
  border-left: 0!important;
  border-right: 0!important;
}

.blog_single_post_tags_block ul {
  padding: 0;
  margin: 0;
}
.blog_single_post_tags_block ul li {
  display: inline-block;
}
.blog_single_post_tags_block ul li a {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #515B6E;
  background: #FFFFFF;
  border: 1px solid #DFE2E5;
  box-sizing: border-box;
  border-radius: 18.5px;
  padding: 10px 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.blog_single_post_tags_block ul li a:hover {
  color: #0BB5E2;
  border: 1px solid #0BB5E2;
}
.blog_single_post_tags_block ul li:not(:last-child) a {
  margin-right: 15px;
}

@media(max-width: 992px) {
  body.single-post,
  body.category,
  body.search,
  body.page-template-template-blog-php {
    padding-left: 0;
  }
  .category_if_hasnot_image {
    width: 60px;
    height: 60px;
    margin: auto;
    float: none;
  }
  .category_if_hasnot_image p {

    font-size: 15px;
  }
  .category_if_hasnot_image.blog_grid_cat_image p{
    font-size: 15px;
  }
  .blog_logo_shape_custom {
    position: fixed;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
  }
  .blog_logo_shape_custom.nav-up {
    top: -77px;

  }
}
@media(max-width: 767px) {
  .carrers_apply_single_container .elementor-element-031f605 {
    max-width: 100%!important;
  }

  #blog_header {
    border-bottom: none;
    padding: 12px 0;
  }
  body.single-post, body.category, body.search, body.page-template-template-blog-php {
    padding-top: 60px;
  }
  .blog_logo_shape_custom {

    top: 12px;

  }
}


/************ Video Library *************/
.video_library {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.video_library .video_library_modul h1 {
  font-family: "Playfair Display", Sans-serif;
  font-size: 52px;
  line-height: 61px;
  color: #2a303a;
  margin-top: 40px;
}
.video_library_modul a {
  text-decoration: none;
  cursor: pointer;
  min-height: 350px;
  vertical-align: top;
}
.video_conteyner {
  width: 100%;
  height: 240px;
  background-color: #0f192a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video_sec_conteyner h3 {
  font-family: "Basis Grotesque", Sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #2a303a;
  min-height:110px;
  display: inline-grid;;
  align-items: flex-end;
  width: 100%;
}
.video_sec_conteyner h3 {
  margin: 0 0 15px;
  color: #2a303a !important;
}
.video_sec_conteyner {
  display: inline-block;
  width: 30%;
  margin: 50px 15px 50px;
  text-align: center;
}
.video_library .video_library_modul {
  max-width: 1170px;
  width: 100%;
  padding:15px 15px 0;
  margin: auto;
  display: inline-block;
  text-align: left;
}

@media(max-width: 985px){
  .video_sec_conteyner {
    width: 45% !important;
    margin: 15px 15px 20px !important;
  }
  .video_library_modul a{
    min-height: 100%;
  }
  .video_sec_conteyner h3 {
    min-height: 40px;
  }
}

@media(max-width: 768px){
  .video_sec_conteyner {
    margin: 15px 17px 20px !important;
    width: 60% !important;
  }
  .video_library .video_library_modul{
    text-align: center !important;
  }
  .video_library .video_library_modul h1 {
    font-size: 31px;
  }
  .video_sec_conteyner h3{
    font-size: 24px;
    margin: 0 0 10px;
  }
  }
  @media(max-width: 480px){
    .video_sec_conteyner {
      margin: 15px 17px 20px !important;
      width: 90% !important;
    }
}

.thank_you_container_custom {
  border: none !important;
}




/******  LSC  ******/

.lsc_header{
  position: relative;
}
#lost_sales{
  display: none;
}
.page-template-template-lsc-main-page  #lost_sales,
.page-template-template-lsc-result-page  #lost_sales{
  display: block;
}
.lsc_header span{
  position: absolute;
  color: #EE5C48;
  right: 155px;
  z-index: 11;
  top: 40px;
  font-family: Lato;
  font-size: 14px;
  line-height: 20px;
  letter-spacing:2px;
  font-weight: 900;

}
@media(min-width: 1200px) {
  .lsc_header span {
    font-size: 18px;
  }
}

.lsc_header .nrf-container-clearfix{
  width: 100%;
  padding: 100px 0 0 0;
  background-color: transparent;
  position: absolute;
}
.lsc_header .logo_lsc{
  width: 65px;
  height: auto;
  position: absolute;
  right: 60px;
  top: 30px;
  z-index: 18;
}
.lsc_header .logo_lsc a img{
  width: 100%;
  height: auto;
}

.lsc-top-banner{
  width: 100%;
  text-align: center;
  padding-top: 165px;
  position: relative;
}
.lsc-top-banner:before{
  width: 100%;
  height: 600px;
  content: "";
  display: block;
  background-color: #0f2741;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;

}
.lsc-top-banner .revenue-form-modul:before{
  width: 100%;
  height: 600px;
  content: "";
  display: block;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;

}
.lsc-top-banner .revenue-form-modul:after{
  position: absolute;
  top: 275px;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 330px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(31, 62, 121, 0.0001) -1.4%, #1F3E79 94%);
}
.page-id-1272 .lsc-top-banner{
  background-color: #fff;
}
.lsc-banner{
  max-width: 1000px;
  width: 100%;
  padding: 20px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin:auto;

}

.lsc-banner h1{
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 900;
  line-height: 47px;
  font-size: 46px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
  margin-top: 20px;
}
.lsc-banner h4{
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #000000;
  max-width: 940px;
  margin:0 auto 40px;
}
.lsc-banner .banner-text1{
  width: 31%;
  float: left;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(129, 208, 224, 0.3);
  border-radius: 8px;
  padding: 25px 25px 25px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  margin-bottom: 16px;
  vertical-align: top;
}

.lsc-mod-title{
  font-family: BasisGrotesqueBold;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
  letter-spacing: -0.62px;
  color: #515B6E;
  margin: 0;
}
.lsc-mod-text{
  font-family: BasisGrotesque;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #515B6E;
  margin: auto;
}
.revenue-form-modul .lsc-mod-text {
  font-size: 16px;
}
.revenue-form-modul .lsc-mod-title {
  font-size: 45px;
}
.lsc-mod-line{
  border: 0.5px solid #979797;
  margin-top: 8px;
  margin-bottom: 8px;
}



.banner-text2{
  width: 64%;
  float: left;
  background: #EBF6FA;
  border: 2px solid #EE5C48;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(129, 208, 224, 0.3);
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 31px 50px 60px;
  position: relative;
  margin-left: 10px;
}
.banner-text2 h3{
  font-family: BasisGrotesqueBold;
  font-style: normal;
  font-weight: 900;
  line-height: 45px;
  font-size: 43px;
  color: #515B6E;
  /*width: 64%;*/
  margin: 0 10px 0 0;
  display: inline-block;
}
.banner-text2 p{
  font-family: BasisGrotesque;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #515B6E;
  display: inline-block;
  width: 32%;
  text-align: left;
}

.lsc-red-mod{
  width: 100%;
  padding:11px;
  background: #EE5C48;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 2px solid #EE5C48;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.3125px;
  color: #FFFFFF;
}

.banner-text2 .lsc-red-mod img{
  width: 20px;
  height: auto;
  margin-left: 10px;
}


/*revenue*/


.revenue-form-modul{
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
}

.lsc-revenue h1{
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 900;
  line-height: 43px;
  font-size: 31px;
  text-align: center;
  color: #FFFFFF;
  max-width: 490px;
  margin:0 auto 24px;
}

.lsc-revenue-banner{
  padding-top: 153px;
}
.lsc-revenue{
  position: relative;
  z-index: 3;
}
.lsc-revenue p{
  font-family: Basis Grotesque;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #000000;
  letter-spacing: 0.2px;
  max-width: 490px;
  margin: auto;
  margin-bottom: 36px;
}

.revenue-form{
  background: #FFFFFF;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 375px;
  padding:24px 20px;
  margin:0px auto;
  position: relative;
  z-index: 3;
  left: 0;
  right: 0;
  margin-bottom: 68px;
}

@media (max-width: 500px) {
  .revenue-form{
    max-width: 100%;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.revenue-form form .for_form_inputs_custom {
  /*float: right;*/
  /*padding-right: 5px;*/
  /*font-size: 23px;*/
  /*line-height: 22px;*/
  position: relative;
}
.revenue-form form .for_form_inputs_custom:after {
  /*content: "\f107";*/
  display: inline-block;
  /*font: normal normal normal 14px/1 FontAwesome;*/
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  /*font-size: 23px;*/
  line-height: 22px;
  content: '\e800' !important;
  /*display: block;*/
  font-family: 'cb4-icons2' !important;
  font-size: 7px;
}
.revenue-form form .for_form_inputs_custom,
.revenue-form form input{
  width: 100%;
  font-family: BasisGrotesqueoffwhite;
  font-size: 14px;
  background: #F9F9F9;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  margin-bottom: 10px;
  outline: none;
  padding: 10px;
  height: 35px;
  line-height: 14px;
  padding-left: 15px;
  color: rgba(74, 74, 74, 0.7);
  text-align: left;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #F0F0F0;
  -webkit-text-fill-color: rgba(74, 74, 74, 0.7);;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.revenue-form form input[name='work_email']{

  margin-bottom: 3px;
}
.revenue-form form input[name='store_size'] + .for_form_inputs_custom{
  font-size: 13px;
}
.revenue-form form input[name='store_size'] + .for_form_inputs_custom + .for_form_inputs_custom_ul li{
  font-size: 13px;
}
.revenue-form form .revenue_form_field {
  position: relative;
}
.revenue-form form .for_form_inputs_custom + .for_form_inputs_custom_ul {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  background: #F9F9F9;
  border: 1px solid #F0F0F0;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1);
  color: rgba(74, 74, 74, 0.7);
  z-index: 1;
  text-align: left;
  margin: 0;
  padding: 0px 0 0px 10px;
  max-height: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-top: none;
  overflow: hidden;
}
.revenue-form form .for_form_inputs_custom + .for_form_inputs_custom_ul.open_form_dropdown {
  max-height: 500px;
  padding-top: 10px;
  padding-bottom: 30px;
  z-index: 99;
}
.revenue-form form .for_form_inputs_custom + .for_form_inputs_custom_ul li {
  display: block;
  cursor: pointer;
  margin-bottom: 7px;
}
.revenue-form form .for_form_inputs_custom + .for_form_inputs_custom_ul li:last-child {
  margin-bottom: 0;
}
.revenue-form form .for_form_inputs_custom {
  cursor: pointer;
  border-bottom: none;
}
.revenue-form form p{
  text-align: left;
  font-family: BasisGrotesqueoffwhite;
  font-style: normal;
  letter-spacing: -0.3px;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  color: #515B6E;
  margin-bottom: 0;
}
.revenue-form form p .required{
  color: red;
}
.revenue-form form p.small_text{
  font-family: BasisGrotesqueoffwhite;
  font-size: 11px;
  line-height: 18px;
  color: #A8ADB6;
  margin-bottom: 0;
}

.revenue-form form button{
  width: 100%;
  background: #EE5C48;
  border-radius: 3px;
  border: 2px solid #EE5C48;
  color: #fff;
  font-family: Lato;
  line-height: 26px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.2px;
  padding: 8px;
  outline: none;
  margin-top: 24px;
  position: relative;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.revenue-form form button:after {
  content: "";
  background: #eba298;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}
.revenue-form form button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
.revenue-form form button:hover {
  background-color: #fff;
  color: #EE5C48;
}
.revenue-red-modul{
  width: 100%;
  background-color:#EE5C48;
  height: 480px;
  margin-top: 211px;
}
body.ie .revenue-red-modul {
  height: 530px;
}

.lsc-video-sec{
  left: 0;
  top: 0;
  position: absolute;
  object-fit: unset;
  height: 130%;
}
.lsc-help-content{
  width: 100%;
  background: #F2F2F2;
  text-align: center;
  margin: 0;
  margin-top:0;
  padding: 60px 0;
  position: relative;
  z-index: 1;

}
.lsc-help-content h2{
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 900;
  line-height: 38px;
  font-size: 36px;
  text-align: center;
  color:  #515B6E;
  margin-bottom: 15px;
  text-transform: capitalize;

}

.lsc-help-content p{
  font-family:  Basis Grotesque;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  color: #515B6E;
  max-width: 820px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 20px;
}
.lsc-learn-mod{
  width: 100%;
  height: 74px;
  background-color: #fff;
  border-top:1px solid #E9E9E9;
  border-bottom:1px solid #E9E9E9;
}
.lsc-learn-content{
  max-width: 980px;
  width: 100%;
  padding: 20px;
  margin: auto;
  text-align: left;
  font-family: Basis Grotesque;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  font-size: 18px;
  color: #515B6E;
}

.lsc-learn-content h5{
  font-family: Basis Grotesque;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  font-size: 18px;
  color: #515B6E;
  float: left;
  margin-top: 5px;
}

.lsc-learn-content button{
  background: #EE5C48;
  border-radius: 4px;
  font-family: Basis Grotesque;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  width: 225px;
  float: right;
  border: none;
  padding: 9px;
}

.lsc-bottom-banner{
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cb4.com/wp-content/uploads/2019/08/Group-1.png");
  background-color: #333333;
  padding: 0 70px 250px;
  position: relative;
}
.lsc-bottom-modul{
  max-width: 850px;
  width: 100%;
  display: inline-block;
  padding: 0 20px;
  text-align: left;
}

.lsc-box-shadow{
  display: inline-block;
  padding: 5px 10px 5px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 25px 1px rgba(136,174,179,1);
  -moz-box-shadow: 10px 10px 25px 1px rgba(136,174,179,1);
  box-shadow: 10px 10px 25px 1px rgba(136,174,179,1);

}
.lsc-box-shadow.lsc-box1{
  -webkit-border-radius: 12px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 12px;
  -moz-border-radius-topleft: 0;
  border-radius: 12px;
  border-top-left-radius: 0;
  width: 280px;
  height: 165px;
  margin-right: 30px;
  vertical-align:top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lsc-box1{
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
@media(min-width: 2100px) {
  .lsc-revenue-banner {
    padding-top: 0px;
  }
  .revenue-form-modul{
    padding-top: 153px;
  }
  .lsc-top-banner .revenue-form-modul:before {
    height: 715px;
    background-position: top;
    top: 30px;
  }
  .lsc-top-banner .revenue-form-modul:after {
    top: 420px;
  }
}
@media(min-width: 769px) {
  .lsc-box1:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .lsc-box2:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .lsc-box3:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .lsc-box4:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .lsc-box5:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  /*.lsc-ipad-pat.hovvered_module:after {*/
  /*visibility: visible;*/
  /*opacity: 1;*/
  /*}*/
}

.lsc-box2{
  margin-right: 30px;
  width: 235px;
  height: 165px;
  -webkit-border-radius: 12px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 12px;
  -moz-border-radius-topright: 0;
  border-radius: 12px;
  border-top-right-radius: 0;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  background-image: url("https://cb4.com/wp-content/uploads/2019/07/Graphics-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.lsc-box3{
  width: 444px;
  height: 178px;
  margin-right:30px;
  margin-top: 25px;
  margin-bottom:25px;
  vertical-align:top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  position: relative;
}


.lsc-box3 .js-hover {
  width: auto;
  height: 100%;
}
@media(max-width: 769px) {
  .lsc-box3.list .preview:last-child {
    background-size: cover;
  }
}




.lsc-box-shadow.lsc-box1 .lsc-mod-line{
  width: 100%;
  margin: 5px 0 10px;
}
.lsc-box-shadow.lsc-box1 span{
  font-size:40px;
}

.lsc-box-margin{
  margin-top: 30px;
}

.lsc-box4{
  vertical-align:top;
  width: 253px;
  height: 140px;
  -webkit-border-radius: 12px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 12px;
  -moz-border-radius-topright: 0;
  border-radius: 12px;
  border-top-right-radius: 0;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  background-image: url("https://cb4.com/wp-content/uploads/2019/07/Graphics-5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}

.lsc-box5{
  margin-right: 25px;
  width: 376px;
  height: 105px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  position: relative;
}

.lsc-box5 .preview{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lsc-box3 .preview{
  background-size:100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 165px;
  border-radius: 12px;
}

.lsc-ipad-mod {
  width: 480px;
  height: 700px;
  position: absolute;
  top: 60px;
  right: 0px;
}
.lsc-ipad-pat{
  padding: 30px;
  width: 100%;
  height: 100%;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  z-index: 0;
  position: absolute;
  top: 0;

}
.lsc-ipad-pat_cus {
  padding: 30px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cb4.com/wp-content/uploads/2019/07/Group-6.png");
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.lsc-ipad-pat_cus.hovvered_module {
  opacity: 0.3;
}
.lsc-ipad-pat_cus.hovvered_module + .lsc-ipad-pat .ipad-top-mod:not(.hovvered_cus),
.lsc-ipad-pat_cus.hovvered_module + .lsc-ipad-pat .ipad-top-middle:not(.hovvered_cus),
.lsc-ipad-pat_cus.hovvered_module + .lsc-ipad-pat .ipad-top-bottom:not(.hovvered_cus) {
  opacity: 0.3;
}
.ipad-top-mod:hover {
  opacity: 1!important;
}
.ipad-top-middle:hover {
  opacity: 1!important;
}
.ipad-top-bottom:hover {
  opacity: 1!important;
}
/*@media(min-width: )*/
/*.lsc-ipad-pat:after {*/
/*visibility: hidden;*/
/*opacity: 0;*/
/*content: '';*/
/*top: 0;*/
/*display: block;*/
/*bottom: 0;*/
/*right: 0;*/
/*left: 0;*/
/*position: absolute;*/
/*background-color: rgba(132, 131, 131, 0.8);*/
/*-webkit-transition: .5s;*/
/*-moz-transition: .5s;*/
/*-ms-transition: .5s;*/
/*-o-transition: .5s;*/
/*transition: .5s;*/
/*border-radius: 23px;*/

/*}*/

.lsc-ipad-pat svg{
  width: 100%;
  height: auto;
}

.ipad-top-mod{
  width: 100%;
  height:auto;
  margin-top:95px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
@media(min-width: 769px) {
  .ipad-top-mod.hovvered_cus,
  .ipad-top-mod:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
  .ipad-top-middle.hovvered_cus,
  .ipad-top-middle:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
  .ipad-top-bottom.hovvered_cus,
  .ipad-top-bottom:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
}
.ipad-top-mod.hovvered_cus svg .st2:not(.none_blue),
.ipad-top-mod:hover svg .st2:not(.none_blue) {
  fill:#29A5C0!important;
}
.ipad-top-mod.hovvered_cus svg .st2.on_hover_gray,
.ipad-top-mod:hover svg .st2.on_hover_gray {
  fill: rgb(71, 71, 71)!important;
}
.ipad-top-mod.hovvered_cus svg .on_hover_gray,
.ipad-top-mod:hover svg .on_hover_gray {
  fill: rgb(71, 71, 71)!important;
}



.ipad-top-middle{
  width:100%;
  height:auto;
  margin-top: 11px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

.ipad-top-middle.hovvered_cus svg .st2:not(.none_blue),
.ipad-top-middle:hover svg .st2:not(.none_blue) {
  fill:#29A5C0;
}
.ipad-top-middle:hover svg .st8{
  fill:#A5A5A5;
}

.ipad-top-bottom{
  width:100%;
  height:auto;
  margin-top: 10px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

.ipad-top-bottom.hovvered_cus svg .st2:not(.none_blue),
.ipad-top-bottom:hover svg .st2:not(.none_blue) {
  fill:#29A5C0;
}

.lsc_video_ipad{
  display: none;
}
.lsc-load{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#142745;
}
.lsc-load-content{
  width: 200px;
  height: 200px;
  position: absolute;
  right: 50vw;
  top: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  padding-top: 0;
}
.lsc-load-logo{
  width:90px;
  height: 60px;
  margin:0 auto 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cb4.com/wp-content/uploads/2019/07/white_logo.svg");
}

.lsc-bottom-banner2{
  max-width:1440px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-top: 90px;
}

/*results*/

.lsc-mod-ipad{
  display: none;
}
.lsc-banner .results-content{
  width: 45%;
  display: inline-block;
  /*float: left;*/
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(129, 208, 224, 0.3);
  border-radius: 8px;
  padding: 40px 80px;
  text-align: center;
  margin-bottom: 16px;
}
@media(min-width: 1025px) {

  .lsc-banner .results-content {
    display:inline-block;
    vertical-align: top;
  }
}
@media(max-width: 1024px) {
  .lsc-banner .results-content.results-content-margin .lsc-mod-text {
    padding: 0 20px;
  }
}
.results-content-margin{
  margin-right: 22px;
}


.result-red-modul{
  display: inline-block;
  width:100%;
  background-color: #EE5C48;
  padding:80px 20px 60px;
  position: relative;
  text-align: center;

}
.result-red-modul .revenue-form{
  position: static;
  margin: auto;
}
.result-red-modul h2{
  display: inline-block;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
  margin:0 0 25px;
}
.result-red-modul p{
  max-width: 750px;
  font-family: Basis Grotesque;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
  margin-bottom: 25px;
}
.lsc_bt{
  font-family: Basis Grotesque;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom:80px;
  position: relative;
  text-decoration: underline;
  letter-spacing: -0.3px;
}
.page-id-1270 a{
  display: inline-block;
  text-decoration: none;
}
.revenue-form-modul .lsc_bt{
  position: static;
  padding: 0px 0 70px;
}
.page-id-400 .revenue-form-modul a{
  margin-top: 0px;
}
.page-id-400 a,
.page-id-1971 a{
  text-decoration: none;
  display: inline-block;

}
.revenue-form-modul .powered{
  font-family: Basis Grotesque;
  font-size: 14px;
  line-height: 16px;
  color:#A8ADB6 ;
  letter-spacing: -0.3px;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 115px;
  margin-bottom: 40px;
  opacity: 0.5;
}
.revenue-form-modul .powered a{
  display: block;
  line-height: 0;
}
.result-red-modul a{
  text-decoration: none;

}
.hidden_revenue_form_input {
  opacity: 0;
  height: 0!important;
  padding: 0!important;
  margin: 0!important;
  border: 0!important;
  margin-top: -9px;
  display: -webkit-box;
}

.page-id-400 {
  background:  #1F3E79;
}
.blog_link{
  position: relative;
  z-index: 2;
}
.page-id-1270{
  background-color: #EE5C48;
  text-align: center;
}

.mobilr-block-l{
  display: none;
}

#revenue_form label.error {
  display: none!important;
}
#revenue_form input.error {
  border: 1px solid red;
}
#revenue_form input.error + label.error + div.for_form_inputs_custom {
  border: 1px solid red;
}
@media(min-width: 1236px) {
  .lsc-box5.list {
    height: 120px;
  }
}
@media(min-width: 769px) {
  .footer_new_colm {
    margin-left: 20px;
  }
}
@media(max-width: 769px) {
  .footer_new_colm + .third-column {
    margin-top: 20px;
  }

}
@media(max-width: 1550px){
  .lsc-bottom-modul {
    /*max-width: 815px;*/
    position: relative;
  }

  .lsc-bottom-banner{
    padding: 0 20px 250px;
  }
  .lsc-ipad-mod {
    width: 480px;
    height: 700px;
    position: absolute;
    top: 0px;
    right: auto;
    left: 100%;
  }
}

@media(max-width: 1400px){
  .lsc-bottom-modul {
    position: relative;
  }
  .lsc-bottom-banner{
    padding: 0 20px 250px;
  }
  .lsc-ipad-mod {
    /*width: 480px;*/
    /*height: 700px;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: auto;*/
    left: 100%;
    width: 405px;
    height: 583px;
    top: 0px;
    right: auto;
  }
  .ipad-top-mod {
    margin-top: 70px;
  }
}
@media(max-width: 1300px) and (min-width: 1236px) {
  .lsc-bottom-modul {
    max-width: 740px;
  }
  .lsc-box-margin {
    margin-top: 0;
  }
  .lsc-box5.list {
    margin-top: 30px;
  }
}

/*@media(max-width: 1460px) {*/
/*.lsc-ipad-mod {*/
/*width: 480px;*/
/*height: 700px;*/
/*position: absolute;*/
/*top: 60px;*/
/*right: 35px;*/
/*}*/
/*width: 383px;*/
/*height: 583px;*/
/*top: 60px;*/
/*right:2%;*/
/*}*/
/*@media(max-width: 1400px) {*/
/*.lsc-ipad-mod {*/
/*width: 380px;*/
/*height: 550px;*/
/*position: absolute;*/
/*top: 85px;*/
/*right: 35px;*/
/*}*/
/*}*/

.new_result_page .lsc-top-banner {
  padding-top: 40px;
  height: 500px;
}

.new_result_page .lsc-mod-title {
  line-height: 32px;
}

@media(max-width: 1235px){

  .new_result_page .lsc-top-banner {
    padding-top: 0;
    height: auto;
  }
  .lsc-top-banner{
    height: auto;
  }
  .revenue-form-modul {
  }
  .revenue-red-modul {
    height: 500px;
    margin-top: 192px;
  }
  .lsc-bottom-banner2{
    padding: 90px 20px 80px;
    height: 720px;
  }
  .lsc-bottom-banner{
    padding: 0;
  }

  .lsc-bottom-modul {
    max-width:610px;
  }
  .lsc-box3{
    margin:0 10px 0 0;
    width: 290px;

  }
  .lsc-box3 .preview{
    height: 111px;
  }
  .lsc-box3 {
    height: auto;
  }
  .lsc-box-shadow.lsc-box1{
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .lsc-banner{
    top:0;
  }

  .lsc-banner h1{
    font-weight: 900;
    line-height: 46px;
    font-size: 47px;
  }

  .page-id-1272  .lsc-banner h1{
    margin-top:150px;
  }

  .lsc-ipad-mod {
    width: 325px;
    height: 465px;
    top: 0px;
  }
  .lsc-box-shadow.lsc-box1{
    width: 190px;
    height: 110px;
  }
  .lsc-box2{
    width: 140px;
    height: 110px;
    margin-right: 20px;
  }
  .lsc-box4{
    width: 188px;
    height: 105px;
    margin-right: 20px;
  }
  .lsc-box5{
    width: 320px;
    height: 100px;
    margin-right:0;
  }
  .lsc-box5 .preview_new {
    width: 100%!important;
    height: 100%!important;
  }
  .lsc-help-content p {
    font-weight: 300;
    line-height: 19px;
    font-size: 14px;
    max-width: 665px;
  }
  .lsc-help-content {
    padding: 20px 0 5px;
  }
  .lsc-help-content h2 {
    font-weight: 900;
    line-height: 19px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .ipad-top-mod {
    margin-top: 55px;
  }
  .lsc-ipad-pat{
    padding: 22px;
  }
  .ipad-top-middle{
    margin-top: 5px;
  }
  .ipad-top-bottom{
    margin-top: 5px;
  }
  .mobilr-block-l{
    display: block;
  }
}
@media(max-width: 1025px) {
  .lsc-banner {
    top: 40px;
  }
}
@media(max-width: 965px){
  .lsc-bottom-modul {
    max-width: 571px;
  }

}
@media(max-width: 930px){
  .banner-text2{
    padding: 17px 60px 58px;
  }

}
@media(max-width: 915px){
  .lsc-banner h1{

    margin-top: 0px;
    margin-bottom: 25px;
  }
  .revenue-form-modul {
    top:25px;
    position: static;
  }
  .lsc-top-banner .lsc-banner{
    position: static;
  }
  .lsc-banner .banner-text1 {
    width: 46%;
    margin: 10px;
  }
  .banner-text2 {
    width: 95%;
    margin-top: 10px;
    min-height: 110px;
  }
  .lsc-top-banner {
    padding-top:110px;

  }
  .lsc_video_ipad{
    display: none;
  }
  .results-content-margin {
    margin-right: 30px;
  }
  .page-id-1272 .lsc-banner h1 {
    margin-top: 110px;
    margin-bottom: 20px;
  }
  /*.lsc-top-banner {*/
  /*height: 675px;*/
  /*}*/
  .lsc-help-content {
    padding: 30px 0 5px;
  }
  .lsc-help-content p{
    margin-bottom: 30px;
  }
  .lsc-bottom-banner {
    padding: 50px 20px 0;
  }
  /*.banner-text1.wow.fadeInUp.animated{*/
  /*animation-delay: 2s !important;*/
  /*}*/
  .banner-text1.after-effects.wow.fadeInUp.animated{
    animation-delay: 4s !important;
  }
  .banner-text2.after-effects5.wow.fadeInUp.animated{
    animation-delay: 4.5s !important;
  }
  .lsc-ipad-mod {
    width: 300px;
    height: 440px;
    top: 60px;
  }
  .lsc-mod-ipad{
    display: block;
    width: 100%;
    height:400px;
    background-image: url("https://cb4.com/wp-content/uploads/2019/07/Groupip.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 30px;
  }
  .lsc-ipad-mod{
    display: none;
  }
  .lsc-bottom-banner2 {
    padding: 30px 20px 0;
    height: auto;
    text-align: center;
  }
}
@media(max-width: 769px){

  .revenue-red-modul {
    height: 550px;
    margin-top: 153px;
  }
  /*.lsc-top-banner{*/
  /*height:645px;*/
  /*}*/
  .lsc-mod-line {
    width: 80%;
  }
  .revenue-form-modul .lsc_bt {
    position: static;
    padding: 0;
  }
  .revenue-form-modul .powered {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page-id-400 .revenue-form-modul,
  .page-id-1971 .revenue-form-modul {
    padding-top:5px;
  }
  .page-id-1270 .lsc-banner .results-content {
    padding: 45px 0px;
  }
  .revenue-form-modul {
    top:25px;
    position: static;
  }

  .lsc-banner{
    top: -50px;
  }
  .lsc-banner .results-content {
    padding: 45px 60px;
  }
  .lsc-banner h1{
    font-weight: 900;
    line-height: 47px;
    font-size: 46px;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .lsc-banner h4{
    margin: 0 auto 30px;
    line-height: 26px;
    font-size: 18px;
  }
  .results-content-margin {
    margin-right: 30px;
  }
  .lsc_header .logo_lsc a img {
    width: 45px;
  }
  .lsc_header .logo_lsc{
    right: 15px;
  }
  .lsc_header span{
    font-weight: 900;
    line-height: 20px;
    font-size: 12px;
    right: 100px;
    top: 31px;
  }
  .result-red-modul{
    padding: 30px 0 61px;
  }
  .lsc_bt{
    padding-bottom: 100px;
  }
  .result-red-modul .lsc_bt{
    padding-bottom: 100px;

  }
  .revenue-form{
    margin: 30px auto 30px;
  }
  .result-red-modul h2{
    margin: 0 0 25px;
  }
  .result-red-modul p{
    max-width: 515px;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .result-red-modul h2{
    font-weight: 900;
    line-height: 22px;
    font-size: 18px;
  }

  .lsc-banner .banner-text1{
    display: inline-block;
    float: none;
  }
  .banner-text2{
    float: none;
    width: 97%;
    margin:15px auto 0;
  }
  .lsc-learn-content h5{
    line-height: 12px;
    font-size: 12px;
  }
  .lsc-bottom-modul {
    max-width: 100%;
    text-align: center;
  }
  .lsc-revenue h1{
    margin: 0 auto 30px;
  }
  .page-id-1272 .lsc-top-banner {
    height: auto!important;
  }
  .page-id-1272 .lsc-banner {
    padding-bottom: 30px!important;
  }
  .page-id-1270 .lsc-top-banner {
    height: auto!important;
  }

  .lsc-bottom-banner {
    padding: 30px 20px 0;
    height: auto;
  }
  .lsc-bottom-modul{
    padding: 0;
  }
  .lsc-box-shadow.lsc-box1{
    margin-right: 10px;
    width: 50%;
    height: 215px;
    margin-bottom: 15px;
  }
  .lsc-box2 {
    width: 42%;
    height: 215px;
    margin-right: 0;
  }
  .lsc-box3{
    width: 100%;
    height: 126px;
    margin-right:0;
  }
  .lsc-box4 {
    width: 42%;
    height:180px;
    margin-right: 0;
  }
  .lsc-box5{
    width: 100%;
    height: 220px;
    margin:-5px 0 0;
  }
  .lsc-bottom-banner2 {
    padding: 20px 0 0;
    height: auto;
    text-align: center;
  }
  .lsc-box3 .preview {
    height: 230px;
  }
  .lsc-box3.list{
    height: 255px !important;
    width: 94%;
  }
  .lsc-mod-ipad {
    height: 900px;
  }
}
@media(max-width: 767px){
  .banner-text2{
    width: 95%;
  }
  .lsc-banner .banner-text1 {
    padding: 20px 10px 18px;
    width: 45%;
    min-height: 130px;
  }
  .lsc-mod-title {
    font-weight: 900;
    line-height: 45px;
    font-size: 22px;
  }
  .lsc-mod-text{
    line-height: 16px;
    font-size: 12px;
  }
  .banner-text2 h3 {
    width: 45%;
    vertical-align: top;
    margin: 7px 10px 0 0;
  }
  .banner-text2 h3 {
    font-weight: 900;
    line-height: 22px;
    font-size: 22px;
  }
  .page-id-1272 .lsc-top-banner {
    height: 593px;
  }
  .page-id-1272 .lsc-banner h1 {
    margin-bottom: 15px;
  }
  .lsc-bottom-banner {
    padding: 50px 20px 30px;
  }
  .revenue-form-modul .lsc-mod-title {
    font-weight: 900;
    line-height: 45px;
    font-size: 43px;
  }
  .page-id-400 .lsc-top-banner a.blog_link,
  .page-id-1971 .lsc-top-banner a.blog_link{
    margin-top: 25px;

  }

  .page-id-1270 a.blog_link {
    margin-top: 30px;
  }
  .page-id-1971 .logo_lsc a.blog_link,
  .page-id-1270 .logo_lsc a.blog_link{
    margin-top: 0;

  }
  .revenue-form-modul .powered {
    margin-top: 25px;
    margin-bottom: 25px;
  }

}
@media(max-width: 736px){
  .lsc_header .logo_lsc {
    left: 91%;
  }
  .lsc_header span {;
    right: 80px;
  }

  .lsc-mod-title {
    font-weight: 900;
    line-height: 32px;
    font-size: 22px;
  }
  .lsc-mod-text{
    line-height: 14px;
    font-size: 12px;
  }
  .banner-text2 h3 {
    width: 45%;
    vertical-align: top;
    margin: 7px 10px 0 0;
  }
  .banner-text2 h3 {
    font-weight: 900;
    line-height: 22px;
    font-size: 22px;
  }

}
@media(max-width: 735px){

  .lsc_video_ipad{
    display: none;
  }
  .revenue-form-modul {
    top: 0;
  }
  .revenue-red-modul {
    margin-top: 0;
  }
  .revenue-form{
    margin: 0;

  }
  .lsc-revenue h1{
    font-weight: 900;
    line-height: 43px;
    font-size:32px;
  }
  .lsc_header span{
    font-weight: 900;
    line-height: 11px;
    font-size: 11px;
    right: 60px;
    top: 25px;
  }
  .lsc_header .logo_lsc a img {
    width: 100%;
    height: auto;
  }
  .lsc_header .logo_lsc{
    right: 0px;
    top: 20px;
    left:90%;
    width:45px;
  }
  .lsc_header span {
    right: 85px;
    top: 29px;
  }
  .revenue-form{

    margin: auto;
  }
  .lsc-top-banner .revenue-form-modul:before{
    background-position: right;
    top: 200px;
  }
  .lsc-top-banner .revenue-form-modul:after{
    top: 470px;
  }
  .lsc-revenue p{
    line-height: 26px;
    font-size: 18px;
    max-width: 460px;
    margin-bottom: 65px;
  }

  .lsc-revenue h1{
    margin: 0 auto 30px;
    max-width: 385px;
  }
  .revenue-form form button{
    margin-top: 15px;
  }

  .lsc-banner {
    top:60px;
  }
  .lsc-banner .results-content {
    padding: 33px 60px;
    width: 90%;
    margin-bottom: 20px;
  }
  .results-content-margin{
    margin: 0;
  }
  .lsc-banner h1{
    font-weight: 900;
    line-height: 22px;
    font-size: 22px;
  }
  .lsc-banner h4{
    line-height: 20px;
    font-size: 14px;
    margin-top: 30px;
    width: 90%;
  }
  .result-red-modul {
    padding: 30px 0 46px;
  }
  .result-red-modul h2 {
    max-width: 63%;
    margin: 0 0 30px;
  }
  .result-red-modul p{
    max-width: 385px;
    margin: 0 auto 30px;
  }

  .lsc-banner{
    padding: 10px;
  }
  .banner-text2{
    padding: 5px 15px 45px;
  }

  .banner-text2 p{
    width: 45%;
  }
  .lsc-help-content h2{
    margin-left: 30px;
    text-align: left;
  }
  .lsc-help-content p{
    text-align: left;
  }
  .lsc-ipad-mod{
    display: none;
  }
  .lsc-bottom-banner {
    padding: 30px 20px 0;
    height: auto;
    text-align: center;
  }
  .lsc-bottom-modul{
    padding: 0;
  }
  .lsc-box-shadow.lsc-box1{
    margin-right: 15px;
    margin-bottom: 0;
    width: 49%;
    height: 180px;
    display: inline-block;
  }
  .lsc-box2 {
    width: 40%;
    height: 180px;
  }
  .lsc-box3{
    width: 100%;
    height: 170px;
    margin-right:0;
  }

  .lsc-box4 {
    width: 40%;
    height: 150px;
    margin-right: 0;
  }
  .lsc-box5{
    width: 100%;
    height: 215px;
    margin: 0;
    margin-top: 12px;
    padding-left: 15px;
  }
  .lsc-mod-ipad{
    display: block;
    width: 100%;
    height:410px;
    background-image: url("https://cb4.com/wp-content/uploads/2019/07/ipad-static.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 30px;
  }
  .page-id-1272 .lsc-top-banner {
    height: 540px;
  }
  .lsc-box3 {
    margin-right: -19px;
    width: 98%;
  }
  .lsc-box3 .preview {
    margin-top: 10px;
  }
  .lsc-box3.list {
    height: 260px !important;
    width: 93%;
    margin-right: 0px;
  }
}
@media(max-width: 725px){
  .lsc-box3 {
    width: 100%;
    height: 170px;
    margin-right: 0;
  }
  .lsc-box5 {
    height: 200px;
  }
}
@media(max-width: 667px){

  .banner-text2 h3 {
    width: 45%;
    vertical-align: top;
    margin: 21px 0;
  }
  .banner-text2 p {
    width: 45%;
    margin: 20px 0 26px;
    font-size: 13px;
    line-height: 18px;
  }
  .lsc-bottom-modul {
    max-width: 100%;
  }
  .lsc-box-shadow.lsc-box1 {
    width: 48%;
    height: 170px;
  }
  .lsc-box2 {
    width: 40%;
    height: 170px;
  }
  .lsc-box3 {
    width:97%;
    height: 240px;
    margin-right: 0;
  }
  .lsc-box4 {
    height: 137px;
    margin-right: 15px;
  }
  .lsc-box5 {
    height: 190px;
  }
  .lsc-mod-ipad{
    background-position: top;
  }
  .lsc_header span {
    right: 85px;
  }
  .lsc_header .logo_lsc {
    left: 90%;
  }
  .lsc-revenue {

  }
  .page-id-1272 .lsc-top-banner {
    height: 590px;
  }
  .lsc-help-content {
    padding: 30px 0 1px;
  }
  .lsc-box3 .preview {
    height: 205px;
  }
  .lsc-box3.list {
    height: 235px !important;
  }
  .lsc-banner .banner-text1 {
    min-height: 132px;
  }
  .banner-text1.after-effects.wow.fadeInUp.animated {
    min-height: 108px;
  }
}
@media(max-width: 666px){
  .lsc-top-banner {
    padding-top: 80px;
  }
  .lsc_video_ipad{
    display: none;
  }
  .revenue-form-modul {
    top: 0;
  }
  .revenue-red-modul {
    margin-top: 0;
  }

  .lsc-revenue h1{
    font-weight: 900;
    line-height: 43px;
    font-size: 32px;
    letter-spacing: -0.5px;
  }
  .lsc-revenue {

    padding: 0px 20px 0;
  }
  .lsc_header span{
    font-weight: 900;
    line-height: 11px;
    font-size: 11px;
    right: 100px;
    top: 27px;
  }
  .lsc_header .logo_lsc a img {
    width: 100%;
    height: auto;
  }
  .lsc-revenue p{
    line-height: 26px;
    font-size: 18px;
  }

  .revenue-form form button{
    margin-top: 25px;
  }

  .lsc-banner {
    top:60px;
  }
  .results-content-margin{
    margin: 0;
  }
  .lsc-banner h1{
    font-weight: 900;
    line-height: 29px;
    font-size: 28px;
  }
  .lsc-banner h4{
    line-height: 20px;
    font-size: 16px;
    margin-top: 30px;
  }

  .lsc_header .logo_lsc {
    left: 88%;
  }
  .result-red-modul {
    padding: 30px 0 0;
  }
  .result-red-modul h2 {
    max-width: 85%;
    margin: 0 0 30px;
  }
  .result-red-modul p{
    max-width: 84%;
    margin: 0 auto 30px;
  }

  .banner-text2 h3{
    font-weight: 900;
    line-height: 22px;
    font-size: 22px;
  }
  .lsc-red-mod{
    font-size: 12px;
    line-height: 18px;
  }
  .lsc-banner{
    padding: 10px;
  }
  .page-id-1272 .lsc-banner{
    padding: 15px;
  }

  .banner-text2{
    padding: 0 0px 40px;
  }
  .banner-text2 h3{
    width: 45%;
    vertical-align: middle;
    margin: 7px 10px 20px 0;
  }
  .banner-text2 p{
    width: 45%;
  }
  .lsc-help-content h2{
    margin-left: 20px;
    text-align: left;
  }
  .lsc-help-content p{
    text-align: left;
  }



  p.submit input{
    margin-top: 30px;
  }
  .page-id-1272 .lsc-top-banner {
    height: 570px;
  }
  .lsc-banner .banner-text1 {
    width: 45%;
    min-height: 110px;
  }

}
@media(max-width: 580px){
  .page-id-1272 .lsc-top-banner {
    height: 565px;
  }
  .lsc-box-shadow.lsc-box1 {
    width: 48%;
    height: 150px;
  }
  .lsc-box2 {
    width: 40%;
    height: 150px;
  }
  .lsc-box3 .preview {
    height: 165px;
  }
  .lsc-box3.list {
    height: 190px !important;
  }
  .lsc-box4 {
    width: 41%;
    height: 125px;
    margin-right: 0;
  }
  .lsc-box5 .list{
    height: 155px !important;
  }
  .lsc-box5 {
    height: 160px;
  }
}
@media(max-width: 537px){


  .revenue-red-modul {
    height: 540px;
  }

  .page-id-1272 .lsc-top-banner {
    height: 600px;
  }

  .lsc-box-shadow.lsc-box1 {
    width: 51%;
    height: 140px;
  }
  .lsc-box2 {
    width: 40%;
    height: 140px;
  }
  .lsc-box3 {
    width: 100%;
  }
  .lsc-box3 .preview {
    height: 180px;
  }
  .lsc-box3.list {
    height: 210px !important;
  }
  .lsc-box4 {
    width: 40%;
    height: 125px;
    margin-right: 0;
  }
  .lsc-box5 .preview_new {
    height: 100%!important;
  }
  .lsc-bottom-banner {
    padding: 10px 10px 0;
  }
}
@media(max-width: 515px){
  .lsc-box5 {
    height: 142px;
  }
  .lsc-box4 {
    height: 105px;
  }

}
@media(max-width: 485px){


  .revenue-form form .for_form_inputs_custom,
  .revenue-form form input{

    font-size: 12px;

    padding-left: 15px;

  }
  .revenue-form form .for_form_inputs_custom + .for_form_inputs_custom_ul li{
    font-size: 14px;
  }

  .revenue-form form input[name='store_size'] + .for_form_inputs_custom ,
  .revenue-form form input[name='store_size'] + .for_form_inputs_custom + .for_form_inputs_custom_ul li{
    font-size: 11px;
  }



  .lsc-banner .banner-text1 {
    width: 42%;
  }
  .lsc_header .logo_lsc {
    top: 22px;
    left: 81%;
    width: 45px;
  }
  .lsc_header span {
    right: 90px;
    top: 29px;
  }
  .lsc-box-shadow.lsc-box1 {
    width: 50%;
    height: 120px;
  }
  .lsc-box2 {
    width: 40%;
    height: 120px;
    margin-right: 0;
  }
  .lsc-box3 .preview {
    height: 150px;
  }
  .lsc-box3.list {
    height: 180px !important;
  }
  .lsc-box4 {
    width: 40%;
    height: 95px;
    margin-right: 0;
  }
  .lsc-mod-ipad{
    margin-top: 0;
  }
  .lsc-box5 {
    height: 130px;
  }
  .banner-text1.after-effects.wow.fadeInUp.animated {
    min-height: 124px;
  }

  .revenue-form{
    box-shadow: none;
  }
  .revenue-red-modul{
    background-color:#fff;
  }



  .page-id-1270{
    background-color:#fff;
    text-align: center;
  }
  .lsc-mod-title{
    line-height: 19px!important;
    font-size: 18px;
  }
  .revenue-form-modul .lsc-mod-title {
    font-weight: 900;
    line-height: 42px;
    font-size: 32px;
  }

  .revenue-form-modul .lsc-mod-text {
    line-height: 20px;
    font-size: 14px;
    padding: 0 20px;
  }
  .page-id-1270 .lsc-banner .results-content {
    padding:30px 0px;
  }

  .page-id-400 a,
  .page-id-1971 a{
    margin-top:10px;

  }
}
@media(max-width: 425px){
  .lsc-banner .banner-text1 {
    width: 41%;
  }
  .lsc-box2 {
    width: 40%;
    height: 100px;
    margin-right: 0;
  }
  .lsc-box-shadow.lsc-box1 {
    width: 49%;
    height: 100px;
  }
  .lsc-box3 .preview {
    height: 128px;
  }
  .lsc-box3.list {
    height: 155px !important;
  }
  .lsc-box4 {
    width: 40%;
    height: 75px;
    margin-right: 0;
  }
  .lsc-box5 .preview_new {
    height: 79%!important;
  }
  .lsc-box5 {
    height: 175px;
  }
  .lsc-banner .banner-text1 {
    min-height: 148px;
  }
  .page-id-1272 .lsc-banner h1 {
    margin-top: 90px;
    margin-bottom: 20px;
  }
  .banner-text1.after-effects.wow.fadeInUp.animated {
    min-height: 164px;
  }


}
@media(max-width: 381px){
  .lsc-banner .banner-text1 {
    width: 43%;
  }
  .lsc-box5 {
    height: 140px;
  }
}
@media(max-width: 347px){
  .lsc-revenue {
    height: 200px;
  }
  .lsc-box5 {
    height: 130px;
  }
  .lsc-box-shadow.lsc-box1 {
    width: 51%;
    height: 95px;
  }
  .lsc-box2 {
    width: 40%;
    height: 95px;
  }
  .lsc-box3 .preview {
    height: 110px;
  }
  .lsc-box3.list {
    height: 135px !important;
  }
  .lsc-box4 {
    height: 68px;
  }
  .lsc-mod-ipad{
    height: 356px;
  }

}
@media(max-width: 330px){
  .lsc-revenue {
    height: 240px;
  }
}
html body .ipad-top-middle.hovvered_cus svg .on_hover_gray,
.ipad-top-middle:hover svg .on_hover_gray {
  fill: rgb(71, 71, 71)!important;
}
html body .ipad-top-bottom.hovvered_cus svg .on_hover_gray,
.ipad-top-bottom:hover svg .on_hover_gray {
  fill: rgb(71, 71, 71)!important;
}

@media(max-width: 1560px) {
  .lsc-video-sec {
    width: 100%;
    height: 100%;
  }
  .page-id-400, .page-id-1971 {
    overflow-x: visible;
  }
}
/*@media(max-width: 1460px) {*/
/*.lsc-video-sec {*/
/*width: calc(100% + 200px);*/
/*}*/
/*}*/
/*@media(max-width: 1360px) {*/
/*.lsc-video-sec {*/
/*width: calc(100% + 300px);*/
/*}*/
/*}*/
/*@media(max-width: 1260px) {*/
/*.lsc-video-sec {*/
/*width: calc(100% + 400px);*/
/*}*/
/*}*/
/*@media(max-width: 1040px) {*/
/*.lsc_video_ipad {*/
/*width: calc(100% + 100px);*/
/*}*/
/*}*/

@media(min-width: 500px) {
  .lsc-revenue + .revenue-form {
    width: 460px;
  }
}



@media(min-width: 768px) {
  .new_result_page .banner-text2 {
    padding: 24px 50px 60px;
  }
}
.new_result_page .banner-text2 h3 {
  line-height: 45px;
}
.new_result_page .lsc-help-content {
  padding: 15px 0;
}
.new_result_page .lsc-help-content h2 {
  font-family: BasisGrotesque;
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  color: #515B6E;
}
.new_result_page .lsc-help-content p {
  font-family: BasisGrotesque;
  font-weight: normal;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  /*padding: 0 160px 10px;*/
  margin-bottom: 10px;
  margin-top: 10px;
  /*border-bottom: 1px solid #DADADA;*/
}
.new_result_page .lsc-help-content hr {
  max-width: 505px;
  padding: 0 160px 10px;
  padding: 0;
  margin: 0 auto;
  border-color: #dadada;
}
@media(max-width: 769px) {
  .new_result_page .lsc-help-content hr {
    max-width: none;
    width: 100%;
  }
  .new_result_page .lsc-help-content p{
    font-size: 12px;
  }
}
.new_result_page .lsc-help-content p:last-child {
  border: none;
}
.new_result_page .lsc-learn-content h5 {
  float: none;
  display: inline-block;
  margin-right: 15px;
}
.new_result_page .lsc-learn-content button {
  float: none;
}
.new_result_page .lsc-learn-mod .lsc-learn-content {
  text-align: center;
}
@media(max-width: 440px) {
  .new_result_page .lsc-learn-mod .lsc-learn-content {
    padding: 20px 20px 20px;
  }
}
.new_result_page .lsc-learn-mod {
  position: relative;
  z-index: 1;
}

#lsc-result_page_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#lsc-result_page_popup.active_reuslt_cus_popup {
  opacity: 1;
  visibility: visible;
}
.lsc_calc_for_mobile{
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.5px;
  color: #EE5C48;
  display: none;
  margin-bottom: 15px;
  padding-top: 80px;
  z-index: 3;
  position: relative;
}
#lsc-result_page_popup .result_page_popup_content {
  top: 50%;
  max-width: 380px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
}
.result_page_popup_content_relative {
  position: relative;

}
#lsc-result_page_popup .lsc-result_page_popup_close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
@media (max-width:1024px){
  .lsc_calc_for_mobile{

  }
}
@media(max-width: 915px) {
  .new_result_page .lsc-top-banner {
    height: auto;
    padding-bottom: 30px;
  }
  .new_result_page .lsc-help-content {
    padding: 30px 0 1px;
  }
  .new_result_page .lsc-learn-content h5 {
    vertical-align: middle;
  }
}
@media(max-width: 768px) {
  .new_result_page .lsc-learn-mod {
    height: auto;
  }
}
@media(max-width: 666px) {
  .lsc-learn-content button{
    width: 145px;
  }
  .new_result_page .lsc-learn-content h5{
    margin-bottom: 0;
  }
}
@media(max-width: 440px) {
  #lsc-result_page_popup .result_page_popup_content {
    width: 95%;
    max-width: none;
  }
  #lsc-result_page_popup .result_page_popup_content iframe {
    width: 100%!important;
  }
}

.page-id-1971 {
  width: 100%;
  height: 100%;
  background: #142745;
}
/*
    .page-id-1971:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: red;
    }*/
.page-template-template-lsc-result-page .new_result_page {
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 62, 121, 0.0001) 20%, #1F3E79 43.69%) !important;
}
/*
.new_result_page:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
}*/
.page-template-template-lsc-result-page .lsc-top-banner {
  width: 100%;
  height: auto !important;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 60px 0 0 0 !important;
  background: transparent;
  /*background: linear-gradient(180deg, #0f2643 39%, #1F3E79 119%);*/
}
.page-template-template-lsc-result-page .lsc-top-banner:before {
  display: none;
}
.page-template-template-lsc-result-page .lsc-top-banner:after {
  display: none;
}
.page-template-template-lsc-result-page .lsc-banner {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 20px;
}

.page-template-template-lsc-result-page .lsc-banner .banner-text-container {
  max-width: 938px;
  height: auto;
  margin: auto;
}
.page-template-template-lsc-result-page .lsc-banner .banner-text1 {
  width: 100%;
  max-width: 302px;
  margin-left: 0;
  margin-right: 16px;
  padding: 17px 25px;
  box-shadow: none;
  min-height: 100px;
}
.page-template-template-lsc-result-page .lsc-banner .banner-text1:nth-child(3) {
  margin-right: 0;
}
.page-template-template-lsc-result-page .lsc-banner .banner-text2 {
  width: 100%;
  max-width: 620px;
  margin: 0;
  box-shadow: none;
  background: transparent;
  display: flex !important;
  padding: 14px 0 42px 0;
}
.page-template-template-lsc-result-page .lsc-mod-title {
  font-weight: 900;
  line-height: 23px !important;
  font-size: 18px;
  letter-spacing: -0.39px;
}
.page-template-template-lsc-result-page .lsc-mod-line {
  border: 0.5px solid rgba(135, 148, 173, 0.5);
  margin-top: 2px;
}
.page-template-template-lsc-result-page .lsc-mod-text {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: normal;
  color: #8794AD;
}
.page-template-template-lsc-result-page .banner-text2 h3 {
  width: 50%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 32px;
  color: #FFFFFF;
}
.page-template-template-lsc-result-page .banner-text2 p {
  width: 50%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 23px;
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 10px;
  padding-left: 10px;
}
.page-template-template-lsc-result-page .lsc-red-mod {
  font-family: BasisGrotesque;
  font-weight: 500;
  padding: 6px;
}
.page-template-template-lsc-result-page .lsc-help-content {
  height: 638px;
  max-width: 1150px;
  padding: 0 20px !important;
  display: flex;
  flex-direction: row;
  margin: auto;
  background: transparent;
}
.page-template-template-lsc-result-page .lcs-help-content-left {
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
.page-template-template-lsc-result-page .lcs-help-content-left img {
  width: 100%;
  height: auto;
}
.page-template-template-lsc-result-page .lcs-help-content-right {
  width: 50%;
  padding-left: 25px;
}
.page-template-template-lsc-result-page .lcs-help-content-right .how-to-fix {
  width: 100%;
  height: auto;
  max-width: 410px;
}
.page-template-template-lsc-result-page .lcs-help-content-right h2 {
  font-weight: 900 !important;
  color: #F5F6F7 !important;
  text-align: left !important;
  margin: 0 !important;
  text-transform: none;
  margin-top: 100px !important;
  margin-bottom: 30px !important;
}
.page-template-template-lsc-result-page .lcs-help-content-right p {
  font-family: BasisGrotesque;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #DFE2E5;
  text-align: left !important;
  margin: 0;
  padding: 0 0 25px 0;
}
.page-template-template-lsc-result-page .lcs-help-content-right p:last-child {
  padding: 0;
}
.page-template-template-lsc-result-page .lsc-learn-mod {
  height: auto;
  background: none;
  border: none;
}
.page-template-template-lsc-result-page .lsc-learn-content {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.page-template-template-lsc-result-page .lsc-learn-content h5 {
  width: 100%;
  height: auto;
  display: block !important;
  font-family: BasisGrotesque;
  font-size: 18px;
  line-height: 26px;
  color: #F5F6F7;
  margin: 60px 0 0 0;
  text-align: left;
}
.page-template-template-lsc-result-page .lsc-learn-content button {
  width: 139px;
  height: 36px;
  display: block !important;
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1.31px;
  color: #FFFFFF;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  border-radius: 0;
}
.page-template-template-lsc-result-page .lsc-learn-content button a {
  font-family: BasisGrotesque;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1.31px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  text-decoration: none;
}
.page-template-template-lsc-result-page .powered-by-cb4 {
  width: 100%;
  height: auto;
}
.page-template-template-lsc-result-page .powered-by-cb4 img {
  width: 130px;
  height: auto;
  display: block;
  margin: auto;
  padding: 15px 0 40px 0;
}
.page-template-template-lsc-result-page .lsc-banner h1 {
  font-size: 52px;
  line-height: 69px;
}
.page-template-template-lsc-result-page .lsc-load-image{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin:-150px 0 0 -150px;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
.page-template-template-lsc-result-page .lsc-load {
  z-index: 99999;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media(max-width: 1050px){
  .page-template-template-lsc-result-page .lsc-top-banner {

    /*background: linear-gradient(180deg, #0f2643 39%, #1F3E79 99%);*/
  }
}
@media(max-width: 666px){
  .page-template-template-lsc-result-page .lsc-load-image {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
  }
}

@media (max-width: 991px) {
  .page-template-template-lsc-result-page .lsc_calc_for_mobile {
    display: none;
  }
  .page-template-template-lsc-result-page .lsc-top-banner {
    padding: 80px 0 0 0 !important;
  }
  .page-template-template-lsc-result-page .lsc-banner {
    padding: 0 30px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text1 {
    width: calc(33.33% - 10px);
    max-width: 100%;
    min-height: 127px;
    margin: 0;
    float: none;
    margin-bottom: 15px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text1:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text1:nth-child(4) {
    margin-right: 15px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text2 {
    max-width: calc(100% - 33.33% - 5px);
    min-height: 127px;
    margin: 0;
    float: none;
    margin-bottom: 15px;
  }
  .page-template-template-lsc-result-page .lsc-help-content {
    padding: 0 !important;
  }
  .page-template-template-lsc-result-page .lcs-help-content-left {
    background-position: left top;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right {
    padding-left: 0;
    padding-right: 30px;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right h2 {
    margin-top: 130px !important;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right p {
    padding: 0 0 10px 0;
  }
  .page-template-template-lsc-result-page .lsc-learn-content h5 {
    margin: 30px 0 0 0 !important;
  }
  .page-template-template-lsc-result-page .powered-by-cb4 img {
    padding: 30px 0 40px 0;
  }
  .page-template-template-lsc-result-page .new_result_page .banner-text2 h3 {
    padding-top: 10px;
  }
  .page-id-1971 .bg_color{
    background-color: rgb(15, 38, 67) !important;
  }
}

@media (max-width: 660px) {
  .page-template-template-lsc-result-page .lsc-banner h1 {
    font-size: 32px;
    line-height: 43px;
    letter-spacing: -0.5px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text1 {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text2 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .page-template-template-lsc-result-page .lsc-banner {
    padding: 0 20px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text1:nth-child(1) {
    margin-right: 10px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text1:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text1:nth-child(3) {
    margin-right: 10px;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text1:nth-child(4) {
    margin-right: 0;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text2 {
    flex-direction: column;
    padding: 18px 0 75px 0;
    margin-bottom: 0;
  }
  .page-template-template-lsc-result-page .new_result_page .banner-text2 h3 {
    width: 100%;
  }
  .page-template-template-lsc-result-page .new_result_page .banner-text2 p {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .page-template-template-lsc-result-page .lsc-red-mod {
    padding: 14px 10px;
  }
  .page-template-template-lsc-result-page .lsc-help-content {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 50px !important;
  }
  .page-template-template-lsc-result-page .lcs-help-content-left {
    width: 100%;
    height: 640px;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -20px;
    position: relative;
    z-index: 10;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right h2 {
    margin-top: 0 !important;
  }
  .new_result_page .lsc-learn-mod .lsc-learn-content {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-template-lsc-result-page .lsc-learn-content h5 {
    text-align: center;
  }
  .page-template-template-lsc-result-page .lsc-learn-content button {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .page-template-template-lsc-result-page .lsc-learn-content button a {
    margin-top: 0 !important;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right .how-to-fix {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .page-template-template-lsc-result-page .lcs-help-content-right {
    margin-bottom: -40px;
  }
  /*
  .page-template-template-lsc-result-page .lcs-help-content-left {
    height: 740px;
    background-position: center top;
  }*/
}

@media (max-width: 1024px) and (min-height: 1300px) and (max-height: 1400px) {
  .page-template-template-lsc-result-page .new_result_page {
    height: 100vh;
  }
}

/*
@media (max-width: 767px) {
  .page-template-template-lsc-result-page .lsc-banner .banner-text1 {
    min-height: auto;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right h2 {
    margin-top: 40px !important;
  }
}
@media (max-width: 500px) {
  .page-template-template-lsc-result-page .lsc-banner .banner-text1 {
    max-width: 100%;
    min-height: auto !important;
    margin: 10px 0 !important;
  }
  .page-template-template-lsc-result-page .lsc-banner .banner-text2 {
    flex-direction: column;
  }
  .page-template-template-lsc-result-page .new_result_page .banner-text2 h3 {
    width: 100%;
  }
  .page-template-template-lsc-result-page .new_result_page .banner-text2 p {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .page-template-template-lsc-result-page .lsc-help-content {
    flex-direction: column;
  }
  .page-template-template-lsc-result-page .lcs-help-content-left {
    width: 100%;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right {
    width: 100%;
    padding-left: 0;
  }
  .page-template-template-lsc-result-page .lcs-help-content-right h2 {
    margin-top: 20px !important;
  }
  .page-template-template-lsc-result-page .lsc-learn-content {
    padding: 0 !important;
  }
  .page-template-template-lsc-result-page .lsc-learn-content h5 {
    text-align: center;
  }
  .page-template-template-lsc-result-page .lsc-learn-content button {
    margin-right: auto;
    margin-left: auto;
  }
}
*/


/********************** SCHEDULE PAGE *************************/

#schedule_page_form_section {
  padding: 80px 0;
  background-image: url(https://cb4.com/wp-content/uploads/2019/03/Dots-Pattern.svg);
}
.schedule_page_iframe {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
}
.schedule_page_form_content_title h1 {
  color: #424242;
  font-style: normal;
  font-weight: 900;
  line-height: 38px;
  font-size: 46px;
  margin-top: 0;
  margin-bottom: 15px;
}
.schedule_page_form_content {
  padding-left: 50px;
}
.schedule_page_form_content_title p {
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  font-size: 18px;
  color: #424242;
  margin-bottom: 0;
}
.schedule_page_form_content_title {
  margin-right: 165px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CDCDCD;
}
.schedule_page_form_content_blocks {
  padding-top: 40px;
  padding-left: 50px;
  margin-right: 165px;
}
.schedule_page_form_content_blocks img {
  width: 44px;
  height: auto;
  float: left;
}
.schedule_page_form_content_blocks .schedule_page_form_content_block_title {
  float: left;
  padding-left: 15px;
  margin-bottom: 20px;
}
.schedule_page_form_content_blocks .schedule_page_form_content_block_title h3,
.schedule_page_form_content_blocks .schedule_page_form_content_block_title h4 {
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
  letter-spacing: 0.257143px;
  color: #424242;
}
.schedule_page_form_content_blocks .schedule_page_form_content_block_title h3 {
  margin-top: 7px;
  margin-bottom: 5px;
  font-weight: bold;
}
.schedule_page_form_content_blocks .schedule_page_form_content_block_title h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.schedule_page_bottom_section_left h3 {
  font-style: normal;
  font-weight: 900;
  line-height: 53px;
  font-size: 26px;
  color: #1EA5C2;
  margin-top: 0;
  margin-bottom: 20px;
}
.schedule_page_bottom_section_left p {
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  font-size: 18px;
  color: #424242;
}
.schedule_page_bottom_section_left {
  padding-top: 50px;
}
#schedule_page_bottom_section {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #EBEAEB;
}
.schedule_page_bottom_section_left .schedule_page_bottom_section_left_link {
  width: 100%;
  background: #EE5C48;
  border-radius: 3px;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 17px;
  outline: none;
  margin-top: 20px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  min-width: 300px;
  font-family: 'Lato-Medium';
  display: block;
  border: 1px solid #EE5C48;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.schedule_page_bottom_section_left .schedule_page_bottom_section_left_link:hover {
  background-color: transparent;
  color: #EE5C48;
}
.schedule_page_bottom_section_right {
  padding: 30px 40px;
  background-color: #fff;
  border: 1px solid #DFD5D5;
}
#schedule_page_form_section iframe {
  display: block;
  margin: 0 auto;
}
.schedule_page_bottom_section_right .slick-dots {
  padding: 0;
  margin: 20px 0;
  height: 10px;
  text-align: center;
}
.schedule_page_bottom_section_right .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.schedule_page_bottom_section_right .slick-dots li button {
  border: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #9e9e9e;
  border-radius: 50%;
  padding: 0;
  opacity: 0.4;
  vertical-align: top;
  outline: none;
}
.schedule_page_bottom_section_right .slick-dots li.slick-active button {
  opacity: 1;
}
@media(max-width: 1199px) {
  .schedule_page_bottom_section_left h3 {
    line-height: 26px;
    font-size: 26px;
  }
  .schedule_page_bottom_section_left {
    padding-top: 0;
  }
  .schedule_page_form_content_title {
    border: none;
    padding-bottom: 30px;
  }
  .schedule_page_form_content {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
  }
  .schedule_page_form_content_blocks {
    margin-right: 115px;
    padding-left: 30px;
  }
}
@media(max-width: 1025px) {
  .schedule_page_bottom_section_left .schedule_page_bottom_section_left_link {
    width: 235px;
    margin: 30px auto 0;
  }
}
@media(max-width: 992px) {
  .schedule_page_form_content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .schedule_page_bottom_section_left .schedule_page_bottom_section_left_link {
    max-width: 300px;
    margin: 30px auto 50px;
  }
  .flickity-slider > .col-md-4 {
    width: 80%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .schedule_page_bottom_section_right {
    padding: 30px 45px;
  }
}
.flickity-page-dots,
.flickity-button {
  display: none;
}
@media(max-width: 768px) {
  .schedule_page_form_content_title {
    margin-right: 0;
  }
  .col-sm-12.visible-sm.visible-xs + .col-md-4 {
    padding: 0;
  }
  #schedule_page_form_section iframe {
    width: 362px;
    height: 335px;
    margin-bottom: 50px;
  }
  #schedule_page_form_section {
    padding: 60px 0 10px;
  }
  .schedule_page_form_content_title h1 {
    line-height: 38px;
    font-size: 32px;
  }
  .schedule_page_form_content_title p {
    line-height: 23px;
    font-size: 18px;
  }
  #schedule_page_bottom_section {
    background-color: #FBFBFB;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .schedule_page_bottom_section_left h3 {
    line-height: 32px;
    font-size: 26px;
  }
  .schedule_page_bottom_section_left p {
    line-height: 23px;
    font-size: 18px;
  }
  #schedule_page_bottom_section .row .col-md-4 + .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .schedule_page_bottom_section_right {
    padding: 0;
    background-color: #FBFBFB;
    border: none;
  }
  .schedule_page_carusel_cus > .col-md-4 {
    width: 70%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-12.visible-sm.visible-xs {
    padding-left: 30px;
    padding-right: 30px;
  }
  #schedule_page_bottom_section > .container > .row > .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width: 640px) {
  #schedule_page_form_section iframe {
    width: 100%;
    height: 335px;
    border-radius: 0;
  }
}
.schedule_page_carusel .fadeInRight_cus {
  opacity: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.schedule_page_carusel_cus.slick-slider .slick-slide {
  padding-right: 5px;
  padding-left: 5px;
}
.schedule_page_carusel {
  /*background-color: red;*/
}
#schedule_page_bottom_section .col-md-8.visible-sm.visible-xs {
  padding: 0;
}
.greenhouse_description p{
  font-family: "Basis Grotesque", Sans-serif !important;
}
input.greenhouse_checkbox{
  flex-basis: auto!important;

  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  margin-right: 10px;
  overflow: hidden;
}
.checkbox_text {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
  margin-top: 10px;
  margin-bottom: 0 !important;
}