/*
Theme Name: fieldcomplete
Author: Blast team
Author URI: https://blastsourcing.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: Arial;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

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

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

select {
        appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
.thanksbg {
    margin-bottom: 1rem;
}
fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.nav-link svg {
    display: none;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
}
.hidden {
    display: none!important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.bypostauthor {
    display: block;
}

.page .comment-respond .form-submit {
    margin-bottom: 0 !important;
}
.main-footer {
    margin-top: 90px;
}
.page .custom-comment-margin {
    margin-top: 15px;
    margin-bottom: 0px;
}
.sidebar-page-container {
    padding-bottom: 0px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 0;
}
.sidebar-widget:last-child{
    margin-bottom: 0;
}
.page .comment-reply-title {
    margin-top: 0px;
}
.logged-in-as {
    margin-bottom: 5px;
}
.index-page-detail .group-title span {
    position: relative;
    font-size: 21px;
    color: #001e57;
    font-weight: 500;
    padding-bottom: 12px;
    text-transform: capitalize;
}
.index-page-detail .group-title span:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background-color: #001e57;
}
.index-page-detail .group-title span:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 1px;
    background-color: #C59358;
}
.page .type-page .page-links {
    margin-bottom: 0px;
}
.page .comments-area-custom {
    margin-bottom: 0px;
}
.page .index-page-detail .comments-area {
    margin-bottom: 0px;
}
.page .comment-list .comment-respond {
    margin-bottom: 40px;
}
.page .comment-list .comment-reply-title .group-title {
    margin-bottom: 0px;
}
.main-header .header-upper .logo-outer{
    padding: 20px 0px;
    width: 180px;
}
.single-post .custom-comment-margin .form-submit{
    margin-bottom: 0px;
}
.single-post .custom-comment-margin {
    margin-bottom: 0px;
}
.sidebar-page-container .group-title {
    margin-bottom: 20px;
}
.blog-detail .inner-box .lower-content .content-inner .title-box h2 {
    margin-bottom: 0;
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.error404 footer.main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}
.standart__content .btn-set-wrapper a {
    color: #3D99FD;
    display: inline-block;
    margin-left: 10px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.a_circle {
  width: 108px;
  height: 108px;
  display: block;
  background: #3D98FC;
  border-radius: 500%;
  position: relative;
  -webkit-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.a_circle .a_inner {
  width: 66px;
  height: 66px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 -43px 0 -25px #fff;
  -webkit-animation: switch 8s ease-in-out infinite;
          animation: switch 8s ease-in-out infinite;
}
@-webkit-keyframes switch {
  0% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 66px;
    height: 66px;
    box-shadow: 0 -43px 0 -25px #fff;
  }
  25% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 66px;
    height: 66px;
    box-shadow: 0 -43px 0 -25px #fff;
  }
  50% {
    top: calc(100% - 18px);
    width: 16px;
    height: 16px;
    box-shadow: 0 -43px 0 25px #fff;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  75% {
    top: calc(100% - 18px);
    width: 16px;
    height: 16px;
    box-shadow: 0 -43px 0 25px #fff;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 66px;
    height: 66px;
    box-shadow: 0 -43px 0 -25px #fff;
  }
}
@keyframes switch {
  0% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 66px;
    height: 66px;
    box-shadow: 0 -43px 0 -25px #fff;
  }
  25% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 66px;
    height: 66px;
    box-shadow: 0 -43px 0 -25px #fff;
  }
  50% {
    top: calc(100% - 18px);
    width: 16px;
    height: 16px;
    box-shadow: 0 -43px 0 25px #fff;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  75% {
    top: calc(100% - 18px);
    width: 16px;
    height: 16px;
    box-shadow: 0 -43px 0 25px #fff;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 66px;
    height: 66px;
    box-shadow: 0 -43px 0 -25px #fff;
  }
}



/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
body .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1360px;
}


/*--------------------------------------------------------------
# Bootstrap corrections
--------------------------------------------------------------*/
a,
p {
    color: #666;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #444;
}

.h5, h5 {
    font-size: 1.1rem;
}

h1, h2, .h1, .h2{
    font-family: 'Rubik', Arial;
    font-weight: 700;
}

.h3, h3 {
    font-size: 1.5rem;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
    font-family: 'Rubik', Arial;
    font-weight: 500;
}

body {
    font-size: 14px;
    font-family: 'Rubik', Arial;
    font-weight: 400;
}

b {
    font-family: 'Rubik', Arial;
    font-weight: 700;
}

.btn {
    padding: .5rem 2rem;
}

.btn-primary {
    background-color: #3D99FD;
    border-color: #85BFFD;
}

.btn-lg {
    font-size: 1rem;
    padding: 1rem 2rem;
}

.btn-lg.btn-lg_max {
    padding: 1rem 5rem;
}

.btn.btn-mk {
    font-size: 1.125em;
    padding: 0.725rem 3rem;
}

.btn.btn-blue {
    background: #3D99FD;
    color: #fff;
    border: 1px solid #3D99FD;
    transition: all 0.3s ease;
}

.btn.btn-blue:hover {
    background: #fff;
    color: #3D99FD;
}

.btn.btn-transparent {
    background: #fff;
    color: #3D99FD;
    border: 1px solid #3D99FD;
    transition: all 0.3s ease;
}

.btn.btn-transparent:hover {
    color: #fff;
    background: #3D99FD;
}

input {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
}

input:not([type=submit]) {
    max-width: 800px;
    border-radius: 4px;
    border: none;
    background: #EBF0F5;
}

.container.container-lg {
    max-width: 1400px;
}

.card {
    border-radius: 0;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.card:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card .collapse::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.125);
    transition: all 0.3s ease;
    opacity: 0;
}

.card .collapse::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.125);
    transition: all 0.3s ease;
    opacity: 0;
}

.card .collapse.show::before,
.card .collapse.show::after {
    opacity: 1;
}

.card-header {
    background: none;
    border-bottom: none;
}

.card-body {
    padding: 0.5em 3.5em;
    padding-bottom: 2em;
    font-size: 1.125em;
    color: #444444;
    padding-right: 5em;
}

.card-header .card-header-item {
    font-size: 1em;
}

.card-header .card-header-item h3 {
    color: #444444;
    font-size: 1.5em;
    white-space: inherit;
    text-align: left;
    font-weight: 500;
    font-family: 'Rubik', Arial;
    font-weight: 500;
    text-decoration: none!important;
}

.btn-link:hover {
    color: #3D99FD;
}

.main-cover__img img {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15)!important;
    border-radius: 8px;
}

main {
    padding-top: 6em;
}

b {
    font-family: "Rubik";
    font-weight: 500;
}

.custom-text p {
    font-size: 1.25em;
    margin-bottom: 1.5em;
}

.custom-img img {
    width: 100%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
    padding: 1.42rem 0;
    box-shadow: 0px 2px 10px rgba(9, 14, 24, 0.1);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#top-menu a > svg {
    display: none;
}

.menu-item-has-children {
    position: relative;
}

.sub-menu-wrap {
    pointer-events: none;
    perspective: 2000px;
    z-index: 880;
    transition: all .2s ease-out;
    position: absolute;
    top: calc(100% + 20px);
    left: -3em;
}

.menu-item-has-children.active .sub-menu-wrap {
    pointer-events: auto;
}

.indusrries__banner img {
    width: 100%;
}

a:not([href]):not([tabindex]) {
   cursor: context-menu;
   color: #666;
}

.sub-menu-wrap h3 {
    font-family: "Rubik";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.sub-menu-wrap .animation-wrapper {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transform-origin: 50% 0;
    will-change: transform,opacity;
    transition: all .2s ease-out;
        background: #fff;
    padding: 2em 3em 1em 3em;
    border-radius: 6px;
    box-shadow: -6px -6px 16px rgba(238,238,238,.5), 6px 6px 16px rgba(168,161,152,.5);
    width: 50vw;
}

.sub-menu-wrap .animation-wrapper::after {
    position: absolute;
    content: '';
    z-index: 100;
    top: -12px;
    left: 5em;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 14px solid #fff;
}

.sub-menu-wrap .sub-menu {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sub-menu-wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 36px;
    top: -28px;
    left: 0;
    background: transparent;
}

.menu-item-has-children.active .sub-menu-wrap .animation-wrapper {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.main-nav .sub-menu li {
    margin-right: 0;
    margin-bottom: 0.5em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
}

.features__menu .sub-menu-wrap .animation-wrapper {
    width: 40rem;
}

.main-nav .features__menu .sub-menu li {
    width: 25%;
    padding-right: 10px;
}

.main-nav .sub-menu li.sub__item.sub__item_features,
.main-nav .features__menu.features__menu_ind .sub-menu li {
    width: 49%;
}

.main-nav .features__menu .sub-menu li.menu__title {
    width: 100%;
    margin-bottom: 0;
}

.covid-menu-item a {
    background: #E66262;
    border-radius: 4px;
    color: #fff;
    padding: 0.4em 1em;
}

.main-nav .covid-menu-item {
    margin-right: 0;
}

.main-nav .features__menu .sub-menu li.menu__title a {
    font-family: "Rubik";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 30px;
    display: block;
    padding-left: 0;
    width: 100%;
}

.main-nav .sub-menu li.sub__item {
    height: 40px;
}


.main-nav .sub-menu li.sub__item.sub__item_features {
    /*height: auto;*/
}

.features__menu .menu-heading {
    display: none;
}

.main-nav .sub-menu li a .menu-item-description {
    display: block;
    color: #AABCC5;
    font-size: 0.7em;
    padding: 0.5em 0;
    font-family: "Rubik", Arial;
    font-weight: 400;
}

.features__menu .sub-menu-wrap .sub-menu {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-nav .sub-menu li a {
    line-height: 1.2;
    font-family: "Rubik", Arial;
    font-weight: 500;
    font-size: 1.25em;
    color: #444;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 55px;
}

.main-nav .sub-menu li.sub__item.sub__item_features a {
    /*padding-left: 40px;*/
}

.main-nav .sub-menu li.sub__item a::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    top: -0.65em;
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 100% 40%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item_features a::before {
    /*height: 30px;*/
    /*width: 30px;*/
    /*top: -0.35em;*/
}

.main-nav .sub-menu li.sub__item.sub__item_hand a::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    top: -0.65em;
    background: url('/wp-content/themes/fieldcomplete/assets/images/svg/handyman.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-nav .sub-menu li.sub__item.sub__item_pw a::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    top: -0.65em;
    background: url('/wp-content/themes/fieldcomplete/assets/images/svg/pressure_washing.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-nav .sub-menu li.sub__item.sub__item_rc a::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    top: -0.65em;
    background: url('/wp-content/themes/fieldcomplete/assets/images/svg/ROOFING_CRM.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
    
/*.main-nav .sub-menu li.sub__item.sub__item__bigone a {
	font-size: 1.45em;
    padding-left: 70px;
}

.main-nav .sub-menu li.sub__item.sub__item__bigone a::before {
	width: 60px;
    height: 60px;
    left: 0rem;
}*/

.main-nav .sub-menu li.sub__item.sub__item_pms a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 23% 99%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_ars a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -1% 99%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_pcsa a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 21% 65%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_hvac a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -1% -3%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_ecs a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -1% 31%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_ps a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 21% 0%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_lbsa a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 22% 30%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_cbs a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -1% 64%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_aes a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 47% 0%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item_other a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 47% 30%;
    background-size: 600%;
}

.main-nav .sub-menu li.sub__item.sub__item__cm a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 70% -1%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__eq a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 70% 18%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__sd a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 70% 41%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__jm a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 70% 62%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__invoicing a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 70% 84%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__mess a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 70% 101%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__report a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 86% -1%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__jsh a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 87% 18%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__br a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 86% 41%;
    background-size: 1000%;
}


.main-nav .sub-menu li.sub__item.sub__item__jps a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 86% 61%;
    background-size: 1000%;
}


.main-nav .sub-menu li.sub__item.sub__item__jmm a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 86% 84%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__messm a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 86% 102%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__paym a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 101% -1%;
    background-size: 1000%;
}

.main-nav .sub-menu li.sub__item.sub__item__repm a::before {
    background: url(assets/images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 101% 18%;
    background-size: 1000%;
}

.main-nav .sub-menu li a:hover {
    color: #3D99FD;
}



.main-nav ul li {
    margin-right: 2.5rem;
}

.main-nav ul li:last-of-type {
    margin-right: 0;
}

.main-nav a,
.reg-control a {
    font-size: 1rem;
}

.card-header .card-header-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card.active svg .dash {
    display: none;
}

.single-post .elementor-widget-container h3,
.single-post .post h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Main cover
--------------------------------------------------------------*/
.main-cover__description {
    padding: 4.3rem 0 3.42rem;
}

.main-cover__description p {
    font-size: 3.765rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
}

.main-cover__description h1 {
    color: #b3b7b9;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
}

.main-cover__description h3 {
    color: #666;
}

.main-cover__description input[type="text"] {
    width: 40%;
    line-height: 1.5rem;
    font-size: 0.925rem;
}

/*--------------------------------------------------------------
# Slogan
--------------------------------------------------------------*/
.slogan {
    padding: 5.7rem 0;
    background: #3D98FC;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
}

.slogan form {
    margin-top: 2em;
}

.slogan form input[type="text"],
.slogan div input[type="text"] {
    width: 100%;
    margin-right: 30px;
}

.slogan .tryitfreeshort {
    margin-top: 2em;
}

.slogan .btn-lg {
    padding: 1rem 2rem;
}

.slogan .h1 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
}

.slogan__text,
.slogan__text p {
    font-size: 1.3rem;
    color: #fff;
}

/*--------------------------------------------------------------
# Made simple block
--------------------------------------------------------------*/
.simple-block {
    padding: 10rem 0 2rem;
}

.simple-block h2 {
    font-size: 5rem;
    font-weight: 700;
}

.simple-block .simple-block__subtitile {
    font-size: 1.5rem;
    margin-bottom: 6.5rem;
    color: #666;
}

.simple-block__teaser img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)!important;
    border-radius: 3px;
    z-index: 2;
}


.simple-block__teaser_1 .simple-block__image {
    width: 100%;
    position: relative;
    z-index: 0;
    left: 10%;
}

.simple-block__teaser_2 .simple-block__image {
    width: 100%;
    position: relative;
    right: 10%;
    top: 0;
}

.simple-block__teaser_3 .simple-block__image {
    width: 50%;
    position: relative;
    left: 35%;
    box-shadow: none!important;
}

.workflow__title {
    padding: 0.5em 0 .8em;
    font-size: 2.5rem;
    font-weight: 500;
    color: #444;
    text-align: center;
    font-family: 'Rubik', Arial;
    font-weight: 500;
}

.simple-block__teaser_2 .simple-block__description {
    padding-left: 10%;
}
.simple-block__description a img {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    box-shadow: none!important;
}
.simple-block__description a,
.simple-block__description span {
    transition: all 0.3s ease;
}
.simple-block__description a:hover,
.simple-block__description span:hover {
    opacity: 0.8;
}
.simple-block__title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #444;
}
.main_screen {
    overflow: hidden;
}

.simple-block p {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
}


.simple-block__description {
    position: relative;
    z-index: 1;
}

.simple-block__description a {
    font-size: 1.125rem;
    color: #3D99FD;
    border-bottom: 1px solid #3D99FD;
    font-family: 'Rubik', Arial;
}

.simple-block__title {
    position: relative;
}

.simple-block__title svg {
    position: absolute;
    top: -2em;
    left: -2em;
    z-index: -1;
}

.custom-list {
    list-style: none;
    margin-bottom: 0;
    margin-right: 0rem;
    min-width: 50%;
    padding-left: 30px;
    padding-right: 10px;
}

.slogan__text {
    width: 50%;
}

.custom-list:last-of-type {
    margin-right: 0;
}

.custom-list li {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 1rem 0;
    font-weight: 500;
    color: #666;
    position: relative;
    font-family: 'Rubik', Arial;
    font-weight: 500;
}

.custom-list li::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: -1.8rem;
    top: 0.75rem;
    background: url('assets/images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 100% 40%;
    background-size: 1000%;
}

/*--------------------------------------------------------------
# Reqest access block
--------------------------------------------------------------*/
.reqest-access {
    margin-bottom: 3.5rem;
    position: relative;
}


.reqest-access.reqest-access_2 {
    background: #F4F4F5;
    margin-bottom: 0;
    padding-bottom: 0rem;
}

.reqest-access.reqest-access_2 .reqest-access__wrapper {
    background: #3D99FD;
    padding: 7rem 5rem 7rem;
}

.reqest-access.reqest-access_2 .h3 {
    color: #fff;
    margin-bottom: 0;
}

.reqest-access__wrapper {
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(9, 14, 24, 0.15);
    padding: 6rem 5rem 4rem;
    background: #FCFCFC;
}

.reqest-access__wrapper .h3 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    margin-top: 0;
}

.reqest-access__wrapper .btn-lg {
    padding: 1rem 3rem;
}

.reqest-access__wrapper__text {
    width: 60%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reqest-access__wrapper__text input[type="text"] {
    width: 100%;
}

.breadcrumb {
    margin-top: 32px;
}

/*--------------------------------------------------------------
# Workflow block
--------------------------------------------------------------*/
.workflow h2 {
    font-size: 5.7rem;
    font-weight: 700;
    margin-bottom: 5rem;
}

.workflow__plan__wrapper {
    padding: 1rem 4rem;
}

.workflow__plan h2 {
    font-size: 5rem;
    font-weight: 700;
    padding-top: 3.3em;
    padding-bottom: 1.65em;
}

.workflow__plan__wrapper .subtitle p {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    font-family: "Rubik", Arial;
    font-weight: 500;
}

.workflow__plan__wrapper .subtitle {
    margin-bottom: 4rem;
    position: relative;
}

.workflow__plan__wrapper .subtitle svg {
    position: absolute;
    z-index: 0;
    left: -1rem;
    bottom: -.5rem;
    width: 80px;
    height: 80px;
}

.workflow__plan__wrapper img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.workflow__plan__wrapper_1 {
    position: relative;
}

.workflow__plan__wrapper_1::after {
    position: absolute;
    content: '';
    top: 0%;
    bottom: 20%;
    right: -3px;
    width: 6px;
    height: 60%;
    background: #F2F2F2;
}

.workflow__feedback__item {
    border-bottom: 1px solid #dad7d7;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.workflow__feedback__item:last-of-type {
    border-bottom: none;
}

.workflow__plan {
    position: relative;
    z-index: 1;
}

.workflow__feedback {
    position: relative;
    z-index: 0;
    top: -1rem;
    border-radius: 6px;
}

.workflow__feedback__item p {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.workflow__feedback__owner{
    width: 50%;
    padding: 5rem 6rem 3rem 0rem;
}
.workflow__feedback__description {
    width: 50%;
    padding: 5rem 0rem 3rem 6rem;
}

.workflow__feedback__owner ul {
    color: #3D99FD;
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
    font-family: 'Rubik',Arial;
    font-weight: 500;
}

.workflow__feedback__owner p {
    color: #444;
}

.workflow__feedback__owner,
.workflow__feedback__description p {
    position: relative;
}

.workflow__feedback__description svg {
    position: absolute;
    top: -1rem;
    left: -2rem;

}

.workflow__feedback__owner img {
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 140px;
}

.workflow__feedback__description p {
    margin-bottom: 1rem;
}

.feedback__meta img {
    margin-right: 10px;
    border-radius: 50%!important;
    width: 30px;
}

.feedback__meta__name {
    padding-right: 20px;
    color: #999;
    font-weight: 700;
}

.workflow svg g circle {
    display: none;
}

.feedback__meta__position {
    color: #999;
    font-size: 0.725rem;
}

.workflow {
    padding-bottom: 0rem;
    position: relative;
}

.workflow .workflow__background {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -60rem;
    right: 0;
}

.elementor-element-d09b1c3,
.elementor-element-ca14e9c {
    background: #f4f4f5;
}

.latest-blog {
    background: #F4F4F5;
}

.latest-blog__header {
    position: relative;
    padding: 6rem 0 10rem;
    overflow: hidden;
}

.latest-blog__header img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    max-width: none!important;
}

.latest-blog__header__content {
    position: relative;
    z-index: 2;
}

.latest-blog .h2 {
    font-size: 5.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.latest-blog {
    padding-bottom: 4rem;
}

.latest-blog__wrapper {
    position: relative;
    bottom: 5rem;
    z-index: 3;
}

.latest-blog .subtitle {
    font-size: 1.7rem;
    color: #fff;
}

.latest-blog__teaser {
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    position: relative;
    height: 100%;
    top: 0px;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.latest-blog__teaser:hover {
    top: -4px;
    box-shadow: 0px 8px 24px 8px rgba(160, 161, 188, 0.14) ;
}

.covid-post {
    position: relative;
}

.covid-post > svg {
    position: absolute;
    left: 0;
    top: -3em;
    max-width: 100%;
}

.covid__content {
    position: relative;
}

.covid-message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(21, 41, 53, 0.6);
}

.covid-banner img {
    max-width: 100%;
}

.covid-message p {
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 0;
    padding-right: 20px;
}

.covid-message__wrapper {
    padding: 2em 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.covid-message__close {
    cursor: pointer;
}

.covid-post.latest-blog .col-md-4 {
    margin-bottom: 2em;
}
.latest-blog__teaser h5 {
    color: #3d99fd;
    font-family: "Rubik", Arial;
    font-weight: 500;
}

.covid-post.latest-blog .latest-blog__teaser__description {
    padding: 1em 1.5em 1em;
}

.latest-blog__teaser a {
    display: block;
    height: 100%;
    position: relative;
}

.latest-blog__teaser__category {
    position: absolute;
    background: #3889E1;
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    top: 1rem;
    left: -0.5rem;
}

.latest-blog__teaser img {
    width: 100%;
    height: auto;
    border-radius: 5px!important;
}

.latest-blog__teaser__description {
    padding: 1em 1.5em 1.5em 1.5em;
}
.load_more-btn_wrapper {
    text-align: center;
    width: 100%;
}

.slogan__blog.slogan .h1 {
    font-size: 36px;
}

.latest-blog__teaser__description h4 {
    color: #3D99FD;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', Arial;
    font-weight: 400;
    font-size: 20px;
    min-height: 48px;
}

.latest-blog__teaser__description .title_related {
    color: #3D99FD;
    margin-bottom: 0.5rem;
    font-family: 'Rubik', Arial;
    font-weight: 400;
    font-size: 20px;
    min-height: 48px;
}

.latest-blog__teaser_content {
    margin-bottom: 15px;
}

.latest-blog__teaser__description p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 0;
}
.sc2__region .latest-blog__teaser__description p {
    margin-bottom: 20px;
}
.latest-blog__teaser__description .custom-btn {
    color: #3D99FD;
    font-weight: 400;
    font-size: 16px;
}

.latest-blog__teaser__description .custom-btn svg {
    position: relative;
    margin-left: 10px;
    top: 3px;
}

.latest-blog__teaser__description .custom-btn:hover {
    opacity: 0.8;
}

.page-404 h1 {
    font-size: 5em;
}

.page-404.page-404_th2 h1 {
    font-size: 24px;
    padding-top: 50px;
}

.page-404.page-404_th2 p {
    font-size: 18px;
}

.p-48 {
    margin-bottom: 48px;
}

.page-404.page-404_th2 .btn {
    padding: .825rem 1rem;
    font-size: 1.125em;
    line-height: 1.2;
}

.page-404.page-404_th2 .btn.btn-transparent_blue {
    border: 2px solid #3D99FD;
    padding: .65rem 2rem;
    margin-right: 32px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-404.page-404_th2 a img {
    width: 124px;
}
.mr-24 {
    margin-right: 24px;
}
.page-404.page-404_th2 .btn.btn-transparent_blue svg {
    margin-right: 5px;
}

.page-404.page-404_th2 .btn.btn-transparent_blue span {
    color: #3D99FD;
}

.page-404 p {
    font-weight: 400;
    font-size: 30px;
}

.covid-banner h1,
.covid-banner p {
    margin-bottom: 40px;
}

.top-banner {
    position: relative;
}

.top-banner svg {
    position: absolute;
    left: 0;
    top: 5em;
    z-index: -1;
}

.top-banner svg.small-circle {
    left: auto;
    right: 0;
    top: -3em;
} 

.top-banner h1 {
    text-align: center;
    font-size: 3.765rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.8;
}


.top-banner h3 {
    text-align: center;
}

.top-banner__wrapper {
    padding: 8em 0 10em;
    position: relative;
    z-index: 1;
}

.about__content p {
    font-size: 1.25em;
}


.pricing-block {
    margin-bottom: 4em;
    padding-top: 5em;
}

.about__btns {
    padding: 5em 0 4em;
}

.pricing-block__teaser__header {
    background: #F2F2F2;
    text-align: center;
    font-size: 2.566em;
    padding: 0.5em 0;
    font-family: 'Rubik', Arial;
    font-weight: 500;
    color: #444;
}

.pricing-block__teaser_2 .pricing-block__teaser__header {
    background: #3D99FD;
    color: #fff;
}

.pricing-block__teaser__body {
    padding: 3.55em 3em;
    color: #444;
}

.irs-hidden-input {
    opacity: 0;
}

.price__meta {
    width: 100%;
    color: #444;
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3em;
}

.ex__price {
    font-size: 1.875em;
    color: #444;
}

.ex__price span {
    display: inline-block;
    padding: 0 5px;
}

.price__meta span {
    color: #BDBDBD;
}

.price__meta__free {
    width: 12%;
}

.price__calculation {
    display: none;
    margin-bottom: 7.4em;
}

.js-calculate__subscribe {
    display: none;
}

.pricing-block__teaser .irs {
    margin-bottom: 15px;
}

.pricing-block__teaser .irs--flat .irs-line {
    background: #3D99FD;
    height: 8px;
    border-radius: 0px;
    overflow: visible;
}

.pricing-block__teaser .irs--flat .irs-handle {
    width: 30px;
    height: 30px;
    border: 2px solid #AABCC5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    top: 15px;
    transform: translate(5px, 0px);
        z-index: 10;
}

.pricing-block__teaser .irs--flat .irs-single {
    background: none;
    color: #000;
    font-size: 14px;
    font-family: 'Rubik', Arial;
    font-weight: 500;
}

.pricing-block__teaser .irs--flat .irs-single::before {
    display: none;
}

.pricing-block__teaser .irs--flat .irs::before {
    position: absolute;
    content: '';
    top: 25px;
    left: 0;
    width: 6%;
    height: 8px;
    background: #E0E0E0;
    z-index: 1;
}

.pricing-block__teaser .irs::after {
    position: absolute;
    content: '';
    top: 25px;
    left: 6%;
    width: 5px;
    height: 8px;
    background: #fff;
    z-index: 2;
}

.pricing-block__teaser .irs-from, 
.pricing-block__teaser .irs-to, 
.pricing-block__teaser .irs-single {
    top: -8px;
}

.pricing-block__teaser .irs--flat .irs-min, 
.pricing-block__teaser .irs--flat .irs-max {
    display: none;
}

.pricing-block__teaser .irs--flat .irs-handle i {
    display: none!important;
}

.pricing-block__teaser .irs--flat .irs-bar {
    background: transparent;
}

.kit-popup {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255,255,255,.5);
}

.kit-popup__wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.pricing-block__teaser {
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    height: 100%;
}

#about-page .small-circle {
    position: absolute;
    top: 0;
    left: -50px;
    width: 150px;
}

.pricing-block__amount {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4em;
}

.pricing-block__teaser__body p {
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3em;
}

.pricing-block__teaser ul {
    font-size: 1.5em;
    margin-bottom: 3rem;
}

.pricing-text {
    margin-top: 1.5rem;
}

.top-banner__wrapper.top-banner__wrapper_pricing {
    padding: 6em 0 8em;
}

.top-banner_slider_item {
    margin-bottom: 2rem;
    padding: 0 10px;
}

.pricing-sure {
    padding: 6.25rem 0 8.75rem;
}

.pricing-sure p {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.pricing-sure_btns a, .pricing-sure_btns span {
    display: inline-block;
    width: 220px;
    text-align: center;
    padding-left: 0!important;
    padding-right: 0!important;
}

.pricing-sure_btns a {
    margin-right: 3rem;
}

.price-industries p {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.price-industries_item {
    background: #fff;
    box-shadow: 0px 3px 15px rgb(9 14 24 / 10%);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
    
}

.price-industries_item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-industries_item img {
    width: 2.125rem;
    height: 2.125rem;
    margin-right: 0.875rem;
}

.price-industries_item span {
    font-size: 1.125rem;
    font-weight: 500;
}



.top-banner_slider_item_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 15px rgb(9 14 24 / 10%);
    border-radius: 8px;
    height: 4.125rem;
}

.top-banner_slider_item_wrapper img {
    max-width: 80%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}

.top-banner__wrapper.top-banner__wrapper_pricing h1 {
    font-size: 3.125rem;
    text-transform: capitalize;
}

.top-banner__wrapper.top-banner__wrapper_pricing h3 {
    margin-bottom: 2rem;
    font-size: 1.5em;
    font-weight: 300;
}

.pricing-block__amount .price {
    font-size: 5.7em;
    font-weight: 700;
    line-height: 1;
}

.pricing-block__amount sup {
    font-size: 2.2em;
    font-weight: 700;
}

.price-descr {
    margin-left: 1.5em;
}

.price-descr b {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.125em;
}

.price-descr span {
    font-size: 1.125em;
}

.price-testimonials {
    padding: 8.75rem 0;
}

.price-testimonials h3 {
    margin-bottom: 3.75rem;
}

.price-testimonials_item {
    width: 48%;
    background: #F4F6F8;
    border-radius: 10px;
    padding: 1.5rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.75rem;
}

.price_faq .faq {
    padding-top: 8rem;
}

.price_faq .faq h2 {
    text-align: center;
}

.price_faq .features_logoshowcase .h3 {
    font-weight: 700;
}

.price-testimonials_item img {
    width: 11rem;
    border-radius: 50%;
}

.price-testimonials_item_image {
    margin-right: 1.5rem;
}

.price-testimonials_description_name {
    font-size: 1.5rem;
    font-weight: 700;
}

.price-testimonials_description_position {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.price-testimonials_description_text {
    font-weight: 400;
    font-size: 1rem;
}

.pricing-block__teaser__body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logoshowcase.pricing-logo img {
    max-width: 80%;
    height: 70px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.pricing-logo {
    margin-bottom: 4em;
    padding-top: 6em;
}

.pricing-logo h3 {
    margin-bottom: 2em;
}
.pricing-logo h2 {
    margin-bottom: 2em;
}

.pricing-logo__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 67%;
    margin: 0 auto;
    margin-bottom: 5em;
}

.pricing-logo_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.pricing-logo_wrapper > div {
    padding: 0 15px;
    width: 16.66%;
    margin-bottom: 2rem;
}

.logoshowcase.pricing-logo.logoshowcase_2 h3 {
    font-size: 2.25rem;
}
.logoshowcase.pricing-logo.logoshowcase_2 h2 {
    font-size: 2.25rem;
}

.logoshowcase.pricing-logo.logoshowcase_2 {
    padding: 4rem 0 6.25rem 0;
}

.pricing-logo_wrapper_img {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 10px 36px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
    height: 4.125rem;
}

.logoshowcase.pricing-logo.logoshowcase_2 img {
    height: auto;
}

.logoshowcase2_circle {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.logoshowcase_tips {
    padding: 3rem 0 4rem;
}

.logoshowcase_tips__item__image {
    width: 3.25rem;
    height: 3.25rem;
    background: #FDC54E;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.5rem;
}

.logoshowcase_tips__item__text {
    font-size: 1.125rem;
}

.logoshowcase_tips__item__text span {
    font-weight: 700;
}

.logoshowcase_tips__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
}

.logoshowcase_tips__item {
    width: 33%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
}

@media screen and (max-width: 1023px) {
    .pricing-logo_wrapper > div {
        width: 25%;
    }
    .logoshowcase_tips__wrapper {
        padding: 0;
    }
    .logoshowcase_tips__item {
        width: 100%;
        margin-bottom: 1rem;
    }
    .logoshowcase_tips__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .logoshowcase_tips {
        padding: 3rem 0 1rem;
    }
}

@media screen and (max-width: 767px) {
    .logoshowcase2_circle {
        width: 50%;
    }
    .industries_slogan .slogan .h1 {
        font-size: 1.5rem;
    }
    .logoshowcase.pricing-logo.logoshowcase_2 h3 {
        font-size: 1.5rem;
    }
    .pricing-logo_wrapper {
        margin: 0 -5px;
    }
    .pricing-logo_wrapper > div {
        padding: 0 5px;
        width: 33%;
    }
    .industries_slogan .slogan .slogan__text {
        font-size: 1rem;
    }
    .logoshowcase.pricing-logo.logoshowcase_2 {
        padding: 2rem 0 0.25rem 0;
    }
}

.faq {
    padding-bottom: 8em;
    padding-top: 2em;
} 

.faq h2 {
    margin-bottom: 1.5em;
}

.presskit {
    position: relative;
    padding: 4.5em 0;
    margin-bottom: 4em;
}

.presskit h1 {
    margin-bottom: 0.875em;
}

.presskit .big-circle {
    position: absolute;
    top: 1em;
    right: 0;
    z-index: -1;
}

.presskit .container {
    position: relative;
}

.presskit .small-circle {
    position: absolute;
    top: -4em;
    left: -4em;
    z-index: -1;
}

.presskit__subhead {
    font-size: 1.25em;
}

.presskit__smtext {
    font-size: 1em;
    color: #999;
    margin-bottom: 4em;
}

.presskit__mainkit {
    box-shadow: 0px 2px 20px rgba(119, 136, 152, 0.15);
    border-radius: 8px;
    padding: 5em 0;
    background: #fff;
    color: #666;
    margin-bottom: 4em;
}

.presskit__mainkit h3 {
    margin-bottom: 1em;
    color: #666;
}

.download-kit {
    color: #3D99FD;
}

.download-kit svg {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.otherkits__body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    min-height: 250px;
    background: #fff;
    margin-bottom: 1em;
}

.otherkits__body.otherkits__body_blue {
    background: #3D99FD;
}

.otherkits__body img {
    max-height: 124px;
    max-width: 290px;
}


.presskit_media__block img {
    width: 100%;
}

.presskit_media__block__wrapper {
    max-height: 210px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

.presskit_media__block p {
    font-size: 1.25em;
}

.presskit_media h2 {
    margin-bottom: 2em;
}

.subscribe-block .indicates-required {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: relative;
}

.subscribe-block .indicates-required #mce-responses {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
}

.subscribe-block .indicates-required .mc-field-group {
   min-width: 40%; 
   margin-right: 20px;
}

.subscribe-block input[type="email"] {
    width: 100%;
}

.blog .row > div {
    margin-bottom: 2em;
}

.blog .row>div .content-block .row > div {
    margin-bottom: 0;
}

.blog__tips__body {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog__tips {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2em;
}

.breadcrumb {
    padding: 0;
    padding-top: 5em;
    background: none;
    color: #3d99fd;
    font-size: 16px;
    margin-bottom: 2em;
}

.breadcrumb a {
    color: #3d99fd;
}

.breadcrumb > span > a {
    color: #BDBDBD;
}

.breadcrumb span:nth-of-type(1) a span {
    color: #BDBDBD;
}

.breadcrumb a span {
    color: #3d99fd;
}

.breadcrumb span {
    color: #3d99fd;
}

.breadcrumb span {
    padding: 0 5px;
}

.breadcrumb > span:first-of-type {
    padding-left: 0px;
}

.breadcrumb > span:first-of-type span {
    padding-left: 0px;
}

.blog__tips__header {
    font-size: 1.25em;
    margin-right: 3em;
    font-weight: 700;
}

.blog__tips__body li {
    margin-right: 3em;
    margin-bottom: 1em;
}

.blog__tips__body li:last-of-type {
    margin-right: 0;
}

.blog__tips__body a {
    color: #3D99FD;
    font-size: 1.25em;
}

.post_img-wrapper img {
    width: 100%;
    height: auto;
}

.blog .content-block {
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1em;
    border-radius: 8px;
} 

.latest-blog.latest-blog_m{
    background: none;
}

.blog .content-block .title {
    font-size: 1.725em;
    color: #3D99FD;
    line-height: 1.2;
    margin-bottom: 1em;
}

.blog .post_img-wrapper img {
    border-radius: 6px;
}

.content-block__body {
    padding: 1.5em 0.5em;
    height: 100%;
    position: relative;
}

.content-block__body .post-content,
.blog__content .post-content {
    font-size: 1.125em;
    color: #666666;
    line-height: 1.75;
}

.content-block__body__link {
    position: absolute;
    right: 2em;
    bottom: 2em;
}

.content-block__body__link .custom-btn {
    color: #3D99FD;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#mc_embed_signup_scroll #mce-responses {
    margin-bottom: 0.5em;
}

.content-block__body__link .custom-btn svg {
    margin-left: 15px;
}

img.size-full {
    width: 100%;
}

.svg-ring-left {
    position: absolute;
    top: -6.5rem;
    left: -6rem;
    width: 15rem;
    z-index: -1;
}

.svg-ring-right {
    position: absolute;
    top: -12.5rem;
    right: 0rem;
    width: 48rem;
    z-index: -1;
}

.features-banner {
    position: relative;
    padding-bottom: 6.25rem;
}
.features-banner.features-banner__industries {
    padding-top: 5.625rem;
    padding-bottom: 4.688rem;
}

.features-banner h1 {
    text-transform: uppercase;
    margin-bottom: 2.25rem;
    color: #444;
}

.jobtips {
    background: linear-gradient(272.97deg, #60ACFF -73.73%, rgba(61, 153, 253, 0) 114.91%);
    padding-top: 2.875rem;
}

.jobtips .h3 {
    font-size: 2.25rem;
    color: #444;
}

.jobtips p {
    font-size: 1.125rem;
    color: #444;
    margin-bottom: 3rem;
}

.jobtips_tabs_item svg {
    width: 1.5rem;
    position: relative;
    top: 6px;
    margin-right: 0.5rem;
}

.jobtips_tabs {
    margin-bottom: 3rem;
}

.jobtips img {
    position: relative;
    z-index: 1;
}

.features_faq {
    padding: 3rem 0;
}

.features_faq h2 {
    text-transform: uppercase;
    text-align: center;
}

.jobtips_circle {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.jobtips_tabs_item {
    font-size: 1.125rem;
    color: #666;
}

.features-banner p {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
    color: #444;
}

.features-banner img {
    width: 100%;
}

.blog__subtitle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #F2F2F2;
    margin-bottom: 15px;
}

.blog__subtitle h3 {
    font-size: 2.85em;
    font-weight: 700;

}

.blog__subtitle div {
    font-size: 2.85em;
    font-weight: 700;

}

.blog__subtitle a {
    color: #3D99FD;
    font-size: 1.25em;
    transition: all 0.3s ease;
}

.blog__subtitle a:hover {
    opacity: 0.8;
}

.blog__content {
    padding: 1em 1.5em 4em 1.5em;
    position: relative;
}

.blog__content .content-block__body__link {
    bottom: 1em;
}

.elementor-element-cac9289 {
    margin-bottom: -17em;
    position: relative;
    z-index: 100;
}

.share-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
}

.share-list li {
    margin-left: 20px;
    margin-right: 20px;
}

.share-list svg {
    width: 15px;
    height: 15px;
}

.btn-warning {
    padding: 0.9rem 3rem!important;
}

.post-header__meta {
    color: #666;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.post-header__meta .name {
    font-weight: 500;
    font-size: 16px;
}

.subscribe-block__post h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

.subscribe-block__post {
    margin-bottom: 100px;
}

.post-header h1 {
    color: #3D99FD;
    margin-bottom: 0.1em;
    text-transform: capitalize;
    font-size: 36px;
}

.post-header__short-description {
    color: #666;
    font-size: 1.25em;
    margin-bottom: 2em;
}

article.post p {
    font-size: 18px;
}

article.post {
    margin-bottom: 5em;
}

.main-contents div {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.main-contents div:hover {
    opacity: 0.7;
}

h4.qwert {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.main-contents {
    direction: ltr;
    padding-left: 20px;
}

.main-contents__wrapper {
    direction: rtl;
    max-height: 230px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.main-contents__wrapper::-webkit-scrollbar {
    width: 3px;
}
 
.main-contents__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 3px;
}
 
.main-contents__wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #3D99FD;
}
.main-contents__wrapper::-webkit-scrollbar-thumb:window-inactive {
    background: #3D99FD; 
}

/* Images */
    
.img-responsive{display: block;max-width: 100%;height: auto;margin: 0px auto;}
.img-circle { border-radius: 50%; }    
    
/* Comments */

textarea, input {border:1px solid #e4e4e4;}
textarea {width:100%;}
.comment-list, .children{list-style:none;}
ul.children {list-style:none;padding-left:0px; margin-left:0px;}
.comment-wrap { border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 50px; position:relative; }
.comment-wrap .comments-title{padding-top:60px;}
.comment-wrap .comment-img { float: left; margin-right: 20px; padding-bottom:25px;}
.comment-author {text-align:left;}
.comment-reply {position:absolute;top:0px;right:0px;font-style:italic; padding:5px 5px;background:#f5f5f5;}
.comment-author,.comment-author a{font-size: 14px; margin-bottom:2px;}
.comment-date{font-size: 10px;text-transform: uppercase; letter-spacing: 2px;font-style:italic;display:block;padding-bottom:7px;}
.depth-2 .comment-wrap {padding-left:30px;}
.depth-3 .comment-wrap {padding-left:60px;}
.depth-4 .comment-wrap {padding-left:90px;}
.depth-5 .comment-wrap {padding-left:120px;}
.depth-6 .comment-wrap {padding-left:150px;}
.depth-7 .comment-wrap {padding-left:180px;}
.depth-8 .comment-wrap {padding-left:210px;}
.depth-9 .comment-wrap {padding-left:240px;}
.depth-10 .comment-wrap {padding-left:270px;}
.comment-form-cookies-consent input {
    margin-right: 10px;
}
#commentform #comment,#commentform #author,#commentform #email,#commentform #url{
    display:block;
    width:100%;
    outline: none;
    max-width: initial;
}
#commentform input[type="submit"]{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #3d99fd;
    border-color: #85bffd;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#commentform input[type="submit"]:hover {
        color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.title-line{border-top: 1px dotted #ccc;display: block;max-width: 30%;margin: 0 auto 25px;}

.comments-title {
    font-size: 1.5em;
    text-align: center;
    color: #3D99FD;
    margin-bottom: 3em;
}

.comment-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.comment-author b {
    margin-right: 10px;
    margin-top: 10px;
}

.comment-author span {
    margin-top: 10px;
}

.comment-list > li {
    padding: 1.5em 0;
    border-bottom: 2px solid #EAEAEB;
}

#covidmodal .field__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#covidmodal label {
    font-size: 1.25em;
    color: #999;
    text-transform: uppercase;
    font-family: "Rubik", Arial;
    font-weight: 500;
}

#covidmodal p a {
    color: #3D99FD;
}

#covidmodal .mc-field-group {
    width: 49%;
}

#covidmodal .mc-field-group input {
    width: 100%;
}
.calendly-badge-widget {
        right: auto!important;
    left: -3000px!important;
}
.comment-author {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comment-metadata {
    font-size: 13px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.comment-metadata * {
    color: #BDBDBD;
}

.comment-body {
    position: relative;
}

.comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-body .reply a {
    color: #807e7e;
    border-radius: 8px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 0.75em 2em;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 0px rgba(0,0,0,.2);
}

.comment-body .reply a:hover {
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}

.children .comment {
    padding-top: 2em;
    border-top: 2px solid #eaeaeb;
}

.comment-list {
    padding: 0;
}

.comment-respond {
    padding: 2em 3em 1em 3em;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
    margin-bottom: 5em;
    border-radius: 8px;
}

#comments {
    padding: 0 10em;
}

.comment-form-comment label {
    font-weight: 900;
}
/* Responsive */

@media (max-width: 767px) {
    .comment-list, .children { padding-left: 0px; }
    .comment-wrap .comment-img { float: none;margin: 0px;width: 100%;padding-bottom: 0px; }
    .comment-img>img { display: block;margin: 0px auto; }
    .comment-author, .comment-author a, .comment-date { text-align:center; }
    .depth-2 .comment-wrap,.depth-3 .comment-wrap,.depth-4 .comment-wrap,.depth-5 .comment-wrap,.depth-6 .comment-wrap,.depth-7 .comment-wrap,.depth-8 .comment-wrap,.depth-9 .comment-wrap,.depth-10 .comment-wrap {padding-left:0px;}
    .comment-reply { position: relative; text-align: center; display: block; margin-top: 25px;}
}

.reply svg {
    display: none;
}
    

.latest-blog.related-posts {
    background: #fff;
}

.related-posts .latest-blog__wrapper {
    bottom: 0;
}

body .elementor-widget-text-editor {
    font-family: 'Rubik-Regular', Arial;
    font-weight: 400;
}

.reqest-access.reqest-access_2::before {
    display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#footer {
    background: #F4F4F5;
    padding-bottom: 2rem;
    padding-top: 6rem;
}

footer#footer .h4 {
    color: #3D99FD;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.footer-nav-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__copyright {
    font-size: 0.8rem;
}

.footer__copyright a {
    padding: 0 5px;
}

.footer-nav-bar {
    color: #666;
}

.footer__copyright {
    color: #666;
}

.post-header__thumbnail {
    position: relative;
}


.post-header__thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 6em;
}

.share-list__wrapper {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid #C4C4C4;;
}


@media screen and (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
    header .container {
        max-width: 1400px;
    }
}

.about__btns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__btns a:first-of-type {
    margin-right: 20px;
}

/*Main screen animation*/

#mouse {
    position: absolute;
    width: 10px;
    z-index: 1;
}


.highlight {
    stroke: #0294FF;
    stroke-width: 1px;
    fill: #EFF8FF!important;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.page-404 h1 {
    font-size: 4.25em;
}

.latest-blog .col-md-4 {
    padding-bottom: 10px;
}

.latest-blog {
    padding-bottom: 0rem;
}

.reqest-access.reqest-access_3 form {
    max-width: 100%;
}

.reqest-access form {
    max-width: 75%;
    margin: 0 auto;
}

.remodal {
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
}

.remodal-close {
    left: auto!important;
    right: 0;
}

.about__btns {
    position: relative;
}

.about__btns .small-svg {
    position: absolute;
    left: -4em;
    bottom: 8em;
    z-index: -1;
}

.about__btns .big-svg {
    position: absolute;
    right: 0;
    bottom: -12em;
    z-index: -1;
}

.contents-sticky-wrapper {
    position: sticky;
    padding-bottom: 40px;
    top: 100px;
}

.footer-nav-bar .h5 {
    font-family: 'Rubik', Arial;
    font-weight: 500;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1em;
}

.footer-nav-bar ul {
    margin-bottom: 20px;
}

.page-404 img {
    width: 100%;
}

.features__page_ov {
    overflow-x: hidden;
}

.features__page.features__page_industrie .feature__item__img img {
    border-radius: 6px;
    width: 125%;
}

.features__page.features__page_industrie .features__page_ov {
    margin-bottom: 8em;
}

.features__page.features__page_industrie .features__item > div, 
.features__page.features__page_industrie .features__control {
    padding-bottom: 10em;
}

.features__item__learnmore a {
    font-size: 1.125rem;
    color: #3d99fd;
    font-family: 'Rubik',Arial;
}

.features__item__learnmore a img {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    box-shadow: none!important;
}

.features__page .features__item {
    position: relative;
    z-index: 100;
}

.features__page.features__page_industrie .features__item__description {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 1.5em;
}

.features__page.features__page_industrie .features__lynk a {
    font-size: 1.15rem;
    color: #3D99FD;
    border-bottom: 1px solid #3D99FD;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.features__page.features__page_industrie .features__lynk a:hover {
    border-bottom: 1px solid transparent;
}

.top-banner_ind svg {
    position: absolute;
    top: 0;
    z-index: -1;
}

.top-banner_ind .small-svg {
    left: 0;
}

.top-banner_ind .big-svg {
    right: 0;
}

.top-banner_ind h1 {
    text-align: center;
    font-size: 3.765rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.8;
}

.features__item > div,
.features__control {
    padding-top: 10em;
}

.features__control {
    padding-bottom: 3em;
}

.feature__page_menu {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.feature__page_menu .container,
.feature__page_menu .col-lg-3 {
    height: 100%;
}

#job_sharing .feature__item__img {
    height: 100%;
}

#job_sharing .feature__item__img img {
    height: 100%;
}

.features__page {
    position: relative;
}

.features__control {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.js-footer-more {
    font-weight: 500;
    cursor: pointer;
}

.js-to.active + .js-footer-more svg {
    transform: rotate(180deg);
}

.js-footer-more svg {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.js-to {
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 300px;
}

.js-to.active {
    max-height: 800px!important;
}

.el-req .reqest-access::before {
    display: none;
}

.feature__item__img img {
    width: 150%;
}

.footer-apps {
    width: 150px;
    display: block;
}

.footer-apps img {
    width: 100%;
}

.feature__item__img.feature__item__img_small img {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.mce_inline_error {
    color: red;
    font-size: 0.65rem;
}
.top-banner .breadcrumb,
.post-header .breadcrumb,
.presskit .breadcrumb,
.elementor-widget-container .breadcrumb,
.top-banner_ind .breadcrumb {
    padding-top: 0;
}

.presskit {
    padding-top: 0px;
}

.latest-blog__teaser_meta_views {
    color: #AABCC5;
    font-size: 16px;
    margin-bottom: 25px;
}

.latest-blog__teaser_meta_views svg {
    margin-right: 5px;
}

.latest-blog__teaser_meta_author {
    color: #666666;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
    display: none;
}

#comments {
    display: none!important;
}

.jobtips .h3,
.features_testimonials .h3,
.features_advantages .h3,
.features_logoshowcase .h3,
.features_menu .h3,
.features_servicedispatching .h3,
.features_faq h2 {
    font-weight: 500;
}

.page-template-blog-template .blog__subtitle h3 {
    font-size: 2.3em;
    font-weight: 500;
}

.page-template-blog-template .blog__subtitle a {
    display: none;
}
.sc2__region .blog {
    margin-top: 100px;
} 
.latest-blog__teaser_meta_footer {
    color: #AABCC5;
    font-size: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.latest-blog__teaser_meta_footer svg {
    margin: 0 5px;
}

.features__item h2 {
    font-size: 2.875em;
    margin-bottom: 0.5em;
}

.features__item__description p {
    font-size: 1.25em;
}

.features__control h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    font-family: "Rubik", Arial;
    font-weight: 500;
    margin-bottom: 1em;
}

.features__control__item {
    padding: 5px 0 5px 20px;
    position: relative;
}

.features__control__item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #E0E0E0;
    transition: all 0.3s ease;
}

.features__control__item.active::before {
    background: #3D99FD;
}

.features__control__wrapper {
    margin-bottom: 1em;
}

.standart__content {
    padding: 6em 0 4em;
}

.standart__content ol>li {
    margin-bottom: 2em;
}

.standart__content ol>li b {
    margin-bottom: 1.5em;
    display: block;
}

.standart__content ol>li>ol {
    font-size: 0.725em;
}

.standart__content ol {
    font-size: 1.5em;
    margin-bottom: 2em;
}

.features__control__item a{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.features__control__item img {
    margin-right: 20px;
}

.features__control__item span {
    font-size: 1.125em;
}
#email_exist .modal-dialog {
    width: 44em;
}
.modal{
    z-index: 100000000000;
}
/*.modal-body::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    background: rgba(255,255,255,.4);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.modal-body::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    z-index: 120;
    background: url('/wp-content/themes/fieldcomplete/assets/images/preloader.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.active.modal-body::after,
.active.modal-body::before {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}*/
.modal__wrapper {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-content {
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
    border: none;
}

.modal-body {
    padding: 3rem;
}

.modal-body svg.close {
    position: relative;
    bottom: 1em;
    left: 1em;
    cursor: pointer;
}

.modal-dialog {
    width: 55em;
    max-width: 100%;
}

.waitlisted_form input:not([type="submit"]){
    width: 100%;
    color: #444;
    background: #F4F4F5;
}

.waitlisted_form label {
    display: block;
    color: #999;
    text-transform: uppercase;
    font-size: 1.25em;
    font-family: "Rubik", Arial;
    font-weight: 500;
    margin-bottom: 2em;
}

#waitlisted_modal .btn {
    text-transform: uppercase;
    font-family: "Rubik", Arial;
    font-weight: 500;
}

.waitlisted_form__result {
    display: none;
}

.waitlisted_form__result .btn-white {
    color: #999;
    font-family: "Rubik", Arial;
    font-weight: 500;
}

.waitlisted_form__result h2 {
    font-size: 2.6em;
    text-transform: uppercase;
    font-family: "Rubik", Arial;
    font-weight: 500;
    letter-spacing: -0.25px;
    text-align: center;
}

.mobile-app-img {
	max-width: 150px;
}

.waitlisted_form__result .waitlisted__position {
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    border-bottom: 2px solid #E0E0E0;
    color: #444;
}

.waitlisted_form__result p {
    font-size: 1.25em;
    color: #666;
    text-align: center;
}

.waitlisted__link {
    font-size: 1.25em;
    color: #444;
    background: #F4F4F5;
    mix-blend-mode: normal;
    border-radius: 4px;
    padding: 1em 1.5em;
    margin-bottom: 1.5em;
}

.waitlisted_check-position {
    display: none;
}

.waitlisted_form__error,
.waitlisted_check-position__error {
    color: red;
}

.waitlisted_form__error:first-letter,
.waitlisted_check-position__error:first-letter {
    text-transform: uppercase;
}

.waitlisted_form__result p:last-of-type {
    margin-bottom: 3em;
}



.waitlisted__share__link .share-list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__social {
    margin-bottom: 20px;
}

.footer__social a {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 10px;
    font-size: 0;
}

.footer__social a.facebook {
    background: url('/wp-content/themes/fieldcomplete/assets/images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 99% 82%;
    background-size: 1200%;
    margin-left: 0;
}

.footer__social a.instagramm {
    background: url('/wp-content/themes/fieldcomplete/assets/images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 98% 100%;
    background-size: 1200%;
}

.footer__social a.twitter {
    background: url('/wp-content/themes/fieldcomplete/assets/images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 99% 60%;
    background-size: 1200%;
}

.footer__social a.linkedin {
    background: url('/wp-content/themes/fieldcomplete/assets/images/sprite.svg');
    background-repeat: no-repeat;
    background-position: 46% 60%;
    background-size: 1200%;
}

.header__christmass {
    position: absolute;
    bottom: -25px;
    font-size: 0.925rem;
    left: 0;
    width: 100%;
    padding: 6px 0;
    background: #AAD47F;
    text-align: center;
}

.christmasspopup__wrapper {
    background: url('/wp-content/themes/fieldcomplete/assets/images/christmass/popup.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 129px;
    
}

.christmasspopup__wrapper__text {
    color: #fff;
    margin-bottom: 32px;
    font-size: 1rem;
}

.christmasspopup__wrapper .christ__heroscreen__card {
    width: 75%;
    margin: 0 auto;
}

.christmasspopup__wrapper__label {
    position: relative;
    background: #FDC54E;
    color: #444;
    width: 80%;
    padding: 5px;
    display: block;
    margin: 0 auto 32px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.christmasspopup__wrapper__label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-left: 30px solid #4BA1F9;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.christmasspopup__wrapper .christ__heroscreen__card a {
    padding: 0.75rem 2rem;
}

.christmasspopup__wrapper__label::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-right: 30px solid #4BA1F9;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.christmasspopup__wrapper__title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 32px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
}

#form_modal_calendly_close svg path {
    stroke: #fff;
}

.header__christmass a {
    text-decoration: underline;
}

.mobile-only {
    display: none;
}

.desctop-only {
    display: block;
}

.covid-banner {
    padding-top: 5em;
    margin-bottom: 10em;
}

.covid-banner p {
    font-size: 1.25em;
}

.career-block img {
    width: 100%;
}

.career-block h1 {
    margin-bottom: 0.5em;
}

.career-block p {
    font-size: 1.25em;
}

.career-block {
    background: url('/wp-content/themes/fieldcomplete/assets/images/ellipse.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.rating_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-stars_description {
    color: #666;
}

.single-post .rating {
    padding: 30px 0;
    background: #F8F8F9;
    margin-bottom: 100px;
} 

.single-post .rating svg {
    margin-right: 5px;
    width: 34px;
    height: 34px;
}

.single-post .rating .rating-stars {
    margin-right: 15px;
}

.rating-stars.rating-stars_2 svg:nth-of-type(4) path,
.rating-stars.rating-stars_2 svg:nth-of-type(5) path,
.rating-stars.rating-stars_2 svg:nth-of-type(3) path {
    fill: #C4C4C4;
}

.rating-stars.rating-stars_3 svg:nth-of-type(4) path,
.rating-stars.rating-stars_3 svg:nth-of-type(5) path {
    fill: #C4C4C4;
}

.rating-stars.rating-stars_4 svg:nth-of-type(5) path {
    fill: #C4C4C4;
}

.elementor-element-595af58 {
    overflow: hidden;
}

.post .container a {
    color: #3d99fd;
}

.subscribe-block input[type=email] {
    width: 100%;
    padding: 1.15rem 1.5rem;
    background: #F4F4F5;
    color: #576078;
}

.demo_modal .modal_header {
    background: #E6F2FF;
    position: relative;
}
#form_modal.demo_modal .modal-body .w2lsubmit input {
    width: auto;
}
.demo_modal .modal_header img {
    width: 82%;
}

.demo_modal .modal-content {
    overflow: hidden;
}

.demo_modal .modal_header .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
}

.demo_modal .modal_header_description {
    position: absolute;
    top: 40%;
    width: 45%;
    left: 50%;
    font-size: 1.5rem;
    color: #333;
}

.demo_modal .modal-body {
    padding: 2rem 2.5rem;
}

.demo_modal .modal-body .h3 {
    text-align: left;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.demo_modal .modal-body label {
    width: 100%;
    color: #444;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    top: -1.1rem;
    left: 0;
    padding-left: 12px;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 10;
}
.demo_modal .modal-body select + label {
    top: -1.1rem;
    padding-left: 0;
    font-size: 0.75rem;
}

.demo_modal .modal-body label .hs-form-required {
    color: red;
}
/*.demo_modal .modal-body input:active + label,
.demo_modal .modal-body textarea:active + label,
.demo_modal .modal-body input:focus + label,
.demo_modal .modal-body textarea:focus + label,
.demo_modal .modal-body input:not(:placeholder-shown) + label,
.demo_modal .modal-body textarea:not(:placeholder-shown) + label,
.demo_modal .modal-body select:focus + label,
.demo_modal .modal-body select:active + label,
.demo_modal .modal-body select.active + label {
    top: -1.1rem;
    padding-left: 0;
    font-size: 0.75rem;
}*/

.pipedrive-form .form-group .agree input[type="checkbox"],
.demo_modal .modal-body input[type="checkbox"] {
    width: auto;
}
.demo_modal .modal-body .hs-form-checkbox label {
    position: relative;
    top: 0;
    pointer-events: all;
}
.demo_modal .modal-body .hs-fieldtype-checkbox > label {
    display: none!important;
}
.demo_modal .modal-body .hs-fieldtype-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.demo_modal .modal-body .hs-fieldtype-checkbox input {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.demo_modal .modal-body .hs-fieldtype-checkbox input + span {
    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.725rem 0;
    width: 16.25rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #3D99FD;
    border-color: #85BFFD;
    cursor: pointer;
    color: #fff;
}

#onboarding-flow .features_form_demo .hbspt-form.loader {
    position: relative;
}

.plans-section__form__wrapper form {
    position: relative;
}

.plans-section__form__wrapper form.loader::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.7);
    z-index: 100;
    transition: all 0.3s ease;
}

.plans-section__form__wrapper form.loader::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    z-index: 120;
    background: url('/wp-content/themes/fieldcomplete/assets/images/svg/preloader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

#onboarding-flow .features_form_demo .hbspt-form.loader::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.7);
    z-index: 100;
    transition: all 0.3s ease;
}

#onboarding-flow .features_form_demo .hbspt-form.loader::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    z-index: 120;
    background: url('/wp-content/themes/fieldcomplete/assets/images/svg/preloader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-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); 
    } 
}

#onboarding-flow .hs_email_confirm .hs-input {
    background: #F4F6F8;
    pointer-events: none;
}

#onboarding-flow .hs_email_confirm input {
    color: #BBBCBD;
}

#onboarding-flow .hs_confirm_password .input,
#onboarding-flow .hs_password .input {
    position: relative;
}

.password-toggler {
    position: absolute;
    top: -2px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
    background: url(/wp-content/themes/fieldcomplete/assets/images/svg/password.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35%;
}



.demo_modal .modal-body .hs-fieldtype-checkbox input + span:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.demo_modal .modal-body .hs-fieldtype-checkbox li {
    list-style: none;
}
.demo_modal .modal-body input::placeholder,
.demo_modal .modal-body textarea::placeholder {
  color: #ccc;
}
.demo_modal .modal-body label .legend {
    color: #bdbdbd;
    font-size: 1em;
}
.demo_modal .modal-body .hs-submit input{
    background: #fff!important;
    color: #3d99fd!important;
    margin-right: 1.5rem;
}
#sf_form_salesforce_w2l_lead_2 .w2lsubmit button,
#sf_form_salesforce_w2l_lead_3 .w2lsubmit button {
    padding: .825rem 5rem;
    font-size: 1.125em;
    line-height: 1.2;
}

#sf_form_salesforce_w2l_lead_2 .w2lsubmit button,
#sf_form_salesforce_w2l_lead_3 .w2lsubmit button {
    display: none;
}
.tryitfreeshort input {
    padding: 0.825rem 1rem;
}
.demo_modal .modal-body .hs-submit input:hover {
    background: #3d99fd!important;
    color: #fff!important;
}
.hs-form-field {
    position: relative;
}
.hs-form-field .error_message {
    position: absolute;
    bottom: -17px;
    left: 0;
}
.hs-form-field.hs-fieldtype-select {
    position: relative;
}
.hs-form-field.hs-fieldtype-select::after {
    position: absolute;
    content: '';
    top: 12px;
    right: 13px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/fieldcomplete/assets/images/down.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.sc2 .blog {
    margin: 0 -15px;
}
.sc2 .latest-blog__teaser {
    box-shadow: none;
    padding: 10px;
}
.sc2 .latest-blog__teaser a {
    display: block;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
}
.sc2 .blog_wrapper .slick-dots {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-trans {
    height: 45px;
    line-height: 40px;
    width: 222px;
    border: 2px solid #3D99FD;
    box-sizing: border-box;
    border-radius: 4px;
    background: transparent;
    color: #3D99FD;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.sc2,
.sc3 {
    display: none;
}
.sc2.show,
.sc3.show {
    display: block;
}
.sc2 .blog {
    margin-bottom: 50px;
}
.sc2 .blog h3 {
    padding: 0 15px;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
}
.sc2 .blog_wrapper .slick-dots li.slick-active {
    width: 20px;
    background: #3D99FD;
}
.sc2 .blog_wrapper .slick-dots button {
    display: none;
}
.sc2 .blog_wrapper .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #A9BCC4;
    transition: all 0.2s ease;
    margin: 0 5px;
}
.cs2_text {
    margin-bottom: 30px;
    padding: 0 50px;
}
.b-btn,
.y-btn {
    width: 222px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 4px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.b-btn {
    background: #3D99FD;
    color: #fff;
    margin-bottom: 16px;
}
.b-btn:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
}
.y-btn {
    background: #FDC54E;
    color: #444;
    margin-bottom: 50px;
}
.hs-submit {
    width: 100%;
    text-align: center;
}
.sc2 .blog .latest-blog__teaser img {
    width: 100%;
}
.sc2 .latest-blog__teaser__description h4 {
    min-height: auto;
    margin-bottom: 1rem;
    font-size: 20px;
}
.sc2 .latest-blog__teaser__description {
    padding: 1em 0.5em 1em 0.5em;
}
.modal-content .hs-form-field .error_message {
    font-size: .625rem;
}

.pipedrive-form .form-group.size select,
.pipedrive-form .form-group.country select,
.demo_modal .modal-body input,
.demo_modal .modal-body textarea,
.demo_modal .modal-body select {
    width: 100%;
    background: #fff;
    resize: none;
    float: none;
    padding: 0.75rem 1.5rem;
    border: 2px solid #E3E5E8;
    border-radius: 1rem;
}
#demo_modal.demo_modal .modal-body .h3 {
    margin-bottom: 0;
}
#email_exist .close.btn,
#country .close.btn,
#unsubscribe .close.btn {
    width: 260px;
    height: 44px;
    text-align: center;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    float: none;
    line-height: 44px;
    padding: 0;
}
#email_exist img,
#country img {
    width: 50%;
    margin: 65px auto;
    display: block;
}
body #hubspot-messages-iframe-container {
    z-index: 1000!important;
}
.demo_modal .modal-body .btn.btn-mk.btn-transparent_blue {
    padding: 0.725rem 4.85rem;
}
.pac-container {
    z-index: 100000;
}
.demo_modal .modal-body .fields {
    position: relative;
    margin-bottom: 1.75rem;
}

.modal-content .error_message {
    color: red;
    font-size: 0.75rem;
}

.demo_modal .btn.btn-mk.btn-transparent_blue {
    padding: 1rem 2.5rem;
    background: #3d99fd;
    color: #fff;
}

.demo_modal .btn.btn-mk.btn-transparent_blue:hover {
    background: #fff;
    color: #3d99fd;
}

#demo_modal h3 {
    margin-bottom: 2rem!important;
}
#demo_modal .title_modal_demo {
    margin-bottom: 2rem!important;
	    font-family: Rubik, Arial;
    font-weight: 500;
	font-size: 1.5rem;
	color: rgb(68, 68, 68);
	    line-height: 1.2;
	margin-top: 0;
}

#demo_modal .legend {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
#demo_modal .legend a {
    color: #666666;
    opacity: 0.6;
}

.onboarding_section h1 {
    padding-top: 3rem;
    margin-bottom: 2.5rem;
    font-size: 3.85rem;
    font-weight: 700;
}

.onboarding_section h2 {
    font-size: 40px;
    color: #666;
    font-weight: 700;
    margin-bottom: 50px;
}

.onboarding_section .btns a {
    width: 40%;
    display: block;
    text-align: center;
    height: 3.75rem;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 3.75rem;
}

.demo_modal .btn.btn-mk.btn-transparent_blue svg {
    position: relative;
    top: 1px;
    margin-left: .5rem;
}

.demo_modal .btn.btn-mk.btn-transparent_blue svg path {
    transition: all 0.3s ease;
    fill: #fff;
}

.demo_modal .btn.btn-mk.btn-transparent_blue:hover svg path {
    fill: #3D99FD;
}

.demo_modal .legend {
    margin-bottom: 1.5rem;
    color: #666;
    font-size: 0.875rem;
}
.demo_modal.modal {
    overflow: auto!important;
}
#mc_embed_signup_scroll #mce-responses #mce-success-response {
    display: none!important;
}

#mc_embed_signup_scroll #mce-responses .response {
    font-size: 0.875rem;
    color: red;
}
span.required {
    color: red;
}
.demo_modal h4 {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.6;
}
.demo_modal .h4 {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.6;
}
#video_modal {
    background: rgba(0,0,0,.5);
}
#video_modal .iframe-wrapper {
    border-radius: 8px;
    margin-bottom: 2.25rem;
    margin-top: 3rem;
    overflow: hidden;
}

.modal-body-controls {
    text-align: center;
}
.btn-set-wrapper {
    margin-top: 1.5rem;
    color: #302D2D;
    font-size: 1.125rem;
}
.btn-set-wrapper span {
    cursor: pointer;
    color: rgb(61, 153, 253);
    display: inline-block;
    margin-left: 10px;
}
#form_modal form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#form_modal .modal-body {
    padding-top: 3rem;
}
.hs-form-field {
    width: 100%;
}
/* .hs-form-field.hs_firstname,
.hs-form-field.hs_lastname,
#onboarding-flow .hs-form-field.hs_company_country,
#onboarding-flow .hs-form-field.hs_company_size_1 {
    width: 48%;
} */


#onboarding-flow .hs_industy select {
    color: #ccc;
}

#onboarding-flow .hs_industy select.active {
    color: #000;
}

#onboarding-flow .hs_industy select option {
    color: #000;
}

.notmatching-message {
    position: absolute!important;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    height: 16px;
    z-index: 100000;
}
.demo_modal .modal-body input.match {
    border: 2px solid #3D99FD;
}
.first-step {
    display: none!important;
}
#onboarding-flow .hs_email_confirm, #onboarding-flow .hs_recaptcha, #onboarding-flow .hs_password, #onboarding-flow .hs_confirm_password, #onboarding-flow .hs_submit {
    display: none;
}
#onboarding-flow .hs_email_confirm.secondstep, #onboarding-flow .hs_recaptcha.secondstep, #onboarding-flow .hs_password.secondstep, #onboarding-flow .hs_confirm_password.secondstep, #onboarding-flow .hs_submit.secondstep {
    display: block;
}
/*.hs_password, .hs_confirm_password {
    display: none;
}
.hs_email_confirm, .hs-continue {
    display: none;
}*/
#onboarding-flow form input[type="submit"] {
    display: none;
}
.hs-form-field {
    margin-bottom: 2rem;
    position: relative;
}
.hs-form-field.hs_industy {
    width: 100%;
}
.hs-company_country {
    display: none;
}
.hs_industy select,
.hs-company_country select,
.hs_company_size_1 select {
    width: 100%;
    background: #fff;
    resize: none;
    float: none;
    font-size: 1rem;
    padding: .75rem 1.5rem;
    border: 2px solid #e3e5e8;
    border-radius: 4px;
}
.sf_field.sf_field_company_size {
    width: 36%;
}
.w2lsubmit {
    text-align: center;
    display: block;
    width: 100%;
}
.demo_modal .modal-body .hs-submit input,
.demo_modal .modal-body .hs-submit span {
    display: inline-block;
    width: auto;
    padding: .825rem 5rem;
    margin: 0 auto;
    background: #3d99fd;
    color: #fff;
    border: 1px solid #3d99fd;
    transition: all .3s ease;
    font-size: 1.125em;
    cursor: pointer;
    border-radius: 5px;
}

#onboarding-flow.demo_modal .modal-body .hs-submit span,
#onboarding-flow__mobile.demo_modal .modal-body .hs-submit span {
    background: #3d99fd!important;
    color: #fff!important;
}
#onboarding-flow__mobile.demo_modal .modal-body .hs-submit span {
    height: 52px;
    line-height: 52px;    
}
.mobile_txhns {
	max-width: 280px;
	margin: 0 auto 40px;
	display: block;
}
.mobile_txhns__text {
    font-size: 18px!important;
    font-weight: 500!important;
}
.mb_or {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	max-width: 320px;
    margin: 30px auto;
}
.mb_or .line {
    width: 100%;
    height: 1px;
    background: #999999;
}
.mb_or .line_m {
    margin: 0 8px;
}
#onboarding-flow__mobile.demo_modal .modal-body .hs-submit input {
    display: none;
}
#onboarding-flow.demo_modal .modal-body .hs-submit span:hover,
#onboarding-flow__mobile.demo_modal .modal-body .hs-submit span:hover {
    color: #fff!important;
    background-color: #0069d9!important;
    border-color: #0062cc!important;
}
.demo_modal .modal-body .hs-submit span  {
    background: #fff!important;
    color: #3d99fd!important;
}
.demo_modal .modal-body .hs-submit span:hover {
    background: #3d99fd!important;
    color: #fff!important;
}
#form_modal.demo_modal .modal-body .hs-submit input {
    display: none;
}
#notexist .hbspt-form {
     max-width: 600px;
    margin: 50px auto;

}
#demo_modal form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.demo_modal .modal-body .w2lsubmit input:hover {
    background: #fff;
    color: #3d99fd;
}
.sf_required_fields_msg {
    display: none!important;
}

.main-cover-buttons .btn.btn-mk{
    font-size: 1.125rem;
}
.main-cover-buttons .btn.btn-mk.btn-transparent {
    padding: .88rem 3.5rem;
    margin-bottom: 0.5rem;
}
.main-cover-buttons .btn.btn-mk.btn-transparent_blue {
    padding: 0.88rem 1.5rem;
}

#form_modal_calendly img {
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0;
    width: 110px;
    margin-bottom: 20px;
}

#form_modal_calendly p {
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 25px;
}

#form_modal_calendly .modal-dialog {
    width: 45em;
}

#form_modal_calendly h4 {
    color: #444;
    font-size: 2.25rem;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: 500;
}

#form_modal_calendly h5 {
    font-size: 1.5rem;
    color: #302D2D;
    margin-bottom: 0px;
}

#form_modal_calendly h5 + p {
    font-size: 1rem;
    color: #302D2D;
}
.calendly_wrapper {
    z-index: 10;
    position: relative;
}
.video-container {
    padding: 0 10rem;
    margin-bottom: 3rem;
}
.page-id-1091 .top-banner__wrapper {
    padding: 0;
}
.page-id-1091 .standart__content {
    padding: 1em 0 4em;
}
.page-id-1091 .video-container {
    padding: 0 20rem;
    margin-bottom: 3rem;
}
.page-id-1091 .video-container video {
    border-radius: 8px;
}
.features_testimonials {
    padding: 7.5rem 0 6.25rem;
}
.features_testimonials .h3 {
    margin-bottom: 4rem;
    font-size: 2.25rem;
    color: #444;
    text-align: center;
}
.features_testimonials_slider {
    margin-left: -20px;
    margin-right: -20px;
}
.features_testimonials_slider_item {
    background: #FFFFFF;
    border: 1px solid #EFF1F4;
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 2rem;
    overflow: hidden;
}
.features_testimonials_slider_item_wrapper {
    padding: 0 10px;
}
.features_testimonials_slider_item_body {
    padding: 1.5rem;
}
.features_testimonials_slider_item_body p {
    font-size: 1.125rem;
    color: #666666;
    margin-bottom: 0;
    line-height: 140%;
    min-height: 130px;
}
.features_testimonials_slider_item_body svg {
    margin-bottom: 1rem;
    width: 2.5rem;
}
.features_testimonials_slider_item_footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #EFF1F4;
}

.features_testimonials_slider_item_footer img {
    width: 3.5rem;
    border-radius: 50%!important;
    margin-right: 1rem;
}

.features_testimonials_slider_item_footer_owner .h6 {
    font-size: 1.125rem;
    color: #000000;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin-bottom: 0;
}

.features_testimonials_slider_item_footer_owner p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.272727px;
    color: #999999;
}

.features_testimonials .slick-arrow,
.features_logoshowcase .slick-arrow {
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: -3rem;
    right: 10px;
    font-size: 0px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999999;
    cursor: pointer;
    background: url('/wp-content/themes/fieldcomplete/assets/images/svg/arrow-slider.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.features_testimonials .slick-arrow:focus,
.features_testimonials .slick-arrow:active,
.features_logoshowcase .slick-arrow:focus,
.features_logoshowcase .slick-arrow:active {
    outline: none;
}
.features_testimonials .slick-arrow.slick-prev,
.features_logoshowcase .slick-arrow.slick-prev {
    right: 5rem;
}

.features_testimonials .slick-arrow.slick-next,
.features_logoshowcase .slick-arrow.slick-next {
    transform: rotate(180deg);
}
.features_advantages {
    padding: 6.25rem 0 3.75rem;
}
.features_advantages .h3 {
    margin-bottom: 4rem;
    font-size: 2.25rem;
    color: #444;
    text-align: center;
}
.advantages_circle {
    position: absolute;
    top: 2rem;
    right: 0;
    z-index: -1;
    width: 16rem;
}
.features_advantages .col-md-7 {
    position: static;
}
.features_advantages_image {
    position: relative;
}
.features_advantages_description_item_description {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding-top: 0rem;

}
.active.features_advantages_description_item .features_advantages_description_item_description {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    padding-top: 2rem;
}
.features_advantages_description_item {
    margin-bottom: 2.5rem;
}
.features_advantages_description_item_header {
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.active.features_advantages_description_item .features_advantages_description_item_header::before {
    width: 100%;
}
.features_advantages_description_item_header img {
    margin-right: 2rem;
    position: relative;
    z-index: 1;
}
.features_advantages_description_item_header .h6 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.features_advantages_description_item_header::before {
    position: absolute;
    content: '';
    left: -0.85rem;
    width: 3rem;
    height: 3rem;
    background: #f5faff;
    border-radius: 50px;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.features-booking_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #F4F6F8;
    border-radius: 8px;
    padding: 3.125rem 3rem;
}
.features-booking_img {
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.features-booking_content p {
    font-size: 1.5rem;
    margin-bottom: 0;
}
.features-booking_content .h6 {
    font-size: 2.25rem;
    color: #444;
    margin-bottom: 0;
}
.features-booking_img img {
    margin-right: 1.5rem;
    width: 7.5rem;
}
.features-booking {
    position: relative;
    padding: 3.75rem 0;
}
.booking-circle {
    position: absolute;
    top: -3rem;
    left: 0;
    z-index: 0;
}
.features_logoshowcase {
    padding-bottom: 4.35rem;
}
.features_logoshowcase .h3 {
    margin-bottom: 4rem;
    font-size: 2.25rem;
    color: #444;
    text-align: center;
}
.features_logoshowcase_slider {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.features_logoshowcase_slider_item {
    width: 100%;
}
.features_logoshowcase_slider_item img {
    display: block;
    margin: 0 auto;
}
.features_menu {
    padding: 3.75rem 0;
}
.features_menu .h3 {
    margin-bottom: 4rem;
    font-size: 2.25rem;
    color: #444;
    text-align: center;
}
.features_menu .sub-menu-wrap {
    position: static;
    pointer-events: all;
}

.features_menu .main-nav .features__menu .sub-menu li.menu__title a {
    font-size: 1.5rem;
    font-weight: 500;
}
.features_menu .main-nav .features__menu .sub-menu li.menu__title {
    margin-top: 5rem;
}
.features_menu .main-nav .features__menu .sub-menu li.menu__title:first-of-type {
    margin-top: 0;
}
.features_servicedispatching {
    padding: 3.75rem 0;
}
.features_servicedispatching .h3 {
    margin-bottom: 4rem;
    font-size: 2.25rem;
    color: #444;
    text-align: center;
}
.features_servicedispatching_description {
    width: 100%;
	column-count: 2;
    column-gap: 50px;
    margin-right: 0;
    max-height: 270px;
    transition: all 0.3s ease;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
.features_servicedispatching_description {
column-count: 1;
}
}
.features_servicedispatching_description.active {
    max-height: 3000px;
}
.features_servicedispatching_description p {
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.text-right {
    text-align: right!important;
}
.features_servicedispatching_btn {
    color: #3D99FD;
    font-size: 1.125rem;
    cursor: pointer;
    display: inline-block;
}
.features_form {
    padding: 3.75rem 0;
}
.features_form form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.features_form_demo {
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.15);
    border-radius: 8px;
}
.features_form_demo .h3 {
    text-align: center!important;
}
#onboarding-flow .features_form_demo .h3, #onboarding-flow-pipedrive .features_form_demo .h3 {
    font-size: 24px!important;
    margin-bottom: 2rem;
}
.iti .iti__flag-container {
    left: 12px;
}
.iti input {
    padding-left: 4rem!important;
}

.features_form_title {
    color: #FFFFFF;
    font-size: 2.25rem;
}
.features_form_demo .sf_field .error_message {
    font-size: 0.65rem;
}
.hs-error-msgs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.demo_modal .modal-body .hs-error-msgs label {
    color: red;
    font-size: .65rem;
    padding: 0;
    top: 0;
}
.hs_error_rollup {
    display: none!important;
}
.footer-logo img {
    margin-bottom: 1.5rem;
}
.footer-logo {
    width: 30%;
}
.footer-logo ul {
    padding: 0;
    margin: 0;
    margin-bottom: 1.5rem;
    list-style: none;
}

.industrial_page {
    position: relative;
}

.industrial_page h1 {
    text-align: center;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

.industrial_page .h4 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
}

.industrial_page_header {
    padding: 8.75rem 0 5.375rem 0;
}

.industrial_page_svg__left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.industrial_page_svg__right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.industrial_page_body h3 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.industrial_page_item {
    position: relative;
    height: 100%;
    padding: 1.5rem 1rem 4rem 1rem;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
}

.industrial_page_item_image {
    margin-bottom: 2.5rem;
}

.industrial_page_item_image img {
    width: 3.5rem;
    height: 3.5rem;
}

.industrial_page_item_title {
    color: #444;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.industrial_page_item_text {
    font-size: 0.875rem;
    color: #999;

}

.load_more-btn_wrapper {
    display: none;
}

.load_more-btn_wrapper.active {
    display: block;
}

.industrial_page_item a {
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    font-size: 0.875rem;
    color: #3D99FD;
    text-decoration: underline!important;
}

@media screen and (min-width: 1023px) {
   .styled .industrial_page_item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.5rem;
    }

    .styled .industrial_page_item_text {
        margin-bottom: 1rem;
    }

    .styled .industrial_page_item_image {
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .styled .industrial_page_item_image img {
        width: 5rem;
        max-width: initial;
    }

    .styled .industrial_page_item a {
        position: static;
    } 
}



.industrial_page_item a svg {
    position: relative;
    top: 2px;
    left: 5px;
}

.iti {
    width: 100%;
}

.demo_modal .modal-body .iti input {
    padding-left: 3rem;
}

.iti__country-list {
    z-index: 100000;
}
.hs_industy select, 
.hs-company_country select {
    font-size: 1rem;
    color: #000;
    -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
}

.hs_industy select option, 
.hs-company_country select option {
    color: #000;
}

.modal select {
  color: #ccc;
}
.modal select option {
    color: #000;
}
.modal select.active {
    color: #000;
}

.share-list_btn-block {
    padding: 1.5rem;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
}

.share-list_btn-block__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.share-list_btn-block__wrapper span {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 0.875rem;
    padding-left: 1rem;
}

.share-list_btn-block img {
    width: 25%;
    display: block;
}

.share-list_btn-block .btn {
    margin-bottom: 0px;
}

.iti-mobile .iti--container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 10000000000;
}

.hs_phone.hs-phone .hs-error-msg {
    font-size: 0px!important;
}

.hs_phone.hs-phone .hs-error-msg::after {
    color: red;
    font-size: .65rem;
    display: inline-block;
    content: 'Please complete this required field';
    position: relative;  
} 

.product_tour {
    overflow: hidden;
    padding-top: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.product_tour .product_tour_slider * {
    overflow: visible!important;
}

.product_tour .product_tour_slider .product_tour_slide.slick-slide .product_tour_description {
    transition: all 0.3s ease;
    transform: scale(0.7);
}

.product_tour .product_tour_slider .product_tour_slide.slick-slide.slick-center .product_tour_description {
    transform: scale(1.2);
}

.product_tour h1 {
    margin-bottom: 4.5rem;
}

.product_tour_slide_wrapper {
    max-width: 32rem;
    margin: 0 auto;
}
.product_controls_slider_wrapper {
    max-width: 38rem;
    margin: 0 auto;
}
.product_tour_description video {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.product_tour .slick-dots {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-top: 3rem;
    padding-left: 0;
}

.product_tour .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E3E5E8;
    margin: 0 3px;
    transition: all 0.3s ease;
}

.product_tour .slick-dots li button {
    display: none;
}

.product_tour .slick-dots li.slick-active {
    background: #3D99FD;
}

.product_controls_slider {
    position: relative;
    height: 40px;
    margin-bottom: 6rem;
}

.product_controls_slider .slick-arrow {
    position: absolute;
    width: 116px;
    height: 40px;
    top: 0;
    right: 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.125rem;
    z-index: 100;
    transition: all 0.3s ease;
    color: #000;
}

.product_controls_slider .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.product_controls_slider .slick-arrow:focus,
.product_controls_slider .slick-arrow:active {
    outline: none;
}

.product_controls_slider .slick-arrow::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 10px;
    top: 15px;
    right: 27px;
    filter: brightness(0);
    background: url('/wp-content/themes/fieldcomplete/assets/images/svg/arrow-slider.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video_title {
    font-size: 1.125rem;
    color: #444444;
    line-height: 40px;
}

.video_title span {
    font-weight: bold;
}

.top-ring {
    position: absolute;
    top: -150px;
    right: 0;
    max-width: 40%;
    z-index: -1;
}

.prod_tour_img {
    max-width: 162px!important;
}

.bot-ring {
    position: absolute;
    bottom: -150px;
    left: 0;
    max-width: 30%;
    z-index: -1;
}

footer#footer {
    position: relative;
}

.product_controls_slider .slick-arrow.slick-prev {
    right: 116px;
    background: transparent;
}

.product_controls_slider .slick-arrow.slick-prev::after {
    right: auto;
    left: 0px;
}

.product_controls_slider .slick-arrow.slick-next {
    background: #FDC54E;
    padding-right: 30px;
}



.product_controls_slider .slick-arrow.slick-next::after {
    transform: rotate(180deg);
}

.changed_text .blue {
    color: #3D99FD;
}

.modal-dialog {
    top: 40px;
}

.success_cards_wrapper {
    padding: 3rem 2.5rem;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.success_cards_wrapper_image {
    width: 40%;
    margin-right: 2rem;
}

.success_cards_wrapper_content {
    width: 62%;
}

.success_cards_wrapper_content h4 {
    font-size: 1.5rem!important;
}

.success_cards_wrapper_content p {
    font-size: 0.875rem!important;
}

.promotrion__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
	padding: 55px 0 80px;
}
.promotrion__form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.promotrion__form {
	position: relative;
	height: 100%;
	background: #0B63EB;
	color: #fff;
}
.promotrion__form h1 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 28px;
	color: #fff;
}
.promotrion__form ol {
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.promotrion__form a {
	color: #fff;
}
.promotrion__form ol li {
	margin-bottom: 12px;
}
.promotrion__form ol b {
	display: block;
}
.promotrion {
	overflow: hidden;
}
.promotrion__form {
    background: url(/wp-content/themes/fieldcomplete/assets/images/promo-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 140px;
    position: relative;
}
.promotrion__form::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 300%;
    height: 100%;
    background: #0B63EB;
    z-index: -1;
}
.promotrion__form__wrapper {
	margin-bottom: 25px;
}
.promotrion__text {
	text-align: center;
}
.promotrion__timer__header {
	color: #D8B563;
	margin-bottom: 13px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
    text-align: center;
}
.promotrion__timer__counter {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.countdown__item {
	position: relative;
	width: 52px;
	height: 52px;
	background: #D8B563;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 52px;
	margin-right: 12px;
	margin-bottom: 63px;
	display: block;
}
.countdown__item:last-of-type {
	margin-right: 0px;
}
.countdown__item span {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	font-size: 11px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
	color: #666;
	font-weight: 300;
}
.promotrion__image img {
	width: 80%;
    margin: 0 auto;
    display: block;
}
.promotrion__image {
	margin-bottom: 45px;
}
.promotrion__form__wrapper input {
	background: transparent;
    border: 1px solid #fff;
    width: 244px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    margin-right: 25px;
}
.promotrion__form__wrapper input::placeholder {
	color: #fff;
}
.promotrion__form__wrapper button {
	height: 42px;
	    line-height: 42px;
    padding-top: 0px!important;
}
.kit-popup {
	display: none;
}
.kit-popup .promotrion__form::after {
	display: none;
}
.kit-popup .promotrion__form {
    background: url('/wp-content/themes/fieldcomplete/assets/images/promo-popup.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 100px 90px 20px 130px;
    position: relative;
    z-index: 10;
}
.kit-popup .promotrion__form__wrapper {
	display: flex;
}
.kit-popup  .promotrion__image {
	margin-bottom: -100px;
	position: relative;
	z-index: 12;
}
.kit-popup  .countdown__item {
	margin-bottom: 30px;
}
.kit-popup  .promotrion__form h1 {
	font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
	text-align: center;
}
.kit-popup__content {
	position: relative;
	padding-top: 30px;
}
.kit-popup__close {
	position: absolute;
	top: -10px;
	right: -30px;
	z-index: 2;
	cursor: pointer;
}
.kit-popup .promotrion__image img {
	max-width: 400px;
	position: relative;
    left: -40px;
}
.kit-popup .promotrion__form a {
    display: block;
    text-align: center;
    width: 100%;
}
.kit-popup__content {
	background: #fff;
}
.success_cards {
    padding: 3rem 0;
}

.thanksbg {
    width: 50%!important;
}

.product_tour_description video:active,
.product_tour_description:active,
.product_tour_description video:focus,
.product_tour_description:focus {
    outline: none;
}

.slick-login {
    z-index: 10000!important;
    display: none;
    padding: 0!important;
    text-align: center;
}

.slick-login::after {
    display: none!important;
}

.product_controls:nth-of-type(4).slick-active .slick-login {
    display: block;
}

.industries_slogan .slogan .h1 {
    font-size: 2.5rem;
}

.industries_slogan .slogan .slogan__text {
    font-size: 1.125rem;
}

.industrial_page_subtitle__mobile {
    display: none;
}

.page-404.page-404_th2 .sc1 h1 {
	font-size: 40px;
	margin-bottom: 32px;
}

.sc2__region .blog_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sc2__region .blog_wrapper .latest-blog__teaser {
    width: 33%;
}

.top-banner_blog .top-banner__wrapper {
    padding: 2em 0 5em;
}

.post-header .archieve_blog_header h1 {
    color: #444;
    margin-bottom: 5rem;
    padding-top: 1rem;
}

.f-loader {
    height: 60vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-loader svg {
    animation: 2s cubic-bezier(0.25, 0.24, 1, 1) 1s infinite reverse both running rotate;
}

.f-loader_image {
    margin-bottom: 40px;
}

.f-loader_title {
    font-weight: 500;
    line-height: 1;
    font-size: 24px;
    margin-bottom: 16px;
}

@keyframes rotate { 
    from { transform: rotate(0deg); } 
    to { transform: rotate(-360deg); }  
}

.newabout-banner {
    position: relative;
}

.left-circle {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 35%;
}

.newabout-banner h1 {
    padding-top: 100px;
    font-size: 3.125rem;
    margin-bottom: 5.625rem;
    color: #1E1E1E;
}

.newabout-banner_image img {
    width: 100%;
}

.newabout-banner_image {
    margin-bottom: 7.5rem; 
}

.newabout-mission h3 {
    font-size: 2.25rem;
    margin-bottom: 5rem;
    color: #1E1E1E;
    font-weight: 700;
}

.newabout-mission_item {
    margin-bottom: 2.5rem;
}

.newabout-mission_item_image {
    width: 30%;
}

.newabout-mission_item_image img {
    width: 100%;
}

.newabout-mission_item_description {
    width: 55%;
}

.newabout-mission_item_description h5 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #444;
}

.newabout-mission_item_description h5 b {
    font-weight: 700;
}

.newabout-mission_item_text {
    font-size: 1.5rem;
}

.newabout-mission_item_text a {
    color: #3D99FD;
}

.newabout-mission {
    margin-bottom: 7.5rem;
}

.newabout-slogan {
    padding: 15rem 0 6.25rem;
    background: url('/wp-content/themes/fieldcomplete/assets/images/slogan.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newabout-slogan .newabout-slogan_text {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 6.25rem;
    text-align: center;
    position: relative;
}

.newabout-slogan .newabout-slogan_text .slogan_quotes {
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 4rem);
    left: 0;
}

.newabout-slogan .newabout-slogan_author {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}

.newabout_founders {
    padding: 7.5rem 0 0;
}

.newabout_founders h3 {
    font-size: 2.25rem;
    margin-bottom: 12.5rem;
    color: #444;
    font-weight: 700;
}

.newabout_founders_item {
    background: #F4F6F8;
    border-radius: 10px;
    position: relative;
    padding: 2rem 3.125rem;
    color: #444444;
    height: 100%;
}

.newabout_founders .col-md-6 {
    margin-bottom: 8.5rem;
}

.newabout_founders_item_position {
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.newabout_founders_item_description {
    color: #4F4F4F;
    width: 60%;
}

.newabout_founders_item ul {
    padding-left: 1rem;
}

.demo_modal .modal-body .hs_thesms label {
	pointer-events: all;
}

.demo_modal .modal-body .hs_thesms label > span {
	padding-left: 10px;
    position: relative;
    top: -2px;
}

.demo_modal .modal-body .hs_thesms ul {
	list-style: none;
}

.newabout_founders_item_name a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newabout_founders_item_name a span {
    transition: all 0.3s ease;
}

.newabout_founders_item_name a svg {
    margin-right: 10px;
}

.newabout_founders_item_name a:hover span {
    color: #3D99FD;
}

.newabout_founders_item_name {
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: underline;
}

.newabout_founders_item_image {
    position: absolute;
    right: 2rem;
    top: -40%;
    z-index: 2;
    padding: 0.5rem;
    background: #fff;
    border-radius: 50%;
}

.newabout_founders_item_image_wrapper {
    position: relative;
    padding: 1rem;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #C6C9D1;
}

.newabout_founders_item_image_wrapper::after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 15%;
    right: -2rem;
    width: 50%;
    height: 20%;
    background: #fff;
}

.newabout_founders_item_image_wrapper img {
    position: relative;
    z-index: 2;
}

.newabout-logoshowcase h3 {
    font-size: 2.25rem;
    margin-bottom: 5rem;
    color: #444;
    font-weight: 700;
    text-align: center;
}

.newabout-logoshowcase {
    margin-bottom: 3.75rem;
}

.newabout-investors {
    padding: 3.75rem 0;
}

.newabout-investors h3 {
    font-size: 2.25rem;
    margin-bottom: 5rem;
    color: #444;
    font-weight: 700;
    text-align: center;
}

.newabout-investors .col-md-3 {
    margin-bottom: 2rem;
}

.newabout-investors_item {
    background: #fff;
    box-shadow: 0px 3px 15px rgb(9 14 24 / 10%);
    border-radius: 8px;
    height: 100%; 
    padding: 1.125rem 0;
}

.newabout-investors_item_img {
    margin-bottom: 1.5rem;
}

.newabout-investors_item_img img {
    max-height: 1.75rem;
    display: block;
    margin: 0 auto;
}

.newabout-investors_item_name {
    text-align: center;
    font-weight: 500;
    color: #4F4F4F;
    font-size: 1.125rem;
}

.newabout-investors_item_position {
    color: #828282;
    font-size: 1.125rem;
    text-align: center;
}

.newabout-journey {
    background: #3D99FD;
    padding: 4.375rem 0;
}

.newabout-journey h3 {
    font-size: 3.125rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #fff;
    text-align: center;
}

.newabout-journey p {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3.75rem;
}

.desctop__header {
    position: relative;
}

.features__menu_sup.menu-item-has-children {
    position: static;
}

.features__menu_sup > .sub-menu-wrap {
    right: 0;
    left: auto;
}

.main-nav .features__menu.features__menu_sup .sub-menu li.menu__title {
    width: 100%;
}

.main-nav .features__menu.features__menu_sup .sub-menu li {
    width: 33.3%;
    padding: 0rem 0.5rem;
    display: block;
    text-align: left;
}

.main-nav .features__menu.features__menu_sup .sub-menu li a {
    padding-left: 0px;
}

.features__menu__part .sub-menu-wrap {
    position: static;
}

.features__menu__part .sub-menu-wrap::before {
    display: none;
}

.features__menu .features__menu__part .sub-menu-wrap .animation-wrapper {
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    transform: none;
    padding: 1em 0em 0 0em;
}

.main-nav .features__menu.features__menu_sup .features__menu__part .sub-menu {
    display: block;
}

.main-nav .features__menu.features__menu_sup .features__menu__part .sub-menu li a {
    padding-left: 0px;
    font-size: 0.875rem;
    font-weight: 400;
}

.main-nav .features__menu.features__menu_sup .features__menu__part .sub-menu li {
    margin-bottom: 5px;
    width: 100%;
}

.features__menu__part .sub-menu-wrap .animation-wrapper::after {
    display: none;
}

.features__menu__part .sub-menu {
    max-height: 50vh;
    overflow-y: auto;
}

.features__menu.features__menu_sup .sub-menu-wrap .animation-wrapper {
    padding: 1em 0em 0 0em;
}

.features__menu.features__menu_sup > .sub-menu-wrap > .animation-wrapper {
    padding: 2em 2em 0 2em;
}

.features__menu__part .sub-menu::-webkit-scrollbar{width:4px; height: 4px;}
.features__menu__part .sub-menu::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);-webkit-border-radius:10px;border-radius:10px;width:4px}
.features__menu__part .sub-menu::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:#3D99FD;}
.features__menu__part .sub-menu::-webkit-scrollbar-thumb:window-inactive{background:#3D99FD;}

.main-nav .features__menu.features__menu_sup .sub-menu li.features__menu__part > a {
    padding-left: 35px;
    position: relative;
    font-size: 1rem;
}

.features__menu.features__menu_sup .sub-menu-wrap .animation-wrapper::after {
    display: none;
}

.main-nav .features__menu.features__menu_sup .sub-menu li.features__menu__part.features__menu__part_gs > a::before {
    position: absolute;
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    left: 0.25rem;
    top: -0.25em;
    background: url(assets/images/users.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.main-nav .features__menu.features__menu_sup .sub-menu li.features__menu__part.features__menu__part_b > a::before {
    position: absolute;
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    left: 0.25rem;
    top: -0.25em;
    background: url(assets/images/list.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.main-nav .features__menu.features__menu_sup .sub-menu li.features__menu__part.features__menu__part_sac > a::before {
    position: absolute;
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    left: 0.25rem;
    top: -0.25em;
    background: url(assets/images/settings.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.plans-section__form__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    margin: auto;
    z-index: 10000;
    background: rgba(0,0,0,.7);
}

.plans-section__form {
    position: relative;
    max-width: 670px;
    margin: 5vh auto 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.hs-form__pagination-content-container__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hs-form__pagination-content-container__wrap .hs-form__row {
    width: 48%;
}

.demo_modal .plans-section__form .modal-body label {
    position: static;
}

.plans-section__form__close {
    position: absolute;
    top: -30px;
    right: -30px;
    transition: all 0.3s ease;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.plans-section__form__close:hover {
    opacity: 0.7;
}

.plans-section__form label {
    display: block;
    margin-bottom: 0px;
}

.plans-section__form .hs-form__field-row__column {
    margin-bottom: 15px;
}

.hs_hidden_field_1,
.hs_hidden_field_2,
.hs_hidden_field_3,
.hs_hidden_field_4 {
	display: none;
}

.btn {
    border-radius: 1rem;
}

.btn-secondary {
    display: block;
    border: 1px solid #3D99FD;
    color: #3D99FD;
    background: white;
}

.btn-secondary:hover {
    color: white;
    background: #3D99FD;
    border: 1px solid #3D99FD;
}

input:not([type=submit]) {
    border-radius: 1rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.otp-input {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px;
    margin: 0 10px;
    font-size: 2em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 0 !important;
}
.otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

#watch-now {
    margin-top: 35px;
}

#onboarding-flow-pipedrive {
    position: relative;
    overflow: hidden;
}

#big-svg-onboarding {
    position: absolute;
    left: -700px;
    bottom: -800px
}

#small-svg-onboarding {
    position: absolute;
    right: -300px;
    top: -200px
}

#onboarding-flow-pipedrive .features_form_demo {
    box-shadow: none;
}

.pipedrive-form {
    position: relative;
}

.pipedrive-form.loading:after {
    content: "Loading...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #3D99FD;
}

.pipedrive-form.loading .form-group {
    opacity: 0.3;
    pointer-events: none;
}

.pipedrive-form .form-first-step,
.pipedrive-form .form-second-step,
.pipedrive-form .otp-is-needed,
.pipedrive-form .otp-is-unable,
.pipedrive-form .otp-is-verified,
.pipedrive-form .otp-step {
    display: none;
}

.pipedrive-form .form-first-step.active,
.pipedrive-form .form-second-step.active,
.pipedrive-form .otp-is-needed.active,
.pipedrive-form .otp-is-unable.active,
.pipedrive-form .otp-is-verified.active,
.pipedrive-form .otp-step.active {
    display: block;
    width: 100%;
}

.pipedrive-form .image {
    text-align: center;
    margin: 15px 0 30px;
}

.pipedrive-form .link {
    color: #3D99FD;
    font-weight: 500;
    padding: 15px 0;
}

.pipedrive-form .link span {
    cursor: pointer;
}

.pipedrive-form label {
    position: static !important;
}

.pipedrive-form .form-group {
    position: relative;
    width: 100%;
}

.pipedrive-form .btn {
    width: 100% !important;
}

.pipedrive-form .disabled-input {
    background: #F4F6F8;
    pointer-events: none;
}

.pipedrive-form .agree {
    position: static !important;
    margin: 12px 0!important;
    pointer-events: auto!important;
    color: #666!important;
    font-size: 15px!important;
    font-weight: 400!important;
    padding-left: 0!important;
}

.pipedrive-form label.agree {
    cursor: pointer!important;
}

.pipedrive-form .agree input {
    margin-right: 5px;
}

.pipedrive-form .form-error {
    display: none;
    color: red;
    font-size: .65rem;
    padding: 0;
    top: 100%;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 10;
}

.pipedrive-form .form-error.active {
    display: block;
}

.pipedrive-form .btn.btn-primary {
    display: block;
    width: 16.25rem;
    margin: 0 auto;
    padding: 0.725rem 0;
}

@media screen and (max-width: 1400px) {
    .success_cards_wrapper {
        padding: 32px 20px;
        height: 100%;
    }
    .page-404.page-404_th2 .btn {
        font-size: 1em;
    }
    .product_tour h1 {
        margin-top: 1rem;
        font-size: 1.85rem;
    }
    .product_tour_slide_wrapper {
        max-width: 32rem;
        margin: 0 auto;
    }
    .product_tour h1 {
        margin-top: 0rem;
    }
    .product_controls_slider_wrapper {
        max-width: 38rem;
        margin: 0 auto;
    }
}



@media screen and (max-width: 1400px) {
    .success_cards_wrapper {
        padding: 32px 20px;
        height: 100%;
    }
    .page-404.page-404_th2 .btn {
        font-size: 1em;
    }
    .product_tour h1 {
        margin-top: 1rem;
        font-size: 1.85rem;
    }
    .product_tour_slide_wrapper {
        max-width: 32rem;
        margin: 0 auto;
    }
    .product_tour h1 {
        margin-top: 0rem;
    }
    .product_controls_slider_wrapper {
        max-width: 38rem;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1200px) and (min-width: 1000px) {
    .main-nav ul li {
        margin-right: 1.5rem;
    }
    .main-nav a, .reg-control a {
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #footer .footer-logo {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
.kit-popup .promotrion__form__wrapper {
	display: block;
}
.kit-popup .promotrion__form__wrapper button {
	width: 100%;
	margin-top: 10px;

}
.page-404.page-404_th2 .sc1 h1 {
	font-size: 28px;
    line-height: 1.2;
	text-align: center;
}
.page-404.page-404_th2 .sc1 h1 svg {
	display: none;
}
.promotrion__form__wrapper input {
	margin-right: 0px;
	width: 100%;
}
.kit-popup__content {
	margin: 15px;
}
.kit-popup__close {
position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}
.kit-popup .promotrion__image img {
left: 0px;
}
.kit-popup .promotrion__form {
    padding: 110px 20px 20px 20px;
}
    .christmasspopup__wrapper {
        padding: 30px 10px;
    }
    .header__christmass {
        bottom: -55px;
    }
    .price-testimonials {
        padding: 5rem 0;
    }
    .top-banner__pricing .breadcrumb {
        display: none!important;
    }
    .price-industries .pt-5 {
        padding-top: 10px!important;
    }
    .pricing-sure {
        padding: 1.25rem 0 5.75rem;
    }
    .pricing-block__teaser ul {
        font-size: 1rem;
    }
    .top-banner_slider .slick-slide > div img {
        max-width: 70%;
        max-height: 3rem;
        height: auto;
        width: auto;
        display: block;
        margin: 0 auto;  
        object-fit: contain;     
    }
    .top-banner_slider .slick-slide {
        padding: 10px;
    }
    .top-banner_slider h2 {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    .pricing-block {
        padding-top: 2rem;
    }
    .top-banner_slider .slick-slide > div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        box-shadow: 0px 3px 15px rgb(9 14 24 / 10%);
        border-radius: 8px;
        height: 4.25rem;
        margin-bottom: 1rem;
    }
    .top-banner__wrapper.top-banner__wrapper_pricing {
        padding: 3em 0 5em;
    }
    .top-banner__wrapper.top-banner__wrapper_pricing h1 {
        font-size: 1.5rem;
    }
    .top-banner__wrapper.top-banner__wrapper_pricing h3 {
        font-size: 1.125rem;
    }
    .top-banner__wrapper_pricing a {
        width: 280px;
        text-align: center;
        display: inline-block;
        font-size: 1.125rem;
    }
    .price-industries p {
        font-size: 1rem;
        padding: 0 2rem;
        margin-bottom: 2rem;
    }
    .price-industries_item {
        margin-bottom: 1rem;
    }
    .pricing-sure p {
        font-size: 1rem;
    }
    .pricing-sure_btns a {
        margin-right: 2rem;
    }
    .price_faq .features_form_title {
        padding: 2rem 2rem 0 2rem!important;
    }
    .price_faq .features_logoshowcase {
        padding-bottom: 6rem;
    }
    .price_faq .faq {
        padding-top: 5rem;
    }
    .price_faq .faq h2 {
        text-align: left;
    }
    .price-testimonials_item {
        width: 100%;
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .price-testimonials h3 {
        margin-bottom: 2rem;
    }
    .price-testimonials_description_name {
        font-size: 1rem;
    }
    .price-testimonials_description_position {
        font-size: 0.75rem;
    }
    .price-testimonials_description_text {
        font-size: 0.625rem;
    }
    .price-testimonials_item img {
        width: 7.5rem;
    }
    .blog__tips {
        display: block;
    }
    .blog__tips__header {
        margin-bottom: 1rem;
    }
    .top-banner_blog .top-banner__wrapper {
        padding: 2em 0 2em;
    }
    .slogan__blog.slogan .h1 {
        font-size: 18px;
        text-align: center;
        margin: 0 4rem 20px 4rem;
    }
    .slogan__blog.slogan .subscribe-block input[type=email] {
        width: 100%;
    }
    .sc2 .latest-blog__teaser__description h4 {
        font-size: 1rem;
    }
    .sc2 .blog h3 {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }
    .hs_industy select,
    .hs-company_country select,
    .hs_company_size_1 select {
        padding: .75rem .5rem;
    }
    .industrial_page_header {
        padding-top: 2.5rem;
    }
    .industrial_page_subtitle__mobile {
        display: block;
        text-align: center;
        font-size: 0.875rem;
        margin-bottom: 1.825rem;
    }
    .industrial_page h1 {
        font-size: 1.875rem;
    }
    .industrial_page .h4 {
        font-size: 1.125rem;
    }
    .industrial_page_svg__left {
        width: 4.25rem;
    }
    .industrial_page_svg__right {
        width: 10rem;
    }
    .industrial_page_body h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .industrial_page_item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.5rem 1rem;
    }
    .features_form {
        padding-top: 2rem;
        background: #60ACFF;
    }
    .features_form_title {
        padding-top: 2rem;
        margin-bottom: 1.5rem;
    }
    .demo_modal .modal-body .h3 {
        margin-bottom: 2.5rem;
    }
    .industrial_page_item a {
        width: 30px;
        height: 30px;
        font-size: 0px;
        bottom: auto;
        top: 1.5rem;
        left: auto;
        right: 1.5rem;
    }
    .industrial_page_item a svg {
        position: relative;
        top: 10px;
        left: 8px;
    }
    .industrial_page_item_text {
        width: 100%;
        padding-top: 1.125rem;
    }
    .industrial_page_item_image {
        margin-bottom: 0;
    }
    .industrial_page_item_title {
        margin-bottom: 0;
        font-size: 1.125rem;
    }
    .industrial_page_item_image img {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
    }
    .footer-logo {
        width: 100%;
    }
    footer#footer {
        padding: 3rem 25px;
    }
    .footer-nav-bar li {
        margin-bottom: .25em;
    }
    .demo_modal .modal_header img {
        width: 100%;    
    }
    .demo_modal .modal_header_description {
        top: 30%;
        width: 45%;
        left: 55%;
        font-size: 1rem;
    }
    .demo_modal .modal-body label {
        width: 100%;
        color: #444;
        font-size: 0.75rem;
        margin-bottom: 0;
        position: absolute;
    }
    .demo_modal .modal_header .close {
        right: 1rem;
        z-index: 1000;
        cursor: pointer;
        width: 30px;
        height: 30px;
        text-align: right;
    }
    #form_modal.demo_modal .modal-body .w2lsubmit input {
        width: auto;
        padding: .75rem 1.5rem;
    }
    .btn-set-wrapper {
        font-size: 0.8rem;
    }
    .demo_modal .modal-body input, .demo_modal .modal-body textarea {
        padding: .75rem 0.5rem;
    }
    #form_modal .modal-body {
        padding: 1rem 1rem;
    }
    .elementor-element-cac9289 {
        margin-bottom: 0;   
    }
    .hs-form-field.hs_firstname, .hs-form-field.hs_lastname {
        width: 100%;
    }
    .demo_modal .modal-body .hs-submit span {
        padding: 0;
        width: 100%;
        height: 38px;
        line-height: 38px;
    }
    .features__page.features__page_industrie .features__item__description {
        font-size: 1em;
    }

    .features__page.features__page_industrie .features__item img {
        margin-bottom: 2em;
        width: 100%!important;
        margin-left: 0;
    }

    .features__page.features__page_industrie .features__lynk {
        text-align: center;
    }

    .features__page.features__page_industrie .features__item h2 {
        margin-bottom: 1em;
    }

    .top-banner_ind h1 {
        font-size: 1.875rem;
    }
    .top-banner_ind .small-svg {
        width: 10em;
        height: 10em;
    }
    .top-banner_ind .big-svg {
        width: 10em;
        height: 20em;
    }
    .mobile-only {
        display: block;
    }
    .desctop-only {
        display: none;
    }
    #covidmodal {
        padding-top: 20em;
    }
    #covidmodal .mc-field-group {
        width: 100%;
    }
    .price__meta__free {
        width: 40%;
    }
   .mobile_logo {
        display: block;
    } 
    .reqest-access form {
        max-width: 100%;
    }

    .slogan__text {
        width: 100%;
    }

    .hb-btn {
        display: block;
        cursor: pointer;
    }
    .mobile__nav {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hb-btn {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile__menu {
        position: fixed;
        display: none;
        top: 2%;
        left: 2%;
        width: 96%;
        box-shadow: 0px 2px 16px #778898;
        border-radius: 6px;
        background: #fff;
        padding: 20px;
        overflow-y: auto;
        max-height: 100%;
        z-index: 1;
    }
    .mobile__menu__close {
        width: 40px;
        height: 40px;
        cursor: pointer;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile__menu__header {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        top: 20px;
        width: 50px;
        right: 15px;
        z-index: 1000;
    }
    .mobile__menu__body .btn {
        display: block;
    }
    .mobile__menu__body ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .main-nav ul li {
        margin-right: 0;
    }
    .main-nav .sub-menu-wrap {
        display: none;
    }
    .mobile__menu__body a:not(.btn) {
        font-size: 1.25em;
        color: #3D99FD;
        margin-bottom: 15px;
        display: inline-block;
    }

    .mobile__menu__body .covid-menu-item a {
        color: #fff;
    }
    .career-block {
        padding: 20px 8px!important;
    }
    .career-block p {
        font-size: 1em!important;
    }
    .career-block .elementor-element-68e660f {
        margin-bottom: 30px;
    }
    .rating_wrapper {
        -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .features_advantages_description_item_header:before {
        left: 0;
    }
    .features_advantages_description_item_header img {
        left: 0.75rem;
    }
    .features_advantages_image {
        margin-bottom: 30px;
    }
    .single-post .rating .rating-stars {
        margin-right: 0;
    }
    .elementor-569 .elementor-element.elementor-element-a72c60d > .elementor-widget-container{
        padding: 0 0em 0 0!important;
    }
    .mobile__menu__body .btn-primary {
        padding: .65rem 1rem;
    }
    .page-404.page-404_th2 .btn.btn-transparent_blue {
        margin-right: 0;
        margin-bottom: 1rem;
        -webkit-appearance: none!important;
        -moz-appearance: none!important;
        appearance: none!important;
    }
    .onboarding_section h1 {
            font-size: 1.75rem;
    }
    .mobile__menu__body .menu-main-menu-container {
        margin-bottom: 2.5em;
    }
    .main-cover__description h1 {
        line-height: 1;
        margin-bottom: 0.8em;
        padding-top: 0.5em;
    }
    .reqest-access.reqest-access_2 .reqest-access__wrapper {
        padding: 2rem 0rem 2rem;
    }
    .reqest-access__wrapper__text {
        width: 90%;
    }
    .simple-block__teaser_1 .simple-block__image {
        left: 0%;
    }
    .workflow__feedback__item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btn {
        padding: .5rem 1rem;
        font-size: 0.8rem;
    }
    .main-cover__description {
        position: relative;
    z-index: 100;
        padding: 3rem 0 2rem;
    }
    .svg-container {
        width: 90%;
        margin: 0 auto;
    }
    .main-cover__description p {
        font-size: 2.5em;
    }
    .main-cover__description h3 {
        font-size: 1.25rem;
    }
    .slogan {
        margin-top: -1em;
        padding: 2rem 0;
    }
    .slogan .h1 br {
        display: none;
    }

    .slogan .h1 {
        font-size: 1.5rem;
        margin-bottom: 1em;
    }
    .slogan__text br {
        display: none;
    }
    .slogan__text {
        font-size: 1rem;
    }
    .slogan .btn-lg {
        padding: 0.65rem 1rem;
    }
    .slogan form input[type="text"] {
        font-size: 0.8rem;
        margin-right: 10px;
        padding: 0.825rem 1rem;
    }
    .simple-block h2 {
        font-size: 2.5rem;
    }
    .simple-block {
        padding: 2.5rem 0 2rem;
    }
    .simple-block .simple-block__subtitile {
        font-size: 1.125rem;
        margin-bottom: 2.5rem;
        color: #666;
    }
    .simple-block__image {
        margin-bottom: 3em;
    }
    .simple-block__title {
        font-size: 1.5rem;
        display: inline-block;
    }
    .simple-block__title svg {
        top: -2.75em;
        left: auto;
        right: -1em;
        width: 60px;
    }
    .simple-block__teaser_3 .simple-block__title svg {
        right: 2em;
    }
    .workflow__plan__wrapper_1::after {
        display: none;
    }
    .workflow .workflow__background {
        top: -25rem;
    }
    .custom-list li {
        font-size: 0.875rem;
    }
    .custom-list li::before {
        top: 0.75rem;
    }
    .simple-block__description a {
        font-size: 1em;
    }
    .simple-block__teaser.simple-block__teaser_2 {
        padding: 0!important;
    }
    .simple-block__teaser_2 .simple-block__image {
        right: 0;
        height: auto;
    }
    .simple-block__teaser_2 .simple-block__description {
        padding-left: 0;
    }
    .simple-block__teaser_3 .simple-block__image {
        left: 25%;
    }
    .simple-block__teaser.simple-block__teaser_3 {
        margin: 0!important;
    }
    .reqest-access {
        padding-bottom: 2.5rem;
    }
    .reqest-access__wrapper {
        padding: 2rem 1rem 1.5rem;
    }
    .reqest-access__wrapper .h3 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .reqest-access__wrapper .btn-lg {
        padding: 0.65rem 1rem;
    }
    .reqest-access__wrapper input[type="text"] {
        padding: 0.825rem 1rem;
        font-size: 0.825rem;
        margin-right: 10px!important;
        padding-right: 0px;
    }
    .workflow__feedback__description svg {
        position: absolute;
        top: -2rem;
        left: -1rem;
        width: 41px;
    }
    .workflow__plan h2 {
        padding: 0;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1.5em;
    }
    .workflow__plan__wrapper {
        padding: 1rem 2rem;
    }
    .workflow__plan__wrapper .subtitle p {
        font-size: 1em;
    }
    .workflow__plan__wrapper .subtitle {
        margin-bottom: 0rem;
    }
    .workflow__plan__wrapper.workflow__plan__wrapper_1 {
        padding-bottom: 3em;
        margin-bottom: 2em;
        border-bottom: 1px solid #F2F2F2;
    }
    .workflow__title {
        padding: 2em 0 1.5em;
        font-size: 1.5rem;
        text-transform: capitalize;
        line-height: 1;
        font-weight: 700;
    }
    .workflow__feedback__item {
        display: block!important;
    }
    .workflow__feedback__owner {
        width: 100%;
        padding: 0;
    }
    .workflow__feedback__owner ul {
        font-size: 1.2rem;
        text-transform: capitalize;
        margin-bottom: 1.5rem;
    }
    .workflow__feedback__item p {
        font-size: 0.875rem;
    }
    .workflow__feedback__owner img {
        position: absolute;
        top: -2rem;
        left: -1rem;
        width: 100px;
    }
    .workflow__feedback__description {
        width: 95%;
        padding: 2em 0 0 0;
    }
    .workflow__feedback__item {
        padding-bottom: 2em;
        margin-bottom: 4em;
        border-bottom: 1px solid #F2F2F2;
    }
    .workflow__feedback__item:last-of-type {
        border-bottom: 0px;
    }
    .btn-warning {
        padding: .7rem 1rem!important;
    }
    .modal-body {
        padding: 40px;
    }
    .waitlisted_form label {
        font-size: 13px;
    }
    .modal-open .modal {
        padding-right: 0!important;
    }
    .workflow {
        padding-bottom: 0;
        margin-bottom: -2em;
    }
    .blog__tips__header {
        margin-right: 1em;
    }
    .page-template-blog-template .blog__subtitle h3 {
        font-size: 1.75em;
    }
    .latest-blog .row {
        display: block!important;
    }
    .latest-blog .h2 {
        font-size: 2.25rem;
        text-transform: uppercase;
    }
    .latest-blog .subtitle {
        font-size: 1.125rem;
    }
    .latest-blog__header {
        padding: 5rem 0 15rem;
    }
    .latest-blog__wrapper {
        bottom: 12rem;
    }
    .latest-blog__teaser__description h4 {
        font-size: 1.25rem;
    }
    .latest-blog__teaser__description p {
        font-size: 0.8rem;
    }
    .latest-blog__teaser__description .custom-btn {
        bottom: 1rem;
    }
    .latest-blog {
        margin-bottom: -12em;
    }
    .latest-blog .slick-dots {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .latest-blog .slick-dots button {
        display: none;
    }

    .latest-blog .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background: #A9BCC4;
        transition: all 0.2s ease;
        margin: 0 5px;
    }

    .top-banner svg {
        position: absolute;
        left: 0%;
        top: 6em;
        z-index: -1;
        width: 60%;
        height: auto;
    }

    .latest-blog .slick-dots li.slick-active {
        width: 20px;
        background: #3D99FD;
    }

    .reqest-access.reqest-access_3 .reqest-access__wrapper {
        padding: 2rem 1.5rem 2rem;
    }
    .reqest-access.reqest-access_3 h3 {
        margin-bottom: 1em;
    }
    footer#footer {
        padding-top: 4rem;
    }
    .footer-logo {
        margin-bottom: 2.5rem;
    }
    footer#footer .h4 {
        margin-bottom: 1.5rem;
    }
    .footer-nav-bar {
        margin-bottom: 2em;
    }
    .footer-nav-bar li {
        margin-bottom: 0.725em;
    }
    .footer-nav-bar:last-of-type {
        margin-bottom: 0;
    }
    .card-header .card-header-item h3 {
        white-space: inherit;
        text-align: left;
    }
    .card-header {
        padding: .5rem .25rem;
    }
    .card-body {
        padding: .5em 1.5em;
    }
    .pricing-logo__wrapper img {
        max-height: 35px;
    }
    .pricing-logo__wrapper {
        width: 100%;
    }

    .pricing-logo__wrapper img:nth-of-type(1) {
        max-height: 21px;
    }

    .pricing-logo__wrapper img:nth-of-type(2) {
        max-height: 95px;
    }

    .pricing-logo__wrapper img:nth-of-type(3) {
        max-height: 22px;
    }

    .pricing-logo__wrapper img:nth-of-type(4) {
        max-height: 21px;
    }
    .top-banner h1 {
        font-size: 1.875rem;
    }
    .top-banner h3 {
        font-size: 1.25em;
    }
    .top-banner h3 br {
        display: none;
    }
    .top-banner__wrapper {
        padding: 3em 1.2em;
    }
    .pricing-block__teaser__header {
        font-size: 1.85em;
        line-height: 1.35;
    }
    .pricing-block__amount .price {
        font-size: 4.25em;
    }
    .pricing-block__amount sup {
        font-size: 1.8em;
    }
    .pricing-block__amount {
        margin-bottom: 2em;
    }
    .pricing-block__teaser__body p {
        font-size: 1.25em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 2em;
        color: #444;
    }
    .pricing-block__teaser__body p br {
        display: none;
    }
    .btn.btn-mk {
        font-size: 1em;
    }
    .pricing-block .row > div {
        margin-bottom: 2em;
    }
    .pricing-block__teaser__body {
        padding: 3em 2.8em;
    }
    .price-descr b,
    .price-descr span {
        font-size: 1em;
    }
    .ex__price {
        font-size: 1.25em;
    }
    .price__calculation {
        margin-bottom: 3em;
    }
    .pricing-logo h3,
    .faq h2 {
        font-size: 1.875em;
    }
    .pricing-logo {
        padding-top: 0em;
    }
    .faq {
        padding-top: 4em;
        padding-bottom: 4em;
        background: #F8F8F9;
    }
    #top-menu .current-menu-item a {
        color:  #212529;
    }
    .remodal {
        padding: 10px!important;
    }
    .about__btns {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__btns a:first-of-type {
        margin-right: 0px;
        margin-bottom: 20px!important;
    }

    .about__content p {
        font-size: 14px;
    }

    .about__content h1 {
        font-size: 30px;
    }

    h1 {
        font-size: 30px;
    }

    .h1 {
        font-size: 24px;
    }

    #covidmodal label {
        font-size: 14px;
    }

    #covidmodal h3 {
        font-size: 17px;
    }

    .about__content .elementor-145 .elementor-element.elementor-element-8fe9ef5>.elementor-widget-container {
        margin: 40px 15px 30px;
    }

    .about__content img {
        padding: 0 15px;
    }

    .about__btns {
        padding: 2em 0 4em;
    }

    .about__btns > * {
        display: block;
        width: calc(100% - 30px)!important;
        margin: 0 15px!important;
    }

    .about__btns .big-svg {
        display: none;
    }

    .about__btns {
        overflow: hidden;
    }

    .about__btns .small-svg {
        right: -10em;
        left: auto;
    }
    .page-404 h1 {
        font-size: 2.25em;
    }

    .page-404 p {
        font-size: 1em;
    }

    .features__item h2 {
        font-size: 1.85em;
        text-align: center;
    }

    .features__item__description p {
        font-size: 1em;
    }

    .features__item>div, 
    .features__control {
        padding-top: 8em;
    }

    .features__page {
        padding-top: 2em;
    }

    .features__item img {
        width: 110%!important;
        margin-left: -5%;
    }
    .features__item a img {
        width: 15px!important;
    } 
    .demo_modal .modal-body .w2lsubmit input{
        margin-bottom: 1rem;
    }

    .reqest-access_2.reqest-access_3 .reqest-access__wrapper__text {
        width: 100%;
    }

    .feature__page_menu {
        display: none;
    }

    .features__item:last-of-type {
        margin-bottom: 2em;
    }
    .presskit__mainkit {
        padding: 2em;
    }
    .presskit__mainkit img {
        margin-bottom: 3em;
    }
    .presskit__smtext {
        font-size: 0.875em;
    }
    .otherkits a {
        display: inline-block;
        margin-bottom: 5em;
    }
    .presskit {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .presskit_media__block {
        margin-bottom: 3em;
    }
    .subscribe-block {
        padding: 0!important;
    }
    .subscribe-block input[type=email] {
        padding: 0.75rem 1rem;
        width: 80%;
    }
    .blog__tips__body a {
        font-size: 1em;
    }

    .blog__tips__body li {
        margin-right: 2em;
        margin-bottom: 0.5em;
    }
    .top-banner_blog .container {
        padding: 0;
    }
    .content-block__body {
        padding-bottom: 5em;
    }
    .blog__subtitle h3 {
        font-size: 1.8em;
    }
    .breadcrumb {
        font-size: 13px;
        padding: 0 15px;
        margin-bottom: 0;
    }
    .post-header h1 {
        font-size: 1.45em;
    }
    .post-header__short-description {
        font-size: 1em;
    }
    .share-list {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .share-list li {
        margin-left: 10px;
        margin-right: 10px;
    }
    #comments {
        padding: 0;
    }
    .latest-blog.related-posts,
    .latest-blog.latest-blog_m {
        margin-bottom: 0;
    }
    .latest-blog.latest-blog_m {
        background: #fff;
    }

    .waitlisted_check-position .text-right,
    .js-waitlisted_form .text-right,
    .waitlisted_form__result .text-right {
        text-align: center;
    }
    .main-nav .sub-menu li a .menu-item-description {
        display: none;
    }
    .elementor-302 .elementor-element.elementor-element-ddf9bc1 {
        margin-top: 0px!important;
    }


    .main-nav .current-menu-parent .sub-menu-wrap,
    .main-nav .features__menu.features__menu_ind.current_page_item .sub-menu-wrap {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 2px solid #AABCC5;
        margin-bottom: 30px;
    }

    .main-nav .current-menu-parent .sub-menu-wrap::before,
    .main-nav .features__menu.features__menu_ind.current_page_item .sub-menu-wrap::before {
        display: none;
    }

    .main-nav .current-menu-parent .animation-wrapper,
    .main-nav .features__menu.features__menu_ind.current_page_item  .animation-wrapper {
        opacity: 1;
        visibility: visible;
        width: 100%;
        transform: none;
        padding: 0;
        box-shadow: none;
    }

    .main-nav .current-menu-parent > a,
    .main-nav .features__menu.features__menu_ind.current_page_item > a {
        display: none;
    }

    #top-menu > .current-menu-parent,
    #top-menu > .features__menu.features__menu_ind.current_page_item {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    #top-menu > li {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .main-nav #top-menu .sub-menu li {
        width: 100%;
        margin-bottom: 1em;
    }

    .main-nav #top-menu .features__menu .sub-menu li.menu__title a {
        margin-bottom: 5px;
        color: #AABCC5;
        border-bottom: 2px solid #AABCC5;
        font-size: 1em;
    }
    .main-nav #top-menu h3 {
        border-bottom: none;
    }

    .features__menu .menu-heading {
        display: block;
        border-bottom: none;
        position: relative;
        font-family: 'Rubik', Arial;
        font-weight: 700;
    }

    .features__menu .menu-heading::before {
        position: relative;
        content: 'Features';
        display: block;
        font-size: 1.25rem;
        text-transform: uppercase;
        font-size: 24px;
    }

    .features__menu.features__menu_ind .menu-heading::before {
        content: 'Industries';
    }
    .elementor .indusrries__banner img {
        width: 150%;
        max-width: 150%;
    }

    .indusrries__banner .elementor-image {
        overflow: hidden;
    }

    .card-header .card-header-item {
        font-size: 0.85em;
    }

    .industies_tips,
    .industies_description {
        padding: 0 15px;
    }
    .covid-message p {
        font-size: 1em;
    }
    .features__page.features__page_industrie .features__lynk a {
        font-size: 1em;
    }
    .latest-blog__header img {
        left: -30%;
        width: 160%;
    }

    .elementor-element-181da62 .pricing-logo__wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .elementor-element-181da62 .pricing-logo__wrapper img {
        margin-bottom: 30px;
    }

    .elementor-element-181da62 .pricing-logo__wrapper img:nth-of-type(1) {
        max-height: 30px;
    }

    .elementor-element-181da62 .pricing-logo__wrapper img:nth-of-type(3) {
        max-height: 50px;
    }

    .elementor-element-181da62 .pricing-logo__wrapper img:nth-of-type(4) {
        max-height: 13px;
    }
    .main-cover-buttons .btn.btn-mk.btn-transparent.btn-transparent_blue {
        font-size: 0.875rem;
        padding: .8rem 1.5rem;
    }
    .main-cover-buttons .btn.btn-mk.btn-transparent {
        font-size: 0.875rem;
        padding: .8rem 3.35rem;
    }
    .demo_modal .modal__wrapper {
        display: block!important;
    }
    
    .pricing-logo__wrapper img {
        margin: 0 auto;
        display: block;
    }
    .features-banner img {
        display: none;
    }
    .svg-ring-right,
    .jobtips_circle {
        display: none;
    }
    .features-banner p {
        padding-right: 0!important;
        font-size: 1.25rem;
    }
    .breadcrumb {
        margin-top: 20px;
        padding: 0 7px;
    }
    .breadcrumb.breadcrumb__archieve {
        padding: 0;
    }
    .post-header .archieve_blog_header h1 {
        color: #444;
        margin-bottom: 3rem;
        padding-top: 1rem;
        font-size: 1.5rem;
    }
    .features-banner {
        position: relative;
        padding-bottom: 2.25rem;
        padding-top: 3rem;
    }
    .jobtips {
        padding-bottom: 3rem;
    }
    .jobtips .col-md-4 {
        position: static;
    }
    .jobtips img {
        display: none;
    }
    .jobtips_tabs_item{
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
    }
    .jobtips_tabs {
        margin-bottom: 2rem;
    }
    .features_testimonials {
        padding: 6rem 0 2.25rem;
    }
    .jobtips button {
        width: 100%;
        display: block;
        font-size: 0.875rem;
    }
    .jobtips .h3,
    .features_testimonials .h3,
    .features_advantages .h3,
    .features_logoshowcase .h3,
    .features_menu .h3,
    .features_servicedispatching .h3 {
        font-size: 1.875rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }
    .features-booking_wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .features-booking_content .h6 {
        font-size: 1.25rem;
    }
    .features-booking_content p {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
    .features-booking_img img {
        width: 3rem;
    }
    .features-booking_img {
        margin-bottom: 2rem;
    }
    .booking-circle {
        width: 16rem;
    }
    .features_logoshowcase {
        padding-bottom: 1.35rem;
    }
    .features_form_title {
        display: none;
    }
    .features_form.demo_modal .modal-body {
        padding: 1rem 1rem;
    }
    .features_servicedispatching_description {
        width: 48%;
        margin-right: 1rem;
    }
    .features_menu .main-nav .sub-menu-wrap {
        display: block;
    }
    .features_menu .main-nav .features__menu .sub-menu li {
        width: 50%;
    }
    .features_menu .main-nav .features__menu .sub-menu li.menu__title {
        margin-top: 1rem;
    }
    .features_menu {
        padding: 0 0;
    }
    .features_servicedispatching_description p {
        font-size: 0.875rem;
    }
    .features_menu .main-nav .features__menu .sub-menu li.menu__title {
        width: 100%;
    }
    .features_logoshowcase {
        overflow: hidden;
    }
    .features_menu .main-nav .features__menu .sub-menu li.menu__title a {
        font-size: 1.25rem;
    }
    .features_menu .main-nav .sub-menu li a {
        font-size: 0.875rem;
    }
    .page-id-1091 .video-container {
        padding: 0 5rem;
        margin-bottom: 3rem;
    }
    .features-banner h1 {
        text-align: center;
    }
    .features-banner p {
        text-align: center;
    }
    .features-banner button {
        margin: 0 auto;
        display: block;
    }
    .features-banner img {
        display: block;
        margin-top: 4.615rem;
    }
    .jobtips {
        padding-top: 4rem;
    }
    .jobtips p {
        margin-bottom: 2rem;
        padding-right: 0!important;
    }
    .features_testimonials_slider_item_body svg {
        margin-bottom: 1.5rem;
        width: 4rem;
    }
    .advantages_circle {
        display: none;
    }
    .features_advantages {
        padding: 1.25rem 0 3.75rem;
    }
    .features_testimonials ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .features_testimonials ul li button {
        display: none;
    }
    .features_testimonials ul li {
        width: 8px;
        height: 8px;
        transition: all 0.3s ease;
        background: #A9BCC4;
        border-radius: 20px;
        margin: 0 4px;
    }
    .features_testimonials ul li.slick-active {
        width: 23px;
        background: #3D99FD;
    }
    .features_advantages .h3 {
        margin-bottom: 2.25rem;
    }
    .features_advantages_description_item_header .h6 {
        font-size: 1.125rem;
    }
    .features-booking_wrapper {
        padding: 2.25rem 20px;
        border-radius: 0px;
    }
    .booking-circle {
        display: none;
    }
    .features-booking {
        padding: 0.75rem 0;
    }
    .features-booking .container {
        padding: 0;
    }
    .features-booking button {
        width: 100%;
        display: block;
    }
    .features-booking_img {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .features-booking_img img {
        width: 65px;
        margin: 0 0 31px 0;
    }
    .features-booking_content p {
        font-size: 1.125rem;
        margin-bottom: 4px;
        text-align: center;
    }
    .features-booking_content .h6 {
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.4;
    }
    .features_faq {
        padding: 0;
    }
    .features_faq .faq {
        background: #fff;
    }
    .features_faq .faq .card.active {
        border-left: 1px solid rgba(0,0,0,.125);
        border-right: 1px solid rgba(0,0,0,.125);
    }
    .features_logoshowcase .h3 {
        font-size: 1.5rem;
        margin-bottom: 50px;
    }
    .features_logoshowcase_slider {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .features_logoshowcase_slider_item {
        margin-bottom: 3rem;
    }
    .features_logoshowcase_slider_item:last-of-type {
        margin-bottom: 0;
    }
    .sf_field.sf_field_first_name, 
    .sf_field.sf_field_last_name, 
    .sf_field.sf_field_company, 
    .sf_field.sf_field_company_size {
        width: 100%;
    }
    .demo_modal .modal-body .w2lsubmit input {
        width: 100%;
    }
    .features_form_demo .h3 {
        font-size: 1.125rem!important;
    }
    .features_form.demo_modal .modal-body {
        padding: 2rem 1rem;
    }
    .features_form_title {
        display: block;
    }
    .featuresform_wrap {
        background-position: top left!important;
        background-repeat: no-repeat!important;
        background-size: 350% auto!important;
    }
    .features_form_title {
        color: #fff;
        font-size: 1.5rem;
        padding-right: 0!important;
        margin-bottom: 3rem;
        padding-top: 4rem;
        text-align: center;
        text-transform: capitalize;
    }
    .features_menu .h3 {
        margin-bottom: 3rem;
    }
    .features_menu .main-nav .features__menu .sub-menu li {
        width: 100%;
    }
    .features_menu .main-nav .sub-menu li a {
        font-size: 1.125rem;
    }
    .features_servicedispatching_description {
        width: 100%;
        margin-right: 0;
    }

    .modal-dialog {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
    #form_modal.demo_modal .modal-body .w2lsubmit input {
        display: block;
        width: 100%;
        margin: 0 0 1rem 0;
    }
    #sf_form_salesforce_w2l_lead_2 .w2lsubmit button, #sf_form_salesforce_w2l_lead_3 .w2lsubmit button {
        display: block;
        width: 100%;
    }

    .product_tour_description video {
        max-height: auto;
    }
    .product_tour h1 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        padding: 0 2.25rem;
        font-weight: 500;
    }
    .product_tour_slide_wrapper {
        padding: 0 10px;
    }
    .product_tour_description {
        width: 100%;
    }
    .product_tour .product_tour_slider .product_tour_slide.slick-slide.slick-center .product_tour_description {
        transform: scale(1);
    }
    .product_tour .slick-dots {
        margin-top: 0;
    }
    .video_title {
        margin-bottom: 1rem;
        padding-bottom: 60px;
    }

    .product_controls_slider {
        height: auto;
    }

    .product_tour_description video {
        height: 220px;
    }

    .product_controls_slider {
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 10px;
    }
    .product_controls_slider .slick-arrow.slick-next {
        top: 50px;
        right: 10px;
    }

    .product_controls_slider .slick-arrow.slick-prev {
        top: 50px;
        left: 10px;
    }
    .product_controls_slider .slick-arrow.slick-next.slick-login {
        right: 0px;
    }
    .page-404.page-404_th2 h1 {
        padding-top: 20px;
    }
    .top-ring {
        position: absolute;
        top: -16rem;
        right: -20%;
        max-width: 60%;
    }
    .bot-ring {
        bottom: -20rem;
    }
    .product_controls_slider {
        margin-bottom: 0rem;
    }
    .btns-wrapper {
        padding: 0 10px;
    }
    .page-404_th2 {
        overflow: hidden;
    }
    .thanksbg {
        max-width: 90%;
        margin: 0 auto;
        display: block;
    }
    .page-404.page-404_th2 p {
        font-size: 14px;
    }
    .thanks-important {
        text-align: center;
    }
    .thanks-important span {
        display: block;
        color: #3D99FD;
    }
    .thanks-ekran {
        display: block;
        margin: 0 auto;
    }
    .success_cards_wrapper__mobile {
        width: calc(100% - 30px);
        margin:  0 auto;
        padding: 22px 12px;
        background: #FFFFFF;
        box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
        border-radius: 8px;
    }
    .success_cards {
        padding: 1rem 0;
    }
    .success_cards_wrapper_image {
        width: 90%;
        margin: 0 auto 20px;
    }
    .success_cards_wrapper__mobile h4 {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }
    .success_cards_wrapper_content {
        text-align: center;
        width: 100%;
    }
    .product_controls .slick-login {
        display: none!important;
    }
    .newabout-banner h1 {
        padding-top: 30px;
        margin-bottom: 2.625rem;
    }
    .newabout-banner_image {
        margin-bottom: 5rem;
    }
    .newabout-mission_item {
        margin-bottom: 3.5rem;
    }
    .newabout-mission h3 {
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }
    .newabout-mission_item_image {
        width: 90%;
    }
    .newabout-investors_item_position {
        font-size: 0.875rem;
    }
    .newabout-investors_item_name {
        font-size: 0.875rem;
    }
    .newabout-mission_item_description {
        width: 100%;
    }
    .left-circle {
        position: absolute;
        top: -20rem;
        left: 0;
        width: 45%;
    }
    .newabout-mission_item_description h5 {
        font-size: 1.25rem;
    }
    .newabout-mission_item_text {
        font-size: 1rem;
    }
    .newabout-slogan .newabout-slogan_text {
        font-size: 1.25rem;
        margin-bottom: 3rem;
    }
    .newabout-slogan .newabout-slogan_author {
        font-size: 1.125rem;
    }
    .newabout-slogan .newabout-slogan_text br {
        display: none;
    }
    .newabout-mission {
        margin-bottom: 5rem;
    }
    .newabout-slogan {
        padding: 6rem 0 2.25rem;
    }
    .newabout-slogan .newabout-slogan_text .slogan_quotes {
        width: 40px;
        bottom: 100%;
    }
    .newabout-investors_item_img {
        margin-bottom: 1rem;
    }
    .newabout-investors .col-md-3 {
        margin-bottom: 1rem;
    }
    .newabout_founders {
        padding: 5rem 0 0;
        overflow: hidden;
    }
    .newabout_founders_item_image {
        right: -0.5rem;
        top: -35%;
        width: 40%;
    }
    .about__content .newabout_founders_item_image_wrapper img {
        padding: 0;
    }
    .newabout_founders h3 {
        font-size: 1.5rem;
        margin-bottom: 5.5rem;
    }
    .newabout_founders_item_description {
        width: 100%;
    }
    .newabout_founders .col-md-6 {
        margin-bottom: 5.5rem;
    }
    .newabout_founders_item {
        padding: 2rem 1.5rem;
    }
    .newabout_founders_item_name {
        font-size: 1.25rem;
    }
    .newabout-logoshowcase {
        margin-bottom: 0;
    }
    .newabout-logoshowcase h3 {
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }
    .newabout-investors h3 {
        font-size: 1.5rem;
        margin-bottom: 2rem;    
    }
    .newabout-investors {
        padding: 3.75rem 0 3.5rem;
    }
    .newabout-journey h3 {
        font-size: 2.125rem;
    }
    .about__content .newabout-journey p {
        font-size: 18px;
        margin-bottom: 1.75rem;
    }
}

.christ__heroscreen__card__btn.btn.btn-primary {
    display: block;
}
.christ__heroscreen__card__price {
    font-size: 32px;
    line-height: 38px;
    color: #BDBDBD;
    font-weight: 700;
    text-decoration: line-through;
}
.christ__heroscreen__card__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    color: #444444;
}
.christ__heroscreen__card__subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    margin-bottom: 20px;
}
.christ__heroscreen__content__label {
    display: inline-block;
    padding: 8px 45px;
    position: relative;
    background: #FDC54E;
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 500;
    color: #444444;
}
.christ__heroscreen__content__label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid #fff;
}
.christ__heroscreen__content__label::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 26px solid #fff;
}
.christ__heroscreen__content__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    color: #444444;
    margin-bottom: 28px;
    text-transform: capitalize;
}
.christ__heroscreen__content__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #666666;
    margin-bottom: 18px;
}
.christ__heroscreen__content__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #999999;
}
.christ__heroscreen__card__tips ul {
    padding-left: 20px;
}
.christ__heroscreen__card__tips ul li {
    color: #444444;
    font-size: 16px;
}
.christ__heroscreen__logo {
    text-align: center;
    margin-bottom: 120px;
}
.christ__heroscreen__wrapper {
    padding: 0 12rem;
}
.christ__heroscreen {
    padding-top: 60px;
    padding-bottom: 200px;
    background: url('/wp-content/themes/fieldcomplete/assets/images/christmass/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.christ__heroscreen__card {
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgb(9 14 24 / 10%);
    border-radius: 8px;
    padding: 24px 32px;
    border-radius: 8px;
}
.main-cover__1 h3 {
    margin-bottom: 2.625rem;
}
.booking-btn-wrapper .btn.btn-mk {
    padding: 0.88rem 2.5rem;
    font-size: 1.125rem;
}
.booking-btn-wrapper .btn.btn-mk svg {
    margin-left: 0.5rem;
    position: relative;
    top: 2px;
}
.booking-btn-wrapper .btn.btn-mk svg path {
    transition: all .3s ease;
}
.booking-btn-wrapper .btn.btn-mk:hover svg path {
    fill: #fff;
}
.svg-circle {
    position: absolute;
}
.svg-circle.top-circle-1 {
    top: 2.875rem;
    left: 1.4rem;
    width: 10.375rem;
}
.svg-circle.top-circle-2 {
    width: 16.875rem;
    top: 9.125rem;
    right: 0;
}
.svg-circle.bottom-circle-1 {
    width: 31.25rem;
    bottom: -31rem;
    left: 0;
}
.elementor-element-95da65f.elementor-section .elementor-container,
.elementor-element-95da65f.elementor-section .elementor-column,
.elementor-element-95da65f.elementor-section .elementor-widget-wrap,
.elementor-element-95da65f.elementor-section .elementor-widget,
.elementor-element-95da65f.elementor-section .elementor-column-wrap {
    position: static;
} 
.main-cover.main-cover__1 img {
    position: relative;
    width: 100%;
    z-index: 1;
    height: auto;
}
.main-cover.main-cover__1 {
    overflow: hidden;
}
.christ__help {
    padding: 100px 0;
    background: url('/wp-content/themes/fieldcomplete/assets/images/christmass/help-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.christ__help__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    color: #FFFFFF;
}
.christ__help__description p {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #E0F4FD;
    margin-bottom: 32px;
}
.christ__services {
    padding: 120px 0;
    background: url('/wp-content/themes/fieldcomplete/assets/images/christmass/customer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.christ__services__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #444444;
    margin-bottom:  32px;
    text-align: center;
}
.christ__services__item {
    padding: 24px 32px 15px 32px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
}
.christ__services__item__img {
    text-align: center;
    margin-bottom: 16px;
}
.christ__services__item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 32px;
    text-align: center;
}
.christ__services__item__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #999999;
}
.christ__services__cta {
    padding-top: 75px;
}
.christ__blog.latest-blog .h2 {
    font-size: 60px;
    line-height: 100%;
}
.christ__blog.latest-blog .subtitle {
    color: #E0F4FD;
    font-size: 24px;
    text-transform: capitalize;
}
.christ__blog__wrapper {
    background: url('/wp-content/themes/fieldcomplete/assets/images/christmass/blog-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.christ__blog .main-cover__description p {
    text-transform: none;
    font-weight: 500;
    font-size: 60px;
    line-height: 94%;
    color: #444444;
    margin-bottom: 16px;
}
.christ__blog .main-cover__1 h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #666666;
    margin-bottom: 40px;
}
.christ__blog .main-cover__description {
    padding: 0 0 3.42rem;
}

.christ__footer {
    margin-top: -25%;
    position: relative;
    z-index: 1;
    padding: 160px 0 50px;
    background: url('/wp-content/themes/fieldcomplete/assets/images/christmass/footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.christ__footer__content__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.christ__footer__content__text,
.christ__footer__content__text * {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}
.christ__footer__content {
    margin-bottom: 75px;
}
.christ__footer .copyright,
.christ__footer .copyright a {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.272727px;
    color: #fff;
}
#hubspot-messages-iframe-container {
    display: none!important;
}
#demo_modal_chris .legend {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
#demo_modal_chris form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#demo_modal_chris h3 {
    margin-bottom: 2rem;
}
#demo_modal_chris .hs-form-field.hs_phone,
#demo_modal_chris .hs-form-field.hs_email {
    width: 48%;
}
#demo_modal_chris.demo_modal .modal_header img {
    width: 100%;
}
#demo_modal_chris .modal_header_description {
    width: 100%;
    top: 30%;
    left: 0;
    padding: 0 14rem;
}
#demo_modal_chris .close {
    opacity: 1;
}
#demo_modal_chris .close svg path {
    stroke: #fff;
}
#demo_modal_chris .modal_header_description h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 16px;
    text-transform: capitalize;
}
#demo_modal_chris .modal_header_description p {
    font-size: 16px;
    color: #fff;
}
.heroscreen__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.heroscreen__content h1 {
    font-size: 3rem;
}

.heroscreen.heroscreen__dark h1,
.heroscreen.heroscreen__dark .heroscreen__description p ,
.heroscreen.heroscreen__dark h1 span {
    color: #fff;
}

.heroscreen__content h1 span {
    font-size: 3.5rem;
    display: block;
    color: #3D99FD;
}
.heroscreen__content h1 {
    margin-bottom: 1.5rem;
}
.heroscreen__description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.heroscreen {
    padding: 3rem 0 4rem;
    position: relative;
}
.heroscreen.heroscreen__dark,
.logoshowcase.logoshowcase__dark.logoshowcase_flex {
	background: #3D99FD;
}
.heroscreen.heroscreen__dark::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: calc(100% + 300px);
    z-index: 0;
    width: 100%;
    background: url(/wp-content/themes/fieldcomplete/assets/images/marketplace_circles.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.heroscreen__content {
    position: relative;
    z-index: 1;
}
.logoshowcase.logoshowcase__dark.logoshowcase_flex {
	margin-top: 0px;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.logoshowcase.logoshowcase_flex.logoshowcase__dark h3 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 400;
	margin-bottom: 2rem;
}
.heroscreen.heroscreen__dark::before {
	display: none;
}
.logoshowcase.logoshowcase_flex.logoshowcase__dark h3 span {
	color: #fff;
	font-weight: 500;
}
.logoshowcase.logoshowcase_flex.logoshowcase__dark .one-uk-logo {
	box-shadow: none;
	background: none;
}
.heroscreen__content.logoshowcase__dark h1,
.heroscreen__content.logoshowcase__dark h1 span,
.heroscreen__content.logoshowcase__dark p {
	color: #fff;
}
.heroscreen::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: url(/wp-content/themes/fieldcomplete/assets/images/heroscreen_circles.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.logoshowcase.logoshowcase_flex {
    margin: 3rem 0 7rem;
}
.advantages-section {
    margin: 7rem 0 8rem;
}
.advantages-section h3 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 1;
    text-transform: capitalize;
}
.advantages-section h4 {
    color: #3D99FD;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
}
.advantages-section__image img {
    width: 100%;
}
.advantages-section__tip {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
}
.advantages-section__tip__image {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FDC54E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;

}
.advantages-section__tips {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.advantages-section__tip__text {
    font-size: 1.15rem;
    line-height: 1.2;
}
.workflow-section {
    margin: 3rem 0 4rem;
    position: relative;
}
.workflow-section__tips__items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.workflow-section__tips__items__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FDC54E;
    margin-right: 24px;
    position: relative;
    top: 8px;
}   
.workflow-section__tips__items__description h5 {
    font-size: 18px;
    color: #444;
    margin-bottom: 8px;
    font-weight: 500;
}
.workflow-section__tips__items__description {
    max-width: 75%;
}
.workflow-section__tips {
    margin-bottom: 6rem;
}
.workflow-section__tips__items__description div {
    color: #444;
    font-size: 16px;
}
.workflow-section__img {
    box-shadow: -4px -4px 10px rgba(61, 153, 253, 0.15) ;
    border-radius: 16px;
    overflow: hidden;
}
.workflow-section::before {
	position: absolute;
	content: '';
	top: 5rem;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(/wp-content/themes/fieldcomplete/assets/images/success_circles.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.workflow-section__container {
	position: relative;
	z-index: 1;
}
.workflow-section h3 {
    text-align: center;
    font-size: 4rem;
    text-transform: capitalize;
}
.workflow-section h4 {
    text-align: center;
    font-size: 3rem;
    text-transform: capitalize;
    color: #3D99FD;
    margin-bottom: 7rem;
}
.workflow-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;    
    height: 100%;
}
.workflow-section__title {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}
.workflow-section__description {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.workflow-section__description p,
.workflow-section__description h5 {
    margin-bottom: 1.5rem;
}
.workflow-section__description ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #666;
}
.workflow-section__description ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}
.workflow-section__description ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fieldcomplete/assets/images/check-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.workflow-section__link {
    font-size: 0.825rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;   
    color: #3D99FD;
}
.workflow-section__link svg {
    margin-left: 8px;
}
.workflow-section__item {
    margin-bottom: 8rem;
}
.plans-section {
    background: #3D99FD;
    padding: 8.5rem 0 10rem;
    position: relative;
}
.plans-section::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/fieldcomplete/assets/images/packages_circle.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.plans-section h3 {
    font-size: 4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 5rem;
    font-weight: 700;
}
.plans-section__item {
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 2rem 1.5rem 8rem 1.5rem;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}
.plans-section__item__btn {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    text-align: center;
}
.plans-section__item__btn a {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 1rem 2rem;
}
.plans-section__item__title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.price-block__new-price span {
    font-size: 2rem;
    font-weight: 700;
    color: #1B1B1B;
}
.price-block__new-price {
    line-height: 1;
    text-align: center;
}
.plans-section__item__sale {
    background: #FEC91C;
    padding: 1.5rem 2.5em 0.25rem 2.5rem;
    position: absolute;
    top: -7px;
    right: -53px;
    font-size: 1.25rem;
    color: #1B1B1B;
    font-weight: 700;
    transform: rotate(45deg);
}
.plans-section__item__tip {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    position: relative;
    font-size: 1.15rem;
    line-height: 1.4;
}
.plans-section__item__tip::before {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3D99FD;
}
.price-block__old-price {
    text-align: center;
    line-height: 1;
    font-size: 1.25rem;
    color: #818181;
    position: relative;
    text-decoration: line-through;
}
.plans-section__item__pricing {
    height: 60px;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
}
.plans-section__item__pricing .price-title {
    font-size: 2rem;
    font-weight: 700;
    color: #3D99FD;
    text-align: center;
}
.logoshowcase.logoshowcase_flex h3 {
    font-size: 2.25rem;
    margin-bottom: 4.5rem;
    text-align: center;
}
.logoshowcase.logoshowcase_flex h3.small {
    font-size: 1.25rem;
}
.logoshowcase.logoshowcase_flex h3.small span {
    color: #3D99FD;
    font-weight: 500;
}
.owner-section {
    margin-bottom: 8rem;
}
.owner-section__wrapper {
    margin: 0 5rem;
    background: #ECF5FF;
    padding: 4rem 5rem;
    border-radius: 8px;
}
.owner-section__content {
    position: relative;
    margin-bottom: 1.5rem;
    padding: 0 5rem;
    font-size: 1.5rem;
    font-style: italic;
    color: #000;
    text-align: center;
}
.owner-section__owner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owner-section__owner img {
    margin-right: 1rem;
}
.owner-section__content span {
    font-weight: 500;
}
.top-quote {
    position: absolute;
    top: -1rem;
    left: 2rem;
}
.bot-quote {
    position: absolute;
    bottom: -1rem;
    right: 2rem;
}
.wantmore-section {
    background: #3D99FD;
    padding: 10rem 0;
    position: relative;
}
.wantmore-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/fieldcomplete/assets/images/more-circles.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wantmore-section__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.wantmore-section__content h3,
.wantmore-section__content h4,
.wantmore-section__description * {
    color: #fff;
}
.wantmore-section__content h3 {
    font-size: 4rem;
}
.wantmore-section__content h4 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.wantmore-section__description {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}
.logoshowcase.logoshowcase_flex .one-uk-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 36px rgba(9, 14, 24, 0.1);
    border-radius: 8px;
    min-height: 66px;
    margin-bottom: 20px;
}
.logoshowcase_flex__item {
    width: 12.5%;
    padding: 0px 15px;
}
.story-section {
	padding-top: 9rem;
	margin-bottom: 4rem;
	position: relative;
}
.story-section::before {
	position: absolute;
    content: '';
    top: 1rem;
    left: 0;
    height: 15rem;
    width: 100%;
    background: url(/wp-content/themes/fieldcomplete/assets/images/storyimg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.features_logoshowcase_flex {
	margin: 9rem 0 5rem;
}
.story-section h3 {
	text-align: center;
	font-size: 4rem;
	line-height: 1;
}
.story-section h4 {
	text-align: center;
	font-size: 2.25rem;
	color: #3D99FD;
	margin-bottom: 5rem;
}
.story-section__wrapper {
	background: #F5FAFF;
	border-radius: 10px;
	position: relative;
	padding: 5rem 5rem 0;
}
.story-section__owner {
	position: relative;
	top: -10rem;
}
.story-section__image {
	max-width: 200px;
	max-height: 200px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 3rem;
	
}
.story-section__image::after {
	position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    height: 102%;
    width: 102%;
    border: 1px solid #C6C9D1;
    z-index: 0;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fff;
    border-radius: 50%;
}
.story-section__image img {
	width: 100%;
	border-radius: 50%;
	border: 10px solid #fff;
	z-index: 1;
	position: relative;
}
.story-section__svg {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    z-index: 3;
}
.story-section__owner a {
	font-size: 1.5rem;
    color: #444;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1rem;
}
.story-section__position {
	font-size: 1.25rem;
	color: #444;
}
.story-section__description {
	font-size: 1.15rem;
}
.story-section__cup {
	position: relative;
    top: -14rem;
}
.story-section__cup img {
	width: 100%;
}

lottie-player {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.9);
    z-index: 10;
}
.new-section {
	padding-bottom: 5rem;
    margin-bottom: 5rem;
    position: relative;
}
.new-section__circle {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 30%;
}
.new-section h3 {
	text-align: center;
	font-size: 4rem;
}
.new-section h4 {
	text-align: center;
	font-size: 1.5rem;
	color: #666;
	margin-bottom: 5rem;
	font-weight: 400;
}
.new-section__tip a {
	color: #1B1B1B;
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
	display: flex;
	justify-content: flex-start;
	align-content: center;
}
.new-section__tip svg {
	margin-right: 1rem;
}
.new-section__image {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
.new-section__image img {
	width: 100%;
	margin-bottom: 2rem;
}
.new-section__image button {
	max-width: 250px;
	display: block;
    margin: 0 auto;
}
.workflow-section__img img {
	max-width: 100%;
    width: 100%;
}
.wantmore-section__image img {
    width: 100%;
}
@media screen and (max-width: 640px) {
    .owner-section__content {
        padding: 0 0rem;
    }
    .owner-section__wrapper {
        margin: 0 0rem;
        background: #ECF5FF;
        padding: 2rem 1rem;
    }
    .top-quote {
        position: absolute;
        top: 0rem;
        left: 0rem;
    }
    .bot-quote {
        position: absolute;
        bottom: -1rem;
        right: 0rem;
    }
    .owner-section__content {
        font-size: 1.25rem;
    }
    .wantmore-section {
        padding: 3rem 0;
    }
    .wantmore-section__content h3 {
        font-size: 2.5rem;
    }
    .wantmore-section__content h4 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .wantmore-section__description {
        font-size: 1.15rem;
        margin-bottom: 1.5rem;
    }
    .wantmore-section__content {
        margin-bottom: 2rem;
    }
    .advantages-section h3 {
        font-size: 2.5rem;
    }
    .advantages-section__tip__text {
        max-width: 80%;
    }
    .advantages-section {
        margin: 4rem 0 3rem;
    }
    .advantages-section__image {
        margin-bottom: 1.5rem;
    }
    .advantages-section h4 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
	.heroscreen__content h1 {
	    font-size: 2rem;
	}
	.heroscreen__content h1 span {
		font-size: 2.5rem;
	}
	.logoshowcase.logoshowcase_flex {
	    margin: 2rem 0 4rem;
	}
	.logoshowcase.logoshowcase_flex h3 {
		font-size: 2rem;
		margin-bottom: 2.5rem;
	}
	.heroscreen::before {
		display: none;
	}
	.logoshowcase_flex__item {
	    width: 33%;
	    padding: 0px 8px;
	}
	.workflow-section h4 {
		font-size: 2rem;
    	margin-bottom: 3rem;
	}
	.workflow-section__title {
		font-size: 1.5rem;
	}
	.workflow-section__img {
		margin-bottom: 1.5rem;
	}
	.workflow-section__item {
	    margin-bottom: 4rem;
	} 
	.plans-section h3 {
		font-size: 2.5rem;
    	margin-bottom: 2rem;
	}
	.plans-section .col-sm-4 {
		margin-bottom: 20px;
	}
	.story-section h3 {
		font-size: 2.5rem;
	}
	.story-section h4 {
		font-size: 2rem;
    	margin-bottom: 7rem;
	}
	.story-section__wrapper {
		padding: 6rem 1rem 0;
	}
	.story-section__owner {
		text-align: center;
	}
	.story-section__image {
		margin: 0 auto 3rem auto;
	}
	.story-section__description {
		top: -7rem;
		position: relative;
	}
	.features_logoshowcase_flex {
	    margin: 5rem 0 5rem;
	}
	.story-section__cup {
		top: -5rem;
	}
	.new-section h3 {
		font-size: 2.5rem;
	}
	.new-section h4 {
	    margin-bottom: 3rem;
	    font-size: 1.25rem;
	}
	.new-section__image {
		width: 100%;
	}
	.new-section {
		margin-bottom: 0rem;
	}
	.industries_slogan .slogan .h1 {
		font-size: 2rem;
	}
	.industries_slogan .slogan__text p {
		font-size: 1rem;
	}
    .christ__help .btn,
    .christ__heroscreen .btn,
    .christ__services .btn,
    .christ__footer .btn {
        padding: 0.7rem 3rem!important;
        font-size: 1rem;
    }
    .plans-section {
    	padding: 3.5rem 0 5rem;
    }
    .plans-section::before {
    	display: none;
    }
    .workflow-section h3 {
    	font-size: 2.5rem;
    }
    #demo_modal_chris.demo_modal .modal_header img {
        width: 200%;
    }
    #demo_modal_chris .modal_header_description {
        top: 15%;
        padding: 0 2rem;
    }
    #demo_modal_chris.demo_modal .modal-body .hs-submit input, 
    #demo_modal_chris.demo_modal .modal-body .hs-submit span {
        padding: 0.825rem 4rem;
    }
    #demo_modal_chris .hs-form-field.hs_phone, 
    #demo_modal_chris .hs-form-field.hs_email {
        width: 100%;
    }
    .christ__heroscreen__content__label {
        padding: 4px 35px;
        font-size: 16px;
    }
    .christ__heroscreen__wrapper {
        padding: 0;
    }
    .christ__heroscreen__content__label::before {
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 20px solid #fff;
    }
    .christ__heroscreen__content__label::after {
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-right: 20px solid #fff;
    }
    .christ__services {
        padding: 60px 0;
    }
    .christ__footer__content {
        margin-bottom: 25px;
    }
    .christ__services__item {
        height: auto;
        margin-bottom: 20px;
    }
    .christ__services__cta {
        padding-top: 25px;
    }
    .christ__services__title {
        font-weight: 700;
        font-size: 40px;
        line-height: 43px;
        color: #444444;
        margin-bottom: 32px;
        text-align: left;
    }
    .christ__heroscreen__card__price {
        font-size: 22px;
        line-height: 28px;
    }
    .christ__heroscreen__card__title {
        font-size: 46px;
        line-height: 56px;
    }
    .christ__heroscreen {
        padding-bottom: 70px;
    }
    .christ__help__title {
        font-size: 40px;
        line-height: 43px;
        margin-bottom: 30px;
    }
    .christ__blog.latest-blog .h2 {
        font-size: 40px;
        line-height: 43px;
    }
    .christ__blog .latest-blog__header img {
        width: 430%;
    }
    .christ__blog .main-cover__description p {
        font-weight: 700;
        font-size: 40px;
        line-height: 43px;
    }
    .christ__blog .main-cover.main-cover__1 {
        margin-top: -4rem;
    }
    .christ__footer {
        margin-top: 35%;
        padding: 60px 0 30px;
    }
    .christ__footer__content__title {
        font-size: 30px;
        line-height: 36px;
    }
    .christ__footer .text-right {
        text-align: left!important;
    }
    .christ__footer__content__text {
        font-size: 16px;
    }
    .christ__help__description p {
        font-size: 16px;
        line-height: 28px;
    }
    .christ__help {
        padding: 60px 0;
    }
    .christ__heroscreen__content {
        margin-bottom: 35px;
    }
    .christ__heroscreen__logo {
        margin-bottom: 60px;
    }
    .main-cover__description {
        z-index: 100;
    }
    .christ__heroscreen__content__title {
        font-size: 50px;
    }
    .svg-circle.bottom-circle-1 {
        width: 11.25rem;
        bottom: -31rem;
        left: 0;
    }
    .svg-circle.top-circle-2 {
        width: 6.875rem;
        top: 1.125rem;
        right: 0;
    }
    .svg-circle.top-circle-1 {
        top: 1.875rem;
        left: 0.4rem;
        width: 4.375rem;
    }
    .main-cover__description {
        padding: 2.5rem 0 2rem;
    }
    .main-cover__description h1 {
        padding-top: .85em;
    }
    .booking-btn-wrapper {
        margin-bottom: 1rem;
    }
    .svg-circle.top-circle-2 {
        top: 5.125rem;
    }
    .booking-btn-wrapper .btn.btn-mk {
        padding: 1rem 4rem;
    }
    .christ__footer .copyright {
        padding-top: 60px;
    }
    .christ__services__item {
        padding: 24px 32px 25px 32px;
    }
    .christ__heroscreen {
        background: url('/wp-content/themes/fieldcomplete/assets/images/christmass/bh_mobile.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        
    }
}


#nutshell-form-bAMCy0 {
    position: relative;
    min-height: 555px;

    &:after {
        content: "Loading...";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

.html-sitemap h3 {
	    padding-left: 10px;
}
.html-sitemap ul {
	    display: flex;
    flex-wrap: wrap;
}
.html-sitemap ul li {
	    margin-right: 26px;
}
.html-sitemap ul li a {
	
}
.custom_breadcrumb .breadcrumb {
	    margin-top: 0;
    padding-top: 37px;
}
.pagination-wrapper {
	    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	margin-top: 25px;
}
.pagination-wrapper a:not(current) {
    padding: 6px 10px;
    border-radius: 8px;
    margin: 0 5px;
}
.pagination-wrapper .page-numbers.current {
	background: #3D99FD;
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    margin: 0 5px;
}
@media screen and (max-width: 1199px) {
.latest-blog__teaser_meta > div:last-child {
	    flex-wrap: wrap;
}
}
.tab_description_full_after_image {
	    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5;
}
.description_adv_title {
	    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -40px;
    font-size: 18px;
    margin-bottom: 35px;
    padding: 0 15px;
}
.block_table {
	    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.number_block {
	    width: 3%;
    font-size: 18px;
    font-weight: 900;
    opacity: 0.7;
}
.title_block_table {
    width: 25%;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3D98FC;
}
.content_block_table {
    width: 65%;
    font-size: 16px;
    line-height: 1.4;
}


@media screen and (max-width: 767px) {
	.description_adv_title {
		margin-top: -10px;
	}
	.block_table {
    flex-wrap: wrap;
}
	.number_block {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
	.title_block_table {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
	.content_block_table {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
}