/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    //padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  color:#1B54D9;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
  outline:none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1{
  line-height:70px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

small {
    text-transform: uppercase;
    font-weight: 800;
    font-size:15px;
}

.hs_error_rollup{
  display:none;
}
/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  width:300px;
  max-width:100%;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 700;
}


button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

button:hover,
.button:hover {
    background-color: #00a47b !important;
    color: #fff !important;
    border-color: #00a47b !important;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.675rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.775rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*Global style*/
html {
  scroll-behavior: smooth;
}
body{
      line-height:1.4 !important;
      font-family: 'Nunito Sans',sans-serif !important;
}

.body-container.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


small {
    text-transform: uppercase;
    font-weight: 800 !important;
    font-size:15px !important;
    letter-spacing: 0.5px;
}

a, a:hover{
  text-decoration:none !important;
}


form .hs-form-field {
    margin-bottom: 15px !important;
}

/*REMOVE CHROME INPUT AUTOFILL COLOR*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* 
form input[type=submit]:hover, 
form input[type=submit]:focus, 
form .hs-button:hover, form .hs-button:focus{
    background-color: #6af9d8 !important;
    color: #fff !important;
    border-color: #6af9d8 !important;
} */

.img-before{
  position:relative;
}

.img-before::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    left: -50px;
    background: url(https://7411869.fs1.hubspotusercontent-na1.net/hubfs/7411869/RevOps%20Icon.png) no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
}
/* 
.body-container--home .row-fluid-wrapper.row-depth-1.row-number-1 {
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */

/*CTA hover style*/
.cta_button:hover{
    background-color: #00a47b !important;
    color: #fff !important;
}

.transparent-btn:hover {
    background-color: #00a47b;
    color: #fff !important;
    border-color: #00a47b !important;
}

.hs-content-id-45747130528  .dnd_area-module-7.wrppr::before{
  content:none;
}

.hs-content-id-45747130528 lottie-player,
#hs_cos_wrapper_widget_1620126492262 lottie-player{
  /* margin-top:-5px; */
  margin-top: 0px;
  margin-bottom: 10px;
}

/*home page css*/

.body-container--home h1,
.body-container--home h2{
    font-family: Poppins,sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: #010305 !important;
}

.body-container--home h1{ 
  font-size: 50px !important; 
  margin-bottom:25.2px !important;
  line-height:70px;
}

.body-container--home h2{
    font-size: 40px !important;
}

.header__logo img {
    vertical-align: unset !important;
}

.body-container--home .dnd_area-module-3-flexbox-positioning > div {
    width: 95%;
}

.body-container--home #hs_cos_wrapper_dnd_area-module-8{
  position:relative;
  top:-85px;
  left:5px;
}


span.typed-cursor {
    font-weight: 100;
}

.body-container--home .wrppr .blck-inner{
    width: 355px;
    max-width:100%;
    height:530px;
    overflow:hidden;
    margin-top:-14px;
    margin-left: 6px;
}
#hs_cos_wrapper_dnd_area-module-9 .img-before a:hover,
#hs_cos_wrapper_dnd_area-module-9 .Rev-sec-list li a:hover{
  color:#f5c26b;
}
#hs_cos_wrapper_dnd_area-module-10 .wrppr .blck-inner{
    margin-left: 10px;
}

#hs_cos_wrapper_dnd_area-module-10 .img-before a:hover,
#hs_cos_wrapper_dnd_area-module-10 .Rev-sec-list li a:hover{
  color:#f2545b;
}

#hs_cos_wrapper_dnd_area-module-11 .img-before a:hover,
#hs_cos_wrapper_dnd_area-module-11 .Rev-sec-list li a:hover{
  color:#00bda5;
}


.dnd_area-module-11.wrppr .block .blck-inner{
    margin-left: 9px;
}

/*sales page style*/
.services-template .sales-lists li a{
  color:#1f2129 !important;
}
.sales-banner{
  position:relative;
}

.sales-banner::after {
    position: absolute;
    content: '';
    height: 280px;
    right: 0;
    bottom: -265px;
    background: url(https://7411869.fs1.hubspotusercontent-na1.net/hubfs/7411869/waves.png) no-repeat;
    z-index: 9;
    background-size: cover;
    width: 100%;
}

.campaign_sec{
  position:relative;
}

.campaign_sec #hs_cos_wrapper_campaign_sec-module-2 p{
  line-height:36px !important;
}

.campaign_sec::after {
    position: absolute;
    content: '';
    height: 380px;
    right: 0;
    top: 68%;
    background: url(https://7411869.fs1.hubspotusercontent-na1.net/hubfs/7411869/blog%20masked%20dot.svg) no-repeat;
    z-index: 0;
    background-size: cover;
    transform: translateY(-50%);
    width: 45%;
}
.video-pannel{
  z-index: 9;
}

.sale_alignment_sec p {
    line-height: 36px;
}

.heading-btm-bar{
  position:relative;
}

.heading-btm-bar::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #1f8ceb;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}

.marketing_benefits .features-wrapper .desc{
  line-height:36px;
}

.sales_enablement{
  position:relative;
}

.sales_enablement::after {
    position: absolute;
    content: '';
    height: 550px;
    right: 0;
    top: 65%;
    background: url(https://7411869.fs1.hubspotusercontent-na1.net/hubfs/7411869/blog%20masked%20dot.svg);
    z-index: 0;
    background-size: cover;
    transform: translateY(-50%);
    width: 45%;
}

.sales_enablement .lists-wrapper{
  position:relative;
  z-index:9;
}

.Account_Based_Marketing input[name="firstname"]{
      width: 95% !important;
}

.Account_Based_Marketing form textarea{
      height: 100px !important;
}

ul.sales-lists{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 80px;
}

.sales-lists li{
  flex:0 0 50%;
  width:50%;
  margin-bottom:10px;
}

ul.marketing-lists{
    width: auto;
}

ul.marketing-lists li{
  flex:0 0 33.3%;
  width:33.33%;
  font-size:16px;
  margin-bottom:10px;
  font-weight:700;
}
ul.marketing-lists li img{
  padding-right:6px;
}

.RevOps-listing-area [alt="RevOps-wheel"]{
   box-shadow: 50px 50px 100px rgb(65 65 65 / 10%);
   border-radius: 50%;
   background: rgb(65 65 65 / 15%);
}

.GTM-section .row-number-1 .dnd-column {
    border-bottom: 2px solid #1B54D9;
    box-shadow: 50px 50px 100px rgb(65 65 65 / 15%);
}

.GTM-section .features-wrapper {
    padding: 0 !important;
}

.GTM-section .features-wrapper .feature-box {
    flex: 0 0 33.33%;
    width:33.33%;
    padding: 0 20px 20px;
}

.GTM-section .features-wrapper .feature-box .box-inner {
    background: none;
    padding: 30px 30px 40px;
}

.GTM-section .features-wrapper .feature-box .box-inner .head {
    display: block;
    padding-bottom: 0;
}

.GTM-section .features-wrapper .feature-box .head img {
    width: 50px;
}

.GTM-section .features-wrapper .feature-box .head .title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 60px;
    line-height: 32px;
}

.revops .process-area{
  position:relative;
}

.revops .process-area::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #1F2129;
    bottom: 80px;
    left: 0;
    opacity: 10%;
}

.revops .pricing-area .row-number-3{
    box-shadow: 50px 50px 100px rgb(65 65 65 / 15%);
    border-radius:20px;
}

.Accordions {
    max-width: 1170px !important;
}

.Accordion_item{
    box-shadow: 25px 25px 50px rgb(65 65 65 / 15%);
    border-radius:5px;
}

.Accordion_item .title_tab {
    width: 100% !important;
      padding: 12px 15px;
}
.Accordion_item  .titl-header {
    align-items: center;
}

.Accordion_item .titl-header h3.title {
    width:95%;
    padding-left: 30px;
    margin-top: 0;
    margin-left:0;
}

 .Accordion_item .title_tab h3:first-child {
    font-size: 40px;
    font-weight: 900;
}

.Accordion_item .title_tab .title {
    line-height: 46px;
}

.Accordion_item .title_tab.active {
    background-color: #fff  !important;
    padding-bottom:0;
}

.Accordion_item .inner_content p {
    background: #fff !important;
    padding-left: 95px;
    padding-right: 50px;
    padding-top:0;
}

.Accordion_item .title_tab .title .icon {
    top: 50%;
    right:0;
    transform:translateY(-50%);
}

.revops .pricing-area input[type="submit"]{
  width:100%;
}
  

/*footer style*/
.social-links{
  position:relative;
}

.social-links::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    top: 45%;
    z-index: 0;
    transform: translateY(-50%);
}

a.social-links__link {
    background: rgba(45,62,80,1.0);
    position: relative;
    z-index: 9;
}

.Account_Based_Marketing .row-number-3 #hs_cos_wrapper_Account_Based_Marketing-module-5{
    box-shadow: 50px 50px 100px rgb(0 0 0 / 15%);
    border-radius: 15px;
    overflow: hidden;
    background: #9bced4;
}

.Account_Based_Marketing .row-number-3 .row-number-6{
  position:relative;
}

.Account_Based_Marketing .row-number-3 .row-number-6::after {
    position: absolute;
    content: '';
    background: url(https://7411869.fs1.hubspotusercontent-na1.net/hubfs/7411869/floater-gold-dots2%205.png) no-repeat;
    width: 250px;
    height: 120px;
    right: -180px;
    top: 35%;
    transform: translateY(-50%);
    z-index: 0;
}

.Account_Based_Marketing .row-number-3 .row-number-6 .row-fluid  {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 50px 50px 100px rgb(0 0 0 / 15%);
    top: -30px;
    right: -145px;
    width: 420px;
    z-index: 9;
    max-width: 100%;
}

.Account_Based_Marketing div#hs_cos_wrapper_Account_Based_Marketing-module-6 p{
  margin:0;
}

.recouurces_eBook_banner_abt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recouurces_eBook_banner_abt ul li {
    position: relative;
    padding: 0 0 10px 30px;
}
.recouurces_eBook_banner_abt ul li::before {
    width: 18px;
    height: 18px;
    background-color: #00BDA5;
    position: absolute;
    content: "";
    border-radius: 20px;
    left: 0;
    top: 2px;
}

/*ABOUT US PAGE*/
.body-container--about .Our-Value ul{
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.body-container--about .Our-Value ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 80px;
    list-style:none;
    font-weight: 700;
    font-size:24px;
}
.body-container--about .Our-Value ul li span{
  font-weight:800;
}

.body-container--about .Our-Value ul li:last-child{
  padding-bottom:0;
}

.body-container--about .Our-Value ul li:nth-last-child(2){
  padding-bottom:0;
}

.body-container--about .Our-Value ul li:nth-child(even) {
    padding-left:50px;
}

.body-container--about .Our-Value ul li{
  color:#1f2129;
}

.body-container--about .Our-Value ul li.highlighted{
  color:#1b54d9;
}
/*END ABOUT US PAGE*/

/*AI Assist PAGE*/
.how-it-work-sec .dnd-section>.row-fluid {
    max-width: 100% !important;
}

.book-demo-area .form-wrpr{
  width:1050px !important;
  background: #F8FAFF !important;
  box-shadow: 15px 15px 50px 10px rgba(65, 65, 65, 0.15) !important;
}
.book-demo-area .form-wrpr h2 {
    margin-bottom: 50px !important;
}

.book-demo-area .form-wrpr form label {
    font-size: 14px !important;
    line-height: 19.1px;
}

.book-demo-area .form-wrpr form .hs-input {
    width: 98% !important;
    font-size: 14px;
    border-radius: 5px;
}

.book-demo-area .form-wrpr form fieldset {
    margin-bottom: 15px !important;
}
.book-demo-area .form-wrpr form .hs_submit {
    margin-top: 50px;
}
.book-demo-area .form-wrpr form .hs_submit input[type="submit"] {
    font-weight: 700;
}

.two-clms-sec p{
  line-height:24.55px !important;
}
/*END AI Assist PAGE*/

/*CONTACT US PAGE*/
.google-map .dnd-section>.row-fluid {
    max-width: 100% !important;
}

/*ROI CALCULATOR PAGE*/
#ROICalcMaster{
    width: 1170px;
    max-width: 90%;
    margin-left:auto;
    margin-right:auto;
}

#initialInView .form-wrpr{
    margin: 0 auto ;
    padding: 55px 20px 55px 20px;
    background: #2D3E50;
    display: flex;
    flex-wrap: wrap;
}

.form-wrpr .subtitle{
  font-size: 24px;
  line-height: 38px;
  margin-bottom:55px;
}

#initialInView .form-wrpr .form-inner {
    width: 58%;
    max-width: 100%;
    flex: 0 0 58%;
}

#initialInView .form-wrpr form#ROI{
    margin: 0 70px 0 20px;
    background: #fff;
    padding: 30px 25px;
    position: relative;
}

#initialInView .form-wrpr form#ROI::after {
    position: absolute;
    content: '';
    border-left: 34px solid #fff;
    border-top: 24px solid transparent;
    left: 102%;
    border-bottom: 25px solid transparent;
    top: 50%;
    transform: translate(-50%, -50%);
}

form#ROI label {
    font-weight: bold;
    font-size: 14px;
    line-height: 19.9px;
}
form#ROI input {
    width: 100% !important;
    border-radius: 5px;
      box-sizing: border-box;
    border: 1px solid rgba(217, 217, 217, 1);
}

form#ROI p.field-group {
    display: flex;
    flex-wrap: wrap;
      margin-left: -10px;
    margin-right: -10px;
}
form#ROI p.field-group span {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

form#ROI .submit-btn{
  text-align:center;
  margin-top:45px;
  margin-bottom:0;
}

.box-wrpr {
    flex: 0 0 42%;
    width: 42%;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
}

.box-wrpr .box-wrpr-inner {
    background: #fff;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.box-wrpr .box {
    flex: 0 0 49%;
    width: 49%;
    padding: 10px;
    box-sizing: border-box;
    background: #ccc;
    margin: 5px 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.box-wrpr .box1 {
  background:#19CCA3;
}
.box-wrpr .box2 {
  background:#008F9C;
}
.box-wrpr .box3 {
  background:#1E536C;
}
.box-wrpr .box4 {
  background:#1F2129;
}

.box-wrpr .box span.value{
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.box-wrpr .box span{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  display:block;
}

div#results {
    width: 1170px;
    max-width: 100%;
    margin: 150px auto 100px;
}

#tab-results .tabcontent{
  align-items:flex-end;
}

div#new-potential-monthly-visitors-growth-rate,
div#new-potential-monthly-leads-growth-rate,
div#new-leads-chart-wrapper,
div#new-visitors-chart-wrapper{
    display: inline-block;
    float: left;
}

#new-leads-chart,
#new-visitors-chart{
    display: inline-block;
    float: left;
}

#tab-results .charts {
    float: left;
    width: 60%;
}

#tab-results .charts p{
    margin: 0;
    text-align: center;
    font-weight: 700;
}

#tab-results .content {
    float: left;
    width: 40%;
    padding-left: 50px;
}

.tabcontent .content p{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #000000;
}

.tabcontent .content .text-blue{
  color:#1B54D9
}

.chart-section {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    margin: 0 -20px;
}

#results .chart-section:last-child{
    padding-bottom: 0;
}

#results .chart-section:nth-child(even) .chart-content {
    padding-left: 150px;
}

#results .chart-section .chart-content {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 20px;
}

#results .chart-section .chart-content h2{
      margin-top: 40px;
      margin-bottom:45px;
      font-weight: 800;
      line-height: 54.56px;
}

#results .chart-section .chart-view {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 20px;
}
#results .chart-section .chart-content ul{
  padding:0;
}
#results .chart-section .chart-content li{
    font-size: 18px;
    font-weight: 700;
    line-height: 24.55px;
    margin-bottom:15px;
  list-style:none;
  position:relative;
  padding-left: 25px;
}
#results .chart-section .chart-content li::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #1B54D9;
    border-radius: 50%;
    left: 0;
    top: 2px;
}

.dwnlaod-area{
  display:none;
}

.dwnlaod-area.show{
  display:block;
}

.dwnlaod-area .row-fluid {
  display:flex;
  align-items:center;
}

.dwnlaod-area section.dwnload-section {
    display: flex;
    align-items: center;
}

.dwnlaod-area section.dwnload-section button {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  width: auto;
  max-width:100%;
  line-height: 20px;
  margin:0 50px 0;
}
.copy-section div {
    position: relative;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}

.dwnlaod-area section.copy-section button {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  width: auto;
  max-width:100%;
  line-height: 20px;
  margin:0 0 0;
}

.dwnlaod-area section.copy-section input{
  width:60%;
    border: none;
      padding-right: 10px;
    background: transparent;
}

.dwnlaod-area section.copy-section input:focus{
  outline:none;
  border:none;
}

.ROI-Calculator-Template .casestdy-area .row-fluid {
     display: flex;
    align-items:center;
}

#new-potential-monthly-visitors-growth-rate-license-text,
#new-potential-monthly-leads-growth-rate-license-text,
#new-leads-chart-license-text,
#new-visitors-chart-license-text{
  display:none;
}

/*END ROI CALCULATOR PAGE*/


.google-map .dnd-section>.row-fluid {
    max-width: 100% !important;
}

/*END CONTACT US PAGE*/


.learner_blog_newsletter.learner_blog_newsletter-v2 {
    padding: 50px 0 15px 0;
}

.learner_blog_newsletter.learner_blog_newsletter-v2 .book-cons-wrppr.book-cons-wrappr-v2 {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
}

.learner_blog_newsletter.learner_blog_newsletter-v2 .left-panel {width: 72%;flex: 0 0 72%;padding: 0;padding-right: 7rem;}

.learner_blog_newsletter.learner_blog_newsletter-v2 .book-cons-wrppr.book-cons-wrappr-v2 .cta-right {margin-left: auto;}


@media only screen and (max-width: 990px) 
{
  br  {
        content: ' ';
    }
    br:after {
        content: ' ';
    }
}



/*REAAPONSIVE STYLE*/
@media(min-width:1024px){  
  .home-page .custom-video-section .video video {
      height: 430px;

  }
}

@media(max-width:1600px){  
  .services-template .row-number-1 .widget-type-linked_image img,
  .revops-banner .row-number-1 .widget-type-linked_image img{
    width:100%;
  }

}

@media(max-width:1300px){
  #initialInView .form-wrpr .form-inner {
    width: 1000%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  #initialInView .form-wrpr form#ROI {
    margin: 0 10px 50px;
  }
  #initialInView .form-wrpr form#ROI::after {
    left: 50%;
    top: 102%;
    transform: translate(-50%,-50%) rotate(90deg);
  }
  #initialInView .form-wrpr .box-wrpr {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 10px;
  }
  .box-wrpr .box-wrpr-inner {
    padding-left: 10px;
  }
  .box-wrpr .box {
    flex: 0 0 49%;
    width: 49%;
    height: 200px;
  }
    
  #tab-results .tabcontent{
    flex-wrap:wrap;
    text-align: center;
  }
  
  #tab-results .charts {
    float: none;
    width: 100%;
    text-align: center;
  }

  #tab-results .content {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  
}

@media(min-width:992px) and (max-width:1300px){
  #tab-results .charts {
    display: flex;
    justify-content: center;
  }
  .dwnlaod-area section.dwnload-section {
    flex-wrap: wrap;
    justify-content: center;
  }
  .dwnlaod-area section h2 {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
  .dwnlaod-area section.dwnload-section button {
    margin: 20px 0 50px;
  }
  
  .learner_blog_newsletter.learner_blog_newsletter-v2 .left-panel {
      width: 65%;
      flex: 0 0 65%;
      padding-right: 3rem;
  }
  
}

@media(min-width:768px) and (max-width:1200px){
  .body-container--home h1, h1{
    font-size:40px !important;
    line-height:60px;
  }
  .body-container--home h2, h2{
    font-size:30px !important;
    line-height:50px;
  }
  h3{
    font-size:24px !important;
    line-height:36px;
  }
  .button {
    font-size:18px !important;
    padding: 12px 10px !important;
  }
  
  .home-page #hs_cos_wrapper_widget_1620126492262 {
      overflow:hidden;
      display:flex;
      justify-content:center;
    }
  
  .home-page #hs_cos_wrapper_widget_1620126492262 lottie-player {
      margin-left: -60px;
        margin-top: -60px;
  }
  
  .campaign_sec::after {
    height: 480px;
    top:65%;
  }
  
 .sales_enablement::after {
      height: 485px;
      top: 80%;
      width: 70%;
  }
  
  .sales_enablement .row-number-3 .row-fluid {
      flex-direction: column;
  }
  
  .sales_enablement .row-number-3 .row-fluid .span7 {
      width: 100%;
      padding-top: 50px !important;
  }
  .sales_enablement .row-number-3 .row-fluid .span5 {
      margin:0 auto;
  }
  
  .Account_Based_Marketing .row-number-3 .row-number-6 .row-fluid {
      top: -20px;
      right: 0;
      width: 420px;
  }
  
  .Account_Based_Marketing .row-number-3 .row-number-6::after {
    right: -80px;
  }
  
  .process_area-module-3 .numbers span {
      font-size: 24px !important;
  }
  .process_area-module-3 span.title {
      font-size: 15px !important;
  }
 
   .RevOps-listing-area ul.marketing-lists li{
      flex: 0 0 50% !important;
    width: 50% !important;
  }

  .body-container--home .row-number-7 .row-number-10 > .row-fluid {
       display: flex;
      flex-wrap: wrap;
  }
  
   .body-container--home .row-number-7 .row-number-10 > .row-fluid .span4 div{
      height:100% !important;
    }
  
  .body-container--home .row-number-7 .row-number-10 > .row-fluid .span4 .blck-inner-content{
      height:auto !important;
    }
  
  .AI-Template .dnd-section{
    padding-top:80px !important;
    padding-bottom: 40px !important;
  }
  
  .AI-Template .demo-button-sec .dnd-section{
    padding-bottom: 80px !important;
  }
  
  .AI-Template .client-testimonial .dnd-section{
    padding-bottom: 190px !important;
  }
  
  /*ROI CALCULATOR*/
  .AI-banner .button{
    font-size:18px !important;
  }
   #results .chart-section .chart-view{
      overflow-x: scroll !important;
    }
  
  .form-wrpr {
    margin: 100px auto 80px;
  }
  
  .chart-section {
    margin: 0;
    padding-bottom:20px;
  }
  
  div#results {
    margin: 100px auto 80px;
  }
  
  
}

@media(min-width:768px) and (max-width:1024px){

 .body-container--about .why-learner .feature-box {
    flex: 0 0 33.33% !important;
    width: 33.33% !important;
    padding: 0 10px 40px !important;
  }

  .body-container--about .why-learner .feature-box .box-inner {
    padding: 30px 15px 80px  !important;
  }
  
}

@media(min-width:768px) and (max-width:991px){
  .cta_button{
    //font-size:18px !important
  }
  #hs_cos_wrapper_dnd_area-module-10 .wrppr .blck-inner {
      margin-left: 0;
  }
  .dnd_area-module-11.wrppr .block .blck-inner{
    margin-left:5px;
  }
   .process_area-module-3 .process-block {
      padding: 0 20px 103px 0 !important;
  }
  .process_area-module-3 .block-inner {
    padding: 20px 10px 20px 20px !important;
  }
  .revops .process-area::after {
      bottom: 100px;
  }
  
  .GTM-section .features-wrapper .feature-box{
        flex: 0 0 50%;
        width: 50%;
  }
  
  .learner-numbers .dnd-section .dnd_area_5-column-1-row-1-padding {
      padding: 0px !important;
  }
  
  .learner-numbers .dnd_area_5-module-3 ul li .total-nmber span {
      font-size: 26px;
  }
  
  .learner-numbers .dnd_area_5-module-3 ul li p {
      font-size: 16px;
  }
  
  .body-container--about .our-team .dnd_area_7-row-0-padding.dnd-section{
      padding-top: 80px !important;
      padding-bottom: 50px;
  }
  
  .body-container--about .our-approach .dnd-section,
  .body-container--about .why-learner .dnd-section,
  .body-container--about .Our-Value .dnd-section,
  .body-container--about .learner-numbers .dnd-section,
  .body-container--about .partnerships .dnd-section{
      padding-top: 80px !important;
      padding-bottom: 50px !important;
  }
  
  .body-container--about .project-in-mind .dnd_area_9-row-0-margin {
      margin-top: 50px !important;
  }
  
  .body-container--about .Our-Value ul{
    padding:0;
  }   
 .body-container--about .Our-Value ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    position:relative;
  }
  
  .body-container--about .Our-Value ul li span {
    position: absolute;
    top: -25px;
  }
  
 
  
  
/*    .body-container--about br{
    display:block;
  } */
  
  
  .footer-module-2 .block-5.block {
      padding-left: 20px !important;
  }
  
}

/* @media(max-width:991px){
   p > br, h1 > br, h2 > br, h3 > br{
    display:none;
  }
  .body-container--about h1 > br{
    display:block;
  }
  
} */

@media(max-width:991px){    
  .body-container--about .why-learner p {
    padding-left:0 !important;
    padding-right:0 !important;
  }
  
  #initialInView .form-wrpr .form-inner {
    width: 1000%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  
  #initialInView .form-wrpr form#ROI {
    margin: 0 10px 50px;
  }
  
  #initialInView .form-wrpr form#ROI::after {
    left: 50%;
    top: 102%;
    transform: translate(-50%,-50%) rotate(90deg);
  }
  
  #initialInView .form-wrpr .box-wrpr{
     width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 10px;
  }
  
  .box-wrpr .box-wrpr-inner {
    padding-left: 10px;
  }
  
  .box-wrpr .box {
    flex: 0 0 49%;
    width: 49%;
    height:200px;
  }
  
  div#new-potential-monthly-visitors-growth-rate,
  div#new-potential-monthly-leads-growth-rate,
  div#new-leads-chart-wrapper,
  div#new-visitors-chart-wrapper,
  div#new-visitors-chart-wrapper{
    float: none;
  }
  
   #tab-results .tabcontent {
    flex-wrap: wrap;
  }  
 
  
   #tab-results .charts{
    float: none;
    width: 100%;
    text-align: center;
  }
  
  #new-leads-chart, #new-visitors-chart {
    float: none;
  }
  
  #tab-results .content {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  
  .dwnlaod-area section.dwnload-section{
    flex-wrap:wrap;
    justify-content:center;
  }
  
  .dwnlaod-area section.dwnload-section button {
    margin: 20px 0 50px;
  }
  
  .dwnlaod-area section h2{
    flex: 0 0 100%;
    width: 100%;
    text-align:center;
  }
   .dwnlaod-area .row-fluid {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .dwnlaod-area .row-fluid .widget-span{
    width:100% !important;
  }
  
  .ROI-Calculator-Template .casestdy-area .row-fluid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
  
  .ROI-Calculator-Template .casestdy-area .custome-button2 a.button {
    margin-top: 20px;
  }
  
  
}

@media(max-width:767px){
  .social-links::after {
    width: 85%;
 }
      span#hs_cos_wrapper_dnd_area-module-2_ br::before, .bannerText_mobile br::before{
         content: "\a"!important;
    white-space: pre!important;
      }
    
  .body-container--home h1, h1{
    font-size:30px !important;
    line-height:normal !important;
  }
  
   .body-container--home h2, h2{
    font-size:26px !important;
    line-height:normal !important;
  }  
 
  button, .button{
    font-size:20px !important;
    margin-bottom: 15px;
    height:auto;
  }

  ul.hs-menu-children-wrapper {
      display: none !important;
  }
  
  .hs-item-has-children:hover > ul.hs-menu-children-wrapper {
       display: block !important;
      position: absolute !important;
  }
  
  .header-top .content-wrapper {
      padding: 0;
  }
  
  .navigation-top.top-navbar .hs-menu-item a {
      padding: 10px 5px !important;
  }
  
  .body-container--home .dnd_area-column-6-row-1-background-image {
      background-size: cover !important;
  }
     
  .home-page #hs_cos_wrapper_widget_1620126492262 {
      overflow:hidden;
      display:flex;
      justify-content:center;
    }
  
  .home-page #hs_cos_wrapper_widget_1620126492262 lottie-player {
      /* margin-left: -60px;
      margin-top: 0px; */
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 13px;
  }
  
  .home-page .custom-video-wrapper {
    margin-top: 40px;
  }
  
  .sales-banner .dnd_area-module-3-flexbox-positioning>div{
    width:100% !important;
  }
  
  .sales-banner .row-fluid .span4{
    margin: 0 auto;
  }
  
  .sales-banner .row-fluid .span4 img{
    width:350px;
  }
  
  .sale_alignment_sec .row-number-3 .row-fluid,
  .sales-banner .row-fluid {
    display:flex;
    flex-wrap:wrap;
  }
  
  .sale_alignment_sec .row-number-3 .row-fluid .span7,
  .sales-banner .row-fluid .span8{
    order:2;
  }
  
  .sale_alignment_sec .row-number-3 .row-fluid .span5,
  .sales-banner .row-fluid .span4{
    order:1;
    padding-bottom:15px;
  }
  
    
  .wrppr .blck-inner {
      width: 100% !important;
      margin-bottom: 30px;
      margin-left: 0 !important;
      height: auto;
      margin-top:-12px;
  }
  
  .campaign_sec::after {
      height: 340px;
      top: 100%;
      transform: translateY(-100%);
      width: 100%;
  }
  
  .sales-banner .button{
    height:auto !important;
  }
  .sales_enablement .lists-wrapper ul {
      justify-content: center;
  }
  
  .sales_enablement .lists-wrapper ul li {
      flex: 0 0 45%;
      width: 45%;
  }
  
  .sales_enablement .lists-wrapper ul li br {
    display:none;
  }
  
  .Account_Based_Marketing .row-number-3 .row-number-6 .row-fluid {
    top: -20px;
    right: 0;
    width: 100%;
  }
  
  .Account_Based_Marketing .row-number-3 .row-number-6::after{
    content:none;
  }
  
  .Account_Based_Marketing input[name="firstname"] {
      width: 100% !important;
  }
  
  .Account_Based_Marketing form input[type=submit], form .hs-button {
      position: relative;
      z-index: 9;
  }
  
  ul.sales-lists {
    padding-left: 5% !important;
  }
  
  .sales-lists li,
  ul.marketing-lists li{
    flex: 0 0 100%;
    width: 100%;
    font-size:16px;
  }
  
  .RevOps-listing-area .row-number-2 p,
  .GTM-section .row-number-4 .row-number-5 p,
  .process-area .row-number-2 p{
    padding:0 !important;
  }
  
  .GTM-section .features-wrapper .feature-box {
    flex: 0 0 100%;
    width:100%;
    padding-left:0;
    padding-right:0;
  }

  .Accordion_item .title_tab h3:first-child {
      font-size: 26px;
  }
  .Accordion_item .titl-header h3.title {
    line-height: normal;
        padding-left: 20px;
}
.Accordion_item .inner_content p {
    padding-left: 70px;
  }
  
  
/*   .body-container--home .row-number-1 > .row-fluid, */
  .services-template .row-number-11 .row-fluid,
  .services-template .row-number-17 .row-fluid{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;
  }
  
/*   .body-container--home .row-number-1 .row-fluid .span7, */
  .services-template .row-number-11 .row-fluid .span6.dnd-column,
  .services-template .row-number-17 .row-fluid .span6.dnd-column{
        order:2;
  }
  
/*   .body-container--home .row-number-1 .row-fluid .span5, */
  .services-template .row-number-11 .row-fluid .span6.dnd-module,
  .services-template .row-number-17 .row-fluid .span6.dnd-module{
        order:1;
  }
  
  .dnd_GTM_area-module-6.features-wrapper {
      margin-top: 30px;
  }
  .process_area-module-3 .process-block:nth-child(1){order:1}
  .process_area-module-3 .process-block:nth-child(2){order:3}
  .process_area-module-3 .process-block:nth-child(3){order:5}
  .process_area-module-3 .process-block:nth-child(4){order:2;}
  .process_area-module-3 .process-block:nth-child(5){order:4}
  .process_area-module-3 .process-block:nth-child(6){order:6}  
  .process_area-module-3 .process-block .block-inner::before{ content:none !important;}
  
  /*about us page*/
  
  .body-container--about .Our-Value ul li,
  .body-container--about .Our-Value ul li:nth-child(even),
  .body-container--about .Our-Value ul li:nth-last-child(2){
    flex:0 0 100%;
    max-width:100%;
    padding-bottom: 50px;
  }
  
  .about-banner .widget-span,
  .contact-banner .widget-span,
  .AI-banner .widget-span{
    align-items: center !important;
    justify-content: center !important;
  }
  
  .body-container--about br{
    display:block;
  }
  
  
.body-container--about .Our-Value ul li:nth-child(even) {
    padding-left:0;
}
  
    
  #cta_button_7411869_1f382406-624f-46b6-83d8-e1478461d1fd{
    margin-bottom:20px;
  }
  
   /*MARKETING PAGE*/
  .body-wrapper.hs-content-id-45363011663 #section-3 .widget-span,
  .body-wrapper.hs-content-id-45363011663 #section-4 .widget-span, 
  .body-wrapper.hs-content-id-45363011663 #section-6 .widget-span,
  .body-wrapper.hs-content-id-45363011663 #section-5 .widget-span,
  .body-wrapper.hs-content-id-45363011663 #section-7 .widget-span,
  .body-wrapper.hs-content-id-45363011663 #section-8 .widget-span{
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
  }
  .body-wrapper.hs-content-id-45363011663 #section-4 .dnd_area-module-17-flexbox-positioning, 
  .body-wrapper.hs-content-id-45363011663 #section-6 .module_16187490575692-flexbox-positioning {
    align-items: center !important;
  }
  
  
  /*SALES PAGE*/
  .body-wrapper.hs-content-id-45363008132 #section-3 .widget-span,
  .body-wrapper.hs-content-id-45363008132 #section-4 .widget-span,
  .body-wrapper.hs-content-id-45363008132 #section-5 .widget-span,
  .body-wrapper.hs-content-id-45363008132 #section-6 .widget-span{
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
  }
  
  /*SERVICES PAGE*/
  .body-wrapper.hs-content-id-45364517190 #section-3 .widget-span,
  .body-wrapper.hs-content-id-45364517190 #section-4 .widget-span, 
  .body-wrapper.hs-content-id-45364517190 #section-6 .widget-span,
  .body-wrapper.hs-content-id-45364517190 #section-5 .widget-span{
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
  }
 

  /*AI PAGES*/
  
  .AI-Template .two-clms-sec .widget-span,
  .AI-Template .demo-button-sec .widget-span,
  .AI-Template .assistance-sec .widget-span{      
    align-items: center !important;
    justify-content: center;
    text-align: center;
  }
  
  .AI-Template .two-clms-sec .row-fluid{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .AI-Template .two-clms-sec .row-fluid .span6:first-child,
  .AI-Template .two-clms-sec .row-fluid .span7{
    order:2;
  }
  .AI-Template .two-clms-sec .row-fluid .span6:nth-child(2),
  .AI-Template .two-clms-sec .row-fluid .span5{
    order:1;
  }
  
  /*ROI CALCULATOR PAGE*/
  .form-wrpr {
        margin: 80px auto 50px;
        padding: 40px 20px;
  }
  
  form#ROI p.field-group {
    margin-bottom: 0;
  }
  
  form#ROI p.field-group span {
    flex: 0 0 100%;
    width: 100%;
    padding: 0px 10px 20px;
    box-sizing: border-box;
  }

  div#results {
    margin: 40px auto 50px;
    padding: 0 20px;
    overflow: hidden;
  }  
  
  .chart-section {
    margin: 0;
  }
  
  #results .chart-section .chart-content,
  #results .chart-section .chart-view{
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  #results .chart-section:nth-child(even) .chart-content {
    padding-left: 0;
  }
   #results .chart-section:nth-child(odd) .chart-content{
   order:2;
   }
  #results .chart-section:nth-child(odd) .chart-view{
   order:1;
  }
  
  #results .chart-section .chart-view{
    overflow-x: scroll !important;
  }
  
  #results .chart-section .chart-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .box-wrpr .box {
      flex: 0 0 98%;
      width: 98%;
      height: 200px;
      margin-bottom: 10px;
  }
  
  .box-wrpr .box-wrpr-inner {
    padding-left: 15px;
  }
  
  form#ROI .submit-btn {
    margin-top: 20px;
  } 
 
  
  .ROICalcMaster .tab {
    text-align: center;
    margin-bottom: 40px;
  }  
 
  
  /*resource page*/
  .recouurces_eBook_banner{
    text-align:center;
  }
  
  .learner_blog_newsletter.learner_blog_newsletter-v2 .book-cons-wrppr.book-cons-wrappr-v2 {
      display: block;
  }
  .learner_blog_newsletter.learner_blog_newsletter-v2 .left-panel {
      width: 100%;
      padding: 0;
  }
  
  .learner_blog_newsletter.learner_blog_newsletter-v2 {
      padding: 30px 0;
  }
  
}


@media(max-width:480px){
  .campaign_sec::after {
      height: 380px;
  }
  
  .sales_enablement .lists-wrapper ul li {
      flex: 0 0 100%;
      width: 100%;
  }
  
   form#ROI p.field-group span {
    flex: 0 0 100%;
    width: 100%;
  }

  .copy-section div {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .dwnlaod-area section.copy-section button {
    margin-top: 20px;
  }
  
  #tab-results .charts, #new-leads-chart, #new-visitors-chart {
    overflow-x: auto;
  }
  
}


@media(min-width:1200px){
  
  .header-main-menu.header__container.content-wrapper {
      padding-left: 0;
  }
  .campaign_sec-row-0-padding{
    padding-top:
  }
}

@media(min-width:1600px){
  
/*    .body-container--home .row-number-1{
      height:calc(100vh - 0px);
    } */
    
  
  .campaign_sec-row-0-padding{
    padding-top:
  }
}
/*  08.04.2022 */
.d-no-desk{
    display:none;
  }
@media(max-width:767px){
  .d-no-mob{
     display:none;
  }
  .d-no-desk{
     display:block;
  }
  .navigation-top.top-navbar {
     display: flex;
     justify-content: center !important;
     padding: 10px 0px;
  }
   .d-no-desk .hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    border-right: 1px solid #919191;
    margin-left: 10px;
}
  
  
  
  
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* marketing inner page css start */


/* .Accordion_item .titl-header {
    align-items: unset !important;
} */

.Deli-main .Deli-main-item:hover {
  transform: scale(1.04);
    -webkit-transform: scale(1.04);
}
.Hub-Onboarding h2 {
    margin-bottom: 10px;
}
.navigation-primary .submenu.level-1>li>a.active-item:after { 
    position: unset !important;
 
}


/* End */


/* keyframes start */

@keyframes bounceIn

{
	
	20%, 40%, 60%, 80%, 0%, 100% {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}
0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
}
20% {
    transform: scale3d(1.1,1.1,1.1);
}
40% {
    transform: scale3d(.9,.9,.9);
}
60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03);
}
80% {
    transform: scale3d(.97,.97,.97);
}
100% {
    opacity: 1;
    transform: scale3d(1,1,1);
}
}

@keyframes tada

{
	0%, 100% {
    transform: scale3d(1,1,1);
}
10%, 20% {
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
}
40%, 60%, 80% {
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
}
}

@keyframes soundwaves

{
	
	0% {
    stroke-dashoffset: -15;
}
10% {
    stroke-dashoffset: 15;
}
40% {
    stroke-dashoffset: -30;
}
70% {
    stroke-dashoffset: 30;
}
90% {
    stroke-dashoffset: -15;
}
100% {
    stroke-dashoffset: 20;
}

}
@keyframes pulse
{
0%, 100% {
    transform: scale3d(1,1,1);
}
50% {
    transform: scale3d(1.05,1.05,1.05);
}

}

/* End */



 

@media only screen and (max-width: 1024px) 

{
  .learner-t-plat ul.tabs li 
  {
    
    margin-right: 70px !important;
    width: 16% !important;
}
 /*  Was affecting resource page in mobile version
   .inner-post-image-reso img {
    height: 520px !important;
}
 */
  
   .dnd_area-module-14.tabs::after 
  {    
    left: 77% !important;
    bottom: 133px !important;
     
}
  
  .tab-num:after
  {
  
  display: none !important;
  
  }
  .tab-num:before
  {
  
  display: none !important;
  
  }
  
}

@media only screen and (max-width: 990px) 

{
  
  .Deli-main-item {
    width: 46% !important;
    max-width: 46% !important;
    flex: 0 0 46% !important;
    padding: 20px !important;
    margin: 13px !important;
  }
  .Deli-main {
 
    justify-content: center !important;
}
  
  
}


@media only screen and (max-width: 852px) 

{
.Deli-main-image {
    
    height: auto !important;
}
  .footer-module-2 .block-5.block {
    padding-left: 0 !important;
}
  .Accordion_item .title_tab h3:first-child {
    font-size: 22px !important;
}
   
  .titl-header h3.title {
    font-size: 22px !important;
}
  
  .wrppr .blck-inner {
   
    height: auto !important;
  }
  
  .wd_resourcePost-row .inner-post-image-reso img {
    height: 500px !important;
}


  
  
  .dnd_area-module-14.tabs::after 
  {    
    left: 77% !important;
    bottom: 133px !important;
     
}
  
  .block-5.block p > br {
    display: block;
    padding-bottom: 5px !important;
}
  .block-5.block {
    padding-left: 20px !important;
  }
  
  .Accordion_item .titl-header h3.title {
    width: 95%;
    padding-left: 25px;
    margin-top: 0;
    margin-left: 0;
    padding-right: 10px;
    line-height: 35px;
}
  
  .Accordion_item .inner_content p {
    
    padding-left: 70px;
    
}
  
  
 
  .lear-pri-main ul li.Starter {
    
    font-size: 12px  !important;
}
  
  .inner_content p {
    width: auto !important
  }
  
.pri-with-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
    margin-bottom: 40px;
}  
  .pri-with-form {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 auto;
}
  
  


  .hs-content-id-45506434416 .lear-pricing .lear-pri-item3 ul li.Starter {
    border-left: 1px solid #d9d9d9;
}
 .learner-list ul li {
    width: 47% !important;
    max-width: 47% !important;
    flex: 0 0 47% !important;
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    padding-top: 8px;
}
  .Accordion_item .title_tab {
    width: 690px !important;
  }
  
  .learner-list {
    width: auto !important;
}
  .Deli-main-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 20px;
        margin: 0 !important;
    margin-bottom: 40px !important;
           height: auto !important;
  }
  
  .learner-t-plat ul.tabs li 
  {
  margin-right: 36px !important;  
    width: auto !important;
}
  .tab-num:after
  {
  display:none;
  }
  
  .tab-num:after {
     
    width: 192px !important;
    
    right: -193px !important;
}
  
  .tab-link.current .tab-num:before {
    display: none !important;
}
  
  
}

@media only screen and (max-width: 767px) 

{
  
  .wd_blog-resourcesTab ul li 
  {
    font-size: 26px !important;
  }

  
  
/* .home-page div#hs_cos_wrapper_dnd_area-module-2 {
    padding-top: 10px !important;
} */
  
  #hs_cos_wrapper_widget_1620126492262 lottie-player{
    display: none;
    margin-top: 15px;
  }
  
  .home-page .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-max-width-section-centering.dnd_area-row-0-vertical-alignment.dnd_area-row-0-background-color.dnd-section.dnd_area-row-0-padding {
    text-align: center;
}
  .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-vertical-alignment.dnd_area-row-0-background-color.dnd-section.dnd_area-row-0-padding {
    text-align: center !important;
}
  
  .revops-banner .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-vertical-alignment.dnd_area-row-0-background-color.dnd-section.dnd_area-row-0-padding {
    text-align: center;
}
  .revops-banner .dnd-module {
    align-items: center !important;
}
  .sales div#section-1 {
    text-align: center !important;
}
  
  .hs-content-id-45600382768 .row-number-1{
    text-align: center !important;
  }
  
   .row-fluid-wrapper.row-depth-1.row-number-1.banner-hub-row-0-vertical-alignment.dnd-section.banner-hub-row-0-background-color {
    text-align: center !important;
    align-items: center !important;
}
  
  .banner-hub .dnd-module {
    align-items: center !important;
}
  
  .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-vertical-alignment.dnd_area-row-0-background-color.dnd-section {
    text-align: center !important;
}
  
  .inner-page .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-vertical-alignment.dnd_area-row-0-background-color.dnd-section.dnd_area-row-0-padding
  {
    text-align: center !important;
}


}

@media only screen and (max-width: 481px) 

{
  .learner-t-plat ul.tabs li {
    width: 40% !important;
}
  .footer-module-2 .block {
    padding: 0 !important;
  }
  
  div#hs_cos_wrapper_dnd_area-module-2 #hs_cos_wrapper_dnd_area-module-2 {
    
    padding-top: 10px !important;
}
  
  
  .lear-pri-with2 .lear-pri-item1 {
    width: auto !important;
    padding-left: 1104px !important;
}
  
  .Accordion_item .inner_content p {
    padding-left: 60px;
}
  
  .Accordion_item .titl-header h3.title {
    width: 95%;
    padding-left: 8px;
    margin-top: 0;
    margin-left: 0;
    padding-right: 15px;
    line-height: 21px;
}
  
  .tab-content-main {
     
    padding: 20px 20px !important;
  }
  
  .tab-con-img {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-top: 0px !important;
}
  
  .pri-with-flex {
    
    padding: 40px 20px !important;
    
  }
  
  .inner_content p {
    width: auto !important;
}
  
  
  .learner-t-plat ul.tabs li.current {
 
    border-radius: 5px 5px 5px 5px !important;
    border: 1px solid #19cca3 !important;
}
 
  .lear-pricing ul li 
  {
    list-style: none;
    padding: 10px 10px !important;
    
  }
  
  .lear-pri-item1 {
    width: 100%;
     
    flex: 0 0 100%;
}
  
  .lear-pri-main {
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
}
  
  .titl-header h3:first-child {
    width: 40px;
    font-size: 22px;
}
 
  .Accordion_item .title_tab 
  {
   
    padding: 12px 15px !important;
  }
  
  
  
  .Accordion_item .title_tab .title {
    font-size: 16px !important;
    letter-spacing: 1px;
    position: relative;
    padding-right: 20px;
    margin: 0;
    padding-left: 10px;
}
  
  
 .Accordion_item .title_tab {
    width: auto !important;
}
  .tab-content-button {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: inline-grid;
    align-items: center;
    margin-bottom: 10px !important;
}
  
  .tab-num:after
  {
  
  display:none;
  }
  
  .learner-list ul li {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
    /*style by vishal*/ 
      .lear-pricing{ 
        margin-bottom:50px; 
      } 
  
      .lear-pri-item1 { 
        width:180px !important;
        flex:0 0 180px !important;        
        position: sticky; 
        min-width: calc(340px / 2); 
        text-align: left; 
        vertical-align: middle; 
        left: 0; 
        z-index: 99; 
        background: rgba(234,240,255);
      }  
  
      .lear-pricing ul {
        margin: 0;
     }
  
       .lear-pricing ul li{
        height:100px !important;
      }

      .lear-pri-item1 li.Starter-col1 {
          visibility: visible !important;
          border-top: 1px solid #d9d9d9;
          border-left: 1px solid #d9d9d9;
          border-right: 1px solid #d9d9d9;
      }
  
    .lear-pri-item1 .des-inner{
       white-space: normal;
    }
  
    .lear-pri-item2,.lear-pri-item3,.lear-pri-item4
    .lear-pri-item5{
      position:relative;
      z-index:0;
    }
  
  .lear-pri-item1 ul li.des-inner .how-data{
    height:auto !important;
  }
  
  .lear-pri-with2 .lear-pri-item1 {
      width: 200px !important;
      padding-left: 0 !important;
  }
  
  .lear-pri-with2 ul li {
        height: 200px !important;
        white-space: normal;
    }
  
  .lear-pri-with2 .lear-pri-item1 ul li.end-COL {
      background:#fff;
  }
  /*end style by vishal*/
  
}

@media only screen and (max-width: 414px) 

{
  
  .learner-t-plat ul.tabs li {
    width: 46% !important;
}
  
  .learner-t-plat ul.tabs li {
    
    margin: 0 auto !important;
}
  
  
  .tab-con {
    font-size: 12px !important;
}
  
}

  @media only screen and (max-width: 375px) 

{
  
  .learner-t-plat ul.tabs li {
   
    margin-right: 0 !important;
     
}
}
@media (max-width: 991px){
  .partnerships .dnd-section {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
  }
  .partnerships .dnd-section .row-fluid {
      flex-wrap: wrap;
      justify-content: center;
      display: flex;
  }
  .partnerships .dnd-section .row-fluid .widget-span.widget-type-cell img.hs-image-widget {
      width: 100%;
      height: auto;
  }
  
  .project-in-mind .dnd-section {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
  }
  .project-in-mind .dnd-section .row-fluid {
      flex-wrap: wrap;
      justify-content: center;
      display: flex;
  }
  .project-in-mind .dnd-section .row-fluid .widget-span.widget-type-cell img.hs-image-widget {
      width: 100%;
      height: auto;
  }
}

@media (max-width: 640px){
  .partnerships .dnd-section {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      padding-bottom: 0 !important;
      padding-top: 0px !important;
  }
  .partnerships .dnd-section .row-fluid .widget-span.widget-type-cell {
      width: 71px;
      margin: 0 21px 32px 21px;
  }
  
  .project-in-mind .dnd-section {
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      padding-top: 0px !important;
  }
  .project-in-mind .dnd-section.row-number-3 .row-fluid .widget-span.widget-type-cell {
      margin: 0px 21px;
  }
  .project-in-mind .dnd-section .row-fluid .widget-span.widget-type-cell img.hs-image-widget {
      width: 71px;
      height: auto;
  }
}
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */
.header-main-menu{
  height:100px;
}


.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header-top{
     background: #0B42C0;
}

.header-top ul.hs-menu-children-wrapper {
    background: #0B42C0;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: flex-end;
    padding:0 ;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo.hide__logo_mobile{
  
}

.header__logo.hide__logo_desktop{
  display: none !important;
}

@media (max-width: 767px) {
  .header__logo.hide__logo_mobile{
    display: none !important;
  }
  .header__logo.hide__logo_desktop{
    display: flex !important;
  }
  .header__logo.hide__logo_desktop img {
    vertical-align: middle !important;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  
  .header-top ul.hs-menu-children-wrapper {
      width: 150px;
  }
  
  .header__container {
    display: flex;
    align-items:center;
    justify-content: space-between;
  }

  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0;
    position: absolute;
    top:-30px;
    right: 30px;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none !important;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(https://7411869.fs1.hubspotusercontent-na1.net/hubfs/7411869/hamburger.svg);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }


  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(https://7411869.fs1.hubspotusercontent-na1.net/hubfs/7411869/close.svg);
    display: none;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/*page setting*/

@media (max-width:767px){
/*   marketing */
.hs-content-id-45363011663 .services-template.sales #section-4 > .row-fluid,
.hs-content-id-45363011663 .services-template.sales #section-6 > .row-fluid,
.hs-content-id-45363011663 .services-template.sales #section-8 > .row-fluid,
/*   services */
.hs-content-id-45364517190 .services-template.sales #section-4 > .row-fluid,
.hs-content-id-45364517190 .services-template.sales #section-6 > .row-fluid,
/*  sales  */
.hs-content-id-45363008132 .services-template.sales #section-4 > .row-fluid,
.hs-content-id-45363008132 .services-template.sales #section-6 > .row-fluid
  {
    display: flex;
    flex-direction: column-reverse;
}

.body-wrapper.hs-content-id-45363011663 #section-4 .dnd_area-module-17-flexbox-positioning,
.body-wrapper.hs-content-id-45363011663 #section-6 .module_16187490575692-flexbox-positioning{

    align-items: start !important;
  
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}